@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot') format('eot'), 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/Montserrat-Bold.eot') format('eot'), 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-Medium.eot') format('eot'), 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-Light.eot') format('eot'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot') format('eot'), 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;
}
body {
  font-family: 'Montserrat';
  font-weight: 500;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1630px;
  margin: auto;
  width: 100%;
}
.more {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  background: #007beb;
  padding: 20px 37px 20px 36px;
  color: #fff;
}
.more em {
  display: inline-block;
  text-decoration: underline;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::after {
  width: 100%;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #fff;
}
#header .ui.container {
  max-width: 1830px;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #333;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  padding: 24px 0;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#header .nav .ui.menu .logo {
  position: relative;
  margin-left: 25px;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .box {
  margin: 0 auto;
}
#header .nav .ui.menu .box .top .share a {
  display: inline-block;
  font-size: 18px;
  margin-right: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box .top .share a:hover {
  color: #007beb;
}
#header .nav .ui.menu .box .top .share a:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .box .top .info ul li {
  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: 16px;
  line-height: 1;
  margin-right: 35px;
  font-weight: 600;
}
#header .nav .ui.menu .box .top .info ul li img {
  margin-right: 12px;
}
#header .nav .ui.menu .box .top .info ul li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .box .bottom {
  border-top: 1px solid #fff;
  margin-top: 15px;
  padding-top: 17px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  font-weight: bold;
  margin-right: 43px;
  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;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '+';
  display: none;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active,
#header .nav .ui.menu .menu-box ul.menu > li > a:hover {
  color: #007beb;
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after {
  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: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  width: 350px;
  -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 #007beb;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#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 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-right: 0;
}
#header .nav .ui.menu .h-search {
  margin-left: 139px;
  cursor: pointer;
  font-size: 18px;
  color: #e1e1e1;
  line-height: 1;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 12px;
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-left: 82px;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
#header .nav .ui.menu .h-language span i {
  display: inline-block;
  margin-left: 5px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -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 #007beb;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language: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 .h-inquiry {
  background-color: #ffffff;
  color: #333;
  border-radius: 37px 37px 37px 0px;
  padding: 7px 30px 6px 10px;
  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: 22px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .h-inquiry i {
  width: 61px;
  height: 61px;
  background-color: #007beb;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 61px;
  margin-right: 18px;
}
#header .nav .ui.menu .h-inquiry i img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-inquiry::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 37px 37px 37px 0px;
  background: #007beb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .h-inquiry:hover {
  color: #fff;
}
#header .nav .ui.menu .h-inquiry:hover::after {
  width: 100%;
}
#header.active::after {
  width: 100%;
}
.font-56 {
  font-size: 56px;
  line-height: 1.2;
}
.font-48 {
  font-size: 48px;
  line-height: 1.7;
}
.font-46 {
  font-size: 46px;
  line-height: 1.1;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
#banner .ui.container {
  max-width: 1724px;
}
#banner .wz {
  position: absolute;
  top: 0;
  left: 0;
}
#banner .swiper-slide {
  position: relative;
  z-index: 1;
}
#banner .swiper-slide > img {
  width: 100%;
}
#banner .swiper-slide .text {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .swiper-slide .text .box {
  padding-left: 129px;
}
#banner .swiper-slide .text .box .left {
  width: 58.339%;
  vertical-align: middle;
}
#banner .swiper-slide .text .box .right {
  width: 51.949%;
  margin-left: -10.288%;
  vertical-align: middle;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
#banner .swiper-slide .text .box span {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#banner .swiper-slide .text .box .tit {
  font-weight: bold;
  position: relative;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  margin-top: 15px;
}
#banner .swiper-slide .text .box .btn {
  margin-top: 37px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}
#banner .swiper-slide .text .box .btn .more::after {
  background: #fff;
}
#banner .swiper-slide .text .box .btn .more:hover {
  color: #000;
}
#banner .down {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 116px;
  width: 100%;
  cursor: pointer;
}
#banner .down img {
  margin-left: 129px;
  display: inline-block;
  vertical-align: middle;
}
#banner .down span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  margin-left: 25px;
}
#banner .swiper-slide-active .text .box span,
#banner .swiper-slide-active .text .box .tit,
#banner .swiper-slide-active .text .box .btn,
#banner .swiper-slide-active .text .box .right {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#banner .swiper-button-prev,
#banner .swiper-button-next {
  top: 46%;
  width: 55px;
  height: 55px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  margin-top: -4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
  background-color: #007beb;
}
#banner .swiper-button-prev {
  left: 106px;
  background-image: url(../images/banner-left.png);
}
#banner .swiper-button-next {
  right: 107px;
  background-image: url(../images/banner-right.png);
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body span.tag {
  color: #007beb;
  font-weight: bold;
  display: block;
}
#index-body .title {
  font-weight: bold;
}
#index-body .title em {
  color: #007beb;
}
#index-body .i-product {
  background: #f5f5f5;
  padding: 145px 0 87px;
}
#index-body .i-product .header {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .i-product .header .right {
  max-width: 563px;
  line-height: 2;
}
#index-body .i-product .content {
  margin-top: 26px;
}
#index-body .i-product .content ul {
  margin: -22px -3px;
}
#index-body .i-product .content ul li {
  padding: 22px 3px;
}
#index-body .i-product .content ul li .img-box {
  background-image: url(../images/ip-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 18px 0 17px;
}
#index-body .i-product .content ul li .img-box:hover {
  background-image: url(../images/ip-bg1.png);
}
#index-body .i-product .content ul li .tit {
  line-height: 2;
  font-weight: 600;
  margin-top: 29px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .tit:hover {
  color: #007beb;
}
#index-body .about {
  background: url(../images/abg.jpg) no-repeat center top;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding: 150px 0 217px;
}
#index-body .about .left {
  padding-top: 10px;
}
#index-body .about .left .title {
  margin-top: 38px;
}
#index-body .about .left .con {
  line-height: 2;
  margin-top: 43px;
}
#index-body .about .left .con h1 {
  display: inline;
}
#index-body .about .left .bottom {
  margin-top: 124px;
}
#index-body .about .left .bottom .more {
  padding: 20px 28px;
  vertical-align: middle;
}
#index-body .about .left .bottom .bg{
  width: 200px;
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 60px;
  text-align: center;
  padding-top: 24px;
  position: relative;
}
#index-body .about .left .bottom .bg .time{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  padding-right: 7px;
}
#index-body .about .left .bottom .play {
  display: inline-block;
  vertical-align: middle;
  padding: 17px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
}
#index-body .about .left .bottom .play::before,
#index-body .about .left .bottom .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
#index-body .about .left .bottom .play::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
#index-body .about .right .ig {
  max-width: 569px;
  margin: 0 0 0 auto;
}
#index-body .about .right .ig ul li {
  margin-bottom: 68px;
}
#index-body .about .right .ig ul li span {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  color: #666;
  padding-bottom: 6px;
  border-bottom: 1px solid #999;
}
#index-body .about .right .ig ul li .text {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 12px;
}
#index-body .about .right .ig ul li .text .num {
  font-size: 100px;
  line-height: 1;
  color: #007beb;
  font-weight: 900;
}
#index-body .about .right .ig ul li .text .desc {
  font-size: 16px;
  line-height: 2;
  margin-left: 21px;
  margin-bottom: 3px;
}
#index-body .about .right .ig ul li:nth-child(1) .text .desc {
  max-width: 340px;
}
#index-body .about .right .ig ul li:nth-child(2) .text .desc {
  max-width: 125px;
}
#index-body .about .right .ig ul li:last-child {
  margin-bottom: 0;
}
#index-body .application {
  background: #f5f5f5;
  padding-top: 135px;
}
#index-body .application .content {
  margin-top: 71px;
  position: relative;
  z-index: 2;
}
#index-body .application .content .t_1 {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .application .content .imgList {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .application .content .imgList .list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
}
#index-body .application .content .swiper {
  height: 791px;
}
#index-body .application .content .swiper .swiper-slide .box {
  display: block;
  position: relative;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}
#index-body .application .content .swiper .swiper-slide .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 123, 235, 0.8);
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
#index-body .application .content .swiper .swiper-slide .box .cont {
  position: absolute;
  bottom: 68px;
  width: 100%;
  padding: 0 24px 0 42px;
  color: #fff;
}
#index-body .application .content .swiper .swiper-slide .box .cont .title {
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
}
#index-body .application .content .swiper .swiper-slide .box .cont .line {
  max-width: 217px;
  margin: 5px 0 8px;
  height: 1px;
  background-color: #fff;
}
#index-body .application .content .swiper .swiper-slide .box .cont .text {
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 40px;
  height: 130px;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 1.3;
}
#index-body .application .content .swiper .swiper-slide .box .cont .img_bg {
  width: 36px;
  height: 37px;
  margin: 20px 0 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#index-body .application .content .swiper .swiper-slide .box .imgC {
  width: 322px;
  height: 338px;
  position: absolute;
  bottom: 72px;
  left: 142px;
  background-position: bottom center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
#index-body .application .content .swiper .swiper-slide.active,
#index-body .application .content .swiper .swiper-slide:hover {
  z-index: 3;
}
#index-body .application .content .swiper .swiper-slide.active .box .shadow,
#index-body .application .content .swiper .swiper-slide:hover .box .shadow {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#index-body .application .content .swiper .swiper-slide.active .box .imgC,
#index-body .application .content .swiper .swiper-slide:hover .box .imgC {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .application .content .swiper .swiper-slide.active .box .cont .img_bg,
#index-body .application .content .swiper .swiper-slide:hover .box .cont .img_bg {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .application .content .swiper .swiper-slide-next + .swiper-slide + .swiper-slide .box .imgC {
  left: -130px;
}
#index-body .application .content .swiper .swiper-slide-active {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#index-body .advantage {
  background: url(../images/adbg.png) no-repeat center bottom #f5f5f5;
  padding-top: 115px;
}
#index-body .advantage .content {
  margin-top: 49px;
  position: relative;
}
#index-body .advantage .content ul li {
  position: relative;
}
#index-body .advantage .content ul li span.num {
  position: absolute;
  z-index: 1;
  top: 0;
}
#index-body .advantage .content ul li .top i {
  width: 43px;
  display: inline-block;
  vertical-align: middle;
}
#index-body .advantage .content ul li .top span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px;
}
#index-body .advantage .content ul li .con {
  line-height: 2;
  color: #666666;
  margin-top: 14px;
}
#index-body .advantage .content .left .ig {
  max-width: 455px;
}
#index-body .advantage .content .left ul li {
  padding-left: 80px;
  margin-bottom: 97px;
}
#index-body .advantage .content .left ul li span.num {
  left: 0;
}
#index-body .advantage .content .left ul li .top span {
  margin-left: 10px;
}
#index-body .advantage .content .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .advantage .content .right .ig {
  max-width: 490px;
  margin: 0 0 0 auto;
}
#index-body .advantage .content .right ul li {
  padding-right: 80px;
  text-align: right;
  margin-bottom: 46px;
}
#index-body .advantage .content .right ul li span.num {
  right: 0;
}
#index-body .advantage .content .right ul li .top span {
  margin-right: 10px;
}
#index-body .advantage .content .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .advantage .content .img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .news {
  background: #f5f5f5;
  padding: 177px 0 140px;
}
#index-body .news .content {
  margin-top: 57px;
}
#index-body .news .content ul {
  margin: 0 -9px -9px;
}
#index-body .news .content ul li {
  padding: 32px 9px 9px;
}
#index-body .news .content ul li time {
  top: 0;
  left: 38px;
  width: 127px;
  height: 77px;
  background-color: #007beb;
  color: #f4f4f4;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding-top: 11px;
}
#index-body .news .content ul li .ig {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 29px 0px rgba(31, 37, 45, 0.06);
  box-shadow: 0px 1px 29px 0px rgba(31, 37, 45, 0.06);
  padding: 81px 54px 39px 42px;
}
#index-body .news .content ul li .ig span {
  font-size: 16px;
  color: #666666;
}
#index-body .news .content ul li .ig span i {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #007beb;
  border-radius: 50%;
  text-align: center;
  line-height: 21px;
  margin-right: 16px;
}
#index-body .news .content ul li .ig span i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .news .content ul li .ig .tit {
  font-size: 24px;
  line-height: 2;
  text-decoration: underline;
  margin-top: 21px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .ig .tit:hover {
  color: #007beb;
}
#index-body .news .content ul li .ig p {
  color: #666666;
  font-weight: 400;
  margin-top: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .news .content ul li .ig .line {
  display: block;
  height: 1px;
  background-color: #e9e9e9;
  margin-top: 33px;
}
#index-body .news .content ul li .ig .link {
  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: 18px;
  font-weight: 400;
  margin-top: 46px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .ig .link img {
  margin-left: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .ig .link:hover {
  color: #007beb;
}
#index-body .news .content ul li .ig .link:hover img {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
#index-body .partner {
  background: #f5f5f5;
  padding-bottom: 140px;
}
#index-body .partner .title {
  margin-top: 10px;
}
#index-body .partner .content {
  margin-top: 60px;
}
#index-body .partner .content ul {
  margin-right: -25px;
}
#index-body .partner .content ul li {
  padding-right: 25px;
}
#index-body .partner .content ul li .img-box {
  background: #fff;
  height: 165px;
  line-height: 165px;
  text-align: center;
}
#index-body .partner .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
}
strong {
  font-weight: bold;
}
#footer {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .contact {
  background-color: #007beb;
  color: #fff;
}
#footer .contact .left {
  width: 32.8125%;
  padding-right: 48px;
  vertical-align: middle;
}
#footer .contact .left span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  line-height: 98px;
}
#footer .contact .left span img {
  display: inline-block;
  vertical-align: middle;
}
#footer .contact .right {
  width: 67.1875%;
  vertical-align: middle;
  padding: 0 160px 0 66px;
}
#footer .contact .right p {
  line-height: 1.6;
}
#footer .contact .right .form {
  margin-top: 34px;
}
#footer .contact .right .form input,
#footer .contact .right .form textarea {
  width: 100%;
  height: 76px;
  background: #fff;
  border: 0;
  padding: 0 22px;
  color: #e4e4e4;
  font-size: 18px;
  margin-bottom: 9px;
}
#footer .contact .right .form input:last-child,
#footer .contact .right .form textarea:last-child {
  margin-bottom: 0;
}
#footer .contact .right .form input::-webkit-input-placeholder, #footer .contact .right .form textarea::-webkit-input-placeholder {
  color: #e4e4e4;
}
#footer .contact .right .form input:-moz-placeholder, #footer .contact .right .form textarea:-moz-placeholder {
  color: #e4e4e4;
}
#footer .contact .right .form input::-moz-placeholder, #footer .contact .right .form textarea::-moz-placeholder {
  color: #e4e4e4;
}
#footer .contact .right .form input:-ms-input-placeholder, #footer .contact .right .form textarea:-ms-input-placeholder {
  color: #e4e4e4;
}
#footer .contact .right .form input::placeholder,
#footer .contact .right .form textarea::placeholder {
  color: #e4e4e4;
}
#footer .contact .right .form textarea {
  height: 161px;
  padding-top: 7px;
}
#footer .contact .right .form button {
  width: 100%;
  height: 161px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 0;
}
#footer .contact .right .form button img {
  display: block;
  margin: 1px auto 0;
}
#footer .contact .right .form button:hover {
  background: #fff;
  color: #333;
}
#footer .contact .right .form button:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#footer .contact .right .form .slide:nth-child(1) {
  width: 32.519%;
}
#footer .contact .right .form .slide:nth-child(2) {
  width: 46.617%;
  padding: 0 16px 0 13px;
}
#footer .contact .right .form .slide:last-child {
  width: 20.864%;
}
#footer .f-box {
  padding: 110px 0 68px;
}
#footer .f-box .tit {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 32px;
}
#footer .f-box .tit::after {
  content: '';
  width: 32px;
  height: 3px;
  background-color: #007beb;
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 32px;
}
#footer .f-box ul li {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 14px;
  color: #eeeeee;
}
#footer .f-box ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-top: 4px;
}
#footer .f-box ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 13px;
  width: 91%;
}
#footer .f-box ul li a {
  display: inline-block;
  position: relative;
}
#footer .f-box ul li a::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 0;
  height: 1px;
  background: #007beb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box ul li a:hover {
  color: #007beb;
}
#footer .f-box ul li a:hover::after {
  width: 100%;
}
#footer .f-box ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box ul li:hover i img {
  -webkit-filter: none;
  filter: none;
}
#footer .f-box .f-ab {
  margin-top: 6px;
  max-width: 294px;
}
#footer .f-box .f-ab p {
  line-height: 1.4;
  margin-top: 22px;
}
#footer .f-box .f-ab .share {
  margin-top: 57px;
}
#footer .f-box .f-ab .share a {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #151518;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  margin-right: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-ab .share a:last-child {
  margin-right: 0;
}
#footer .f-box .f-ab .share a:hover {
  background: #007beb;
}
#footer .f-box .f-contact {
  max-width: 365px;
}
#footer .f-box .f-contact ul {
  padding-right: 20px;
}
#footer .f-box .f-contact ul li {
  line-height: 1.5;
}
#footer .f-box .f-contact ul li:nth-child(2) i {
  margin-top: 12px;
}
#footer .f-box .f-product {
  max-width: 350px;
}
#footer .f-box .f-product ul {
  margin: -7px -4px;
}
#footer .f-box .f-product ul li {
  padding: 7px 4px;
  margin-bottom: 0;
}
#footer .f-box .f-product ul li .img-box {
  background: #fff;
}
#footer .f-box .f-product ul li .img-box span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-product ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 123, 235, 0.7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-product ul li:hover .img-box::after,
#footer .f-box .f-product ul li:hover .img-box span {
  opacity: 1;
}
#footer .f-copy {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
  position: relative;
  border-top: 1px solid #333;
  padding: 38px 0 65px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: #fff;
  margin-top: -1px;
}
#footer .f-copy svg text {
  fill: #fff;
}
@media screen and (max-width: 1680px) {
  .ui.container {
    max-width: 1400px;
  }
  #header .nav .ui.menu .logo {
    margin-left: 0;
  }
  #header .nav .ui.menu .h-language {
    margin-left: 40px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 60px;
  }
  #header .nav .ui.menu .menu-box ul.menu>li{
    margin-right: 24px;
  }
  #header .nav .ui.menu .h-inquiry {
    font-size: 18px;
    padding-right: 12px;
  }
  #header .nav .ui.menu .h-inquiry i {
    margin-right: 6px;
  }
  #banner .swiper-button-prev {
    left: 60px;
  }
  #banner .swiper-button-next {
    right: 60px;
  }
  #banner .down {
    bottom: 60px;
  }
  #index-body .application .content .swiper .swiper-slide .box .cont .text {
    font-size: 32px;
  }
  #index-body .application .content .swiper .swiper-slide .box .imgC {
    zoom: .8;
  }
  #index-body .advantage .content .img {
    zoom: .82;
  }
  #footer .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #footer .contact .left {
    height: auto;
  }
  #footer .contact .left > img {
    height: 100%;
  }
  #footer .contact .right {
    padding: 20px 60px 20px 66px;
  }
  .fixed-toolbar {
    bottom: 8%;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    max-width: 1220px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin-right: 20px;
  }
  #header .nav .ui.menu .h-language {
    margin-left: 30px;
  }
  #header .nav .ui.menu .h-language span {
    font-size: 16px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 30px;
    font-size: 16px;
  }
  #header .nav .ui.menu .h-inquiry {
    font-size: 16px;
  }
  #header .nav .ui.menu .h-inquiry i{
    width: 40px;
    line-height: 40px;
    height: 40px;
  }
  #index-body .advantage .content .left .ig {
    max-width: 400px;
  }
  #index-body .advantage .content .left ul li {
    padding-left: 60px;
  }
  #index-body .advantage .content .right .ig {
    max-width: 420px;
  }
  #index-body .advantage .content .right ul li {
    padding-right: 60px;
  }
  #index-body .advantage .content .img {
    zoom: .7;
  }
  #index-body .news .content ul li .ig {
    padding: 81px 30px 39px;
  }
  #footer .contact .right {
    padding: 20px 30px 20px 30px;
  }
  .font-48 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container {
    max-width: 1080px;
  }
  #header .nav {
    zoom: .9;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #header .nav .ui.menu .h-language {
    margin-left: 20px;
  }
  #header .nav .ui.menu .h-language span {
    font-size: 14px;
  }
  #header .nav .ui.menu .h-search {
    font-size: 14px;
    margin-left: 20px;
  }
  #header .nav .ui.menu .h-inquiry {
    font-size: 14px;
  }
  #banner .swiper-slide .text .box {
    padding-left: 60px;
  }
  #banner .swiper-button-prev {
    left: 15px;
  }
  #banner .swiper-button-next {
    right: 15px;
  }
  .font-48 {
    font-size: 36px;
    line-height: 1.5;
  }
  #banner .down img {
    margin-left: 60px;
  }
  #index-body .application .content .swiper {
    height: 700px;
  }
  #index-body .advantage .content .img {
    zoom: .5;
  }
  #index-body .news .content ul li .ig .tit {
    font-size: 20px;
  }
  #footer .f-box .f-product {
    max-width: 263px;
  }
  #footer .f-box .f-ab {
    margin-top: 6px;
    max-width: 280px;
  }
  #footer .f-box .f-contact {
    max-width: 342px;
  }
  #footer .f-box .tit {
    font-size: 22px;
  }
  #footer .f-box .tit::after {
    width: 20px;
    margin: 3px 0 0 5px;
  }
  #footer .f-box .f-contact {
    max-width: 310px;
  }
  .fixed-toolbar {
    bottom: 12%;
  }
}
@media screen and (max-width: 1100px) {
  .ui.container {
    max-width: 970px;
  }
  #header .nav {
    zoom: .8;
  }
  #banner .swiper-slide .text .box span {
    font-size: 20px;
  }
  #banner .swiper-slide .text .box .tit {
    margin-top: 0;
  }
  #banner .swiper-slide .text .box .btn {
    margin-top: 20px;
  }
  #index-body .i-product {
    padding: 100px 0 87px;
  }
  .more {
    font-size: 18px;
  }
  #index-body .about .left .bottom .play {
    margin-left: 100px;
  }
  #index-body .about .right .ig ul li .text .num {
    font-size: 80px;
  }
  #index-body .advantage .content .img {
    display: none;
  }
  #index-body .news .content ul li .ig {
    padding: 81px 12px 39px;
  }
  #index-body .news .content ul li time {
    left: 19px;
  }
  #footer .f-box ul li {
    font-size: 16px;
  }
  #footer .f-box .f-ab {
    max-width: 240px;
  }
  #footer .f-box .f-ab .share a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #footer .f-box .f-contact {
    max-width: 290px;
  }
  #footer .f-box .tit {
    font-size: 19px;
  }
}
@media screen and (max-width: 1000px) {
  .biaoge table tbody {
    min-width: initial!important;
}
  #header .nav {
    padding: 0;
    zoom: 1;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    height: 60px;
    width: auto;
  }
  #header .nav .ui.menu .box {
    display: none;
  }
  #header .nav .ui.menu .h-language,
  #header .nav .ui.menu .h-inquiry {
    display: none;
  }
  #banner {
    padding-top: 60px;
  }
  #banner .swiper-slide .text .box span {
    font-size: 18px;
  }
  #banner .down {
    display: none;
  }
  .font-48 {
    font-size: 30px;
  }
  .more {
    padding: 12px 20px;
  }
  #index-body .i-product {
    padding: 60px 0;
  }
  #index-body .i-product .content ul {
    text-align: left;
  }
  #index-body .i-product .content ul li {
    text-align: center;
  }
  #index-body .about {
    padding: 60px 0;
  }
  #index-body .about .left {
    width: 100%;
  }
  #index-body .about .left .title,
  #index-body .about .left .con {
    margin-top: 20px;
  }
  #index-body .about .left .bottom {
    margin-top: 62px;
  }
  #index-body .about .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  #index-body .about .right .ig {
    max-width: 100%;
  }
  #index-body .about .right .ig ul li {
    margin-bottom: 30px;
  }
  #index-body .application {
    padding-top: 60px;
  }
  #index-body .application .content {
    margin-top: 20px;
  }
  #index-body .application .content .swiper {
    height: 620px;
  }
  #index-body .application .content .swiper .swiper-slide .box .cont {
    padding: 0 8px;
  }
  #index-body .application .content .swiper .swiper-slide .box .cont .title {
    font-size: 20px;
  }
  #index-body .application .content .swiper .swiper-slide .box .cont .text {
    font-size: 26px;
    word-break: break-all;
  }
  #index-body .advantage {
    padding-top: 60px;
  }
  #index-body .advantage .content .left ul li {
    margin-bottom: 62px;
  }
  #index-body .news {
    padding: 60px 0;
  }
  #index-body .partner {
    padding-bottom: 60px;
  }
  #footer .contact .left {
    width: 100%;
  }
  #footer .contact .left > img {
    width: 100%;
  }
  #footer .contact .right {
    width: 100%;
    padding: 20px 15px;
  }
  #footer .contact .right .form {
    margin-top: 20px;
  }
  #footer .contact .right .form input,
  #footer .contact .right .form textarea {
    height: 60px;
  }
  #footer .contact .right .form textarea {
    height: 100px;
  }
  #footer .contact .right .form button {
    height: 60px;
  }
  #footer .contact .right .form button img {
    display: inline-block;
    vertical-align: middle;
    zoom: .6;
    margin-left: 7px;
  }
  #footer .contact .right .form .slide:nth-child(1) {
    width: 100%;
  }
  #footer .contact .right .form .slide:nth-child(2) {
    width: 100%;
    padding: 9px 0;
  }
  #footer .contact .right .form .slide:nth-child(3) {
    width: 36%;
  }
  #footer .f-box {
    padding: 60px 0;
  }
  #footer .f-box .tit {
    font-size: 24px;
  }
  #footer .f-box .f-link,
  #footer .f-box .f-product {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 320px;
  }
  #footer .f-copy {
    display: block;
    padding: 12px 0;
  }
  #footer .f-copy p {
    display: inline;
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-slide .text .box span {
    font-size: 16px;
    line-height: 1.6;
  }
  #banner .swiper-slide .text .box .tit {
    font-size: 26px;
  }
  #banner .swiper-slide .text .box .left {
    width: 100%;
  }
  #banner .swiper-slide .text .box .right {
    display: none;
  }
  #banner .swiper-button-next,
  #banner .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .more {
    font-size: 16px;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  #index-body .about {
    padding: 30px 0;
  }
  #index-body .about .left .bottom {
    margin-top: 20px;
  }
  #index-body .application {
    display: none;
  }
  #index-body .advantage {
    padding-top: 30px;
  }
  #index-body .advantage .content .left {
    width: 100%;
  }
  #index-body .advantage .content .left .ig {
    max-width: 100%;
  }
  #index-body .advantage .content .left .ig ul li {
    margin-bottom: 20px;
  }
  #index-body .advantage .content .right {
    width: 100%;
    padding-top: 20px;
  }
  #index-body .advantage .content .right .ig {
    max-width: 100%;
  }
  #index-body .advantage .content .right .ig ul li {
    padding: 0 0 0 60px;
    text-align: left;
    margin-bottom: 20px;
  }
  #index-body .advantage .content .right .ig ul li span.num {
    left: 0;
    right: initial;
  }
  #index-body .advantage .content .right .ig ul li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #index-body .advantage .content .right .ig ul li .top span {
    margin: 0 0 0 10px;
  }
  #index-body .news {
    padding: 30px 0;
  }
  #index-body .news .content {
    margin-top: 20px;
  }
  #index-body .news .content ul li time {
    font-size: 20px;
  }
  #index-body .news .content ul li .ig {
    padding: 60px 12px 30px;
  }
  #index-body .news .content ul li .ig .link {
    margin-top: 20px;
  }
  #index-body .partner {
    padding-bottom: 30px;
  }
  #index-body .partner .content {
    margin-top: 30px;
  }
  .font-56 {
    font-size: 46px;
  }
  .font-46 {
    font-size: 36px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8;
  }
  #footer .f-box {
    padding: 30px 0;
    display: block;
  }
  #footer .f-box .f-ab {
    max-width: 100%;
  }
  #footer .f-box .f-ab .share {
    margin-top: 20px;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
    margin-top: 20px;
  }
  .fixed-toolbar {
    bottom: 10%;
  }
}
@media screen and (max-width: 500px) {
  #banner .swiper-slide > img {
    min-height: 240px;
  }
  #banner .swiper-slide .text .box {
    padding-left: 0;
  }
  #banner .swiper-slide .text .box span {
    font-size: 14px;
    line-height: 2;
  }
  #banner .swiper-slide .text .box .tit {
    font-size: 21px;
    line-height: 1.5;
  }
  #banner .swiper-slide .text .box .btn {
    margin-top: 9px;
  }
  #banner .swiper-button-next,
  #banner .swiper-button-prev {
    display: none;
  }
  .more {
    font-size: 14px;
  }
  .font-46 {
    font-size: 30px;
  }
  .font-56 {
    font-size: 40px;
  }
  #index-body .i-product .content ul {
    margin: -6px 0;
  }
  #index-body .i-product .content ul li {
    padding: 6px 0;
  }
  #index-body .i-product .content ul li .tit {
    margin-top: 8px;
  }
  #index-body .about .left .bottom .play {
    margin-left: 18px;
  }
  #index-body .about .right {
    display: none;
  }
  .fixed-toolbar {
    bottom: 9%;
    zoom: .7;
  }
  #footer .f-copy {
    font-size: 16px;
  }
}
#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: bold;
  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;
  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%;
  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: #007beb;
}
#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: #007beb;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #007beb;
  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;
}
.font-45{
  font-size: 45px;
}
.more_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.more_btn .mores {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: black;
  padding: 0 30px;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  border-radius: 27px;
  border: 1px solid black;
  display: inline-block;
}
.more_btn .mores span {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.more_btn .mores::after {
  content: attr(data-text);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%!important;
  height: 100%!important;
  color: white;
  font-size: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(-60px) skewX(0) ;
  -moz-transform: translateY(-60px) skewX(0);
  -ms-transform: translateY(-60px) skewX(0) ;
  transform: translateY(-60px) skewX(0);
}
.more_btn .arrow {
  background-color: black;
  display: inline-block;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin-left: -20px;
  z-index: 2;
  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;
}
.more_btn .arrow img {
  vertical-align: middle;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more_btn:hover span {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.more_btn:hover .mores::after {
  top: 0%;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  right: 0!important;
}
.more_btn:hover .arrow {
  background-color: var(--base-color);
}
.more_btn:hover .arrow img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.i-title {
  font-weight: bold;
  line-height: 1;
}
.inner-banner {
  position: relative;
}
.inner-banner .ui.container {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.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-right: 15px;
}
.inner-banner .ui.container .box .mbx a::after {
  content: "";
  position: absolute;
  right: 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: #007beb;
}
.inner-banner .ui.container .box .more_btn .mores {
  border-color: rgba(255, 255, 255, 0.6);
  color: white;
}
.inner-banner .ui.container .box .more_btn .arrow {
  background: #007beb;
}
#index-body .i-advantage {
  padding-bottom: 130px;
  padding-top: 90px;
  position: relative;
}
#index-body .i-advantage .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fafafa;
  width: 71%;
  height: 70%;
  z-index: -1;
}
#index-body .i-advantage .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 184px;
  justify-content: space-between;
  align-items: center;
}
#index-body .i-advantage .top .i-title {
  width: 60%;
  margin-left: 55px;
}
#index-body .i-advantage .top .more_btn {
  position: absolute;
  right: 0;
}
#index-body .i-advantage .top .more_btn a.more:before{
  display: none;
}
#index-body .i-advantage .top .more_btn a.more:after{
  background: transparent;
}
#index-body .i-advantage .top .more_btn a.more{
  color: #000;
}
#index-body .i-advantage .top .more_btn .more {
  border-color: rgba(0, 0, 0, 0.1);
}
#index-body .i-advantage .top .more_btn .more::after {
  color: black;
}
#index-body .i-advantage .list {
  padding-left: 0px;
}
#index-body .i-advantage ul {
  margin: -25px;
}
#index-body .i-advantage ul .slick-list {
  padding-top: 20px;
}
#index-body .i-advantage ul li {
  padding: 25px;
}
#index-body .i-advantage ul li .box {
  border: 1px solid #b5b5b5;
  position: relative;
  padding: 70px 35px;
  background: white;
}
#index-body .i-advantage ul li .box .num {
  font-size: 18px;
  width: 48px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #007beb;
  color: white;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
#index-body .i-advantage ul li .box .h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 66px 0 15px;
}
#index-body .i-advantage ul li .box .des {
  font-size: 16px;
  line-height: 2;
  color: #4d4d4d;
  height: 96px;
  overflow-y: auto;
}
#index-body .i-advantage ul li .box .border i {
  position: absolute;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  background: #000;
}
#index-body .i-advantage ul li .box .border i:nth-child(1) {
  left: -1px;
  top: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(2) {
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box .border i:nth-child(3) {
  right: -1px;
  bottom: 0;
  width: 1px;
  height: 0;
}
#index-body .i-advantage ul li .box .border i:nth-child(4) {
  right: 0;
  top: -1px;
  width: 0;
  height: 1px;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(1) {
  height: 100%;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(3) {
  height: 100%;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
}
#index-body .i-advantage ul li .box:hover .border i:nth-child(4) {
  width: 100%;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
.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-left: 100px;
}
.about-page .about-1 .top .i-title {
  width: 40%;
  margin-left: 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(right, #fafafa 66%, transparent 66% 100%);
  background: -moz-linear-gradient(right, #fafafa 66%, transparent 66% 100%);
  background: linear-gradient(to left, #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: #007beb;
}
.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;
  right: 250px;
  top: -110px;
}
.about-page .about-1 .box .play img {
  vertical-align: middle;
}
.about-page .about-1 .box .play::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/finescrews/2025/03/19/111111.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-left: 50px;
  padding-right: 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-tag {
  padding-top: 20px;
}
.about-page .about-2 .top .i-title {
  width: 45%;
  margin-left: 40px;
}
.about-page .about-2 .top .more_btn {
  position: absolute;
  right: 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 .mores {
  border-color: white;
  color: white;
}
.about-page .about-2 .list {
  padding-left: 230px;
}
.about-page .about-2 .list ul {
  margin: -11px;
}
.about-page .about-2 .list ul .slick-list {
  padding-right: 30%;
}
.about-page .about-2 .list ul li {
  padding: 11px;
}
.about-page .about-2 .list ul li .box {
  position: relative;
  border-bottom: 2px solid #007beb;
}
.about-page .about-2 .list ul li .box .h4 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 80px 20px 10px;
}
.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;
  right: 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-right: 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(/finescrews/2025/02/12/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-left: 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-right: 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: #007beb;*/
  color: white;
  /*height: 40px;
  line-height: 44px;*/
  border-radius: 20px;
  position: absolute;
  right: 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: #007beb;
  line-height: 1;
}
.about-page .about-num ul li .h2 em {
  font-size: 50px;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-left {
  0% {
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-right {
  0% {
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.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: #007beb;
}
.product-page {
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-page .sideLeft {
  width: 24% !important;
}
.product-page .sideLeft .top {
  background:#f5f5f5;
  padding: 35px 0 50px;
  margin-bottom: 20px;
}
.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(0, 0, 0, 0.4);
  padding: 5px;
}
.product-page .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}
.product-page .sideLeft .top .form input[type="submit"] {
  position: absolute;
  right: 10px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  background: url(../images/search.png) no-repeat center #007beb;
  padding: 0;
}
.product-page .sideLeft .top .nav .font-30 {
  line-height: 1.1;
  padding: 0 15px;
  margin: 30px 0;
}
.product-page .sideLeft .top .nav ul li > a {
  position: relative;
  padding: 15px 25px 15px 15px;
  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(0, 0, 0, 0.1);
  line-height: 1;
}
.product-page .sideLeft .top .nav ul li ul li > a{
  font-size: 16px;
  color: #999;
}
.product-page .sideLeft .top .nav ul li > a::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 100%;
  border-left: 0px solid transparent;
  border-bottom: 0px solid #a48b00;
  border-right: 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;
  right: 25px;
  top: 20px;
  z-index: 9;
  cursor: pointer;
  filter: invert(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideLeft .top .nav ul li img.dec.active{
  transform: rotate(90deg);
}
.product-page .sideLeft .top .nav ul li > a::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: #007beb;
  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(#007beb), to(transparent));
  background: -webkit-linear-gradient(left, #007beb, transparent);
  background: -moz-linear-gradient(left, #007beb, transparent);
  background: linear-gradient(to right, #007beb, transparent);
  color: #fff;
}
.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(/finescrews/2025/02/11/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: 76% !important;
  padding-left: 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: 10px;
  background: #f5f5f5;
  /*padding: 36px 50px;*/
}
.product-page .sideRight ul li p {
  font-size: 16px;
  line-height: 2;
  color: #6d6d6d;
  margin: 15px 0 30px;
}
.prodet-page .prodet-1 {
  padding: 80px 0;
}
.prodet-page .prodet-1 .left {
 display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.prodet-page .prodet-1 .left .gallery{
  width: 20%;
  padding-right: 4%;
}
.prodet-page .prodet-1 .left .big{
  width: 80%;
}
.prodet-page .prodet-1 .left .gallery 
.prodet-page .prodet-1 .left a {
  background: #fbfbfb;
  border-radius: 10px;
  display: block;
  text-align: center;
  padding: 77px 50px;
}
.prodet-page .prodet-1 .right {
  /*width: 65%;*/
  padding-left: 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 .left .gallery {
  margin-top: 20px;
}
.prodet-page .prodet-1 .left .gallery ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .gallery ul .slick-arrow{
  position: absolute;
  left: 40%;
  -webkit-transform: rotate(90deg) translateX(-50%);
  -moz-transform: rotate(90deg) translateX(-50%);
  -ms-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  width: 30px;
  height: 30px;
  border: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20% 20%;
  background-color: rgba(0,0,0,0.6);
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.prodet-page .prodet-1 .left .gallery ul .slick-prev{
  top: 10px;
  background-image: url(../images/banner-btn-l.png);
}
.prodet-page .prodet-1 .left .gallery ul .slick-next{
  bottom: -20px;
  background-image: url(../images/banner-btn-r.png);
}
.prodet-page .prodet-1 .left .gallery ul .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .left .gallery ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .left .gallery ul li a {
  border-radius: 10px;
  display: block;
  background: #fbfbfb;
  padding: 0;
  /*padding: 30px 50px;*/
}
.prodet-page .prodet-1 .left .gallery ul li a img {
  width: auto;
  margin: auto;
}
.prodet-page .prodet-1 .right .more_btn .mores::after {
  color: black;
}
.more_btn:hover .arrow{
  background: #007beb;
}
.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 50px 0;
  position: relative;
  font-weight: 600;
}
.prodet-page .prodet-2 ul.options li a {
  position: relative;
}
.prodet-page .prodet-2 ul.options li a::after {
  content: "";
  position: absolute;
  left: -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: #007beb;
}
.prodet-page .prodet-2 ul.options li.active {
  background: #007beb;
  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;
}
.w-100 {
  width: 100%;
}
.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 .fa {
  position: absolute;
  right: 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 .mores::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: left;
}
.newdet-page .newdet-1 .content p {
    font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}
.newdet-page .newdet-1 .content ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
.newdet-page .newdet-1 .content h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}
.newdet-page .newdet-1 .content h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: #007beb;
}
.newdet-page .newdet-1 .content ol li,.newdet-page .newdet-1 .content ul li {
    list-style: disc;
    list-style-position: inside;
}

.newdet-page .newdet-1 .m-link{
  text-align: left;
  line-height: 1.6;
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page .tab {
  font-size: 0;
  margin: 0;
  margin-bottom: 40px;
}
.gallery-page .tab li {
  text-align: center;
  padding: 24px 0;
  position: relative;
}
.gallery-page .tab li a {
  overflow: hidden;
  height: 100%;
  display: block;
  background: #999;
  padding: 20px 46px 20px 46px;
}
.gallery-page .tab li a::after{
  background: #0041b9;
}
.gallery-page .tab li a.active::after{
  width: 100%;
}
.gallery-page .tab li a:hover{
  color: #fff;
}
.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;
}
.about-page #index-body .i-advantage {
  background: url(/finescrews/2025/02/12/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;
}
@-webkit-keyframes round {
  from {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-moz-keyframes round {
  from {
    -moz-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes round {
  from {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.hose-page .hose-6 {
  padding: 100px 0 330px;
  background: url(/finescrews/2025/02/12/hose-form-bg-2.jpg) 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-right: 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;
  right: 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;
}
@media screen and (max-width: 1600px) {
  .about-page .about-1 .box .wrap .right {
    padding-right: 120px;
  }
  .about-page .about-1 .box ul li {
    width: 40%;
  }
  .about-page .about-2 .list {
    padding-left: 90px;
  }
  #index-body .i-advantage ul {
    margin: -13px;
  }
  #index-body .i-advantage ul li {
    padding: 13px;
  }
  #index-body .i-advantage .list {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .box ul li .h3 em {
    font-size: 30px;
  }
  .about-page .about-1 .box .play {
    right: 150px;
  }
  .about-page .about-3 .right ul li:hover .h3,
  .about-page .about-3 .right ul li.active .h3 {
    font-size: 34px;
  }
  .about-page #index-body .i-advantage.honor .top{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .about-page #index-body .i-advantage.honor .top{
    flex-wrap: wrap;
  }
  .inner-banner .ui.container h2 {
    font-size: 42px;
  }
  .about-page .about-1 .box .wrap .right {
    padding-right: 60px;
  }
  .about-page .about-2 .list ul li .box .h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .font-45 {
    font-size: 24px;
}
.product-page {
  padding-top: 10px;
  padding-bottom: 100px;
}
.newdet-page .newdet-1 .m-link{
  text-align: left;
  line-height: 2;
}
  .about-page .about-3 .left{
  flex-wrap: wrap;
}
.about-page .about-1 .box .wrap .right .content{
  font-size: 14px;
  line-height: 2;
}
#index-body .i-advantage .top .more_btn {
    position: relative;
  }
  #index-body .i-advantage .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-advantage .top .i-title {
    width: 100%;
    margin-left: 0;
    margin: 20px 0;
  }
    #index-body .i-advantage .list {
    padding: 0 15px;
  }
  .about-page #index-body .i-advantage{
    background: #fff;
  }
  .inner-banner{
    padding-top: 60px;
  }
  .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-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .top .i-title {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .inner-banner .ui.container h2 {
    font-size: 38px;
  }
  .about-page .about-1 .box ul {
    width: 75%;
  }
  .about-page .about-1 .box .play {
    right: 35px;
    display: none;
  }
  .about-page .about-2 .list {
    padding-left: 20px;
  }
  .about-page .about-2 .top .more_btn {
    position: relative;
    left: 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-left: 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-right: 0;
  }
  .product-page .sideLeft {
    display: none;
  }
  .product-page .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .news-page ul li{
     width: 50%!important;
  }
  .newdet-page .newdet-1 h1{
    font-size: 28px;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    padding-left: 0;
    padding-top:20px; 
  }
  .prodet-page .prodet-1 .left .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;
  }
  .hose-page .hose-6 .top{
    width: 100%;
  }
}
@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%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about-page .about-1 .box .wrap .right {
    padding: 0 15px;
  }
  .about-page .about-3 .right ul li {
    padding-right: 0;
  }
  .about-page .about-3 .right ul li .time {
    position: relative;
    left: 0;
    display: inline-block;
    top: 12px;
  }
   .newdet-page .newdet-1 h1{
    font-size: 22px;
  }
    #index-body .i-advantage .top {
    margin-bottom: 66px;
  }
  .hose-page .hose-6 .form{
    padding-right: 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%);
  }
}
@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%;
  }
}
.i-tag {
    font-size: 20px;
    font-weight: 600;
    color: #007beb;
}
.i-tag i {
    display: inline-block;
    vertical-align: middle;
    background-color: #007beb;
    width: 40px;
    height: 1px;
    margin-right: 20px;
}
.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 table td:nth-child(1){
  width: 20% !important;
}
.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: #007beb;
  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;
}
.cases-page {
  padding: 6.255% 0 7.116%;
}
.cases-page .list ul {
  margin: 0 -28px -70px 0;
}
.cases-page .list ul li {
  padding: 0 28px 70px 0;
}
.cases-page .list ul li .ig {
  position: relative;
  overflow: hidden;
}
.cases-page .list ul li .ig .img-box img {
  width: 100%;
}
.cases-page .list ul li .ig .text {
  position: absolute;
  bottom: -51%;
  left: 0;
  width: 100%;
  padding: 0 25px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cases-page .list ul li .ig .text .tit {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.cases-page .list ul li .ig .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  margin-top: 18px;
}
.cases-page .list ul li .ig .text .more {
  margin-top: 26px;
}
.cases-page .list ul li .ig:hover .text {
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(10, 10, 10, 0.5);
}
.cases-page .list ul li .ig:hover .text .more {
  width: 237px;
}
@media screen and (max-width: 1220px) {
  .cases-page .list ul li .ig .text {
    bottom: -55%;
  }
}
@media screen and (max-width: 1130px) {
  .cases-page .list ul li .ig .text {
    bottom: -60%;
  }
}
@media screen and (max-width: 1050px) {
  .cases-page .list ul li .ig .text {
    bottom: -65%;
  }
}
@media screen and (max-width: 1000px) {
  .cases-page .list ul {
    margin: 0 -20px -30px 0;
  }
  .cases-page .list ul li {
    padding: 0 20px 30px 0;
  }
  .cases-page .list ul li .ig .text {
    position: initial;
    background: rgba(10, 10, 10, 0.5);
    padding: 20px 15px;
    display: block;
  }
  .cases-page .list ul li .ig .text p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .cases-page .list ul li .ig .text .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .cases-page .list ul li .ig:hover .text .more {
    width: auto;
  }
  .cases-page .list ul li .ig .text .more em {
    margin-left: -13px;
  }
}
.prodet1-page {
  padding-bottom: 5.108%;
}
.prodet1-page .prodet-1 {
  padding-top: 9.167%;
  position: relative;
}
.prodet1-page .prodet-1 .swiper {
  overflow: hidden;
}
.prodet1-page .prodet-1 .swiper-slide-shadow-right {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.prodet1-page .prodet-1 .swiper-slide-shadow-left {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.prodet1-page .prodet-1 .swiper-button-next,
.prodet1-page .prodet-1 .swiper-button-prev {
  top: 59%;
  -webkit-filter: brightness(0) opacity(0.3);
  filter: brightness(0) opacity(0.3);
}
.prodet1-page .prodet-1 .swiper-button-prev {
  left: -67px;
}
.prodet1-page .prodet-1 .swiper-button-next {
  right: -67px;
}
.prodet1-page .prodet-2 {
  margin-top: 61px;
}
.prodet1-page .prodet-2 .top {
  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;
}
.prodet1-page .prodet-2 .top h1 {
  margin-top: 0;
}
.prodet1-page .prodet-2 .options {
  margin-top: 66px;
}
.prodet1-page .prodet-2 .options ul {
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet1-page .prodet-2 .options ul li {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgba(41, 43, 44, 0.5);
  margin-right: 161px;
  padding-bottom: 8px;
  position: relative;
  cursor: pointer;
}
.prodet1-page .prodet-2 .options ul li:last-child {
  margin-right: 0;
}
.prodet1-page .prodet-2 .options ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #292b2c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet1-page .prodet-2 .options ul li:hover,
.prodet1-page .prodet-2 .options ul li.active {
  color: #292b2c;
}
.prodet1-page .prodet-2 .options ul li:hover::after,
.prodet1-page .prodet-2 .options ul li.active::after {
  width: 100%;
}
.prodet1-page .prodet-2 .ret {
  margin-top: 54px;
}
.prodet1-page .prodet-2 .ret .tit {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  color: #292b2c;
  margin-bottom: 15px;
  display: none;
}
.prodet1-page .prodet-2 .ret .con {
  color: #57595a;
}
.prodet1-page .prodet-2 .ret .con p {
  margin-top: 5px;
}
.prodet1-page .prodet-2 .ret .con p:first-child {
  margin-top: 0;
}
.prodet1-page .prodet-2 .list {
  border-top: 1px solid #dcdcdc;
  margin-top: 45px;
  padding-top: 29px;
  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;
}
.prodet1-page .prodet-2 .list .share a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 21px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet1-page .prodet-2 .list .share a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0) opacity(0.9);
  filter: brightness(0) opacity(0.9);
}
.prodet1-page .prodet-2 .list .share a:last-child {
  margin-right: 0;
}
.prodet1-page .prodet-2 .list .share a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.Auxil-related {
  text-align: center;
}
.Auxil-related .slick-arrow{
  position: absolute;
  top: 40%;
  width: 46px;
  height: 46px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.Auxil-related .slick-arrow:hover{
  background-color: #292b2c;
}
.Auxil-related .slick-prev{
  left: -13.2%;
  background: url(../images/fenlei-left.png) no-repeat center;
}
.Auxil-related .slick-next{
  right: -10.8%;
  background: url(../images/fenlei-right.png) no-repeat center;
}
.Auxil-related .content {
  margin-top: 45px;
}
.Auxil-related .content ul {
  margin-right: -20px;
}
.Auxil-related .content ul li {
  padding-right: 20px;
}
.Auxil-related .content ul li .img-box {
  border: 1px solid #e5e5e5;
}
.Auxil-related .content ul li .tit {
  font-size: 20px;
  font-weight: 600;
  color: #292b2c;
  padding: 9px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.Auxil-related .content ul li .tit:hover {
  background: #292b2c;
  color: #fff;
}
.prodet1-page .Auxil-related {
  margin-top: 116px;
}
.contact-page .contact-1 .form {
  margin-top: 59px;
}
.contact-page .contact-1 .form ul {
  margin: 0 -38px -66px 0;
}
.contact-page .contact-1 .form ul li {
  padding: 0 38px 66px 0;
}
.contact-page .contact-1 .form ul li input {
  width: 100%;
  height: 38px;
  color: #57595a;
  font-size: 18px;
  border: 0;
  border-bottom: 1px solid #292b2c;
}
.contact-page .contact-1 .form ul li input::-webkit-input-placeholder {
  color: #57595a;
}
.contact-page .contact-1 .form ul li input:-moz-placeholder {
  color: #57595a;
}
.contact-page .contact-1 .form ul li input::-moz-placeholder {
  color: #57595a;
}
.contact-page .contact-1 .form ul li input:-ms-input-placeholder {
  color: #57595a;
}
.contact-page .contact-1 .form ul li input::placeholder {
  color: #57595a;
}
.contact-page .contact-1 .form ul li input:focus {
  border-color: #007beb;
}
.contact-page .contact-1 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .form ul li .more {
  display: block;
  width: 100%;
  text-align: center;
  background: #292b2c;
}
.contact-page .contact-1 .form ul li .more::after {
  background: #007beb;
  left: 0;
  right: 0;
  width: 0;
}
.contact-page .contact-1 .form ul li .more:hover::after {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .prodet1-page .Auxil-related {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet1-page .prodet-1 {
    padding: 9.167% 20px 0;
  }
  .prodet1-page .prodet-1 .swiper-button-next,
  .prodet1-page .prodet-1 .swiper-button-prev {
    zoom: .8;
  }
  .prodet1-page .prodet-1 .swiper-button-next {
    right: -10px;
  }
  .prodet1-page .prodet-1 .swiper-button-prev {
    left: -10px;
  }
  .prodet1-page .prodet-2 .top {
    display: block;
  }
  .prodet1-page .prodet-2 .top .more {
    margin-top: 20px;
  }
  .prodet1-page .prodet-2 .list {
    display: block;
  }
  .prodet1-page .prodet-2 .list .share {
    margin-top: 10px;
  }
  .Auxil-related .content ul li .tit {
    font-size: 20px;
  }
    .contact-page .contact-1 .form ul {
    margin: 0 -20px -40px 0;
  }
  .contact-page .contact-1 .form ul li {
    padding: 0 20px 40px 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet1-page .prodet-2 {
    margin-top: 30px;
  }
  .prodet1-page .prodet-2 .options {
    margin-top: 30px;
  }
  .prodet1-page .prodet-2 .options ul li {
    font-size: 22px;
    margin-right: 80px;
  }
  .prodet1-page .prodet-2 .ret {
    margin-top: 30px;
  }
  .inner-page .Auxil-about .box .img {
    width: 100%;
  }
  .inner-page .Auxil-about .box .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .inner-page .Auxil-news .content {
    margin-top: 20px;
  }
  .inner-page .Auxil-news .content ul li .ig .tit {
    font-size: 20px;
  }
  .inner-page .Auxil-news .content ul li .ig p {
    width: 100%;
    margin-top: 10px;
  }
   .contact-page .contact-1 .form {
    margin-top: 30px;
  }
  .contact-page .contact-1 .form ul li:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .prodet1-page .prodet-2 .options {
    display: none;
  }
  .prodet1-page .prodet-2 .ret .slide {
    display: block;
    margin-top: 15px;
  }
  .prodet1-page .prodet-2 .ret .slide .tit {
    display: block;
  }
  .prodet1-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
  .Auxil-related .content {
    margin-top: 20px;
  }
}
.design-page {
  padding-bottom: 0;
}

.design-page .index_line{
    width: 124px;
    height: 3px;
    background-color: #000;
}

.design-page .init-1 .container .tip_title {
  text-align: center;
}

.design-page .init-1 .container .tip_des {
  color: #444444;
  max-width: 880px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 2;
}

.design-page .init-1 .container .list_cont {
  margin-top: 40px;
  margin: 40px -40px 0;
}

.design-page .init-1 .container .list_cont .list {
  padding: 0 40px;
  margin-top: 40px;
}

.design-page .init-1 .container .list_cont .list .list_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.design-page .init-1 .container .list_cont .list .list_2 .left {
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  min-width: 80px;
  margin-right: 10px;
}

.design-page .init-1 .container .list_cont .list .list_2 .left .sub {
  margin-left: -8px;
}

.design-page .init-1 .container .list_cont .list .list_2 .right .title {
  font-size: 20px;
}

.design-page .init-1 .container .list_cont .list .list_2 .right .des {
  color: #2c2c2c;
  margin-top: 10px;
  line-height: 2;
}

.design-page .init-1 .container .list_cont .list:nth-child(2) .left {
  min-width: 110px;
}

.design-page .init-2 .container {
  background-color: #fafafa;
}

.design-page .init-2 .container .left {
  vertical-align: middle;
}

.design-page .init-2 .container .left img {
  display: block;
  width: 100%;
}

.design-page .init-2 .container .right {
  background-color: #fafafa;
  vertical-align: middle;
  padding: 60px;
}

.design-page .init-2 .container .right .tips {
  font-weight: 300;
  color: #8a8a8a;
  /*font-style: italic;*/
  text-transform: uppercase;
}

.design-page .init-2 .container .right .title_2 {
  margin-top: 10px;
}

.design-page .init-2 .container .right .index_line {
  height: 5px;
  margin-top: 10px;
}

.design-page .init-2 .container .right .des {
  color: #444444;
  margin-top: 30px;
  line-height: 2;
}

.design-page .init-3 .container .tip_title {
  font-weight: bold;
  text-align: center;
}

.design-page .init-3 .container .index_line {
  height: 5px;
  margin: 10px auto 0;
}

.design-page .init-3 .container .content {
  margin: 40px -8px 0;
}

.design-page .init-3 .container .content .slick li {
  padding: 0 8px;
}

.design-page .init-3 .container .content .slick li .box a {
  display: block;
  text-align: center;
}

.design-page .init-3 .container .content .slick li .box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.design-page .init-3 .container .content .slick li .box .text {
  margin-top: 16px;
  line-height: 30px;
  font-weight: 300;
}

.design-page .init-4 {
  padding: 90px 0;
  background-color: #fafafa;
}

.design-page .init-4 .container .left {
  vertical-align: middle;
  width: 500px;
}

.design-page .init-4 .container .left .des {
  margin-top: 10px;
  color: #444444;
  line-height: 1.8;
  padding-right: 40px;
}

.design-page .init-4 .container .left .more_c {
  margin-top: 20px;
}

.design-page .init-4 .container .left .more_c .more {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  margin-right: 4px;
  background-color: #000;
}

.design-page .init-4 .container .left .more_c .more::before {
  background-color: #007beb;
}

.design-page .init-4 .container .right {
  vertical-align: middle;
  width: -webkit-calc(-400%);
  width: -moz-calc(-400%);
  width: calc(100% - 500px);
}

.design-page .init-4 .container .right .slick li {
  padding: 0 14px;
}

.design-page .init-4 .container .right .slick li .box .img {
  display: block;
}

.design-page .init-4 .container .right .slick li .box .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.design-page .init-5 {
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0 190px 0;
  text-align: right;
}
.design-page .init-5 .container .index_line {
  height: 5px;
  margin: 20px 0 0 auto;
}
.design-page .init-5 .container .des {
  max-width: 620px;
  margin: 20px 0 0 auto;
  line-height: 2;
  color: #444444;
  font-weight: 300;
}
.design-page .init-5 .container .more_c .more {
  margin-top: 40px;
  margin-right: 4px;
  display: inline-block;
  padding: 12px 40px;
  background-color: #f9f9f9;
  color: #007beb;
  text-transform: uppercase;
}
.design-page .init-5 .container .more_c .more::before{
  background: #007beb;
}
.design-page .init-5 .container .more_c .more span{
  position: relative;
  z-index: 2;
}
.design-page .init-5 .container .more_c .more:hover {
  color: #ffffff;
}
.pt-100 {
  padding-top: 100px;
}
.pt-80 {
  padding-top: 80px;
}
@media screen and (max-width: 1000px) {
  .design-page .index_line{
    display: none;
  }
  .design-page .init-1 .container .list_cont {
    margin: 40px -10px 0;
  }
  .design-page .init-1 .container .list_cont .list {
    padding: 0 10px;
  }
  .design-page .init-1 .container .list_cont .list .list_2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .design-page .init-1 .container .list_cont .list .list_2 .left {
    width: 100%;
  }
  .design-page .init-1 .container .list_cont .list .list_2 .right {
    margin-top: 20px;
  }
  .design-page .init-2 .container .left {
    width: 100%;
  }
  .design-page .init-2 .container .right {
    width: 100%;
    padding: 20px 16px;
    text-align: center;
  }
  .design-page .init-4 .container .left {
    width: 100%;
    text-align: center;
  }
  .design-page .init-4 .container .left .des {
    padding: 0;
  }
  .design-page .init-4 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .design-page .init-5 {
    padding: 40px 0;
    background: #e0e3ea !important;
    text-align: center;
  }
  .design-page .init-5 .container .des {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .design-page {
    padding-bottom: 0;
  }
  .design-page .init-1 .container .list_cont {
    margin: 20px 0;
  }
  .design-page .init-1 .container .list_cont .list {
    padding: 0;
  }
  .design-page .init-1 .container .list_cont .list .list_2 .left {
    margin-right: 0;
    font-size: 30px;
  }
  .design-page .init-1 .container .list_cont .list .list_2 .right {
    margin-top: 10px;
  }
  .design-page .init-1 .container .list_cont .list .list_2 .right .des {
    margin-top: 4px;
  }
  .design-page .init-2 .container .right {
    padding: 20px 0;
  }
  .design-page .init-2 .container .right .des {
    margin-top: 10px;
  }
  .design-page .init-3 .container .content {
    margin-top: 20px;
  }
  .design-page .init-4 {
    padding: 40px 0;
  }
  .design-page .init-5 .container .more_c {
    margin-top: 20px;
  }
  .design-page .init-5 .container .more_c .more {
    width: 100%;
    margin-top: 10px;
  }
  .pt-100,
  .pt-80 {
    padding-top: 40px;
  }
}
.quality-page span.h2{
  color: #222;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    font-size: 36px;
}
.quality-page .text{
  font-size: 16px;
  color: #222;
  line-height: 1.8;
}
.quality-page .quality-1 {
  padding: 100px 0 80px;
}
.quality-page .quality-1 span.h2 {
  margin-bottom: .8em;
}
.quality-page .quality-1 .text p {
  margin-top: 1.2em;
}
.quality-page .quality-1 .text p:first-child {
  margin-top: 0;
}
.quality-page .quality-2 {
  overflow: hidden;
}
.quality-page .quality-2 .box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9fe;
}
.quality-page .quality-2 .left {
  position: relative;
}
.quality-page .quality-2 .left:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #007beb;
  opacity: .5;
  z-index: 1;
}
.quality-page .quality-2 .left .slick {
  width: 127%;
  margin-left: -27%;
}
.quality-page .quality-2 .left .slick .slide {
  display: block !important;
}
.quality-page .quality-2 .left .img {
  height: 590px;
  background-size: cover;
  background-position: center;
}
.quality-page .quality-2 .right {
  padding-left: 4%;
  padding-right: 2%;
}
.quality-page .quality-2 .right span.h2 em {
  font-size: 0.83333333em;
  margin-bottom: 1em;
  display: block;
}
.quality-page .quality-2 .right .text {
  padding-right: 3%;
  max-height: 250px;
  margin-bottom: 1.5em;
  overflow: auto;
}
.quality-page .quality-2 .right .slickBtn {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.quality-page .quality-2 .right .slickBtn .prev {
  margin-left: 0;
}
.quality-page .quality-3 {
  padding: 120px 0 100px;
  text-align: center;
}
.quality-page .quality-3 .ui.container{
  max-width: 1630px;
}
.quality-page .quality-3 .text {
  max-width: 1250px;
  margin: 40px auto 50px;
}
.quality-page .quality-3 .box {
  margin-top: 80px;
  padding-left: 26px;
}
.quality-page .quality-3 .box .text {
  margin: 0;
  max-width: auto;
  width: 48.2%;
}
.quality-page .quality-3 .box .text table tr {
  background-color: transparent !important;
}
.quality-page .quality-3 .box .text table tr:nth-child(odd) {
  background-color: #fcfcfc !important;
}
.quality-page .quality-3 .box .text table tr:first-child {
  background-color: #c4d6e4 !important;
}
.quality-page .quality-3 .box .text table tr td {
  padding: 1em;
  border: 1px solid #e8e8e8;
}
.history-page {
  padding: 160px 0;
  background-image: url("../images/history-bg.jpg");
  background-position: top 35% right 3%;
  background-repeat: no-repeat;
  background-size: 50% auto;
  overflow-x: hidden;
}
.history-page .historyBox {
  padding-left: 7%;
}
.history-page span.h2 {
  font-weight: bold;
  font-size: 36px;
}
.history-page span.h2 i {
  font-size: 1.33333333em;
}
.history-page .box {
  padding: 120px 0 90px;
  overflow-x: hidden;
}
.history-page .box .slick-list {
  overflow: unset;
}
.history-page .box .left {
  width: 45%;
}
.history-page .box .left .img {
  height: 440px;
  background-size: cover;
  background-position: center;
}
.history-page .box .right {
  width: 45%;
  padding-left: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.history-page .box .right span.h2 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 36px;
}
.history-page .box .right span.h2 i {
  font-size: 5.55555556em;
  color: #0041b9;
  display: block;
  line-height: 1;
  -webkit-transform: translateX(-70%);
  -moz-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  transform: translateX(-70%);
}
.history-page .box .right .text {
  height: 230px;
  max-height: 50%;
  padding-right: 3%;
  overflow: auto;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}
.history-page .box .slickBtn {
  width: 10%;
  margin-top: 7%;
}
.history-page .progress {
  font-size: 20px;
}
.history-page .progress .line {
  height: 2px;
  background-color: #d8d8d8;
  position: relative;
  width: 100%;
}
.history-page .progress .line:before {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: inherit;
}
.history-page .progress .line i {
  width: 76px;
  height: 76px;
  border-radius: 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;
  background-color: #007beb;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: 1em;
  left: 0;
}
.history-page .progress .line i:before {
  content: '';
  width: 10000%;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  background-color: inherit;
  margin-top: 1px;
}
.history-page .progress .yearList {
  margin-top: 50px;
  color: #222;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.history-page .progress .yearList ul {
  overflow: auto;
  padding-bottom: 10px;
  margin-bottom: -20px;
}
.history-page .progress .yearList ul li {
  width: 108.57142857px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: .8;
  cursor: pointer;
}
.history-page .progress .yearList ul li.active {
  opacity: 1;
  color: #007beb;
}
@media screen and (max-width: 1800px) {
  .quality-page .quality-1,
  .quality-page .quality-3 {
    padding: 60px 0;
  }
  .quality-page .quality-2 .left .img {
    height: 500px;
  }
  .quality-page .quality-3 .text {
    margin: 30px auto;
  }
  .quality-page .quality-3 .box {
    margin-top: 50px;
  }
  .history-page {
    padding: 100px 0;
  }
  .history-page .progress {
    font-size: 18px;
  }
  .history-page .progress .line i {
    width: 60px;
    height: 60px;
  }
  .history-page .progress .line i img {
    max-width: 70%;
  }
  .history-page .progress .yearList ul li {
    width: 97.85714286px;
  }
}
@media screen and (max-width: 1450px) {
  .history-page .progress .yearList ul li {
    width: 120px;
  }
}
@media screen and (max-width: 1250px) {
  .quality-page .quality-2 .left .img {
    height: 400px;
  }
  .quality-page .quality-3 .box {
    display: block;
  }
  .quality-page .quality-3 .box .text {
    width: 100%;
  }
  .quality-page .quality-3 .box {
    margin-top: 30px;
  }
  .history-page .progress .yearList ul li {
    width: 138.57142857px;
  }
  .history-page .historyBox {
    padding-left: 0;
  }
  .history-page .box .right span.h2 i {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
  }
  .history-page .box .right span.h2 {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  .history-page .box .right .text {
    height: 200px;
  }
  .history-page .box .left .img {
    height: 360px;
  }
  .history-page .box {
    padding: 90px 0 50px;
  }
  .history-page {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .history-page .progress .yearList ul li {
    width: 100px;
  }
}
@media screen and (max-width: 700px) {
  .quality-page .quality-2 .right {
    width: 100%;
    padding: 20px 15px;
  }
  .quality-page .quality-2 .left {
    width: 100%;
  }
  .quality-page .quality-2 .box {
    display: block;
  }
  .quality-page .quality-2 .left .slick {
    width: 100%;
    margin-left: 0;
  }
  .quality-page .quality-2 .left .img {
    height: 280px;
  }
  .quality-page .quality-2 .left:before {
    display: none;
  }
   .history-page .box .right span.h2 i {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    font-size: 3em;
  }
  .history-page .box .right span.h2 {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .history-page .box .left {
    width: 100%;
  }
  .history-page .box .right {
    width: 100%;
    padding: 20px 0;
  }
  .history-page .box2 {
    display: block;
  }
  .history-page .box .left .img {
    height: 280px;
  }
  .history-page .box .right .text {
    height: auto;
  }
  .history-page .box .slickBtn {
    width: 100%;
    margin-top: 0;
  }
  .history-page .progress {
    display: none;
  }
  .history-page .box {
    padding-bottom: 0;
    padding-top: 40px;
  }
}
  @media screen and (max-width: 500px) {
    .quality-page .quality-2 .right .slickBtn {
    margin-top: 15px;
   }
   .quality-page .quality-3 .box .text table{
    white-space: nowrap;
   }
  }

  /*2025--17*/
  .design-page .init-1 .container .tip_title{
    font-weight: bold;
  }
  .design-page .init-1 .container .tip_des{
    max-width: 1103px;
    font-size: 18px;
    margin-top: 22px;
  }
  .design-page .init-1 .content{
    margin-top: 58px;
  }
  .design-page .init-1 .content ul{
    margin: -19px;
  }
  .design-page .init-1 .content ul li{
    padding: 19px;
    height: auto;
  }
  .design-page .init-1 .content ul li .ig{
    background-color: #f8f8f8;
    height: 100%;
    padding: 26px 35px 16px;
  }
  .design-page .init-1 .content ul li .ig i{
    display: inline-block;
    width: 98px;
	  height: 98px;
    border-radius: 50%;
    line-height: 98px;
  	background-color: #ffffff;
  }
  .design-page .init-1 .content ul li .ig i img{
    display: inline-block;
    vertical-align: middle;
  }
  .design-page .init-1 .content ul li .ig .text{
    margin-top: 13px;
  }
  .design-page .init-1 .content ul li .ig .text span{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    height: 58px;
    display: block;
  }
  .design-page .init-1 .content ul li .ig .text p{
    font-size: 16px;
    line-height: 2;
    margin-top: 8px;
  }
  .design-page .init-add1{
    margin-top: 108px;
    padding-top: 101px;
    background: url(../images/de-2-bg.jpg) no-repeat center top;
    background-size: 100% 80%;
  }
  .design-page .init-add1 .header{
    color: #f2f2f2;
    max-width: 1210px;
    margin: 0 auto;
  }
  .design-page .init-add1 .header p{
    font-size: 16px;
    line-height: 2;
    margin-top: 33px;
  }
  .design-page .init-add1 .content{
    margin-top: 78px;
  }
  .design-page .init-add1 .content ul{
    margin-right: -17px;
  }
  .design-page .init-add1 .content ul li{
    padding-right: 17px;
  }
  .design-page .init-add1 .content ul li .img-box img{
    width: 100%;
  }
  .design-page .init-add1 .content ul .slick-arrow{
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    width: 71px;
	  height: 71px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .design-page .init-add1 .content ul .slick-arrow:hover{
    background-color: #2e7beb;
  }
  .design-page .init-add1 .content ul .slick-prev{
    left: -36px;
    background: url(../images/de-prev.png) no-repeat center center #333;
  }
  .design-page .init-add1 .content ul  .slick-next{
    right: -17px;
    background: url(../images/de-next.png) no-repeat center center #333;
  }
  .design-page .init-add2{
    margin-top: 134px;
  }
  .design-page .init-add2 .top .header p{
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .design-page .init-add2 .top .content{
    margin-top: 45px;
  }
  .design-page .init-add2 .top .content .img{
    width: 55.813%;
    vertical-align: middle;
  }
  .design-page .init-add2 .top .content .text{
    vertical-align: middle;
    width: 44.187%;
    padding-left: 50px;
  }
  .design-page .init-add2 .top .content .text span{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
  }
  .design-page .init-add2 .top .content .text p{
    font-size: 16px;
    line-height: 2;
    color: #666666;
    margin-top: 36px;
  }
  .design-page .init-add2 .bottom{
    margin-top: 70px;
    text-align: center;
  }
  .design-page .init-add2 .bottom ul{
    margin: -6px;
  }
  .design-page .init-add2 .bottom ul li{
    padding: 6px;
  }
  .design-page .init-add2 .bottom ul li .img-box img{
    width: 100%;
  }
  .design-page .init-add2 .bottom ul li .text{
    padding: 42px 18px 0;
  }
  .design-page .init-add2 .bottom ul li .text span{
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    min-height: 58px;
  }
  .design-page .init-add2 .bottom ul li .text p{
    font-size: 16px;
    line-height: 2;
    margin-top: 26px;
  }
  .design-page .init-add3{
    padding: 5.7292% 0 11.5105%;
  }
  .design-page .init-add3 .content{
    margin-top: 54px;
  }
  .design-page .init-add3 .content ul{
    margin-right: -39px;
  }
  .design-page .init-add3 .content ul li{
    padding-right: 39px;
  }
  .design-page .init-add3 .content ul .slick-dots{
     position: absolute;
  left: 0;
  bottom: -56px;
  width: 100%;
  text-align: center;
  margin: 0 !important;
  }
  .design-page .init-add3 .content ul .slick-dots li{
     padding: 0 !important;
  display: inline-block;
  width: 12px;
  height: 13px;
  background-color: #ececec;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 12px;
  }
   .design-page .init-add3 .content ul .slick-dots li button{
     display: none;
   }
   .design-page .init-add3 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
   .design-page .init-add3 .content ul .slick-dots li.slick-active {
  background-color: #2e7beb;
}
@media screen and (max-width: 1440px) {
  .design-page .init-1 .content ul{
    margin: -10px;
  }
  .design-page .init-1 .content ul li{
    padding: 10px;
  }
  .design-page .init-1 .content ul li .ig {
    padding: 26px 20px 16px;
  }
  .design-page .init-add2 .bottom ul li .text {
    padding: 36px 10px 0;
  }
}
@media screen and (max-width: 1280px) {
  .design-page .init-1 .content ul li .ig .text span{
    font-size: 20px;
  }
  .design-page .init-1 .content ul li .ig .text p{
    font-size: 15px;
  }
  .design-page .init-add2 .bottom ul li .text span{
    font-size: 19px;
  }
}
@media screen and (max-width: 1100px) {
  .design-page .init-1 .content ul li{
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .pt-80{
    padding-top: 30px;
  }
  .design-page .init-1 .content{
    margin-top: 30px;
  }
  .design-page .init-add1{
    margin-top: 30px;
    padding-top: 30px;
  }
  .design-page .init-add1 .content{
    margin-top: 30px;
  }
  .design-page .init-add1 .content ul .slick-prev{
    left: -12px;
  }
  .design-page .init-add1 .content ul .slick-next{
    right: 0;
  }
  .design-page .init-add2{
    margin-top: 30px;
  }
  .design-page .init-add2 .top .content{
    margin-top: 20px;
  }
  .design-page .init-add2 .top .content .img{
    width: 100%;
  }
  .design-page .init-add2 .top .content .text{
    width: 100%;
    padding: 20px 0 0 0;
  }
  .design-page .init-add2 .bottom ul li{
    width: 50%;
  }
  .design-page .init-add3 .content{
    margin-top: 20px;
  }
  .design-page .init-4{
    padding: 30px 0;
  }
}
@media screen and (max-width: 700px) {
  .design-page .init-1 .content ul li .ig .text span{
    font-size: 18px;
  }
  .font-34 {
    font-size: 32px;
  }
  .design-page .init-add1 .header p{
    margin-top: 12px;
  }
  .design-page .init-add2 .top .content .text p{
    margin-top: 18px;
  }
  .design-page .init-add2 .bottom{
    margin-top: 20px;
  }
  .design-page .init-add2 .bottom ul li .text p{
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .font-34 {
    font-size: 26px;
  }
  .design-page .init-1 .container .tip_des{
    font-size: 16px;
    margin-top: 12px;
  }
  .design-page .init-1 .content ul li{
    width: 100%;
  }
  .design-page .init-1 .content ul li .ig .text span{
    height: auto;
  }
  .design-page .init-add1 .header p{
    font-size: 14px;
  }
  .design-page .init-add2 .bottom ul li{
    width: 100%;
  }
  .design-page .init-add2 .bottom ul li .text{
    padding: 18px 0 0 0;
  }
  .design-page .init-add2 .bottom ul li .text span{
    min-height: auto;
  }
  .design-page .init-add2 .bottom ul li .text p{
    margin-top: 10px;
  }
  .design-page .init-add3 .content ul .slick-dots{
    bottom: -29px;
  }
}
.quality-page .quality-3{
  position: relative;
  z-index: 1;
  padding: 96px 0;
}
.quality-page .quality-3 .text{
  max-width: 1020px;
  margin-top: 30px;
}
.quality-page .quality-3 .content .top .left{
  width: 70.688%;
}
.quality-page .quality-3 .content .top .left ul .slick-arrow{
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    width: 71px;
	  height: 71px;
    font-size: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
.quality-page .quality-3 .content .top .left ul .slick-arrow:hover{
    background-color: #2e7beb;
  }
 .quality-page .quality-3 .content .top .left ul .slick-prev{
    left: -26px;
    background: url(../images/de-prev.png) no-repeat center center #333;
  }
  .quality-page .quality-3 .content .top .left ul .slick-next{
    right: -31px;
    background: url(../images/de-next.png) no-repeat center center #333;
  }
.quality-page .quality-3 .content .top .left ul li img{
  width: 100%;
}
.quality-page .quality-3 .content .top .right{
  width: 29.312%;
  padding-left: 51px;
}
.quality-page .quality-3 .content .top .right ul{
  margin-bottom: -20px;
}
.quality-page .quality-3 .content .top .right ul li{
  padding-bottom: 20px;
}
.quality-page .quality-3 .content .top .right ul li span{
  height: 303px;
  background-position: center;
  background-size: cover;
  display: block;
}
.quality-page .quality-3 .content .bottom{
  max-width: 1272px;
  margin: 93px auto 0vh;
}
.quality-page .quality-3 .content .bottom ul li{
  text-align: left;
}
.quality-page .quality-3 .content .bottom ul li .left{
  width: 32.94%;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
}
.quality-page .quality-3 .content .bottom ul li .right{
  width: 67.06%;
  font-size: 16px;
  line-height: 2;
}
.quality-page .quality-3::before{
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42.745%;
  background-color: #f7f7f7;
}
.quality-page .quality-add1{
  padding: 6.3542% 0 7.8645%;
}
.quality-page .quality-add1 .content{
  margin-top: 44px;
}
.quality-page .quality-add1 .content ul{
  margin-right: -13px;
}
.quality-page .quality-add1 .content ul li{
  padding-right: 13px;
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-3{
    padding: 30px 0;
  }
  .quality-page .quality-3 .content .top .right{
    padding-left: 30px;
  }
  .quality-page .quality-3 .content .top .left ul .slick-prev{
    left: -10px;
  }
  .quality-page .quality-3 .content .top .left ul .slick-arrow{
    zoom: .7;
  }
  .hose-page .hose-6 .form{
    padding-right: 0;
  }
  .hose-page .hose-6{
    padding: 60px 0;
  }
  .contact-page .contact-2 ul{
    padding: 0 0 30px 0;
    margin: -10px -20px;
  }
  .contact-page .contact-2 ul li{
    width: 50% !important;
    padding: 10px 20px;
  }
  .gallery-page{
    padding: 60px 0;
  }
  .gallery-page .tab ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  }
  .gallery-page .tab li{
    width: 33.3333%;
  }
}
@media screen and (max-width: 700px) {
  .quality-page .quality-3 .content .top .left{
    width: 100%;
  }
  .quality-page .quality-3 .content .top .right{
    display: none;
  }
  .quality-page .quality-3 .content .top .left ul .slick-next{
    right: -17px;
  }
  .quality-page .quality-3 .content .bottom{
    margin-top: 20px;
  }
  .quality-page .quality-3 .content .bottom ul li .left{
    width: 100%;
  }
  .quality-page .quality-3 .content .bottom ul li .right{
    width: 100%;
    margin-top: 12px;
  }
  .quality-page .quality-add1 .content{
    margin-top: 20px;
  }
  .contact-page .contact-2 ul li .h4{
    font-size: 24px;
  }
  .contact-page .contact-2 ul li p{
    font-size: 16px;
  }
  .gallery-page{
    padding: 30px 0;
  }
  .gallery-page .tab li{
    width: 50%;
    padding: 12px 0;
  }
  .gallery-page .tab li a{
    padding: 20px 15px;
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-2 ul{
    margin: -10px 0;
  }
  .contact-page .contact-2 ul li{
    padding: 10px 0;
    width: 100% !important;
  }
}


/*******************************************SEO  START*******************************************/
#index-body .title {
    line-height: 2;
}
#index-body .application .content .swiper .swiper-slide .box .cont .text {
    font-size: 39px;
}
#index-body .news .content ul li .ig .tit {
    line-height: 1.7;
    text-decoration: auto;
}
#index-body .news .content ul li .ig p {
    line-height: 2;
}
#footer .f-box .f-ab p {
    line-height: 2;
}
#footer .f-box ul li {
    line-height: 2;
}
#footer .f-box .f-contact ul li {
    line-height: 2;
}
.product-page .sideLeft .top .nav ul li:hover>a, .product-page .sideLeft .top .nav ul li.active>a {
    line-height: 2;
}
.product-page .sideLeft .top .nav ul li {
    margin: 15px 0;
}
.product-page .sideLeft .top .nav ul li>a {
    padding: 15px 20px 15px 15px;
    line-height: 1.6;
}
.product-page .sideLeft .top .nav ul li img.dec {
    right: 12px;
    top: 25px;
}
.seoPublic .Auxil-about .box .right .text {
    line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content time {
    margin-top: 1.5em;
}
.seoPublic .Auxil-news .list ul li .content p {
    font-size: 15px;
    line-height: 2;
}
.prodet-page .prodet-1 .right .content {
    line-height: 2;
}
.seoPublic .Auxil-through a {
    line-height: 2;
    font-size: 16px;
}
.prodet-page .prodet-2 .box .content table td:nth-child(1) {
    line-height: 2;
}
.news-page ul li .box .img-box img {
    height: 473.33px;
    width: 473.33px;
}
.news-page ul li .box .time {
    margin-top: 20px;
}
.news-page ul li .box .content {
    line-height: 1.8;
}
.newdet-page .newdet-1 h1 {
    line-height: 1.6;
}
.newdet-page .newdet-1 .content {
    line-height: 2;
}
.seoPublic .text a {
    color: #666;
}
.inner-banner .ui.container h2 {
    font-size: 50px;
    line-height: 1.6;
}
@media screen and (max-width: 500px) {
  a.foota {
    display: none;
  }
  #footer .f-copy svg {
      max-height: 28px;
  }
  #mobile .menu-content .menu-list ul li li a {
      line-height: 2;
  }
  .product-page .sideRight .Auxil-catdes {
      height: 100px;
      overflow-y: overlay;
      opacity: 1;
  }
  .seoPublic .Auxil-about .box .right .text {
      max-height: none;
  }
  .inner-banner .ui.container .box .mbx {
      font-size: 14px;
      line-height: 2;
  }
  .inner-banner .ui.container h2 {
      font-size: 20px;
      line-height: 2;
  }
  .prodet-page .prodet-2 ul.options li a {
      font-size: 18px;
      line-height: 2;
  }
  .news-page ul li .box .img-box img {
      height: auto;
      width: auto;
  }
  .newdet-page .newdet-1 h1 {
      line-height: 1.8;
  }

}

/*******************************************SEO  END*******************************************/