@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/ZapfHumanist601BT-Roman.eot');
  src: url('../fonts/ZapfHumanist601BT-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/ZapfHumanist601BT-Roman.woff2') format('woff2'), url('../fonts/ZapfHumanist601BT-Roman.woff') format('woff'), url('../fonts/ZapfHumanist601BT-Roman.ttf') format('truetype');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/ZapfHumanist601BT-Bold.eot');
  src: url('../fonts/ZapfHumanist601BT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ZapfHumanist601BT-Bold.woff2') format('woff2'), url('../fonts/ZapfHumanist601BT-Bold.woff') format('woff'), url('../fonts/ZapfHumanist601BT-Bold.ttf') format('truetype');
  font-weight: 200;
}
body {
  font-family: 'Arial';
  --color: #097236;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1450px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more span {
  display: inline-block;
  padding: 15px 30px;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more span::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 50%;
  width: 0;
  height: 100%;
  border-radius: 25px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  margin: 0 17px 0 12px;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 3;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 78px;
  height: 100%;
  background: var(--color);
  border-radius: 0 25px 25px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  color: #fff;
}
.more:hover span {
  /*background: var(--color);*/
  border-color: var(--color);
}
.more:hover span::after{
  right: -3%;
  width: 103%;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .ui.container {
  width: 1700px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 24px;
  font-weight: 100;
  color: #fff;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: 9px;
}
#header .nav .ui.menu .menu-box ul.menu > li.active,
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #3f932e;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 160%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #000;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search form {
  width: 143px;
}
#header .nav .ui.menu .h-search form input[type="search"] {
  width: 100%;
  height: 24px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 100;
  color: #fff;
  padding: 0 22px 0 8px;
}
#header .nav .ui.menu .h-search form input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-search form input[type="search"]:-moz-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-search form input[type="search"]::-moz-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-search form input[type="search"]:-ms-input-placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-search form input[type="search"]::placeholder {
  color: #fff;
}
#header .nav .ui.menu .h-search form input[type="search"]:focus {
  border-color: var(--color);
}
#header .nav .ui.menu .h-search form input[type="submit"] {
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 8px;
  right: 3px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
}
#header .nav .ui.menu .yuy {
  position: relative;
}
#header .nav .ui.menu .yuy span {
  color: #fff;
  font-weight: 100;
}
#header .nav .ui.menu .h-inquiry .more {
  padding: 17px 37px 16px;
}
#header .nav .ui.menu .h-inquiry .more::after {
  background: #fff;
}
#header .nav .ui.menu .h-inquiry .more:hover {
  color: #000;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active::after {
  width: 100%;
  left: 0;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  text-align: left;
  color: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
#banner ul li .text .box {
  max-width: 1171px;
  margin: 0 auto;
}
#banner ul li .text .title {
  line-height: 1.2;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  font-weight: 100;
}
#banner ul li .text .title em {
  display: block;
}
#banner ul li .text .con {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  line-height: 1.5;
}
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#banner ul li .text .btn .link {
  font-weight: 100;
  display: inline-block;
  padding: 27px 105px 26px;
  line-height: 1;
  border-radius: 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul li .text .btn .link::after {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/btn.png) no-repeat center;
}
#banner ul li .text .btn .link::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li .text .btn .link:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#banner ul li .text .right {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#banner ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#banner ul li .img {
  bottom: 0;
  left: 0;
  width: 100%;
}
#banner ul li .img .ui.container {
  width: 1550px;
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn,
#banner ul .swiper-slide-active .text .right {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  transition-delay: 1800ms;
}
#banner ul .swiper-slide-active .text .right {
  -webkit-transition-delay: 2400ms;
  -moz-transition-delay: 2400ms;
  transition-delay: 2400ms;
}
#banner .swiper-button-next,
#banner .swiper-button-prev{
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.i-tag {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 500;
  color: var(--color);
  line-height: 2;
  display: block;
  text-transform: uppercase;
}
.i-title {
  font-size: 42px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 700;
}
.i-title,
.title {
  font-weight: 400;
  font-family: 'Roboto';
  
  
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#index-body .i-advantage {
  background-color: #f5f5f5;
  padding: 6.6146% 0 5.886%;
}
#index-body .i-advantage .ui.container {
  width: 1360px;
}
#index-body .i-advantage ul {
  counter-reset: item;
}
#index-body .i-advantage ul li {
  z-index: 1;
}
#index-body .i-advantage ul li::after {
  content: '0' counter(item);
  counter-increment: item;
  position: absolute;
  z-index: -1;
  left: 12px;
  top: -57px;
  font-size: 164px;
  line-height: 1;
  font-weight: 200;
  color: var(--color);
  font-style: italic;
  opacity: 0.05;
}
#index-body .i-advantage ul li span {
  font-weight: 500;
  max-width: 172px;
}
#index-body .i-category {
  overflow: hidden;
  padding: 120px 0;
}
#index-body .i-category .more {
  background: transparent;
}
#index-body .i-category .swiper {
  overflow: hidden;
}
#index-body .i-category .swiper-slide {
  /*border-right: 1px solid rgba(102, 102, 102, 0.1);*/
  /*height: 600px;*/
  /*background: #fff;*/
}
#index-body .i-category .swiper-slide .img {
  /*bottom: 0;
  width: 100%;
  height: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .i-category .swiper-button-next, 
#index-body .i-category .swiper-button-prev{
  filter: brightness(0);
  zoom: .8;
  z-index: 1;
}
#index-body .i-category .swiper-button-prev{
  left: -30px;
}
#index-body .i-category .swiper-button-next{
  right: -30px;
}
/*#index-body .i-category .swiper-slide.active .img{
  height: 100%;
}*/
/*#index-body .i-category .swiper-slide .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8) 100%);
}*/
#index-body .i-category .swiper-slide .tit {
  /*bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 52px 24px;*/
  font-weight: 500;
  z-index: 1;
  font-family: 'Roboto';
  font-weight: 500;
}
#index-body .i-category .swiper-slide:last-child {
  border-right: 0;
}
#index-body .i-category .top {
  z-index: 2;
  /*width: 100%;*/
  right: 12%;
  top: 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .top .box {
  max-width: 712px;
  margin: 0 0 0 auto;
}
#index-body .i-category .top .box .tag{
  font-size: 14px;
}
#index-body .i-category .top.active {
  opacity: 1;
  color: #fff;
  z-index: 3;
}
#index-body .i-category .top.active .more {
  color: #333;
}
#index-body .i-category .top.active .more:hover {
  color: #fff;
}
#index-body .i-category .ig {
  top: 0;
  height: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .i-category .ig .close{
  right: 4%;
  top: 13%;
  font-size: 30px;
  z-index: 6;
  cursor: pointer;
  display: none;
  width: 2.4em;
  height: 2.4em;
  color: var(--color);
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 2.4em;
}
#index-body .i-category .ig.active .close{
  display: block;
}
#index-body .i-category .ig .box {
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
#index-body .i-category .ig .box .imgList {
  color: #fff;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .ig .box .imgList ul {
  margin: -19px;
}
#index-body .i-category .ig .box .imgList ul li {
  padding: 19px;
}
#index-body .i-category .ig .box .imgList ul li .img-box {
  background: #fff;
  border-radius: 50%;
  overflow: unset;
}
#index-body .i-category .ig .box .imgList ul li .img-box > img{
  border-radius: 50%;
}
#index-body .i-category .ig .box .imgList ul li .img-box .icon {
  right: 0;
  bottom: 0;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background: var(--color);
  line-height: 67px;
  text-align: center;
}
#index-body .i-category .ig .box .imgList ul li .img-box .icon img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
#index-body .i-category .ig .box .imgList ul li .tit {
  display: block;
  margin-top: 5px;
}
#index-body .i-category .ig .box .text {
  color: #fff;
}
#index-body .i-category .ig .box .text .tit {
  font-weight: 500;
  line-height: 1.5;
  width: 40%;
}
#index-body .i-category .ig .box .text .right {
  line-height: 1.7;
  max-width: 423px;
}
#index-body .i-category .ig.ig1 {
  left: 0;
  width: 0;
}
#index-body .i-category .ig.ig1.active {
  width: 100%;
}
#index-body .i-category .ig.ig1.active1 {
  width: 0;
}
#index-body .i-category .ig.ig2,
#index-body .i-category .ig.ig3,
#index-body .i-category .ig.ig4,
#index-body .i-category .ig.ig5 {
  left: 50%;
  width: 0;
}
#index-body .i-category .ig.ig2.active,
#index-body .i-category .ig.ig3.active,
#index-body .i-category .ig.ig4.active,
#index-body .i-category .ig.ig5.active {
  left: 0;
  width: 100%;
}
#index-body .i-category .ig.ig2.active1,
#index-body .i-category .ig.ig3.active1,
#index-body .i-category .ig.ig4.active1,
#index-body .i-category .ig.ig5.active1 {
  left: 50%;
  width: 0;
}
#index-body .i-category .ig.ig6 {
  right: 0;
  width: 0;
}
#index-body .i-category .ig.ig6.active {
  width: 100%;
}
#index-body .i-category .ig.ig6.active1 {
  width: 0;
}
#index-body .i-category .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#index-body .i-category .ig.active {
  z-index: 2;
}
#index-body .i-category .ig.active .box {
  opacity: 1;
}
#index-body .i-category .ig.active .box .imgList {
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
#index-body .i-category .ig.active1 .box {
  opacity: 0;
}
#index-body .i-project {
  padding: 1.5% 0 8.021%;
}
#index-body .i-project .header {
  max-width: 921px;
}
#index-body .i-project .i-title {
  margin-top: 2px;
}
#index-body .i-project .con {
  line-height: 1.8;
}
#index-body .i-project .content {
  width: 100vw;
}
#index-body .i-project .content .slick-list {
  padding-right: 600px !important;
}
#index-body .i-project .content .ig {
  background-color: #f5f5f5;
  border-radius: 26px;
  padding: 36px 41px 65px 62px;
}
#index-body .i-project .content .ig i {
  line-height: 41px;
}
#index-body .i-project .content .ig i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-project .content .ig .title {
  margin-top: 29px;
  font-family: 'Roboto';
}
#index-body .i-project .content .ig .desc {
  margin-top: 43px;
  line-height: 1.5;
  min-height: 48px;
}
#index-body .i-sus .right {
  background: var(--color);
  color: #fff;
}
#index-body .i-sus .right .ig {
  max-width: 641px;
}
#index-body .i-sus .right .i-tag {
  color: #fff;
}
#index-body .i-sus .right .i-title {
  width: 90%;
}
#index-body .i-sus .right .con {
  line-height: 1.7;
}
#index-body .i-sus .right .list ul li i {
  width: 91px;
}
#index-body .i-sus .right .list ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  color: #f5f5f5;
}
#index-body .i-about {
  background: url(../images/abg.jpg) no-repeat center bottom #fff;
  padding: 7.761% 0 34.21875%;
  background-size: 100% auto;
}
#index-body .i-about .left {
  width: 60%;
}
#index-body .i-about .con h1 {
  display: inline;
}
#index-body .i-about .more::before {
  border-color: transparent;
}
#index-body .i-case {
  padding: 7.5% 0 54px;
  z-index: 1;
}
#index-body .i-case em {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #666666;
  opacity: 0.1;
  z-index: -1;
}
#index-body .i-case em.line1 {
  left: 12.8%;
}
#index-body .i-case em.line2 {
  left: 38.3%;
}
#index-body .i-case em.line3 {
  left: 63.7%;
}
#index-body .i-case .left {
  width: 50%;
}
#index-body .i-case .left .i-title {
  font-size: 40px;
  color: #332f2c;
  margin-top: 17px;
}
#index-body .i-case .content span {
  font-weight: 600;
  line-height: 2;
}
#index-body .i-case .content p {
  font-weight: 600;
  line-height: 1.7;
}
#index-body .i-news {
  padding: 7.4% 0 8.125%;
}
#index-body .i-news .header .right {
  width: 46%;
  line-height: 2;
}
#index-body .i-news .ig .img {
  width: 52.5%;
}
#index-body .i-news .ig .text {
  background: #fff;
  width: 63%;
  margin-left: -15.5%;
}
#index-body .i-news .ig .text time {
  font-weight: 600;
  line-height: 1.8;
}
#index-body .i-news .ig .text .title {
  line-height: 1.5;
}
#index-body .i-news .ig .text em {
  height: 1px;
  background-color: #808080;
  opacity: 0.2;
}
#index-body .i-news .ig .text .more {
  font-size: 17px;
}
#index-body .i-news .ig .text .more span {
  padding: 15px 40px;
}
#index-body .i-news .ig .text .more::before {
  width: 83%;
}
#footer {
  background: url(../images/fbg.jpg) no-repeat center;
  background-size: 100% 100%;
}
#footer .f-info {
  background: #fff;
}
#footer .f-info .share {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-info .share a {
  display: inline-block;
  width: 27px;
  height: 27px;
  border: 1px solid #333;
  line-height: 27px;
}
#footer .f-info .share a:hover {
  border-color: var(--color);
  background: var(--color);
  color: #fff;
}
#footer .f-info .share a:last-child {
  margin-right: 0;
}
#footer .f-info .f-ab {
  max-width: 350px;
}
#footer .f-info .mail {
  font-weight: 500;
  text-decoration: underline;
  color: #000;
}
#footer .f-info ul li {
  color: #666;
  font-weight: 500;
}
#footer .f-info .f-add {
  max-width: 326px;
}
#footer .f-content {
  color: #fff;
}
#footer .f-content ul li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-right: 29px;
}
#footer .f-content ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: var(--color);
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content ul li:last-child {
  margin-right: 0;
}
#footer .f-content .f-form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content .f-form ul {
  margin: -6px;
}
#footer .f-content .f-form ul li {
  width: 36.248%;
  margin-right: 0;
  padding: 6px;
}
#footer .f-content .f-form ul li input {
  width: 100%;
  height: 41px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  color: #fff;
  padding: 0 14px;
}
#footer .f-content .f-form ul li input::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-content .f-form ul li input:-moz-placeholder {
  color: #fff;
}
#footer .f-content .f-form ul li input::-moz-placeholder {
  color: #fff;
}
#footer .f-content .f-form ul li input:-ms-input-placeholder {
  color: #fff;
}
#footer .f-content .f-form ul li input::placeholder {
  color: #fff;
}
#footer .f-content .f-form ul li:nth-child(2) {
  width: 41.45%;
}
#footer .f-content .f-form ul li:last-child {
  width: 22.302%;
}
#footer .f-content .f-form ul li:last-child button {
  width: 100%;
  height: 41px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  position: relative;
  z-index: 1;
}
#footer .f-content .f-form ul li:last-child button::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-form ul li:last-child button:hover {
  color: #fff;
}
#footer .f-content .f-form ul li:last-child button:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#footer .f-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  line-height: 1.8;
  font-size: 16px;
  padding: 10px 0 20px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  fill: #fff;
  text-transform: capitalize;
}
#footer .f-copy svg text {
  fill: #fff;
}
@media screen and (max-width: 1680px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    font-size: 17px;
    margin-right: 22px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
    margin-right: 20px;
  }
  #header .nav .ui.menu .logo {
    width: 12%;
  }
  #header .nav .ui.menu .yuy {
    margin-left: 20px;
  }
  #index-body .i-category .swiper-slide {
    height: 600px;
  }
  #index-body .i-category .swiper-slide .tit {
    word-break: break-word;
  }
  #index-body .i-project .content .slick-list {
    padding-right: 300px !important;
  }
  #index-body .i-project .content .ig {
    padding: 36px 30px 65px 30px;
  }
  #footer .f-content .f-form {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1250px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin-right: 20px;
  }
  #header .nav .ui.menu .h-search form {
    width: 103px;
  }
  #header .nav .ui.menu .yuy {
    margin-left: 10px;
  }
  #banner {
    margin-top: 0;
  }
  #index-body .i-advantage ul li::after {
    top: -39px;
    font-size: 130px;
  }
  #index-body .i-category .swiper-slide {
    height: 530px;
  }
  #index-body .i-project .content .slick-list {
    padding-right: 100px !important;
  }
  .i-title {
    font-size: 40px;
  }
  .mb-68 {
    margin-bottom: 30px;
  }
  #footer .f-content .f-form {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    margin: 20px 0 0 0;
  }
  #footer .f-info .f-ab {
    max-width: 314px;
  }
  #footer .f-info .f-add {
    max-width: 230px;
  }
}
@media screen and (max-width: 1000px) {
  #banner {
    margin-top: 60px;
  }
  #index-body .i-advantage ul{
    margin-bottom: -30px;
  }
  #index-body .i-advantage ul li{
    padding-bottom: 30px;
  }
  #index-body .i-advantage ul li::after {
    top: -25px;
    font-size: 100px;
  }
  #index-body .i-category .swiper-slide {
    height: 600px;
  }
  #index-body .i-category .ig .box .imgList ul {
    zoom: .7;
  }
  #index-body .i-sus .left {
    display: none;
  }
  #index-body .i-sus .right .ig {
    max-width: 100%;
    padding: 30px 15px;
  }
  #index-body .i-about .right {
    margin-top: 30px;
  }
  #index-body .i-case .header {
    display: block;
  }
  #index-body .i-case .header .more {
    margin-top: 20px;
  }
  #index-body .i-case .left {
    width: 100%;
  }
  #index-body .i-news .content {
    padding-left: 0;
  }
  #footer .f-content .f-nav {
    display: none;
  }
  #footer .f-copy .ui.container {
    display: block;
  }
  #footer .f-copy .ui.container p {
    display: inline;
  }
  #index-body .i-category .top{
    right: initial;
    left: 0;
    width: 89%;
  }
  .Auxil-industry{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner ul .swiper-slide-active .text .con {
    display: none;
  }
  #banner ul li .text .btn .link {
    padding: 13px 50px;
  }
  #index-body .i-advantage {
    display: none;
  }
  .i-title {
    font-size: 33px;
  }
  .more {
    font-size: 16px;
  }
  .more span {
    padding: 10px 20px;
  }
  .pb-80 {
    padding-bottom: 20px;
  }
  #index-body .i-category .ig .box .text .tit {
    width: 100%;
  }
  #index-body .i-category .ig .box .text .right {
    display: none;
  }
  #index-body .i-category .ig .box .imgList ul li {
    width: 25%;
  }
  #index-body .i-about .right {
    display: none;
  }
  #index-body .i-case {
    padding-bottom: 0;
  }
  #footer .f-info .f-ab {
    max-width: 100%;
  }
  #footer .f-info .f-contact {
    max-width: 100%;
    margin-top: 20px;
  }
  #footer .f-info .f-add {
    margin-top: 20px;
    max-width: 100%;
  }
  #footer .f-content .f-form {
    margin-top: 0;
  }
  #footer .f-copy {
    margin-top: 20px;
  }
  #index-body .i-category .top{
    width: 80%;
    zoom: .7;
  }
}
@media screen and (max-width: 500px) {
  .more {
    font-size: 14px;
  }
  #banner ul li .text .title em {
    display: inline-block;
  }
  #banner ul li .text .btn {
    margin-top: 20px;
  }
  #banner ul li .text .btn .link {
    padding: 10px 20px;
  }
  #index-body .i-category .swiper-slide {
    height: 500px;
  }
  .pt-83 {
    padding-top: 20px;
  }
  .i-title {
    font-size: 26px;
  }
  #index-body .i-category .top .box .con {
    display: none;
  }
  #index-body .i-category .ig .box .imgList ul li {
    width: 33.3333%;
  }
  #index-body .i-sus {
    display: none;
  }
  #index-body .i-about .left .con {
    line-height: 2;
    padding-right: 0;
  }
  #index-body .i-case .left .i-title {
    font-size: 26px;
  }
  #index-body .i-news .ig .text .more {
    font-size: 14px;
  }
  #index-body .i-news .ig .text .more span {
    padding: 10px 20px;
  }
  #footer {
    padding-top: 30px;
  }
  #footer .f-info {
    padding: 20px 15px;
  }
  #footer .f-info .share {
    margin-left: 12px;
  }
  #footer .f-info .share a {
    margin-right: 2px;
  }
  #footer .f-content .f-form ul li {
    width: 100%;
  }
  #footer .f-content .f-form ul li:nth-child(2) {
    width: 100%;
  }
  #footer .f-content .f-form ul li:last-child {
    width: 36%;
  }
  #footer .f-copy {
    font-size: 14px;
  }
  .fixed-toolbar {
    zoom: .8;
    bottom: 10%;
  }
  #index-body .i-category .ig .close{
    top: 20%;
  }
  #index-body .i-category .ig .box .imgList ul{
    zoom: .6;
  }
}
.inner-banner {
  height: 42.34375vw;
  background-size: 100% 100%;
  color: #fff;
  position: relative;
  z-index: 1;
}
.inner-banner::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}
.inner-banner .box {
  bottom: 0;
  left: 0;
  width: 100%;
}
.inner-banner .box .title {
  line-height: 1.2;
}
.inner-banner .box .mbx {
  line-height: 1.7;
}
.inner-banner .box .mbx::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  background: url(../images/mbx-icon.png) no-repeat center;
}
.inner-page .i-tag {
  letter-spacing: 0;
}
.inner-page .ny-title {
  font-size: 40px;
  font-weight: 100;
  line-height: 1.3;
  margin-top: 18px;
  font-family: 'Roboto';
  font-weight: 700;
}
.inner-page .font-16 {
  line-height: 2;
}
.m-page {
  background-color: #f4f4f4;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 26px 0 25px;
  margin-top: 41px;
}
.m-page a,
.m-page span {
  margin-right: 44px;
}
.m-page a:hover {
  color: var(--color);
}
.m-page span {
  color: var(--color);
}
.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: -117px;
}
.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;
}
.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 .sidebox .side-left {
  width: 27.5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.product-page .sidebox .side-left .title {
  font-weight: 700;
    font-family: 'Roboto';
    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:hover,
.product-page .sidebox .side-left .side-nav ul li a.active {
  color: var(--color);
}
.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 .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.6146%;
}
.prodet-page .prodet-1 .left {
  width: 49.295%;
}
.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 .right {
  width: 50.705%;
}
.prodet-page .prodet-1 .right .con {
  max-height: 416px;
  overflow-y: auto;
}
.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;
}
.prodet-page .prodet-1 .right .btn a::after {
  content: '';
  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-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 .prodet-3 {
  padding-top: 7%;
}
.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 5.78125%;
}
.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 .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;
}
.news-page ul li .text {
  width: 80%;
}
.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 .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 .con {
  margin: 28px auto 0;
  max-width: 996px;
}
.contact-page .info ul li {
  width: 32%;
}
.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: #599d33;
}
.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;
}
.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;
}
@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%;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-5 .content .icon {
    top: 14.8%;
    right: 18.2%;
  }
  .pr-56 {
    padding-right: 36px;
  }
  .pl-56 {
    padding-left: 36px;
  }
  .pr-70 {
    padding-right: 46px;
  }
  .pl-70 {
    padding-left: 46px;
  }
  .font-20 {
    font-size: 20px;
  }
  .font-24 {
    font-size: 24px;
  }
  .pl-134 {
    padding-left: 90px;
  }
  .prodet-page .prodet-2 .options ul li {
    padding-right: 40px;
  }
}
@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;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .box .mbx {
    padding-left: 30px;
  }
  .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%;
  }
  .font-24 {
    font-size: 20px;
  }
  .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;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .ny-title {
    font-size: 36px;
  }
  .inner-banner .box {
    padding-bottom: 20px;
  }
  .inner-banner .box .title {
    display: none;
  }
  .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;
  }
  .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;
  }
  .pl-70 {
    padding-left: 20px;
  }
  .pr-70 {
    padding-right: 20px;
  }
  .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;
  }
  .font-28 {
    font-size: 20px;
  }
  .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%;
  }
  .font-34 {
    font-size: 22px;
  }
  .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;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: auto;
  }
  .inner-banner .box {
    position: initial;
    padding: 30px 0;
  }
  .inner-banner .box .mbx {
    margin-top: 0;
  }
  .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;
  }
}
#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;
  }
}
@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;
  }
}
@media screen and (max-width: 700px) {
  .i-mana .content ul{
    margin: -24px -10px;
  }
  .i-mana .content ul li{
    padding: 24px 10px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-add1 .content ul li{
    width: 150px;
  }
}
.textColor{color:#3f932e;}