@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@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: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  --color: #c20019;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Poppins';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1531px;
  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: 14px;
  line-height: 1;
  background: var(--color);
  color: #fff;
  padding: 21px 27px 21px 26px;
  border-radius: 29px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i {
  margin-right: 24px;
  position: relative;
  width: 33px;
  height: 16px;
  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;
  overflow: hidden;
}
.more i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more i img:last-child {
  position: absolute;
  -webkit-transform: translate(150.0%,0%);
  -moz-transform: translate(150.0%,0%);
  -ms-transform: translate(150.0%,0%);
  transform: translate(150.0%,0%);
}
.more:hover,
.more:focus {
  background: #000;
}
.more:hover i img:first-child,
.more:focus i img:first-child {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -webkit-transform: translate(-150.0%,0%);
  -moz-transform: translate(-150.0%,0%);
  -ms-transform: translate(-150.0%,0%);
  transform: translate(-150.0%,0%);
}
.more:hover i img:last-child,
.more:focus i img:last-child {
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
  transition: -webkit-transform 0.3s ease-in-out 0.1s;
  -moz-transition: transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  transform: translateX(-0.0);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  top: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  height: 100%;
}
#header .nav .ui.menu .menu-box {
  margin: 0 auto 0 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-left: 3.1em;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: inline-block;
}
#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: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: -10px;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  line-height: 24px;
  padding: .5em 1em;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  white-space: nowrap;
}
#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:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#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:last-child {
  margin-left: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .yuy ul {
  right: initial;
  left: 0;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active {
  top: 0;
}
#header.active::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header.active .nav .ui.menu .more:hover {
  background: #fff;
  color: #000;
}
#header.active .nav .ui.menu .more:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 14px 9px 0 8px;
}
#banner .container {
  width: 1490px;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
#banner ul li .text .box {
  max-width: 709px;
}
#banner ul li .text .box .title {
  line-height: 1.23;
}
#banner ul li .text .box .title em {
  color: var(--color);
}
#banner ul li .text .box .play {
  position: relative;
  top: 0;
  right: 0;
  -webkit-transform: translate(-0.0,0);
  -moz-transform: translate(-0.0,0);
  -ms-transform: translate(-0.0,0);
  transform: translate(-0.0,0);
  width: 3.05em;
  height: 3.05em;
}
#banner ul li .text .box .play i {
  border-right: .65em solid #fff;
  border-top: .375em solid transparent;
  border-bottom: .375em solid transparent;
}
#banner ul li .text .box .play::before,
#banner ul li .text .box .play::after {
  background: rgba(255, 255, 255, 0.3);
}
#banner ul li .text .box .title,
#banner ul li .text .box .btn {
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#banner ul li .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48.61%;
}
#banner ul .swiper-slide-active .text .box .title,
#banner ul .swiper-slide-active .text .box .btn {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner ul .swiper-slide-active .text .box .btn {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
#banner .change {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 3.75%;
}
#banner .change .swiper-pagination {
  position: initial;
  width: auto;
}
#banner .change .swiper-pagination span {
  width: 18px;
  height: 18px;
  border: solid 3px transparent;
  opacity: 1;
  margin-left: 30px;
  background: transparent;
  position: relative;
  cursor: pointer;
}
#banner .change .swiper-pagination span::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .change .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: var(--color);
}
#banner .change .swiper-pagination span.swiper-pagination-bullet-active::after {
  background: var(--color);
}
#banner .change .swiper-pagination span:last-child {
  margin-left: 0;
}
#banner .change .line {
  width: 111px;
  height: 1px;
  background: #fff;
  margin: 0 42px 6px;
}
#banner .change .page {
  font-size: 14px;
  font-weight: 500;
  color: #dae1e7;
  line-height: 1;
  margin-bottom: 6px;
}
.title {
  font-weight: 600;
}
.i-tag {
  background: #d52937;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 134px;
  border-radius: 17px;
  text-align: center;
  padding: 5px 0 4px;
}
.i-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #272829;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.7;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
#index-body .i-partner {
  padding-top: 3.1771%;
}
#index-body .i-partner .container {
  width: 1573px;
}
#index-body .i-partner .title em {
  color: var(--color);
}
#index-body .i-about {
  padding-top: 7.65625%;
}
#index-body .i-about .container {
  width: 1784px;
}
#index-body .i-about .img {
  width: 47.72%;
}
#index-body .i-about .img .play {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  color: #fff;
}
#index-body .i-about .img .play .play-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 0;
  right: 0;
  -webkit-transform: translate(-0.0,0);
  -moz-transform: translate(-0.0,0);
  -ms-transform: translate(-0.0,0);
  transform: translate(-0.0,0);
  width: 4.05em;
  height: 4.05em;
}
#index-body .i-about .img .play .play-btn i {
  border-right: .65em solid #fff;
  border-top: .375em solid transparent;
  border-bottom: .375em solid transparent;
}
#index-body .i-about .img .play .play-btn::before,
#index-body .i-about .img .play .play-btn::after {
  background: rgba(255, 255, 255, 0.23);
}
#index-body .i-about .img .text {
  width: 151px;
  height: 171px;
  background: var(--color);
  color: #fff;
  left: 0;
  bottom: 51px;
}
#index-body .i-about .img .text .num {
  font-size: 70px;
  line-height: 1;
  font-weight: 600;
}
#index-body .i-about .img .text .num sub {
  font-size: 48px;
  line-height: 1;
}
#index-body .i-about .img .text p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  margin-top: -5px;
}
#index-body .i-about .right {
  width: 40%;
  color: #272829;
}
#index-body .i-about .right .con {
  line-height: 1.4;
}
#index-body .i-about .right .con h1 {
  display: inline;
}
#index-body .i-about .right .icon img {
  margin-left: 21px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#index-body .i-about .right .icon img:last-child {
  margin-left: 0;
}
#index-body .i-about .right .more i {
  margin-right: 5px;
}
#index-body .i-category {
  padding: 4.84375% 0 4.167%;
}
#index-body .i-category .container {
  width: 1783px;
}
#index-body .i-category .header .right {
  width: 38%;
  line-height: 1.6;
  color: #272829;
}
#index-body .i-category .content ul {
  margin: -4.5px;
}
#index-body .i-category .content ul li {
  padding: 4.5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .ig {
  height: 643px;
  border-radius: 50px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
#index-body .i-category .content ul li .ig .text {
  color: #fff;
  bottom: 0;
  right: 0;
  padding: 0 26px 87px;
  -webkit-transform: translateY(71px);
  -moz-transform: translateY(71px);
  -ms-transform: translateY(71px);
  transform: translateY(71px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .ig .text .title {
  line-height: 1.1;
}
#index-body .i-category .content ul li .ig .text .con {
  width: 70%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(213, 41, 55, 0)), to(rgba(213, 41, 55, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(213, 41, 55, 0) 50%, rgba(213, 41, 55, 0.8) 100%);
  background-image: -moz-linear-gradient(top, rgba(213, 41, 55, 0) 50%, rgba(213, 41, 55, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(213, 41, 55, 0) 50%, rgba(213, 41, 55, 0.8) 100%);
}
#index-body .i-category .content ul li.active {
  -webkit-box-flex: 2.28;
  -webkit-flex: 2.28;
  -moz-box-flex: 2.28;
  -ms-flex: 2.28;
  flex: 2.28;
}
#index-body .i-category .content ul li.active .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding: 0 45px 87px;
}
#index-body .i-category .content ul li.active .text .con {
  opacity: 1;
}
#index-body .i-application .box {
  background-color: #1f1f1f;
  border-radius: 50px;
  padding: 4.83% 9.44% 3.41% 8.08%;
  color: #fff;
}
#index-body .i-application .box .left {
  width: 38%;
}
#index-body .i-application .box .left .i-title {
  color: #fff;
  text-transform: initial;
}
#index-body .i-application .box .left .list ul {
  margin: -38px 0;
}
#index-body .i-application .box .left .list ul li {
  margin: 38px 0;
}
#index-body .i-application .box .left .list ul li i {
  width:73px;
  height:73px;
  padding: 10px;
  border-radius: 50%;
  background-color: #d52937;
}
#index-body .i-application .box .left .list ul li span {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-application .box .right {
  width: 54.769%;
}
#index-body .i-application .box .right .slickDots li {
  width: 10px;
  height: 10px;
  background-color: #575353;
  border: 0;
}
#index-body .i-application .box .right .slickDots li.slick-active {
  background: var(--color);
}
#index-body .i-advantage {
  padding: 5.83% 0 4.8% 0;
}
#index-body .i-advantage .container {
  width: 1492px;
}
#index-body .i-advantage .content ul .slick-slide {
  height: auto;
}
#index-body .i-advantage .content ul .slick-slide > div {
  height: 100%;
}
#index-body .i-advantage .content ul li {
  height: 100%;
}
#index-body .i-advantage .content ul li .ig {
  background-color: #f7f7f7;
  border-radius: 30px;
  height: 100%;
}
#index-body .i-advantage .content ul li .ig i {
  display: block;
  line-height: 77px;
}
#index-body .i-advantage .content ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-advantage .content ul li .ig .tit {
  min-height: 98px;
}
#index-body .i-advantage .content ul li .ig .con {
  line-height: 1.6;
  color: #6f6d6b;
}
#index-body .i-contact {
  background: #fbfbfb;
  position: relative;
}
#index-body .i-contact .box {
  background: url(../images/cbg.jpg) no-repeat center top;
  padding: 4.772% 0 4.772% 11.6413%;
}
#index-body .i-contact .box .form {
  width: 35.134%;
  background: #fff;
  -webkit-box-shadow: 0px 15px 65px 11px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 15px 65px 11px rgba(0, 0, 0, 0.17);
  border-radius: 50px;
  margin: 0 auto 0 0;
}
#index-body .i-contact .box .form .i-title {
  text-transform: inherit;
  font-weight: 600;
}
#index-body .i-contact .box .form form input,
#index-body .i-contact .box .form form textarea {
  width: 100%;
  height: 67px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  padding: 0 28px;
  margin-bottom: 21px;
}
#index-body .i-contact .box .form form input::-webkit-input-placeholder, #index-body .i-contact .box .form form textarea::-webkit-input-placeholder {
  color: #aea9a9;
}
#index-body .i-contact .box .form form input:-moz-placeholder, #index-body .i-contact .box .form form textarea:-moz-placeholder {
  color: #aea9a9;
}
#index-body .i-contact .box .form form input::-moz-placeholder, #index-body .i-contact .box .form form textarea::-moz-placeholder {
  color: #aea9a9;
}
#index-body .i-contact .box .form form input:-ms-input-placeholder, #index-body .i-contact .box .form form textarea:-ms-input-placeholder {
  color: #aea9a9;
}
#index-body .i-contact .box .form form input::placeholder,
#index-body .i-contact .box .form form textarea::placeholder {
  color: #aea9a9;
}
#index-body .i-contact .box .form form input:focus,
#index-body .i-contact .box .form form textarea:focus {
  border-color: var(--color);
}
#index-body .i-contact .box .form form textarea {
  height: 238px;
  padding-top: 23px;
}
#index-body .i-contact .box .form form button {
  border: 0;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  background-color: #d52937;
  border-radius: 20px;
  padding: 25px 0 24px;
}
#index-body .i-contact .box .form form button:hover {
  background: #000;
}
#index-body .i-news {
  background: #fbfbfb;
  margin-top: -5.6%;
  padding-bottom: 5.21%;
}
#index-body .i-news .i-title {
  font-weight: 600;
  max-width: 491px;
  line-height: 1;
}
#index-body .i-news .content ul li .ig .top {
  color: #7f7f7f;
}
#index-body .i-news .content ul li .ig .top time {
  color: var(--color);
  text-decoration: underline;
  padding-left: 14px;
  position: relative;
}
#index-body .i-news .content ul li .ig .top time::after {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 1px;
  height: 13px;
  background-color: #aaa7a7;
}
#index-body .i-news .content ul li .ig .tit {
  font-weight: 500;
  line-height: 1.5;
}
#index-body .i-news .content ul li .ig .con {
  line-height: 1.6;
  color: #6f6d6b;
}
#footer {
  background-color: #1f1f1f;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .tit {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#footer ul li {
  font-size: 14px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
}
#footer ul li a {
  display: inline-block;
  position: relative;
  opacity: 0.73;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer ul li a:hover {
  opacity: 1;
}
#footer ul li i {
  width: 22px;
  margin-top: 6px;
}
#footer ul li .text {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer ul li:last-child {
  margin-bottom: 0;
}
#footer ul li ul {
  display: none;
}
#footer .f-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.59);
}
#footer .f-header .con {
  width: 45%;
  font-weight: 500;
}
#footer .f-content .f-contact {
  width: 24.6%;
  border-left: 1px solid rgba(255, 255, 255, 0.48);
}
#footer .f-content .f-contact ul li {
  font-weight: 500;
}
#footer .f-content .f-center {
  width: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.48);
}
#footer .f-content .f-center .f-product ul li {
  width: 90%;
  line-height: 2.5;
}
#footer .f-content .f-code {
  width: 25.4%;
}
#footer .f-content .f-code #ewm {
  width: 169px;
  border: 7px solid #fff;
  margin: 3px auto 0;
}
#footer .f-content .f-code .share a {
  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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 16px;
  margin-left: 11px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-code .share a:last-child {
  font-size: 20px;
  margin-left: 0;
}
#footer .f-content .f-code .share a:hover {
  background: var(--color);
  border-color: var(--color);
}
#footer .f-content .icon a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #959aa2;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4);
  margin-left: 11px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .icon a:last-child {
  margin-left: 0;
}
#footer .f-content .icon a:hover {
  background: #fff;
  border-color: #fff;
  color: var(--color);
}
#footer .f-copy {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.59);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: #fdfafa;
}
#footer .f-copy svg text {
  fill: #fdfafa;
}
#footer .f-copy .share a {
  color: rgba(254, 254, 254, 0.6);
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-left: 27px;
}
#footer .f-copy .share a:nth-child(3) {
  font-size: 19px;
}
@media (max-width: 1700px) {
  #banner .container,
  #index-body .i-advantage .container {
    width: 1400px;
  }
  #index-body .i-application .box {
    padding: 4.83% 6% 3.41% 4%;
  }
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-left: 2em;
  }
  #banner .container,
  #index-body .i-advantage .container {
    width: 1200px;
  }
  #index-body .i-about .right {
    width: 50%;
  }
  #index-body .i-application .box .left .list ul li span {
    font-size: 16px;
  }
  #index-body .i-contact .box {
    padding-left: 6%;
  }
  #index-body .i-contact .box .form {
    width: 42%;
  }
  .i-title {
    font-size: 40px;
  }
}
@media (max-width: 1250px) {
  #banner .container,
  #index-body .i-advantage .container {
    width: 970px;
  }
  #index-body .i-category .content ul li .ig {
    height: 520px;
  }
  #index-body .i-application .box {
    padding: 4.83% 4% 3.41% 4%;
  }
  #index-body .i-application .box .left {
    width: 45%;
  }
  #index-body .i-contact .box {
    padding-left: 3%;
  }
  #index-body .i-contact .box .form {
    width: 50%;
  }
  #index-body .i-news {
    margin-top: 0;
  }
  #footer .f-content .f-code {
    padding-right: 0;
  }
  #footer .f-content .f-code .share a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1000px) {
  #banner .container,
  #index-body .i-advantage .container {
    width: 700px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-16 {
    font-size: 16px;
  }
  #index-body .i-about .img {
    width: 100%;
  }
  #index-body .i-about .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .i-category .header .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-category .content ul li .ig .text {
    padding: 0 13px 40px;
  }
  #index-body .i-application .box .left {
    width: 100%;
  }
  #index-body .i-application .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-contact .box {
    background-size: 100% 500px;
  }
  #index-body .i-contact .box .form {
    width: 70%;
  }
  #footer .f-header .con {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-content .f-contact {
    width: 50%;
  }
  #footer .f-content .f-center {
    display: none;
  }
  #footer .f-content .f-code {
    width: 50%;
  }
}
@media (max-width: 700px) {
  #banner .container,
  #index-body .i-advantage .container {
    width: 100%;
  }
  #banner .change{
    padding-bottom: 0;
  }
  .more {
    padding: 12px 20px;
  }
  .font-32 {
    font-size: 26px;
  }
  .font-22 {
    font-size: 18px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2 !important;
  }
  .i-title {
    font-size: 36px;
  }
  #index-body .i-category .content ul li .ig {
    height: 420px;
  }
  #index-body .i-contact .box .form {
    width: 80%;
  }
   #index-body .i-category .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-category .content ul li {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 50% !important;
  }
  #index-body .i-category .content ul li.active{
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
   #index-body .i-category .content ul li.active{
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
}
@media (max-width: 500px) {
  #banner ul li .text .btn {
    padding: 0;
  }
  #banner ul li .text .box .font-30{
    font-size: 16px;
  }
  #banner ul li .text .box .font-48{
    font-size: 18px;
  }
  #banner .change {
    bottom: 0;
    padding-bottom: 0;
    display: none;
  }
  #banner .change .swiper-pagination span {
    margin-left: 6px;
    width: 12px;
    height: 12px;
  }
  #banner .change .swiper-pagination span::after {
    width: 6px;
    height: 6px;
  }
  #banner .change .page {
    margin-right: 12px;
  }
  #banner .change .line {
    display: none;
  }
  .font-32 {
    font-size: 21px;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-about .img .text {
    display: none;
  }
  #index-body .i-about .right .icon img {
    width: 21%;
  }
  #index-body .i-category .content ul li {
    width: 100% !important;
  }
  #index-body .i-category .content ul li .ig {
    height: 320px;
  }
  #index-body .i-application .box .left .list ul {
    margin: -12px 0;
  }
  #index-body .i-application .box .left .list ul li {
    width: 100%;
    margin: 12px 0;
  }
  #index-body .i-contact .box {
    background-size: 100% 300px;
  }
  #index-body .i-contact .box .form {
    width: 100%;
  }
  #index-body .i-contact .box .form form input,
  #index-body .i-contact .box .form form textarea {
    height: 50px;
    font-size: 14px;
    padding: 0 16px;
  }
  #index-body .i-contact .box .form form textarea {
    height: 130px;
    padding-top: 12px;
  }
  #index-body .i-contact .box .form form button {
    font-size: 16px;
    padding: 17px 0;
  }
  #footer .f-content .f-contact {
    width: 100%;
    border-left: 0;
  }
  #footer .f-content .f-code {
    display: none;
  }
  .fixed-toolbar {
    zoom: .7;
  }
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}

.grid-box .column {
    width: 100%;
}

.grid-box.two>.column {
    width: 50%;
}

.grid-box.three>.column {
    width: 33.33333%;
}

.grid-box.four>.column {
    width: 25%;
}

.grid-box.five>.column {
    width: 20%;
}

.grid-box.six>.column {
    width: 16.6666667%;
}

.grid-box.seven>.column {
    width: 14.285714%;
}

.grid-box.eight>.column {
    width: 12.5%;
}

.grid-box.nine>.column {
    width: 11.11111111%;
}

.grid-box.ten>.column {
    width: 10%;
}
@media (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.inner-page .i-title{
  margin-top: 12px;
}
.inner-banner {
  position: relative;
  
}
.inner-banner img{border-radius: 50px;}
.inner-banner .ig {
  right: 50%;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
}
.inner-banner .ui.container h2 {
  font-size: 52px;
  font-weight: bold;
  color: white;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1
}
.inner-banner .ui.container .box {
  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;
  padding: 25px 0 45px;
}
.inner-banner .ui.container .box .mbx {
  font-size: 18px;
  color: white;
  line-height: 1.8;
}
.inner-banner .ui.container .box .mbx a {
  position: relative;
  padding-left: 15px;
}
.inner-banner .ui.container .box .mbx a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--color);
}
.inner-banner .ui.container .box .more_btn .more {
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}
.inner-banner .ui.container .box .more_btn .arrow {
  background: var(--color);
}
.about-page .about-1 {
  padding-top: 110px;
}
.about-page .about-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 100px;
}
.about-page .about-1 .top .i-title {
  width: 40%;
  margin-right: 40px;
}
.about-page .about-1 .box {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, color-stop(66%, #fafafa), color-stop(66%, transparent));
  background: -webkit-linear-gradient(left, #fafafa 66%, transparent 66% 100%);
  background: -moz-linear-gradient(left, #fafafa 66%, transparent 66% 100%);
  background: linear-gradient(to right, #fafafa 66%, transparent 66% 100%);
  padding: 100px 0;
  margin-top: 65px;
}
.about-page .about-1 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
}
.about-page .about-1 .box ul li {
  width: 30%;
  background: #1a1a1a;
  margin: 0 10px;
  color: white;
  padding: 25px 20px 60px;
}
.about-page .about-1 .box ul li .h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 34px 0 3px;
  display: block;
}
.about-page .about-1 .box ul li .h3 em {
  font-size: 49px;
}
.about-page .about-1 .box ul li p {
  font-size: 16px;
}
.about-page .about-1 .box ul li:first-child {
  background: var(--color);
}
.about-page .about-1 .box .play {
  width: 165px;
  height: 165px;
  border-radius: 100%;
  text-align: center;
  line-height: 165px;
  position: relative;
  cursor: pointer;
  position: absolute;
  left: 250px;
  top: -110px;
}
.about-page .about-1 .box .play img {
  vertical-align: middle;
}
.about-page .about-1 .box .play::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about-page-circle.png) no-repeat;
  -webkit-animation: 20s 0.3s xz linear infinite;
  -moz-animation: 20s 0.3s xz linear infinite;
  animation: 20s 0.3s xz linear infinite;
}
.about-page .about-1 .box .wrap .left {
  width: 40%;
}
.about-page .about-1 .box .wrap .right {
  width: 60%;
  padding-right: 50px;
  padding-left: 260px;
}
.about-page .about-1 .box .wrap .right .content {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.73;
}
.about-page .about-2 {
  background: #0d0d0d;
  color: white;
  padding-top: 130px;
  padding-bottom: 80px;
}
.about-page .about-2 .top {
  position: relative;
  margin-bottom: 80px;
}
.about-page .about-2 .top .i-title {
  width: 60%;
  color: #fff;
}
.about-page .about-2 .top .more_btn {
  position: absolute;
  left: 0;
}
.about-page .about-2 .top .more_btn .arrow {
  background: white;
}
.about-page .about-2 .top .more_btn .arrow img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.about-page .about-2 .top .more_btn .more {
  border-color: white;
  color: white;
}
.about-page .about-2 .list {
  padding-right: 230px;
}
.about-page .about-2 .list ul {
  margin: -11px;
}
.about-page .about-2 .list ul .slick-list {
  padding-left: 30%;
}
.about-page .about-2 .list ul li {
  padding: 11px;
}
.about-page .about-2 .list ul li .box {
  position: relative;
  border-bottom: 2px solid var(--color);
}
.about-page .about-2 .list ul li .box .h4 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 10px 20px 80px;
}
.about-page .about-2 .list ul li .box .arrow {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 100%;
  display: inline-block;
  background: white;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.about-page .about-2 .list ul li .box .arrow img {
  vertical-align: middle;
  display: inline-block;
}
.about-page .about-2 .list .btn {
  margin-top: 20px;
}
.about-page .about-2 .list .btn span {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: white;
  margin-left: 15px;
  cursor: pointer;
}
.about-page .about-2 .list .btn span img {
  vertical-align: middle;
}
.about-page .about-2 .list .btn span.prev img {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.about-page .about-2 .list .btn span.next img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page #index-body .i-advantage {
  background: url(../images/about-page-3-bg.png) no-repeat right top;
}
.about-page #index-body .i-advantage.honor {
  background: white;
}
.about-page #index-body .i-advantage.honor .bg {
  height: 75%;
  width: 100%;
  top: 0;
  z-index: 0;
}
.about-page #index-body .i-advantage.honor .top {
  margin-bottom: 45px;
}
.about-page .about-3 {
  padding-bottom: 130px;
}
.about-page .about-3 .left {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
}
.about-page .about-3 .left .i-title{
  margin-right: 40px;
}
.about-page .about-3 .right {
  width: 100%;
}
.about-page .about-3 .right ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px 0;
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-page .about-3 .right ul li .lefts{
  width: 70%
}
.about-page .about-3 .right ul li .imgs{
  width: 30%;
  max-width: 300px;
  margin-top: 30px;
}
.about-page .about-3 .right ul li .h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .right ul li p {
  font-size: 16px;
  line-height: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #5e5e5e;
}
.about-page .about-3 .right ul li .time {
  font-size: 20px;
  background: var(--color);
  color: white;
  /*height: 40px;
  line-height: 44px;*/
  border-radius: 20px;
  position: absolute;
  left: 50px;
  top: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 0px;
}
.about-page .about-3 .right ul li:first-child {
  padding-top: 0;
}
.about-page .about-3 .right ul li:hover .h3,
.about-page .about-3 .right ul li.active .h3 {
  font-size: 45px;
}
.about-page .about-3 .right ul li:hover p,
.about-page .about-3 .right ul li.active p {
  font-size: 20px;
}
.about-page .about-3 .right ul li:hover .time,
.about-page .about-3 .right ul li.active .time {
  opacity: 0;
}
.about-page .about-num {
  padding: 75px 0 90px;
}
.about-page .about-num ul {
  margin: -25px;
}
.about-page .about-num ul li {
  padding: 25px;
}
.about-page .about-num ul li p {
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  margin-bottom: 17px;
}
.about-page .about-num ul li .h2 {
  font-size: 20px;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
}
.about-page .about-num ul li .h2 em {
  font-size: 50px;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(50.0px);
    transform: translateX(50.0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-0.0);
    transform: translateX(-0.0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-left {
  0% {
    -moz-transform: translateX(50.0px);
    transform: translateX(50.0px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(50.0px);
    -moz-transform: translateX(50.0px);
    transform: translateX(50.0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(-50.0px);
    transform: translateX(-50.0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-0.0);
    transform: translateX(-0.0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-right {
  0% {
    -moz-transform: translateX(-50.0px);
    transform: translateX(-50.0px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(-50.0px);
    -moz-transform: translateX(-50.0px);
    transform: translateX(-50.0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
    opacity: 1;
  }
}
.hose-page .hose-6 {
  padding: 100px 0 330px;
  background: url(../images/hose-form-bg.png) no-repeat left bottom;
}
.hose-page .hose-6 .top {
  width: 50%;
  margin-bottom: 30px;
}
.hose-page .hose-6 .top .i-title {
  margin: 25px 0 12px;
}
.hose-page .hose-6 .top .txt {
  font-size: 20px;
  line-height: 25px;
  color: #5e5e5e;
}
.hose-page .hose-6 .form {
  padding-left: 310px;
  position: relative;
}
.hose-page .hose-6 .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hose-page .hose-6 .form form input {
  width: 48%;
  font-size: 18px;
  border: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  height: 50px;
}
.hose-page .hose-6 .form form input[name="content"] {
  width: 100%;
}
.hose-page .hose-6 .form form .more_btn {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hose-page .hose-6 .form form .more_btn .more::after {
  color: black;
}
.contact-page .contact-2 ul {
  margin: 0 -70px;
  padding: 70px 0;
  border-radius: 0 0 50px 50px;
}
.contact-page .contact-2 ul li {
  padding: 0 70px;
  text-align: center;
}
.contact-page .contact-2 ul li .h4 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.contact-page .contact-2 ul li p {
  font-size: 18px;
  line-height: 23px;
  padding-top: 26px;
}
.faq-page {
  padding: 100px 0;
}
.faq-page .left {
  width: 25% !important;
}
.faq-page .right {
  width: 75% !important;
}
.faq-page .right .i-title {
  margin-bottom: 60px;
}
.faq-page .right ul li {
  border: 1px solid #d5d8dc;
  padding: 20px;
  margin-bottom: 20px;
}
.faq-page .right ul li .h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.faq-page .right ul li .h4 .iconfont {
  position: absolute;
  left: 0;
}
.faq-page .right ul li .content {
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  display: none;
}
.news-page {
  padding: 100px 0;
}
.news-page ul {
  margin: -15px;
}
.news-page ul li {
  padding: 15px;
}
.news-page ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 50px;
  border-radius: 12px;
}
.news-page ul li .box .time {
  font-size: 18px;
  opacity: 0.8;
}
.news-page ul li .box .h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 12px 0 20px;
  height: 66px;
 line-height: 1.5;
}
.news-page ul li .box .content {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.news-page ul li .box .more_btn .more::after {
  color: black;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page .newdet-1 {
  text-align: center;
}
.newdet-page .newdet-1 h1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.4;
}
.newdet-page .newdet-1 .time {
  font-size: 18px;
  opacity: 0.8;
  margin: 20px 0;
}
.newdet-page .newdet-1 .content {
  font-size: 18px;
  line-height: 1.6;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  text-align: right;
}
.newdet-page .newdet-1 .m-link{
  text-align: right;
  line-height: 1.6;
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li p{
  font-size: 18px;
  text-align: center;
  margin-top: 12px;
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
}
.product-page {
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-page .sideLeft {
  width: 30% !important;
}
.product-page .sideLeft .top {
  background: #191919;
  padding: 35px 0 50px;
  margin-bottom: 20px;
  border-radius: 50px;
}
.product-page .sideLeft .top .form {
  padding: 0 15px;
}
.product-page .sideLeft .top .form form {
  position: relative;
  height: 70px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}
.product-page .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: white;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}
.product-page .sideLeft .top .form input[type="submit"] {
  position: absolute;
  left: 10px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  background: url(../images/search.png) no-repeat center var(--color);
  padding: 0;
}
.product-page .sideLeft .top .nav .font-30 {
  color: white;
  line-height: 1.1;
  padding: 0 30px;
  margin: 30px 0;
}
.product-page .sideLeft .top .nav ul li > a {
  position: relative;
  padding: 25px 35px;
  color: white;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1;
}
.product-page .sideLeft .top .nav ul li > a::before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 100%;
  border-right: 0px solid transparent;
  border-bottom: 0px solid #a48b00;
  border-left: 9px solid #a48b00;
  border-top: 9px solid transparent;
  opacity: 0;
}
.product-page .sideLeft .top .nav ul li{
  position: relative;
}
.product-page .sideLeft .top .nav ul li img.dec{
  position: absolute;
  left: 27px;
  top: 20px;
  z-index: 9;
  cursor: pointer;
}
.product-page .sideLeft .top .nav ul li > a::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: var(--color);
  opacity: 0;
}
.product-page .sideLeft .top .nav ul li:hover>a,
.product-page .sideLeft .top .nav ul li.active>a {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(right, var(--color), transparent);
  background: -moz-linear-gradient(right, var(--color), transparent);
  background: linear-gradient(to left, var(--color), transparent);
}
.product-page .sideLeft .top .nav ul li:hover>a::before,
.product-page .sideLeft .top .nav ul li.active >a::before,
.product-page .sideLeft .top .nav ul li:hover>a::after,
.product-page .sideLeft .top .nav ul li.active >a::after {
  opacity: 1;
}
.product-page .sideLeft .bottom {
  background: url(../images/product-side-bg.jpg) no-repeat;
  background-size: cover;
  padding: 365px 15px 20px;
}
.product-page .sideLeft .bottom p {
  font-size: 19px;
  line-height: 1;
  color: white;
  font-weight: bold;
  text-align: center;
  font-family: 'mic';
}
.product-page .sideRight {
  width: 70% !important;
  padding-right: 75px;
}
.product-page .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}
.product-page .sideRight ul {
  margin: -10px;
}
.product-page .sideRight ul li {
  padding: 10px;
  text-align: center;
}
.product-page .sideRight ul li .img-box {
  border-radius: 30px;
  background: #f5f5f5;
}
.product-page .sideRight ul li p {
  font-size: 16px;
  line-height: 2;
  color: #6d6d6d;
  margin: 15px 0 30px;
}
.prodet-page .prodet-1 {
  padding: 100px 0 80px;
}
.prodet-page .prodet-1 .left {
  width: 35%;
}
.prodet-page .prodet-1 .left a {
  background: #f5f5f5;
  border-radius: 10px;
  display: block;
  text-align: center;
  padding: 77px 50px;
}
.prodet-page .prodet-1 .right {
  width: 65%;
  padding-right: 48px;
}
.prodet-page .prodet-1 .right .content {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.51;
  margin: 25px 0 60px;
}
.prodet-page .prodet-1 .right .gallery {
  margin-bottom: 40px;
}
.prodet-page .prodet-1 .right .gallery ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .gallery ul .slick-track{
  margin-right: 0;
}
.prodet-page .prodet-1 .right .gallery ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .gallery ul li a {
  border-radius: 10px;
  display: block;
  background: #f5f5f5;
  padding: 30px 50px;
}
.prodet-page .prodet-1 .right .gallery ul li a img {
  width: auto;
  margin: auto;
}
.prodet-page .prodet-1 .right .more_btn .more::after {
  color: black;
}
.prodet-page .prodet-2 ul.options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6f6f6;
  height: 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-2 ul.options li {
  font-size: 18px;
  padding: 0 60px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 0 50px;
  position: relative;
}
.prodet-page .prodet-2 ul.options li a {
  position: relative;
}
.prodet-page .prodet-2 ul.options li a::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--color);
}
.prodet-page .prodet-2 ul.options li.active {
  background: var(--color);
  color: white;
}
.prodet-page .prodet-2 ul.options li.active a::after {
  background: white;
}
.prodet-page .prodet-2 .box {
  padding: 70px 0;
}
.prodet-page .prodet-2 .box .content {
  font-size: 18px;
  line-height: 1.6;
}
.prodet-page .prodet-2 .box .content ul li{
  list-style-type: disc;
}
.prodet-page .prodet-2 .list {
  padding: 70px 0;
}
.prodet-page .prodet-2 .list ul {
  margin: -15px;
}
.prodet-page .prodet-2 .list ul li {
  padding: 15px;
  text-align: center;
}
.prodet-page .prodet-2 .list ul li .img-box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 50px;
}
.prodet-page .prodet-2 .list ul li p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 15px;
  opacity: 0.51;
}
.prodet-page .prodet-2 .box .content input {
  width: 46%;
  font-size: 18px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .box .content p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .box .content textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-2 .box .content input[type="submit"] {
  background: #bc000d;
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-2 .box .content input[type="submit"]:hover {
  background: #000;
}
@media (max-width: 1600px) {
  .about-page .about-1 .box .wrap .right {
    padding-left: 120px;
  }
  .about-page .about-1 .box ul li {
    width: 40%;
  }
  .about-page .about-2 .list {
    padding-right: 90px;
  }
  .inner-banner .ui.container h2{
    font-size: 32px;
  }
  .inner-banner .ui.container .box .mbx{
    font-size: 16px;
    width: 74%;
  }
}
@media screen and (max-width: 1400px) {
  #index-body .i-advantage .top .more_btn{
    position: relative;
  }
  .about-page .about-1 .box ul li .h3 em {
    font-size: 30px;
  }
  .about-page .about-1 .box .play {
    left: 150px;
  }
  .about-page .about-3 .right ul li:hover .h3,
  .about-page .about-3 .right ul li.active .h3 {
    font-size: 34px;
  }
  .product-yd-page .item .content ul li .img-box img {
    max-width: 110px;
  }
  .hose-page .hose-5 ul li .content{
    padding: 50px 30px 45px;
  }
  .hose-page .hose-5 ul li .content .h4{
    margin-bottom: 45px;
  }
  .about-page #index-body .i-advantage.honor .top{
    flex-wrap: wrap;
  }
   #index-body .i-advantage .top .i-title{
    width: 100%;
     margin: 20px 0;
    margin-right: 0;
   
  }
}
@media screen and (max-width: 1250px) {
  .about-page #index-body .i-advantage.honor .top{
    flex-wrap: wrap;
  }
  .inner-banner{
    margin-top: 60px;
  }
  .inner-banner .ui.container h2 {
    font-size: 30px;
  }
  .about-page .about-1 .box .wrap .right {
    padding-left: 60px;
  }
  .about-page .about-2 .list ul li .box .h4 {
    font-size: 20px;
  }
  .product-yd-page .item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-yd-page .item .img .small-img {
    width: 48%;
  }
  .product-yd-page .item .content .txt {
    margin-bottom: 20px;
  }
  .product-yd-page .item .content ul {
    margin-bottom: 30px;
  }
  .hose-page .hose-2 .h2{
    font-size: 43px;
  }
  .hose-page .hose-3 .right .txt{
    margin-top: 15px;
  }
  .hose-page .hose-4 .right ul li .h5{
    font-size: 24px;
  }
  #index-body .i-advantage .top .i-title{
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .font-45 {
    font-size: 24px;
}
.newdet-page .newdet-1 .m-link{
  text-align: right;
  line-height: 2;
}
.seoIndustry.Auxil-industry {
    display: none !important;
}
.font-48 {
    font-size: 24px;
}
.about-page .about-3 .left{
  flex-wrap: wrap;
}
.about-page .about-1 .box .wrap .right .content{
  font-size: 14px;
  line-height: 2;
}
  .about-page #index-body .i-advantage{
    background: #fff;
  }
  .about-page .about-1 .box .wrap .left {
    width: 100%;
  }
  .about-page .about-1 .box .wrap .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-1 .top {
    padding-right: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .top .i-title {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .inner-banner .ui.container .box{
    padding: 0 0 20px;
  }
  .inner-banner .ui.container .box .mbx{
    width: 100%;
  }
  .inner-banner .ui.container h2,
  .inner-banner .ui.container .box .more_btn {
    display: none;
  }
  .about-page .about-1 .box ul {
    width: 75%;
  }
  .about-page .about-1 .box .play {
    left: 35px;
    display: none;
  }
  .about-page .about-2 .list {
    padding-right: 20px;
  }
  .about-page .about-2 .top .more_btn {
    position: relative;
    right: 0;
    top: 30px;
  }
  .about-page .about-2 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .top .i-title {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-3 .right ul li .h3 {
    font-size: 24px;
  }
  .about-page .about-3 .right ul li:hover .h3,
  .about-page .about-3 .right ul li.active .h3 {
    font-size: 25px;
  }
  .about-page .about-3 .right ul li:hover p,
  .about-page .about-3 .right ul li.active p {
    font-size: 16px;
  }
  .about-page .about-2 .list ul .slick-list {
    padding-left: 0;
  }
  .news-page ul li{
     width: 50%!important;
  }
  .newdet-page .newdet-1 h1{
    font-size: 28px;
  }
  .hose-page .hose-6 .top{
    width: 100%;
  }
  .product-page {
  padding-top: 10px;
  padding-bottom: 100px;
}
  .product-page .sideLeft {
    display: none;
  }
  .product-page .sideRight {
    width: 100% !important;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    padding-right: 0;
    padding-top:20px; 
  }
  .prodet-page .prodet-1 .right .gallery ul li a{
    padding: 10px;
  }
  .prodet-page .prodet-2 ul.options{
    height: 80px;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 ul.options li{
    padding: 0 25px;
    font-size: 14px;
  }
  .faq-page .right ul li .h4{
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .font-30 {
    font-size: 24px;
}
   .news-page ul li{
    width: 100%!important;
  }
  .inner-banner > img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner-banner .ui.container .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-banner .ui.container .box .mbx {
    margin-bottom: 20px;
  }
  .about-page .about-1 .box ul {
    width: 100%;
  }
  .about-page .about-1 .box .play {
    top: 25%;
    right: 50%;
    -webkit-transform: translateX(50.0%);
    -moz-transform: translateX(50.0%);
    -ms-transform: translateX(50.0%);
    transform: translateX(50.0%);
  }
  .about-page .about-1 .box .wrap .right {
    padding: 0 15px;
  }
  .about-page .about-3 .right ul li {
    padding-left: 0;
  }
  .about-page .about-3 .right ul li .time {
    position: relative;
    right: 0;
    display: inline-block;
    top: 12px;
  }
   .newdet-page .newdet-1 h1{
    font-size: 22px;
  }
  .hose-page .hose-6 .form{
    padding-left: 0;
  }
  .hose-page .hose-6 .form form .more_btn{
    position: relative;
    top: 0;
        -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .faq-page .left{
    display: none;
  }
  .faq-page .right{
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 ul.options {
    height: auto;
    flex-wrap: wrap;
}
  .inner-banner .ui.container h2 {
    font-size: 22px;
  }
   .hose-page .hose-6 .form form{
        -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hose-page .hose-6 .form form input{
    width: 100%;
  }
}
#mobile3 .m-search form input[type=submit]{
  background: url(../images/icon-search-white.png) center center no-repeat;
}
#pups_shadow {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-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;
  right: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  right: 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-left: 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;
}

/*2026-3-13*/
.app-page{
  padding: 5% 0;
}
.app-page ul{
  margin-bottom: -30px;
}
.app-page ul li{
  padding-bottom: 30px;
}
.app-page 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;
}
.app-page ul li .text{
  padding-right: 60px;
}
.app-page ul li:nth-child(even) .text{
  padding: 0 0 0 60px;
}
.app-page .img-box img{border-radius: 30px;}
@media (max-width: 1000px) {
  .app-page ul li .text{
    margin-top: 30px;
  }
}