@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot') format('eot'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.eot') format('eot'), url('../fonts/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot') format('eot'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.eot') format('eot'), url('../fonts/Gilroy-Heavy.woff2') format('woff2'), url('../fonts/Gilroy-Heavy.woff') format('woff'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot') format('eot'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.eot') format('eot'), url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.eot') format('eot'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-display: swap;
}
body {
  font-family: 'Gilroy';
  font-weight: 400;
  direction: rtl;
}
.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: 1690px;
  margin: auto;
  width: 100%;
}
.more {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 18px;
  width: 157px;
  height: 47px;
  line-height: 47px;
  background: #ed1b26;
  color: #fff;
  text-align: center;
}
.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::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -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 .h-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
#header .h-top .ui.menu .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;
  margin-left: 35px;
  font-weight: 300;
}
#header .h-top .ui.menu .info ul li img {
  margin-left: 17px;
}
#header .h-top .ui.menu .info ul li:last-child {
  margin-right: 0;
}
#header .h-top .ui.menu .search {
  margin: 0 0 0 auto;
}
#header .h-top .ui.menu .search form {
  width: 173px;
  position: relative;
}
#header .h-top .ui.menu .search form input[type="text"] {
  width: 100%;
  height: 27px;
  background: rgba(241, 241, 241, 0.12);
  border: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 8px 30px 8px 14px;
}
#header .h-top .ui.menu .search form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#header .h-top .ui.menu .search form input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#header .h-top .ui.menu .search form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#header .h-top .ui.menu .search form input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#header .h-top .ui.menu .search form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#header .h-top .ui.menu .search form input[type="submit"] {
  position: absolute;
  right: 12px;
  top: 8px;
  width: 13px;
  height: 13px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
}
#header .h-top .ui.menu .language {
  margin-left: 35px;
  position: relative;
}
#header .h-top .ui.menu .language span {
  font-size: 16px;
  color: #f1f1f1;
  text-transform: uppercase;
}
#header .h-top .ui.menu .language span img {
  width: 25px;
  height: 17px;
  display: inline-block;
  margin-left: 13px;
}
#header .h-top .ui.menu .language span i {
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
}
#header .h-top .ui.menu .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 #ed1b26;
  display: none \9;
}
#header .h-top .ui.menu .language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .h-top .ui.menu .language ul.sub-menu li a {
  display: block;
}
#header .h-top .ui.menu .language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .h-top .ui.menu .language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .h-top .ui.menu .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 .h-top .ui.menu .h-inquiry {
  margin-right: 46px;
}
#header .h-top .ui.menu .h-inquiry a {
  padding-right: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 175px;
  height: 46px;
  background-color: #ed1b26;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
#header .h-top .ui.menu .h-inquiry a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
#header .h-top .ui.menu .h-inquiry a::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;
}
#header .h-top .ui.menu .h-inquiry a:hover::after {
  width: 100%;
}
#header .nav {
  padding: 16px 0;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  font-weight: 500;
  margin-right: 56px;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
  text-transform: capitalize;
}
#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: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ed1b26;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active,
#header .nav .ui.menu .menu-box ul.menu > li > a:hover {
  color: #ed1b26;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after,
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  right: 0;
  width: 220px;
  -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 #ed1b26;
  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: 78px;
  cursor: pointer;
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-left: 28px;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
}
#header .nav .ui.menu .h-language span img {
  display: inline-block;
  vertical-align: middle;
}
#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 #ed1b26;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#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 {
  margin-left: 31px;
}
#header .nav .ui.menu .h-inquiry a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  background-color: #ed1b26;
  border-radius: 5px;
  color: #fff;
  padding: 13px 11px 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .h-inquiry a:hover {
  background: #000;
  color: #fff;
}
#header.active {
  position: fixed;
  color: #000;
  top: -47px;
}
#header.active .h-top {
  border-color: rgba(0, 0, 0, 0.55);
}
#header.active .h-top .ui.menu .search form input[type="text"] {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.6);
}
#header.active .h-top .ui.menu .search form input[type="text"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#header.active .h-top .ui.menu .search form input[type="text"]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#header.active .h-top .ui.menu .search form input[type="text"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#header.active .h-top .ui.menu .search form input[type="text"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#header.active .h-top .ui.menu .search form input[type="text"]::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#header.active .h-top .ui.menu .search form input[type="submit"] {
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
#header.active .h-top .ui.menu .language span {
  color: #000;
}
#header.active .h-top .ui.menu .h-inquiry a {
  color: #fff;
}
#header.active::after {
  width: 100%;
}
#header.inner {
  background: url(../images/header-bg.png) no-repeat center;
  background-size: cover;
  color: #fff;
}
#header.inner::after {
  display: none;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#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 {
  position: relative;
  max-width: 1003px;
  margin: 0 auto;
  text-align: center;
}
#banner .swiper-slide .text .box span {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  -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-size: 62px;
  line-height: 1.3;
  font-weight: 900;
  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: 9px;
}
#banner .swiper-slide .text .box .btn {
  margin-top: 42px;
  -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 .swiper-slide video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .swiper-slide-active .text .box span,
#banner .swiper-slide-active .text .box .tit,
#banner .swiper-slide-active .text .box .btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#banner .swiper-pagination {
  left: auto;
  right: 63px;
  top: 40%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
}
#banner .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  display: block;
  margin: 9px 0;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#banner .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .swiper-pagination-bullet-active {
  border-color: #28aaff;
  background: transparent;
}
#banner .swiper-pagination-bullet-active::after {
  background: #ffffff;
}
.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 .title {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 900;
}
#index-body .i-product {
  background: url(/jafirehose/2025/03/25/6433466.jpg) no-repeat center;
  background-size: cover;
  padding: 109px 0 118px;
}
#index-body .i-product .content {
  margin-top: 77px;
}
#index-body .i-product .content ul {
  margin-right: -36px;
  direction: ltr;
}
#index-body .i-product .content ul li {
  padding-right: 36px;
}
#index-body .i-product .content ul li .img-box img {
  width: 100%;
}
#index-body .i-product .content ul li .img-box .text {
  position: absolute;
  text-align: right;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(0, 0, 0, 0.7)), color-stop(5%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 3%, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 3%, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 3%, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 36px 30px 36px;
}
#index-body .i-product .content ul li .img-box .text span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .img-box .text p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
#index-body .i-product .content ul li .img-box:hover .text span {
  text-decoration: underline;
}
#index-body .application {
  padding-top: 96px;
}
#index-body .application .content {
  margin-top: 71px;
}
#index-body .application .content ul li {
  width: 19.928%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#index-body .application .content ul li > img {
  width: 100%;
  height: 641px;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .application .content ul li .ig {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  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-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;
  color: #fff;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .application .content ul li .ig .icon {
  display: inline-block;
  width: 83px;
  height: 82px;
  border-radius: 50%;
  background-color: #ed1b26;
  line-height: 82px;
}
#index-body .application .content ul li .ig .icon img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .application .content ul li .ig .icon::after {
  content: '';
  width: 23px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 20px auto 25px;
}
#index-body .application .content ul li .ig p {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  max-width: 202px;
  margin-top: 41px;
}
#index-body .application .content ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background: rgba(237, 27, 38, 0.7);
  width: 377px;
  height: 377px;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .application .content ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
#index-body .application .content ul li.active {
  width: 40.216%;
}
#index-body .application .content ul li.active .ig .icon {
  background: transparent;
}
#index-body .application .content ul li.active .ig::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#index-body .application .content ul li.active::after {
  background: rgba(0, 0, 0, 0.15);
}
#index-body .product {
  background-color: #f6f6f6;
  padding: 97px 0 111px;
}
#index-body .product .content {
  margin-top: 80px;
  direction: ltr;
}
#index-body .product .content ul {
  margin-right: -32px;
}
#index-body .product .content ul li {
  padding-right: 32px;
}
#index-body .product .content ul li .ig {
  background: #fff;
}
#index-body .product .content ul li .ig i {
  position: absolute;
  z-index: 1;
  background: #ed1b26;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
#index-body .product .content ul li .ig i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
#index-body .product .content ul li .ig i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
#index-body .product .content ul li .ig i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
#index-body .product .content ul li .ig i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
#index-body .product .content ul li .ig .img-box .i2 {
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul li .ig .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%);
  width: 102px;
  height: 102px;
  display: block;
  text-align: center;
  line-height: 102px;
  background-color: rgba(0, 0, 0, 0.34);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul li .ig .img-box span img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .product .content ul li .ig .img-box span:hover {
  background: rgba(237, 27, 38, 0.7);
}
#index-body .product .content ul li .ig .text {
  padding: 0 31px 63px;
  text-align: right;
}
#index-body .product .content ul li .ig .text .tit {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #333333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul li .ig .text p {
  font-size: 17px;
  line-height: 2;
  color: #666666;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .product .content ul li .ig:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
#index-body .product .content ul li .ig:hover i.ie2 {
  height: 100%;
  top: 0;
}
#index-body .product .content ul li .ig:hover i.ie3 {
  width: 100%;
  left: 0;
}
#index-body .product .content ul li .ig:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
#index-body .product .content ul li .ig:hover .img-box .i1 {
  opacity: 0;
}
#index-body .product .content ul li .ig:hover .img-box .i2,
#index-body .product .content ul li .ig:hover .img-box span {
  opacity: 1;
}
#index-body .product .btn {
  margin-top: 73px;
}
#index-body .i-product .slick-arrow,
#index-body .product .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #fff;
  border: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .slick-arrow:hover,
#index-body .product .slick-arrow:hover {
  background-color: #ed1b26;
}
#index-body .i-product .slick-arrow:hover::after,
#index-body .product .slick-arrow:hover::after {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-product .slick-arrow::after,
#index-body .product .slick-arrow::after {
  content: '';
  position: absolute;
  top: 24px;
  left: 20px;
  width: 28px;
  height: 16px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-product .slick-prev,
#index-body .product .slick-prev {
  left: -96px;
}
#index-body .i-product .slick-prev::after,
#index-body .product .slick-prev::after {
  background: url(../images/ip-prev.png) no-repeat center;
}
#index-body .i-product .slick-next,
#index-body .product .slick-next {
  right: -62px;
}
#index-body .i-product .slick-next::after,
#index-body .product .slick-next::after {
  background: url(../images/ip-next.png) no-repeat center;
}
#index-body .about {
  background: url(../images/abg.jpg) no-repeat center top;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding: 97px 0 100px;
  color: #fff;
}
#index-body .about .box {
  margin-top: 48px;
}
#index-body .about .box .text {
  width: 53.1322%;
  padding-left: 54px;
}
#index-body .about .box .text .con {
  font-size: 20px;
  line-height: 1.7;
}
#index-body .about .box .text .con h1 {
  display: inline;
}
#index-body .about .box .text .more {
  margin-top: 37px;
}
#index-body .about .box .text .list {
  margin-top: 50px;
}
#index-body .about .box .text .list ul {
  margin-left: -72px;
}
#index-body .about .box .text .list ul li {
  padding-left: 72px;
}
#index-body .about .box .text .list ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  text-align: center;
  line-height: 87px;
}
#index-body .about .box .text .list ul li i img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
#index-body .about .box .text .list ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 23px;
  font-size: 20px;
  line-height: 1.7;
  width: 55%;
}
#index-body .about .box .text .list ul li:nth-child(2) {
  margin-right: 16px;
}
#index-body .about .box .text .list ul li:hover i img {
  -webkit-filter: none;
  filter: none;
}
#index-body .about .box .img {
  width: 46.8678%;
  position: relative;
}
#index-body .about .box .img .play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}
#index-body .about .box .img .play i {
  width: 85px;
  height: 85px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 85px;
  position: relative;
}
#index-body .about .box .img .play i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .box .img .play i em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
#index-body .about .box .img .play i em::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ed1b26;
}
#index-body .about .box .img .play::before,
#index-body .about .box .img .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -24px;
  left: -24px;
  right: -24px;
  bottom: -24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
#index-body .about .box .img .play::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
#index-body .about .box .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#index-body .about .data {
  margin-top: 93px;
}
#index-body .about .data ul {
  margin: 0 -83px 0 -75px;
}
#index-body .about .data ul li {
  text-align: center;
  padding: 0 83px 0 75px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .about .data ul li .num {
  font-size: 63px;
  font-family: 'Anton';
  line-height: 1;
}
#index-body .about .data ul li .num sub {
  display: inline-block;
  vertical-align: bottom;
  font-size: 45px;
  margin: 0 0 3px 12px;
}
#index-body .about .data ul li p {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 15px;
}
#index-body .about .data ul li::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 2px;
  height: 82px;
  background-color: #bbbbbb;
}
#index-body .about .data ul li:nth-child(2) {
  padding-right: 147px;
}
#index-body .about .data ul li:nth-child(3) {
  padding-right: 131px;
}
#index-body .about .data ul li:last-child::after {
  display: none;
}
#index-body .about .data ul li:hover {
  color: #ed1b26;
}
#index-body .news {
  background: url(../images/nbg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 96px 0 107px;
}
#index-body .news .content {
  margin-top: 88px;
}
#index-body .news .content .text {
  padding-left: 37px;
}
#index-body .news .content .text ul {
  height: 388px;
  overflow: hidden;
  position: relative;
}
#index-body .news .content .text ul li {
  padding-right: 38px;
  border-right: 3px solid rgba(237, 27, 38, 0);
  padding-bottom: 22px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .content .text ul li .ig {
  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;
}
#index-body .news .content .text ul li .ig time {
  max-width: 44px;
  font-size: 18px;
  line-height: 2;
  color: #666666;
  font-weight: 400;
  text-align: center;
}
#index-body .news .content .text ul li .ig time em {
  font-size: 37px;
  line-height: 1;
  font-weight: 900;
  color: #333;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .content .text ul li .ig time span {
  display: block;
}
#index-body .news .content .text ul li .ig time span img {
  display: inline-block;
}
#index-body .news .content .text ul li .ig .desc {
  max-width: 653px;
}
#index-body .news .content .text ul li .ig .desc .tit {
  font-size: 24px;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 2px solid #c6c6c6;
}
#index-body .news .content .text ul li .ig .desc p {
  font-size: 18px;
  line-height: 2;
  color: #666;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .news .content .text ul li:hover {
  border-color: #ed1b26;
}
#index-body .news .content .text ul li:hover .ig time em {
  color: #ed1b26;
}
#index-body .news .content .text ul li:hover .ig .desc .tit {
  color: #ed1b26;
}
#index-body .news .content .text ul::after {
  content: '';
  position: absolute;
  left: 1px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #ed1b26;
  opacity: .2;
}
#index-body .news .content .text ul .slick-current + div + div li {
  padding-bottom: 0;
}
#index-body .news .content .img {
  padding-left: 46px;
}
strong {
  font-weight: bold;
}
#footer {
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#footer .f-form {
  padding-top: 75px;
}
#footer .f-form ul {
  margin: -14px;
}
#footer .f-form ul li {
  padding: 14px;
  width: 24.882%;
}
#footer .f-form ul li input {
  width: 100%;
  height: 68px;
  background: rgba(69, 69, 69, 0.5);
  border: solid 1px rgba(102, 102, 102, 0.5);
  font-size: 16px;
  font-weight: 500;
  color: #bcbcbc;
  padding-right: 20px;
  background-repeat: no-repeat;
}
#footer .f-form ul li input::-webkit-input-placeholder {
  color: #bcbcbc;
}
#footer .f-form ul li input:-moz-placeholder {
  color: #bcbcbc;
}
#footer .f-form ul li input::-moz-placeholder {
  color: #bcbcbc;
}
#footer .f-form ul li input:-ms-input-placeholder {
  color: #bcbcbc;
}
#footer .f-form ul li input::placeholder {
  color: #bcbcbc;
}
#footer .f-form ul li input:focus {
  border-color: #ed1b26;
}
#footer .f-form ul li:nth-child(1) input {
  padding-left: 75px;
  background-image: url(../images/f-user.png);
  background-position: 34px center;
}
#footer .f-form ul li:nth-child(2) input {
  padding-left: 83px;
  background-image: url(../images/f-mail.png);
  background-position: 37px center;
}
#footer .f-form ul li:nth-child(3) {
  width: 31.813%;
}
#footer .f-form ul li:nth-child(3) input {
  padding-left: 95px;
  background-image: url(../images/f-message.png);
  background-position: 53px center;
}
#footer .f-form ul li:last-child {
  width: 18.423%;
}
#footer .f-form ul li input[type="submit"] {
  padding: 0;
  background: #ed1b26;
  border: 0;
  color: #fff;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-form ul li input[type="submit"]:hover {
  background: #fff;
  color: #000;
}
#footer .f-box {
  margin-top: 50px;
}
#footer .f-box .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 29px;
}
#footer .f-box ul li {
  font-size: 18px;
  line-height: 1.8;
}
#footer .f-box ul li i {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  width: 25px;
}
#footer .f-box ul li i img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#footer .f-box ul li span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 16px;
  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: #ed1b26;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box ul li a:hover {
  color: #ed1b26;
}
#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 ul li,
#footer .f-box .f-product ul li {
  margin-bottom: 15px;
}
#footer .f-box .f-ab ul li:last-child,
#footer .f-box .f-product ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box .f-contact {
  max-width: 365px;
}
#footer .f-box .f-contact ul li {
  color: #bcbcbc;
  margin-bottom: 9px;
}
#footer .f-box .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box .f-code {
  margin-top: 65px;
  text-align: center;
}
#footer .f-box .f-code #ewm {
  width: 159px;
  border: 5px solid #fff;
  margin: 0 auto;
}
#footer .f-box .f-code .share {
  margin-top: 37px;
}
#footer .f-box .f-code .share a {
  display: inline-block;
  width: 31px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px #bcbcbc;
  line-height: 30px;
  margin-right: 12px;
  color: #bcbcbc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-code .share a:last-child {
  margin-right: 0;
}
#footer .f-box .f-code .share a:hover {
  border-color: #ed1b26;
  color: #ed1b26;
}
#footer .f-copy {
  margin-top: 87px;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
  position: relative;
  color: #999999;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0 18px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: #999;
  margin-top: -1px;
}
#footer .f-copy svg text {
  fill: #999;
}
@media screen and (max-width: 1680px) {
  .ui.container {
    max-width: 1400px;
  }
  #index-body .i-product .slick-prev,
  #index-body .product .slick-prev {
    left: -35px;
  }
  #index-body .i-product .slick-next,
  #index-body .product .slick-next {
    right: 0;
  }
  #index-body .about .data ul li:nth-child(3),
  #index-body .about .data ul li:nth-child(2) {
    padding-right: 83px;
  }
  #index-body .news .content .text ul li .ig .desc {
    max-width: 520px;
  }
  .fixed-toolbar {
    bottom: 7%;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    max-width: 1220px;
  }
  #index-body .about .box .text .list ul {
    margin-right: 0;
    zoom: .76;
  }
  #index-body .about .box .text .list ul li {
    padding-right: 0;
  }
  #index-body .about .box .text .list ul li span {
    padding-left: 6px;
    font-size: 18px;
    width: 55%;
  }
  #index-body .about .data ul {
    margin: 0 -60px;
  }
  #index-body .about .data ul li {
    padding: 0 60px;
  }
  #index-body .about .data ul li:nth-child(2),
  #index-body .about .data ul li:nth-child(3) {
    padding-right: 60px;
  }
  #index-body .about .data ul li p {
    font-size: 20px;
  }
  #index-body .news .content .text {
    padding-right: 0;
  }
  #index-body .news .content .text ul li .ig .desc {
    max-width: 460px;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container {
    max-width: 1080px;
  }
  #index-body .about .data ul {
    margin: 0 0 0 -40px;
  }
  #index-body .about .data ul li {
    padding: 0 40px;
  }
  #index-body .about .data ul li .num {
    font-size: 50px;
  }
  #index-body .about .data ul li .num sub {
    font-size: 26px;
  }
  #index-body .about .data ul li:nth-child(2),
  #index-body .about .data ul li:nth-child(3) {
    padding-right: 40px;
  }
  #index-body .about .data ul li:last-child {
    padding: 0;
  }
  #index-body .news .content .text ul li .ig .desc {
    max-width: 420px;
  }
}
@media screen and (max-width: 1100px) {
  .ui.container {
    max-width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #banner .swiper-slide .text .box span {
    font-size: 22px;
  }
  #banner .swiper-slide .text .box .tit {
    font-size: 50px;
  }
  #index-body .i-product .content ul {
    margin-right: -18px;
  }
  #index-body .i-product .content ul li {
    padding-right: 18px;
  }
  #index-body .about .box .text {
    padding-right: 20px;
  }
  #index-body .about .box .text .list ul li span {
    width: 52%;
  }
  #index-body .news .content .text ul li .ig .desc {
    max-width: 360px;
  }
  #footer .f-box .f-code #ewm {
    width: 130px;
  }
  #footer .f-box .f-code .share a {
    margin-right: 6px;
  }
  #footer .f-box .f-contact {
    max-width: 330px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav {
    padding: 0;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    height: 60px;
    width: auto;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header.active {
    top: 0;
  }
  #banner {
    padding-top: 60px;
  }
  #banner .swiper-slide .text .box .tit {
    font-size: 40px;
  }
  #banner .swiper-slide .text .box .btn {
    margin-top: 20px;
  }
  #banner .swiper-pagination {
    right: 30px;
  }
  #index-body .title {
    font-size: 40px;
  }
  #index-body .i-product,
  #index-body .product {
    padding: 60px 0;
  }
  #index-body .i-product .content,
  #index-body .product .content {
    margin-top: 30px;
  }
  #index-body .application {
    display: none;
  }
  #index-body .about {
    padding: 60px 0;
  }
  #index-body .about .box {
    margin-top: 20px;
  }
  #index-body .about .box .text {
    width: 100%;
    padding-right: 0;
  }
  #index-body .about .box .text .list ul {
    zoom: 1;
  }
  #index-body .about .box .img {
    display: none;
  }
  #index-body .about .data {
    margin-top: 30px;
  }
  #index-body .about .data ul{
    margin: 0;
  }
  #index-body .about .data ul li {
    padding: 0;
  }
  #index-body .about .data ul li:nth-child(2),
  #index-body .about .data ul li:nth-child(3) {
    padding-right: 0;
  }
  #index-body .about .data ul li::after {
    display: none;
  }
  #index-body .about .data ul li .num {
    font-size: 40px;
  }
  #index-body .about .data ul li .num sub {
    font-size: 20px;
  }
  #index-body .about .data ul li p {
    font-size: 16px;
  }
  #index-body .news {
    padding: 60px 0;
  }
  #index-body .news .content {
    margin-top: 20px;
  }
  #index-body .news .content .text {
    width: 100%;
  }
  #index-body .news .content .text ul li .ig .desc {
    max-width: 560px;
  }
  #index-body .news .content .img {
    display: none;
  }
  #footer .f-form {
    padding-top: 60px;
  }
  #footer .f-form ul li {
    width: 50%;
  }
  #footer .f-form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-form ul li:last-child {
    width: 25%;
  }
  #footer .f-box .f-ab,
  #footer .f-box .f-link,
  #footer .f-box .f-product {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 370px;
  }
  #footer .f-copy {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-slide .text .box span {
    font-size: 18px;
    line-height: 1.6;
  }
  #banner .swiper-slide .text .box .tit {
    font-size: 30px;
  }
  #index-body .title {
    font-size: 36px;
  }
  #index-body .i-product,
  #index-body .product {
    padding: 30px 0;
  }
  #index-body .i-product .slick-arrow,
  #index-body .product .slick-arrow {
    zoom: .7;
  }
  #index-body .i-product .slick-prev,
  #index-body .product .slick-prev {
    left: -15px;
  }
  #index-body .product .content ul {
    margin-right: -16px;
  }
  #index-body .product .content ul li {
    padding-right: 16px;
  }
  #index-body .product .content ul li .ig .text {
    padding: 0 15px 30px;
  }
  #index-body .product .content ul li .ig .text .tit {
    font-size: 20px;
  }
  #index-body .product .content ul li .ig .text p {
    font-size: 15px;
  }
  #index-body .product .btn {
    margin-top: 20px;
  }
  #index-body .about {
    padding: 30px 0;
  }
  #index-body .about .box .text .con {
    font-size: 18px;
  }
  #index-body .about .box .text .more {
    margin-top: 20px;
  }
  #index-body .about .box .text .list {
    display: none;
  }
  #index-body .about .data {
    display: none;
  }
  #index-body .news {
    padding: 30px 0;
  }
  #index-body .news .content .text ul li {
    padding-left: 19px;
  }
  #index-body .news .content .text ul li .ig .desc {
    max-width: 360px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8;
  }
  #footer .f-form {
    padding-top: 30px;
  }
  #footer .f-form ul li {
    width: 100%;
  }
  #footer .f-form ul li:nth-child(1) input,
  #footer .f-form ul li:nth-child(2) input,
  #footer .f-form ul li:nth-child(3) input {
    padding-left: 60px;
    background-position: 20px center;
  }
  #footer .f-form ul li:last-child {
    width: 100%;
  }
  #footer .f-box {
    margin-top: 20px;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
  #footer .f-box .f-code {
    display: none;
  }
  #footer .f-copy {
    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 span {
    font-size: 14px;
    line-height: 2;
  }
  #banner .swiper-slide .text .box .tit {
    font-size: 24px;
    line-height: 1.5;
  }
  .more {
    font-size: 16px;
    width: 140px;
    height: 37px;
    line-height: 37px;
  }
  #index-body .title {
    font-size: 30px;
    line-height: 1.3;
  }
  #index-body .about .box .text .con {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .news .content .text ul {
    height: auto;
  }
  #index-body .news .content .text ul li .ig {
    display: block;
  }
  #index-body .news .content .text ul li .ig time {
    max-width: 100%;
    text-align: left;
  }
  #index-body .news .content .text ul li .ig time em {
    display: inline-block;
    margin-right: 6px;
  }
  #footer .f-box ul li {
    font-size: 16px;
  }
  #footer .f-box ul li span {
    width: 90%;
    padding-left: 6px;
  }
  .fixed-toolbar {
    bottom: 9%;
    zoom: .7;
  }
}
.font-50 {
  font-size: 50px;
  line-height: 1.2;
}
.font-46 {
  font-size: 46px;
  line-height: 1.3;
}
.inner-banner {
  margin-top: 149px;
  position: relative;
  padding: 91px 0 104px;
  background: url(../images/inner-banner.jpg) no-repeat center;
  background-size: cover;
  color: #333;
}
.inner-banner .title {
  font-weight: 900;
  text-transform: capitalize;
}
.inner-banner .mbx {
  font-weight: 500;
  margin-top: 3px;
}
.inner-banner .mbx span {
  color: #ed1b26;
}
.about-page .title {
  font-weight: 900;
  color: #333;
}
.about-page .title em {
  color: #ed1b26;
}
.about-page .about-1 {
  padding: 69px 0 90px;
}
.about-page .about-1 .left {
  vertical-align: bottom;
  width: 50.843%;
}
.about-page .about-1 .left .con {
  font-size: 20px;
  line-height: 1.7;
  color: #333;
  margin-top: 34px;
}
.about-page .about-1 .right {
  width: 49.157%;
  padding-right: 38px;
  vertical-align: bottom;
  margin-bottom: 8px;
}
.about-page .about-1 .right .play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}
.about-page .about-1 .right .play i {
  width: 85px;
  height: 85px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 85px;
  position: relative;
}
.about-page .about-1 .right .play i img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-1 .right .play i em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
.about-page .about-1 .right .play i em::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ed1b26;
}
.about-page .about-1 .right .play::before,
.about-page .about-1 .right .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -24px;
  left: -24px;
  right: -24px;
  bottom: -24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
.about-page .about-1 .right .play::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .about-2 {
  background: url(../images/about2-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 66px 0 98px;
}
.about-page .about-2 p {
  font-size: 20px;
  line-height: 1.7;
  color: #333;
  margin-top: 31px;
}
.about-page .about-2 .content {
  margin-top: 54px;
  direction: ltr;
}
.about-page .about-2 .content ul {
  margin-right: -20px;
}
.about-page .about-2 .content ul li {
  padding-right: 20px;
}
.about-page .about-3 {
  padding: 77px 0 89px;
}
.about-page .about-3 .left {
  vertical-align: middle;
}
.about-page .about-3 .left p {
  font-size: 20px;
  line-height: 1.7;
  color: #333;
  margin-top: 22px;
}
.about-page .about-3 .left img {
  margin-top: 20px;
}
.about-page .about-3 .right {
  vertical-align: middle;
  padding-left: 80px;
}
.about-page .about-3 .right .swiper {
  overflow: hidden;
}
.about-page .about-3 .right .swiper .swiper-slide {
  padding: 45px 0;
}
.about-page .about-3 .right .swiper .swiper-slide-active {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  position: relative;
  z-index: 1;
}
.about-page .about-4 {
  background: url(../images/about4-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 63px 0 73px;
}
.about-page .about-4 .content {
  margin-top: 45px;
}
.about-page .about-4 .content ul {
  margin-bottom: -24px;
}
.about-page .about-4 .content ul li {
  padding-bottom: 24px;
}
.about-page .about-4 .content ul li .ig {
  background-color: #e7e7e8;
  border-radius: 50px;
  padding: 24px 50px 28px 41px;
  position: relative;
}
.about-page .about-4 .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  padding-left: 50px;
  cursor: pointer;
}
.about-page .about-4 .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  position: absolute;
  display: block;
  left: 41px;
  top: 22px;
}
.about-page .about-4 .content ul li .ig .tit i::after,
.about-page .about-4 .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-4 .content ul li .ig .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.about-page .about-4 .content ul li .ig .con {
  font-size: 16px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.about-page .about-4 .content ul li .ig.active .tit i {
  background: #ed1b26;
}
.about-page .about-4 .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .left {
    vertical-align: middle;
  }
  .about-page .about-1 .right {
    vertical-align: middle;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 60px;
    padding: 60px 0;
  }
  .font-50 {
    font-size: 40px;
  }
  .font-46 {
    font-size: 36px;
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .left .con {
    font-size: 18px;
    margin-top: 12px;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-2 p {
    font-size: 18px;
    margin-top: 12px;
  }
  .about-page .about-2 .content {
    margin-top: 20px;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-4 .content {
    margin-top: 20px;
  }
  .about-page .about-4 .content ul li .ig {
    padding: 20px 30px 20px 15px;
  }
  .about-page .about-4 .content ul li .ig .tit {
    font-size: 18px;
  }
  .about-page .about-4 .content ul li .ig .tit i {
    right: 15px;
  }
  .about-page .about-4 .content ul li .ig .con {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .font-50 {
    font-size: 30px;
  }
  .font-46 {
    font-size: 30px;
  }
  .inner-banner {
    padding: 30px 0;
  }
  .about-page .about-1 {
    padding: 30px 0;
  }
  .about-page .about-1 .left .con {
    font-size: 16px;
  }
  .about-page .about-2 {
    padding: 30px 0;
  }
  .about-page .about-2 p {
    font-size: 16px;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-3 .left p {
    font-size: 16px;
    margin-top: 12px;
  }
  .about-page .about-4 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .font-50,
  .font-46 {
    font-size: 26px;
  }
  .inner-banner .mbx {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-3 .right .swiper .swiper-slide {
    padding: 0;
  }
  .about-page .about-3 .right .swiper .swiper-slide img {
    width: 100%;
  }
  .about-page .about-3 .right .swiper .swiper-slide-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about-page .about-4 .content ul li .ig .tit {
    font-size: 16px;
  }
}
.product-yd-page .item {
  padding: 90px 0 80px;
}
.product-yd-page .item .top .left {
  width: 52.469%;
  padding-right: 74px;
  vertical-align: middle;
}
.product-yd-page .item .top .left .tit {
  font-weight: 900;
  color: #333;
}
.product-yd-page .item .top .left .con {
  font-size: 17px;
  font-weight: 500;
  color: #666666;
  line-height: 2;
  margin-top: 24px;
  max-height: 170px;
  overflow-y: auto;
}
.product-yd-page .item .top .left .more {
  margin-top: 38px;
}
.product-yd-page .item .top .right {
  width: 47.531%;
  vertical-align: middle;
}
.product-yd-page .item .top .right img{
  width: 100%;
}
.product-yd-page .item .bottom {
  margin-top: 73px;
}
.product-yd-page .item .bottom ul {
  margin: -10px;
}
.product-yd-page .item .bottom ul li {
  padding: 10px;
}
.product-yd-page .item .bottom ul li .ig {
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.product-yd-page .item .bottom ul li .ig .text {
  background: #f0f0f0;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .item .bottom ul li .ig .text a {
  display: block;
}
.product-yd-page .item .bottom ul li .ig .text:hover {
  background: #ed1b26;
}
.product-yd-page .item:nth-child(even) {
  background: url(../images/about4-bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .product-yd-page .item {
    padding: 60px 0;
  }
  .product-yd-page .item .top .left {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .item {
    padding: 30px 0;
  }
  .product-yd-page .item .top .left {
    width: 100%;
    padding: 0;
  }
  .product-yd-page .item .top .left .con {
    margin-top: 12px;
  }
  .product-yd-page .item .top .left .more {
    margin-top: 20px;
  }
  .product-yd-page .item .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .product-yd-page .item .bottom {
    margin-top: 20px;
  }
}
.industry-page .item {
  padding: 98px 0 73px;
}
.industry-page .item .top .tit {
  font-weight: 900;
  color: #333;
}
.industry-page .item .top .con {
  font-size: 17px;
  line-height: 2;
  color: #666;
  font-weight: 500;
  margin-top: 30px;
}
.industry-page .item .list {
  margin-top: 47px;
  text-align: center;
}
.industry-page .item .list ul {
  margin: -21px;
}
.industry-page .item .list ul li {
  padding: 21px;
  text-align: left;
}
.industry-page .item .list ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.15);
}
.industry-page .item .list ul li .text {
  margin-top: 33px;
  text-align: right;
}
.industry-page .item .list ul li .text span {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  line-height: 1.3;
}
.industry-page .item .list ul li .text p {
  font-size: 17px;
  line-height: 2;
  color: #666666;
  margin-top: 27px;
  max-height: 102px;
  overflow-y: auto;
}
.industry-page .item .list .more {
  margin-top: 67px;
}
.industry-page .item .info {
  margin-top: 81px;
}
.industry-page .item .info .left {
  vertical-align: middle;
  width: 41.085%;
  position: relative;
}
.industry-page .item .info .left::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.15);
}
.industry-page .item .info .right {
  vertical-align: middle;
  width: 58.915%;
  padding-right: 102px;
}
.industry-page .item .info .right span {
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  color: #333;
}
.industry-page .item .info .right p {
  font-size: 17px;
  line-height: 2;
  color: #666;
  font-weight: 500;
  margin-top: 10px;
}
.industry-page .item .info .right .more {
  margin-top: 32px;
}
.industry-page .item:nth-child(even) {
  background: url(../images/industry-bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .industry-page .item .list ul {
    margin: -11px;
  }
  .industry-page .item .list ul li {
    padding: 11px;
  }
  .industry-page .item .info .right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .industry-page .item {
    padding: 60px 0;
  }
  .industry-page .item .list ul {
    text-align: left;
  }
  .industry-page .item .list ul li {
    width: 50%;
  }
  .industry-page .item .list ul li .text p {
    margin-top: 7px;
  }
  .industry-page .item .info {
    margin-top: 20px;
  }
  .industry-page .item .info .left {
    width: 100%;
  }
  .industry-page .item .info .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .industry-page .item {
    padding: 30px 0;
  }
  .industry-page .item .top .con {
    margin-top: 12px;
  }
  .industry-page .item .list {
    margin-top: 20px;
  }
  .industry-page .item .list .more {
    margin-top: 30px;
  }
  .industry-page .item .list ul li .text {
    margin-top: 12px;
  }
  .industry-page .item .list ul li .text span {
    font-size: 21px;
  }
  .industry-page .item .info {
    margin-top: 20px;
  }
  .industry-page .item .info .left {
    width: 100%;
  }
  .industry-page .item .info .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .industry-page .item .list ul li {
    width: 100%;
  }
}
.oem-page .oem-1 {
  padding: 72px 0 107px;
}
.oem-page .oem-1 .left {
  width: 59.397%;
  padding-right: 106px;
  vertical-align: bottom;
}
.oem-page .oem-1 .left .title {
  font-weight: 900;
  color: #333;
}
.oem-page .oem-1 .left .title em {
  color: #ed1b26;
}
.oem-page .oem-1 .left ul {
  margin-top: 80px;
}
.oem-page .oem-1 .left ul li {
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  color: #333;
  padding: 0 55px 36px 0;
  position: relative;
}
.oem-page .oem-1 .left ul li::before {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 29px;
  height: 29px;
  background: url(../images/oem-check.png) no-repeat;
  background-size: cover;
}
.oem-page .oem-1 .left ul li:last-child {
  padding-bottom: 0;
}
.oem-page .oem-1 .right {
  width: 40.603%;
  text-align: center;
  background: url(../images/oem1-bg.png) no-repeat center bottom;
  vertical-align: bottom;
}
.oem-page .oem-2 {
  background: url(../images/oem-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 77px 0 103px;
}
.oem-page .oem-2 .title {
  color: #333;
  font-weight: 900;
}
.oem-page .oem-2 .title em {
  color: #ed1b26;
}
.oem-page .oem-2 .tab {
  margin-top: 84px;
  padding-bottom: 20px;
  position: relative;
}
.oem-page .oem-2 .tab ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-left: 17px;
  font-size: 21px;
  line-height: 1.6;
  color: rgba(51, 51, 51, 0.7);
  cursor: pointer;
}
.oem-page .oem-2 .tab ul li span {
  font-weight: 700;
  font-size: 36px;
  margin-right: 18px;
}
.oem-page .oem-2 .tab ul li::before {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ed1b26;
}
.oem-page .oem-2 .tab ul li:hover,
.oem-page .oem-2 .tab ul li.active {
  color: #ed1b26;
}
.oem-page .oem-2 .tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -15%;
  width: 127%;
  height: 1px;
  background: rgba(51, 51, 51, 0.31);
}
.oem-page .oem-2 .content {
  margin-top: 83px;
}
.oem-page .oem-2 .content ul li .left {
  vertical-align: middle;
}
.oem-page .oem-2 .content ul li .right {
  vertical-align: middle;
  padding-left: 61px;
}
.oem-page .oem-2 .content ul li .right span {
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  color: #333;
}
.oem-page .oem-2 .content ul li .right p {
  font-size: 17px;
  line-height: 2;
  color: #666;
  font-weight: 500;
  margin-top: 19px;
}
.oem-page .oem-2 .content ul li .right .more {
  margin-top: 41px;
}
@media screen and (max-width: 1680px) {
  .oem-page .oem-1 .left {
    padding-right: 40px;
  }
  .oem-page .oem-2 .tab ul li {
    font-size: 17px;
  }
}
@media screen and (max-width: 1440px) {
  .oem-page .oem-2 .tab ul li {
    font-size: 16px;
  }
  .oem-page .oem-2 .tab ul li span {
    font-size: 30px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1280px) {
  .oem-page .oem-2 .tab {
    zoom: .8;
  }
}
@media screen and (max-width: 1000px) {
  .oem-page .oem-1 {
    padding: 60px 0;
  }
  .oem-page .oem-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .oem-page .oem-1 .left ul {
    margin-top: 20px;
  }
  .oem-page .oem-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .oem-page .oem-2 {
    padding: 60px 0;
  }
  .oem-page .oem-2 .tab {
    zoom: 1;
    margin-top: 30px;
  }
  .oem-page .oem-2 .tab ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oem-page .oem-2 .tab ul li {
    width: 33.3333%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .oem-page .oem-2 .content {
    margin-top: 20px;
  }
  .oem-page .oem-2 .content ul li .left {
    width: 100%;
  }
  .oem-page .oem-2 .content ul li .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .oem-page .oem-2 .content ul li .right .more {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .oem-page .oem-1 {
    padding: 30px 0;
  }
  .oem-page .oem-1 .left ul li {
    font-size: 22px;
  }
  .oem-page .oem-2 {
    padding: 30px 0;
  }
  .oem-page .oem-2 .tab ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .oem-page .oem-1 .left ul li {
    padding: 0 0 20px 30px;
    font-size: 20px;
  }
  .oem-page .oem-1 .left ul li::before {
    width: 20px;
    height: 20px;
  }
  .oem-page .oem-2 .tab ul li {
    width: 100%;
  }
}
.quality-page .tit {
  font-weight: 900;
  color: #333;
}
.quality-page .tit em {
  color: #ed1b26;
}
.quality-page .quality-1 {
  padding: 74px 0 104px;
}
.quality-page .quality-1 .left {
  padding-right: 21px;
}
.quality-page .quality-1 .left .con {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 21px;
}
.quality-page .quality-1 .right {
  padding: 88px 55px 0 58px;
}
.quality-page .quality-1 .right ul {
  margin-right: -44px;
}
.quality-page .quality-1 .right ul li {
  padding-right: 44px;
}
.quality-page .quality-2 {
  background: url(../images/oem-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 103px 0 101px;
}
.quality-page .quality-2 .left {
  padding-right: 65px;
}
.quality-page .quality-2 .left .con {
  line-height: 1.7;
  margin-top: 34px;
}
.quality-page .quality-2 .right {
  padding-right: 41px;
}
.quality-page .quality-2 .right ul li {
  margin-bottom: 30px;
  cursor: pointer;
}
.quality-page .quality-2 .right ul li .ig {
  background: #fff;
  border-right: 13px solid #ed1b26;
  padding: 12px 36px 11px 0;
  color: #333;
  z-index: 1;
}
.quality-page .quality-2 .right ul li .ig .tit {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding-left: 30px;
}
.quality-page .quality-2 .right ul li .ig .tit i {
  font-weight: 500;
  font-size: 34px;
  color: #666666;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.quality-page .quality-2 .right ul li .ig .con {
  font-size: 20px;
  line-height: 1.7;
  padding: 7px 0 10px;
  display: none;
}
.quality-page .quality-2 .right ul li .ig span {
  z-index: -1;
  top: 36px;
  right: 59px;
  line-height: 1;
  font-size: 138px;
  font-weight: 800;
  color: rgba(51, 51, 51, 0.08);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality-page .quality-2 .right ul li:last-child {
  margin-bottom: 0;
}
.quality-page .quality-2 .right ul li.active .ig .tit i {
  display: none;
}
.quality-page .quality-2 .right ul li.active .ig span {
  opacity: 1;
}
.quality-page .quality-3 {
  padding-top: 92px;
}
.quality-page .quality-3 .swiper {
  overflow: hidden;
  margin-top: 44px;
}
.quality-page .quality-3 .swiper .swiper-slide {
  padding: 48px 0;
}
.quality-page .quality-3 .swiper .swiper-slide-active {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.quality-page .quality-4 {
  padding: 88px 0 125px;
}
.quality-page .quality-4 .content {
  margin-top: 67px;
}
.quality-page .quality-4 .content ul {
  margin-right: -23px;
}
.quality-page .quality-4 .content ul li {
  padding-right: 23px;
}
.quality-page .quality-4 .content ul li img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .quality-page .quality-1 .right {
    padding: 88px 0 0 0;
  }
  .quality-page .quality-1 .right ul {
    margin-right: -20px;
  }
  .quality-page .quality-1 .right ul li {
    padding-right: 20px;
  }
  .quality-page .quality-2 .left {
    padding-right: 30px;
  }
  .quality-page .quality-2 .right {
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-1 {
    padding: 60px 0;
  }
  .quality-page .quality-1 .left {
    width: 100%;
  }
  .quality-page .quality-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .quality-page .quality-2 {
    padding: 60px 0;
  }
  .quality-page .quality-2 .left {
    width: 100%;
    padding: 0;
  }
  .quality-page .quality-2 .right {
    width: 100%;
    padding-top: 30px;
  }
  .quality-page .quality-3 {
    padding-top: 60px;
  }
  .quality-page .quality-3 .swiper {
    margin-top: 20px;
  }
  .quality-page .quality-4 {
    padding: 60px 0;
  }
  .quality-page .quality-4 .content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .quality-page .quality-1,
  .quality-page .quality-2,
  .quality-page .quality-4 {
    padding: 30px 0;
  }
  .quality-page .quality-2 .left .con {
    margin-top: 12px;
  }
  .quality-page .quality-3 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .quality-page .quality-1 .left .con {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.8;
  }
  .font-20 {
    font-size: 16px;
    line-height: 1.8;
  }
  .quality-page .quality-2 .right ul li .ig {
    padding: 12px 0 11px 12px;
  }
  .quality-page .quality-2 .right ul li .ig .tit {
    font-size: 22px;
  }
  .quality-page .quality-2 .right ul li .ig .con {
    font-size: 15px;
    line-height: 2;
  }
  .quality-page .quality-2 .right ul li .ig span {
    right: 20px;
  }
  .quality-page .quality-3 .swiper .swiper-slide {
    padding: 0;
  }
  .quality-page .quality-3 .swiper .swiper-slide img {
    width: 100%;
  }
  .quality-page .quality-3 .swiper .swiper-slide-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.contact-page {
  padding: 100px 0;
  position: relative;
}
.contact-page .box .left {
  padding-right: 5%;
}
.contact-page .box .left .text {
  margin: 1em 0 1.5em;
  font-size: 20px;
  line-height: 1.7;
  color: #666;
}
.contact-page .box .left .form ul {
  margin: -13px -10px;
}
.contact-page .box .left .form ul li {
  padding: 13px 10px;
}
.contact-page .box .left .form ul li input {
  display: block;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  font-size: 16px;
  font-weight: normal;
  color: #120c0b;
  padding: .5em 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .left .form ul li input::-webkit-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-ms-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:focus {
  border-color: #ed1b26;
}
.contact-page .box .left .form ul li.mt {
  margin-top: 2em;
}
.contact-page .box .left .form ul li .more {
  margin-top: 1em;
}
.contact-page .box .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .box .left .form ul li button {
  border: none;
}
.contact-page .box .right {
  padding-right: 10%;
}
.contact-page .box .right span.h3 {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #333;
}
.contact-page .box .right span.h3 em {
  color: #ed1b26;
}
.contact-page .box .right .text {
  margin-top: 1em;
  font-size: 20px;
  line-height: 1.7;
  color: #666;
}
.contact-page .box .right .info {
  font-size: 18px;
  color: #120c0b;
  margin: 2em 0 3em;
}
.contact-page .box .right .info li {
  margin-bottom: .8em;
}
.contact-page .box .right .info li:last-child {
  margin-bottom: 0;
}
.contact-page .box .right .info li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}
.contact-page .box .right .info li a i {
  width: 1.5em;
  text-align: center;
  height: 1.6em;
  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;
  margin-left: .5em;
  color: #ed1b26;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .box .right .info li a i img {
  display: block;
  margin: 0 auto;
}
.contact-page .box .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .box .right .share a {
  font-size: 20px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #ed1b26;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1em;
  color: #120c0b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .right .share a:hover {
  color: white;
  background-color: #ed1b26;
}
.contact-page .map {
  height: 500px;
  margin-top: 100px;
  background-color: #eee;
}
.contact-page .map iframe {
  height: 100%;
  width: 100%;
  display: block;
  border: 0;
}
.inner-page .m-page {
  margin-top: 90px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fce8ea;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
}
.inner-page .m-page a:after,
.inner-page .m-page span:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #ed1b26;
  color: #fff;
}
.factory-page {
  padding: 100px 0 80px;
}
.factory-page .bottom .list ul {
  margin: 0px -10px;
}
.factory-page .bottom .list ul li {
  padding: 35px 10px;
}
.factory-page .bottom .list ul li a.img-box {
  display: block;
}
.factory-page .bottom .list ul li a.img-box img {
  width: 100%;
}
.factory-page .bottom .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-zoom.png") center center no-repeat rgba(237,27,38, 0.7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .bottom .list ul li a.img-box:hover:after {
  opacity: 1;
}
.factory-page .bottom .list ul li span.h6 {
  font-size: 22px;
  font-weight: 500;
  color: #120c0b;
  display: block;
  margin-top: .5em;
}
 span.tag{
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    color: #ed1b26;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
span.h2 {
    font-weight: 900;
    line-height: 1.2;
    font-size: 40px;
    display: block;
    text-transform: uppercase;
}
.product-list-page .productList ul,
.prodet-product-link .productList ul {
  margin: -35px -6px;
}
.product-list-page .productList ul li,
.prodet-product-link .productList ul li {
  padding: 35px 6px;
}
.product-list-page .productList ul li a.img-box img,
.prodet-product-link .productList ul li a.img-box img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.productList ul li a.img-box {
    display: block;
    background-color: #f3f3f3;
    overflow: unset;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.productList ul li a.img-box img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.productList ul li .content {
    padding: 0 5%;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.productList ul li .content span.h6 {
    font-weight: 500;
    font-size: 22px;
    color: #120c0b;
    display: block;
    padding: 1em 0 0.7em;
    border-bottom: 1px solid #ececec;
    line-height: 1.2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.productList ul li .content .text {
    font-size: 15px;
    line-height: 2;
    margin-top: 1em;
    padding: 0 5%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
}
.productList ul li:hover a.img-box {
    background-color:#ed1b26;
}
.productList ul li:hover .content span.h6 {
    color: #ed1b26;
    border-bottom-color: #ed1b26;
}
.productList ul li:hover .content .text {
    color: #ed1b26;
}
.product-list-page {
  padding: 100px 0 130px;
}
.product-det-page .product-det-1 {
  padding: 100px 0 100px;
}
.product-det-page .product-det-1 .box {
  display: flex;
  flex-wrap: wrap;
}
.product-det-page .product-det-1 .left {
  width: 40%;
  vertical-align: middle;
}
.product-det-page .product-det-1 .left a {
  display: block;
  padding: 0%;
  border: 1px solid #bebebe;
}
.product-det-page .product-det-1 .left a img{
  margin: auto;
}
.product-det-page .product-det-1 .left .smallImg a img{
  height: 120px;
}
.product-det-page .product-det-1 .left ul {
  margin: -10px;
}
.product-det-page .product-det-1 .left ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .left .smallImg {
  width: 19%;
  padding-right: 20px;
}
.product-det-page .product-det-1 .left .smallImg .slick-current a {
  border-color: #ed1b26;
}
.product-det-page .product-det-1 .left .bigImg {
  width: 100%;
  direction: ltr;
}
.product-det-page .product-det-1 .left .bigImg a {
  position: relative;
  background: #f3f3f3;
}
.product-det-page .product-det-1 .left .bigImg a:before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #ed1b26;
  background-image: url("../images/icon-zoom.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3%;
  right: 3%;
}
.product-det-page .product-det-1 .right {
  width: 60%;
  padding-right: 3.5%;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
}
.product-det-page .product-det-1 .right h1 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
  display: block;
}
.product-det-page .product-det-1 .right .text {
    margin: 1em 0 2em;
    line-height: 2;
    font-size: 16px;
}
.product-det-page .product-det-1 .right .more{
  margin-bottom: 10px;
  vertical-align: bottom;
  font-size: 16px;
}
.product-det-page #index-body .i-application .txt,
.product-det-page #index-body .i-application .i-title{
  color: black;
}
.product-det-page .product-det-2 {
  padding-bottom: 60px;
  position: relative;
}
.product-det-page .product-det-2:before {
  content: '';
  width: 4.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 5%;
}
.product-det-page .product-det-2 .left {
  width: 23%;
  padding-right: 1%;
  /*position: -webkit-sticky;*/
  /*position: sticky;*/
  /*top: 100px;*/
}
.product-det-page .product-det-2 .left .navList {
  background-color: white;
}
.product-det-page .product-det-2 .left .navList ul {
  font-size: 20px;
  font-weight: 900;
}
.product-det-page .product-det-2 .left .navList ul li span {
  color: white;
  background-color: black;
  padding: 1.1em 2em;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li span i.fa {
  position: absolute;
  right: 5%;
  top: 1.3em;
  cursor: pointer;
}
.product-det-page .product-det-2 .left .navList ul li ul {
  padding: .7em 2em;
  font-weight: 500;
  font-size: 110%;
  line-height: 1.2;
}
.product-det-page .product-det-2 .left .navList ul li ul li {
  padding: 1em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-right: 1em;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li ul li a:hover {
  color: #ed1b26;
}
.product-det-page .product-det-2 .left .navList ul li ul li a i.fa {
  position: absolute;
  top: 0;
  right: 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul {
  padding: .5em 0 .5em 1em;
  font-size: 75%;
  font-weight: normal;
  display: none;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li {
  padding: .5em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li a {
  padding-right: 0;
}
.product-det-page .product-det-2 .right {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content span.h3 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content .pdl {
  padding-left: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .pdr {
  padding-right: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .logo {
  float: right;
}
.product-det-page .product-det-2 .right .prodet-content span.tag {
  margin-bottom: 3.5em;
  font-size: 18px;
    display: block;
    text-transform: uppercase;
    color: #ed1b26;
    line-height: 1.2; 
}
.product-det-page .product-det-2 .right .prodet-content .table {
  font-size: 20px;
}
.product-det-page .product-det-2 .right .prodet-content table {
  font-weight: 300;
  line-height: 2;
  margin: -10px !important;
  width: auto !important;
}
.product-det-page .product-det-2 .right .prodet-content table em {
  font-weight: normal;
}
.product-det-page .product-det-2 .right .prodet-content table strong {
  color: #ed1b26;
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content table tr {
  background-color: transparent !important;
}
.product-det-page .product-det-2 .right .prodet-content table tr td {
  border: none !important;
  padding: 10px !important;
  vertical-align: top;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
  padding: 100px 0 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo {
  float: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
  font-size: 47px;
  margin-top: 1.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3:before {
  display: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
  padding-bottom: 25%;
  width: 100%;
  padding-right: 50%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title {
  font-size: 36px;
  font-weight: 900;
  display: block;
  color: #ed1b26;
  text-transform: uppercase;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title:before {
  content: '';
  width: 3em;
  height: 2px;
  background-color: #ed1b26;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
  font-size: 20px;
  margin: 2em 0 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
  margin: -30px -20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
  padding: 30px 20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 50px;
  text-align: center;
  margin-right: .5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i:before {
  content: '';
  width: 3.18181818em;
  height: 3.54545455em;
  background: url("../images/icon-5-bg.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  z-index: -1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text {
  margin-top: 2em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text p {
  margin-bottom: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text img {
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 {
  padding-top: 90px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
  margin-top: 6em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table {
  margin-top: 1.5em !important;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] {
  padding-bottom: 0 !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] strong {
  line-height: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table {
  margin-top: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table {
  margin: -5px !important;
  margin-bottom: 2.5em !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table td {
  padding: 5px !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table img {
  display: block;
  margin-left: auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text {
  margin-top: 1.5em;
  font-size: 22px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
  padding: 90px 0 150px;
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
  font-weight: normal;
  font-size: 22px;
  margin-top: 5em;
  background-image: url("../images/prodet-content-6-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: white;
  line-height: 1.2;
  padding: 1em 0;
  position: relative;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
  content: '';
  width: 42%;
  left: 27%;
  top: -5%;
  border-radius: inherit;
  background-color: #ed1b26;
  z-index: -1;
  position: absolute;
  height: 110%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text hr {
  border: none;
  border-top: 1px solid #080808;
  border-bottom: 2px solid #323134;
  display: block;
  margin: 1em 0;
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
  height: 165px;
  margin-bottom: 1.5em;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table {
  text-align: center;
  margin: 0 !important;
  line-height: inherit;
  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;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table tr {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td {
  vertical-align: bottom;
  padding: 0 2% !important;
  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;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(1) {
  width: 27% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) {
  width: 42% !important;
  padding: 0 3% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) hr {
  border-top-color: #db8204;
  border-bottom-color: #f3ac48;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) {
  width: 31% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) .img img {
  max-height: 85%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 {
  padding-top: 90px;
  text-align: center;
  background: #e9e9e9;
  background: -webkit-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: -moz-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: linear-gradient(110deg, #e9e9e9, #e1e1e1);
  /* firefox */
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
  line-height: 1.4;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 {
  text-align: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8.txt-center {
  text-align: center !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList {
  overflow: hidden;
  text-align: right;
  direction: ltr;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
  margin: 0 -60px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
  padding: 0 60px;
}
.fenlei{
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: #ed1b26;
  margin-bottom: 20px;
  margin-right: 50px;
}
.miaoshu{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.inner-page .slideBarBox .slideBarLeft {
  width: 30%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .slideBarLeft .border {
  margin-bottom: 30px;
}
.inner-page .slideBarBox .slideBarLeft .border span.h6 {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  display: block;
}
.inner-page .slideBarBox .slideBarLeft .border.search form {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 0 .8em;
  font-size: 14px;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input {
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input[type="submit"] {
  width: 22px;
  background: url("../images/icon-search.png") center center no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.nav span.h6 {
  padding: 25px;
  color: white;
  background-color: #ed1b26;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a {
  font-size: 22px;
  font-weight: 500;
  padding: 18px 25px;
  border-top: 1px solid #bebebe;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a .fa{
  float: right;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li ul{
  display: none;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList > ul > li.active ul{
  display: block;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active {
  color: #ed1b26;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active + ul{
  display: block;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a {
  font-size: 18px;
  font-weight: normal;
  padding: 15px;
  padding-left: 35px;
}
.inner-page .slideBarBox .slideBarLeft .border.img {
  padding: 50px 25px;
  text-align: center;
  color: white;
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.h6 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.img hr {
  border: none;
  display: block;
  height: 1px;
  background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text {
  margin: 1.2em 0;
  color: inherit;
  font-weight: normal;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text p {
  font-size: 90%;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.phone {
  display: block;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  margin: 1em 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img a.btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #ed1b26;
  line-height: 2.625em;
  height: 2.625em;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.inner-page .slideBarBox .slideBarLeft .border.hot span.h6 {
  padding-bottom: 1em;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li,
.product-det-page .product-det-2 .left .navList ul li.hot ul li {
  padding: 7px 0;
  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;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .img,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .img {
  width: 35%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0%;
    background-color: #f3f3f3;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content {
  padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.cat {
  font-weight: 500;
  font-size: 18px;
  color: #ed1b26;
  line-height: 1.2;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title {
  font-weight: 500;
  font-size: 22px;
  color: #120c0b;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title:hover,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title:hover {
  color: #ed1b26;
}
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span {
  padding: 0;
  background: transparent;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .img {
  width: 40%;
  border: none;
  padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content time {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #ed1b26;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content span.h5 {
  font-size: 16px;
  color: #120c0b;
  line-height: 1.8;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.inner-page .slideBarBox .slideBarLeft .border.mail {
  padding: 25px 30px;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input {
  display: block;
  line-height: 42px;
  height: 42px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  margin-top: 1.5em;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"] {
  border-bottom: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-webkit-input-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-ms-input-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:focus {
  border-color: #ed1b26;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"] {
  background-color: #ed1b26;
  text-align: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"]:hover {
  background-color: black;
}
.inner-page .slideBarBox .slideBarRight {
  width: 70%;
}
.font-48 {
    font-size: 48px;
}
.i-title {
    line-height: 1.2;
    font-weight: 900;
}
.i-title em {
    color: #ed1b26;
}
.inner-page.product-det-page .i-application {
    text-align: center;
}
.inner-page.product-det-page .i-application ul {
    margin: 0 -15px;
    direction: ltr;
}
.inner-page.product-det-page .i-application li {
    padding: 15px;
}
.inner-page.product-det-page .i-application li p {
    font-size: 18px;
    padding: 20px 0;
}
.inner-page.product-det-page .i-application .txt {
  line-height: 2;
    margin: 0 auto;
    font-size: 15px;
    width: 65%;
}
.miaoshu-det .top {
    margin-bottom: 30px;
}
.miaoshu-det .top h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding-left: 40px;
    margin-bottom: 15px;
}
.miaoshu-det .top p {
    font-size: 16px;
    line-height: 2;
    padding: 5px 0;
}
.miaoshu-det .top h2:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: #ed1b26;
    left: 15px;
}
.miaoshu-det .bottom table {
    font-size: 16px;
    border: 0;
    margin-bottom: 0;
}
.miaoshu-det .bottom table td p {
    line-height: 1.8;
    padding: 5px;
}
.miaoshu-det a.more {
    width: 100%;
    text-align: center;
    margin-top: 35px;
    text-transform: capitalize;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8{
  padding: 90px 0;
}
.inner-page .prodet-product-link .dotsBox {
  margin-top: 90px;
  text-align: center;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox .dots,
.inner-page .prodet-product-link .dotsBox li {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox button {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fce6d1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
  border: none;
}
.inner-page .prodet-product-link .dotsBox .prev:after,
.inner-page .prodet-product-link .dotsBox .next:after,
.inner-page .prodet-product-link .dotsBox button:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .prodet-product-link .dotsBox .prev:hover,
.inner-page .prodet-product-link .dotsBox .next:hover,
.inner-page .prodet-product-link .dotsBox button:hover,
.inner-page .prodet-product-link .dotsBox .slick-active button {
  background: #ed1b26;
  color: #fff;
}
.prodet-form{
  padding: 80px 0;
}
.prodet-form .h3{
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.prodet-form .form {
  margin-top: 60px;
}
.prodet-form .form ul{
  margin: 0 -15px;
}
.prodet-form .form ul li{
  padding: 0 15px;
  margin-bottom: 15px;
  position: relative;
}
.prodet-form .form ul li .box,
.prodet-form .form ul li textarea,
.prodet-form .form ul li input{
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0,0,0,0.3);
  background: transparent;
  font-size: 18px;
  padding: 0 15px;
}
.prodet-form .form ul li textarea{
  height: 150px;
  padding: 15px;
}
.prodet-form .form ul li button{
  border: none;
}
.prodet-form .form ul li .box{
  position: relative;
  padding: 6px 15px;
  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;
}
.prodet-form .form ul li input[type="file"]{
  width: auto;
  position: absolute;
  left: 15px;
  top: 0;
  opacity: 0;
}
.prodet-form .form ul li .box .btn{
  background: #ed1b26;
  color: white;
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  margin-right: 15px;
}
.prodet-form .form ul li.wid-100{
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .contact-page .box .right .info {
    font-size: 16px;
  }
  .contact-page,
  .factory-page,
  .product-list-page,
  .product-det-page .product-det-1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
    padding: 80px 0;
  }
  .contact-page .map {
    margin-top: 60px;
  }
  .contact-page .box .right span.h3 {
    font-size: 28px;
  }
  .inner-page .m-page,
  .inner-page .prodet-product-link .dotsBox{
    margin-top: 50px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span,
  .inner-page .prodet-product-link .dotsBox .prev,
  .inner-page .prodet-product-link .dotsBox .next,
  .inner-page .prodet-product-link .dotsBox button {
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
  }
  .factory-page .bottom .list ul li span.h6,
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title{
    font-size: 20px;
  }
  .factory-page .bottom .list {
    margin: 50px 0;
  }
  .factory-page .bottom .list ul li {
    padding: 10px;
  }
  .factory-page .bottom .list ul {
    margin: -10px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-7{
    padding-top: 80px;
  } 
  .product-det-page .product-det-2 .left .navList ul {
    font-size: 18px;
  }
  .product-det-page .product-det-2 .left .navList ul li ul {
    font-size: 100%;
  }
  .product-det-page .product-det-2 .left .navList ul li ul li {
    padding: .7em 0;
  }
  .product-det-page .product-det-2 .right .prodet-content {
    max-width: 1080px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
    padding: 60px 0;
    padding-left: 5%;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo img {
    max-height: 100px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 36px;
    margin-top: 1em;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3{
    font-size: 28px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
  .product-det-page .product-det-2 .right .prodet-content .table {
    font-size: 18px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
    padding: 20px 15px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
    margin: -20px -15px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
    margin-top: 4em;
  }
  .product-det-page .product-det-2 .right .prodet-content .logo img {
    max-height: 40px;
  }
  .product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 3em;
  }
  .inner-page .slideBarBox .slideBarLeft .border.search,
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail {
    padding: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.img {
    padding: 35px 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border span.h6 {
    font-size: 18px;
  }
   .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  .contact-page,
  .factory-page,
  .product-list-page,
  .product-det-page .product-det-1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
    padding: 60px 0;
  }
  .contact-page .box .right span.h3 {
    font-size: 24px;
  }
  .contact-page .map {
    height: 400px;
  }
  .contact-page .box .right .info li {
    margin-bottom: .5em;
  }
  .contact-page .box .left .form ul li input {
    font-size: 14px;
  }
  .contact-page .box .left .form ul li.mt {
    margin-top: 1em;
  }
  .contact-page .box .right .info {
    margin: 1.5em 0 2em;
  }
  .inner-page .m-page,
  .inner-page .prodet-product-link .dotsBox {
    margin-top: 30px;
  }
  .factory-page .bottom .list ul li span.h6,
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
  .inner-page .slideBarBox .slideBarLeft .border.search,
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail{
    font-size: 18px;
  }
  .factory-page .bottom .list ul li span.h6,
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a{
    font-size: 16px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-7{
    padding-top: 60px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3{
    font-size: 24px;
  }
  .product-list-page .productList ul li{
    padding: 10px 5px;
  }
  .product-list-page .productList ul{
    margin: -10px -5px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.img span.phone {
    font-size: 14px;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .box .right {
    padding-left: 5%;
  }
  .contact-page .box .right span.h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .map {
    height: 300px;
  }
   .factory-page .bottom .list ul li span.h6{
     font-size: 14px;
     line-height: 2;
   }
   .product-det-page .product-det-2 .left .navList ul{
     font-size: 14px;
   }
   .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3{
    font-size: 20px;
  }
  .product-det-page .product-det-2 .right {
    width: 100%;
  }
  .product-det-page .product-det-2 .left {
    display: none;
  }
  .product-det-page .product-det-2 .right .prodet-content {
    max-width: 970px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
    padding: 0 0 60px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo img {
    max-height: 70px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 28px;
  } 
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
  .product-det-page .product-det-2 .right .prodet-content .table,
  .product-det-page .product-det-1 .right .text,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a{
    font-size: 14px;
    line-height: 2;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
    height: 120px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
    padding: 0 10px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
    margin: 0 -10px;
  } 
  .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarRight {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .box .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .box .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .map {
    margin-top: 30px;
    height: 240px;
  }
  .contact-page .box .right .share a {
    font-size: 16px;
  }
  .contact-page .box .right .info {
    font-size: 14px;
    line-height: 2;
  }
  .inner-page .m-page a,
  .inner-page .m-page span,
  .inner-page .prodet-product-link .dotsBox .prev,
  .inner-page .prodet-product-link .dotsBox .next,
  .inner-page .prodet-product-link .dotsBox button {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .product-det-page .product-det-2 .right .prodet-content {
    max-width: 700px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 24px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3{
    font-size: 18px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p img {
    max-height: 24px;
  }
}
@media screen and (max-width: 700px) {
   span.h2{
    font-size: 26px;
  }
  .product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 2em;
  }
  .product-det-page .product-det-1 .right {
    width: 100%;
    padding-right: 0;
  }
  .product-det-page .product-det-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-det-page .product-det-1 .right {
    padding-left: 0;
  }
  .product-det-page .product-det-1 .left ul li {
    padding: 3px;
  }
  .product-det-page .product-det-1 .left ul {
    margin: -3px;
  }
  .product-det-page .product-det-1 .left .smallImg {
    padding-right: 6px;
  }
  .product-det-page .product-det-1 .left {
    width: 100%;
  }
  .product-det-page .product-det-1 .right {
    width: 100%;
  }
  .product-det-page .product-det-1 .right .text {
    margin: 1em 0;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
    padding-right: 0;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list {
    padding-right: 50%;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
    margin: -5px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
    width: 100%;
    padding: 5px;
  }
}
@media screen and (max-width: 500px) {
  .font-48 {
    font-size: 32px;
  }
  .contact-page,
  .factory-page,
  .product-list-page,
  .product-det-page .product-det-1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
    padding: 40px 0;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-7{
    padding-top: 40px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
    width: 30px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i img {
    max-height: 30px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
    margin: 1em 0 1.5em;
  }
  .product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 2.5em;
  }
  .product-det-page .product-det-2 .right .prodet-content table tr td {
    display: block;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
    font-size: 12px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
    height: 90px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
    height: 106%;
    top: -3%;
  }
}
.inner-page .slideBar-left {
  width: 20% !important;
  margin-bottom: 75px;
}
.inner-page .slideBar-left .slideNav > li {
  margin-bottom: 14px;
}
.inner-page .slideBar-left .slideNav > li > a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  font-size: 18px;
  background: #f5f5f5;
  padding: 15px;
}
.inner-page.product-page .slideBar-left .slideNav>li>a{
  background: white;
}
.inner-page .slideBar-left .slideNav > li > a .fa {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .slideBar-left .slideNav > li ul li {
  margin: 5px;
  margin-right: 0;
}
.inner-page .slideBar-left .slideNav > li ul li a {
  padding: 10px;
  font-size: 17px;
  display: block;
}
.inner-page .slideBar-left .slideNav > li ul li.active a,
.inner-page .slideBar-left .slideNav > li ul li:hover a {
  background: #bc1b21;
  color: white;
}
.inner-page .slideBar-left .slideNav > li:hover > a,
.inner-page .slideBar-left .slideNav > li.active > a {
  background: #bc1b21;
  color: white;
}
.inner-page .slideBar-left .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}
.inner-page .slideBar-left .share li {
  width: 30px;
  height: 30px;
  background: #bc1b21;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 33px;
  margin-right: 15px;
}
.inner-page .slideRight {
  width: 80% !important;
  padding-right: 60px;
}
.inner-page.prodet-page .slideRight{
  width: 100% !important;
  padding-right: 0;
}
.news-page{
  padding-top: 110px;
  padding-bottom: 100px
}
.news-page .slideRight .i-news {
  overflow: unset !important;
      padding: 0 !important;
}
.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
}
.news-page .i-news .wrap{
      margin: -23px;
}
.news-page .i-news .wrap .column {
    padding: 23px;
}
.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}
.news-page .i-news .wrap .column .item {
    display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    padding: 50px 25px 85px;
}
.news-page .i-news .wrap .column .item .content {
    line-height: 30px;
    text-align: center;
}
.news-page .i-news .wrap .column .item h4 {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 30px 0 20px;
}
.news-page .i-news .wrap .column .item .time {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
}
.news-page .i-news .wrap .column .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 74px;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    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;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight{
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .slideRight .i-news .wrap .column {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
    .news-page .slideRight .i-news .wrap .column {
    width: 100%;
  }
}
.newdet2-page {
    padding: 80px 0;
}
.newdet2-page h1 {
    font-size: 30px;
    line-height: 1.6;
    color: #0b2239;
    font-weight: bold;
    text-transform: capitalize;
}
.newdet2-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}
.newdet2-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #868686;
    line-height: 2;
}
.newdet2-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet2-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet2-page .share ul li:hover {
    color: #ed1b26;
}
@media screen and (max-width: 500px){
   .newdet2-page{
        padding: 50px 0 10px;
    }
}
#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;
  -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: #ed1b26;
}
#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: #ed1b26;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #ed1b26;
  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;
}
