body {
  --color: #4aa21b;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Arial';
  color: #111;
  word-break: break-word;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: url(../images/bg.png) no-repeat center top #fff6e7;
  background-size: 100% 100%;
}
.body-overflow-box.ny{
  background: transparent;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1470px;
  margin: 0 auto;
}
.more {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4aa21b), to(#4aa21b)), -webkit-gradient(linear, left top, left bottom, from(#f9bc62), to(#f9bc62));
  background-image: -webkit-linear-gradient(#4aa21b, #4aa21b), -webkit-linear-gradient(#f9bc62, #f9bc62);
  background-image: -moz-linear-gradient(#4aa21b, #4aa21b), -moz-linear-gradient(#f9bc62, #f9bc62);
  background-image: linear-gradient(#4aa21b, #4aa21b), linear-gradient(#f9bc62, #f9bc62);
  background-blend-mode: normal, normal;
  padding: 19px 53px 17px 52px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::after {
  width: 100%;
}
#header {
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fef7e6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-top: 3px solid var(--color);
}
#header .nav {
  position: relative;
}
#header .nav .logo {
  background: var(--color);
  padding: 18px 16px 31px 23px;
  border-radius: 0 0 70px 70px;
  margin-bottom: -36px;
}
#header .nav .menu-box {
  width: 63.756%;
  direction: ltr;
}
#header .nav .menu-box ul.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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu-box ul.menu > li {
  font-size: 18px;
  line-height: 1;
  float: left;
  position: relative;
  text-transform: uppercase;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:hover,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .search {
  margin: 0 auto 0 0;
  width: 143px;
  direction: ltr;
}
#header .nav .search form {
  position: relative;
  width: 100%;
}
#header .nav .search form input[type="search"] {
  background: transparent;
  width: 100%;
  height: 23px;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 20px 0 9px;
}
#header .nav .search form input[type="search"]::-webkit-input-placeholder {
  color: #ada69a;
}
#header .nav .search form input[type="search"]:-moz-placeholder {
  color: #ada69a;
}
#header .nav .search form input[type="search"]::-moz-placeholder {
  color: #ada69a;
}
#header .nav .search form input[type="search"]:-ms-input-placeholder {
  color: #ada69a;
}
#header .nav .search form input[type="search"]::placeholder {
  color: #ada69a;
}
#header .nav .search form input[type="submit"] {
  position: absolute;
  top: 3px;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
}
#header .nav .yuy {
  margin: 0 0 0 auto;
}
#header .nav .yuy span {
  position: relative;
}
#header .nav .yuy span img {
  vertical-align: middle;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .more {
  font-size: 16px;
  padding: 10px 40px 9px 39px;
}
#header.active {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.slick-list,
.slick-track {
  direction: ltr;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  direction: ltr;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .title {
  line-height: 1.25;
}
#banner ul li .text .con {
  max-width: 663px;
  margin: 0 auto;
  line-height: 1.2;
}
#banner ul li .text .more::after {
  background: #fff;
}
#banner ul li .text .more:hover {
  color: var(--color);
}
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
#banner .swiper-pagination {
  bottom: 3.80208333vw;
}
#banner .swiper-pagination span {
  width: 26px;
  height: 26px;
  border: 1px solid transparent;
  opacity: 1;
  background: transparent;
  position: relative;
  margin: 0 11px 0 0;
}
#banner .swiper-pagination span::after {
  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%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: #9ebc3d;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active::after {
  background: #9ebc3d;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
.font-24 {
  line-height: 1.5;
}
.i-tag {
  font-size: 18px;
  color: #777777;
  position: relative;
  display: block;
  padding-right: 1.61em;
}
.i-tag::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .61em;
  height: .61em;
  border-radius: 50%;
  background-color: #9ebc3d;
}
.i-title {
  font-size: 3.38541667vw;
  line-height: 1;
  margin-top: 23px;
}
#index-body .i-category {
  padding: 4.84375% 0 8.021% 0;
}
#index-body .i-category .header .right {
  direction: ltr;
  color: #555555;
}
#index-body .i-category .content {
  margin-top: 90px;
  display: inline-block;
  width: 100%;
}
#index-body .i-category .content .slide {
  height: 695px;
  color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  -webkit-transform-origin: center 0;
  -moz-transform-origin: center 0;
  -ms-transform-origin: center 0;
  transform-origin: center 0;
}
#index-body .i-category .content .slide .title {
  margin-bottom: .3em;
  width: 100%;
  padding: 0 5%;
}
#index-body .i-category .content .slide .more::after {
  background: #fff;
}
#index-body .i-category .content .slide .more:hover {
  color: var(--color);
}
#index-body .i-product {
  position: relative;
  z-index: 1;
}
#index-body .i-product ul {
  border-top: 1px solid #e2e2e2;
  position: relative;
  z-index: 1;
}
#index-body .i-product ul li .title {
  color: #777777;
  line-height: 1.25;
  width: 72%;
  margin: 0 auto;
}
#index-body .i-product ul li .des {
  width: 57px;
  height: 65px;
  background-color: var(--color);
  color: #fff;
  line-height: 1.2;
  border-radius: 0 0 70px 70px;
  top: 0;
  right: 18px;
  opacity: 0;
}
#index-body .i-product ul li .link {
  direction: ltr;
  color: #87a92c;
  text-decoration: underline;
  opacity: 0;
}
#index-body .i-product ul li:hover .des,
#index-body .i-product ul li:hover .link {
  opacity: 1;
}
#index-body .i-product ul li:hover .title {
  color: var(--color);
}
#index-body .i-product ul::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 120px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e2e2e2;
}
#index-body .i-product i {
  width: 1px;
  height: 100%;
  background: #e2e2e2;
  top: 0;
  z-index: 1;
}
#index-body .i-product i.line1 {
  left: 25%;
}
#index-body .i-product i.line2 {
  left: 50%;
}
#index-body .i-product i.line3 {
  left: 75%;
}
#index-body .i-about {
  padding: 5% 0 4.4271%;
}
#index-body .i-about .play {
  display: inline-block;
}
#index-body .i-about .play i {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .i-about .play > img {
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
}
#index-body .i-about .content .con {
  direction: ltr;
  text-align: right;
  color: #555;
}
#index-body .i-about .content .con h1 {
  display: inline;
}
#index-body .i-about .bottom ul li .ig {
  height: 514px;
  color: #fff;
  z-index: 1;
}
#index-body .i-about .bottom ul li .ig .tit {
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 270px;
  text-align: right;
}
#index-body .i-about .bottom ul li .ig .font-28 {
  line-height: 1.1;
}
#index-body .i-about .bottom ul li .ig .item {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#index-body .i-about .bottom ul li .ig .item span {
  direction: ltr;
  display: block;
  width: 100%;
}
#index-body .i-about .bottom ul li .ig .item .desc {
  text-align: right;
}
#index-body .i-about .bottom ul li .ig .item .desc p {
  line-height: 1.3;
}
#index-body .i-about .bottom ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4aa21b), to(#4aa21b)), -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  background-image: -webkit-linear-gradient(#4aa21b, #4aa21b), -webkit-linear-gradient(#000000, #000000);
  background-image: -moz-linear-gradient(#4aa21b, #4aa21b), -moz-linear-gradient(#000000, #000000);
  background-image: linear-gradient(#4aa21b, #4aa21b), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  opacity: 0.4;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .bottom ul li .ig:hover .tit {
  opacity: 0;
}
#index-body .i-about .bottom ul li .ig:hover .item {
  opacity: 1;
}
#index-body .i-about .bottom ul li .ig:hover::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-about .data {
  direction: ltr;
}
#index-body .i-about .data ul li .num {
  font-size: 6.25vw;
  line-height: 1;
  color: #89ab2e;
  opacity: 0.2;
}
#index-body .i-about .data ul li p {
  white-space: nowrap;
}
#index-body .i-custom {
  z-index: 1;
  padding: 9.95% 0 8.59375%;
  background-size: 100% 100%;
  color: #fff;
}
#index-body .i-custom .box {
  max-width: 760px;
  margin: 0 auto;
}
#index-body .i-custom .box .more::after {
  background: #fff;
}
#index-body .i-custom .box .more:hover {
  color: var(--color);
}
#index-body .i-custom::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.53);
}
#index-body .i-advantage {
  padding: 5.73% 0 81px;
}
#index-body .i-advantage .left {
  width: 51.67%;
}
#index-body .i-advantage .left .i-title {
  font-size: 3.125vw;
  line-height: 1.2;
  margin-top: 7px;
}
#index-body .i-advantage .right {
  color: #555;
  line-height: 1.5;
  width: 43.5%;
  direction: ltr;
}
#index-body .i-news {
  color: #fff;
}
#index-body .i-news .header {
  direction: ltr;
}
#index-body .i-news .i-tag {
  color: #fff6e4;
}
#index-body .i-news .i-tag::before {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px;
}
#index-body .i-news .i-tag::after {
  display: none;
}
#index-body .i-news .i-title {
  font-size: 3.125vw;
}
#index-body .i-news ul li .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#index-body .i-news ul li time {
  line-height: 1;
  padding: 22px 42px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff6e4), to(#fff6e4)), -webkit-gradient(linear, left top, left bottom, from(#41599f), to(#41599f));
  background-image: -webkit-linear-gradient(#fff6e4, #fff6e4), -webkit-linear-gradient(#41599f, #41599f);
  background-image: -moz-linear-gradient(#fff6e4, #fff6e4), -moz-linear-gradient(#41599f, #41599f);
  background-image: linear-gradient(#fff6e4, #fff6e4), linear-gradient(#41599f, #41599f);
  background-blend-mode: normal, normal;
  color: var(--color);
}
#index-body .i-news ul li .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 6px;
}
#index-body .i-form .i-title {
  margin-top: 0;
  font-size: 3.125vw;
}
#index-body .i-form p {
  color: #777777;
}
#index-body .i-form ul {
  font-size: 16px;
  gap: 1.5em;
}
#index-body .i-form ul li {
  width: 100%;
}
#index-body .i-form ul li:nth-child(1),
#index-body .i-form ul li:nth-child(2) {
  width: 21%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .i-form ul li input,
#index-body .i-form ul li button {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #111;
  height: 2.5em;
  background: transparent;
}
#index-body .i-form ul li input::-webkit-input-placeholder, #index-body .i-form ul li button::-webkit-input-placeholder {
  color: #777;
}
#index-body .i-form ul li input:-moz-placeholder, #index-body .i-form ul li button:-moz-placeholder {
  color: #777;
}
#index-body .i-form ul li input::-moz-placeholder, #index-body .i-form ul li button::-moz-placeholder {
  color: #777;
}
#index-body .i-form ul li input:-ms-input-placeholder, #index-body .i-form ul li button:-ms-input-placeholder {
  color: #777;
}
#index-body .i-form ul li input::placeholder,
#index-body .i-form ul li button::placeholder {
  color: #777;
}
#index-body .i-form ul li .pre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .i-form ul li .pre button {
  width: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 20px;
  background-color: transparent;
}
#footer {
  background: url(../images/fbg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 66px;
}
#footer.ny-footer{
  margin-top: 0;
}
#footer .f-logo a {
  background: #fff;
  margin-top: -50px;
}
#footer .f-nav {
  margin-top: 10.36458333vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  direction: ltr;
}
#footer .f-nav ul li {
  font-size: 18px;
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-nav ul li:hover {
  opacity: 1;
}
#footer .f-info {
  direction: ltr;
}
#footer .f-info ul li {
  font-size: 18px;
  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: rgba(255, 255, 255, 0.5);
}
#footer .f-copy {
  line-height: 1.5;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.3);
  padding: 9px 0 8px;
  direction: ltr;
  text-align: center;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: rgba(255, 255, 255, 0.3);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1450px) {
  #index-body .i-category .content .slide {
    height: 520px;
  }
}
@media (max-width: 1250px) {
  #index-body .i-product i.line1 {
    left: 33.3333%;
  }
  #index-body .i-product i.line2 {
    left: 66.6666%;
  }
  #index-body .i-product i.line3 {
    display: none;
  }
  #index-body .i-product ul::after {
    bottom: 80px;
  }
  #footer .f-info ul li {
    font-size: 17px;
  }
  .fixed-toolbar {
    zoom: .9;
  }
}
@media (max-width: 1000px) {
  #index-body .i-category .header .right {
    width: 60%;
  }
  #index-body .i-category .content {
    margin-top: 30px;
  }
  #index-body .i-category .content .slide {
    height: 420px;
  }
  #index-body .i-product i.line1 {
    left: 50%;
  }
  #index-body .i-product i.line2 {
    display: none;
  }
  #index-body .i-product i.line3 {
    display: none;
  }
  #index-body .i-about .bottom ul li .ig {
    height: 420px;
  }
  #index-body .i-advantage .right {
    text-align: right;
    margin-top: 30px;
  }
  #index-body .i-form .right {
    margin-top: 30px;
  }
  .fixed-toolbar {
    zoom: .8;
  }
}
@media (max-width: 700px) {
  .more {
    font-size: 16px;
    padding: 10px 26px 8px;
  }
  #banner .swiper-pagination {
    bottom: 3px;
    zoom: .5;
  }
  #index-body .i-category .header .left,
  #index-body .i-category .header .right {
    width: 100%;
  }
  .i-title {
    font-size: 30px;
    margin-top: 10px;
  }
  #index-body .i-category .header .right {
    margin-top: 30px;
    text-align: right;
  }
  #index-body .i-category .content .slide {
    height: 320px;
  }
  #index-body .i-product ul::after {
    bottom: 60px;
  }
  #index-body .i-about .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-about .content .text {
    width: 100%;
  }
  #index-body .i-about .content .text:last-child {
    display: none;
  }
  #index-body .i-about .data ul li {
    width: 50%;
  }
  #index-body .i-about .data ul li .num {
    font-size: 40px;
  }
  #index-body .i-advantage .left .i-title,
  #index-body .i-news .i-title,
  #index-body .i-form .i-title {
    font-size: 30px;
  }
  #index-body .i-news ul li time {
    padding: 11px 21px;
  }
  #index-body .i-form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-form ul li {
    width: 100% !important;
  }
  #footer .f-nav {
    display: none;
  }
}
@media (max-width: 500px) {
  .more {
    font-size: 14px;
    padding: 6px 20px;
  }
  #banner ul li .text .title {
    font-size: 20px;
  }
  #banner ul li .text .con {
    display: none;
  }
  #banner ul li .text .btn {
    margin-top: 6px;
  }
  #index-body .i-category .content .slide {
    height: 240px;
  }
  #index-body .i-product i {
    display: none;
  }
  #index-body .i-about .left,
  #index-body .i-about .right {
    width: 100%;
  }
  #index-body .i-about .right {
    margin-top: 30px;
  }
  #index-body .i-news .box {
    padding: 15px;
  }
  #index-body .i-news .box .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-news .box .top .title {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    font-size: 18px;
  }
  #index-body .i-news .box .top time {
    padding: 3px 11px;
    margin-top: 10px;
  }
  .font-18,
  .font-16 {
    line-height: 2 !important;
  }
  .fixed-toolbar {
    zoom: .6;
  }
}
.inner-banner .mbx span {
  color: var(--color);
}
.inner-banner .mbx {
  font-size: 0;
}
.inner-banner .mbx * {
  font-size: 16px;
}
.inner-banner .mbx a:after {
  content: '\e7de';
  font-family: 'iconfont';
  font-size: .5em;
  margin: 0 1em;
  color: var(--color);
  position: relative;
  top: -.2em;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner-page {
  border-radius: 1em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: -1em 0 0;
  -o-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.09);
  background-color: white;
  position: relative;
  z-index: 1;
}

.inner-page .m-page > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .5em;
}
.inner-page .m-page > div a,
.inner-page .m-page > div span {
  height: 2.25em;
  width: 2.25em;
  border-radius: .3em;
  border: 1px solid #d4d4d4;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page > div a:hover,
.inner-page .m-page > div span.current {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.inner-page .relatedPro .box {
  height: 100%;
  border: 1px solid #c8c8c8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .relatedPro .box a.img-box {
  padding: 7%;
  border-radius: inherit;
}
.inner-page .relatedPro .box .btn {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.inner-page .relatedPro .box .btn a {
  height: 2.71428571em;
  min-width: 2.71428571em;
  padding: 0 1.42857143em;
  border-radius: 1.42857143em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .relatedPro .box .btn a:first-child {
  padding: 0;
  background-color: #ccc;
}
.inner-page .relatedPro .box .btn a:first-child i {
  font-size: 1.5em;
}
.inner-page .relatedPro .box .btn a:last-child {
  background-color: var(--color);
  color: white;
  margin-top: -2.71428571em;
  opacity: 0;
}
.inner-page .relatedPro .box .btn a:last-child:hover {
  background-color: black;
}
.inner-page .relatedPro .box:hover {
  border-color: var(--color);
}
.inner-page .relatedPro .box:hover .btn a:last-child {
  opacity: 1;
}
.inner-page .relatedPro .slick li {
  height: 100%;
  padding-bottom: 1.35714286em;
}
.inner-page .relatedPro .slickDots li {
  margin: 0 1.2em;
  background-color: #ccc;
  border: none;
}
.inner-page .relatedPro .slickDots li.slick-active {
  background-color: var(--color);
}
.inner-page span.h2 em {
  color: var(--color);
}
.inner-page .slickBtn {
  font-size: 30px;
}
.inner-page .slickBtn div {
  background-color: #1c1c1c;
}
.inner-page .slickBtn div.next {
  margin-left: .5em;
}
.inner-page .slickBtn div:hover,
.inner-page .slickBtn div.prev {
  background-color: var(--color);
}
.inner-page .honor .slickBtn div {
  border: 1px solid black;
  background-color: black;
}
.inner-page .honor .slickBtn div.prev {
  background-color: transparent;
  color: black;
}
.inner-page .honor .slickBtn div:hover {
  background-color: var(--color);
  color: white !important;
  border-color: var(--color);
}
.inner-page .honor .slick-track {
  align-items: center;
}
.inner-page .news-cat {
  line-height: 1;
}
.inner-page .news-cat a {
  padding: .8em 2.5em;
  border-radius: 2em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .news-cat a.active,
.inner-page .news-cat a:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.about-page .about-1 span.h6 {
  line-height: 1.2;
}
.about-page .about-1 .text em {
  color: var(--color);
}
.about-page .about-1 .bottom {
  margin-top: -7%;
}
.about-page .about-1 .bottom img {
  z-index: -1;
  position: relative;
}
.about-page .about-1 .bottom .pos {
  bottom: 13%;
  width: 100%;
}
.about-page .about-1 .bottom .pos .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-left: auto;
  font-size: inherit;
  left: auto;
}
.about-page .about-2 {
  position: relative;
}
.about-page .about-2:before {
  content: '';
  width: 100%;
  height: 20%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page .about-2 .list ul li .box {
  padding: 8%;
  background-color: white;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: relative;
  background-repeat: no-repeat;
  background-position: center right -10%;
  background-size: 35% auto;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
.about-page .about-2 .list ul li .box:before,
.about-page .about-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  z-index: -1;
}
.about-page .about-2 .list ul li .box:before {
  background-image: unset;
}
.about-page .about-2 .list ul li .box:after {
  opacity: 0;
  background-color: transparent;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box i.icon {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before,
.about-page .about-2 .list ul li .box i.icon:after {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  position: absolute;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before {
  width: .5em;
  height: .5em;
  left: -0.25em;
  bottom: -0.25em;
}
.about-page .about-2 .list ul li .box i.icon:after {
  right: -0.5em;
  top: -0.5em;
}
.about-page .about-2 .list ul li .box .content {
  margin-left: auto;
}
.about-page .about-2 .list ul li .box .content span.h6 {
  line-height: 1;
  direction: ltr;
}
.about-page .about-2 .list ul li .box .content span.h6 sub {
  vertical-align: bottom;
  line-height: .8;
  display: inline-block;
}
.about-page .about-2 .list ul li .box .content hr {
  margin: .2em 0;
  opacity: .3;
}
.about-page .about-2 .list ul li .box:hover {
  color: white;
  background-color: var(--color);
}
.about-page .about-2 .list ul li .box:hover:after {
  opacity: .2;
}
.about-page .about-2 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box:hover i.icon:before {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.about-page .about-2 .list ul li .box:hover i.icon:after {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.about-page .about-3 {
  position: relative;
  direction: ltr;
}
.about-page .about-3:after,
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 25vh;
  margin-left: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}
.about-page .about-3:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  top: 0;
}
.about-page .about-3:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
}
.about-page .about-3 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  padding-top: 10%;
}
.about-page .about-3 .img img {
  position: -webkit-sticky;
  position: sticky;
  bottom: -15%;
  max-width: 61.09375%;
}
.about-page .about-3 .box .left {
  top: 25%;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 25%;
}
.about-page .about-3 .box .right {
  position: relative;
}
.about-page .about-3 .box .right .year {
  line-height: .8;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  color: var(--color);
}
.about-page .about-3 .box .right .year svg {
  position: absolute;
  left: 1.2em;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
}
.about-page .about-3 .box .right .year svg .circle1 {
  stroke: var(--color);
  stroke-dasharray: 566;
  stroke-dashoffset: 566;
}
.about-page .about-3 .box .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .right .list li .year {
  margin-right: 1em;
  color: #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 2.733em;
}
.about-page .about-3 .box .right .list li .content {
  padding: 7% 0;
  border-top: 2px solid #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .right .list li.active {
  opacity: 1;
}
.about-page .about-3 .box .right .list li.active .year {
  color: var(--color);
}
.about-page .about-3 .box .right .list li.active .content {
  border-top-color: var(--color);
}
.about-page .about-4 .list ul:last-child {
  direction: rtl;
}
.about-page .about-5 {
  background-repeat: no-repeat;
  background-position: center top 33%;
  background-size: contain;
}
.about-page .about-5 .list ul {
  -webkit-filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
  filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
}
.about-page .about-5 .list ul li,
.about-page .about-5 .list ul .box {
  height: 100%;
}
.about-page .about-5 .list ul .box {
  background-color: white;
  overflow: hidden;
}
.about-page .about-5 .list ul .content {
  padding: 8%;
}
.about-page .about-5 .list ul .content a.link i {
  color: var(--color);
}
.faq-page span.h6 {
  padding: 1em 1.6em;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page span.h6 i {
  width: 1em;
  height: 1em;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.faq-page span.h6 i:after,
.faq-page span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
}
.faq-page span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-page .text {
  padding: 1.5em 3em 0;
}
.faq-page li.active span.h6 {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
}
.faq-page li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.honor-page .list ul{
  margin: -10px;
}
.honor-page .list ul li{
  padding: 10px;
}
.inner-page .sideBarBox .sideBarLeft form{
  height: 3.125em;
  border-radius: 2em;
  background-color: #f5f7fa;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1em;
}
.inner-page .sideBarBox .sideBarLeft form input::-webkit-input-placeholder {
  color: #999;
}
.inner-page .sideBarBox .sideBarLeft form input:-moz-placeholder {
  color: #999;
}
.inner-page .sideBarBox .sideBarLeft form input::-moz-placeholder {
  color: #999;
}
.inner-page .sideBarBox .sideBarLeft form input:-ms-input-placeholder {
  color: #999;
}
.inner-page .sideBarBox .sideBarLeft form input::placeholder {
  color: #999;
}
.inner-page .sideBarBox .sideBarLeft form button {
  width: 3.125em;
  border: none;
  background-color: transparent;
}
.inner-page .sideBarBox .sideBarLeft form button i {
  font-size: 1.5em;
}
.inner-page .sideBarBox .sideBarLeft .nav a {
  margin-bottom: .5em;
}
.inner-page .sideBarBox .sideBarLeft .nav a i.icon {
  width: 0;
  transition: .5s;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft .nav a i.iconfont {
  margin-left: auto;
}
.inner-page .sideBarBox .sideBarLeft .nav a i.icon img {
  max-width: none;
  width: 1.5em;
}
.inner-page .sideBarBox .sideBarLeft .nav li:hover> a i.icon,
.inner-page .sideBarBox .sideBarLeft .nav li.active> a i.icon {
  width: 1.5em;
}
.inner-page .sideBarBox .sideBarLeft .nav li.active>ul {
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .nav li.active> a {
  color: var(--color)
}
.inner-page .sideBarBox .sideBarLeft .nav li.active> a i.iconfont {
  transform: rotate(90deg);
}
.inner-page .sideBarBox .sideBarLeft .nav ul ul {
  padding-left: 1.6em;
  color: #666;
}
.inner-page .sideBarBox .sideBarLeft .info {
  min-height: 60vh;
  color: white;
  position: relative;
  z-index: 1;
}
.inner-page .proList a.img-box img.pos {
  top: 0;
  left: 0;
}
.inner-page .proList a.img-box:hover img.pos {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .inner-page .slickBtn {
    font-size: 20px;
  }
  .about-page .about-3 .box .left {
    position: static;
  }
  .about-page .about-3 .box .right .year svg {
    width: 30vw;
  }
  .about-page .about-4 .list ul:last-child{
    display: none;
  }
  .flex-4 > *{
    width: 33.3333%;
  }
  .inner-page .sideBarBox .sideBarLeft form + hr ~ * {
    display: none;
  }
  .inner-page .sideBarBox .sideBarLeft form + hr {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .list ul li .box i.icon {
    zoom: .7;
  }
  .about-page .about-3 .box .right .year em {
    font-size: 1em;
  }
  .about-page .about-3 .box .right .year svg {
    width: 20vw;
  }
   .about-page .about-3 .img img {
    max-width: 120%;
  }
  .about-page .about-3 .box .right .list li .year {
    width: 1.5em;
  }
  .about-page .about-3 .box {
    margin-bottom: 15%;
  }
  .about-page .about-3 .box .right .year {
    margin-bottom: 15%;
  }
  .faq-page span.h6 img {
    max-width: 30px;
  }
  .flex-4 > *{
    width: 50%;
  }
  .proList ul.grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .flex-4 > *{
    width: 100%;
  }
}
.footer-form {
  color: white;
}
.footer-form .form input {
  width: 100%;
  padding: 1.66666667em 2em;
  border-radius: 3em;
  background-color: white;
  border: none;
  color: black;
}
.footer-form .form input::-webkit-input-placeholder {
  color: black;
}
.footer-form .form input:-moz-placeholder {
  color: black;
}
.footer-form .form input::-moz-placeholder {
  color: black;
}
.footer-form .form input:-ms-input-placeholder {
  color: black;
}
.footer-form .form input::placeholder {
  color: black;
}
.footer-form .form input[type="submit"] {
  background-color: var(--color);
  color: white;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
.footer-form .form input[type="submit"]:hover {
  background-color: white;
  color: var(--color);
}
.footer-form .form li.wid-100 {
  grid-column: span 3;
}
.footer-form.contact .text {
  color: inherit;
}
.footer-form.contact .form input::-webkit-input-placeholder {
  color: var(--color);
}
.footer-form.contact .form input:-moz-placeholder {
  color: var(--color);
}
.footer-form.contact .form input::-moz-placeholder {
  color: var(--color);
}
.footer-form.contact .form input:-ms-input-placeholder {
  color: var(--color);
}
.footer-form.contact .form input::placeholder {
  color: var(--color);
}
.footer-form.contact input[type="submit"] {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
@media screen and (max-width: 700px) {
  .footer-form .form ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-form .form ul li.wid-100 {
    grid-column: span 1;
  }
  .footer-form .form input {
    padding: 1em;
  }
}
.product-1 .sideBarBox .sideBarLeft .post ul li img {
    object-fit: cover;
    width: 100%;
    height: 70px;
}
.product-1 .sideBarLeft {
    position: sticky;
    top: 130px;
}
.product-1 .sideBarRight .proList ul li a.img-box {
    border: 1px solid #ececec;
}
.prodet-page .prodet-1 .slick li img {
  width:100%;
}
.prodet-page .prodet-1 .left li a{
  border: 1px solid #ececec;
  display: block;
}
.prodet-page .prodet-1 .slick li span,
.prodet-page .prodet-1 .slick li i {
  display:none;
}
.prodet-page .prodet-2 .options span {
  padding: .7em 0;
  position: relative;
  opacity: .5;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span:after {
  content: '';
  width: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background-color: black;
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span:hover,
.prodet-page .prodet-2 .options span.active {
  opacity: 1;
}
.prodet-page .prodet-2 .options span:hover:after,
.prodet-page .prodet-2 .options span.active:after {
  width: 100%;
}
.prodet-page .prodet-2 .ret .slide {
  display: none;
}
table {
  text-align: left;
  border: none;
}
table tr:nth-child(even) {
  background-color: #ededed !important;
}
table tr td {
  border: none;
  padding: .8em;
}
.prodet-page .prodet-2 {
  z-index: 1;
}
.prodet-page .prodet-2 .table {
  padding: 3.5%;
  background-color: white;
  color: black;
}
.prodet-page .prodet-2 .table .ov {
  overflow: hidden;
}
.prodet-page .prodet-2 .table #scroll {
  margin-right: -20px;
  padding-right: 20px;
} 
.prodet-page .prodet-2 .table table tr:nth-child(even) {
  background-color: #f4f4f4;
}
.prodet-page .prodet-2 .table table td {
  border: none;
  padding: .9em 2em;
}
.prodet-page .prodet-2 .table table td:first-child {
  width: 30% !important;
}
.prodet-page .prodet-2 .table table td:last-child {
  width: 70% !important;
}
.prodet-page .prodet-2 .table .table2 {
  white-space: nowrap;
  overflow-y: auto;
  overflow-x: hidden;
}
.prodet-page .prodet-2 .table .table2 table {
  width: auto !important;
  overflow: unset !important;
}
.prodet-page .prodet-2 .table .table2
.prodet-page .prodet-2 .table .table2 table tr td {
  width: auto !important;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqTitle{
    cursor: pointer;
    position: relative;
    background: #fff;
    border-radius: 10px;
    color: #000;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqContent{
    display: none;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqContent p{
  display: inline;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqTitle i{
  position: absolute;
  left: 20px;
}
@media (max-width: 1000px) {
  .product-1 .sideBarLeft {
    position:static !important;
  }
}
.applicaation-page ul li {
  background-color: #f5f5f5;
}
.applicaation-page ul li .left {
  position: relative;
  width: 50%;
  vertical-align: middle;
  max-height: 495px;
  overflow: hidden;
  border-radius: 54px;
}
.applicaation-page ul li .left img {
  width: 100%;
}
.applicaation-page ul li .right {
  position: relative;
  width: 50%;
  vertical-align: middle;
  padding: 20px 55px 20px 105px;
}
.applicaation-page ul li .right .title {
  font-weight: 600;
  position: relative;
  padding-right: 90px;
}
.applicaation-page ul li .right .title .more7 {
  position: absolute;
  right: 0;
  width: 70px;
  height: 70px;
  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-radius: 100%;
  top: -7px;
  font-weight: 400;
  transition: all 0.5s;
}
.applicaation-page ul li .right .title .more7:hover {
  transform: scale(1.1);
}
.applicaation-page ul li .right .title .more7::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed #dbdbdb;
  border-radius: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  animation: xz 5s linear infinite;
}
.applicaation-page ul li .right .title .more7 em {
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 100%;
  background: #dbdbdb;
  transition: all 0.5s;
}
.applicaation-page ul li .right .des {
  margin-top: 30px;
  padding-right: 90px;
}
.applicaation-page ul li:nth-child(2n) .left {
  left: -50%;
}
.applicaation-page ul li:nth-child(2n) .right {
  left: 50%;
}
.applicaation-page ul li:hover {
  background-color: var(--color);
  color: #fff;
}
.applicaation-page ul li:hover .title .more7::before {
  border: 2px dashed #fff;
}
.applicaation-page ul li:hover .title .more7 em {
  background: #fff;
  color: #000;
}
@media (max-width: 1000px) {
  .applicaation-page ul li {
    margin-top: 20px;
  }
  .applicaation-page ul li .left {
    width: 100%;
  }
  .applicaation-page ul li .right {
    width: 100%;
    padding: 20px;
  }
  .applicaation-page ul li:nth-child(2n) .left {
    left: 0;
  }
  .applicaation-page ul li:nth-child(2n) .right {
    left: 0;
  }
}
@media (max-width: 500px) {
  .applicaation-page ul li .right .des {
    margin-top: 16px;
  }
  .applicaation-page ul li .right .title .more7 {
    width: 50px;
    height: 50px;
  }
  .applicaation-page ul li .right .title,
  .applicaation-page ul li .right .des {
    padding-right: 60px;
  }
  .applicaation-page ul li .right .title .more7 em {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.industries-page1 .init-2 .container .img {
  width: 39.5%;
  text-align: center;
  max-height: 380px;
  overflow: hidden;
  border-radius: 10px;
}
.industries-page1 .init-2 .container .img img {
  border-radius: 10px;
}
.industries-page1 .init-2 .container .right {
  width: 60.5%;
  padding-right: 72px;
}
.industries-page1 .init-2 .container .right .title {
  color: var(--color);
}
.industries-page1 .init-2 .container .right .des {
  margin-top: 18px;
  color: #666666;
  line-height: 1.5;
}
.industries-page1 .init-2 .container .right .listC {
  overflow: hidden;
  margin-top: 52px;
}
.industries-page1 .init-2 .container .right .listC ul li .box {
  padding-bottom: 25px;
  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: #666666;
}
.industries-page1 .init-2 .container .right .listC ul li .box .icon {
  margin-right: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1250px) {
  .applicaation-page ul li .right {
    padding: 20px 55px 20px 70px;
  }
}
@media (max-width: 1000px) {
  .industries-page1 .init-2 {
    padding-top: 40px;
  }
  .industries-page1 .init-2 .container .img {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
  }
  .industries-page1 .init-2 .container .right {
    width: 100%;
    padding-right: 0;
  }
  .applicaation-page ul li .right {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .industries-page1 .init-2 .container .right .des {
    margin-top: 10px;
    /*text-indent: 32px;*/
  }
  .industries-page1 .init-2 .container .right .listC {
    margin-top: 20px;
  }
  .industries-page1 .init-2 .container .right .listC ul li .box {
    padding: 10px 5px;
  }
}
.industries-page1 .industries-page1-wrap1 {
  position: relative;
  padding-bottom: 115px;
}
.industries-page1 .industries-page1-wrap1 .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.industries-page1 .industries-page1-wrap1 .content .text-box {
  margin-left: auto;
  background-color: var(--color);
  border-radius: 30px 0px 0px 30px;
  color: #fff;
  position: relative;
  max-width: 990px;
  z-index: 1;
}
.industries-page1 .industries-page1-wrap1 .content .text-box::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-transform: translateX(90%);
  -moz-transform: translateX(90%);
  -ms-transform: translateX(90%);
  transform: translateX(90%);
  z-index: -1;
}
.industries-page1 .industries-page1-wrap1 .content .text-box .intro {
  font-weight: 300;
}
.industries-page1 .relatedProduct .content .swiper1 .swiper-slide1 .box {
  background-color: #efefef;
}
.industries-page1 .relatedProduct .content .swiper1 .swiper-slide1 .box:hover {
  background-color: #e6effe;
}
@media screen and (max-width: 700px) {
  .industries-page1 .init-2 .container .right .listC {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .industries-page1 .init-2 {
    padding-top: 0;
  }
  .industries-page1 .industries-page1-wrap1 .content {
    position: unset;
  }
  .industries-page1 .industries-page1-wrap1 {
    padding-bottom: 0px;
  }
}
.onestop-page .onestop-1 .h2{
  direction: ltr;
}
.onestop-page .onestop-1 .left .h2{
  direction: rtl;
}
.onestop-page .onestop-1 .box .left {
  position: relative;
  z-index: 1;
}
.onestop-page .onestop-1 .box .left:before {
  content: '';
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
  border-radius: inherit;
}
.onestop-page .onestop-1 .box .right {
  width: 70%;
  margin-right: -20%;
}
.onestop-page .onestop-1 .box:nth-child(even) .right{
  margin: 0 0 0 -20%;
}
.onestop-page .onestop-2 {
  padding-bottom: 26.04166667%;
  position: relative;
  z-index: 1;
  direction: ltr;
}
.onestop-page .onestop-2 .list li {
  max-width: 200px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.onestop-page .onestop-2 .list li.icon {
  width: auto;
}
.onestop-page .onestop-2 .list li span.border {
  padding-top: 100%;
  display: block;
  width: 100%;
  border-radius: 100%;
  position: relative;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.border:after {
  content: '';
  width: 100%;
  height: 100%;
  border: .4em solid black;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.border:before {
  content: '';
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  border: 1px solid black;
  z-index: -1;
  position: absolute;
  border-radius: inherit;
}
.onestop-page .onestop-2 .list li span.bl {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background-color: var(--color);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li span.bl:after,
.onestop-page .onestop-2 .list li span.bl:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  zoom: .5;
}
.onestop-page .onestop-2 .list li span.bl:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.onestop-page .onestop-2 .list li .box i {
  height: 0;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-2 .list li .box i img {
  max-height: 100%;
}
.onestop-page .onestop-2 .list li .box span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content {
  position: absolute;
  top: 100%;
  margin-top: 2em;
  background-color: var(--color);
  color: white;
  width: 45.83333333vw;
  border-radius: 0.5em;
  text-align: left;
  padding: 1.2em;
  left: 0;
  display: none;
}
.onestop-page .onestop-2 .list li .content span.line {
  border-bottom: 0.375em solid var(--color);
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  position: absolute;
  bottom: 100%;
}
.onestop-page .onestop-2 .list li .content span.line:before {
  content: '';
  height: 1em;
  width: 2px;
  background-color: var(--color);
  bottom: .3em;
  left: 50%;
  margin-left: -1px;
  position: absolute;
}
.onestop-page .onestop-2 .list li .content span.h6 {
  line-height: 1.2;
}
.onestop-page .onestop-2 .list li .content .text {
  color: inherit;
}
.onestop-page .onestop-2 .list li:nth-child(1) span.line {
  left: 10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content {
  left: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(3) .content span.line {
  left: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content {
  left: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(5) .content span.line {
  left: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content {
  left: auto;
  right: -20%;
}
.onestop-page .onestop-2 .list li:nth-child(7) .content span.line {
  left: auto;
  right: 15%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content {
  left: auto;
  right: -10%;
}
.onestop-page .onestop-2 .list li:nth-child(9) .content span.line {
  left: auto;
  right: 12.5%;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content {
  left: auto;
  right: 0;
}
.onestop-page .onestop-2 .list li:nth-child(11) .content span.line {
  left: auto;
  right: 10%;
}
.onestop-page .onestop-2 .list li.active span.border {
  opacity: 0;
}
.onestop-page .onestop-2 .list li.active span.bl {
  opacity: 1;
}
.onestop-page .onestop-2 .list li.active .box {
  color: white;
}
.onestop-page .onestop-2 .list li.active .box i {
  height: 1em;
}
.onestop-page .onestop-2 .list li.active .content {
  display: block;
}
.onestop-page .onestop-3 .list ul li {
  border: 2px solid #ebebeb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li .content {
  padding: 7% 6% 3%;
}
/*.onestop-page .onestop-3 .list ul li .img img {
  height: 100%;
}*/
.onestop-page .onestop-3 .list ul li > i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li > i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.onestop-page .onestop-3 .list ul li span.h5 {
  line-height: 1.2;
}
.onestop-page .onestop-3 .list ul li span.h6 {
  color: #636363;
}
.onestop-page .onestop-3 .list ul li .text {
  line-height: 1.5625;
}
.onestop-page .onestop-3 .list ul li .text i {
  color: black;
  font-weight: bold;
}
.onestop-page .onestop-3 .list ul li:hover {
  border-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i {
  background-color: var(--color);
}
.onestop-page .onestop-3 .list ul li:hover > i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.contact-page #ewm{
  width: 100px;
  margin-top: 20px;
}
@media screen and (max-width: 1450px) {
  .onestop-page .onestop-2 .list li {
    max-width: 150px;
  }
}
@media screen and (max-width: 1250px) {
  .onestop-page .onestop-2 .list li .content {
    display: block;
    position: static;
    width: 100%;
    margin-top: 0;
  }
  .onestop-page .onestop-2 .list li .content span.line {
    display: none;
  }
  .onestop-page .onestop-2 .list li {
    width: 100%;
    max-width: none;
  }
  .onestop-page .onestop-2 .list li .box,
  .onestop-page .onestop-2 .list li .bl,
  .onestop-page .onestop-2 .list li span.border {
    display: none;
  }
  .onestop-page .onestop-2 .list li.icon {
    display: none;
  }
  .onestop-page .onestop-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .onestop-page .onestop-2 {
    padding-bottom: 15%;
  }
}
@media screen and (max-width: 1000px) {
  .onestop-page .onestop-1 .box .right {
    margin-right: 0;
  }
  .onestop-page .onestop-1 .box:nth-child(even) .right{
    margin: 0;
  }
  .onestop-page .onestop-1 .box .left:before {
    display: none;
  }
  .contact-page .contact-1 iframe {
    height: 250px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px !important;
  right: initial !important;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.ny-logo{
  -webkit-box-shadow: 0px 8px 10px rgba(54, 54, 54, 0.6);
  box-shadow: 0px 8px 10px rgba(54, 54, 54, 0.6);
}
.projects-page .projects-2 .map {
  position: relative;
}
.projects-page .projects-2 .map li {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.projects-page .projects-2 .map li i {
  width: 100%;
  position: absolute;
  padding-top: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.projects-page .projects-2 .map li i:before,
.projects-page .projects-2 .map li i:after {
  content: '';
  width: 150%;
  height: 150%;
  position: absolute;
  left: -25%;
  top: -25%;
  border-radius: 100%;
  background-color: #4aa21bad;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.projects-page .projects-2 .map li i:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.projects-page .projects-2 .map li span {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.projects-page .projects-2 .map li .pre {
  zoom: .4;
  display: inline-flex;
  margin: 0 auto;
}
.projects-page .projects-2 .map li:nth-child(1) {
  left: 18%;
  top: 29%;
}
.projects-page .projects-2 .map li:nth-child(1) .pre {
  zoom: .6;
}
.projects-page .projects-2 .map li:nth-child(2) {
  left: 18%;
  top: 50%;
}
.projects-page .projects-2 .map li:nth-child(3) {
  left: 21.5%;
  top: 39%;
}
.projects-page .projects-2 .map li:nth-child(3) .pre {
  zoom: .7;
}
.projects-page .projects-2 .map li:nth-child(4) {
  left: 24%;
  top: 58%;
}
.projects-page .projects-2 .map li:nth-child(5) {
  left: 25%;
  top: 67%;
}
.projects-page .projects-2 .map li:nth-child(6) {
  left: 28%;
  top: 84%
}
.projects-page .projects-2 .map li:nth-child(7) {
  left: 32%;
  top: 70%;
}
.projects-page .projects-2 .map li:nth-child(8) {
  left: 46%;
  top: 62%;
}
.projects-page .projects-2 .map li:nth-child(8) .pre {
  zoom: .3;
}
.projects-page .projects-2 .map li:nth-child(9) {
  left: 47.5%;
  top: 38%;
}
.projects-page .projects-2 .map li:nth-child(10) {
  left: 49%;
  top: 31%;
}
.projects-page .projects-2 .map li:nth-child(11) {
  left: 50%;
  top: 63%;
}
.projects-page .projects-2 .map li:nth-child(12) {
  left: 52%;
  top: 33%;
}
.projects-page .projects-2 .map li:nth-child(13) {
  left: 52%;
  top: 41%
}
.projects-page .projects-2 .map li:nth-child(14) {
  left: 55%;
  top: 24%;
}
.projects-page .projects-2 .map li:nth-child(15) {
  left: 56%;
  top: 36%;
}
.projects-page .projects-2 .map li:nth-child(16) {
  left: 57%;
  top: 42%;
}
.projects-page .projects-2 .map li:nth-child(17) {
  left: 54%;
  top: 51%;
}
.projects-page .projects-2 .map li:nth-child(17) .pre {
  zoom: .6;
}
.projects-page .projects-2 .map li:nth-child(18) {
  left: 55%;
  top: 76%;
}
.projects-page .projects-2 .map li:nth-child(19) {
  left: 54%;
  top: 84%;
}
.projects-page .projects-2 .map li:nth-child(20) {
  left: 64%;
  top: 37%;
}
.projects-page .projects-2 .map li:nth-child(21) {
  left: 66%;
  top: 48%;
}
.projects-page .projects-2 .map li:nth-child(22) {
  left: 69%;
  top: 54%;
}
.projects-page .projects-2 .map li:nth-child(23) {
  left: 77%;
  top: 45%;
}
.projects-page .projects-2 .map li:nth-child(23) .pre {
  zoom: .6;
}
.projects-page .projects-2 .map li:nth-child(24) {
  left: 77%;
  top: 57%;
}
.projects-page .projects-2 .map li:nth-child(25) {
  left: 75.5%;
  top: 64%;
}
.projects-page .projects-2 .map li:nth-child(26) {
  left: 81.5%;
  top: 59%;
}
.projects-page .projects-2 .map li:nth-child(27) {
  left: 80%;
  top: 66%;
}
.projects-page .projects-2 .map li:nth-child(28) {
  left: 85%;
  top: 79%;
}
.projects-page .projects-3 .list {
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
}
.projects-page .projects-3 .list ul:last-child {
  direction: rtl;
}
.projects-page .projects-3 .list ul a.img-box {
  padding: 8% 10%;
  background-color: white;
}
@media screen and (max-width: 1450px) {
  .projects-page .projects-2 .map {
    zoom: .6;
  }
}
@media screen and (max-width: 1250px) {
  .projects-page .projects-2 .map {
    zoom: .5;
  }
}
@media screen and (max-width: 1000px) {
  .projects-page .projects-2 .map {
    zoom: .3;
  }
  .projects-page .projects-3 .list ul:last-child {
    display: none;
  }
  #pups_from, #pups_from.hwaq-popup--grand, #pups_from.hwaq-popup--compact{
    width: 80% !important;
  }
  #pups_from .hwaq-popup-head{
    padding-right: 0 !important;
  }
  .onestop-page .onestop-3 ul li .img img{
    width: 100%;
  }
  .onestop-page .onestop-3 .list ul li .content{
    margin-top: 20px;
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 700px) {
  .projects-page .projects-2 .map {
    zoom: .2;
  }
}