@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url(../fonts/Montserrat-ExtraBold.ttf) format('truetype'), url(../fonts/Montserrat-ExtraBold.eot) format('eot'), url(../fonts/Montserrat-ExtraBold.woff) format('woff'), url(../fonts/Montserrat-ExtraBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype'), url(../fonts/Montserrat-SemiBold.eot) format('eot'), url(../fonts/Montserrat-SemiBold.woff) format('woff'), url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Black';
  src: url(../fonts/Montserrat-Black.ttf) format('truetype'), url(../fonts/Montserrat-Black.eot) format('eot'), url(../fonts/Montserrat-Black.woff) format('woff'), url(../fonts/Montserrat-Black.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #616161;
}
textarea::-webkit-input-placeholder {
  color: #616161;
}
input::-moz-placeholder {
  color: #616161;
}
input:-moz-placeholder {
  color: #616161;
}
input:-ms-input-placeholder {
  color: #616161;
}
body {
  margin: 0 auto;
  padding: 0;
  --color: #599d33;
  font-family: 'Montserrat-Regular';
  --font: 'Montserrat-Bold';
  background-color: white;
  color: black;
  max-width: 1920px;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1220px;
  margin: 0 auto;
  position: relative;
}
#mouse-click {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid var(--color);
  z-index: 1000;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
  pointer-events: none;
}
#mouse-big-click {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
  font-size: 16px;
  color: white;
  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;
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  opacity: 0;
}
#mouse-circle {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 1000000;
  background-color: var(--color);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  pointer-events: none;
}
#mouse-click.mouse-active {
  opacity: 0;
}
#mouse-circle.mouse-active {
  opacity: 0;
}
#mouse-big-click.mouse-active {
  opacity: 1;
}
#mouse-click.active {
  opacity: 1;
}
#mouse-circle.active {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 1 !important;
}
#mouse-big-click.active {
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > .h-nav_box{
  max-height: 700px;
  padding-bottom: 55px;
  -webkit-box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.1);
  box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5);
}
#header .nav .ui.menu .menu-box ul.menu > li .h-nav_box{
  display: block;
  position: absolute;
  left:0;
  top:100%;
}
.h-nav_box {
  background-color: white;
  padding-bottom: 0;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0);
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s linear;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top:100%;
}
.h-nav_box a{
  color: #000;
}
.h-nav_box .top .img {
  width: 35.8%;
}
.h-nav_box .top .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.h-nav_box .top .text {
  padding-top: 40px;
  width: 64.2%;
  padding-left: 65px;
}
.h-nav_box .top .text h4 {
  font-family: 'Montserrat-SemiBold';
  color: var(--color);
  text-transform: uppercase;
}
.h-nav_box .top .text .con {
  line-height: 2;
  color: black;
}
.h-nav_box a.btn {
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
  max-width: 200px;
}
.h-nav_box a.btn span {
  font-family: 'Montserrat-SemiBold';
  font-size: 20px;
}
.h-nav_box a.btn i {
  font-size: 20px;
}
.h-nav_box .bottom ul {
  margin: 25px -44px 0;
  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;
}
.h-nav_box .bottom ul li {
  padding: 23px 44px;
}
.h-nav_box .bottom ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.h-nav_box .bottom ul li a:hover {
  color: var(--color);
  border-color: var(--color);
}
.h-nav_box .bottom ul li a span {
  font-family: 'Montserrat-SemiBold';
  font-size: 20px;
}
.h-nav_box .bottom ul li a i {
  font-size: 20px;
}
.h-nav_box .bottom ul li ol {
  margin-top: 25px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s linear;
}
.h-nav_box .bottom ul li:hover ol{
  max-height: 300px;
}
.h-nav_box .bottom ul li ol li {
  padding: 0;
  margin-bottom: 15px;
}
.h-nav_box .bottom ul li ol li:last-child {
  margin-bottom: 0;
}
.h-nav_box .bottom ul li ol li a {
  font-size: 14px;
  font-family: 'Montserrat-Medium';
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding-bottom: 5px;
}
.h-nav_box .pro-nav ul {
  margin: 0 -12px;
}
.h-nav_box .pro-nav ul li {
  padding: 0 12px;
}
.h-nav_box .pro-nav ul li .img {
  width: 100%;
  height: 200px;
  display: block;
}
.h-nav_box .pro-nav ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: white;
}
#header.active.cur-h{
   box-shadow: 0;
}
#header.active .nav {
  height: 100px;
}
#header.active .nav .ui.menu .right .h-search,
#header.active .language-box .zhuyu > img,
#header.active .nav .ui.menu .right .mop{
  filter: invert(1);
}
#header .nav .ui.menu .right .h-search,
.language-box .zhuyu > img,
#header .nav .ui.menu .right .mop{
  transition: all 0.5s;
}
#header.active .nav .ui.menu .menu-box ul.menu > li > a,
#header.active .language-box .zhuyu{
  color: black;
}
#header .nav {
  position: relative;
  height: 125px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 110px;
}
#header .nav .logo{
  position: relative;
}
#header .nav .logo .logo1{
  opacity: 1;
  transition: all 0.5s;
}
#header .nav .logo .logo2{
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top:0;
}
#header.active .nav .logo .logo1{
  opacity: 0;
}
#header.active .nav .logo .logo2{
  opacity: 1;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 50px;
  font-size: 16px;
  color: white;
  z-index: 100;
  float: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .menu-box .menu-menu-container > ul.menu > li {
  height: 100px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a{
  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 > a {
  display: block;
  font-family: var(--font);
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  width: auto;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#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 ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  margin-left: 135px;
  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;
}
#header .nav .ui.menu .right .h-inquiry {
  width: 115px;
  line-height: 30px;
  height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border: none;
  color: white;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  margin-left: 35px;
  margin-right: 25px;
}
#header .nav .ui.menu .right .h-search,
#header .nav .ui.menu .right .mop{
  cursor: pointer;
}
#header .nav .ui.menu .right .h-inquiry:hover {
  background-color: black;
}
.language-box {
  margin-left: 50px;
}
.language-box .zhuyu {
  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: white;
}
.language-box .zhuyu span {
  font-size: 16px;
  font-family: var(--font);
  margin: 0 10px;
}
.language-box .zhuyu i {
  font-size: 20px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language 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;
}
.h-sidebar {
  width: 70px;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.h-sidebar ul li {
  position: relative;
}
.h-sidebar ul li:hover span {
  background-color: var(--color);
}
.h-sidebar ul li:hover .text {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  right: 100%;
}
.h-sidebar ul li:hover .qc-img {
  -webkit-transform: translateY(-50%) rotateY(0deg);
  -moz-transform: translateY(-50%) rotateY(0deg);
  transform: translateY(-50%) rotateY(0deg);
  opacity: 1;
}
.h-sidebar ul li .qc-img {
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  position: absolute;
  right: -webkit-calc(100% + 20px);
  right: -moz-calc(100% + 20px);
  right: calc(100% + 20px);
  top: 50%;
  -webkit-transform: translateY(-50%) rotateY(-90deg);
  -moz-transform: translateY(-50%) rotateY(-90deg);
  transform: translateY(-50%) rotateY(-90deg);
  width: 120px;
  height: 120px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.h-sidebar ul li .qc-img img,
.h-sidebar ul li .qc-img canvas {
  width: 100px;
  height: 100px;
  border: 5px solid white;
}
.h-sidebar ul li .text {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: var(--color);
  font-size: 16px;
  font-family: 'Montserrat-Medium';
  color: white;
  width: 175px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.h-sidebar ul li span {
  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%;
  height: 50px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.h-sidebar ul li span i {
  font-size: 24px;
  color: white;
}
.h-popUp.active {
  top: 0;
}
.h-popUp {
  width: 100vw;
  height: 100vh;
  background-color: #191919;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.h-popUp::before {
  width: 1px;
  height: 100%;
  background-color: #292929;
  position: absolute;
  top: 0;
  left: 5%;
  content: "";
  display: block;
}
.h-popUp::after {
  width: 1px;
  height: 100%;
  background-color: #292929;
  position: absolute;
  top: 0;
  right: 5%;
  content: "";
  display: block;
}
.h-popUp .h-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 120px;
  top: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  z-index: 10;
}
.h-popUp .h-container {
  width: 1370px;
  position: relative;
  padding: 0 15px;
}
.h-popUp .h-container span:nth-child(1) {
  left: 0%;
}
.h-popUp .h-container span:nth-child(2) {
  left: 14.28571429%;
}
.h-popUp .h-container span:nth-child(3) {
  left: 28.57142857%;
}
.h-popUp .h-container span:nth-child(4) {
  left: 42.85714286%;
}
.h-popUp .h-container span:nth-child(5) {
  left: 57.14285714%;
}
.h-popUp .h-container span:nth-child(6) {
  left: 71.42857143%;
}
.h-popUp .h-container span:nth-child(7) {
  left: 85.71428571%;
}
.h-popUp .h-container span:nth-child(8) {
  left: 100%;
}
.h-popUp .h-container span.line {
  width: 1px;
  height: 100%;
  background-color: #292929;
  position: absolute;
  top: 0;
}
.h-popUp .h-container .top {
  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;
  position: relative;
  z-index: 12;
}
.h-popUp .h-container .top .left {
  max-width: 1000px;
}
.h-popUp .h-container .top .left 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;
  margin-top: 130px;
}
.h-popUp .h-container .top .left ul li {
  color: white;
  max-width: 230px;
  margin-right: 50px;
}
.h-popUp .h-container .top .left ul li:last-child {
  margin-right: 0;
}
.h-popUp .h-container .top .left ul li .tit {
  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;
}
.h-popUp .h-container .top .left ul li .tit h4 {
  font-size: 28px;
  font-family: var(--font);
  margin-left: 15px;
  text-transform: uppercase;
  color: var(--color);
}
.h-popUp .h-container .top .left ul li span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-family: 'Montserrat-Light';
}
.h-popUp .h-container .top .left ul li span:last-child {
  margin-bottom: 0;
}
.h-popUp .h-container .top .right ul li {
  margin-bottom: 13px;
}
.h-popUp .h-container .top .right ul li:last-child {
  margin-bottom: 0;
}
.h-popUp .h-container .top .right ul li a {
  color: white;
  font-size: 36px;
  font-family: 'Montserrat-SemiBold';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.h-popUp .h-container .top .right ul li a:hover {
  color: var(--color);
}
.h-popUp .h-container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 125px;
  padding-top: 45px;
  border-top: 1px solid #292929;
  position: relative;
  z-index: 12;
}
.h-popUp .h-container .bottom h3 {
  font-size: 28px;
  font-family: 'Montserrat-Medium';
  margin-left: 15px;
  color: white;
}
.h-popUp .h-container .bottom .line {
  width: 110px;
  height: 1px;
  background-color: var(--color);
  margin: 0 65px;
}
.h-popUp .h-container .bottom p {
  font-size: 24px;
  color: var(--color);
  line-height: 1;
  border-bottom: 1px solid var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  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%);
  z-index: 5;
  height: 100%;
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#banner .banner-content ul li .content .box {
  max-width: 735px;
  color: white;
}
#banner .banner-content ul li .content .box h2 {
  font-size: 60px;
  line-height: 1.2;
  font-family: 'Montserrat-Black';
  text-transform: uppercase;
  margin-bottom: 35px;
}
#banner .banner-content ul li .content .box .btn {
  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;
  text-transform: uppercase;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#banner .banner-content ul li .content .box .btn:hover span {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}
#banner .banner-content ul li .content .box .btn:hover span::before {
  -webkit-transform: translate(-50%, 150%);
  -moz-transform: translate(-50%, 150%);
  -ms-transform: translate(-50%, 150%);
  transform: translate(-50%, 150%);
  opacity: 1;
}
#banner .banner-content ul li .content .box .btn i {
  margin-right: 15px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid white;
  font-size: 32px;
  color: white;
  text-align: center;
  line-height: 55px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content ul li .content .box .btn span {
  font-size: 18px;
  color: white;
  font-family: 'Montserrat-SemiBold';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: opacity .65s, -webkit-transform .85s;
  transition: opacity .65s, -webkit-transform .85s;
  -moz-transition: opacity .65s, transform .85s, -moz-transform .85s;
  transition: opacity .65s, transform .85s;
  transition: opacity .65s, transform .85s, -webkit-transform .85s, -moz-transform .85s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  -moz-transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
#banner .banner-content ul li .content .box .btn span:before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -webkit-transition: opacity .5s, -webkit-transform .8s;
  transition: opacity .5s, -webkit-transform .8s;
  -moz-transition: opacity .5s, transform .8s, -moz-transform .8s;
  transition: opacity .5s, transform .8s;
  transition: opacity .5s, transform .8s, -webkit-transform .8s, -moz-transform .8s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  -moz-transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
#banner .banner-content ul li .img {
  right: 75px;
  bottom: 35px;
  position: absolute;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: -webkit-calc(100% + 100px);
  height: -moz-calc(100% + 100px);
  height: calc(100% + 100px);
  -o-object-fit: cover;
  object-fit: cover;
}
.more {
  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: 155px;
  height: 65px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--color);
}
.more:hover {
  background-color: black;
}
.more:hover span {
  color: #fff;
}
.more span {
  display: block;
  position: relative;
  z-index: 5;
  font-size: 16px;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Montserrat-Medium';
}

.more2 {
  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: 200px;
  height: 50px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--color);
  border-radius: 5px;
}
.more2:hover {
  background-color: black;
}
.more2:hover span {
  color: #fff;
}
.more2 span {
  display: block;
  position: relative;
  z-index: 5;
  font-size: 16px;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Montserrat-Medium';
}
.m-page{
  margin-top:80px; 
}
.m-page a,
.m-page span{
  font-size: 14px;
  font-family: 'Montserrat-Medium';
  margin: 0 20px;
}
.m-page .wp-pagenavi{
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-page .current{
  color: var(--color);
}
.m-page .prev,
.m-page .next{
  display: block;
  width: 20px;
  height: 13px;
  color: transparent;
}
.m-page .prev{
  background: url('../images/prev.png')no-repeat;
}
.m-page .next{
  background: url('../images/next.png')no-repeat;
}
.h-title p {
  font-size: 24px;
  font-family: 'Montserrat-Medium';
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.h-title h3 {
  font-size: 34px;
  font-family: 'Montserrat-SemiBold';
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
}
#index-body .category {
  position: relative;
}
#index-body .category .top .con {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
  padding-top: 45px;
}
#index-body .category .bottom {
  position: relative;
  width: 1555px;
  margin-left: auto;
  margin-top: 70px;
}
#index-body .category .bottom ul {
  margin: 0 -200px 0 -17px;
}
#index-body .category .bottom ul li {
  position: relative;
  padding: 0 17px;
}
#index-body .category .bottom ul li:hover .text {
  opacity: 1;
}
#index-body .category .bottom ul li:hover .icon img {
  -webkit-filter: inherit;
  filter: inherit;
}
#index-body .category .bottom ul li .icon {
  position: absolute;
  left: 45px;
  top: 60px;
  z-index: 10;
}
#index-body .category .bottom ul li .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .bottom ul li .img {
  width: 100%;
  height: 100%;
}
#index-body .category .bottom ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .category .bottom ul li .text {
  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;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-calc(100% - 34px);
  width: -moz-calc(100% - 34px);
  width: calc(100% - 34px);
  height: 100%;
  padding: 0 45px 50px;
  z-index: 5;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(25%, rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
}
#index-body .category .bottom ul li .text p {
  opacity: 0.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#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: 390px;
  font-size: 14px;
}
#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-family: 'Montserrat-Black';
  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-family: 'Montserrat-SemiBold';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .advantage .bottom ul li .box .text p {
  font-family: 'Montserrat-Light';
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .product {
  position: relative;
  padding: 150px 0 105px;
  background: url('../images/pro-bg.png') no-repeat;
  background-position: 0 45px;
}
#index-body .product .bottom {
  margin-top: 60px;
}
#index-body .product .bottom ul li .img {
  border: 1px solid #e3e3e3;
  display: block;
}
#index-body .product .bottom .btn {
  margin-top: 75px;
}
#index-body .product .bottom .btn span {
  width: 60px;
  height: 60px;
  background-color: #333333;
  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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .product .bottom .btn span i {
  font-size: 20px;
  color: white;
}
#index-body .product .bottom .btn span:hover {
  background-color: var(--color);
}
#index-body .about {
  position: relative;
  padding: 100px 0 120px;
}
#index-body .about .partner ul {
  margin: 0 -30px;
}
#index-body .about .partner ul li {
  padding: 0 30px;
}
#index-body .about .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;
}
#index-body .about .about-content {
  margin: 140px auto 80px;
}
#index-body .about .about-content .center {
  margin-top: 25px;
  font-size: 175.25px;
  color: white;
  background-color: var(--color);
  border-radius: 50%;
  width: 235px;
  height: 235px;
  line-height: 235px;
  text-align: center;
  font-family: 'Montserrat-Black';
}
#index-body .about .about-content .right {
  max-width: 410px;
  padding-top: 40px;
}
#index-body .about .about-content .right h4 {
  font-family: 'Montserrat-SemiBold';
  margin-bottom: 15px;
}
#index-body .about .about-content .right p {
  line-height: 2;
}
#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-family: 'Montserrat-SemiBold';
  position: relative;
  line-height: 1;
  margin-bottom: 8px;
}
#index-body .about .bottom ul li .box .text h4 span {
  font-size: 18px;
  font-family: 'Montserrat-SemiBold';
  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);
}
#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-family: 'Montserrat-SemiBold';
  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 .application .application-content ul {
  margin: -3px;
}
#index-body .application .application-content ul li {
  padding: 3px;
}
#index-body .application .application-content ul li .img-box {
  display: block;
  width: 100%;
  height: 100%;
}
#index-body .application .application-content ul li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .application .box {
  margin-top: 70px;
  padding: 0 100px;
}
#index-body .application .box ul li p {
  font-family: Montserrat-Medium;
}
#index-body .application .box ul li 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat-SemiBold;
  color: var(--color);
  margin-top: 25px;
}
#index-body .application .box ul li h4::before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: var(--color);
  margin-right: 10px;
}
#index-body .application .box ul .slick-dots {
  width: 220px;
  background-color: #d6d6d6;
}
#index-body .application .box ul .slick-dots li {
  width: 50%;
}
#index-body .application .box ul .slick-dots li button {
  display: none;
}
#index-body .application .box .swiper-button-prev:after {
  font-family: 'iconfont';
  content: '\e6cf';
  font-size: 30px;
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .application .box .swiper-button-prev:after:hover {
  color: var(--color);
}
#index-body .application .box .swiper-button-next:after {
  font-family: 'iconfont';
  content: '\e6e8';
  font-size: 30px;
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .application .box .swiper-button-next:after:hover {
  color: var(--color);
}
#index-body .application .box .pagination {
  position: relative;
  width: 100%;
  margin-top: 65px;
}
#index-body .application .box .pagination span {
  font-size: 20px;
  font-family: Montserrat-Medium;
}
#index-body .application .box .pagination .app-pagination {
  margin: 0 15px;
  width: 220px;
  height: 2px;
  background-color: #d6d6d6;
  position: relative;
}
#index-body .application .box .pagination .app-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--color);
}
#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 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;
}
#index-body .news .news-content ul li .box .text h4 {
  font-family: Montserrat-SemiBold;
}
#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;
}
#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;
}
#footer {
  position: relative;
  background-color: #1c1c1c;
  padding-top: 100px;
}
#footer .top h3 {
  font-family: 'Montserrat-SemiBold';
  color: white;
  margin-right: 25px;
}
#footer .top p {
  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);
}
#footer .top p::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  margin-right: 10px;
  background-color: var(--color);
}
#footer .top form {
  width: 100%;
  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-top: 35px;
}
#footer .top form input[type='text'] {
  width: 23%;
  height: 50px;
  border: none;
  background-color: white;
  color: black;
  font-size: 17px;
  padding: 0 20px;
}
#footer .top form input[name='content'] {
  width: 39%;
}
#footer .top form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#footer .top form input[type='submit'] {
  width: 155px;
  height: 50px;
  background-color: var(--color);
  background-image: url("../images/submit.png");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .top form input[type='submit']:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
#footer .footer-t {
  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;
  position: relative;
  padding: 90px 15px 60px;
}
#footer .footer-t .footer-t-gird {
  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;
}
#footer .footer-t .footer-t-gird .qcode.t-list {
  width: 160px;
}
#footer .footer-t .footer-t-gird .qcode.t-list .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-t .footer-t-gird .qcode.t-list .share a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 5px;
  margin-right: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-t .footer-t-gird .qcode.t-list .share a i {
  color: white;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-t .footer-t-gird .qcode.t-list .share a:hover {
  border-color: var(--color);
}
#footer .footer-t .footer-t-gird .qcode.t-list .share a:hover i {
  color: var(--color);
}
#footer .footer-t .footer-t-gird .qcode.t-list .share a:last-child {
  margin-right: 0;
}
#footer .footer-t .footer-t-gird .right {
  width: -webkit-calc(100% - 160px);
  width: -moz-calc(100% - 160px);
  width: calc(100% - 160px);
  padding-left: 65px;
}
#footer .footer-t .footer-t-gird .right .f-nav {
  margin-bottom: 50px;
}
#footer .footer-t .footer-t-gird .right .f-nav 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;
}
#footer .footer-t .footer-t-gird .right .f-nav ul li:last-child {
  margin-right: 0;
}
#footer .footer-t .footer-t-gird .right .f-nav ul li a {
  font-size: 16px;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Montserrat-Medium';
}
#footer .footer-t .footer-t-gird .right .f-nav ul li a:hover {
  color: var(--color);
}
#footer .footer-t .footer-t-gird .right .f-contact 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;
}
#footer .footer-t .footer-t-gird .right .f-contact ul li {
  color: white;
  max-width: 230px;
}
#footer .footer-t .footer-t-gird .right .f-contact ul li:nth-child(2) span {
  border-bottom: 1px solid white;
  line-height: 1;
}
#footer .footer-t .footer-t-gird .right .f-contact ul li .tit {
  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: 10px;
}
#footer .footer-t .footer-t-gird .right .f-contact ul li .tit h4 {
  font-size: 20px;
  font-family: var(--font);
  margin-left: 15px;
  text-transform: uppercase;
}
#footer .footer-t .footer-t-gird .right .f-contact ul li span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  opacity: 0.9;
  font-family: 'Montserrat-Light';
}
#footer .footer-t .footer-t-gird .right .f-contact ul li span:last-child {
  margin-bottom: 0;
}
#footer .footer-b {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-b .footer-b-box {
  height: 55px;
}
#footer .footer-b .footer-b-box span {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  font-family: 'Montserrat-Light';
}
#footer .footer-b .footer-b-box span:first-child a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
}
#footer .footer-b .footer-b-box span:first-child a:hover {
  color: var(--color);
}
#footer .footer-b .footer-b-box img {
  width: 260px;
  height: auto;
  padding-top: 4px;
  margin-left: 5px;
  opacity: 0.4;
}
@media (max-width: 1800px) {
  #header .nav .ui.menu .right {
    margin-left: 50px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 35px;
  }
}
@media (max-width: 1600px) {
  .language-box {
    margin-left: 20px;
  }
  #header .nav {
    padding: 0 30px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .right .h-inquiry {
    display: none;
  }
  #header .nav .ui.menu .right .mop {
    margin-left: 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #banner .banner-content ul li .content .box h2 {
    font-size: 40px;
    line-height: 1.4;
  }
  #banner {
    height: auto;
  }
  #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;
  }
  .h-popUp .h-container{
    width: 1200px;
  }
  .h-popUp .h-container .top .right ul li a {
    font-size: 30px;
  }
  .h-popUp::before,
  .h-popUp::after{
    display: none;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  .h-nav_box .bottom ul li a span {
    font-size: 18px;
  }
  .h-nav_box .bottom ul{
    margin: 25px -20px 0;
  }
  .h-nav_box .bottom ul li {
    padding: 23px 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) .h-nav_box .bottom ul li,
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(5) .h-nav_box .bottom ul li{
    width: 33.3333%;
  }
  #header .nav {
    padding: 0 15px;
  }
  #header .nav .logo {
    max-width: 80px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 15px;
    font-size: 14px;
  }
  #index-body .about .about-content .right {
    max-width: 100%;
  }
  #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;
  }
  #footer .top form input[type='text'] {
    width: 22%;
  }
  #footer .top form input[name='content'] {
    width: 39%;
  }
  #footer .footer-t .footer-t-gird .right .f-contact ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-t .footer-t-gird .right .f-contact ul li {
    max-width: 50%;
    width: 50%;
    margin: 15px 0;
  }
  #footer .footer-t .footer-t-gird .right .f-contact ul li span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer .footer-t .footer-t-gird .right .f-nav {
    margin-bottom: 0;
  }
  .h-popUp .h-container .top .right ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .h-popUp .h-container .top .right{
    margin-top: 60px;
  }
  .h-popUp .h-container .top .right ul li{
    margin: 20px 30px 20px 0;
  }
  .h-popUp .h-container .top .right ul li a {
    font-size: 24px;
  }
  .h-popUp .h-container .top .left {
    max-width: 100%;
  }
  .h-popUp .h-container .top .left ul {
    margin-top: 55px;
  }

}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block !important;
  }
  .ui.container {
    width: 700px;
  }
  .h-popUp,
  .h-sidebar,
  #mouse-click,
  #mouse-circle,
  #mouse-big-click {
    display: none;
  }
  #banner .banner-content ul li .content .box h2 {
    font-size: 30px;
  }
  #index-body .about {
    padding: 80px 0;
  }
  .h-title h3 {
    font-size: 28px;
  }
  #index-body .about .about-play {
    height: 280px;
    width: 88%;
  }
  #index-body .about .about-play .right .box h4 {
    font-size: 28px;
  }
  #index-body .category .top .h-title {
    width: 100%;
  }
  #index-body .category .top .con,
  #index-body .advantage .top .con {
    width: 100%;
    font-size: 16px;
  }
  #index-body .advantage .top .con {
    max-width: 100%;
    margin-top: 30px;
  }
  #index-body .news {
    padding: 80px 0;
  }
  #footer .top form input[type='text'] {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .footer-t .footer-t-gird .right {
    padding-left: 30px;
  }
  #footer .footer-t .footer-t-gird .right .f-nav {
    display: none;
  }
  #footer .footer-t .footer-t-gird .right .f-contact ul {
    margin-top: -30px;
  }
  #footer .footer-b .footer-b-box {
    height: auto;
    padding: 15px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-b .footer-b-box span {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-content ul li .content .box h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #index-body .about .partner,
  #index-body .advantage,
  #index-body .application {
    display: none;
  }
  #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;
  }
  #footer .footer-t .footer-t-gird {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-t .footer-t-gird .right {
    padding-left: 0;
    margin-top: 60px;
    width: 100%;
  }
  #index-body .about .about-content {
    margin: 0px auto 50px;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #banner .banner-content ul li .content .box .btn {
    display: none;
  }
  #banner .banner-content ul li .content .box h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  #index-body .about .bottom ul li {
    width: 100%;
  }
  #index-body .about .bottom ul li .box .text {
    padding-left: 35px;
  }
  #footer .footer-t .footer-t-gird .right .f-contact ul li {
    max-width: 100%;
    width: 100%;
    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;
  }
  #footer .footer-t .footer-t-gird .right .f-contact ul li .tit {
    width: 100%;
  }
  #footer .footer-t .footer-t-gird .right .f-contact ul li span {
    margin-bottom: 0;
  }
}
.i-title p {
  font-size: 16px;
  font-family: 'Montserrat-SemiBold';
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.i-title h3 {
  font-size: 34px;
  font-family: 'Montserrat-SemiBold';
  line-height: 1.2;
}
.tit-font {
  font-family: 'Montserrat-SemiBold';
}
.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: 50px;
  font-family: 'Montserrat-Black';
  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;

}
.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-family: 'Montserrat-SemiBold';
}
.about-page .about-1 .right .con {
  line-height: 2;
}
.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-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
}
.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-family: 'Montserrat-SemiBold';
  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-family: 'Montserrat-SemiBold';
}
.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;
  font-family: 'Montserrat-Medium';
  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-family: 'Montserrat-SemiBold';
  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-family: 'Montserrat-SemiBold';
  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-family: 'Montserrat-SemiBold';
  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-family: 'Montserrat-Bold';
  font-size: 18px;
  color: var(--color);
}
.sustanibility-page .sustanibility-1 .right .con {
  font-family: 'Montserrat-Medium';
  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('../images/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-family: 'Montserrat-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-family: 'Montserrat-SemiBold';
}
.sustanibility-page .sustanibility-3 .container .right {
  width: 55%;
}
.sustanibility-page .sustanibility-3 .container .right ul li {
  margin-bottom: 20px;
  padding: 45px 30px 0 45px;
  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 h4 {
  font-family: 'Montserrat-SemiBold';
  margin-bottom: 15px;
}
.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 .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: 160px;
  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-family: 'Montserrat-Bold';
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact-page .contact-1 .top .right ul li span {
  font-size: 16px;
}
.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-family: 'Montserrat-SemiBold';
}
.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-family: 'Montserrat-SemiBold';
  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;
  }
  .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;
  }
}
@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;
  }
  .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;
  }
}
@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: 30px;
  }
  .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;
    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;
  }
}
@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-family: 'Montserrat-SemiBold';
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.i-title2 h3 {
  font-size: 40px;
  font-family: 'Montserrat-SemiBold';
  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-family: 'Montserrat-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-family: 'Montserrat-SemiBold';
  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-family: 'Montserrat-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-family: 'Montserrat-SemiBold';
  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 {
  font-family: 'Montserrat-Medium';
  -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;
  font-family: 'Montserrat-Medium';
  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-family: 'Montserrat-SemiBold';
}
.newsdet-page .newsdet-1 .content {
  margin: 70px 0 95px;
}
.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% - 125px * 3 ));
  width: -moz-calc(-moz-calc(100% - 125px * 3 ));
  width: calc(calc(100% - 125px * 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 30px;
}
.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-family: 'Montserrat-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-family: 'Montserrat-Bold';
}
.sidebar-box .sidebar-left .list_box > .list ol li a {
  font-size: 14px;
  -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;
}
.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 {
  font-family: 'Montserrat-Medium';
  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-family: 'Montserrat-SemiBold';
  font-size: 14px;
}
.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-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;
}
.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;
}
.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 15px 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-family: 'Montserrat-Medium';
  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;
}
@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;
  }
  .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;
  }
}
@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%;
  }
}
@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;
  }
}
@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;
  }
}

