@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'); 
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
#mobile3 .m-search form input[type="submit"]{
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#load{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,1);
  z-index: 55555;
  /*transition: all 3s cubic-bezier(0.16, 1, 0.3, 1);*/
  transition: 1.2s;
  clip-path: polygon(0 0, 100% 0,100% 100%, 0 100%);
  padding: 100px;
}
#load .logo{
  clip-path: polygon(0 0, 100% 0,100% 0%, 0 0%);
}
#load.hidden {
  /*opacity: 0;*/
  /*transform: translateY(-100%);*/
  clip-path: polygon(0 0, 100% 0,100% 0%, 0 0);
  pointer-events: none;
}
#load .progress{
  /*width: 90%;*/
  font-size: 18px;
  color: white;
}
#load .progress i{
  height: 5px;
  width: var(--loader-progress);
  border-radius: 10px;
  background: rgba(255,255,255,1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 15px;
}
#load .progress .num{
  flex: none;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #323232;
  font-weight: 300;
  margin: 0 auto;
  --ease-smooth-out: cubic-bezier(0.4, 0, 0, 1);
  --ease-smooth: cubic-bezier(0.32, 0.72, 0, 1);
}
.container {
  width: 1570px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*padding: 37px 0;*/
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  position: relative;
}
#header .nav .ui.menu .logo .img2 {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  font-weight: bold;
  margin-right: 40px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  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;
  height: 80px;

}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  /*height: 100%;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: transparent;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before{
  content: attr(data-text);
    position: absolute;
    width: 100%;
    top: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    left: 0;
    /*color: rgba(0, 0, 0, 0);*/
    pointer-events: none;
    color: #fff;
}
#header.active .nav .ui.menu .menu-box ul.menu > li > a::before{
  color: black;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after{
  content: attr(data-text);
    position: absolute;
    width: 100%;
    top: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    left: 0;
    color: rgba(0, 0, 0, 0);
    pointer-events: none;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::before{
  -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    color: rgba(0, 0, 0, 0);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after{
      -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    color: white;
}
#header.active .nav .ui.menu .menu-box ul.menu > li:hover > a::after{
  color: black;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  /*width: 100%;*/
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy {
  margin: 0 20px;
}
#header .nav .ui.menu .yuy span {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
#header .nav .ui.menu .yuy span img {
  width: 25px;
}
#header .nav .ui.menu .msg {
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  background-color: #323232;
  color: white;
  padding: 0 27px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}
@-moz-keyframes circle {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  10% {
    -moz-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  80% {
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: translate(-50%, -50%) 0.3;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}
#header .nav .ui.menu .msg i {
  position: absolute;
  /*left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;*/
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid #f7f6f3;
  -webkit-animation: circle 2s ease-out infinite;
  -moz-animation: circle 2s ease-out infinite;
  animation: circle 2s ease-out infinite;
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#header .nav .ui.menu .msg::before,
#header .nav .ui.menu .msg::after{
  content: "";
  position: absolute;
  /*left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;*/
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid #f7f6f3;
  z-index: -1;
  -webkit-animation: circle 2s ease-out infinite;
  -moz-animation: circle 2s ease-out infinite;
  animation: circle 2s ease-out infinite;
}
#header .nav .ui.menu .msg:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
#header .nav .ui.menu .msg:hover{
  background: #c8000a;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  /*padding: 15px 0;*/
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
#header.active .nav .ui.menu .yuy span,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.active .nav .ui.menu .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active .nav .ui.menu .logo .img2 {
  opacity: 1;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks1 {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.more {
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  background-color: #323232;
  color: white;
  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;
  padding: 0 45px;
}
.more i {
  margin-right: 13px;
  translate: 0px;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: translate 0.3s var(--ease-smooth), -webkit-transform 0.3s var(--ease-smooth);
  transition: translate 0.3s var(--ease-smooth), -webkit-transform 0.3s var(--ease-smooth);
  -moz-transition: translate 0.3s var(--ease-smooth), transform 0.3s var(--ease-smooth), -moz-transform 0.3s var(--ease-smooth);
  transition: translate 0.3s var(--ease-smooth), transform 0.3s var(--ease-smooth);
  transition: translate 0.3s var(--ease-smooth), transform 0.3s var(--ease-smooth), -webkit-transform 0.3s var(--ease-smooth), -moz-transform 0.3s var(--ease-smooth);
}
.more:hover i {
  translate: 0.25em;
  -webkit-transform: translateX(-0.25em);
  -moz-transform: translateX(-0.25em);
  -ms-transform: translateX(-0.25em);
  transform: translateX(-0.25em);
  -webkit-transition: translate 0.4s 0.2s var(--ease-smooth), -webkit-transform 0.2s var(--ease-smooth);
  transition: translate 0.4s 0.2s var(--ease-smooth), -webkit-transform 0.2s var(--ease-smooth);
  -moz-transition: translate 0.4s 0.2s var(--ease-smooth), transform 0.2s var(--ease-smooth), -moz-transform 0.2s var(--ease-smooth);
  transition: translate 0.4s 0.2s var(--ease-smooth), transform 0.2s var(--ease-smooth);
  transition: translate 0.4s 0.2s var(--ease-smooth), transform 0.2s var(--ease-smooth), -webkit-transform 0.2s var(--ease-smooth), -moz-transform 0.2s var(--ease-smooth);
}
.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}
#banner li {
  position: relative;
}
#banner li video{
  display: block;
  width: 100%;
  object-fit: cover;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0px;
  color: white;
}
#banner li .content h2 {
  line-height: 1.3;
}
#banner li .play {
  position: absolute;
  right: 0;
  bottom: 60px;
  cursor: pointer;
}
#banner li .play .circle {
  -webkit-animation: rotate 30s linear infinite;
  -moz-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}
.i-title {
  line-height: 1.5;
}
#index-body .i-product {
  background-color: #f1f1f0;
  overflow: hidden;
}
#index-body .i-product .txt {
  line-height: 24px;
  font-weight: normal;
}
#index-body .i-product .list {
  width: 100%;
  padding-right: 0;
  padding-left: 10%;
}
#index-body .i-product ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .i-product ul .slick-list {
  /*padding: 0 9%;*/
  width: 100%;
}
#index-body .i-product ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
}
#index-body .i-product ul li .title {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: black;
  color: white;
  height: 81px;
  padding: 5px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
#index-body .i-product ul li:hover .title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-product ul{
  display: block;
}
/*#index-body .i-product ul .slick-list{
  padding: 0;
  width: 100%;
}*/
#index-body .i-product ul .slick-arrow{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: black;
  color: white;
  font-size: 0;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}
#index-body .i-product ul .slick-prev{
  left: 0;
}
#index-body .i-product ul .slick-next{
  right: 50px;
}
#index-body .i-product ul .slick-prev::after{
  content: "\e69a";
  font-family: "iconfont";
  font-size: 20px;
}
#index-body .i-product ul .slick-next::after{
  content: "\e6ac";
  font-family: "iconfont";
  font-size: 20px;
}
#index-body .i-init2 {
  position: relative;
  overflow: hidden;
  color: white;
}
#index-body .i-init2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .i-init2 .bg img,
#index-body .i-init2 .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-init2 .box {
  color: black;
  text-align: right;
  position: relative;
}
#index-body .i-init2 .box > div {
  display: inline-block;
}
#index-body .i-init2 .box ul li {
  position: absolute;
  left: 7px;
}
#index-body .i-init2 .box ul li i {
  width: 12px;
  height: 12px;
  background-color: #ff000c;
  border-radius: 50%;
  position: relative;
  display: block;
}
#index-body .i-init2 .box ul li i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 12, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: 1;
}
#index-body .i-init2 .box ul li i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 12, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: 1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .i-init2 .box ul li .content {
  background-color: white;
  position: absolute;
  right: 45px;
  top: -30px;
  min-width: 436px;
  text-align: left;
  display: none;
}
#index-body .i-init2 .box ul li .content .des {
  line-height: 24px;
  font-weight: normal;
  margin-top: 3px;
}
#index-body .i-init2 .box ul li .content::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 26px;
  border-left: 20px solid white;
  border-top: 11px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 11px solid transparent;
}
#index-body .i-init2 .box ul li:nth-child(1) {
  top: 16%;
}
#index-body .i-init2 .box ul li:nth-child(2) {
  top: 39%;
}
#index-body .i-init2 .box ul li:nth-child(3) {
  top: 61%;
}
#index-body .i-init2 .box ul li:nth-child(4) {
  top: 84%;
}
#index-body .i-init2 .box ul li:last-child .content {
  top: auto;
  bottom: -30px;
}
#index-body .i-init2 .box ul li:last-child .content::after {
  top: auto;
  bottom: 26px;
}
#index-body .i-init2 .box ul li:hover .content,
#index-body .i-init2 .box ul li.active .content {
  display: block;
}
#index-body .i-about {
  background: url(../images/about-bg.png) no-repeat right 50px top -65px;
}
#index-body .i-about .play {
  cursor: pointer;
}
#index-body .i-about .play .circle {
  -webkit-animation: rotate 30s linear infinite;
  -moz-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}
#index-body .i-about .icon {
  position: relative;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #323232;
  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;
}
#index-body .i-about .icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(50, 50, 50, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .i-about .icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(50, 50, 50, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .i-about .content {
  line-height: 24px;
}
#index-body .i-about .bottom ul li .num {
  line-height: 1;
}
#index-body .i-about .bottom ul li .line {
  width: 100%;
  height: 1px;
  background-color: #777777;
  margin: 3px 0 7px;
}
#index-body .i-about .bottom ul li p {
  font-weight: normal;
}
#index-body .i-factory {
  position: relative;
  color: white;
  overflow: hidden;
}
#index-body .i-factory .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .i-factory .bg img,
#index-body .i-factory .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-factory ul.nav li a {
  display: block;
  border: 1px solid white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  padding: 0 36px;
}
#index-body .i-factory ul.nav li:hover a,
#index-body .i-factory ul.nav li.active a {
  background-color: white;
  color: black;
}
#index-body .i-factory .list > .slick-list{
  overflow: visible;
}
#index-body .i-factory .list .item {
  position: relative;
}
#index-body .i-factory .list ul li span {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 63px;
  background-color: rgba(0, 0, 0, 0.64);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
#index-body .i-factory .list ul li:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-factory .list .slickDots ul li {
  border: none;
  background-color: white;
  opacity: 0.51;
  padding: 0;
}
#index-body .i-factory .list .slickDots ul li.slick-active {
  opacity: 1;
}
#index-body .i-factory .more {
  background-color: transparent;
}
#index-body .i-factory .list .slickBtn div{
  background: white;
  color: black;
}
#index-body .i-partner {
  background-color: #f1f1f0;
}
#index-body .i-partner ul .slick-slide > div {
  height: auto;
}
#index-body .i-partner ul li {
  margin-bottom: 20px;
}
#index-body .i-news {
  overflow: hidden;
}
#index-body .i-news .right ul li {
  border-top: 1px solid #d4d4d4;
  position: relative;
  padding: 22px 0 20px;
  padding-right: 35px;
}
#index-body .i-news .right ul li .arrow {
  font-size: 26px;
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .right ul li .content {
  margin-top: 8px;
  display: none;
}
#index-body .i-news .right ul li .des {
  line-height: 26px;
}
#index-body .i-news .right ul li .more {
  background-color: transparent;
  padding: 0;
  color: black;
}
#index-body .i-news .right ul li:last-child {
  border-bottom: 1px solid #d4d4d4;
}
#index-body .i-news .right ul li.active .arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#footer {
  background: url(../images/footer-bg.jpg) no-repeat center top #020202;
  color: white;
}
#footer .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.61);
}
#footer .top form {
  max-width: 1285px;
  margin: auto;
}
#footer .top form li {
  width: 25%;
}
#footer .top form li:nth-child(3) {
  width: 29%;
}
#footer .top form li:last-child {
  width: 20%;
}
#footer .top form input {
  width: 100%;
  border: none;
  height: 70px;
  font-size: 16px;
  background-color: #323332;
  padding: 0 15px;
}
#footer .top form button {
  width: 100%;
  height: 70px;
  background-color: white;
  color: black;
  border: none;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
}
#footer .top form button:hover {
  background-color: transparent;
  border-color: white;
  color: white;
}
#footer .wrap .one {
  max-width: 320px;
}
#footer .wrap .one p {
  line-height: 24px;
}
#footer .wrap .one ul li {
  position: relative;
  padding-left: 40px;
}
#footer .wrap .one ul li img {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .wrap .one ul li:nth-child(1) img {
  top: 7px;
}
#footer .wrap .one ul li:nth-child(3) img {
  top: 2px;
}
#footer .wrap .four {
  max-width: 480px;
}
#footer .wrap .four p {
  line-height: 24px;
}
#footer .wrap .four #ewm {
  width: 130px;
  height: 130px;
  border: 4px solid white;
  margin-right: 22px;
}
#footer .wrap .four .share a {
  display: inline-block;
  margin-right: 15px;
  width: 27px;
  height: 27px;
  border-radius: 5px;
  text-align: center;
  line-height: 27px;
  font-size: 15px;
  border: 1px solid white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .wrap .four .share a:hover {
  background-color: white;
  color: black;
}
#footer .wrap ul li a {
  position: relative;
}
#footer .wrap ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .wrap ul li:hover a::after {
  width: 100%;
}
#footer .f-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.61);
  padding: 15px 0;
}
#footer .f-copy svg {
  width: auto;
  height: 27px;
  vertical-align: middle;
  fill: white;
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #footer .wrap .four {
    max-width: 330px;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  #footer .wrap .one {
    max-width: 225px;
  }
  #footer .wrap .four {
    max-width: 265px;
  }
  #footer .wrap .four #ewm {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-init2 .box > div {
    width: 24%;
  }
  #index-body .i-factory ul.nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-factory ul.nav li {
    margin-bottom: 20px;
  }
   #index-body .i-init2 .box ul li .content .des {
    max-height: 100px;
    overflow: auto;
  }
  #footer .top form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .top form ul li {
    width: 48%;
  }
  #footer .top form li:nth-child(3) {
    width: 48%;
  }
  #footer .top form li:nth-child(4) {
    width: 48%;
  }
  #footer .wrap .two,
  #footer .wrap .three {
    display: none;
  }
  #footer .wrap .four {
    max-width: 345px;
  }
}
@media screen and (max-width: 700px) {
  #load{
    padding: 50px 15px;
  }
  #banner li .play {
    right: 25px;
    bottom: 22px;
    zoom: 0.6;
  }
  #index-body .i-product ul{
    display: block;
  }
  #index-body .i-product ul .slick-list{
    padding: 0;
    width: 100%;
  }
  #index-body .i-product ul .slick-arrow{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: black;
    color: white;
    font-size: 0;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
  }
  #index-body .i-product ul .slick-prev{
    left: 0;
  }
  #index-body .i-product ul .slick-next{
    right: 0;
  }
  #index-body .i-product ul .slick-prev::after{
    content: "\e69a";
    font-family: "iconfont";
    font-size: 20px;
  }
  #index-body .i-product ul .slick-next::after{
    content: "\e6ac";
    font-family: "iconfont";
    font-size: 20px;
  }
  #index-body .i-init2 .box ul li .content {
    min-width: 350px;
    max-width: 350px;
  }
  #index-body .i-init2 .box ul li .content .des {
    max-height: 100px;
    overflow: auto;
  }
  #index-body .i-init2 {
    padding-bottom: 60px;
  }
  #index-body .i-about .bottom ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-news {
    padding-bottom: 40px;
  }
  #index-body .i-news .left {
    width: 100%;
  }
  #index-body .i-news .right {
    width: 100%;
    margin-top: 30px;
  }
  #footer .wrap .four #ewm {
    display: none;
  }
  #footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .wrap .one {
    width: 100%;
    max-width: 100%;
  }
  #footer .wrap .four {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  
}
@media screen and (max-width: 500px) {
  #banner li > video,
  #banner li > img {
    min-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner li .content h2 {
    font-size: 19px;
  }
  #index-body .i-init2 .box ul li .content {
    max-width: 200px;
    min-width: 200px;
  }
  #index-body .i-init2 .box {
    margin-top: 30px;
  }
  #index-body .i-factory ul.nav li a {
    padding: 0 19px;
    height: 35px;
    line-height: 35px;
  }
  #index-body .i-factory ul.nav li {
    margin-bottom: 8px;
  }
  #footer .top form ul li {
    width: 100% !important;
  }
}
.inner-banner {
  color: white;
}
.custom-page .custom-1 .top .right {
  line-height: 24px;
}
.custom-page .custom-1 .bottom .right ul li {
  margin-top: 15px;
}
.custom-page .custom-1 .bottom .right ul li .title {
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
.custom-page .custom-1 .bottom .right ul li .title .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: black;
  text-align: center;
  line-height: 32px;
}
.custom-page .custom-1 .bottom .right ul li .title .icon img {
  vertical-align: middle;
  margin: auto;
}
.custom-page .custom-1 .bottom .right ul li .title .arrow {
  position: absolute;
  right: 0;
  top: -3px;
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.custom-page .custom-1 .bottom .right ul li .des {
  margin-top: 18px;
  line-height: 24px;
  display: none;
}
.custom-page .custom-1 .bottom .right ul li.active .title .arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.custom-page .custom-2 ul {
  margin: 0 -45px;
}
.custom-page .custom-2 ul li {
  padding: 0 45px;
}
.custom-page .custom-2 ul li .num {
  width: 34px;
  height: 34px;
  background-color: #f4f4f4;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}
.custom-page .custom-2 ul li .des {
  line-height: 24px;
}
.case-page ul.nav {
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.case-page ul.nav li{
  margin-bottom: 12px;
}
.case-page ul.nav li a {
  display: block;
  height: 29px;
  line-height: 29px;
  border-radius: 14px;
  min-width: 90px;
  text-align: center;
  padding: 0 20px;
  border: 1px solid black;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.case-page ul.nav li.active a,
.case-page ul.nav li:hover a {
  background-color: black;
  color: white;
}
.case-page .list ul li .content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: white;
  -webkit-transform: translate(0%, 100%) scale(0.3) skew(25deg);
  -moz-transform: translate(0%, 100%) scale(0.3) skew(25deg);
  -ms-transform: translate(0%, 100%) scale(0.3) skew(25deg);
  transform: translate(0%, 100%) scale(0.3) skew(25deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.case-page .list ul li:hover .content {
  -webkit-transform: translate(0, 0) scale(1) skew(0);
  -moz-transform: translate(0, 0) scale(1) skew(0);
  -ms-transform: translate(0, 0) scale(1) skew(0);
  transform: translate(0, 0) scale(1) skew(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}


.m-page {
  /*background-color: #f4f4f4;*/
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding: 26px 0 25px;
  margin-top: 41px;
}
.m-page a,
.m-page span {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  border: 1px solid black;
  border-radius: 5px;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  margin: 0 10px;
}
.m-page span,
.m-page a:hover {
  color: white;
  background: black;
}
 
.about-page .about-1 {
  z-index: 1;
}
.about-page .about-1 .con {
  line-height: 2;
}
.about-page .about-2 {
  background-color: #f4f4f4;
  padding: 13.7% 0 5.261%;
  margin-top: -162px;
}
.about-page .about-2 ul li {
  border-right: 1px solid #ccc;
}
.about-page .about-2 ul li i {
  width: 109px;
  height: 109px;
  border: solid 1px #cccccc;
  border-radius: 50%;
  text-align: center;
  line-height: 109px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-2 ul li .text {
  margin-top: 15px;
}
.about-page .about-2 ul li .text span {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-2 ul li .text .num {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 1px;
}
.about-page .about-2 ul li:hover i {
  background: var(--color);
  border-color: var(--color);
}
.about-page .about-2 ul li:hover i img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.about-page .about-2 ul li:nth-child(even):hover img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.about-page .about-2 ul li:last-child {
  border-right: 0;
}
.about-page .about-3 .con {
  line-height: 2;
}
.about-page .about-3 .left {
  width: 62%;
}
.about-page .about-3 .right {
  width: 100vw;
  margin-right: -39vw;
}
.about-page .about-4 {
  /*padding: 9.323% 0 7.6042%;*/
  background-color: #f4f4f4;
  background-size: 100% 100%;
}
.about-page .about-4 ul {
  margin: -40px -28px;
}
.about-page .about-4 ul li {
  padding: 40px 28px;
}
.about-page .about-4 ul li .ig {
  background-color: #ffffff;
  height: 100%;
}
.about-page .about-4 ul li .ig i {
  width: 99px;
  text-align: center;
  line-height: 99px;
}
.about-page .about-4 ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 ul li .ig span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
}
.about-page .about-4 ul li .ig .con {
  line-height: 1.8;
}
/*.about-page .about-5 {
  padding: 6.46% 0 8.073%;
}*/
.about-page .about-5 .header {
  max-width: 1214px;
  margin: 0 auto;
}
.about-page .about-5 .header .con {
  line-height: 2;
}
.about-page .about-5 .content .ui.container {
  width: 1696px;
}
.about-page .about-5 .content .icon {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  text-align: center;
  line-height: 175px;
  background: rgba(9, 113, 53, 0.3);
  z-index: 1;
  top: 17.8%;
  right: 20.2%;
}
.about-page .about-5 .content .icon img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-5 .content .icon::before,
.about-page .about-5 .content .icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-5 .content .icon::before {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-14 {
  background: #fff;
  padding: 85px 0 80px;
}
.about-page .about-14 .top {
  text-align: center;
}
.about-page .about-14 .top h2 {
  color: #222;
  margin-bottom: 25px;
}
.about-page .about-14 .top p {
  color: #000000;
  margin: 0 auto;
  max-width: 845px;
}
.about-page .about-14 .content {
  margin-top: 60px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-14 .content .historyBox {
  width: 37%;
}
.about-page .about-14 .content .historyBox .swiper-slide h4 {
  font-size: 36px;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
}
.about-page .about-14 .content .historyBox .swiper-button-prev,
.about-page .about-14 .content .historyBox .swiper-button-next {
  width: 30px;
  height: 30px;
  position: relative;
  margin-top: 0;
  background: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-top: 15px;
}
.about-page .about-14 .content .historyBox .swiper-button-prev:hover,
.about-page .about-14 .content .historyBox .swiper-button-next:hover {
  color: #222;
}
.about-page .about-14 .content .historyBox .swiper-button-prev {
  left: 0;
}
.about-page .about-14 .content .historyBox .swiper-button-next {
  right: 0;
}
.about-page .about-14 .content .right {
  padding-left: 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;
  width: 63%;
}
.about-page .about-14 .content .right .text {
  margin-left: 30px;
}
.about-page .about-14 .content .right .text h5 {
  font-size: 60px;
  line-height: 1;
  color: #000000;
  font-weight: 300;
}
.about-page .about-14 .content .right .text h5 span {
  display: block;
  font-weight: 500;
}
.about-page .about-14 .partnerBox {
  margin-top: 90px;
}
.about-page .about-14 .partnerBox ul li img{
  border: 1px solid rgba(0,0,0,0.1);
}
.about-page .about-14 .partnerBox .swiper-slide {
  cursor: pointer;
}
.about-page .about-14 .partnerBox .swiper-slide:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-filter: gray;
  filter: gray;
  opacity: 1;
}
.about-page .about-14 .partnerBox .swiper-slide img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  opacity: .4;
}
.about-page .about-14 .content .right .img {
  position: relative;
  font-size: 10px;
}
.about-page .about-14 .content .right .img text {
  font-size: 21em;
  color: #222;
  position: absolute;
  top: 5%;
  right: 3%; 
}
.about-page .about-14 .partnerBox ul .slick-slide > div{
  height: auto;
}
.why-page .why-1 .ny-title {
  margin-top: 0;
}
.why-page .why-1 .right {
  width: 40%;
}
.why-page .why-2 ul li {
  border-right: 1px solid #ccc;
}
.why-page .why-2 ul li i {
  line-height: 99px;
  display: block;
}
.why-page .why-2 ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.why-page .why-2 ul li:first-child {
  padding-left: 0;
}
.why-page .why-2 ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.why-page .why-3 {
  background-image: url(../images/why-3-bg.jpg);
  background-size: 100% 100%;
  padding: 6.146% 0 8.8021%;
  color: #fff;
}
.why-page .why-3 .box {
  max-width: 584px;
}
.why-page .why-4 .ny-title {
  margin-top: 0;
}
.why-page .why-4 ul li {
  border-bottom: 1px solid #ccc;
  z-index: 1;
  padding-left: 36px;
}
.why-page .why-4 ul li .text {
  max-width: 502px;
  padding-right: 100px;
}
.why-page .why-4 ul li .text .con {
  line-height: 1.8;
}
.why-page .why-4 ul li .icon {
  right: 58px;
  width: 27px;
  height: 27px;
  background-color: #cccccc;
  font-size: 20px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
}
.why-page .why-4 ul li .bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background-size: 100% 100%;
}
.why-page .why-4 ul li.active .text {
  padding: 28px 0 0 0;
}
.why-page .why-4 ul li.active .text .title {
  font-weight: 200;
  font-size: 24px;
}
.why-page .why-4 ul li.active .text .con {
  display: block;
}
.why-page .why-4 ul li.active .icon {
  width: 47px;
  height: 47px;
  right: 48px;
  background-color: #ffffff;
  color: var(--color);
  line-height: 47px;
}
.why-page .why-4 ul li.active .icon i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.why-page .why-4 ul li.active .bg {
  opacity: 1;
}
.why-page .why-5 .header {
  max-width: 894px;
  margin: 0 auto;
}
.why-page .why-5 .ny-title {
  margin-top: 0;
}
.why-page .why-5 .con {
  line-height: 1.8;
}
.why-page .why-6 {
  padding-bottom: 7.96875%;
}
.why-page .why-6 .ny-title {
  margin-top: 0;
}
.why-page .why-6 ul li {
  position: relative;
}
.why-page .why-6 ul li i {
  width: 140px;
  height: 140px;
  border: solid 1px #999999;
  border-radius: 50%;
}
.why-page .why-6 ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 16px;
  width: 1px;
  height: 158px;
  background-color: #cccccc;
}
.why-page .why-6 ul li:last-child::after {
  display: none;
}
.why-page .why-6 ul li:first-child:hover i img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.why-page .why-6 ul li:hover i {
  background: var(--color);
  border-color: var(--color);
}
.why-page .why-6 ul li:hover i img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.tech-page .tech-1 .ui.container {
  width: 1152px;
}
.tech-page .tech-1 .ny-title {
  margin-top: 0;
}
.tech-page .tech-2 {
  background-image: url(../images/tech2-bg.jpg);
  background-size: 100% 100%;
}
.tech-page .tech-2 .ny-title {
  margin-top: 0;
}
.tech-page .tech-2 .header {
  max-width: 1019px;
}
.tech-page .tech-2 ul li {
  padding-top: 26px;
  padding-bottom: 14px;
  border-right: 1px solid #333;
}
.tech-page .tech-2 ul li i {
  line-height: 68px;
}
.tech-page .tech-2 ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.tech-page .tech-2 ul li p {
  font-weight: 200;
}
.tech-page .tech-2 ul li:last-child {
  border-right: 0;
}
.tech-page .tech-2 .desc {
  max-width: 595px;
}
.tech-page .tech-3 .ny-title {
  margin-top: 0;
}
.tech-page .tech-3 .header {
  max-width: 766px;
  margin: 0 auto;
}
.tech-page .tech-3 ul li .img img {
  width: 100%;
}
.tech-page .tech-3 ul li .img .text {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  font-weight: 200;
  padding-bottom: 51px;
}
.tech-page .tech-3 ul li .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.tech-page .tech-4 {
  background-color: #f4f4f4;
}
.tech-page .tech-4 .ny-title {
  margin-top: 0;
}
.tech-page .tech-4 .left {
  width: 39.226%;
}
.tech-page .tech-4 .right {
  width: 60.774%;
}
.tech-page .tech-4 ul li {
  padding-left: 80px;
  font-weight: 200;
}
.tech-page .tech-4 ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 42px;
  height: 40px;
  background: var(--color);
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.tech-page .tech-5 .ny-title {
  margin-top: 0;
}
.tech-page .tech-5 .con {
  max-width: 1106px;
  margin: 0 auto;
}
.honor-page .ny-title {
  margin-top: 0;
}
.honor-page .con {
  max-width: 1134px;
  margin-left: auto;
  margin-right: auto;
}
.honor-page .list p {
  font-weight: 600;
}
.product-yd-page .header {
  max-width: 1112px;
}
.product-yd-page .header .ny-title {
  margin-top: 17px;
}
.product-yd-page .content ul li {
  z-index: 1;
}
.product-yd-page .content ul li .text {
  width: 57.535%;
  padding-right: 38px;
}
.product-yd-page .content ul li .text .more span {
  padding: 14px 78px 14px 75px;
}
.product-yd-page .content ul li .img {
  width: 42.465%;
}
.product-yd-page .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .content ul li:nth-child(even) .text {
  padding: 0 0 0 38px;
}
.product-yd-page .content ul li:last-child {
  padding-bottom: 0;
}
.product-yd-page .content ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 67px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
}
.product-page .product-text .con{
  max-height: 300px;
  overflow-y: auto;
  font-weight: normal;
  text-align: left;
}
.product-page .sidebox .side-left {
  width: 27.5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.product-page .sidebox .side-left .title {
  font-weight: bold; 
    font-size: 24px;
}
.product-page .sidebox .side-left .side-nav ul li a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .side-left .side-nav ul li a i{
  position: absolute;
  right: 0;
  top: -3px;
  font-size: 22px;
  display: block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-page .sidebox .side-left .side-nav ul li a i.active{
  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product-page .sidebox .side-left .side-nav ul li a:hover,
.product-page .sidebox .side-left .side-nav ul li a.active {
  color: #c8000a;
}
.product-page .sidebox .side-left .side-search form {
  width: 100%;
}
.product-page .sidebox .side-left .side-search form input[type="search"] {
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  font-size: 16px;
  color: #cccccc;
  padding: 0 50px 0 11px;
}
.product-page .sidebox .side-left .side-search form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 44px;
  background: url(../images/search.png) no-repeat center var(--color);
  border: 0;
}
.product-page .sidebox .side-left .side-recommend ul li .img-box {
  width: 22%;
  border: 1px solid #ccc;
}
.product-page .sidebox .side-left .side-recommend ul li .tit {
  width: 78%;
  line-height: 1.3;
}
.product-page .sidebox .side-left .side-recommend ul li:last-child {
  margin-bottom: 0;
}
.product-page .sidebox .side-right {
  width: 72.5%;
}
.product-page .sidebox .side-right ul {
  margin: -46px -13px -45px;
}
.product-page .sidebox .side-right ul li {
  padding: 46px 13px 45px;
}
.product-page .sidebox .side-right ul li .ig .img-box {
  border: 1px solid #ccc;
}
.product-page .sidebox .side-right ul li .ig .link {
  bottom: 0;
  left: 0;
  letter-spacing: 2px;
  background: var(--color);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 0;
  line-height: 1;
  text-align: center;
  padding: 24px 0 23px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .side-right ul li .ig .link.play_btn{
  opacity: 1;
  width: 100%;
  background: transparent;
}
.product-page .sidebox .side-right ul li .ig .text .tit {
  font-size: 16px;
  line-height: 1.4;
}
.product-page .sidebox .side-right ul li .ig .text p {
  font-size: 16px;
  line-height: 1.4;
  color: #666;
  margin-top: 5px;
}
.product-page .sidebox .side-right ul li .ig:hover .link {
  opacity: 1;
  width: 100%;
}
.product-page .m-page {
  background: transparent;
}
.prodet-page {
  padding-bottom: 6%;
}
.prodet-page .prodet-1 .left {
  width: 49.295%;
}
.prodet-page .prodet-1 .left .small .img,
.prodet-page .prodet-1 .left a{
  display: block;
  border: 1px solid rgba(0,0,0,0.1);
}
.prodet-page .prodet-1 .left .small{
  width: 20%;
}
.prodet-page .prodet-1 .left .big{
  width: 78%;
}
.prodet-page .prodet-1 .left .big span {
  bottom: 14.2%;
  right: 0;
}
/*.prodet-page .prodet-1 .left .big .img-box{
  border: 1px solid #ccc;
}*/
.prodet-page .prodet-1 .left .big .play{
  position: absolute;
  right: 15px;
  bottom: 12px;
  cursor: pointer;
}
.prodet-page .prodet-1 .left .big .play .circle{
  -webkit-animation: rotate 30s linear infinite;
    -moz-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
}
.prodet-page .prodet-1 .right {
  width: 50.705%;
}
.prodet-page .prodet-1 .right .con {
  max-height: 318px;
  overflow-y: auto;
  box-sizing: border-box;
    padding-bottom: 1px !important;
}
.prodet-page .prodet-1 .right .desc {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
}
.prodet-page .prodet-1 .right .desc table tbody {
  min-width: 600px;
}
.prodet-page .prodet-1 .right .desc table td {
  border: 0;
  padding: 18px 0;
  text-align: center;
}
.prodet-page .prodet-1 .right .desc table td:nth-child(odd) {
  background-color: #f3f3f3;
}
.prodet-page .prodet-1 .right .desc table td:nth-child(even) {
  background-color: #e9e9e9;
}
.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  background-color: #333333;
  color: #fff;
  font-size: 16px;
  padding: 18px 0;
  width: 224px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
}
.prodet-page .prodet-1 .right .btn a:hover{
  background: #c8000a;
}
.prodet-page .prodet-1 .right .btn a::after {
  content: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .btn a:hover::after {
  left: 0;
  width: 100%;
}
.prodet-page .prodet-det ul.tab{
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.prodet-page .prodet-det ul.tab li{
  opacity: 0.5;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 30px;
  cursor: pointer;
}
.prodet-page .prodet-det ul.tab li:hover,
.prodet-page .prodet-det ul.tab li.active{
  opacity: 1;
}
.prodet-page .prodet-det .content .item{
  font-size: 16px;
  line-height: 24px;
}
.prodet-page .prodet-2 .options {
  border-bottom: 1px solid #f3f3f3;
}
.prodet-page .prodet-2 .options ul li {
  padding-right: 72px;
}
.prodet-page .prodet-2 .options ul li a {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #999;
  padding-right: 38px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  color: #333;
}
.prodet-page .prodet-2 .options ul li:hover a::after,
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .options ul li:last-child {
  padding-right: 0;
}
.prodet-page .prodet-2 .ret {
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.prodet-page .prodet-2 .ret .slide .tit {
  display: none;
  font-weight: 600;
}
.prodet-page .m-link {
  font-weight: 600;
  border-top: 1px solid #f3f3f3;
}
.prodet-page .m-link a{
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .m-link a:hover{
  color: #c8000a;
}
.prodet-page .prodet-3 {
  padding-top: 4%;
}
.prodet-page .prodet-3 ul li .img-box {
  border: 1px solid #ccc;
}
.prodet-page .prodet-3 ul li .text {
  margin-top: 20px;
}
.prodet-page .prodet-3 ul li .text p {
  margin-top: 3px;
  color: #666666;
}
.prodet-page .prodet-3 ul li .font-16 {
  line-height: 1.5;
}
.ins-page {
  padding: 0% 0 4%;
}
.ins-page .ins-1 .ny-title {
  margin-top: 4px;
}
.ins-page .ins-1 .content ul {
  margin: -22px -7px;
}
.ins-page .ins-1 .content ul li {
  padding: 22px 7px;
}
.ins-page .ins-1 .content ul li .img-box {
  background-color: #f2f2f2;
}
.ins-page .ins-1 .content ul li .img-box .icon {
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.ins-page .ins-1 .content ul li .img-box .icon img {
  width: auto;
}
.ins-page .ins-1 .content ul li .img-box:hover .icon {
  top: 0;
}
.ins-page .ins-2 {
  background: url(/airuitesi/2025/10/14/ins-2.jpg) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 7.8125%;
}
.ins-page .ins-2 .ny-title {
  margin-top: 0;
}
.ins-page .ins-2 .content ul {
  margin: -31px -25px;
}
.ins-page .ins-2 .content ul li {
  padding: 31px 25px;
}
.ins-page .ins-2 .content ul li span {
  background: url(../images/ins-2-icon.png) no-repeat center;
  background-size: 100% 100%;
  width: 18px;
  height: 22px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  display: block;
}
.ins-page .ins-2 .content ul li p {
  line-height: 1.6;
  color: #666666;
}
.ins-page .ins-2 .video .play {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ins-page .ins-2 .video .slickBtn div {
  width: 4.25em;
  height: 4.25em;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.4);
}
.ins-page .ins-2 .video .slickBtn div.prev {
  left: 21px;
}
.ins-page .ins-2 .video .slickBtn div.next {
  left: initial;
  right: 27px;
}
.ins-page .ins-2 .video .slickBtn div:hover {
  background: rgba(9, 113, 53, 0.6);
}
.ins-page .ins-2 .video .bottom ul {
  margin: -30px;
}
.ins-page .ins-2 .video .bottom ul li {
  padding: 30px;
}
.ins-page .ins-2 .video .bottom ul li .ig {
  background: var(--color);
  padding: 5px;
}
.ins-page .ins-2 .video .bottom ul li .ig .play {
  zoom: .6;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ins-page .ins-2 .video .bottom ul li .ig::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(0, 0, 0, 0.4);
}
.ins-page .ins-2 .video .bottom ul li .ig:hover .play {
  opacity: 1;
}
.ins-page .ins-2 .imgList ul{
  margin: -15px;
}
.ins-page .ins-2 .imgList ul li{
  padding: 15px;
}
.ins-page .ins-3 {
  padding: 3.7% 0 6.3542%;
}
.ins-page .ins-3 .ny-title {
  margin-top: 0;
}
.ins-page .ins-3 ul li i {
  width: 78px;
}
.ins-page .ins-3 ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ins-page .ins-3 ul li p {
  line-height: 1.7;
  color: #666;
}
.ins-page .ins-3 ul li em {
  width: 12px;
}
.ins-page .ins-3 ul li .img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ins-page .ins-4 .box {
  background-color: #efefef;
}
.ins-page .ins-4 .box p {
  line-height: 1.4;
  max-width: 862px;
  margin: 25px auto 0;
}
.ins-page .ins-4 .box .more {
  background: transparent;
  font-size: 17px;
}
.ins-page .ins-4 .box .more span {
  padding: 12px 56px;
}
.care-page .care-1 {
  /*background-color: #f7f7f7;*/
}
.care-page .care-1 .ny-title {
  margin-top: 4px;
}
.care-page .care-1 .con p {
  margin-top: 21px;
}
.care-page .care-1 .con p:first-child {
  margin-top: 0;
}
.care-page .care-2 .list ul li {
  margin-bottom: 66px;
}
.care-page .care-2 .list ul li i {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  background: var(--color);
  color: #fff;
  display: block;
}
.care-page .care-2 .list ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #666;
  line-height: 1.7;
}
.care-page .care-2 .list ul li span em {
  color: #e40000;
  font-weight: 600;
}
.care-page .care-2 .list ul li:last-child {
  margin-bottom: 0;
}
.care-page .care-2 .box {
  background-color: #f7f7f7;
  color: #666;
}
.care-page .care-2 .box em {
  font-weight: bold;
  color: #333;
}
.care-page .care-3 {
  padding: 4.74% 0 5.0521%;
  background-color: #f7f7f7;
}
.care-page .care-3 p {
  line-height: 1.7;
  color: #666666;
}
.warr-page .warr-1 {
  z-index: 1;
}
.warr-page .warr-1 .ny-title {
  margin-top: 4px;
}
.warr-page .warr-1 .box {
  padding: 3.542% 70px 9.8%;
  background: url(../images/warr1-bg.png) no-repeat center;
  background-size: 100% 100%;
  line-height: 1.7;
  color: #666;
}
.warr-page .warr-1 .box em {
  font-weight: bold;
  color: #333;
}
.warr-page .warr-1::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 24.127%;
  background-color: #f7f7f7;
}
.warr-page .warr-2 .ny-title {
  margin-top: 0;
}
.warr-page .warr-2 .con {
  line-height: 1.7;
  color: #666;
}
.warr-page .warr-2 .con p {
  margin-top: 26px;
}
.warr-page .warr-2 .con p:first-child {
  margin-top: 0;
}
.warr-page .warr-3 {
  padding: 3.75% 0 6.146%;
  background: url(../images/warr3-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.warr-page .warr-3 .ny-title {
  margin-top: 0;
}
.warr-page .warr-3 .tit {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 33px;
}
.warr-page .warr-3 .tit::after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #cccccc;
  margin-left: 107px;
}
.warr-page .warr-3 label {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.warr-page .warr-3 ul {
  margin: -29px;
}
.warr-page .warr-3 ul li {
  padding: 29px;
}
.warr-page .warr-3 ul li label {
  margin-bottom: 11px;
}
.warr-page .warr-3 ul li input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #a7a7a7;
  background: transparent;
  font-size: 16px;
  padding: 0 15px;
}
.warr-page .warr-3 .section ul li:last-child {
  padding-top: 20px;
}
.warr-page .warr-3 .check ul {
  margin: 0;
  list-style: none; 
  padding: 0;
}
.warr-page .warr-3 .check ul li {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  position: relative; 
  margin-bottom: 10px; 
}

.warr-page .warr-3 .check ul li input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 23px; 
  height: 23px;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}

.warr-page .warr-3 .check ul li input[type="checkbox"] + label {
  position: relative;
  padding-left: 35px; 
  cursor: pointer;
  line-height: 23px;
}

.warr-page .warr-3 .check ul li input[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 23px; 
  height: 23px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.warr-page .warr-3 .check ul li input[type="checkbox"]:checked + label::before {
  background-color: var(--color); 
  border-color: var(--color);
}

.warr-page .warr-3 .check ul li input[type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 4px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.warr-page .warr-3 .installer .tit::after {
  margin-left: 55px;
}
.warr-page .warr-3 .installer ul {
  margin: -28px -28px -28px 13px;
}
.warr-page .warr-3 .installer ul li {
  padding: 28px;
}
.warr-page .warr-3 .product .tit::after {
  margin-left: 48px;
}
.warr-page .warr-3 .product ul {
  margin: -14px -14px -14px 17px;
}
.warr-page .warr-3 .product ul li {
  padding: 14px;
}
.warr-page .warr-3 .invoice .tit {
  margin-bottom: 12px;
}
.warr-page .warr-3 .invoice .tit::after {
  display: none;
}
.warr-page .warr-3 .invoice .con {
  max-width: 576px;
}
.warr-page .warr-3 .invoice .con p {
  margin-top: 2px;
}
.warr-page .warr-3 .invoice .con p:first-child {
  margin-top: 0;
}
.warr-page .warr-3 .upload {
  height: 131px;
  border: dashed 1px #a7a7a7;
}
.warr-page .warr-3 .upload label {
  margin-bottom: 0;
}
.warr-page .warr-3 .upload span {
  background: rgba(51, 51, 51, 0.4);
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 8px 22px 7px 19px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.warr-page .warr-3 .upload input[type="file"] {
  width: 100%;
  height: 100%;
}
.warr-page .warr-3 .upload:hover span{
  background: var(--color);
  color: #fff;
}
.warr-page .warr-3 textarea {
  width: 100%;
  height: 246px;
  border: solid 1px #a7a7a7;
  font-size: 16px;
  padding: 0 15px;
  background: transparent;
  margin-top: 13px;
}
.warr-page .warr-3 .more {
  border: 0;
  font-size: 17px;
  background: transparent;
}
.warr-page .warr-3 .more span {
  padding: 12px 53px;
}
.faq-page .ny-title {
  margin-top: 2px;
}
.faq-page .content .ny-title {
  margin-top: 0;
}
.faq-page .content ul li {
  margin-bottom: 55px;
}
.faq-page .content ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f9f9f9;
  padding: 23px 35px 15px;
}
.faq-page .content ul li .text .tit {
  font-weight: 600;
  color: #000;
}
.faq-page .content ul li .text p {
  color: #666;
  line-height: 1.7;
  margin-top: 4px;
}
.faq-page .content ul li:last-child {
  margin-bottom: 0;
}
.faq-page .content .item {
  padding-bottom: 83px;
}
.faq-page .content .item:last-child {
  padding-bottom: 0;
}
.news-page{
  background: #f1f1f0;
}
.news-page .ny-title {
  margin-top: 4px;
}
.news-page .top .left {
  width: 55.14%;
}
.news-page .top .left time {
  color: #999999;
}
.news-page .top .left .title {
  margin-top: 4px;
}
.news-page .top .left .con {
  color: #000;
}
.news-page .top .left .link {
  font-size: 16px;
  padding: 9px 9px 10px 8px;
  color: #fff;
  background: var(--color);
  border-radius: 19px;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
}
.news-page .top .left .link::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .top .left .link:hover::after {
  width: 100%;
}
.news-page .top .right {
  width: 44.86%;
}
.news-page ul li {
  /*border-top: 1px solid #e3e3e3;*/
  background: white;
  margin-bottom: 30px;
  padding: 20px;
}
 .news-page ul li .img img{
   width: 100%;
   max-height: 209px;
   object-fit: cover;
 }
.news-page ul li .icon {
  width: 41px;
  height: 41px;
  border: solid 1px var(--color);
  border-radius: 50%;
  text-align: center;
  line-height: 41px;
  font-size: 20px;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page ul li .icon i{
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page ul li .icon:hover {
  background-color: var(--color);
  color: #fff;
}
.news-page ul li:last-child {
  border-bottom: 1px solid #e3e3e3;
}
.news-page ul li .icon:hover i{
  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.news-page ul li .time{
  background: black;
  color: white;
  padding: 2px 10px;
  display: inline-block;
}
.news-page ul li .more{
  background: transparent;
  padding: 0;
  color: black;
}
.news-page .m-page {
  margin-top: 92px;
}
.newdet-page .ny-title {
  margin-top: 3px;
}
.newdet-page .content {
  color: #000;
}
.newdet-page .m-link {
  font-weight: 600;
  border-top: 1px solid #f3f3f3;
}
.sus-page {
  padding: 3.59735% 0 5.834%;
}
.sus-page .sus-1 {
  z-index: 1;
}
.sus-page .sus-1 .ny-title {
  margin-top: 3px;
}
.sus-page .sus-1 .content {
  margin-top: -59px;
  -webkit-transform: translateY(126px);
  -moz-transform: translateY(126px);
  -ms-transform: translateY(126px);
  transform: translateY(126px);
}
.sus-page .sus-1 .left {
  width: 38.591%;
  margin-top: 59px;
}
.sus-page .sus-1 .left .ny-title {
  margin-top: 0;
}
.sus-page .sus-1 .left .tit {
  line-height: 1.4;
}
.sus-page .sus-1 .right {
  width: 61.409%;
}
.sus-page .sus-1 .right ul li {
  color: #fff;
  z-index: 1;
}
.sus-page .sus-1 .right ul li span {
  font-weight: 200;
  max-width: 170px;
  margin-left: 17px;
}
.sus-page .sus-1 .right ul li:nth-child(1) {
  top: 10%;
  left: 30%;
}
.sus-page .sus-1 .right ul li:nth-child(2) {
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sus-page .sus-1 .right ul li:nth-child(2) i {
  display: block;
  text-align: center;
}
.sus-page .sus-1 .right ul li:nth-child(2) span {
  margin-left: 0;
  max-width: 146px;
  display: inline-block;
  margin-top: 19px;
}
.sus-page .sus-1 .right ul li:last-child {
  bottom: 9%;
  left: 25%;
}
.sus-page .sus-1 .right ul li:last-child span {
  max-width: 260px;
}
.sus-page .sus-1::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 72.865%;
  height: 51.357%;
  background-color: #f5f5f5;
}
.sus-page .sus-2 {
  background-image: url(../images/sus2-bg.jpg);
  padding: 10.26042% 0 10%;
  background-size: 100% 100%;
}
.sus-page .sus-2 .box {
  max-width: 663px;
  margin: 0 0 0 auto;
}
.sus-page .sus-3 .ny-title {
  margin-top: 0;
}
.sus-page .sus-3 ul {
  margin: -33px -28px -18px -37px;
}
.sus-page .sus-3 ul li {
  padding: 33px 28px 18px 37px;
}
.sus-page .sus-3 ul li .ig {
  padding: 146px 18px 80px 48px;
  height: 100%;
  background-size: 100% 100%;
}
.sus-page .sus-3 ul li .ig i {
  width: 152px;
  height: 151px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  line-height: 151px;
  top: 0;
  left: 0;
}
.sus-page .sus-3 ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
.sus-page .sus-3 ul li .ig .text .title {
  font-weight: 200;
  min-height: 49px;
}
.sus-page .sus-3 ul li .ig .text .con {
  line-height: 1.5;
  margin-top: 25px;
}
.sus-page .sus-4 .ny-title {
  margin-top: 0;
}
.sus-page .sus-4 ul li .text {
  margin-top: -70px;
  background: #fff;
  font-weight: 200;
  padding: 0 51px;
  line-height: 1.9;
  position: relative;
  height: 254px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
}
.sus-page .sus-4 ul li .text::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -23px;
  width: 54px;
  height: 24px;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.sus-page .sus-4 ul li:first-child .text {
  padding-left: 95px;
  padding-right: 95px;
}
.sus-page .sus-4 ul li:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.sus-page .sus-4 ul li:nth-child(even) .text {
  margin: 0 0 -70px 0;
  z-index: 0;
}
.sus-page .sus-4 ul li:nth-child(even) .text::after {
  top: initial;
  bottom: -23px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.sus-page .sus-5 .ny-title {
  margin-top: 0;
}
.sus-page .sus-5 ul li i {
  line-height: 69px;
}
.sus-page .sus-5 ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.sus-page .sus-5 ul li p {
  font-weight: 200;
  line-height: 1.9;
}
.contact-page .ny-title {
  margin-top: 0;
}
.contact-page .contact-1 .header{
  position: relative;
  padding-right: 90px;
}
.contact-page .contact-1 .header .toform{
  background: black;
  border-radius: 50%;
  color: white;
  width: 85px;
  height: 85px;
  cursor: pointer;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 65px;
}

.contact-page .contact-1 .header .toform:before, .contact-page .contact-1 .header .toform:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    z-index: -1;
    /*-webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;*/
}
.contact-page .contact-1 .header .toform:before {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
.contact-page .contact-1 .header .toform:hover::before,
.contact-page .contact-1 .header .toform:hover::after{
  -webkit-animation: ks1 2s infinite;
  -moz-animation: ks1 2s infinite;
  animation: ks1 2s infinite;
}
.contact-page .contact-1 .header .toform:hover::before{
  -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
.contact-page .contact-1 .header .toform i{
  font-size: 30px;
  line-height: 1;
}
.contact-page .con {
  margin: 28px auto 0;
  max-width: 996px;
}
.contact-page .info ul li {
  width: auto;
}
.contact-page .info ul li .icon {
  width: 114px;
  height: 114px;
  border: solid 1px #e3e3e3;
  border-radius: 50%;
  margin: 0 auto;
}
.contact-page .info ul li .icon i {
  line-height: 26px;
}
.contact-page .info ul li .icon img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  vertical-align: middle;
}
.contact-page .info ul li .icon span {
  font-weight: 600;
}
.contact-page .info ul li p {
  font-weight: 500;
}
.contact-page .info ul li:last-child {
  width: 36%;
}
.contact-page .box {
  max-width: 984px;
  margin: 82px auto 0;
  background-color: #333333;
  color: #fff;
}
.contact-page .box .tit {
  font-weight: 100;
  line-height: 1.1;
}
.contact-page .box .tit em {
  color: #fff;
}
.contact-page .box form ul {
  margin: -20px -13px;
}
.contact-page .box form ul li {
  padding: 20px 13px;
}
.contact-page .box form ul li input,
.contact-page .box form ul li textarea {
  width: 100%;
  height: 58px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
  font-size: 14px;
  font-style: italic;
}
.contact-page .box form ul li textarea {
  height: 144px;
  padding-top: 15px;
}
.contact-page .box form ul li.wid-100 {
  width: 100%;
}
.contact-page .box form ul li:nth-child(1) input {
  background: url(../images/c-name.png) no-repeat 97% center;
}
.contact-page .box form ul li:nth-child(2) input {
  background: url(../images/c-mail.png) no-repeat 98% center;
}
.contact-page .box form ul li:nth-child(3) input {
  background: url(../images/c-tel.png) no-repeat 98% center;
}
.contact-page .box form ul li:nth-child(4) input {
  background: url(../images/c-subject.png) no-repeat 97% center;
}
.contact-page .box form ul li:nth-child(5) textarea {
  background: url(../images/c-message.png) no-repeat 99% 9%;
}
.contact-page .box form ul li:last-child p {
  max-width: 420px;
  color: #999;
}
.contact-page .box form ul li:last-child button {
  background: var(--color);
  color: #fff;
  border: 0;
  font-weight: 600;
  padding: 8px 27px;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-page .box form ul li:last-child button::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box form ul li:last-child button:hover {
  color: var(--color);
}
.contact-page .box form ul li:last-child button:hover::after {
  width: 100%;
}
.contact-page .contact-2 {
  margin-top: -176px;
}
.contact-page .contact-2 iframe {
  height: 615px;
  border: 0;
}
.contact-page1 .contact-1 .list ul {
  margin: -20px;
  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;
}
.contact-page1 .contact-1 .list ul li {
  padding: 20px;
}
.contact-page1 .contact-1 .list ul li .box {
  border: 1px solid #bfbfbf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  position: relative;
  top: 0;
  border-radius: 10px;
  background: transparent;
  margin: 0;
}
.contact-page1 .contact-1 .list ul li .box .top-box{
  border-bottom: 1px solid #e5e5e5;
}
.contact-page1 .contact-1 .list ul li .box i {
  display: block;
  flex-shrink: 0;
  max-width: 115px;
  border-radius: 50%;
  overflow: hidden;
}
.contact-page1 .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page1 .contact-1 .list ul li .box span.h6 {
  color: #141414;
  display: block; 
  font-weight: 600;
}
.contact-page1 .contact-1 .list ul li .box p {
  color: #666;
  font-weight: 500;
  word-break: break-word;
  line-height: 1.555;
}
.contact-page1 .contact-1 .list ul li .box .contact-content img{
  flex-shrink: 0;
}
.contact-page1 .contact-1 .list ul li .box:hover {
  border-color: var(--color);
}
.video-page a.img-box .play {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  right: 9%;
  bottom: 12%;
  left: auto;
  top: auto;
  zoom: .8;
  background-color: white;
}
.video-page a.img-box .play i {
  border-left-color: var(--color);
}
.video-page video{
  display: block;
  width: 100%;
}
.insp-page {
  padding: 3.59735% 0 9.271%;
}
.insp-page .header {
  max-width: 1298px;
  margin: 0 auto;
}
.insp-page .header .ny-title {
  margin-top: 4px;
}
.insp-page .header .con {
  line-height: 1.8;
}
.insp-page .content {
  max-width: 1160px;
  margin: 70px auto 0;
}
.insp-page .content .down {
  display: inline-block;
  top: 22px;
  left: 52%;
  z-index: 1;
  cursor: pointer;
}
.insp-page .content .down span {
  color: #afafaf;
  font-weight: 500;
  line-height: 1.8;
}
.insp-page .content .down::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 77px;
  height: 77px;
  top: 0;
  left: 9px;
  border-radius: 50%;
  border: solid 1px #cccccc;
}
.insp-page .content ul {
  margin: -29px -26px;
}
.insp-page .content ul li {
  padding: 29px 26px;
}
.insp-page .content ul li:nth-child(even) .img-box {
  -webkit-transform: translateY(90px);
  -moz-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
}
.design-page .design-1 {
  padding: 3.59735% 0 5.9375%;
  background-color: #f4f4f4;
}
.design-page .design-1 .ny-title {
  margin-top: 4px;
}
.design-page .design-2 {
  padding-top: 5.6771%;
  z-index: 1;
}
.design-page .design-2 .ny-title {
  margin-top: 0;
}
.design-page .design-2 .left .con {
  padding-right: 40px;
}
.design-page .design-2 .left .img {
  margin-left: -23%;
}
.design-page .design-2::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 49.375%;
  height: 38.992%;
  background-color: #f4f4f4;
}
.design-page .design-3 {
  z-index: 1;
}
.design-page .design-3 .ny-title {
  margin-top: 0;
}
.design-page .design-3 .desc {
  font-weight: 200;
}
.design-page .design-3::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46.5%;
  background-color: #f4f4f4;
}
.design-page .design-4 .header {
  max-width: 1117px;
  margin: 0 auto;
}
.design-page .design-4 .ny-title {
  margin-top: 0;
}
.design-page .design-4 .more {
  font-size: 17px;
}
.design-page .design-4 .more span {
  padding: 12px 22px;
}
.design-page .design-4 .more::after {
  width: 60px;
}
.design-page .design-5 .section .tit {
  margin-bottom: 15px;
}
.design-page .design-5 .section .tit::after {
  margin-left: 19px;
}
.design-page .design-5 .add .tit {
  margin-bottom: 0;
}
.design-page .design-5 .add p {
  line-height: 1.8;
}
.design-page .design-5 .add .left {
  width: 51.8%;
}
.design-page .design-5 .add .right {
  width: 48.2%;
}
.design-page .design-5 .add select {
  width: 100%;
  height: 68px;
  border: solid 1px #a7a7a7;
  background: transparent;
  font-size: 16px;
  opacity: .9;
  padding: 0 16px 0 24px;
  background-image: url(../images/select-down.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.design-page .design-5 .add select::-ms-expand {
  display: none;
}
.factory-page {
  overflow: hidden;
}
.factory-page .ui.container {
  max-width: 780px;
}
.factory-page .slide {
  padding: 90px 0;
}
.factory-page .slide:nth-child(odd) {
  background-color: #f9f9f9;
}
.factory-page span.h3 { 
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  margin-bottom: 2em;
}
.factory-page a.img-box {
  display: block;
}
.factory-page .list .slick-list {
  overflow: unset;
}
.factory-page .list ul {
  margin: -8px;
}
.factory-page .list ul li {
  padding: 8px;
}
.factory-page .smallImg {
  margin-top: 20px;
}
.factory-page .smallImg ul {
  margin: -3px;
}
.factory-page .smallImg ul li {
  padding: 3px;
  opacity: .4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .smallImg ul .slick-current li {
  opacity: 1;
}
.factory-page .textList {
  margin: 50px 0 60px;
}
.factory-page a.more {
  width: 100%;
  background-color: var(--color);
  color: white;
  border: none;
}
.factory-page a.more:hover {
  background-color: black;
}
.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 30px;
}
.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-2 ul li .icon{
  flex: none;
  border: 1px solid black;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.care-cleaning-page .care-cleaning-3 {
  padding: 185px 0 80px;
}
@media screen and (max-width: 1680px) {
  .about-page .about-3 .right {
    margin-right: -3vw;
  }
  .warr-page .warr-3 .product .text ul {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
  .warr-page .warr-3 .product .text ul li:first-child {
    padding-left: 0;
  }
  .design-page .design-2 .left .img {
    margin-left: -4%;
  }
   .about-page .about-14 .content .right .img text {
    font-size: 11em;
  }
   .contact-page1 .contact-1 .list ul li .box span.h6,
  .contact-page1 .contact-1 .list ul li .box p{
    font-size: 18px;
  }
   .contact-page1 .contact-1 .list ul li .box {
    padding: 15px 5%;
  }
  .contact-page1 .contact-1 .list ul li .box i img {
    max-height: 80px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-5 .content .icon {
    top: 14.8%;
    right: 18.2%;
  }
   
  .prodet-page .prodet-2 .options ul li {
    padding-right: 40px;
  }
   .factory-page span.h3 {
      font-size: 24px;
    }
    .factory-page .slide {
      padding: 70px 0;
    }
     .contact-page1 .contact-1 .list ul li .box span.h6,
  .contact-page1 .contact-1 .list ul li .box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 .right {
    padding-left: 30px;
    margin-right: -12vw;
  }
  .about-page .about-4 ul {
    margin: -20px -14px;
  }
  .about-page .about-4 ul li {
    padding: 20px 14px;
  }
  .about-page .about-5 .content .img {
    margin-left: 0;
  }
  .about-page .about-5 .content .icon {
    right: 16.2%;
  }
  .why-page .why-2 ul {
    margin-bottom: -20px;
  }
  .why-page .why-2 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .why-page .why-2 ul li:nth-child(even) {
    border-right: 0;
  }
  .why-page .why-6 ul {
    margin-bottom: -20px;
  }
  .why-page .why-6 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .why-page .why-6 ul li:nth-child(even)::after {
    display: none;
  }
  .tech-page .tech-2 ul {
    margin: -10px 0;
  }
  .tech-page .tech-2 ul li {
    width: 50%;
    margin: 10px 0;
    padding: 12px 20px !important;
  }
  .tech-page .tech-2 ul li:nth-child(even) {
    border-right: 0;
  }
  .prodet-page .prodet-2 .options ul li a {
    padding-right: 20px;
  }
  .prodet-page .prodet-2 .options ul li {
    padding-right: 19px;
  }
  .prodet-page .prodet-2 .options ul li a {
    font-size: 18px;
  }
  .care-page .care-2 .list ul li {
    margin-bottom: 33px;
  }
  .warr-page .warr-3 ul {
    margin: -15px;
  }
  .warr-page .warr-3 ul li {
    padding: 15px;
  }
  .warr-page .warr-3 .product .text ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .warr-page .warr-3 .product .text ul li {
    width: 50%;
  }
  .warr-page .warr-3 .product .text ul li:nth-child(odd) {
    padding-left: 0;
  }
  .sus-page .sus-1 .right {
    zoom: .7;
  }
  .sus-page .sus-1 .content {
    margin-top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .sus-page .sus-3 ul li .ig i {
    width: 110px;
    height: 110px;
    line-height: 110px;
  }
  .sus-page .sus-3 ul li .ig {
    padding: 100px 18px 40px 24px;
  }
  .sus-page .sus-4 ul li .text {
    padding: 0 25px;
  }
  .sus-page .sus-4 ul li:first-child .text {
    padding-left: 47px;
    padding-right: 47px;
  }
  .insp-page {
    padding: 69px 0 178px;
  }
  .design-page .design-2 .left .con {
    margin-top: 12px;
  }
   .contact-page1 .contact-1 .list ul li .box span.h6,
  .contact-page1 .contact-1 .list ul li .box p {
    font-size: 14px;
  }
  .contact-page1 .contact-1 .list ul li .box i img {
    max-height: 60px;
  }
  .contact-page1 .contact-1 .list ul li {
    padding: 10px;
  }
  .contact-page1 .contact-1 .list ul {
    margin: -10px;
  }
   .care-cleaning-page .care-cleaning-1 .bottom .img {
    width: 45%;
  }
}
@media screen and (max-width: 1000px) {
   
  .about-page .about-1 .right {
    padding-left: 30px;
  }
  .about-page .about-2 {
    margin-top: -30px;
  }
  .about-page .about-2 ul {
    margin: -30px 0;
  }
  .about-page .about-2 ul li {
    width: 50%;
    margin: 30px 0;
  }
  .about-page .about-2 ul li:nth-child(even) {
    border-right: 0;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-3 .right {
    margin-right: 0;
    margin-top: 30px;
  }
  .about-page .about-4 ul li {
    width: 50%;
  }
  .about-page .about-5 .content .icon {
    zoom: .7;
    top: 12.8%;
  }
   .about-page .about-14 .content .right {
    display: none;
  }
  .about-page .about-14 .content .left,
  .about-page .about-14 .content .historyBox {
    width: 100%;
  }
 
  .tech-page .tech-4 .right {
    margin-top: 30px;
  }
  .tech-page .tech-4 .right ul {
    padding-left: 0;
  }
  .product-yd-page .content ul li .text .con {
    max-height: 100px;
    overflow-y: auto;
  }
  .product-page .sidebox .side-left {
    display: none;
  }
  .product-page .sidebox .side-right {
    width: 100%;
  }
  .prodet-page .prodet-2 .options {
    zoom: .7;
  }
  .prodet-page .prodet-2 .ret {
    font-size: 14px;
  }
  .flex-4 > * {
    width: 33.3333%;
  }
  .ins-page .ins-2 .video .bottom ul {
    margin: -15px;
  }
  .ins-page .ins-2 .video .bottom ul li {
    padding: 15px;
  }
  .wid-60,
  .wid-48,
  .wid-45 {
    width: 100%;
  }
  .wid-40 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .wid-45 {
    margin-top: 20px;
  }
  .ins-page .ins-3 ul li p {
    line-height: 2;
  }
  .warr-page .warr-3 ul li {
    width: 50%;
  }
  .warr-page .warr-3 ul li.wid-100 {
    width: 100%;
  }
  .pl-111 {
    padding-left: 30px;
  }
  .pr-111 {
    padding-right: 30px;
  }
  .news-page .m-page {
    margin-top: 30px;
  }
  .sus-page .sus-1 .content {
    margin-top: 30px;
  }
  .sus-page .sus-1 .left {
    margin-top: 0;
    width: 100%;
  }
  .sus-page .sus-1 .right {
    zoom: .8;
    width: 100%;
  }
  .sus-page .sus-3 .header .left {
    width: 100%;
  }
  .sus-page .sus-3 .content ul {
    margin-right: 0;
  }
  .sus-page .sus-3 .content ul li {
    padding-right: 0;
    width: 50%;
  }
  .sus-page .sus-3 .content ul li i {
    left: 37px;
  }
  .sus-page .sus-4 ul li .text {
    margin-top: -35px;
    padding: 0 12px;
  }
  .sus-page .sus-4 ul li:first-child .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sus-page .sus-4 ul li:nth-child(even) .text {
    margin: 0 0 -35px 0;
  }
  .contact-page .info ul li p em {
    display: block;
  }
  .contact-page .box {
    margin: 41px auto 0;
  }
  .contact-page .contact-2 {
    margin-top: -80px;
  }
  .contact-page .contact-2 iframe {
    height: 500px;
  }
  .insp-page .content ul {
    margin: -15px -13px;
  }
  .insp-page .content ul li {
    padding: 15px 13px;
  }
  .design-page .design-2 .left {
    width: 100%;
  }
  .design-page .design-2 .left .img {
    margin-left: 0;
  }
  .design-page .design-2 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .design-page .design-2::after {
    display: none;
  }
  .design-page .warr-3 .installer ul {
    width: 100%;
    padding-top: 30px;
    margin-left: 0;
  }
  .design-page .warr-3 .installer ul li:first-child {
    padding-left: 0;
  }
   .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;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .ny-title {
    font-size: 36px;
  }
    .contact-page1 .contact-1 .list ul li {
    width: 100%;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .left .img {
    display: none;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-5 .content .icon {
    zoom: .5;
  }
   .about-page .about-14{
        padding: 30px 0;
    }
    .about-page .about-14 .top h2{
        margin-bottom: 0;
    }
    .about-page .about-14 .content{
        margin-top: 30px;
    }
    .about-page .about-14 .content .historyBox .swiper-slide h4{
        margin-top: 0;
    }
    .about-page .about1-4 .content .historyBox .swiper-button-prev, .about-page .about-14 .content .historyBox .swiper-button-next{
        margin-top: 0;
    }
    .about-page .about-14 .partnerBox{
        margin-top: 30px;
    }
  .why-page .why-4 ul li {
    padding-left: 18px;
  }
  .why-page .why-4 ul li .text {
    padding-right: 60px;
    max-width: 380px;
  }
  .why-page .why-4 ul li .icon {
    right: 20px;
  }
  .why-page .why-4 ul li.active .icon {
    right: 20px;
  }
   .factory-page .textList {
      margin: 25px 0;
    }
  
  .why-page .why-6 ul li:last-child {
    padding-right: 20px;
  }
  .flex-3 > * {
    width: 50%;
  }
  .product-yd-page .content ul li .img {
    width: 100%;
    margin-top: 30px;
  }
  .product-yd-page .content ul li .text {
    width: 100%;
    padding-right: 0;
  }
  .product-yd-page .content ul li:nth-child(even) .text {
    padding: 0;
  }
  .product-yd-page .content ul li::after {
    display: none;
  }
  .prodet-page .prodet-2 .options {
    display: none;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
    margin-bottom: 12px;
  }
  .prodet-page .prodet-2 .ret .slide .tit {
    display: block;
  }
  .prodet-page .prodet-2 .ret .slide:last-child {
    margin-bottom: 0;
  }
  .prodet-page .prodet-3 {
    padding-top: 4%;
  }
  .flex-4 > * {
    width: 50%;
  }
  .warr-page .warr-3 ul li {
    width: 100%;
  }
  .warr-page .warr-3 .installer ul {
    margin: -7px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .warr-page .warr-3 .installer ul li {
    padding: 7px;
    width: 100%;
  }
  .warr-page .warr-3 .product .text ul li {
    width: 100%;
  }
  .warr-page .warr-3 .product .text ul li:nth-child(even) {
    padding-left: 0;
  }
  .pl-111 {
    padding-left: 15px;
  }
  .pr-111 {
    padding-right: 15px;
  }
  
  .sus-page .sus-1 .right {
    display: none;
  }
  .sus-page .sus-3 .content ul li {
    width: 100%;
  }
  .sus-page .sus-4 ul li .text {
    height: 200px;
  }
  .contact-page .info ul li {
    width: 50%;
  }
  .contact-page .info ul li:last-child {
    width: 100%;
  }
  
  .contact-page .box form ul li {
    width: 100%;
  }
  .contact-page .box form ul li button {
    margin-top: 20px;
  }
  .contact-page .contact-2 iframe {
    height: 460px;
  }
   .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 screen and (max-width: 500px) {
   
  .inner-page .ny-title {
    font-size: 30px;
    margin-top: 9px;
  }
  .mt-90 {
    margin-top: 30px;
  }
  .mt-70 {
    margin-top: 20px;
  }
  .mt-89 {
    margin-top: 30px;
  }
  .about-page .about-2 ul li .text span {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-2 ul li .text .num {
    font-size: 30px;
  }
  .about-page .about-4 ul li {
    width: 100%;
  }
  .about-page .about-5 {
    display: none;
  }
  .why-page .why-2 ul li {
    width: 100%;
    padding: 0 !important;
    border-right: 0;
  }
  .why-page .why-4 ul li .text {
    max-width: 100%;
    padding-right: 15px;
    color: #fff;
  }
  .why-page .why-4 ul li .text .con {
    display: block;
  }
  .why-page .why-4 ul li .icon {
    display: none;
  }
  .why-page .why-4 ul li .bg {
    opacity: 1;
  }
  .why-page .why-4 ul li .bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .why-page .why-6 ul li {
    width: 100%;
    padding: 0 !important;
  }
  .why-page .why-6 ul li::after {
    display: none;
  }
  .tech-page .tech-2 ul {
    margin: -10px 0;
  }
  .tech-page .tech-2 ul li {
    width: 100%;
    margin: 10px 0;
    border-right: 0;
  }
  .flex-3 > * {
    width: 100%;
  }
  .honor-page .list ul li {
    padding: 16px 0;
  }
  .news-page .top .left{
    width: 100%;
  }
  .news-page .top .right{
    width: 100%;
    margin-top: 20px;
  }
  .m-page {
    margin-top: 20px;
    padding: 13px 0;
    font-size: 16px;
  }
  .m-page a,
  .m-page span {
    margin-right: 20px;
  }
  .font-36 {
    font-size: 24px;
    line-height: 1.5;
  }
  .prodet-page .prodet-1 .right .btn a {
    font-size: 14px;
    width: 152px;
    padding: 9px 0;
  }
  .flex-4 > * {
    width: 100%;
  }
  .ins-page .ins-2 .content ul {
    margin: -15px -13px;
  }
  .ins-page .ins-2 .content ul li {
    padding: 15px 13px;
    width: 100%;
  }
  .ins-page .ins-2 .content ul li p {
    line-height: 2;
  }
  .ins-page .ins-2 .video .play {
    zoom: .6;
  }
  .ins-page .ins-2 .video .bottom {
    display: none;
  }
  .ml-53 {
    margin-left: 12px;
  }
  .care-page .care-2 .list ul li {
    margin-bottom: 16px;
  }
  .care-page .care-2 .list ul li span {
    line-height: 2;
  }
  .pl-73 {
    padding-left: 15px;
  }
  .pr-73 {
    padding-right: 15px;
  }
  .care-page .care-3 p {
    line-height: 2;
  }
  .warr-page .warr-1 .box {
    padding: 3.542% 15px 9.8%;
    background: #fff;
    -webkit-box-shadow: 7px 6px 27px 0px rgba(24, 28, 33, 0.1);
    box-shadow: 7px 6px 27px 0px rgba(24, 28, 33, 0.1);
    line-height: 2;
  }
  .warr-page .warr-2 .con {
    line-height: 2;
  }
  .warr-page .warr-3 .check ul li {
    font-size: 14px;
  }
  .faq-page .content ul li {
    margin-bottom: 20px;
  }
  .faq-page .content .item {
    padding-bottom: 30px;
  }
  .faq-page .content ul li .text {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    margin-top: 20px;
    padding: 12px 15px 15px;
    margin-left: 0;
  }
  .sus-page .sus-4 ul li:first-child .text {
    height: auto;
    padding: 20px 15px !important;
  }
  .sus-page .sus-4 ul li:nth-child(even) {
    -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;
  }
  .sus-page .sus-4 ul li:nth-child(even) .text::after {
    top: -23px;
    bottom: initial;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .sus-page .sus-5 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-5 .content ul li {
    width: 100%;
  }
  .contact-page .info ul li {
    width: 100%;
  }
  .pl-86 {
    padding-left: 15px;
  }
  .pr-86 {
    padding-right: 15px;
  }
  .contact-page .contact-2 iframe {
    height: 400px;
  }
  .insp-page {
    padding: 30px 0 60px;
  }
  .insp-page .header .con {
    line-height: 2;
  }
  .insp-page .content {
    margin: 30px auto 0;
  }
  .insp-page .content .down {
    display: none;
  }
  .insp-page .content ul li:nth-child(even) .img-box {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  .design-page .design-2 .left .con {
    padding-right: 0;
  }
  .design-page .design-5 .add .left {
    width: 100%;
  }
  .design-page .design-5 .add .right {
    width: 100%;
    margin-top: 20px;
  }
   .care-cleaning-page .care-cleaning-2 .ui.container .img {
    bottom: -35px;
  }
  .care-cleaning-page .care-cleaning-3 {
    padding: 95px 0 0;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -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;
}
.inner-page .font-15{
  line-height: 2;
}
/*2025-10-10*/
.i-mana{
  background: url(/airuitesi/2025/10/20/11.jpg) no-repeat center;
  background-size: cover;
  padding: 6.1% 0 12.1%;
}
.i-mana .i-tag{
  color: #599d33;
}
.i-mana .i-title{
  font-weight: bold;
}
.i-mana .content{
  max-width: 720px;
  margin: 0 auto;
}
.i-mana .content ul{
  margin: -10px -6px;
}
.i-mana .content ul li{
  padding: 10px 6px;
}
.i-mana .content ul li i{
  width: 139px;
	height: 139px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.3);
  zoom: .8;
}
.i-mana .content ul li p{
  margin-top: 19px;
  line-height: 1.2;
}
.prodet-add1{
  /*background: url(../images/prodet-bg.png) no-repeat center;*/
  background-size: cover;
  padding: 6.40625% 0 7.92%;
}
.prodet-add1 .content ul{
  margin: 0 -100px -73px 0;
}
.prodet-add1 .content ul li{
  width: 200px;
  margin: 0 100px 73px 0;
}
.prodet-add1 .content ul li p{
  line-height: 1.3;
  color: #333;
}
.prodet-add2{
  background-color: #f7f7f7;
  padding: 4.5% 0;
}
.prodet-add2 .ny-title{
  margin-top: 0;
}
.prodet-add2 .title{
  color: #333333;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
.prodet-add2 .item{
  margin-bottom: 50px;
}
.prodet-add2 .list ul{
  margin: -11.5px -26px;
}
.prodet-add2 .list ul li{
  padding: 11.5px 26px;
}
.prodet-add2 .list ul li img{
  width: 100%;
}
.prodet-add2 .list ul li p{
  line-height: 1.2;
  color: #333;
  margin-top: 13px;
}
.prodet-add2 .item:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 1680px) {
  .prodet-add1 .content ul {
    margin: 0 -90px -73px 0;
  }
  .prodet-add1 .content ul li{
    margin: 0 90px 73px 0;
  }
}
@media screen and (max-width: 1600px) {
  .contact-page .box{
    max-width: 1200px;
  }
  .contact-page .contact-2{
    margin-top: 30px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet-add1 .content ul {
    margin: 0 -42px -73px 0;
  }
  .prodet-add1 .content ul li{
    margin: 0 42px 73px 0;
  }
  .seoPublic .Auxil-news .list ul li .content p{
    line-height: 2;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-add1 .content ul {
    margin: 0 0 -73px 0;
  }
  .prodet-add1 .content ul li{
    margin: 0 0 73px 0;
    width: 180px;
  }
  .body-overflow-box{
    overflow: hidden;
    margin-bottom: 50px;
  }
   .i-mana{
    background-size: contain;
  }
  .i-mana .content{
    padding: 0 70px;
  }
  .why-page .why-6 ul li{
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .why-page .why-5 .header{
    padding-left: 15px;
    padding-right: 15px;
  }
  .sus-page .sus-4 ul li .text{
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 700px) {
  .i-mana .content{
    padding: 0 30px;
    zoom: .8;
  }
  .i-mana .content ul{
    margin: -10px;
  }
  .i-mana .content ul li{
    padding: 10px;
    width: 50%;
  }
  .i-mana .content ul li p{
    line-height: 2;
  }
  .i-mana .content ul li i{
    zoom: .6;
  }
  #index-body .i-advantage ul li{
    width: 50%;
    padding-bottom: 60px;
  }
  #index-body .i-category .swiper-button-prev{
    left: 5px;
  }
  #index-body .i-category .swiper-button-next{
    right: 5px;
  }
  .sus-page .sus-3 ul li .ig .text .con{
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {
  .prodet-add1 .content ul li{
    width: 150px;
  }
  .container{
    padding: 0 25px!important;
  }
  .tech-page .tech-4 ul li{
    padding-left: 60px;
  }
  .faq-page .content .item .list{
    padding: 0;
  }
  .news-page .top .left .link{
    font-size: 14px;
    padding: 6px 20px;
  }
}
.textColor{color:#000;}
.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;
}
.seoPublic .Auxil-about .box .right .text{
  max-height: unset;
}
#pups_from{
  z-index: 220001 !important;
}
@media screen and (max-width:1450px){
  .slickBtn .prev{
    left: -40px !important;
  }
  .slickBtn .next{
    right: -40px !important;
  }
}
@media screen and (max-width:760px){
  #pups_from.hwaq-popup--compact{
    width: 100% !important;
  }
  .slickBtn{
    display: none !important;
  }
}