@font-face {
  font-family: 'Poppins';
  src: url('../fonts/RanyBold.eot');
  src: url('../fonts/RanyBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyBold.woff2') format('woff2'), url('../fonts/RanyBold.woff') format('woff'), url('../fonts/RanyBold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  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: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
body {
  --color: #00a54f;
  font-family: 'Poppins';
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  background: url(../images/bgcolor.jpg) no-repeat center top;
  background-size: 100% 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
body.loaded .body-overflow-box {
  opacity: 1;
}
.bbg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url(../images/bg.png) no-repeat center top;*/
  background-size: 100% 100%;
  pointer-events: none;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1400px;
  margin: 0 auto;
  z-index: 3;
}
.more {
  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;
  font-size: 20px;
  line-height: 1;
  position: relative;
  z-index: 1;
  padding: 21px 35px;
  border-radius: 31px;
  background: var(--color);
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  font-weight: bold;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more img {
  margin-left: 2.8em;
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.more:hover {
  color: var(--color);
}
.more:hover::after {
  left: 0;
  width: 103%;
}
.more:hover img {
  -webkit-filter: none;
  filter: none;
}
.loader-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #f3efea;
}
#opening {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#opening .inner {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}
#opening .inner #opening_ball {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 20%;
  top: 50%;
}
#opening .inner .cir {
  width: 83px;
  height: 74px;
  position: absolute;
  display: block;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#opening .circle {
  position: absolute;
  width: 25vw;
  height: 25vw;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#opening.open {
  opacity: 1;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: rgba(255,255,255,0.6);
  /*background: url(../images/header-bg.png) no-repeat left top var(--color);*/
  height: 90px;
}
#header.inner{
  top: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .logo span {
  font-weight: 600;
  line-height: 1.5;
  padding-top: 6px;
  white-space: nowrap;
}
#header .nav .ui.menu .icon {
  color: #fff;
}
#header .nav .ui.menu .icon span {
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  font-weight: 600;
  margin-right: 30px;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 25px;
  text-align: center;
  /*background-color: #f85f93;*/
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a{
  background: var(--color);
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li > a span{
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
  text-align: center;
}
#header .nav .ui.menu .menu-box ul.menu > li > a span:last-child {
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  position: absolute;
  left: 0;
  opacity: 0;
  right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a span:first-child {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a span:last-child {
  opacity: 1;
  -webkit-transform: translateY(-93%);
  -moz-transform: translateY(-93%);
  -ms-transform: translateY(-93%);
  transform: translateY(-93%);
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#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;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: 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 a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
/*#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) > a {
  background-color: #00aeff;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) > a {
  background-color: var(--color);
}*/
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
/*#header .nav .ui.menu .menu-box ul.menu > li:last-child > a {
  background-color: #00aeff;
}
#header .nav .ui.menu .yuy span {
  display: inline-block;
}*/
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: initial;
  height: auto;
  z-index: 100;
}
#header .nav .ui.menu .yuy ul li {
  height: 36px;
  line-height: 36px;
}
#header .nav .ui.menu .yuy ul li a {
  padding: 0 .5em;
}
#header.active {
  position: fixed;
  top: 0;
}
.title,
.i-title {
  font-weight: bold;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner ul li {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#banner ul li .img {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 68.1771%;
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#banner ul li .text {
  bottom: 95px;
  left: 0;
  width: 100%;
  z-index: 2;
}
#banner ul li .text .box {
  max-width: 1287px;
}
#banner ul li .text .box .title {
  line-height: 1.3;
  color: #1f1f1f;
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .img {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#index-body .i-category {
  padding: 2.6% 0 40px;
}
#index-body .i-category .content ul {
  margin: -25px;
}
#index-body .i-category .content ul li {
  padding: 25px;
  height: auto;
  width: 31.819%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .img-box {
  height: 307px;
}
#index-body .i-category .content ul li .img-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-category .content ul li .img-box .title {
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0 37px 31px 43px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .img-box .title img {
  width: auto;
  -webkit-filter: grayscale(100) brightness(100);
  filter: grayscale(100) brightness(100);
}
#index-body .i-category .content ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .img-box:hover .title,
#index-body .i-category .content ul li .img-box:hover::after {
  opacity: 1;
}
#index-body .i-category .content ul li:nth-child(1),
#index-body .i-category .content ul li:nth-child(2) {
  width: 50%;
}
#index-body .i-category .content ul li:nth-child(1) .img-box,
#index-body .i-category .content ul li:nth-child(2) .img-box {
  height: 100%;
}
#index-body .i-category .content ul li:nth-child(1).active,
#index-body .i-category .content ul li:nth-child(2).active {
  width: 50%;
}
#index-body .i-category .content ul li.active1 {
  width: 36.362%;
}
#index-body .i-category .icon1 {
  left: -7.3%;
  top: -7.6%;
  z-index: -1;
}
#index-body .i-category .icon2 {
  left: 56%;
  top: 12%;
  z-index: -1;
}
#index-body .i-category .icon3 {
  right: -94px;
  top: 0;
  z-index: -1;
}
#index-body .i-product {
  padding: 51px 0 7.03125%;
  z-index: 1;
}
#index-body .i-product .line {
  width: 100%;
  display: block;
  height: 1px;
  background: var(--color);
}
#index-body .i-product .logo {
  position: -webkit-sticky;
  position: sticky;
  top: 141px;
}
#index-body .i-product .logo .left {
  padding-left: 52px;
}
#index-body .i-product .logo .right {
  padding-right: 40px;
  margin-top: -72px;
  position: relative;
  z-index: 1;
}
#index-body .i-product .content ul{
  margin: 42px;
}
#index-body .i-product .content ul li {
  padding: 20px;
}
#index-body .i-product .content ul li .ig .text {
  height: auto;
}
#index-body .i-product .content ul li .ig .text span {
  line-height: 1.6;
  border-top: 1px solid #21b166;
  top: 0;
  left: 0;
  width: 100%;
}
#index-body .i-product .content ul li .ig .text span::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #21b166;
  margin: -2px 10px 0 8px;
}
#index-body .i-product .content ul li .ig .text .tit {
  font-weight: 600;
  line-height: 1.5;
}
#index-body .i-product .content ul li .ig .text .link {
  font-size: 18px;
  font-weight: 600;
}
#index-body .i-product .content ul li .ig .text .link i {
  margin-left: 3.1em;
  display: inline-block;
  width: 30px;
  height: 23px;
  background: url(../images/p-arrow1.png) no-repeat center;
}
#index-body .i-product .content ul li .ig .text .link:hover {
  color: var(--color);
}
#index-body .i-product .content ul li .ig .text .link:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .i-product .content ul li:nth-child(2) .ig .text .link i {
  background: url(../images/p-arrow2.png);
}
#index-body .i-product .content ul li:nth-child(2n+5) .ig .text .link i {
  background: url(../images/p-arrow2.png);
}
#index-body .i-product .content ul li:nth-child(3) .ig .text .link i,
#index-body .i-product .content ul li:nth-child(2n+6) .ig .text .link i {
  background: url(../images/p-arrow3.png);
}
#index-body .i-product .content ul li:nth-child(2n+4) .ig {
  margin: 0 0 0 auto;
}
#index-body .i-product .icon1 {
  right: 47px;
  bottom: 60%;
  z-index: -1;
}
#index-body .i-product .icon2 {
  left: 0;
  bottom: 2%;
  z-index: -1;
}
#index-body .i-about {
  padding-top: 53px;
}
#index-body .i-about .left {
  width: 36.3542%;
}
#index-body .i-about .text span {
  line-height: 1.6;
}
#index-body .i-about .text span::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #21b166;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
#index-body .i-about .text .con {
  line-height: 1.6;
  width: 54%;
}
#index-body .i-about .text .con h1 {
  display: inline;
  font-weight: bold;
  color: #21b166;
}
#index-body .i-about .right {
  right: 0;
  bottom: 0;
  width: 34.74%;
}
#index-body .i-about .right .more {
  background: transparent;
  color: #000;
  margin-right: 52px;
}
#index-body .i-about .right .more img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .right .more::after {
  display: none;
}
#index-body .i-about .right .more:hover {
  color: var(--color);
}
#index-body .i-about .right .more:hover img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#index-body .i-about .icon {
  right: 210px;
  top: 14px;
  width: 357px;
  height: 336px;
}
#index-body .i-about .icon .img {
  position: absolute;
  top: 50px;
  left: 50px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#index-body .i-advantage {
  background: url(/siliconetoys/2025/09/29/ww.jpg) no-repeat center;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding: 176px 0 48px;
  margin-top: -65px;
}
#index-body .i-advantage .left .con {
  line-height: 2;
}
#index-body .i-advantage .right {
  margin-right: -6%;
}
#index-body .i-advantage .right ul {
  border-left: 1px solid #000;
  position: relative;
}
#index-body .i-advantage .right ul li {
  padding-top: 9px;
}
#index-body .i-advantage .right ul li .ig {
  border-bottom: 1px solid #000;
  padding-bottom: 67px;
}
#index-body .i-advantage .right ul li .num {
  line-height: 1;
}
#index-body .i-advantage .right ul li .num sub {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 6px;
}
#index-body .i-advantage .right ul li p {
  line-height: 1.6;
}
#index-body .i-advantage .right ul li:nth-child(odd) {
  padding-right: 51px;
}
#index-body .i-advantage .right ul li:nth-child(even) {
  padding-left: 51px;
}
#index-body .i-advantage .right ul li:nth-child(3),
#index-body .i-advantage .right ul li:last-child {
  padding-top: 49px;
}
#index-body .i-advantage .right ul li:nth-child(3) .ig,
#index-body .i-advantage .right ul li:last-child .ig {
  border-bottom: 0;
  padding-bottom: 46px;
}
#index-body .i-advantage .right ul::before,
#index-body .i-advantage .right ul::after {
  content: '';
  position: absolute;
  left: 52.5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 50.856%;
  background: #000;
}
#index-body .i-advantage .right ul::before {
  top: -52px;
}
#index-body .i-advantage .right ul::after {
  bottom: -34px;
}
#index-body .i-news {
  padding: 4.74% 0 30px;
  color: #101014;
  z-index: 1;
}
#index-body .i-news .title {
  line-height: 1.2;
}
#index-body .i-news .header .more img {
  margin-left: 3.55em;
}
#index-body .i-news .content {
  width: 90.2vw;
}
#index-body .i-news .content .img-box {
  border-radius: 35px;
}
#index-body .i-news .content .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 35px;
}
#index-body .i-news .content .text {
  padding: 28px 16px 0 15px;
}
#index-body .i-news .content .text .tit {
  line-height: 1.4;
}
#index-body .i-news .content .text .more {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
#index-body .i-news .content .text .more img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 2.45em;
}
#index-body .i-news .content .text .more:hover img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#index-body .i-news .content .swiper-slide:nth-child(odd) .img-box {
  height: 272px;
}
#index-body .i-news .content .swiper-slide:nth-child(even) .img-box {
  height: 406px;
}
#index-body .i-news .content .swiper-slide:hover .text .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .i-news .icon1 {
  top: 102px;
  left: 0;
  z-index: -1;
}
#index-body .i-news .icon2 {
  top: 127px;
  right: 20.4%;
  z-index: -1;
}
#footer {
  background-color: #f7c347;
  overflow: hidden;
}
#footer .container {
  width: 1720px;
}
#footer .f-header {
  border-bottom: 1px solid var(--color);
}
#footer .f-header .left {
  width: 73.9%;
}
#footer .f-header .left .item {
  max-width: 498px;
}
#footer .f-header .left .item p {
  line-height: 1.5;
}
#footer .f-header .right {
  width: 26.1%;
}
#footer .f-header ul li {
  margin-bottom: 16px;
}
#footer .f-header ul li a {
  display: inline-block;
  position: relative;
}
#footer .f-header ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-header ul li a:hover::after {
  width: 100%;
}
#footer .f-header ul li:last-child {
  margin-bottom: 0;
}
#footer .f-header .f-product ul li {
  margin-bottom: 11px;
}
#footer .f-header .f-product ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content {
  border-bottom: 1px solid var(--color);
}
#footer .f-content .right a span {
  margin-left: 21px;
}
#footer .f-content .right a:hover img{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#footer .f-bottom {
  border-bottom: 1px solid var(--color);
}
#footer .f-bottom .con {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-bottom .more {
  margin-left: 71px;
  width: 328px;
  padding: 24px 29px 24px 26px;
  border-radius: 35px;
}
#footer .f-bottom .more img {
  margin-left: 32px;
}
#footer .f-bottom .more i img {
  margin-left: 0;
}
#footer .f-bottom .more span {
  font-weight: 400;
  font-size: 18px;
  margin-left: 22px;
}
#footer .f-copy {
  line-height: 1.5;
  font-size: 18px;
  padding-bottom: 29px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  text-transform: capitalize;
}
@media screen and (max-width: 1680px) {
  #header {
    zoom: .89;
  }
  #header .ui.menu .yuy span {
    font-size: 18px;
    padding: 0 6px 0 10px;
  }
  #index-body .i-category .icon1 {
    left: -15px;
    zoom: .8;
  }
  #index-body .i-category .icon3 {
    right: -15px;
    zoom: .8;
  }
  #index-body .i-product .icon1 {
    zoom: .8;
  }
  #index-body .i-about {
    zoom: .8;
  }
  #index-body .i-about .icon {
    right: 16px;
  }
  #index-body .i-about .right {
    zoom: .75;
  }
  #index-body .i-about .right .more {
    font-size: 30px;
  }
  #index-body .i-about .text .con {
    width: 70%;
  }
  #index-body .i-advantage .right {
    width: 70%;
    margin-right: 0;
  }
  #index-body .i-news .content {
    width: 96.2vw;
  }
  #footer .container {
    width: 1400px;
  }
}
@media screen and (max-width: 1450px) {
  #banner ul li .text {
    bottom: 60px;
  }
  #header {
    zoom: .8;
  }
  #index-body .i-product .content ul li .ig {
    max-width: 560px;
  }
  #index-body .i-about {
    zoom: .7;
  }
  #index-body .i-about .text span {
    font-size: 20px;
  }
  #index-body .i-about .text .con {
    font-size: 18px;
  }
  #footer .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1250px) {
  #banner ul li .text {
    bottom: 26px;
  }
  #index-body .i-category .content ul {
    margin: -12px;
  }
  #index-body .i-category .content ul li {
    padding: 12px;
  }
  #index-body .i-category .icon1,
  #index-body .i-category .icon2,
  #index-body .i-category .icon3 {
    zoom: .7;
  }
  #index-body .i-product .content {
    padding: 0 30px;
  }
  #index-body .i-product .content ul li .ig {
    max-width: 470px;
  }
  #index-body .i-product .content ul li .ig .text .link i {
    margin-left: 1.2em;
  }
  #index-body .i-product .content ul li:nth-child(2n+3) {
    padding-left: 90px;
  }
  #index-body .i-product .content ul li:nth-child(2n+4) {
    padding-right: 80px;
  }
  #index-body .i-product .icon2 {
    zoom: .8;
  }
  #index-body .i-about {
    zoom: .6;
  }
  #index-body .i-about .right {
    zoom: .68;
  }
  .radius-35 {
    border-radius: 35px;
  }
  #footer .container {
    width: 970px;
  }
  #footer .f-header .left,
  #footer .f-content .left {
    width: 65%;
  }
  #footer .f-header .right,
  #footer .f-content .right {
    width: 35%;
  }
  #footer .f-bottom .left {
    width: 30%;
  }
  #footer .f-bottom .right {
    width: 70%;
  }
  #footer .f-bottom .more {
    width: 306px;
    font-size: 16px;
  }
  #footer .f-bottom .more span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .text {
    bottom: 13px;
  }
  .more {
    font-size: 18px;
    padding: 18px 30px;
  }
  #index-body .i-category .content ul li .img-box {
    height: 240px;
  }
  #index-body .i-category .content ul li .img-box .title {
    padding: 0 18px 16px 21px;
  }
  #index-body .i-category .icon1,
  #index-body .i-category .icon2,
  #index-body .i-category .icon3 {
    zoom: .5;
  }
  #index-body .i-category .icon3 {
    right: 0;
  }
  #index-body .i-product .logo {
    zoom: .7;
  }
  #index-body .i-product .logo .left {
    padding-left: 21px;
  }
  #index-body .i-product .content ul li .ig {
    max-width: 500px;
  }
  #index-body .i-product .content ul li:nth-child(1),
  #index-body .i-product .content ul li:nth-child(2) {
    width: 100%;
  }
  #index-body .i-product .content ul li:nth-child(1) .ig,
  #index-body .i-product .content ul li:nth-child(2) .ig {
    max-width: 500px;
  }
  #index-body .i-product .content ul li:nth-child(1) {
    padding-right: 0;
  }
  #index-body .i-product .content ul li:nth-child(2) {
    padding: 50px 0 0 0;
  }
  #index-body .i-product .content ul li:nth-child(2n+1) {
    padding-left: 45px;
  }
  #index-body .i-product .content ul li:nth-child(2n+2) {
    padding-right: 45px;
  }
  #index-body .i-product .content ul li:nth-child(2n+4) .ig {
    margin: 0 auto 0 0;
  }
  #index-body .i-product .icon1,
  #index-body .i-product .icon2 {
    display: none;
  }
  #index-body .i-about {
    zoom: 1;
    padding: 0 30px;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .text {
    width: 100%;
    padding: 20px 0 0;
  }
  #index-body .i-about .text span {
    font-size: 18px;
  }
  #index-body .i-about .text .con {
    width: 100%;
  }
  #index-body .i-about .right {
    position: initial;
    padding-top: 20px;
    zoom: 1;
    width: 100%;
  }
  #index-body .i-about .right .more {
    font-size: 18px;
    margin-right: 0;
  }
  #index-body .i-about .right .img {
    display: none;
  }
  #index-body .i-about .icon {
    display: none;
  }
  #index-body .i-advantage {
    margin-top: 0;
    padding: 60px 0;
  }
  #index-body .i-advantage .left {
    width: 100%;
  }
  #index-body .i-advantage .right {
    width: 100%;
    padding: 60px 0 0 0;
  }
  .font-15 {
    font-size: 15px;
  }
  .font-26 {
    font-size: 24px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-18 {
    font-size: 16px;
  }
  #footer .f-header .left {
    width: 100%;
  }
  #footer .f-header .left .item {
    max-width: 100%;
  }
  #footer .f-header .right {
    display: none;
  }
  #footer .f-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #footer .f-content .left {
    width: 100%;
  }
  #footer .f-content .right {
    width: 100%;
  }
  #footer .f-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-bottom .left {
    width: 100%;
  }
  #footer .f-bottom .right {
    width: 100%;
  }
  #footer .f-copy {
    font-size: 16px;
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
}
@media screen and (max-width: 700px) {
  .more {
    font-size: 16px;
  }
  .font-50 {
    font-size: 25px;
  }
  .font-60 {
    font-size: 30px;
  }
  #index-body .i-category .icon1,
  #index-body .i-category .icon2,
  #index-body .i-category .icon3 {
    display: none;
  }
  #index-body .i-category .content ul li {
    width: 100%;
  }
  #index-body .i-category .content ul li .ig .img-box {
    height: auto;
  }
  #index-body .i-category .content ul li:nth-child(1),
  #index-body .i-category .content ul li:nth-child(2) {
    width: 100%;
  }
  #index-body .i-category .content ul li:nth-child(1).active,
  #index-body .i-category .content ul li:nth-child(2).active {
    width: 100%;
  }
  #index-body .i-category .content ul li.active,
  #index-body .i-category .content ul li.active1 {
    width: 100%;
  }
  #index-body .i-product .content ul li {
    margin-bottom: 30px;
  }
  #index-body .i-product .content ul li .ig .text {
    padding-bottom: 20px;
  }
  #index-body .i-product .content ul li .ig .text .tit {
    font-size: 16px;
  }
  #index-body .i-product .content ul li .ig .text .link {
    font-size: 16px;
    margin-top: 20px;
  }
  #index-body .i-product .content ul li:nth-child(2) {
    padding: 30px 0 0 0;
  }
  #index-body .i-product .content ul li:nth-child(2n+1) {
    padding-left: 0;
  }
  #index-body .i-product .content ul li:nth-child(2n+2) {
    padding-right: 0;
  }
  #index-body .i-about .text span {
    font-size: 16px;
  }
  #index-body .i-about .text .con {
    font-size: 16px;
  }
  #index-body .i-advantage .right ul li .ig {
    padding-bottom: 20px;
  }
  #index-body .i-advantage .right ul li:nth-child(3),
  #index-body .i-advantage .right ul li:last-child {
    padding-top: 20px;
  }
  #index-body .i-advantage .right ul li:nth-child(3) .ig,
  #index-body .i-advantage .right ul li:last-child .ig {
    padding-bottom: 23px;
  }
  #index-body .i-advantage .right ul::before {
    top: -25px;
  }
  #index-body .i-advantage .right ul::after {
    bottom: -12px;
  }
  #footer .f-bottom .right {
    display: block;
  }
  #footer .f-bottom .right .con {
    width: 100%;
  }
  #footer .f-bottom .right .more {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  #index-body .i-category .content ul li .img-box .title {
    opacity: 1;
  }
  #index-body .i-category .content ul li .img-box::after {
    opacity: 1;
  }
  #index-body .i-product .logo {
    position: initial;
  }
  #index-body .i-product .content ul li .ig .img-box {
    width: 100%;
  }
  #index-body .i-product .content ul li .ig .text {
    width: 100%;
    padding: 20px 0 0;
    margin: 0;
  }
  #index-body .i-product .content ul li .ig .text span {
    position: initial;
  }
  #index-body .i-about .text .con {
    line-height: 1.8;
  }
  #index-body .i-advantage .right ul li:nth-child(odd) {
    padding-right: 20px;
  }
  #index-body .i-advantage .right ul li:nth-child(even) {
    padding-left: 20px;
  }
  #index-body .i-news .icon1,
  #index-body .i-news .icon2 {
    display: none;
  }
  #index-body .i-news .header .more {
    margin-top: 20px;
  }
  #index-body .i-news .content .swiper-slide:nth-child(even) .img-box {
    height: 360px;
  }
  #footer .f-content .right a span {
    margin-left: 11px;
    font-size: 20px;
  }
  .font-20 {
    font-size: 16px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.i-title p {
  font-size: 16px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.i-title h3 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
}
.tit-font {
  font-weight: bold;
  line-height: 36px;
}
.inner-banner {
  position: relative;
  color: white;
}
.inner-banner .content {
  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%);
}
.inner-banner .content h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.inner-banner .content h3 em {
  color: var(--color);
}
.inner-banner .content p {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
}
.inner-banner .mbx {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  padding-left:20px;
  line-height: 28px;

}
.inner-banner .mbx a:first-child{
  color: transparent;
  width:11px;
  height: 11px;
  background: url('../images/home.png')no-repeat; 
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:0;
}
.inner-page {
  padding: 120px 0;
}
.related-honor {
  padding: 110px 0 0;
}
.related-honor .partner {
  margin: 80px 0 50px;
}
.related-honor .partner ul {
  margin: 0 -30px;
}
.related-honor .partner ul li {
  padding: 0 30px;
}
.related-honor .partner ul li .img {
  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;
}
.related-honor .top .con {
  max-width: 56%;
  font-size: 14px;
}
.related-honor .honor ul {
  margin: 0 -30px;
}
.related-honor .honor ul li {
  padding: 0 30px;
}
.about-page .about-1 .left {
  max-width: 500px;
}
.about-page .about-1 .left .img{
  position: relative;
}

@keyframes img_rotate2{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(-360deg);
  }
  100%{
    transform: rotate(0deg);
  }
}
.about-page .about-1 .left .img .img-t{
  position: absolute;
  left: 43%;
  top:50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}
.about-page .about-1 .left .img .img-b{
  animation: img_rotate2 20s linear infinite;
}
.about-page .about-1 .right {
  width: -webkit-calc(100% - 500px);
  width: -moz-calc(100% - 500px);
  width: calc(100% - 500px);
  padding-left: 50px;
}
.about-page .about-1 .right h4 {
  font-weight: bold;
}
.about-page .about-1 .right .con {
  line-height: 30px;
}
.about-page .about-1 .about-play {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.about-page .about-1 .about-play .ui.container {
  z-index: 2;
}
.about-page .about-1 .about-play::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.about-page .about-1 .about-play .play {
  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%);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  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;
  background-color: var(--color);
}
.about-page .about-1 .about-play .play span {
  font-size: 18px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .advantage {
  padding: 200px 0;
}
#index-body .advantage .top .con {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
  max-width: 430px;
  font-size: 18px;
}
#index-body .advantage .bottom ul {
  margin: 55px -5px 0;
}
#index-body .advantage .bottom ul .slick-slide:nth-child(even) li {
  padding-top: 55px;
}
#index-body .advantage .bottom ul li {
  padding: 5px;
}
#index-body .advantage .bottom ul li h2 {
  font-size: 103px;
  font-weight: bold;
  color: #cde1c1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 0.8;
  padding-left: 25px;
}
#index-body .advantage .bottom ul li:hover h2 {
  color: var(--color);
}
#index-body .advantage .bottom ul li:hover .box .text h4 {
  color: var(--color);
}
#index-body .advantage .bottom ul li .box {
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#index-body .advantage .bottom ul li .box .text {
  padding: 45px 15px;
  background-color: white;
}
#index-body .advantage .bottom ul li .box .text h4 {
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .advantage .bottom ul li .box .text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-page #index-body .advantage {
  padding: 140px 0;
}
.about-page .about-history ul {
  margin-top: 55px;
}
.about-page .about-history ul li .box {
  padding: 30px;
  height: 470px;
  background: -webkit-gradient(linear, left top, right top, from(#d8d8d8), color-stop(50%, #fefefe));
  background: -webkit-linear-gradient(left, #d8d8d8 0%, #fefefe 50% #ffffff 100%);
  background: -moz-linear-gradient(left, #d8d8d8 0%, #fefefe 50% #ffffff 100%);
  background: linear-gradient(to right, #d8d8d8 0%, #fefefe 50% #ffffff 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-page .about-history ul li .box:hover {
  background: -webkit-gradient(linear, left top, right top, from(#599d33), to(#599d33));
  background: -webkit-linear-gradient(left, #599d33 0%, #599d33 100%);
  background: -moz-linear-gradient(left, #599d33 0%, #599d33 100%);
  background: linear-gradient(to right, #599d33 0%, #599d33 100%);
  color: white;
}
.about-page .about-history ul li .box:hover .dot::before {
  background-color: white;
}
.about-page .about-history ul li .box:hover .dot span {
  border-color: white;
}
.about-page .about-history ul li .box:hover .dot span::before {
  background-color: white;
}
.about-page .about-history ul li .box:hover h4 {
  border-color: white;
}
.about-page .about-history ul li .box h5 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.about-page .about-history ul li .box .dot {
  position: relative;
}
.about-page .about-history ul li .box .dot::before {
  content: "";
  display: block;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  height: 1px;
  background-color: var(--color);
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -30px;
  position: absolute;
}
.about-page .about-history ul li .box .dot span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--color);
  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;
}
.about-page .about-history ul li .box .dot span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
}
.about-page .about-history ul li .box .img {
  margin: 35px 0 10px;
}
.about-page .about-history ul li .box h4 {
  font-size: 41px;
  font-family: 'Montserrat-ExtraBold';
  border-top: 1px solid black;
  margin-bottom: 20px;
  padding-top: 5px;
}
.about-page .about-history ul li .box .text {
  font-size: 16px;
  font-weight: bold;
}
.about-page .about-team {
  background-color: #f2f2f2;
  padding: 50px 0 95px;
  margin-top: 70px;
}
.about-page .about-team .top ul {
  margin: 0 -8px;
}
.about-page .about-team .top ul li {
  padding: 0 8px;
}
.about-page .about-team .con {
  padding: 50px 0 80px;
}
.about-page .about-team .bottom ul {
  margin: 0 -17px;
}
.about-page .about-team .bottom ul li {
  padding: 0 17px;
}
.about-page .about-team .bottom ul li h4 {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
}
.technology-page .technology-1 iframe {
  max-width: 1435px;
  margin: 0 auto;
  display: block;
}
.technology-page .technology-1 .top {
  margin: 70px auto 55px;
}
.technology-page .technology-1 .top .con {
  max-width: 55%;
  line-height: 2;
}
.technology-page .technology-1 .bottom ul {
  margin: -22px -8px;
}
.technology-page .technology-1 .bottom ul li {
  padding: 22px 8px;
}
.technology-page .technology-1 .bottom ul li h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
}
.technology-page .technology-2 {
  margin: 100px 0 0;
  padding: 50px 0 100px;
  background-color: #f2f2f2;
}
.technology-page .technology-2 ul {
  margin: 50px -8px 0;
}
.technology-page .technology-2 ul li {
  padding: 0 8px;
}
.technology-page .technology-2 ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
.technology-page .technology-3 {
  padding: 50px 0 0;
}
.technology-page .technology-3 ul {
  margin: 50px -8px 0;
}
.technology-page .technology-3 ul li {
  padding: 0 8px;
}
.technology-page .technology-3 ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
.sustanibility-page .sustanibility-1 .left {
  width: 53%;
}
.sustanibility-page .sustanibility-1 .right {
  padding-left: 40px;
  width: 47%;
  padding-top: 6%;
}
.sustanibility-page .sustanibility-1 .right h4 {
  font-weight: bold;
  font-size: 32px;
  color: var(--color);
}
.sustanibility-page .sustanibility-1 .right .con {
  line-height: 2;
}
.sustanibility-page .sustanibility-2 {
  margin: 120px 0;
}
.sustanibility-page .sustanibility-2 .top .con {
  max-width: 660px;
}
.sustanibility-page .sustanibility-2 .content {
  background: url('/siliconetoys/2025/09/25/sustanibility-2.jpg') no-repeat;
  background-size: cover;
  margin-top: 100px;
}
.sustanibility-page .sustanibility-2 .content .container {
  color: white;
}
.sustanibility-page .sustanibility-2 .content .container ul .slick-current li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide + .slick-slide li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide + .slick-slide + .slick-slide li {
  border-right: 1px solid white;
}
.sustanibility-page .sustanibility-2 .content .container ul li {
  height: 690px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sustanibility-page .sustanibility-2 .content .container ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  left: 0;
  top: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  opacity: 0;
}
.sustanibility-page .sustanibility-2 .content .container ul li:hover::before {
  opacity: 1;
}
.sustanibility-page .sustanibility-2 .content .container ul li:hover .box {
  top: 20%;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  position: absolute;
  top: 73%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img {
  text-align: center;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img img {
  margin: 0 auto;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img .line {
  width: 100%;
  height: 2px;
  background-color: white;
  margin: 25px 0 15px;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img h4 {
  font-size: 28px;
  font-weight: bold;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .text {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 50px;
}
.sustanibility-page .sustanibility-3 .i-title {
  margin-bottom: 120px;
}
.sustanibility-page .sustanibility-3 .container {
  position: unset;
}
.sustanibility-page .sustanibility-3 .container .left {
  width: 45%;
  padding-right: 70px;
}
.sustanibility-page .sustanibility-3 .container .left h4 {
  font-weight: bold;
}
.sustanibility-page .sustanibility-3 .container .right {
  width: 55%;
}
.sustanibility-page .sustanibility-3 .container .right ul li {
  margin-bottom: 20px;
  padding: 30px 30px 0 30px;
  background-color: #f7f7f7;
  position: relative;
  height: 230px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sustanibility-page .sustanibility-3 .container .right ul li:last-child {
  margin-bottom: 0;
}
.sustanibility-page .sustanibility-3 .container .right ul li:hover {
  background-color: var(--color);
}
.sustanibility-page .sustanibility-3 .container .right ul li:hover .img {
  opacity: 1;
}
.sustanibility-page .sustanibility-3 .container .right ul li:hover .text {
  color: white;
}
.sustanibility-page .sustanibility-3 .container .right ul li .text {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sustanibility-page .sustanibility-3 .container .right ul li .text .con{
  line-height: 1.8;
}
.sustanibility-page .sustanibility-3 .container .right ul li .text h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.sustanibility-page .sustanibility-3 .container .right ul li .img {
  position: absolute;
  right: 10px;
  top: -120px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sustanibility-page .sustanibility-4 {
  padding: 70px 0 80px;
}
.sustanibility-page .sustanibility-4 .top .con {
  max-width: 55%;
}
.sustanibility-page .sustanibility-4 .center {
  margin: 70px 0 100px;
}
.sustanibility-page .sustanibility-4 .center ul {
  margin: 0 -10px;
}
.sustanibility-page .sustanibility-4 .center ul li {
  padding: 0 10px;
}
.sustanibility-page .sustanibility-4 .center ul li .box {
  position: relative;
}
.sustanibility-page .sustanibility-4 .center ul li .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(89, 157, 52, 0.6)), to(rgba(89, 157, 52, 0)));
  background: -webkit-linear-gradient(bottom, rgba(89, 157, 52, 0.6), rgba(89, 157, 52, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(89, 157, 52, 0.6), rgba(89, 157, 52, 0) 100%);
  background: linear-gradient(to top, rgba(89, 157, 52, 0.6), rgba(89, 157, 52, 0) 100%);
  top: 0;
  left: 0;
  z-index: 2;
}
.sustanibility-page .sustanibility-4 .center ul li .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sustanibility-page .sustanibility-4 .center ul li .box h4 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
  left: 0;
  color: white;
  z-index: 5;
}
.sustanibility-page .sustanibility-4 .bottom .left {
  width: 28%;
}
.sustanibility-page .sustanibility-4 .bottom .right {
  width: 72%;
}
.sustanibility-page .sustanibility-4 .bottom .right ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sustanibility-page .sustanibility-4 .bottom .right ul li {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sustanibility-page .sustanibility-4 .bottom .right ul li:first-child {
  margin-right: 100px;
}
.sustanibility-page .sustanibility-4 .bottom .right ul li .con {
  margin-left: 15px;
}
.sustanibility-page .sustanibility-5 {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.sustanibility-page .sustanibility-5 .content {
  max-width: 58%;
  margin: 30px auto 0;
}
.sustanibility-page .sustanibility-6 img{
  width: 100%;
}
.sustanibility-page .sustanibility-6 .content {
  margin-top: 55px;
}
.sustanibility-page .sustanibility-6 .content .con {
  max-width: 60%;
}
.trusted-page {
  padding-bottom: 0 !important;
}
.trusted-page #index-body .application {
  background-color: #f4f4f4;
  padding: 75px 0 90px;
  margin-top: 65px;
}
.trusted-page #index-body .application .box .d1 {
  position: absolute;
  top: -30px;
  left: 0;
}
.trusted-page #index-body .application .box .d2 {
  position: absolute;
  top: -30px;
  right: 0;
}
.factory-page .factory-1 .top .navlist {
  margin-top: 55px;
  width: 100%;
}
.factory-page .factory-1 .top .navlist ul {
  width: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.factory-page .factory-1 .top .navlist ul li {
  width: 245px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid #d1d1d1;
  margin-right: 35px;
}
.factory-page .factory-1 .top .navlist ul li.active {
  color: var(--color);
}
.factory-page .factory-1 .top .navlist ul li:last-child {
  margin-right: 0;
}
.factory-page .factory-1 .content {
  margin-top: 50px;
}
.factory-page .factory-1 .content ul {
  margin: 0 -5px;
}
.factory-page .factory-1 .content ul li {
  padding: 0 5px;
  margin-bottom: 50px;
}
.factory-page .factory-1 .content ul li a.img {
  width: 100%;
  display: block;
}
.factory-page .factory-1 .content ul li a.img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-page {
  padding-bottom: 0;
}
.contact-page .contact-1 {
  margin-bottom: 100px;
}
.contact-page .contact-1 .top .left {
  padding-right: 10%;
}
.contact-page .contact-1 .top .right ul li {
  max-width: 170px;
  margin: 15px 30px 15px 0;
}
.contact-page .contact-1 .top .right ul li:nth-child(3n){
  margin-right: 0;
}
.contact-page .contact-1 .top .right ul li h5 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact-page .contact-1 .top .right ul li span {
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-form {
  width: 985px;
  height: 780px;
  background-color: #333333;
  margin: 0 auto;
  -webkit-transform: translateY(-175px);
  -moz-transform: translateY(-175px);
  -ms-transform: translateY(-175px);
  transform: translateY(-175px);
  color: white;
  padding: 60px 75px;
}
.contact-page .contact-form h3 {
  font-size: 34px;
  font-weight: bold;
}
.contact-page .contact-form h3 span {
  color: var(--color);
}
.contact-page .contact-form form {
  margin-top: 90px;
}
.contact-page .contact-form form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-form form ul li {
  width: 48%;
  margin-bottom: 35px;
}
.contact-page .contact-form form ul li:nth-child(n + 5) {
  width: 100%;
}
.contact-page .contact-form form ul li:nth-child(1) input {
  background-image: url('../images/c-name.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(2) input {
  background-image: url('../images/c-email.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(3) input {
  background-image: url('../images/c-phone.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(4) input {
  background-image: url('../images/c-subject.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(5) textarea {
  background-image: url('../images/c-message.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:last-child {
  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;
}
.contact-page .contact-form form ul li:last-child p {
  font-size: 14px;
  font-family: 'Montserrat-Light';
  color: rgba(255, 255, 255, 0.4);
  max-width: 50%;
}
.contact-page .contact-form form ul li label {
  font-size: 14px;
  font-family: 'Montserrat-Light';
  color: white;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li input[type='text'] {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: white;
  font-size: 14px;
  font-family: 'Montserrat-Light';
}
.contact-page .contact-form form ul li input[type='submit'] {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color);
  border: none;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li input[type='submit']:hover {
  background-color: black;
}
.contact-page .contact-form form ul li textarea {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 14px;
  font-family: 'Montserrat-Light';
  height: 100px;
}
.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1200px) {
  .about-page #index-body .advantage {
    padding: 100px 0 0;
  }
  .about-page .about-team {
    margin-top: 90px;
  }
  .related-honor .top .con {
    max-width: 50%;
  }
  .sustanibility-page .sustanibility-2 .top .con {
    max-width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(2n){
    margin-right: 0;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(3n){
    margin-right: 30px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li .text h4 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li .text .con {
    line-height: 1.7;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 120px;
  }
  .inner-banner .content h3 {
    font-size: 40px;
  }
  .contact-page .contact-1 .top .right ul li{
    margin-right: 0;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .about-page .about-1 .left .i-title {
    margin-bottom: 60px;
  }
  .about-page .about-team .bottom ul li {
    width: 50%;
  }
  .related-honor .top .con {
    max-width: 100%;
    margin-top: 30px;
  }
  .i-title p {
    font-size: 18px;
  }
  .i-title h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .inner-page {
    padding: 80px 0;
  }
  .technology-page .technology-1 .top .con {
    max-width: 100%;
    margin-top: 30px;
  }
  .technology-page .technology-1 .bottom ul li h4 {
    font-size: 16px;
    margin-top: 15px;
  }
  .sustanibility-page .sustanibility-1 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 0;
    margin-top: 60px;
  }
  .sustanibility-page .sustanibility-1 .left {
    width: 100%;
  }
  .sustanibility-page .sustanibility-2 {
    margin: 80px 0;
  }
  .sustanibility-page .sustanibility-3 .container .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .sustanibility-page .sustanibility-3 .container .right {
    width: 100%;
  }
  .sustanibility-page .sustanibility-4 .bottom .left {
    width: 100%;
  }
  .sustanibility-page .sustanibility-4 .bottom .right {
    width: 100%;
    margin-top: 60px;
  }
  .sustanibility-page .sustanibility-4 .bottom .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sustanibility-page .sustanibility-4 .bottom .right ul li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sustanibility-page .sustanibility-4 .bottom .right ul li {
    width: 100%;
  }
  .sustanibility-page .sustanibility-5 .content {
    max-width: 100%;
    padding: 0 15px;
  }
  .sustanibility-page .sustanibility-6 .content .con {
    max-width: 100%;
    margin-top: 60px;
  }
  .sustanibility-page .sustanibility-3 .i-title {
    margin-bottom: 60px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li {
    padding: 45px 30px;
    height: auto;
  }
  .trusted-page #index-body .application .box {
    padding: 0 15px;
  }
  .trusted-page #index-body .application .box > img,
  .swiper-button-prev,
  .swiper-button-next,
  #index-body .application .box .pagination {
    display: none !important;
  }
  #index-body .application .box ul li p {
    font-size: 16px;
  }
  .contact-page .contact-1 .top .right ul li {
    max-width: 100% !important;
    width: 100%;
    margin-top: 30px !important;
  }
  .contact-page .contact-1 .top .right ul li:first-child {
    margin-top: 0 !important;
  }
  .contact-page .contact-1 .top .right ul li span {
    display: block;
  }
  .contact-page .contact-form {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: auto;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li .img{
    display: none;
  }
}
@media (max-width: 700px) {
  .inner-banner > img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
  }
  .inner-banner {
    padding: 60px 0;
  }
  .inner-banner .content {
    position: relative;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    z-index: 5;
    left: unset;
    top: unset;
  }
  .inner-banner .mbx {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    z-index: 5;
    left: unset;
    top: unset;
    position: relative;
    text-align: center;
    padding: 0 15px;
    margin-top: 20px;
    width: fit-content;
  }
  .inner-banner .content h3 {
    font-size: 20px;
  }
  .inner-banner .content p {
    display: none;
  }
  .about-page .about-1 #index-body .about {
    padding: 80px 0 !important;
  }
  .about-page #index-body .advantage {
    padding: 80px 0 0;
    display: block;
  }
  .about-page .about-1 .about-play .play {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  .trusted-page #index-body .application {
    display: block;
  }
  .factory-page .factory-1 .top .con {
    width: 100%;
    margin-top: 50px;
  }
  .factory-page .factory-1 .top .navlist ul li {
    width: 50%;
    margin-right: 0;
  }
  .contact-page .contact-1 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .contact-1 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-form form ul li {
    width: 100%;
  }
  .contact-page .contact-form {
    padding: 60px 30px;
  }
  .contact-page .contact-form form ul li:last-child p {
    display: none;
  }
  .contact-page .contact-form h3 {
    font-size: 24px;
  }
  .sustanibility-page .sustanibility-4 .top .con{
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .factory-page .factory-1 .top .navlist ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .factory-page .factory-1 .top .navlist ul li:last-child {
    margin-bottom: 0;
  }
}
.i-title2 p {
  font-size: 24px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.i-title2 h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
.inspiration-page .inspiration-1 .i-title p {
  font-size: 24px;
}
.inspiration-page .inspiration-1 .i-title h3 {
  font-size: 40px;
}
.inspiration-page .inspiration-1 .inspiration-nav {
  margin-top: 70px;
}
.inspiration-page .inspiration-1 .inspiration-nav ul {
  margin: 50px -35px 0;
}
.inspiration-page .inspiration-1 .inspiration-nav ul li {
  padding: 0 35px;
  width: 25%;
  cursor: pointer;
}
.inspiration-page .inspiration-1 .inspiration-nav ul li:hover a,
.inspiration-page .inspiration-1 .inspiration-nav ul li.active a {
  color: var(--color);
}
.inspiration-page .inspiration-1 .inspiration-nav ul li a {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inspiration-page .inspiration-1 .box {
  margin-top: 50px;
}
.inspiration-page .inspiration-1 .box ul {
  margin: -10px -15px;
  display: none;
}
.inspiration-page .inspiration-1 .box ul.active {
  display: block;
}
.inspiration-page .inspiration-1 .box ul li {
  padding: 10px 15px;
}
.showroom-page .showroom-1 .img {
  position: relative;
  margin-top: 60px;
}
@keyframes vr_top{
  0%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(-20px);
  }
  100%{
    transform:translateY(0);
  }
}
.showroom-page .showroom-1 .img .vr {
  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%);
  text-align: center;
  transition: all 0.5s;
}
.showroom-page .showroom-1 .img .vr img{
  animation: vr_top 1.5s infinite linear;
}
.showroom-page .showroom-1 .img .vr h5 {
  font-weight: bold;
  font-size: 20px;
  color: white;
  margin-top: 10px;
}
.showroom-page .showroom-2 {
  padding: 145px 0 90px;
  position: relative;
}
.showroom-page .showroom-2::before{
  content:"";
  display: block;
  width:100%;
  height: 27%;
  background-color: #f4f4f4;
  position: absolute;
  bottom:0;
  left:0;
}
.showroom-page .showroom-2 .top ul {
  margin: 0;
}
.showroom-page .showroom-2 .top ul li {
  width: 20%;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.showroom-page .showroom-2 .top ul li:last-child {
  border-right:none;
}
.showroom-page .showroom-2 .top ul li h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.showroom-page .showroom-2 .bottom {
  margin-top: 80px;
  position: relative;
}
.showroom-page .showroom-2 .bottom ul {
  margin:0 -10px;
  opacity: 0;
  z-index: -1;
  width: 100%;
}
.showroom-page .showroom-2 .bottom ul:nth-child(2),
.showroom-page .showroom-2 .bottom ul:nth-child(3),
.showroom-page .showroom-2 .bottom ul:nth-child(4),
.showroom-page .showroom-2 .bottom ul:nth-child(5){
  position: absolute;
  left: 0;
  top:0;
}
.showroom-page .showroom-2 .bottom ul.active{
  opacity: 1;
  z-index: 5;
}
.showroom-page .showroom-2 .bottom ul li {
  padding: 10px;
}
.showroom-page .showroom-3 {
  background-color: #f4f4f4;
  padding-bottom: 120px;
}
.showroom-page .showroom-3 .ui.container {
  padding: 0 100px;
}
.showroom-page .showroom-3 .ui.container form {
  margin-top: 45px;
}
.showroom-page .showroom-3 .ui.container form input[type="text"] {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 25px;
  background-color: transparent;
  height: 55px;
  border-radius: 5px;
  font-size: 14px;
}
.showroom-page .showroom-3 .ui.container form textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 25px;
  background-color: transparent;
  height: 55px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  height: 145px;
  margin-top: 20px;
}
.showroom-page .showroom-3 .ui.container form input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.showroom-page .showroom-3 .ui.container form textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
.showroom-page .showroom-3 .ui.container form input[type="submit"] {
  background-color: var(--color);
  color: white;
  border: none;
  border-radius: 5px;
  height: 50px;
  width: 160px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.showroom-page .showroom-3 .ui.container form input[type="submit"]:hover {
  background-color: #000;
}
.showroom-page .showroom-3 .ui.container form ul li:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.showroom-page .showroom-3 .ui.container form ul li:first-child input {
  width: 48%;
}
.showroom-page .showroom-3 .ui.container form ul li:nth-child(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.showroom-page .showroom-3 .ui.container form ul li:nth-child(3) input {
  width: -webkit-calc((100% - 40px)  / 5);
  width: -moz-calc((100% - 40px)  / 5);
  width: calc((100% - 40px)  / 5);
}
.project-page .project-1 ul {
  margin: -35px -15px;
}
.project-page .project-1 ul li {
  padding: 35px 15px;
}
.project-page .project-1 ul li .title {
  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;
  width: 100%;
  margin-top: 20px;
}
.project-page .project-1 ul li .title:hover h4 {
  color: var(--color);
}
.project-page .project-1 ul li .title h4 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.project-page .project-1 ul li .title .line {
  width: 65px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0 20px;
}
.projectdet-page {
  padding-bottom: 0;
}
.projectdet-page .projectdet-1 .left {
  width: 500px;
}
.projectdet-page .projectdet-1 .left .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #adadad;
  margin-bottom: 35px;
}
.projectdet-page .projectdet-1 .left .list:last-child {
  margin-bottom: 0;
}
.projectdet-page .projectdet-1 .left .list h5 {
  margin-right: 50px;
  margin-left: 15px;
  text-transform: uppercase;
}
.projectdet-page .projectdet-1 .left .list span {
  color: #adadad;
}
.projectdet-page .projectdet-1 .right .i-title2 h3 span {
  border-bottom: 3px solid #313131;
}
.projectdet-page .projectdet-1 .img_box {
  margin-top: 85px;
  padding-bottom: 115px;
  position: relative;
}
.projectdet-page .projectdet-1 .img_box .box ul{
  margin: 0 -20px;
}
.projectdet-page .projectdet-1 .img_box .box ul li{
  padding: 0 20px;
}
.projectdet-page .projectdet-1 .img_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #f4f4f4;
}
.projectdet-page .projectdet-1 .img_box .Auxil-through {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 35px;
  margin-top: 50px;
}
.news-page .news-1 ul {
  margin: -20px -17px;
}
.news-page .news-1 ul li {
  padding: 20px 17px;
}
.news-page .news-1 ul li .box {
  position: relative;
  height: 360px;
  width: 100%;
}
.news-page .news-1 ul li .box:hover .img-box::before {
  opacity: 1;
}
.news-page .news-1 ul li .box .text {
  padding: 50px 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  color: white;
  position: relative;
  z-index: 5;
}
.news-page .news-1 ul li .box .text h4 {
  font-family: Montserrat-SemiBold;
}
.news-page .news-1 ul li .box .text .date {
  font-family: Montserrat-SemiBold;
  width: 110px;
  line-height: 30px;
  height: 30px;
  background-color: white;
  border-radius: 35px;
  color: black;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .news-1 ul li .box .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.news-page .news-1 ul li .box .img-box .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .news-1 ul li .box .img-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#599b33), to(rgba(89, 155, 51, 0)));
  background: -webkit-linear-gradient(bottom, #599b33 0%, rgba(89, 155, 51, 0) 100%);
  background: -moz-linear-gradient(bottom, #599b33 0%, rgba(89, 155, 51, 0) 100%);
  background: linear-gradient(to top, #599b33 0%, rgba(89, 155, 51, 0) 100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.newsdet-page .newsdet-1 h4 {
  font-size: 24px;
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.newsdet-page .newsdet-1 h4 span {
  border-bottom: 1px solid var(--color);
}
.newsdet-page .newsdet-1 h1 {
  font-size: 40px;
  font-weight: bold;
}
.newsdet-page .newsdet-1 .content {
  margin: 70px 0 95px;
  line-height: 30px;
}
.newsdet-page .newsdet-1 .share a {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 8px;
  border: 1px solid #313131;
  text-align: center;
  line-height: 30px;
}
.newsdet-page .newsdet-1 .share a i {
  color: #313131;
  font-size: 16px;
}
.newsdet-page .newsdet-1 .share a:last-child {
  margin-right: 0;
}
.newsdet-page .newsdet-1 .Auxil-through {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 35px;
  margin-top: 50px;
}
.product-y-page .product-y-1 .content {
  margin: 25px 0 60px;
  font-size: 14px;
  line-height: 2;
}
.product-y-page .product-y-1 .categorie-box {
  margin: 55px 0 25px;
}
.product-y-page .product-y-1 .categorie-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-y-page .product-y-1 .categorie-box ul li {
  width: 120px;
  height: 425px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-y-page .product-y-1 .categorie-box ul li.active {
  width: -webkit-calc(-webkit-calc(100% - 170px * 3 ));
  width: -moz-calc(-moz-calc(100% - 170px * 3 ));
  width: calc(calc(100% - 170px * 3 ));
}
.product-y-page .product-y-1 .categorie-box ul li.active .box .img::before {
  opacity: 0;
}
.product-y-page .product-y-1 .categorie-box ul li.active .box .title {
  opacity: 0;
}
.product-y-page .product-y-1 .categorie-box ul li.active .box .text {
  bottom: 0;
}
.product-y-page .product-y-1 .categorie-box ul li .box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.product-y-page .product-y-1 .categorie-box ul li .box .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-y-page .product-y-1 .categorie-box ul li .box .img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #313131;
  opacity: 0.8;
}
.product-y-page .product-y-1 .categorie-box ul li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-y-page .product-y-1 .categorie-box ul li .box .title {
  white-space: nowrap;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 60px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 30px;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  color: white;
  z-index: 5;
}
.product-y-page .product-y-1 .categorie-box ul li .box .text {
  position: absolute;
  bottom: -100%;
  padding: 75px 40px 75px 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-y-page .product-y-1 .categorie-box ul li .box .text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#599b33), to(rgba(89, 155, 51, 0)));
  background: -webkit-linear-gradient(bottom, #599b33 0%, rgba(89, 155, 51, 0) 100%);
  background: -moz-linear-gradient(bottom, #599b33 0%, rgba(89, 155, 51, 0) 100%);
  background: linear-gradient(to top, #599b33 0%, rgba(89, 155, 51, 0) 100%);
}
.product-y-page .product-y-1 .categorie-box ul li .box .text .tit {
  color: white;
  max-width: 360px;
  position: relative;
  z-index: 5;
}
.product-y-page .product-y-1 .categorie-box ul li .box .text .tit .con {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-y-page .product-y-1 .categorie-box ul li .box .text .btn {
  padding: 0 25px;
  height: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  display: block;
  line-height: 50px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  color: var(--color);
  -webkit-transition: all  0.5s;
  -moz-transition: all  0.5s;
  transition: all  0.5s;
  position: relative;
  z-index: 5;
}
.product-y-page .product-y-1 .categorie-box ul li .box .text .btn:hover {
  background-color: var(--color);
  color: white;
}
.product-y-page .product-y-1 .product-box ul {
  margin: -20px -10px;
}
.product-y-page .product-y-1 .product-box ul li {
  padding: 20px 10px;
}
.product-y-page .product-y-1 .product-box ul li:hover .img .btn {
  opacity: 1;
}
.product-y-page .product-y-1 .product-box ul li .img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 205px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product-y-page .product-y-1 .product-box ul li .img .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  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;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-y-page .product-y-1 .product-box ul li h4 {
  padding: 0 15px;
}
.sidebar-box {
  padding: 0 40px;
}
.sidebar-box .sidebar-left {
  width: 310px !important;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.sidebar-box .sidebar-left .list_box > .list {
  padding: 20px 35px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sidebar-box .sidebar-left .list_box > .list h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.sidebar-box .sidebar-left .list_box > .list > ol > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
}
.sidebar-box .sidebar-left .list_box > .list > ol > li:last-child {
  margin-bottom: 0;
  border-color: transparent;
}
.sidebar-box .sidebar-left .list_box > .list > ol > li > a {
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 20px;
}
.sidebar-box .sidebar-left .list_box > .list > ol > li i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.sidebar-box .sidebar-left .list_box > .list ol li > a {
  font-weight: bold;
}
.sidebar-box .sidebar-left .list_box > .list ol li a {
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-box .sidebar-left .list_box > .list ol li.active > a,
.sidebar-box .sidebar-left .list_box > .list ol li a:hover {
  color: var(--color);
}
.sidebar-box .sidebar-left .list_box > .list ol li.active ol {
  max-height: 300px;
  line-height: 30px;
}
.sidebar-box .sidebar-left .list_box > .list ol li ol {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-box .sidebar-left .list_box > .list ol li ol li {
  margin-bottom: 10px;
  padding-left: 20px;
}
.sidebar-box .sidebar-left .list_box > .list ol li ol li:last-child {
  margin-bottom: 0;
}
.sidebar-box .sidebar-left .list_box > .list ol li ol li a {
  display: inline-block;
}
.sidebar-box .sidebar-left .list_box > .list ol li ol li.active > a {
  color: var(--color);
}
.sidebar-box .sidebar-left .list_box > .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sidebar-box .sidebar-left .list_box > .list ul li .img {
  width: 120px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.sidebar-box .sidebar-left .list_box > .list ul li .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
}
.sidebar-box .sidebar-right {
  width: -webkit-calc(100% - 310px) !important;
  width: -moz-calc(100% - 310px) !important;
  width: calc(100% - 310px) !important;
  padding-left: 30px;
}
.sidebar-box .sidebar-right .pro-box {
  margin: 70px 0 95px;
}
.sidebar-box .sidebar-right .pro-box ul {
  margin: -20px -10px;
}
.sidebar-box .sidebar-right .pro-box ul li {
  padding: 20px 10px;
}
.sidebar-box .sidebar-right .pro-box ul li:hover .img .btn {
  opacity: 1;
}
.sidebar-box .sidebar-right .pro-box ul li .img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 205px;
  position: relative;
}
.sidebar-box .sidebar-right .pro-box ul li .img .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  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;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-box .sidebar-right .pro-box ul li h4 {
  padding: 0 15px;
}
.sidebar-box .sidebar-right .pro-list ul {
  margin: -25px -20px;
}
.sidebar-box .sidebar-right .pro-list ul li {
  padding: 25px 20px;
}
.sidebar-box .sidebar-right .pro-list ul li .img .right dl{
  margin-bottom: -10px;
}
.sidebar-box .sidebar-right .pro-list ul li .img .right dd{
  padding-bottom: 10px;
}
.sidebar-box .sidebar-right .pro-list ul li .img-box {
  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;
  height: 325px;
  border: 1px solid #d5d2d2;
}
.sidebar-box .sidebar-right .pro-list ul li .con {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.m-link a {
  color: #333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.m-link a:hover {
  color: var(--color);
}
.prodet-page .prodet-box .left {
  width: 540px;
}
.prodet-page .prodet-box .left .big {
  width: 100%;
}
.prodet-page .prodet-box .left .big ul li {
  height: 435px;
  padding: 1px;
}
.prodet-page .prodet-box .left .big ul li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  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;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .left .small {
  width: 100%;
  margin-top: 15px;
}
.prodet-page .prodet-box .left .small ul {
  margin: 0 -12px;
}
.prodet-page .prodet-box .left .small ul li {
  padding: 0 12px;
}
.prodet-page .prodet-box .left .small ul li .img {
  display: block;
  width: 100%;
  height: 100%;
  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;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .right {
  width: -webkit-calc(100% - 540px);
  width: -moz-calc(100% - 540px);
  width: calc(100% - 540px);
  padding-left: 80px;
}
.prodet-page .prodet-box .right .con {
  max-height: 350px;
  overflow-y: auto;
}
.prodet-page .prodet-box .right .more {
  width: 250px;
  height: 50px;
  border-radius: 5px;
  margin: 80px 0 30px;
}
.prodet-page .prodet-box .right .more span {
  text-transform: uppercase;
  font-size: 18px;
}
.prodet-page .det {
  width: 100%;
  padding: 60px 0;
  border-bottom: 1px solid #e5e5e5;
}
.prodet-page .det .con table{
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .det .title {
  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;
}
.prodet-page .det .title::after {
  content: '';
  display: block;
  width: -webkit-calc(100% - 310px);
  width: -moz-calc(100% - 310px);
  width: calc(100% - 310px);
  height: 1px;
  border-top: 1px solid #e5e5e5;
}
.prodet-page .prodet-list ul {
  margin: 0 -20px;
}
.prodet-page .prodet-list ul li {
  padding: 0 20px;
}
.prodet-page .prodet-list ul li .img-box {
  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;
  height: auto;
  border: 1px solid #d5d2d2;
}
.prodet-page .prodet-list ul li .con {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.prodet-page .about-page {
  background-color: #f4f4f4;
}
.prodet-page .about-page .about-1 .about-play::after {
  background-color: #fff;
}
.related-product ul {
  margin: 0 -20px;
}
.related-product ul li {
  padding: 0 20px;
}
.related-product ul li .img-box {
  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;
  height: auto;
  border: 1px solid #d5d2d2;
}
.related-product ul li .con {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (max-width: 1600px) {
  .prodet-page .prodet-box .left {
    width: 50%;
  }
  .prodet-page .prodet-box .right {
    width: 50%;
  }
}
@media (max-width: 1400px) {
  .showroom-page .showroom-3 .ui.container {
    padding: 0 15px;
  }
  .sidebar-box .sidebar-right .pro-list ul li .img-box {
    height: auto;
  }
  .prodet-page .prodet-box .right {
    padding-left: 40px;
  }
  .prodet-page .prodet-box .right h2 {
    font-size: 30px;
  }
  .prodet-page .prodet-box .right .more {
    margin: 30px 0;
  }
}
@media (max-width: 1200px) {
  .i-title2 p {
    font-size: 20px;
  }
  .i-title2 h3 {
    font-size: 36px;
  }
  .projectdet-page .projectdet-1 .left {
    width: 50%;
    padding-right: 60px;
  }
  .newsdet-page .newsdet-1 h1 {
    font-size: 30px;
  }
  .newsdet-page .newsdet-1 h4 {
    font-size: 20px;
  }
  .prodet-page .prodet-box .left {
    width: 100%;
  }
  .prodet-page .prodet-box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  .inspiration-page .inspiration-1 .inspiration-nav ul li{
    width: 50%;
    margin: 15px 0;
  }
  .showroom-page .showroom-3 .ui.container form ul li:nth-child(3) input {
    width: 100%;
    margin-bottom: 20px;
  }
  .showroom-page .showroom-3 .ui.container form ul li:nth-child(3) input:last-child {
    margin-bottom: 0;
  }
  .showroom-page .showroom-2 .top ul {
    margin: 0;
  }
  .showroom-page .showroom-2 .top ul li {
    width: 33.333333%;
    margin: 20px 0;
  }
  .i-title2 p {
    font-size: 18px;
  }
  .i-title2 h3 {
    font-size: 30px;
  }
  .project-page .project-1 ul li {
    width: 50% !important;
  }
  .projectdet-page .projectdet-1 .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .projectdet-page .projectdet-1 .right {
    width: 100%;
  }
  .sidebar-box .sidebar-right .pro-list ul li {
    width: 50%;
  }
  .sidebar-box .sidebar-left {
    display: none;
  }
  .sidebar-box .sidebar-right {
    padding-left: 0;
    width: 100% !important;
  }
  .sidebar-box {
    padding: 0 15px;
  }
  .prodet-page .prodet-box .left .big ul li {
    height: auto;
  }
  .prodet-page .prodet-box .right .con {
    max-height: unset;
    overflow-y: unset;
  }
  .product-y-page .product-y-1 .categorie-box ul{
    flex-wrap: wrap;
  }
  .product-y-page .product-y-1 .categorie-box ul li {
    width: 50%;
  }
  .product-y-page .product-y-1 .categorie-box ul li.active{
    width: 50%;
  }
  .product-y-page .product-y-1 .categorie-box ul li .box .text{
    padding: 75px 30px;
    flex-wrap: wrap;
  }
  .product-y-page .product-y-1 .categorie-box ul li .box .text .tit{
    margin-bottom: 30px;
  }
  .inspiration-page .inspiration-1 .i-title h3 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .inspiration-page .inspiration-1 .inspiration-nav ul li a {
    font-size: 18px;
  }
  .showroom-page .showroom-3 .ui.container form ul li:first-child input {
    width: 100%;
    margin-bottom: 20px;
  }
  .showroom-page .showroom-3 .ui.container form ul li:first-child input:last-child {
    margin-bottom: 0;
  }
  .project-page .project-1 ul li .title .line,
  .project-page .project-1 ul li .title img {
    display: none;
  }
  .font-34 {
    font-size: 24px;
  }
  .inspiration-page .inspiration-1 .i-title h3 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .project-page .project-1 ul li {
    width: 100% !important;
  }
  .projectdet-page .projectdet-1 .left .list h5 {
    margin-right: 15px;
  }
  .sidebar-box .sidebar-right .pro-list ul li {
    width: 100%;
  }
  .product-y-page .product-y-1 .categorie-box ul li {
    width: 100%;
  }
  .product-y-page .product-y-1 .categorie-box ul li.active{
    width: 100%;
  }
  .inspiration-page .inspiration-1 .inspiration-nav ul li{
    width: 100%;
  }
}


.support-page .support-1 {
  position: relative;
}
.support-page .support-1 .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f4f4f4;
}
.support-page .support-1 .content .bottom {
  position: relative;
  z-index: 5;
  margin-left: auto;
}
.support-page .support-1 .content .bottom ul {
  margin: 0 -200px 0 -42px;
}
.support-page .support-1 .content .bottom ul li {
  padding: 0 17px;
}
.support-page .support-1 .content .bottom ul li .box {
  position: relative;
}
.support-page .support-1 .content .bottom ul li .box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .support-1 .content .bottom ul li .box:hover .box2 {
  opacity: 1;
}
.support-page .support-1 .content .bottom ul li .box .box2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 50px 40px;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.support-page .support-2 {
  padding: 150px 0 60px;
  background-color: #f4f4f4;
}
.support-page .support-2 ul {
  margin: 0 -35px;
}
.support-page .support-2 ul li {
  padding: 0 35px;
}
.support-page .support-2 ul li .box .img {
  width: 100%;
}
.support-page .support-2 ul li .box .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .support-3 {
  padding: 60px 0 0px;
}
.support-page .support-3 ul {
  margin: 0 -10px;
}
.support-page .support-3 ul li {
  padding: 0 10px;
}
.support-page .support-3 .more {
  border-radius: 5px;
  width: 200px;
  height: 50px;
  margin: 50px auto 0;
}
.agent-page .agent-1 ul {
  margin: 80px -20px 0;
}
.agent-page .agent-1 ul li {
  padding: 40px 20px;
}
.agent-page .agent-1 ul li .box {
  text-align: center;
}
.agent-page .agent-1 ul li .box .img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--color);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.agent-page .agent-1 ul li .box .img::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed var(--color);
}
.agent-page .agent-1 ul li .box h4 {
  color: var(--color);
}
.agent-page .trusted-page .trusted-1 {
  padding: 80px 0 40px;
}
.agent-page .trusted-page .trusted-1 .img {
  margin: 20px auto 0;
  text-align: center;
}
.agent-page .trusted-page .bottom {
  height: 265px;
  background-color: var(--color);
  color: white;
  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;
}
.agent-page .trusted-page .bottom .more2 {
  background-color: #000;
}
.agent-page .agent-2 {
  padding-top: 80px;
}
.agent-page .agent-2 ul {
  margin-top: 60px;
}
.agent-page .agent-2 ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent-page .agent-2 ul li .img {
  width: 50%;
}
.agent-page .agent-2 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.agent-page .agent-2 ul li .text {
  width: 50%;
  padding-left: 35px;
}
.agent-page .agent-2 ul li .text .con {
  font-family: Montserrat-Medium;
}
.agent-page .agent-2 ul li .text h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  margin-top: 35px;
}
.agent-page .agent-2 ul li .text h4::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--color);
  display: block;
  margin-right: 10px;
}
.agent-page .agent-2 ul .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.agent-page .agent-2 ul .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #e1e1e1;
  margin: 0 8px;
}
.agent-page .agent-2 ul .slick-dots li.slick-active {
  background-color: var(--color);
}
.agent-page .agent-2 ul .slick-dots li button {
  display: none;
}
.faq-page .ui.container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #f9f9f9;
  padding: 30px 35px;
}
.faq-page .ui.container ul li .text h4{
  font-weight: bold;
}
.care-cleaning-page .care-cleaning-1 {
  position: relative;
}
.care-cleaning-page .care-cleaning-1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
}
.care-cleaning-page .care-cleaning-1 .bottom {
  margin-top: 70px;
  padding: 65px 30px 265px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  background-color: white;
}
.care-cleaning-page .care-cleaning-1 .bottom .img {
  position: absolute;
  right: 50px;
  bottom: -130px;
}
.care-cleaning-page .care-cleaning-2 {
  background-color: #f4f4f4;
}
.care-cleaning-page .care-cleaning-2 .ui.container {
  padding: 140px 15px 420px;
}
.care-cleaning-page .care-cleaning-2 .ui.container .img {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -120px;
}
.care-cleaning-page .care-cleaning-3 {
  padding: 185px 0 0;
}
.honor-page .honor-box ul{
  margin: 0 -15px;
}
.honor-page .honor-box ul li{
  padding: 30px 15px;
}
.service-page .service-1 .bottom {
  margin-top: 100px;
  position: relative;
  padding: 50px 60px 60px;
}
.service-page .service-1 .bottom .bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
.service-page .service-1 .bottom .con {
  line-height: 2;
}
.service-page .service-2 {
  padding: 125px 0 60px;
}
.service-page .service-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.service-page .service-2 ul li {
  height: 430px;
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0.5px;
}
.service-page .service-2 ul li .box {
  height: 100%;
  width: 100%;
  font-size: 58px;
  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;
  color: white;
  font-family: Montserrat-Bold;
}
.service-page .service-2 ul li h5 {
  font-size: 18px;
  font-family: Montserrat-Bold;
  margin-top: 25px;
  text-align: center;
}
.service-page .service-2 ul li:nth-child(1) .box {
  height: 100%;
  background-color: #8ec212;
}
.service-page .service-2 ul li:nth-child(2) .box {
  height: 80%;
  background-color: #9ecf29;
}
.service-page .service-2 ul li:nth-child(3) .box {
  height: 60%;
  background-color: #b2e537;
}
.service-page .service-2 ul li:nth-child(4) .box {
  height: 40%;
  background-color: #c4f74a;
}
.service-page .service-2 ul li:nth-child(5) .box {
  height: 20%;
  background-color: #c6e382;
}
.service-page .service-3 {
  padding: 65px 0 95px;
  background-color: #f4f4f4;
}
.service-page .service-3 form {
  margin-top: 45px;
}
.service-page .service-3 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -13px;
}
.service-page .service-3 form ul li {
  padding: 0 13px;
  margin-bottom: 25px;
}

.service-page .service-3 form ul li #fileInput{
  display: none;
}
.service-page .service-3 form ul li:nth-child(1),
.service-page .service-3 form ul li:nth-child(2),
.service-page .service-3 form ul li:nth-child(3),
.service-page .service-3 form ul li:nth-child(4) {
  width: 25%;
}
.service-page .service-3 form ul li:nth-child(6){
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.service-page .service-3 form ul li:nth-child(6) .input-group{
  width: calc(75% - 8px);
}
.service-page .service-3 form ul li button{
  font-size: 20px;
  background-color: white;
  width: calc(25% - 18px);
  height: 70px;
  color:#313131;
  border-radius: 8px;
  border: none;
}
.service-page .service-3 form ul li:nth-child(5) {
  width: 100%;
}
.service-page .service-3 form ul li:nth-child(7),
.service-page .service-3 form ul li:nth-child(8),
.service-page .service-3 form ul li:nth-child(9) {
  width: 33.3333333333%;
}
.service-page .service-3 form ul li:nth-child(10){
  width: 100%;
}
.service-page .service-3 form ul li:nth-child(11) {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-3 form ul li:nth-child(11) .radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.service-page .service-3 form ul li:nth-child(11) .radio-group label{
  margin-left: 10px;
  position: relative;
}
.service-page .service-3 form ul li:nth-child(11) .radio-group label::before{
  content:"\f00c";
  width: 20px;
  font-family:"FontAwesome"; 
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left:-30px;
  top:50%;
  transform: translateY(-50%);
  display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  color: transparent;
  transition: all 0.5s;
}
.service-page .service-3 form ul li:nth-child(11) .radio-group input[type='radio']:checked + label::before{
  color: black;
}
.service-page .service-3 form ul li:nth-child(11) .radio-group input[type='radio']{
  opacity: 0;
}
.service-page .service-3 form ul li:last-child {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.service-page .service-3 form ul li input[type='text'] {
  width: 100%;
  height: 70px;
  font-size: 20px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 0 25px;
  background-color: transparent;
}
.service-page .service-3 form ul li input::-webkit-input-placeholder {
  color: #a6a6a6;
}
.service-page .service-3 form ul li input[type='submit'] {
  width: 200px;
  height: 50px;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  border-radius: 5px;
  border: none;
}
.service-page .service-3 form ul li input[type='submit']:hover {
  background-color: #000;
}
#index-body .about {
  position: relative;
  padding: 100px 0 120px;
}
#index-body .about .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -35px;
}
#index-body .about .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 35px;
  width: 25%;
}
#index-body .about .bottom ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  border-top: 2px solid rgba(169, 169, 170, 0.6);
}
#index-body .about .bottom ul li .box .text {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  padding-left: 20px;
}
#index-body .about .bottom ul li .box .text h4 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  margin-bottom: 8px;
}
#index-body .about .bottom ul li .box .text h4 span {
  font-size: 18px;
  font-weight: bold;
  color: var(--color);
  position: absolute;
  right: 0;
  top: 5px;
}
#index-body .about .bottom ul li .box .text p {
  font-size: 16px;
  opacity: 0.6;
}
#index-body .about .about-play {
  background-color: #1c1c1c;
  max-width: 1555px;
  width: 82%;
  height: 505px;
  margin-top: 100px;
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
.about-page .about-1 .about-play img{
  width: 100%;
}
#index-body .about .about-play .left {
  width: 58.7%;
  height: 100%;
}
#index-body .about .about-play .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .about .about-play .right {
  width: 41.3%;
  height: 100%;
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
#index-body .about .about-play .right .box {
  text-align: 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%);
}
#index-body .about .about-play .right .box h4 {
  font-weight: bold;
  font-size: 58px;
  color: white;
  opacity: 0.6;
  line-height: 1.3;
  white-space: nowrap;
}
#index-body .about .about-play .right .box h4:last-child {
  opacity: 1;
}
#index-body .about .about-play .right .img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
#index-body .news {
  position: relative;
  padding: 100px 0 160px;
}
#index-body .news .news-content .h-title h3 {
  margin: 0 auto;
}
#index-body .news .news-content ul {
  margin: 70px -17px 0;
}
#index-body .news .news-content ul li {
  padding: 0 17px;
  position: relative;
}
#index-body .news .news-content ul li .box {
  position: relative;
  height: 360px;
  width: 100%;
}
#index-body .news .news-content ul li .box:hover .img-box .img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .news .news-content ul li .box:hover .text .date {
  background-color: transparent;
  border-color: white;
  color: white;
}
#index-body .news .news-content ul li .box .text {
  padding: 50px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: white;
  position: relative;
  z-index: 5;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .news .news-content ul li .box .text h4 {
  font-family: Montserrat-SemiBold;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .news .news-content ul li .box .text .date {
  font-family: Montserrat-SemiBold;
  width: 110px;
  line-height: 30px;
  height: 30px;
  background-color: white;
  border-radius: 35px;
  color: black;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 15px;
}
#index-body .news .news-content ul li .box .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  display: block;
}
#index-body .news .news-content ul li .box .img-box .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .news-content ul li .box .img-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.titleindus {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
@media (max-width: 1600px) {
  .prodet-page .prodet-box .left {
    width: 50%;
  }
  .prodet-page .prodet-box .right {
    width: 50%;
  }
  .service-page .service-1 .bottom .bg {
    width: 100%;
    object-fit: cover;
    object-position: right;
    height: 100%;
  }
  .service-page .service-1 .bottom {
    padding: 100px 15px;
  }
}
@media (max-width: 1400px) {
  .showroom-page .showroom-3 .ui.container {
    padding: 0 15px;
  }
  .sidebar-box .sidebar-right .pro-list ul li .img-box {
    height: auto;
  }
  .prodet-page .prodet-box .right {
    padding-left: 40px;
  }
  .prodet-page .prodet-box .right h2 {
    font-size: 30px;
  }
  .prodet-page .prodet-box .right .more {
    margin: 30px 0;
  }
    #index-body .about .about-play {
    height: 380px;
  }
  #index-body .about .about-play .right .box h4 {
    font-size: 44px;
    line-height: 1.2;
  }
  #index-body .advantage {
    padding: 100px 0;
  }
}
@media (max-width: 1200px) {
  .i-title2 p {
    font-size: 20px;
  }
  .i-title2 h3 {
    font-size: 36px;
  }
  .projectdet-page .projectdet-1 .left {
    width: 50%;
    padding-right: 60px;
  }
  .newsdet-page .newsdet-1 h1 {
    font-size: 30px;
  }
  .newsdet-page .newsdet-1 h4 {
    font-size: 20px;
  }
  .prodet-page .prodet-box .left {
    width: 100%;
  }
  .prodet-page .prodet-box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .img {
    width: 45%;
  }
  .service-page .service-1 .bottom .bg{
    display: none;
  }
  .service-page .service-1 .bottom .con{
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 60px 30px;
  }
  .service-page .service-1 .bottom {
    margin-top: 100px;
    padding: 0;
  }
  #index-body .about .bottom ul li {
    width: 50%;
    margin: 15px 0;
  }
   #index-body .advantage .bottom ul li .box .img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 1000px) {
  .showroom-page .showroom-3 .ui.container form ul li:nth-child(3) input {
    width: 100%;
    margin-bottom: 20px;
  }
  .showroom-page .showroom-3 .ui.container form ul li:nth-child(3) input:last-child {
    margin-bottom: 0;
  }
  .showroom-page .showroom-2 .top ul {
    margin: 0;
  }
  .showroom-page .showroom-2 .top ul li {
    width: 33.333333%;
    margin: 20px 0;
  }
  .i-title2 p {
    font-size: 18px;
  }
  .i-title2 h3 {
    font-size: 30px;
  }
  .project-page .project-1 ul li {
    width: 50% !important;
  }
  .projectdet-page .projectdet-1 .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .projectdet-page .projectdet-1 .right {
    width: 100%;
  }
  .sidebar-box .sidebar-right .pro-list ul li {
    width: 50%;
  }
  .sidebar-box .sidebar-left {
    display: none;
  }
  .sidebar-box .sidebar-right {
    padding-left: 0;
    width: 100% !important;
  }
  .sidebar-box {
    padding: 0 15px;
  }
  .prodet-page .prodet-box .left .big ul li {
    height: auto;
  }
  .prodet-page .prodet-box .right .con {
    max-height: unset;
    overflow-y: unset;
  }
  .support-page .support-1 .content {
    padding: 0 15px;
  }
  .support-page .support-1 .content .bottom {
    margin: 0 auto;
  }
  .support-page .support-1 .content .bottom ul {
    margin: 0 -17px;
  }
  .agent-page .trusted-page .bottom h3 {
    font-size: 24px;
  }
  .agent-page .agent-2 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .agent-page .agent-2 ul li .img {
    width: 100%;
  }
  .agent-page .agent-2 ul li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .care-cleaning-page .care-cleaning-1 .bottom {
    padding: 65px 30px 20%;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .img {
    right: 20px;
  }
  .care-cleaning-page .care-cleaning-2 .ui.container {
    padding: 140px 15px 220px;
  }
  .care-cleaning-page .care-cleaning-1 .top .con {
    margin-top: 30px;
  }
  .service-page .service-2 ul li .box {
    font-size: 30px;
  }
  .service-page .service-3 form ul li:nth-child(5) {
    width: 100%;
  }
  .service-page .service-3 form ul li:nth-child(7),
  .service-page .service-3 form ul li:nth-child(8), 
  .service-page .service-3 form ul li:nth-child(9),
  .service-page .service-3 form ul li:nth-child(6),
  .service-page .service-3 form ul li:nth-child(1),
  .service-page .service-3 form ul li:nth-child(2), 
  .service-page .service-3 form ul li:nth-child(3),
  .service-page .service-3 form ul li:nth-child(4){
    width: 50%;
  }
  #index-body .about {
    padding: 80px 0;
  }
   #index-body .about .about-play {
    height: 280px;
    width: 88%;
  }
  #index-body .about .about-play .right .box h4 {
    font-size: 28px;
  }
    #index-body .about .about-play .right .box h4 {
        font-size: 18px;
    }
    #index-body .advantage .top .con {
    width: 100%;
    font-size: 16px;
  }
  #index-body .advantage .top .con {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .showroom-page .showroom-3 .ui.container form ul li:first-child input {
    width: 100%;
    margin-bottom: 20px;
  }
  .showroom-page .showroom-3 .ui.container form ul li:first-child input:last-child {
    margin-bottom: 0;
  }
  .project-page .project-1 ul li .title .line,
  .project-page .project-1 ul li .title img {
    display: none;
  }
  .support-page .support-2 ul li {
    width: 100% !important;
    margin: 15px 0;
  }
  .support-page .support-2 ul li h4 {
    font-size: 22px;
  }
  .agent-page .trusted-page .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .agent-page .trusted-page .bottom .container h3 {
    margin-bottom: 30px;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .img {
    display: none;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .con {
    width: 100%;
  }
  .care-cleaning-page .care-cleaning-2 .ui.container {
    padding: 140px 15px;
  }
  #index-body .about .bottom ul {
    margin: 0 -10px;
  }
  #index-body .about .bottom ul li {
    padding: 0 10px;
  }
  #index-body .about .bottom ul li .box .text {
    padding-left: 10px;
  }
  #index-body .about .about-play {
    width: 100%;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
@media (max-width: 500px) {
  .project-page .project-1 ul li {
    width: 100% !important;
  }
  .projectdet-page .projectdet-1 .left .list h5 {
    margin-right: 15px;
  }
  .sidebar-box .sidebar-right .pro-list ul li {
    width: 100%;
  }
  .care-cleaning-page .care-cleaning-2 .ui.container .img {
    bottom: -35px;
  }
  .care-cleaning-page .care-cleaning-3 {
    padding: 95px 0 0;
  }
      .service-page .service-2 ul li .box {
        font-size: 20px;
    }
    .service-page .service-3 form ul li:nth-child(7),
  .service-page .service-3 form ul li:nth-child(8), 
  .service-page .service-3 form ul li:nth-child(9),
  .service-page .service-3 form ul li:nth-child(6),
  .service-page .service-3 form ul li:nth-child(1),
  .service-page .service-3 form ul li:nth-child(2), 
  .service-page .service-3 form ul li:nth-child(3),
  .service-page .service-3 form ul li:nth-child(4){
    width: 100%;
  }
  .service-page .service-3 form ul li:nth-child(11) p{
    margin-right: 15px;
  }
  .support-page .support-1 .content .bottom{
    width: 100% !important;
  }
  #index-body .about .bottom ul li {
    width: 100%;
  }
  #index-body .about .bottom ul li .box .text {
    padding-left: 35px;
  }
}
.his-page .line {
  left: 0;
  top: 0;
}
.his-page .list li::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  border-left: 1px dashed #FFFFFF;
}
.his-page .list li .bub {
  bottom: 100%;
  left: -3vw;
  font-size: 1.67vw;
  font-weight: bold;
  color: #ed9544;
  width: 6vw;
  height: 6vw;
  line-height: 6vw;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.his-page .list li .bub::after {
  content: "";
  position: absolute;
  top: 95%;
  left: 2.3vw;
  border-top: 1vw solid #FFFFFF;
  border-left: .75vw solid transparent;
  border-right: .75vw solid transparent;
}
.his-page .list li .content {
  font-size: .94vw;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.his-page .list li i.dot {
  left: -0.25vw;
  bottom: -0.25vw;
  width: .5vw;
  height: .5vw;
  border-radius: 50%;
  background-color: #ed9544;
}
.his-page .list li.row .bub {
  bottom: auto;
  top: 100%;
}
.his-page .list li.row .bub::after {
  top: auto;
  bottom: 95%;
  border-top: none;
  border-bottom: 1vw solid #FFFFFF;
}
.his-page .list li.row i.dot {
  bottom: auto;
  top: -0.25vw;
}
.his-page .list li:nth-of-type(1) {
  height: 8.4vw;
  left: 6.15%;
  bottom: 42.8%;
}
.his-page .list li:nth-of-type(1) .content {
  width: 10vw;
}
.his-page .list li:nth-of-type(2) {
  height: 15.63vw;
  left: 11.65%;
  bottom: auto;
  top: 57.4%;
}
.his-page .list li:nth-of-type(2) .content {
  width: 10vw;
}
.his-page .list li:nth-of-type(3) {
  height: 10.42vw;
  left: 17.7%;
  bottom: 42.8%;
}
.his-page .list li:nth-of-type(3) .content {
  width: 10vw;
}
.his-page .list li:nth-of-type(4) {
  height: 13vw;
  left: 24.1%;
  bottom: auto;
  top: 56.8%;
}
.his-page .list li:nth-of-type(4) .content {
  width: 10vw;
}
.his-page .list li:nth-of-type(5) {
  height: 12vw;
  left: 30.7%;
  bottom: 44%;
}
.his-page .list li:nth-of-type(5) .content {
  width: 14vw;
}
.his-page .list li:nth-of-type(6) {
  height: 12vw;
  left: 37.45%;
  bottom: auto;
  top: 54.8%;
}
.his-page .list li:nth-of-type(6) .content {
  width: 10vw;
}
.his-page .list li:nth-of-type(7) {
  height: 13.5vw;
  left: 45.6%;
  bottom: 47.3%;
}
.his-page .list li:nth-of-type(7) .content {
  width: 10vw;
}
.his-page .list li:nth-of-type(8) {
  height: 7.8vw;
  left: 53%;
  bottom: auto;
  top: 50.3%;
}
.his-page .list li:nth-of-type(8) .content {
  width: 12vw;
}
.his-page .list li:nth-of-type(9) {
  height: 12vw;
  left: 61.4%;
  bottom: 53.2%;
}
.his-page .list li:nth-of-type(9) .content {
  width: 12vw;
}
.his-page .list li:nth-of-type(10) {
  height: 9.9vw;
  left: 70.1%;
  bottom: auto;
  top: 42.1%;
}
.his-page .list li:nth-of-type(10) .content {
  width: 10vw;
}
.his-page .list li:nth-of-type(11) {
  height: 13vw;
  left: 77.6%;
  bottom: 63.2%;
}
.his-page .list li:nth-of-type(11) .content {
  width: 19vw;
}
.his-page .list li:nth-of-type(12) {
  height: 7.8vw;
  left: 85%;
  bottom: auto;
  top: 30.3%;
}
.his-page .list li:nth-of-type(12) .content {
  width: 13vw;
}
.his-page .slide ul {
  border-bottom: 2px solid #000000;
}
.his-page .slide li {
  padding: 0 15px 15px;
  border-left: 1px dashed #ed9544;
}
.his-page .slide li .year {
  color: #ed9544;
}
.his-page .slide li .content {
  line-height: 1.5;
  min-height: 6em;
}
.his-page .mb {
  position: absolute;
  opacity: 0;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .his-page .pc {
    display: none;
  }
  .his-page .mb {
    position: static;
    opacity: 1;
    pointer-events: visible;
  }
}
.m-page {
  margin-top: 80px;
  text-align: right;
}

.m-page span,
.m-page a {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  background-color: #333333;
  background-size: cover;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin: 0 10px;
}

.m-page span {
  background: var(--color);
  /*background: url(../images/text-mask.jpg)no-repeat center;*/
}

.his-page .about-3 {
  padding: 10% 0 6.407%;
}
.his-page .about-3 .left {
  width: 58.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.his-page .about-3 .left span {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
}
.his-page .about-3 .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.his-page .about-3 .left .title {
  font-size: 82px;
  color: #030303;
  line-height: 1;
  margin-top: 21px;
}
.his-page .about-3 .left .title em {
  display: block;
}
.his-page .about-3 .right {
  width: 41.334%;
  padding-left: 101px;
  position: relative;
}
.his-page .about-3 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.his-page .about-3 .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.his-page .about-3 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.his-page .about-3 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.his-page .about-3 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-family: 'Garamond';
}
.his-page .about-3 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.his-page .about-3 .right .tag ul li.current a {
  background-color: #000000;
  color: #fff;
  border-color: #000;
}
.his-page .about-3 .right .content ul li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(241, 238, 226, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  padding: 60px 24px 88px 43px;
  margin-bottom: 60px;
}
.his-page .about-3 .right .content ul li .tit {
  font-size: 40px;
  line-height: 1;
  color: #030303;
}
.his-page .about-3 .right .content ul li .con {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.his-page .about-3 .right .content ul li:last-child {
  margin-bottom: 0;
}
.his-page .about-3 .right .content ul li.active {
  background: rgba(241, 238, 226, 0.8);
}
@media screen and (max-width: 1680px) {
  .his-page .about-3 .left .title {
    font-size: 72px;
  }
}
@media screen and (max-width: 1440px) {
  .his-page .about-3 .left .title {
    font-size: 66px;
  }
}
@media screen and (max-width: 1280px) {
  .his-page .about-3 .right .content ul li {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .his-page .about-3 .left .title {
    font-size: 53px;
  }
  .his-page .about-3 .right .content ul li {
    padding: 40px 20px;
  }
  .his-page .about-3 .right .content ul li .tit {
    font-size: 60px;
  }
  .his-page .about-3 .right .content ul li .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .his-page .about-3 .left {
    position: initial;
    width: 100%;
  }
  .his-page .about-3 .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .his-page .about-3 .left .title {
    font-size: 46px;
  }
}
@media screen and (max-width: 500px) {
  .his-page .about-3 .left .title {
    font-size: 32px;
  }
  .his-page .about-3 .right {
    padding-left: 0;
  }
  .his-page .about-3 .right .tag {
    display: none;
  }
  .his-page .about-3 .right .content ul li {
    margin-bottom: 20px;
    background: rgba(241, 238, 226, 0.8);
    padding: 30px 15px;
  }
  .his-page .about-3 .right .content ul li .tit {
    font-size: 40px;
  }
  .his-page .about-3 .right .content ul li .con {
    font-size: 16px;
    line-height: 1.8;
  }
}
#mobile3{
  z-index: 22!important;
}
.fixed-toolbar{
  z-index: 21!important;
}