@font-face {
  font-family: 'Barlow';
  src: url('../fonts/BarlowCondensed-SemiBold.eot') format('eot'), url('../fonts/BarlowCondensed-SemiBold.woff2') format('woff2'), url('../fonts/BarlowCondensed-SemiBold.woff') format('woff'), url('../fonts/BarlowCondensed-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss721BT-Light.eot') format('eot'), url('../fonts/Swiss721BT-Light.woff2') format('woff2'), url('../fonts/Swiss721BT-Light.woff') format('woff'), url('../fonts/Swiss721BT-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss721BT-Roman.eot') format('eot'), url('../fonts/Swiss721BT-Roman.woff2') format('woff2'), url('../fonts/Swiss721BT-Roman.woff') format('woff'), url('../fonts/Swiss721BT-Roman.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721';
  src: url('../fonts/Swiss721BT-Bold.eot') format('eot'), url('../fonts/Swiss721BT-Bold.woff2') format('woff2'), url('../fonts/Swiss721BT-Bold.woff') format('woff'), url('../fonts/Swiss721BT-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
.f_38{
  font-size: 38px;
  line-height: 1.2;
}
body {
  font-family: 'Swiss 721';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1680px;
  margin: auto;
  width: 100%;
}
.inner-page .ui.container{
  max-width: 1480px;
  background-attachment: fixed;
}
.product-page .ui.container{
  max-width: 1680px;
  background-attachment: fixed;
}
.more {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #b7252e;
  width: 230px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 28px;
}
.more i {
  display: inline-block;
  margin: -2px 0 0 14px;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #000;
  border-radius: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::after {
  width: 100%;
  left: 0;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 22px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .ui.menu {
  padding: 0 121px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .h-top .ui.menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .search {
  margin: 0 0 0 auto;
}
#header .h-top .search form {
  width: 217px;
  position: relative;
}
#header .h-top .search form input[type="text"] {
  width: 100%;
  height: 31px;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 30px;
}
#header .h-top .search form input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#header .h-top .search form input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#header .h-top .search form input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#header .h-top .search form input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#header .h-top .search form input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#header .h-top .search form input[type="text"]:focus {
  border-color: #b7252e;
  color: #fff;
}
#header .h-top .search form input[type="text"]:focus::-webkit-input-placeholder {
  color: #fff;
}
#header .h-top .search form input[type="text"]:focus:-moz-placeholder {
  color: #fff;
}
#header .h-top .search form input[type="text"]:focus::-moz-placeholder {
  color: #fff;
}
#header .h-top .search form input[type="text"]:focus:-ms-input-placeholder {
  color: #fff;
}
#header .h-top .search form input[type="text"]:focus::placeholder {
  color: #fff;
}
#header .h-top .search form input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 24px;
  height: 24px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
}
#header .h-top .h-language {
  margin-left: 19px;
  padding-left: 13px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  position: relative;
  z-index: 100;
}
#header .h-top .h-language span {
  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;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  text-transform: uppercase;
}
#header .h-top .h-language span img {
  margin-right: 11px;
}
#header .h-top .h-language span i {
  margin-left: 12px;
}
#header .h-top .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 #b7252e;
  display: none \9;
}
#header .h-top .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .h-top .h-language ul.sub-menu li a {
  display: block;
}
#header .h-top .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .h-top .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .h-top .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 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#header .nav .ui.menu .logo {
  margin-top: -10px;
}
#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;
  margin-right: 74px;
  font-weight: 700;
  color: #fff;
  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: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #f1ba68;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #b7252e;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 60px 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  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-inquiry {
  margin-bottom: -7px;
  margin-left: 29px;
}
#header .nav .ui.menu .h-inquiry .more {
  width: auto;
  height: auto;
  padding: 11px 36px 10px;
  border-radius: 19px;
  line-height: 1;
}
#header .nav .ui.menu .h-inquiry .more::after {
  border-radius: 19px;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #b7252e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active {
  top: -40px;
  padding: 10px 0;
}
#header.active::after {
  width: 100%;
}
#header.active .nav .ui.menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header.active .nav .ui.menu .logo {
  margin-top: 0;
}
#header.active .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header.active .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #ff9c1d;
}
#header.active .nav .ui.menu .h-inquiry {
  margin-bottom: 0;
}
#header.active .nav .ui.menu .h-inquiry .more {
  background: #fff;
  color: #b7252e;
}
#header.active .nav .ui.menu .h-inquiry .more:hover {
  color: #fff;
}
.font-100 {
  font-size: 100px;
  line-height: 1;
}
.font-72 {
  font-size: 72px;
  line-height: 1;
}
.font-60 {
  font-size: 60px;
  line-height: 1.2;
}
.font-50 {
  font-size: 50px;
  line-height: 1.3;
}
.font-48 {
  font-size: 48px;
  line-height: 1.2;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
@-webkit-keyframes circle-in-bottom-left {
  from {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  to {
    -webkit-clip-path: circle(150% at bottom left);
    clip-path: circle(150% at bottom left);
  }
}
@-moz-keyframes circle-in-bottom-left {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(150% at bottom left);
  }
}
@keyframes circle-in-bottom-left {
  from {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  to {
    -webkit-clip-path: circle(150% at bottom left);
    clip-path: circle(150% at bottom left);
  }
}
@-webkit-keyframes start {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
@-moz-keyframes start {
  0%,
  30% {
    opacity: 0;
    -moz-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
@keyframes start {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .ui.container {
  max-width: 1670px;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide > img {
  width: 100%;
}
#banner .swiper-slide .text {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  color: #fff;
}
#banner #b3 .text{
  bottom: 26%;
}
#banner .swiper-slide .text .box {
  padding: 0 25px 0 40px;
}
#banner .swiper-slide .text .box .left .title {
  font-size: 85px;
  font-weight: bold;
  line-height: 1.2;
  -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 .right {
  text-align: right;
  padding-top: 78px;
  -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: .7s;
  -moz-transition-delay: .7s;
  transition-delay: .7s;
}
#banner .page {
  position: absolute;
  bottom: 22.3%;
  left: 0;
  width: 100%;
}
#banner .page .ig {
  padding: 0 25px 0 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#banner .page .ig .swiper-button-prev,
#banner .page .ig .swiper-button-next {
  position: initial;
  width: 10px;
  height: 18px;
  margin-top: 0;
}
#banner .page .ig .swiper-pagination {
  position: initial;
  padding: 0 13px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
#banner .page .ig .swiper-button-prev {
  background: url(../images/left_arrow.png) no-repeat center;
}
#banner .page .ig .swiper-button-next {
  background: url(../images/right_arrow.png) no-repeat center;
}
#banner .swiper-slide-active {
  -webkit-animation: 5s cubic-bezier(0.25, 1, 0.3, 1) circle-in-bottom-left both;
  -moz-animation: 5s cubic-bezier(0.25, 1, 0.3, 1) circle-in-bottom-left both;
  animation: 5s cubic-bezier(0.25, 1, 0.3, 1) circle-in-bottom-left both;
}
#banner .swiper-slide-active .text .box .left .title {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#banner .swiper-slide-active .text .box .right {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#banner .down {
  position: absolute;
  z-index: 1;
  bottom: 32px;
  left: 0;
  width: 100%;
  text-align: center;
}
#banner .down a {
  display: inline-block;
}
#banner .down img {
  display: block;
}
#banner .down img:last-child {
  margin-top: 4px;
  -webkit-animation: start 2s infinite ease-in-out;
  -moz-animation: start 2s infinite ease-in-out;
  animation: start 2s infinite ease-in-out;
}
.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;
}
@-webkit-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes pd {
  0% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}
@-moz-keyframes pd {
  0% {
    -moz-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    -moz-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}
@keyframes pd {
  0% {
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}
@-webkit-keyframes pd1 {
  0% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-moz-keyframes pd1 {
  0% {
    -moz-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  100% {
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes pd1 {
  0% {
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-webkit-keyframes grow {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.3);
    transform: scaleY(1.3);
  }
}
@-moz-keyframes grow {
  0%,
  100% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -moz-transform: scaleY(1.3);
    transform: scaleY(1.3);
  }
}
@keyframes grow {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.3);
    -moz-transform: scaleY(1.3);
    transform: scaleY(1.3);
  }
}
@-webkit-keyframes arc {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
    transform: rotate(0deg) translateX(10px) rotate(0deg);
    background: #e4dbce;
  }
  50% {
    -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
    background: #b7252e;
  }
}
@-moz-keyframes arc {
  0%,
  100% {
    -moz-transform: rotate(0deg) translateX(10px) rotate(0deg);
    transform: rotate(0deg) translateX(10px) rotate(0deg);
    background: #e4dbce;
  }
  50% {
    -moz-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
    background: #b7252e;
  }
}
@keyframes arc {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
    -moz-transform: rotate(0deg) translateX(10px) rotate(0deg);
    transform: rotate(0deg) translateX(10px) rotate(0deg);
    background: #e4dbce;
  }
  50% {
    -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
    background: #b7252e;
  }
}
@-webkit-keyframes dou {
  10% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  20% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  30% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  40% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  50% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  60% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  70% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  80% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  90% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes dou {
  10% {
    -moz-transform: translateY(1px);
    transform: translateY(1px);
  }
  20% {
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  30% {
    -moz-transform: translateY(1px);
    transform: translateY(1px);
  }
  40% {
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  50% {
    -moz-transform: translateY(1px);
    transform: translateY(1px);
  }
  60% {
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  70% {
    -moz-transform: translateY(1px);
    transform: translateY(1px);
  }
  80% {
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  90% {
    -moz-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dou {
  10% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
  }
  20% {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  30% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
  }
  40% {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  50% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
  }
  60% {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  70% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
  }
  80% {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  90% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes move {
  0% {
    background-position: left 0px top 80px;
  }
  40% {
    background-position: left 800px top -50px;
  }
  80% {
    background-position: left 1800px top -50px;
  }
  100% {
    background-position: left 2400px top 80px;
  }
}
@-moz-keyframes move {
  0% {
    background-position: left 0px top 80px;
  }
  40% {
    background-position: left 800px top -50px;
  }
  80% {
    background-position: left 1800px top -50px;
  }
  100% {
    background-position: left 2400px top 80px;
  }
}
@keyframes move {
  0% {
    background-position: left 0px top 80px;
  }
  40% {
    background-position: left 800px top -50px;
  }
  80% {
    background-position: left 1800px top -50px;
  }
  100% {
    background-position: left 2400px top 80px;
  }
}
@-webkit-keyframes yd {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-moz-keyframes yd {
  0% {
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  25% {
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -moz-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes yd {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  25% {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes shape1 {
  0% {
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
  }
  100% {
    -webkit-transform: translateY(20%) rotateX(20deg);
    transform: translateY(20%) rotateX(20deg);
  }
}
@-moz-keyframes shape1 {
  0% {
    -moz-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
  }
  100% {
    -moz-transform: translateY(20%) rotateX(20deg);
    transform: translateY(20%) rotateX(20deg);
  }
}
@keyframes shape1 {
  0% {
    -webkit-transform: translateY(0) rotateX(0deg);
    -moz-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
  }
  100% {
    -webkit-transform: translateY(20%) rotateX(20deg);
    -moz-transform: translateY(20%) rotateX(20deg);
    transform: translateY(20%) rotateX(20deg);
  }
}
@-webkit-keyframes shape2 {
  0% {
    -webkit-transform: translateY(0) rotateX(15deg);
    transform: translateY(0) rotateX(15deg);
  }
  100% {
    -webkit-transform: translateY(-20%) rotateX(25deg);
    transform: translateY(-20%) rotateX(25deg);
  }
}
@-moz-keyframes shape2 {
  0% {
    -moz-transform: translateY(0) rotateX(15deg);
    transform: translateY(0) rotateX(15deg);
  }
  100% {
    -moz-transform: translateY(-20%) rotateX(25deg);
    transform: translateY(-20%) rotateX(25deg);
  }
}
@keyframes shape2 {
  0% {
    -webkit-transform: translateY(0) rotateX(15deg);
    -moz-transform: translateY(0) rotateX(15deg);
    transform: translateY(0) rotateX(15deg);
  }
  100% {
    -webkit-transform: translateY(-20%) rotateX(25deg);
    -moz-transform: translateY(-20%) rotateX(25deg);
    transform: translateY(-20%) rotateX(25deg);
  }
}
#index-body span.tag {
  font-size: 20px;
  font-weight: 500;
  color: #b7252e;
  line-height: 1.5;
}
#index-body .title {
  font-weight: bold;
}
#index-body .application {
  padding-top: 93px;
  background: url(../images/application-bg.png) no-repeat right top;
  z-index: 1;
}
#index-body .application .header {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .application .header .title {
  max-width: 607px;
  line-height: 1.1;
}
#index-body .application .header .con {
  font-size: 40px;
  line-height: 1.2;
  max-width: 766px;
  font-weight: 300;
  vertical-align: bottom;
  margin-bottom: 10px;
}
#index-body .application .header .icon {
  width: 152px;
  height: 152px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 152px;
  position: relative;
  z-index: 1;
  margin-bottom: 121px;
}
#index-body .application .header .icon img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .application .header .icon::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ap-wz.png) no-repeat;
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
  background-size: 100%;
}
#index-body .application .content {
  margin-top: 91px;
}
#index-body .application .content ul {
  margin-right: -27px;
}
#index-body .application .content ul li {
  padding-right: 27px;
}
#index-body .application .content ul li .ig {
  height: 523px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#index-body .application .content ul li .ig .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: bottom;
  -webkit-align-items: bottom;
  -moz-box-align: bottom;
  -ms-flex-align: bottom;
  align-items: bottom;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  -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: 47px 28px;
  z-index: 1;
}
#index-body .application .content ul li .ig .text .tit {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  z-index: 2;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
}
#index-body .application .content ul li .ig .text p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
  position: relative;
  z-index: 2;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
#index-body .application .content ul li .ig .text span {
  display: inline-block;
  margin-top: 7px;
  position: relative;
  z-index: 2;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#index-body .application .content ul li .ig .text::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0.3)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
}
#index-body .application .content ul li p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  padding: 10px 0 0 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .application .content ul li:hover .ig .text .tit,
#index-body .application .content ul li:hover .ig .text p,
#index-body .application .content ul li:hover .ig .text span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#index-body .application .content ul li:hover .ig .text::after {
  opacity: 1;
}
#index-body .application .content ul li:hover p {
  opacity: 0;
}
#index-body .application .content ul.slick-dots {
  position: absolute;
  bottom: -60px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
  margin: 0;
}
#index-body .application .content ul.slick-dots li {
  display: inline-block;
  padding: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  margin-right: 26px;
  border: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .application .content ul.slick-dots li button {
  display: none;
}
#index-body .application .content ul.slick-dots li.slick-active {
  background-color: #b7252e;
}
#index-body .application::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 105px;
  width: 6.25%;
  height: 29%;
  background-color: #a78965;
  -webkit-animation: grow 6s ease-in-out infinite;
  -moz-animation: grow 6s ease-in-out infinite;
  animation: grow 6s ease-in-out infinite;
}
#index-body .i-product {
  padding-top: 3%;
}
#index-body .i-product .box {
  max-width: 1804px;
  margin: 0 0 0 auto;
  padding-left: 15px;
}
#index-body .i-product .box .left {
  padding: 65px 5% 0 0;
}
#index-body .i-product .box .left .title {
  margin-top: 21px;
}
#index-body .i-product .box .left .title::after {
  content: '';
  width: 84px;
  height: 6px;
  background-color: #c62525;
  display: block;
  margin-top: 5px;
}
#index-body .i-product .box .left .con {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 25px;
}
#index-body .i-product .box .left .more {
  font-size: 18px;
  margin-top: 28px;
}
#index-body .i-product .box .left .img {
  margin-top: -9.7%;
}
#index-body .i-product .box .right {
  padding: 120px 0 91px;
}
#index-body .i-product .box .right .mid {
  padding: 15px 12px 10px 13px;
  width: 694px;
  height: 694px;
  border-radius: 50%;
  position: absolute;
  right: 9px;
  top: 0;
}
#index-body .i-product .box .right .mid .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
}
#index-body .i-product .box .right .mid .circle #cirLine {
  position: absolute;
  top: -2px;
  right: -7px;
  stroke-width: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .box .right .mid .circle #cirLine path {
  fill: none;
  stroke: #a78965;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  stroke-dasharray: 158,520;
}
#index-body .i-product .box .right .mid .circle .dotItems {
  width: 0;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  height: 48%;
  position: absolute;
  z-index: 1;
  bottom: 50%;
  left: 50%;
}
#index-body .i-product .box .right .mid .circle .dotItems .dot {
  height: -webkit-calc(104%);
  height: -moz-calc(104%);
  height: calc(104%);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  -moz-transition: opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: opacity 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  position: absolute;
  top: -20px;
  left: 0;
  cursor: pointer;
}
#index-body .i-product .box .right .mid .circle .dotItems .dot span {
  width: 11px;
  height: 11px;
  background: transparent;
  background: #666666;
  border-radius: 50%;
  -webkit-transition: border-color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  -moz-transition: border-color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transition: border-color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
#index-body .i-product .box .right .mid .circle .dotItems .dot:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#index-body .i-product .box .right .mid .circle .dotItems .dot:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 8px;
}
#index-body .i-product .box .right .mid .circle .dotItems .dot:nth-of-type(3) {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -8px;
}
#index-body .i-product .box .right .mid .circle .dotItems .dot:nth-of-type(4) {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  left: -6px;
}
#index-body .i-product .box .right .mid .circle .dotItems .dot.active span {
  background: #b7252e;
}
#index-body .i-product .box .right .mid .circle .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  transform: translateZ(1px);
  z-index: 2;
}
#index-body .i-product .box .right .mid .circle .imgBox .photo {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#index-body .i-product .box .right .mid .circle .imgBox .photo .pic {
  position: absolute;
  z-index: 2;
  width: 98%;
  height: 98%;
  top: 50%;
  left: 1%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-product .box .right .mid .circle .imgBox .photo .pic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 100%);
}
#index-body .i-product .box .right .mid .circle .imgBox .photo .pic .tit {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 0;
  left: 10%;
  right: 10%;
  width: 80%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  padding: 0 38px 81px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .box .right .mid .circle .imgBox .photo .pic .tit:hover {
  color: #b7252e;
}
#index-body .i-product .box .right .mid .circle .imgBox .photo.on {
  opacity: 1;
}
#index-body .i-product .box .right .mid::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/circle.png) no-repeat;
  -webkit-animation: xz 50s linear infinite;
  -moz-animation: xz 50s linear infinite;
  animation: xz 50s linear infinite;
}
#index-body .i-product .change {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 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;
}
#index-body .i-product .change .prev img,
#index-body .i-product .change .next img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#index-body .i-product .change .prev:hover img,
#index-body .i-product .change .next:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-product .change .prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .i-product .change .next {
  margin-left: 19px;
}
#index-body .shape {
  padding-top: 8.2%;
}
#index-body .shape .ui.container {
  max-width: 1690px;
}
#index-body .shape .content {
  margin-top: 40px;
}
#index-body .shape .content ul li {
  text-align: center;
}
#index-body .shape .content ul li .img-box {
  height: 171px;
  line-height: 171px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .shape .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .shape .content ul li .tit {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 9px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .shape .content ul li:hover .img-box {
  background-color: #e0d9ce;
}
#index-body .shape .content ul li:hover .tit {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#index-body .advantage {
  margin-top: 82px;
  z-index: 1;
}
#index-body .advantage .header span {
  display: block;
}
#index-body .advantage .header .title {
  display: inline-block;
  line-height: 1.2;
  margin-top: 8px;
}
#index-body .advantage .header .title::after {
  content: '';
  width: 84px;
  height: 6px;
  background-color: #c62525;
  display: block;
  margin: 9px auto 0;
}
#index-body .advantage .header p {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 300;
  margin-top: 9px;
}
#index-body .advantage .content {
  height: 607px;
  margin-top: 30px;
  position: relative;
}
#index-body .advantage .content .bigImg {
  height: inherit;
  position: relative;
}
#index-body .advantage .content .bigImg .img {
  width: 100%;
  height: 100%;
  background-position: center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .advantage .content .bigImg .img.zIndex {
  z-index: 1;
}
#index-body .advantage .content .bigImg .img.active {
  -webkit-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 2;
}
#index-body .advantage .content .smallImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  z-index: 2;
}
#index-body .advantage .content .smallImg ul {
  width: 100%;
  height: 100%;
}
#index-body .advantage .content .smallImg ul li {
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  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;
  -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;
  padding: 0 30px;
  text-align: center;
}
#index-body .advantage .content .smallImg ul li i {
  display: block;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  text-align: center;
  line-height: 94px;
  background-color: #b7252e;
  position: relative;
  z-index: 1;
}
#index-body .advantage .content .smallImg ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .advantage .content .smallImg ul li i::before,
#index-body .advantage .content .smallImg ul li i::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(198, 37, 37, 0.4);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
#index-body .advantage .content .smallImg ul li i::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
#index-body .advantage .content .smallImg ul li .tit {
  font-weight: bold;
  margin-top: 53px;
  line-height: 1.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .advantage .content .smallImg ul li .tit:hover {
  color: #b7252e;
}
#index-body .advantage .content .smallImg ul li p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 25px;
  display: none;
}
#index-body .advantage .content .smallImg ul li .more{
  background: transparent;
  border: 1px solid #fff;
  display: none;
}
#index-body .advantage .content .smallImg ul li .more::after{
  background: #b7252e;
}
#index-body .advantage .content .smallImg ul li .more:hover{
  border-color: #b7252e;
}
#index-body .advantage .content .smallImg ul li .link {
  margin-top: 64px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .advantage .content .smallImg ul li .link:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
#index-body .advantage .content .smallImg ul li:first-child {
  border-left: 0;
}
#index-body .advantage .content .smallImg ul li.active {
  background: rgba(178, 144, 93, 0.7);
}
#index-body .advantage .content .smallImg ul li.active p,
#index-body .advantage .content .smallImg ul li.active .more{
  display: block;
}
#index-body .advantage::before,
#index-body .advantage::after {
  content: '';
  position: absolute;
  z-index: -1;
  background-color: #a98b5d;
}
#index-body .advantage::before {
  width: 120px;
  height: 80px;
  top: 115px;
  -webkit-animation: pd1 5s linear infinite alternate;
  -moz-animation: pd1 5s linear infinite alternate;
  animation: pd1 5s linear infinite alternate;
}
#index-body .advantage::after {
  width: 85px;
  height: 57px;
  top: 84px;
  right: 83px;
  -webkit-animation: pd 5s linear infinite alternate;
  -moz-animation: pd 5s linear infinite alternate;
  animation: pd 5s linear infinite alternate;
}
#index-body .about {
  padding: 100px 0 94px;
  position: relative;
  z-index: 1;
}
#index-body .about .top .left {
  padding-left: 51px;
  width: 46%;
}
#index-body .about .top .left span.font-36 {
  color: #c72525;
}
#index-body .about .top .left .tit {
  font-family: 'Barlow';
  line-height: 1;
  color: transparent;
  background: url(../images/ab-wz.png) repeat-x;
  -webkit-background-clip: text;
  background-clip: text;
  background-position-x: -180px;
  background-position-y: -100px;
  /*-webkit-animation: move 12s linear infinite;
  -moz-animation: move 12s linear infinite;
  animation: move 12s linear infinite;*/
}
#index-body .about .top .left .tit span {
  font-size: 25.166em;
  line-height: 1;
  letter-spacing: 6px;
}
#index-body .about .top .left .tit em {
  font-size: 13.75em;
  line-height: 1;
  display: inline-block;
  letter-spacing: 3px;
}
#index-body .about .top .left .img {
  padding: 44px 0 0 25px;
}
#index-body .about .top .right {
  width: 54%;
}
#index-body .about .top .right .title {
  margin-top: 9px;
  letter-spacing: 1px;
}
#index-body .about .top .right .title::after {
  content: '';
  width: 84px;
  height: 6px;
  background-color: #c62525;
  display: block;
  margin-top: 33px;
}
#index-body .about .top .right .con {
  line-height: 1.6;
  opacity: .8;
  margin-top: 27px;
}
#index-body .about .top .right .con h1 {
  font-size: 26px;
  line-height: 1.1;
  font-weight: bold;
  opacity: 1;
  margin-bottom: 6px;
}
#index-body .about .top .right .list {
  margin-top: 123px;
}
#index-body .about .top .right .list ul {
  margin-bottom: -58px;
}
#index-body .about .top .right .list ul li {
  margin-bottom: 58px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .about .top .right .list ul li i {
  display: block;
  line-height: 39px;
}
#index-body .about .top .right .list ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .top .right .list ul li p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  margin-top: 9px;
}
#index-body .about .top .right .list ul li .num {
  font-size: 80px;
  line-height: 1;
  font-weight: bold;
}
#index-body .about .top .right .list ul li .num sub {
  display: inline-block;
  vertical-align: bottom;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 5px;
}
#index-body .about .top .right .list ul li:hover .num {
  color: #b7252e;
}
#index-body .about .bottom {
  margin-top: 124px;
}
#index-body .about .bottom ul {
  margin: -26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#index-body .about .bottom ul li {
  padding: 26px;
  height: 100%;
}
#index-body .about .bottom ul li .ig {
  height: 100%;
  border: solid 1px #cabaa0;
  background: #fff;
  padding: 41px 37px 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .about .bottom ul li .ig i {
  display: inline-block;
  width: 87px;
  height: 87px;
  background-color: #ce1e1e;
  border-radius: 50%;
  text-align: center;
  line-height: 87px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .about .bottom ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .bottom ul li .ig span {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 13px;
}
#index-body .about .bottom ul li .ig p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  margin-top: 7px;
}
#index-body .about .bottom ul li .ig:hover {
  background-color: #e0d9ce;
  border-color: #cabaa0;
}
#index-body .about .bottom ul li .ig:hover i {
  -webkit-transform: rotate(360deg) scale(1.1);
  -moz-transform: rotate(360deg) scale(1.1);
  -ms-transform: rotate(360deg) scale(1.1);
  transform: rotate(360deg) scale(1.1);
}
#index-body .about::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 37%;
  left: -17%;
  width: 443px;
  height: 443px;
  background-color: #e4dbce;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: arc 5s infinite linear;
  -moz-animation: arc 5s infinite linear;
  animation: arc 5s infinite linear;
}
#index-body .about::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 64px;
  right: 21px;
  width: 25.625%;
  height: 25.858%;
  background: url(../images/sjx.png) no-repeat;
  background-size: 100% 100%;
  -webkit-animation: yd 5s linear infinite alternate;
  -moz-animation: yd 5s linear infinite alternate;
  animation: yd 5s linear infinite alternate;
}
#index-body .about .pageShapeContainer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17%;
  z-index: -1;
  width: 100%;
  height: 641px;
  -webkit-animation: shape1 20s infinite alternate linear,
                 shape2 20s infinite alternate linear;
  -moz-animation: shape1 20s infinite alternate linear,
                 shape2 20s infinite alternate linear;
  animation: shape1 20s infinite alternate linear,
                 shape2 20s infinite alternate linear;
  background: url(../images/company.png) no-repeat;
  background-size: 100% auto;
}
#index-body .video {
  padding: 114px 0 138px;
  background: url("../images/vbg.jpg") center center;
  background-attachment: fixed;
  background-size: 100% 100%;
  text-align: center;
}
#index-body .video .play {
  display: inline-block;
  cursor: pointer;
}
#index-body .video .play i {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#index-body .video .play i::before,
#index-body .video .play i::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
#index-body .video .play i::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
#index-body .video .play span {
  display: block;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin-top: 18px;
}
#index-body .sus {
  padding-top: 106px;
}
#index-body .sus .box {
  background: url(../images/sus.jpg) no-repeat center;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding: 119px 50px 118px;
  position: relative;
  z-index: 1;
  color: #fff;
}
#index-body .sus .box .ig {
  max-width: 777px;
}
#index-body .sus .box .ig span,
#index-body .sus .box .ig .title,
#index-body .sus .box .ig p {
  padding-left: 14px;
}
#index-body .sus .box .ig .title {
  margin-top: 7px;
}
#index-body .sus .box .ig p {
  margin-top: 7px;
  font-weight: 300;
}
#index-body .sus .box .ig .more {
  margin-top: 20px;
}
#index-body .sus .box .ig .more::after {
  background: #fff;
}
#index-body .sus .box .ig .more:hover {
  color: #b7252e;
}
#index-body .sus .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(0, 0, 0, 0.5)), color-stop(20%, rgba(0, 0, 0, 0.5)), to(rgba(252, 90, 10, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 20%, rgba(252, 90, 10, 0) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 20%, rgba(252, 90, 10, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 20%, rgba(252, 90, 10, 0) 100%);
}
#index-body .news {
  background: url(../images/nbg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 104px 0 119px;
}
#index-body .news .left {
  width: 36.5%;
  vertical-align: middle;
}
#index-body .news .left .title {
  margin-top: 7px;
}
#index-body .news .left .title::after {
  content: '';
  width: 84px;
  height: 6px;
  background-color: #c62525;
  display: block;
  margin-top: 5px;
}
#index-body .news .left ul {
  margin-top: 20px;
}
#index-body .news .left ul li {
  font-size: 20px;
  line-height: 1.8;
  opacity: .7;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
}
#index-body .news .left ul li:hover {
  color: #b7252e;
  opacity: 1;
}
#index-body .news .right {
  width: 63.5%;
  vertical-align: middle;
}
#index-body .news .right ul {
  margin-right: -30px;
}
#index-body .news .right ul li {
  padding-right: 30px;
}
#index-body .news .right ul li .ig {
  background-color: #f2f2f2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .right ul li .ig .text {
  padding: 15px 15px 58px;
}
#index-body .news .right ul li .ig .text time {
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .news .right ul li .ig .text time span {
  opacity: .7;
  padding-left: 10px;
}
#index-body .news .right ul li .ig .text .tit {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .news .right ul li .ig .text p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  opacity: .7;
  margin-top: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .news .right ul li .ig:hover {
  color: #fff;
  background: #a78965;
}
#index-body .news .right ul li .ig:hover .tit {
  color: #fff;
}
#index-body .news .arrow {
  bottom: 0;
  right: 66%;
}
#index-body .news .arrow .prev,
#index-body .news .arrow .next {
  display: inline-block;
}
#index-body .news .arrow .prev img,
#index-body .news .arrow .next img {
  -webkit-filter: brightness(0) opacity(0.5);
  filter: brightness(0) opacity(0.5);
}
#index-body .news .arrow .prev:hover img,
#index-body .news .arrow .next:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .news .arrow .prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 19px;
}
#index-body .contact {
  background: url(../images/cbg.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  padding: 74px 0 73px;
  position: relative;
  height: 659px;
}
#index-body .contact .ui.container {
  max-width: 1386px;
}
#index-body .contact .title {
  font-family: 'Barlow';
}
#index-body .contact p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  max-width: 1086px;
  margin: 8px auto 0;
}
#index-body .contact .form {
  margin-top: 30px;
  padding-right: 12px;
}
#index-body .contact .form ul {
  margin: -9px;
}
#index-body .contact .form ul li {
  padding: 9px;
  width: 26.506%;
}
#index-body .contact .form ul li input {
  width: 100%;
  height: 51px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #6c7075;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  padding: 0 45px;
  background-position-y: center;
  background-repeat: no-repeat;
}
#index-body .contact .form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .contact .form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .contact .form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .contact .form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .contact .form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .contact .form ul li input:focus {
  border-color: #a78965;
  color: #fff;
}
#index-body .contact .form ul li input:focus::-webkit-input-placeholder {
  color: #fff;
}
#index-body .contact .form ul li input:focus:-moz-placeholder {
  color: #fff;
}
#index-body .contact .form ul li input:focus::-moz-placeholder {
  color: #fff;
}
#index-body .contact .form ul li input:focus:-ms-input-placeholder {
  color: #fff;
}
#index-body .contact .form ul li input:focus::placeholder {
  color: #fff;
}
#index-body .contact .form ul li button {
  width: 100%;
  height: 51px;
  background-color: #b7252e;
  text-align: center;
  line-height: 51px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  border: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .contact .form ul li button img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .contact .form ul li button:hover {
  background: #af8655;
}
#index-body .contact .form ul li:nth-child(1) input {
  background-image: url(../images/form-user.png);
  background-position-x: 15px;
}
#index-body .contact .form ul li:nth-child(2) input {
  padding-left: 60px;
  background-image: url(../images/form-mail.png);
  background-position-x: 23px;
}
#index-body .contact .form ul li:nth-child(3) {
  width: 34.362%;
}
#index-body .contact .form ul li:nth-child(3) input {
  padding-left: 47px;
  background-image: url(../images/form-message.png);
  background-position-x: 13px;
}
#index-body .contact .form ul li:last-child {
  width: 12.626%;
}
strong {
  font-weight: bold;
}
#footer {
  background: url(../images/fbg.png) no-repeat center #161616;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer.footer {
  margin-top: -15%;
  background: url(../images/fbg.png) no-repeat center top;
  background-size: 100% 100%;
}
#footer .f-box {
  padding: 120px 26px 42px 0;
  -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#footer .f-box .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
#footer .f-box .tit::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #c62525;
  display: block;
  margin-top: 12px;
}
#footer .f-box ul li {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 1px;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
}
#footer .f-box ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box ul li a {
  padding-left: 12px;
  opacity: .7;
  position: relative;
}
#footer .f-box ul li a::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 9px;
  background: url(../images/f-icon.png) no-repeat;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box ul li a:hover {
  color: #c62525;
}
#footer .f-box ul li a:hover::before {
  background: url(../images/f-icon1.png) no-repeat;
}
#footer .f-box .f-ab {
  max-width: 336px;
}
#footer .f-box .f-ab p {
  font-weight: 300;
  line-height: 1.7;
  opacity: .7;
  margin-top: 16px;
}
#footer .f-box .f-ab .share {
  margin-top: 26px;
}
#footer .f-box .f-ab .share a {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  background: #292929;
  color: rgba(255,255,255,0.7);
  margin-right: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-box .f-ab .share a:last-child {
  margin-right: 0;
}
#footer .f-box .f-ab .share a:hover {
  background: #b7252e;
}
#footer .f-box .f-contact {
  max-width: 300px;
}
#footer .f-box .f-contact ul li {
  margin-bottom: 7px;
}
#footer .f-box .f-contact ul li i {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 30px;
  margin-top: 5px;
}
#footer .f-box .f-contact ul li span {
  display: inline-block;
  width: 88%;
  padding-left: 12px;
}
#footer .f-box .f-contact ul li:first-child,
#footer .f-box .f-contact ul li:nth-child(2) {
  margin-bottom: 0;
}
#footer .f-box .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box .f-code {
  padding-top: 6%;
  text-align: center;
}
#footer .f-box .f-code #ewm {
  width: 125px;
  border: 6px solid #fff;
}
#footer .f-box .f-code p {
  font-size: 16px;
  line-height: 1.8;
  opacity: .75;
  font-weight: 300;
  width: 100%;
  margin-top: 10px;
}
#footer .f-copy {
  font-size: 16px;
  position: relative;
  background-color: #1a1a1a;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  padding: 13px 0 12px;
}
#footer .f-copy a {
  color: rgba(217, 43, 43, 0.5);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: rgba(217, 43, 43, 0.5);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(217, 43, 43, 0.5);
}
#footer .f-back {
  position: absolute;
  cursor: pointer;
  right: 64px;
  bottom: 55px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-back span {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}
#footer .f-back:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.fixed-toolbar ul li.back {
  display: none;
}
@media screen and (max-width: 1680px) {
  #header .ui.menu {
    padding: 0 40px;
  }
  .ui.container,
  .product-page .ui.container {
    max-width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu>li{
    margin-right: 42px;
  }
  #banner .swiper-slide .text .box .left,
  #banner .swiper-slide .text .box .right {
    vertical-align: middle;
  }
  #banner .swiper-slide .text .box .left .title {
    font-size: 72px;
  }
  #index-body .application .header .con {
    font-size: 30px;
    max-width: 600px;
  }
  #index-body .application .header .title {
    max-width: 560px;
  }
  .font-100 {
    font-size: 80px;
  }
  #index-body .about::after {
    left: -22%;
  }
  #index-body .about .bottom ul li .ig span {
    min-height: 72px;
  }
  #index-body .about .bottom ul li .ig {
    padding: 41px 33px 30px;
  }
  #index-body .i-product .change {
    padding-right: 26%;
    bottom: 0;
  }
  #index-body .i-product .box .right .mid .circle .imgBox .photo .pic .tit{
    width: 80%;
    left: 10%;
    right: 10%;
  }
}
@media screen and (max-width: 1440px) {
  #index-body .application .content ul li .ig{
    height: 450px;
  }
  .ui.container,
  .product-page .ui.container {
    max-width: 1220px;
  }
  .inner-page .ui.container{
    max-width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 36px;
  }
  #header .nav .ui.menu .h-inquiry .more {
    padding: 11px 24px 10px;
  }
  #banner .swiper-slide .text {
    bottom: 60px;
  }
  #banner .swiper-slide .text .box .left .title {
    font-size: 60px;
  }
  #banner .down {
    bottom: 20px;
  }
  #banner .page {
    bottom: 20%;
  }
  #index-body .application .header .title {
    max-width: 425px;
  }
  .font-100 {
    font-size: 60px;
  }
  #index-body .application .header .con {
    font-size: 24px;
  }
  #index-body .i-product .box .right {
    zoom: .8;
  }
  .font-60 {
    font-size: 50px;
  }
  #index-body .about .top .left {
    padding-left: 0;
  }
  #index-body .about .top .left .tit span {
    font-size: 23em;
  }
  .font-72 {
    font-size: 60px;
  }
  #index-body .about::after {
    left: -25%;
  }
  .font-50 {
    font-size: 40px;
  }
  #footer .f-box {
    padding: 77px 0 42px;
  }
  #footer .f-box .f-ab {
    max-width: 240px;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container,
  .product-page .ui.container {
    max-width: 1080px;
  }
  .inner-page .ui.container{
    max-width: 1060px;
  }
  #header .nav .ui.menu {
    padding: 0 25px;
  }
  #header .nav .ui.menu .h-inquiry .more {
    padding: 10px 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
    font-size: 15px;
  }
  #header .nav .ui.menu .h-inquiry {
    margin-left: 20px;
  }
  #banner .swiper-slide .text .box .left,
  #banner .swiper-slide .text .box .right {
    zoom: .7;
  }
  .font-100 {
    font-size: 50px;
  }
  #index-body .application .header .title {
    max-width: 325px;
  }
  #index-body .application .header .con {
    max-width: 560px;
  }
  #index-body .application .content ul li .ig {
    height: 400px;
  }
  #index-body .sus .box{
    background-attachment: initial;
  }
  #index-body .i-product .box .right {
    zoom: .75;
  }
  .font-60 {
    font-size: 42px;
  }
  #index-body .shape .content ul li {
    width: 25%;
  }
  #index-body .about::before {
    width: 20.625%;
    height: 20.858%;
  }
  #index-body .about .top .right .list ul li .num {
    font-size: 60px;
  }
  #index-body .about .top .left .tit span {
    font-size: 20em;
  }
  #index-body .about .top .left .img {
    padding: 44px 0 0 0px;
  }
  #index-body .about::after {
    width: 400px;
    height: 400px;
  }
  #index-body .about .bottom ul li .ig p {
    font-size: 15px;
  }
  #footer .f-box {
    zoom: .9;
  }
}
@media screen and (max-width: 1100px) {
  .ui.container,
  .product-page .ui.container {
    max-width: 970px;
  }
  .body-overflow-box{
    overflow: hidden;
  }
  .inner-page .ui.container{
    max-width: 960px;
  }
  #header .nav .ui.menu .logo {
    width: 15%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li,
  #header .nav .ui.menu .h-inquiry .more {
    font-size: 14px;
  }
  #index-body .application .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .application .header .title {
    max-width: 100%;
  }
  #index-body .application .header .icon {
    margin-bottom: 0;
  }
  #index-body .i-product .box .right {
    zoom: .65;
  }
  #index-body .advantage .content .smallImg ul li {
    padding: 0 20px;
  }
  #index-body .about .top .left .tit span {
    font-size: 18em;
  }
  .font-72 {
    font-size: 50px;
  }
  #index-body .about .bottom ul {
    margin: -13px;
  }
  #index-body .about .bottom ul li {
    padding: 13px;
  }
  #footer .f-box {
    zoom: .8;
  }
  #index-body .application .content ul li .ig{
    height: 350px;
  }
}
@media screen and (max-width: 1000px) {
  #header {
    top: 0;
  }
  #header .nav {
    padding: 0;
    background: #b7252e;
  }
  #header .nav .ui.menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  #header .nav .ui.menu .logo {
    display: block;
    padding: 0;
    width: auto;
    margin-top: 0 !important;
  }
  #header .nav .ui.menu .logo img {
    width: 27%;
  }
  #header .nav .ui.menu .h-inquiry {
    display: none;
  }
  #header.active {
    top: 0;
    padding: 0;
  }
  #mobile .menu-content .menu-logo {
    background: #b7252e;
    padding: 10px 0;
    text-align: center;
  }
  #banner {
    padding-top: 60px;
  }
  #banner .swiper-slide .text .box {
    padding: 0;
  }
  #banner .swiper-slide .text .box .left .title {
    font-size: 50px;
  }
  #banner .down {
    display: none;
  }
  #banner .page .ig {
    padding: 0;
  }
  #index-body .application {
    padding-top: 60px;
  }
  #index-body .application .header .icon {
    display: none;
  }
  #index-body .application .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  #index-body .application .content {
    margin-top: 40px;
  }
  #index-body .application .content ul li .ig{
    height: 260px;
  }
  #index-body .application .content ul li .ig .text {
    padding: 30px 20px;
  }
  #index-body .application .content ul li p {
    padding: 10px 0 0 0;
  }
  #index-body .application .content ul.slcik-dots {
    bottom: -30px;
  }
  #index-body .application::after {
    display: none;
  }
  #index-body .i-product .left {
    width: 100%;
  }
  #index-body .i-product .right {
    width: 100%;
    height: 644px;
  }
  #index-body .i-product .change {
    padding-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #index-body .advantage {
    margin-top: 60px;
  }
  #index-body .advantage .content {
    height: 520px;
    zoom: .7;
  }
  #index-body .advantage .content .smallImg ul li {
    width: 25%;
  }
  #index-body .advantage::before,
  #index-body .advantage::after {
    display: none;
  }
  #index-body .about {
    padding: 60px 0;
  }
  #index-body .about .top .left {
    width: 100%;
  }
  #index-body .about .top .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .about .top .right .list {
    margin-top: 40px;
  }
  #index-body .about .bottom {
    margin-top: 40px;
  }
  #index-body .about .bottom ul {
    margin: -10px;
  }
  #index-body .about .bottom ul li {
    padding: 10px;
  }
  #index-body .about .bottom ul li .ig {
    padding: 20px 10px;
  }
  #index-body .about .bottom ul li .ig span {
    font-size: 20px;
  }
  #index-body .about::before,
  #index-body .about::after {
    display: none;
  }
  #index-body .video {
    padding: 60px 0;
  }
  #index-body .sus {
    padding-top: 60px;
  }
  #index-body .sus .box {
    padding: 40px 20px;
  }
  #index-body .news {
    padding: 60px 0;
  }
  #index-body .news .left {
    width: 100%;
  }
  #index-body .news .left ul {
    display: none;
  }
  #index-body .news .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .news .arrow {
    position: initial;
    margin-top: 10px;
  }
  #index-body .contact {
    height: auto;
    padding: 60px 0;
  }
  #index-body .contact .form ul li {
    width: 50%;
  }
  #index-body .contact .form ul li:nth-child(3) {
    width: 100%;
  }
  #index-body .contact .form ul li:last-child {
    width: 20%;
  }
  #footer.footer {
    margin-top: 0;
    background: #161616;
  }
  #footer .f-box {
    padding: 40px 0;
    zoom: 1;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-product,
  #footer .f-box .f-advantage {
    display: none;
  }
  #footer .f-back {
    display: none;
  }
  .fixed-toolbar {
    bottom: 10%;
  }
  .fixed-toolbar ul li.back.active {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  #header .nav .ui.menu .logo img {
    width: 42%;
  }
  #banner .swiper-slide .text {
    top: 10%;
    bottom: initial;
  }
  #banner .swiper-slide .text .box .left {
    width: 100%;
    zoom: 1;
  }
  #banner .swiper-slide .text .box .left .title {
    font-size: 40px;
  }
  #banner .swiper-slide .text .box .right {
    display: none;
  }
  #banner .page {
    bottom: 10%;
  }
  #banner .page .ig .swiper-pagination {
    font-size: 20px;
  }
  #index-body .application {
    padding-top: 30px;
  }
  #index-body .application .header .con {
    font-size: 20px;
    line-height: 1.5;
    margin: 10px 0 0 0;
  }
  #index-body .application .content {
    margin-top: 20px;
  }
  #index-body .application .content ul {
    margin-right: -10px;
  }
  #index-body .application .content ul li {
    padding-right: 10px;
  }
  #index-body .application .content ul li .ig {
    height: 400px;
  }
  #index-body .i-product .left .img {
    display: none;
  }
  #index-body .i-product .right {
    display: none;
  }
  #index-body .shape .content ul li {
    width: 33.3333%;
  }
  #index-body .advantage {
    margin-top: 30px;
  }
  #index-body .advantage .content .smallImg ul li .tit {
    margin-top: 30px;
    font-size: 20px;
  }
  #index-body .advantage .content .smallImg ul li p {
    display: none;
  }
  #index-body .about {
    padding: 30px 0;
  }
  #index-body .about .top .left .tit span {
    font-size: 15em;
  }
  #index-body .about .top .left .tit em {
    font-size: 10em;
  }
  #index-body .about .top .left .img {
    padding: 0;
  }
  #index-body .about .top .right .list {
    margin-top: 20px;
  }
  #index-body .about .top .right .list ul li .num {
    font-size: 50px;
  }
  #index-body .about .top .right .list ul li .num sub {
    font-size: 26px;
  }
  #index-body .video {
    padding: 30px 0;
  }
  #index-body .video .play span {
    font-size: 26px;
  }
  #index-body .news {
    padding: 30px 0;
  }
  #index-body .contact {
    padding: 30px 0;
  }
  #index-body .contact .form ul li:last-child {
    width: 30%;
  }
  #footer .f-box {
    padding: 20px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-box .f-ab {
    max-width: 100%;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
    margin-top: 20px;
  }
  #footer .f-box .f-code {
    display: none;
  }
  #footer .f-copy .ui.container {
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
  .font-100 {
    font-size: 40px;
  }
  .font-60 {
    font-size: 35px;
  }
  .font-36 {
    font-size: 30px;
  }
  .font-72 {
    font-size: 40px;
  }
  .font-48 {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  #header .nav .ui.menu .logo img {
    width: 40%;
  }
  #banner .swiper-slide .text .box .left .title {
    font-size: 26px;
  }
  .font-100 {
    font-size: 30px;
    line-height: 1.3;
  }
  #index-body .application .header .con {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .application .content {
    padding-bottom: 30px;
  }
  #index-body .application .content ul li .ig .text .tit,
  #index-body .application .content ul li .ig .text p,
  #index-body .application .content ul li .ig .text span {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #index-body .application .content ul li p {
    opacity: 1;
  }
  #index-body .application .content ul.slick-dots li {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  #index-body .i-product .box .left {
    padding-right: 0;
  }
  #index-body .shape .content ul li {
    width: 100%;
  }
  #index-body .shape .content ul li .tit {
    opacity: 1;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .about .top .left .tit span {
    font-size: 13em;
  }
  .font-72 {
    font-size: 32px;
    line-height: 1.2;
  }
  .font-36 {
    font-size: 24px;
    line-height: 1.5;
  }
  #index-body .about .top .right .con h1 {
    font-size: 20px;
    line-height: 1.5;
  }
  .font-20 {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .about .top .right .list {
    display: none;
  }
  #index-body .sus {
    display: none;
  }
  #index-body .about .bottom ul li .ig span {
    min-height: auto;
  }
  .font-50 {
    font-size: 30px;
  }
  .font-48 {
    font-size: 24px;
    line-height: 1.5;
  }
  #index-body .contact p {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .contact .form ul li {
    width: 100%;
  }
  #index-body .contact .form ul li:last-child {
    width: 40%;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #b7252e;
}
#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: #b7252e;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #b7252e;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}

.inner-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.inner-banner {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: aliceblue;
  background-attachment: fixed;
  height: 385px;
  padding-top: 0 !important;
}
.inner-banner:after {
  content: '';
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.inner-banner.active:after {
  opacity: 0.3;
  -webkit-transition: 1.2s 1s;
  -moz-transition: 1.2s 1s;
  -ms-transition: 1.2s 1s;
  -o-transition: 1.2s 1s;
  transition: 1.2s 1s;
}
.inner-banner .box {
  text-align: center;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  position: relative;
}
.inner-banner.active .box {
  -webkit-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 0;
  width: 100%;
  top: 70%;
}
.inner-banner .box .content {
  text-align: left;
  max-width: 600px;
}
.inner-banner .box .mbx {
  display: block;
  font-size: 18px;
  position: relative;
  z-index: 2;
  line-height: 1.6;
}
.inner-banner .box .content .mbx a,
.inner-banner .box .content .mbx span {
  display: inline-block;
  text-transform: capitalize;
}
.inner-banner .box h2 {
  font-size: 30px;
  color: #fff;
  position: relative;
  margin: 10px 0;
  text-transform: capitalize;
  z-index: 1;
  line-height: 1.6;
  font-weight: bold;
}
.inner-banner h2:after {
  content: attr(data-text);
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: -20%;
  z-index: -2;
  opacity: 0;
}
.inner-banner.active .box h2:after {
  left: 0;
  opacity: 1;
  -webkit-transition: 1.8s .5s;
  -moz-transition: 1.8s .5s;
  -ms-transition: 1.8s .5s;
  -o-transition: 1.8s .5s;
  transition: 1.8s .5s;
}
.inner-banner .btn {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.inner-banner .btn a.more.contact:hover{
  color: #fff;
}
.inner-banner .btn a.more.contact {
  padding-left: 20px;
  background: #fff;
  color: #000;
  margin-left: 10px;
  padding: 0 0 0 10px;
  text-align: right;
}
.inner-banner .btn a.more.contact i {
  text-align: center;
  color: #fff;
  background: #b7252e;
  width: 50px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding-top: 15px;
  margin: 0 0 0 10px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}
.inner-banner .box h6 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
}
.inner-banner .nav-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.inner-banner .nav-list ul {
  letter-spacing: -5px;
}
.inner-banner .nav-list ul li {
  display: inline-block;
  letter-spacing: 0;
  min-width: 320px;
  font-size: 18px;
  color: #fff;
  background: rgba(7, 66, 149, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 1px;
}
.inner-banner .nav-list ul li a {
  display: block;
  padding: 30px;
  font-weight: bold;
}
.inner-banner .nav-list ul li:hover {
  background: #b7252e;
}
.inner-banner .box .category{
  position: absolute;
  right: 0;
  top: 70px;
  font-size: 20px;
  color: #fff;
}
.inner-banner .box .category ul{
  margin-right: -20px;
}
.inner-banner .box .category ul li{
  display: inline-block;
  padding-right: 35px;
}
.inner-banner .box .category ul li a.active{
  color: #b7252e;
}
.about-ab .top {
  padding-top: 80px;
}
.about-ab .top .left{
  position: relative;
  z-index: 1;
}
.about-ab .top h2 {
  color: #b7252e;
  font-size: 24px;
  padding-bottom: 20px;
}
.about-ab .top h3 {
  color: #000;
  font-size: 38px;
}
.about-ab .top .box{
  background: url(../images/about-img11.jpg) no-repeat center;
  background-size: 100% 100%;
  background-attachment: fixed;
  height: 500px;
}
.about-ab .about-factory .box:after {
  position: absolute;
  content: "";
  width: 402px;
  height: 389px;
  background: url(../images/about-after.png) no-repeat 100% 100%;
  right: -92px;
  top: -113px;
}
.about-ab .about-factory .box img{
  width: 100%;
}
.about-ab .about-factory .box .play{
  position: absolute;
  top: 50%;
  left: calc(50% - 30.5px);
  transform: translateY(-50%);
}
.about-page {
  overflow: hidden;
}
.about-page .about-ab .factory .content ul{
  margin: -10px;
}
.about-page .about-ab .factory .content ul li{
  padding: 10px;
}
.about-page .about-ab .factory .content ul li .img-box{
  display: block;
}
.about-page .about-num ul {
    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
}
.about-page .about-num ul li {
    padding: 15px 18.5px 5px 90px;
    position: relative;
    background: url(../images/a-icon.png) no-repeat left center
}
.about-page .about-num ul li:last-child {
    padding: 15px 0 5px 90px
}
.about-page .about-num ul li em {
    font-size: 48px;
    line-height: .9;
    color: #b7252e;
    font-weight: 700
}
.about-page .about-num ul li p {
    font-size: 16px;
    color: #545252;
    line-height: 2;
}
.about-page .about-num ul li:nth-child(1) {
    background: url(../images/about-icon.png) no-repeat left center
}
.about-page .about-num ul li:nth-child(2) {
    background: url(../images/about-icon2.png) no-repeat left center
}
.about-page .about-num ul li:nth-child(3) {
    background: url(../images/about-icon3.png) no-repeat left center
}
.about-page .about-num ul li:nth-child(4) {
    background: url(../images/about-icon4.png) no-repeat left center
}
.about-page .about-ab .factory .content ul{
  margin: -10px;
}
.about-page .about-ab .factory .content ul li{
  padding: 10px;
}
.corporate-culture {
  padding: 70px 0;
  background: #efefef;
}
.corporate-culture .ui.container {
  display: flex;
  align-items: center;
}
.corporate-culture .left {
  width: 50%;
  padding-right: 38px;
}
.corporate-culture .left h2 {
  color: #b7252e;
  font-size: 24px;
}
.corporate-culture .left h3 {
  color: #000;
  font-size: 38px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.corporate-culture .left p {
  color: #7b7b7b;
  font-size: 18px;
  padding: 8px 0;
  line-height: 2;
}
.corporate-culture .right {
  width: 50%;
}
.corporate-culture .left p em {
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
}
.corporate-culture .left ul {
  display: flex;
  margin-left: -21px;
  width: 95%;
  margin-top: 20px;
}
.corporate-culture .left ul li {
  width: 25%;
  text-align: center;
}
.corporate-culture .left ul li p {
  border: 2px solid #b7252e;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  line-height: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #000;
  font-size: 26px;
  font-weight: bold;
}
.corporate-culture .left ul li span {
  font-size: 14px;
  color: #000;
}
.about-page .ab-2{
  background: url(../images/advantage-bg.jpg) no-repeat center center;
  padding-bottom: 120px;
  background-attachment: fixed; 
}
.about-page .ab-2 .header{
  text-align: center;
  width: 56%;
  margin: 0 auto;
  padding-top: 90px;
}
.about-page .ab-2 .header span{
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}
.about-page .ab-2 .header h3{
  font-size: 36px;
  line-height: 1.1;
}
.about-page .ab-2 .header p{
  font-size: 18px;
  line-height: 2;
  color: #e7e7e7;
  margin-top: 0px;
}
.about-page .ab-2 .header .mores{
  width: 133px;
	height: 44px;
  text-align: center;
  line-height: 44px;
  background: rgba(195,13,34);
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 36px;
      transition: all .5s ease;
}
.about-page .ab-2 .header .mores:hover {
    background: rgba(195,13,34,0.7);
    transition: all .5s ease;
}
.about-page .ab-2 .header .play{
  margin-top: 79px;
}
.about-page .ab-2 .header .play i{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about-page .ab-2 .header .play i::before,
.about-page .ab-2 .header .play i::after{
  position: absolute;
  z-index: -1;
  content: '';
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .ab-2 .header .play i::before{
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .ab-2 .content{
  padding-top: 130px;
  color: #fff;
}
.about-page .ab-2 .content ul li {
  padding: 0 10px;
  position: relative;
}
.about-page .ab-2 .content ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.about-page .ab-2 .content ul li span {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.about-page .ab-2 .content ul li h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin: 22.5px 0 13px;
  font-style: italic;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.about-page .ab-2 .content ul li p {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  min-height: 56px;
}
.about-page .ab-2 .content ul li a.mores {
  display: inline-block;
  width: 17.5px;
  height: 17.5px;
  border: 1px solid white;
  line-height: 17.5px;
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
  border-radius: 100%;
  background: transparent;
  color: #fff;
}
.about-page .ab-2 .content ul li a.mores::before {
  border-bottom-color: #fa582a;
}
.about-page .ab-2 .btn {
  padding: 46px 25px 0;
  display: block;
  text-align: right;
  color: #fff;
}
.about-page .ab-2 .btn div {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .ab-2 .btn div.next {
  margin-left: 15px;
}
.about-page .ab-2 .btn div::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 2px;
  background: white;
  margin-left: 0;
  margin-top: -4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .ab-2 .btn div:hover::after {
  width: 18px;
  margin-left: 10px;
}
.about-page .i-semi {
  text-align: center;
  padding: 80px 0 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f1f7fc), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(#f1f7fc 50%, #ffffff 50%);
  background: -moz-linear-gradient(#f1f7fc 50%, #ffffff 50%);
  background: linear-gradient(#f1f7fc 50%, #ffffff 50%);
}
.about-page .i-semi p.p {
  color: #000;
}
.about-page .i-semi .semi-list {
  margin-top: 40px;
  position: relative;
}
.about-page .i-semi .semi-list ul {
  padding-bottom: 80px;
}
.about-page .i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: url(../images/factory-l.jpg) no-repeat center;
  bottom: 0;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.about-page .i-semi .semi-list .slick-prev {
  right: 50%;
  margin-right: 5px;
}
.about-page .i-semi .semi-list .slick-next {
  background: url(../images/factory-r.jpg) no-repeat center;
  left: 50%;
  margin-left: 5px;
}
.about-page .i-semi .semi-list ul li {
  padding: 0 10px;
}
.about-page .i-semi .semi-list ul li img {
  width: 100%;
}
.about-page .i-semi .semi-list ul li p {
  padding: 25px 0;
  font-size: 18px;
  display: none;
}
.about-page .i-semi ul.slick-dots{
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
}
.about-page .i-semi ul.slick-dots li{
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b7252e;
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  transition: .5s;
}
.about-page .i-semi ul.slick-dots li:last-child{
  margin-right: 0;
}
.about-page .i-semi ul.slick-dots li.slick-active{
  background: rgba(178, 144, 93, 1);
}
.about-page .i-semi ul.slick-dots li button{
  display: none;
}
.about-page h2.h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.about-page p.p {
  font-size: 18px;
  color: #fff;
  line-height: 2;
}
.his-bg .ui.container {
  display: flex;
  align-items: center;
}
.his-bg {
  background-repeat: no-repeat;
}
.his-bg .left-his {
  margin-left: -13%;
  width: 38%;
}
.his-bg .right-his {
  width: 70%;
  margin-left: 5%;
}
.his-bg .right-his .about-4 h3 {
  color: #000000;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1.3;
}
.his-bg .right-his .about-4 h2 {
  color: #000;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 1.5;
}
.about-page .about-3 {
  padding: 90px 0 100px;
  background: #f7f7f7;
}
.about-page .about-3 h2,
.about-network h2{
   display: block;
    font-size: 38px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.3;
}
.about-page .about-3 .offerBox ul{
  margin: -15px;
}
.about-page .about-3 .offerBox ul li{
  padding: 15px;
}
.about-network ul{
  margin: -15px;
}
.about-network ul li{
  padding: 15px;
} 
.news-page {
  padding: 60px 0;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
  border-left: 1px solid #e7e7e7;
  padding-left: 20px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: #b7252e;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #b7252e;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li ul{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  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 .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #b7252e;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 16px;
  line-height: 2;
}
.product-page .sideBox .side-left {
  width: 25%;
}
.product-page .sideBox .side-left .box {
  padding: 30px 20px;
  background: #f7f7f7;
  margin-bottom: 20px;
  line-height: 2;
}
.product-page .sideBox .side-left .box:last-child {
  margin-bottom: 0;
}
.product-page .sideBox .side-left .box h4 {
  display: block;
  
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  color: black;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}
.product-page .sideBox .side-left .box h4:after {
  content: '';
  width: 24%;
  background: #b7252e;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 5px;
}
.product-page .sideBox .side-left .box .list ul li {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  z-index: 20;
}
.product-page .sideBox .side-left .box .list ul li a {
  display: block;
  padding: 15px 35px 15px 12px;
  font-size: 16px;
  color: #262626;
  background: white;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  line-height: 1.8;
}
.product-page .sideBox .side-left .box .list ul li a .fa{
  position: absolute;
  right:20px;
  top:20px;
}
.product-page .sideBox .side-left .box .list ul li a span {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 14px;
  top: 24px;
  display: block;
}
.product-page .sideBox .side-left .box .list ul li a span:after,
.product-page .sideBox .side-left .box .list ul li a span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
}
.product-page .sideBox .side-left .box .list ul li a span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .sideBox .side-left .box .list.nav ul li a:hover,
.product-page .sideBox .side-left .box .list.nav ul li a.active {
  background: #b7252e;
  color: white;
  text-align: left;
}
.product-page .sideBox .side-left .box .list.info ul li {
  overflow: hidden;
  margin-bottom: 18px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.product-page .sideBox .side-left .box .list.info ul li a {
  padding-left: 38px;
  text-align: left;
  padding-right: 15px;
}
.product-page .sideBox .side-left .box .list.info ul li a i {
  width: 38px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .sideBox .side-left .box .list.info ul li:last-child {
  margin-bottom: 0;
}
.product-page .sideBox .side-left .box .list.info ul li:last-child a {
  font-size: 16px;
  line-height: 30px;
}
.product-page .sideBox .side-left .box .list ul li ul{
  /*display: none;*/
  -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: 0;
  left: 100%;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #b02923;
  display: none \9;
}
.product-page .sideBox .side-left .box .list ul li ul li{
  white-space: nowrap;
  margin-bottom: 0;
}
.product-page .sideBox .side-left .box .list ul li ul li a{
  margin-bottom: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.product-page .sideBox .side-left .box .list ul li:hover ul{
  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;
}
.product-page .sideBox .side-left .box.playBg {
  height: 370px;
  padding: 0;
  position: relative;
  background: url("../images/pr-bg.jpg") center center;
  background-size: cover;
}
.product-page .sideBox .side-left .box.playBg:after {
  content: '';
  width: 100%;
  height: 40%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  
}
.product-page .sideBox .side-left .box.playBg .play {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  white-space: nowrap;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.product-page .sideBox .side-left .box.playBg .play span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: white;
  position: relative;
  z-index: 1;
  text-align: center;
}
.product-page .sideBox .side-left .box.playBg .play span:after,
.product-page .sideBox .side-left .box.playBg .play span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.product-page .sideBox .side-left .box.playBg .play span:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.product-page .sideBox .side-left .box.playBg .play h6 {
  font-size: 15px;
  line-height: 1.8;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-left: 20px;
  color: white;
  letter-spacing: 1px;
  max-width: 80%;
  word-break: break-word;
    white-space: normal;
}
.list.newsList ul li {
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;
}
.list.newsList ul li .content .left.txt-center span {
  background-color: #b7252e;
  color: white;
  font-size: 28px;
  display: block;
  width:78px;
  height: 64px;
  line-height: 64px;
  border-radius: 6px 0 6px 0;
}
.list.newsList ul li .content {
  display: flex;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #d7f0ef;
  color: #2b2b2b;
}
.list.newsList ul li .content .right h3 a {
  font-weight: 700;
  color: #000;
}
.list.newsList ul li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
  color: #2b2b2b;
}
.list.newsList ul li .content .right p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.list.newsList ul li .content .right a {
  font-size: 18px;
  font-weight: 500;
  color: #b7252e;
  transition: all 0.5s ease;
  text-transform: capitalize;
  line-height: 2;
}
.newdet-content .category {
  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-bottom: 15px;
}
.newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #b7252e;
  border: 1px solid #b7252e;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-content .category a:hover {
  background: #b7252e;
  color: #fff;
}
.newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-content h1.n-title {
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  line-height: 2;
}
.newdet-content .content {
  font-size: 18px;
  color: #555;
  line-height: 2;
}
.newdet-content .content .icon {
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-content .content .icon a:hover {
  color: #b7252e;
}
.newdet-content .content table{
  border: 0;
  font-size: 14px;
}
.newdet-content .content table td{
  border: 3px solid #fff;;
}
.newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  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;
}
.newdet-content .m-link a {
  width: 50%;
  padding: 35px 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;*/
}
.newdet-content .m-link a .r-img {
  margin-right: 20px;
}
.newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  /*display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  max-width: 255px;*/
}
.newdet-content .m-link a .r-text p:hover {
  color: #b7252e;
}
.newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-content .n-form {
  margin-top: 60px;
}
.newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 30px;
}
.newdet-content .n-form .text p span {
  color: #b7252e;
}
.newdet-content .n-form form span.span {
  font-size: 14px;
  display: inline-block;
  color: #555;
  margin-bottom: 25px;
}
.newdet-content .n-form form textarea,
.newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
}
.newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 45px;
}
.newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}
.newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #b7252e;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.newdet-content .content p {
  padding: 15px 0;
  color: #000;
}
.newdet-content .content h2 {
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .inner-banner .box {
    padding-left: 0;
  }
  .inner-banner .box h6{
    font-size: 30px;
  }
  .inner-banner .nav-list ul li a {
    padding: 10px;
  }
  .inner-banner .nav-list ul li {
    min-width: 220px;
  }
  .about-page .i-semi .semi-list ul li p {
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 1600px) {
  .product-page .sideBox .slideLeft .box .list ul li a {
    font-size: 16px;
  }
   .product-page .sideBox .slideLeft .box.playBg .play h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .product-page .sideBox .slideLeft .box .list ul li a {
    padding: 10px 30px 10px 10px;
  }
  .product-page .sideBox .slideLeft .box .list ul li a span {
    top: 16px;
    right: 10px;
  }
  .product-page .sideBox .slideLeft .box h4 {
    font-size: 16px;
  }
  .product-page .sideBox .slideLeft .box .list.info ul li:last-child a {
    font-size: 13px;
  }
  .product-page .sideBox .slideLeft .box .list.info ul li a {
    padding-left: 45px;
  }
  .product-page .sideBox .slideLeft .box .list.info ul li a i {
    width: 30px;
    top: 6px;
  }
  .product-page .sideBox .slideLeft .box.playBg .play h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner {
    height: 380px;
  }
  .inner-banner .box h2{
    font-size: 30px;
  }
  .inner-banner .btn{
    margin-top: 20px;
  }
  .inner-banner .box h6{
    font-size: 24px;
  }
  .corporate-culture .left ul{
    margin-left: -10px;
  }
  .corporate-culture .left ul li p{
    width: 90px;
    height: 90px;
    line-height: 80px;
  }
   .about-page .i-semi .semi-list {
    padding: 0 7%;
  }
  .about-page h2.h2 {
    font-size: 25px;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: auto;
    padding: 80px 0 30px !important;
  }
  .inner-banner{
    background: #fff;
    color: #000;
  }
  .inner-banner img{
    display: none;
  }
  .inner-banner .box h2 {
    font-size: 32px;
    border-bottom-width: 2px;
    display: none;
  }
  .inner-banner.active .box h2:after{
    display: none;
  }
  .inner-banner.active:after{
    display: none;
  }
  .inner-banner.active .box{
    position: initial;
    transform: initial;
  }
  .about-ab .top .con{
    max-height: 500px;
    overflow: auto;
    padding-right: 10px;
  }
  .about-ab .top .con::-webkit-scrollbar-thumb{
    background: #b7252e;
  }
  .about-ab .about-factory .box:after{
    display: none;
  }
  .about-page .about-num ul {
    flex-wrap: wrap
  }
  .about-page .about-num ul li {
    width: 50%;
    margin-bottom: 20px
  }
  .about-page .about-num ul li:after {
    display: none;
  }
  .about-page .about-num ul li p {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .about-num ul li em,
  .about-page .about-3 h2,
  .about-network h2 {
    font-size: 24px
  }
  .corporate-culture .ui.container{
    display: block;
  }
  .corporate-culture .left{
    width: 100%;
  }
  .corporate-culture .right{
    width: 100%;
    margin-top: 20px;
  }
  .about-page .ab-2 .header{
    width: 100%;
  }
  .about-page .ab-2 .header span{
    font-size: 24px;
  }
  .about-page .ab-2 .header h3{
    font-size: 16px;
  }
  .about-page p.p {
    font-size: 14px;
  }
   .his-bg .right-his .about-4 h3{
    font-size: 29px;
    margin-bottom: 20px;
  }
    .his-bg .left-his {
    display: none;
  }
  .his-bg .right-his {
    width: 100%;
    margin-left: 0;
  }
  .his-bg {
    padding: 40px 0;
  }
  .about-page .about-3 .offerBox ul li{
    width: 50%;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
    padding-right: 0;
  }
   .product-page .sideBox .slideLeft {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
   .list.newsList ul li{
    padding: 15px;
  }
  .list.newsList ul li .content .right{
    margin-left: 20px;
    padding-left: 20px;
  }
  .list.newsList ul li .content .left.txt-center span{
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .newdet-content{
    padding-right: 0;
  }
  .newdet-content .content{
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner{
    background: #fff;
    color: #000;
  }
  .inner-banner img{
    display: none;
  }
  .inner-banner .btn{
    display: none;
  }
  .inner-banner .box h6 {
    font-size: 16px;
  }
  .inner-banner .nav-list {
    display: none;
  }
  .inner-banner .box .mbx {
    font-size: 16px;
  }
  .inner-banner .box h2 {
    font-size: 28px;
  }
  .about-ab .top h2{
    font-size: 20px;
    -webkit-text-stroke: 1px rgba(0,0,0,0.5);
    line-height: 1.5;
  }
  .about-ab .top{
    padding-top: 30px;
  }
  .about-ab .top h3{
    font-size: 32px;
    line-height: 1.3;
  }
  .corporate-culture{
    padding: 30px 0;
  }
  .corporate-culture .left ul{
    display: none;
  }
  .corporate-culture .right{
    width: 100%;
    display: none;
  }
  .corporate-culture .left h3{
    font-size: 30px;
  }
  .about-page .i-semi,
  .about-page .about-3 {
    display: none;
  }
  .his-bg .ui.container{
    display: block;
  }
  .his-bg .left-his{
    width: 100%;
    margin-left: 0;
    display: none;
  }
  .his-bg .right-his{
    width: 100%;
    margin-left: 0;
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .box h6{
    font-size: 20px;
    display: none;
  }
  .inner-banner .box h2 {
    font-size: 18px;
  }
  .inner-banner .box .mbx{
    font-size: 14px;
  }
  .about-ab .top h2{
    font-size: 20px;
  }
  .about-ab .top h3{
    font-size: 28px;
  }
  .about-ab .top p{
    font-size: 14px;
  }
  .about-page .about-num ul li {
    width: 100%;
  }
  .corporate-culture .left h2{
    font-size: 20px;
  }
  .corporate-culture .left h3{
    font-size: 28px;
  }
  .his-bg .right-his .about-4 h2{
    font-size: 20px;
  }
  .newdet-content .m-link{
    display: block;
  }
  .newdet-content .m-link a{
    width: 100%;
    padding: 10px 0;
  }
  .newdet-content .m-link a.right{
    padding-left: 0;
  }
  .newdet-content .n-form form textarea,
  .newdet-content .n-form form input[type=text]{
    width: 100%;
  }
  .newdet-content h1.n-title{
    font-size: 24px;
  }
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width:100%;
    padding-right: 0px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 15px;
    color: #b7252e;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
    margin-bottom: 20px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input{
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea{
  height: 200px;
  padding: 10px;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]{
  padding-left: 0;
  background: #b7252e;
  color: white;
  transition: 0.3s;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]:hover{
  background: black;
}
@media screen and (max-width: 1250px){
   .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1000px){
  .faq-page .faq-2 {
        padding: 40px 0;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px){
   .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-170 {
  padding-top: 170px;
}
.pb-170 {
  padding-bottom: 170px;
}
.flex_cont {
  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;
  align-items: center;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-page .init-1 .container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.service-page .init-1 .container .left {
  width: 46%;
}
.service-page .init-1 .container .left .tips {
  font-weight: bold;
}
.service-page .init-1 .container .left .cont {
  position: relative;
  padding-bottom: 120px;
  margin-top: 30px;
}
.service-page .init-1 .container .left .cont::before {
  background-color: #f3f3f3;
  z-index: -1;
  content: '';
  position: absolute;
  width: -webkit-calc(540%);
  width: -moz-calc(540%);
  width: calc(100% + 440px);
  height: 100%;
  top: 0;
  left: -220px;
}
.service-page .init-1 .container .left .cont .title {
  padding-top: 60px;
  font-weight: bold;
}
.service-page .init-1 .container .left .cont .des {
  margin-top: 16px;
  color: #777777;
}
.service-page .init-1 .container .right {
  width: 50%;
  margin-left: auto;
}
.service-page .init-2{
  background: #f3f3f3;
}
.service-page .init-2 .container .tips_title {
  font-weight: bold;
  text-align: center;
}
.service-page .init-2 .container .swiper {
  margin-top: 60px;
}
.service-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
}
.service-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.service-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .text {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: bold;
  margin-top: 16px;
}
.service-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .text span {
  width: -webkit-calc(75%);
  width: -moz-calc(75%);
  width: calc(100% - 25px);
}
.service-page .init-2 .container .swiper .swiper-wrapper .swiper-slide .text img {
  width: 25px;
}
.service-page .init-3 {
  position: relative;
}
.service-page .init-3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 680px;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
}
.service-page .init-3 .container .tips_title {
  text-align: center;
  font-weight: bold;
}
.service-page .init-3 .container .video_mail {
  position: relative;
  margin-top: 50px;
}
.service-page .init-3 .container .video_mail img {
  width: 100%;
}
.service-page .init-3 .container .video_mail .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.service-page .init-3 .container .content {
  margin-top: 30px;
}
.service-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box{
  display: block;
  overflow: hidden;
}
.service-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide video {
  display: block;
  width: 100%;
}
.service-page .init-4{
  padding-top: 160px;
  padding-bottom: 130px;
  text-align: center;
}
.service-page .init-4 .container .tips_title{
  font-weight: bold;
}
.service-page .init-4 .container .tips_des{
  margin-top: 30px;
  color: #777777;
}
.service-page .init-4 .container .content{
  margin-top: 20px;

}
.service-page .init-4 .container .content ul{
  margin: 0 -13px;
}
.service-page .init-4 .container .content ul li{
  padding: 0 13px;
  margin-top: 30px;
}
.service-page .init-4 .container .content ul li .box img{
  width: 100%;
}
.service-page .init-4 .container .content ul li .box .name{
  margin-top: 20px;
  font-weight: bold;
}
.service-page .init-4 .container .content ul li .box .des{
  margin-top: 14px;
  color: #777777;
}
.service-page #index-body .application:after{
  display: none;
}
.service-page #index-body .application .content{
  margin-top: 0;
}
.pt-130 {
  padding-top: 130px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  .pt-170,
  .pt-130,
  .pt-120 {
   padding-top: 100px;
  }
  .pb-170,
  .pb-130,
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .pt-170,
  .pt-130,
  .pt-120 {
   padding-top: 60px;
  }
  .pb-170,
  .pb-130,
  .pb-120 {
    padding-bottom: 60px;
  }
  .service-page .init-4{
    padding: 80px 0;
  }
  .service-page .init-1 .container .left {
    width: 100%;
  }
  .service-page .init-1 .container .left .cont::before {
    display: none;
  }
  .service-page .init-1 .container .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 20px 40px 20px 0;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .top i {
    right: 10px;
  }
  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }
  .pt-170,
  .pt-130,
  .pt-120{
    padding-top: 30px;
  }
  .pb-170,
  .pb-130,
  .pb-120{
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .init-1 .container .left .cont {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .service-page .init-1 .container .left .cont .title {
    padding-top: 20px;
  }
  .service-page .init-1 .container .left .cont .des {
    margin-top: 10px;
  }
  .service-page .init-2 .container .swiper {
    margin-top: 20px;
  }
  .service-page .init-3 .container .video_mail {
    margin-top: 20px;
  }
  .service-page .init-3 .container .video_mail .play {
    width: 50px;
    height: 50px;
  }
  .service-page .init-4{
    padding: 40px 0;
  }
}
@keyframes sca_ani_2 {
  0% {
    transform: scale(1);
  }
  50%{
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
.market-page .init-1 .container{
  text-align: center;
}
.market-page .init-1 .container .tips_title{
  font-weight: bold;
}
.market-page .init-1 .container .tips_des{
  margin-top: 30px;
}
.market-page .init-1 .container .content{
  width: 970px;
  height: 630px;
  position: relative;
  margin: 60px auto 0;
}
.market-page .init-1 .container .content img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: sca_ani_2 5s linear infinite;
}
.market-page .init-1 .container .content .list_cont{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.market-page .init-1 .container .content .list_cont .list{
  position: absolute;
  top: 170px;
  left: 136px;
  width: 130px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
}
.market-page .init-1 .container .content .list_cont .list2{
  left: 200px;
  top: 310px;
}
.market-page .init-1 .container .content .list_cont .list3{
  left: 360px;
  top: 118px;
}
.market-page .init-1 .container .content .list_cont .list4{
  left: 440px;
  top: 240px;
}
.market-page .init-1 .container .content .list_cont .list5{
  left: 520px;
  top: 146px;
}
.market-page .init-1 .container .content .list_cont .list6{
    left: 646px;
    top: 290px;
}
.market-page .init-1 .container .content .list_cont .list7{
    left: 750px;
    top: 230px;
}
.market-page .init-1 .container .content .list_cont .list8{
    left: 790px;
    top: 370px;
}
.market-page .init-1 .container .content .list_cont .list .cir{
  width: 7px;
  height: 7px;
  position: relative;
  margin: auto;
}
.market-page .init-1 .container .content .list_cont .list .cir .cont{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #111111;
  border-radius: 50%;
}
.market-page .init-1 .container .content .list_cont .list .cir .ling{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #111111;
  border-radius: 50%;
  animation: ks 3s linear infinite;
}
.market-page .init-1 .container .content .list_cont .list2 .cir .ling,
.market-page .init-1 .container .content .list_cont .list6 .cir .ling{
  animation-delay: -1.5s;
}
.market-page .init-1 .container .content .list_cont .list3 .cir .ling,
.market-page .init-1 .container .content .list_cont .list8 .cir .ling{
  animation-delay: -1s;
}
.market-page .init-1 .container .content .list_cont .list5 .cir .ling{
  animation-delay: -2s;
}
.market-page .init-1 .container .content .list_cont .list .text{
  margin-top: 10px;
}
.market-page .init-1 .container .content .list_cont .list:hover .cir .cont,
.market-page .init-1 .container .content .list_cont .list:hover .cir .ling{
  background: #b7252e;
}
.market-page .init-2{
  background: #f7f7f7;
}
.market-page .init-2 .container .tips_title{
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}
.market-page .init-2 .container .content ul{
  margin: 0 -20px;
  text-align: left;
}
.market-page .init-2 .container .content ul li{
  padding: 0 20px;
  margin-top: 70px;
  text-align: center;
}
.market-page .init-2 .container .content ul li .box .img img{
  width: 100%;
}
.market-page .init-2 .container .content ul li .box .text{
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .market-page .init-1 .container .content{
    zoom: .7;
  }
}

@media screen and (max-width: 700px) {
  .market-page .init-1 .container .content img{
    display: none;
  }
  .market-page .init-1 .container .content{
    zoom: 1;
    width: 100%;
    height: auto;
  }
  .market-page .init-1 .container .content .list_cont{
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .market-page .init-1 .container .content .list_cont .list{
    top: 0;
    margin-top: 20px;
    left: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 15px;
    width: auto;
  }
  .market-page .init-1 .container .content .list_cont .list .cir{
    margin: 0;
    margin-top: 18px;
  }
  .market-page .init-1 .container .content .list_cont .list .text{
    width: auto;
    padding-left: 10px;
  }

}

@media screen and (max-width: 500px) {
  .market-page .init-1 .container .content{
    margin-top: 20px;
  }
  .market-page .init-2 .container .content ul li{
    margin-top: 30px;
  }
  .market-page .init-2 .container .content ul li .box .text{
    font-size: 18px;
  }
}
.quality-page .init-1 .container .tips {
  font-weight: bold;
  text-align: center;
}
.quality-page .init-1 .container .tips_des {
  max-width: 1120px;
  text-align: center;
  color: #777777;
  margin: 26px auto 0;
}
.quality-page .init-1 .container .content {
  margin-top: 70px;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c {
  opacity: 0;
  padding: 50px 40px;
  z-index: 2;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0.007)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.007));
  background-image: -moz-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.007));
  background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0.007));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0.007));
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c .cont {
  max-height: 190px;
  overflow-y: auto;
  padding-right: 4px;
}
.quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide:hover .cont_c {
  opacity: 1;
}
.quality-page .init-2 {
  position: relative;
}
.quality-page .init-2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: -webkit-calc(-140%);
  height: -moz-calc(-140%);
  height: calc(100% - 240px);
  top: 0;
  left: 0;
  background-color: #f3f3f3;
}
.quality-page .init-2 .container .tips {
  font-weight: bold;
  text-align: center;
}
.quality-page .init-2 .container .top {
  margin-top: 50px;
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  text-align: center;
}
/*.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide .img_c {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
}*/
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide .img_c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*border-radius: 50%;*/
  /*width: 60px;
  height: 60px;*/
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 20px;
  font-weight: bold;
  color: #999;
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .active .img_c {
  background-color: #000;
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .active .img_c img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.quality-page .init-2 .container .top .swiper .swiper-wrapper .active .text {
  color: #000;
}
.quality-page .init-2 .container .bottom {
  margin-top: 20px;
}
.quality-page .init-2 .container .bottom a {
  display: block;
}
.quality-page .init-2 .container .bottom a img {
  width: 100%;
}
.quality-page .init-3 .container .tips {
  font-weight: bold;
}
.quality-page .init-3 .container .content {
  margin-top: 70px;
}
.quality-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.quality-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.quality-page .init-3 .container .content .s_page {
  margin-top: 90px;
  position: relative;
  top: 0;
  background-color: #b8b8b8;
  height: 2px;
}
.quality-page .init-3 .container .content .s_page .swiper-pagination-progressbar-fill {
  background-color: #000;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-90 {
  padding-top: 90px;
}
@media (max-width: 1000px) {
  .quality-page .init-1 .container .content .swiper .swiper-wrapper .swiper-slide .cont_c {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #000;
    padding: 20px 16px;
  }
  .quality-page .init-1 .container .content {
    margin-top: 20px;
  }
  .quality-page .init-2 {
    padding-bottom: 40px;
  }
  .quality-page .init-2::before {
    height: 100%;
  }
  .pb-90 {
   padding-bottom: 60px;
  }
  .pt-90 {
   padding-top: 60px;
  }
}
@media (max-width: 700px) {
 .pb-90 {
   padding-bottom: 30px;
  }
  .pt-90 {
   padding-top: 30px;
  }
}
@media (max-width: 500px) {
  .quality-page .init-2 .container .bottom {
    margin-top: 40px;
  }
  .quality-page .init-2 .container .top {
    margin-top: 20px;
  }
  /*.quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide .img_c {
    width: 60px;
    height: 60px;
  }
  .quality-page .init-2 .container .top .swiper .swiper-wrapper .swiper-slide .img_c img {
    width: 30px;
    height: 30px;
  }*/
  .quality-page .init-3 .container .content {
    margin-top: 30px;
  }
  .quality-page .init-3 .container .content .s_page {
    margin-top: 20px;
  }
}
.specialist-page .init-1 .container .title_c .left {
  font-weight: bold;
  width: 41%;
}
.specialist-page .init-1 .container .title_c .right {
  width: 54%;
  margin-left: auto;
  color: #777777;
}
.specialist-page .init-1 .container .content {
  margin-top: 50px;
}
.specialist-page .init-1 .container .content .left {
  width: 41%;
}
.specialist-page .init-1 .container .content .left img {
  width: 100%;
}
.specialist-page .init-1 .container .content .right {
  margin-top: -20px;
  width: 54%;
  margin-left: auto;
}
.specialist-page .init-1 .container .content .right .list .title_c {
  cursor: pointer;
  padding: 20px 20px 20px 0;
  position: relative;
  border-bottom: 1px solid #b4b4b4;
}
.specialist-page .init-1 .container .content .right .list .title_c .img {
  width: 50px;
}
.specialist-page .init-1 .container .content .right .list .title_c .text {
  font-weight: bold;
  padding-left: 30px;
}
.specialist-page .init-1 .container .content .right .list .title_c i {
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 32px;
}
.specialist-page .init-1 .container .content .right .list .title_c.active {
  border-bottom: 1px solid rgba(180, 180, 180, 0);
}
.specialist-page .init-1 .container .content .right .list .title_c.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.specialist-page .init-1 .container .content .right .list .cont {
  display: none;
  color: #777777;
  padding: 26px 36px;
  background-color: #f3f3f3;
}
.specialist-page .init-1 .container .content .right .list:last-child .title_c {
  border-bottom: 1px solid rgba(180, 180, 180, 0);
}
.specialist-page .init-2 .container .content {
  -o-background-size: cover;
  background-size: cover;
  height: 660px;
}
.specialist-page .init-2 .container .content .cont {
  width: 480px;
  padding: 20px 0;
  margin-left: 90px;
  color: #fff;
}
.specialist-page .init-2 .container .content .cont .title {
  font-weight: bold;
}
.specialist-page .init-2 .container .content .cont .des {
  margin-top: 24px;
}
.specialist-page .init-2 .container .content .cont .more {
  margin-top: 50px;
  display: inline-block;
  padding: 12px 50px;
  height: auto;
  width: auto;
}
.specialist-page .init-2 .container .content .cont .more:hover{
  color: #000;
}
.specialist-page .init-2 .container .content .cont .more:hover::after {
  background-color: #fff;
}
.specialist-page .init-3 .container .left {
  width: 48%;
}
.specialist-page .init-3 .container .left img {
  width: 100%;
}
.specialist-page .init-3 .container .right {
  width: 46%;
  margin-left: auto;
}
.specialist-page .init-3 .container .right .title {
  font-weight: bold;
}
.specialist-page .init-3 .container .right .des {
  color: #777777;
  margin-top: 40px;
}
.specialist-page .init-3 .container .right .more {
  display: inline-block;
  padding: 12px 50px;
  margin-top: 50px;
  width: auto;
  height: auto;
}
.specialist-page .init-4 {
  position: relative;
}
.specialist-page .init-4::before {
  content: '';
  position: absolute;
  width: 100%;
  height: -webkit-calc(-100%);
  height: -moz-calc(-100%);
  height: calc(100% - 200px);
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f3f3f3;
}
.specialist-page .init-4 .container .title_c .left {
  font-weight: bold;
}
.specialist-page .init-4 .container .title_c .right {
  padding: 12px 50px;
  margin-left: auto;
  border: 1px solid #000;
}
.specialist-page .init-4 .container .title_c .right:hover {
  background-color: #000;
  color: #fff;
}
.specialist-page .init-4 .container .des {
  color: #777777;
  margin-top: 20px;
}
.specialist-page .init-4 .container .content {
  margin-top: 50px;
}
.specialist-page .init-5 .container .img {
  width: 100%;
}
.specialist-page .init-5 .container .img img {
  width: 100%;
}
.specialist-page .init-5 .container .left {
  width: 48%;
}
.specialist-page .init-5 .container .left .title_c .tips {
  font-weight: bold;
  padding-right: 10px;
}
.specialist-page .init-5 .container .left .title_c .more {
  padding: 10px 50px;
  margin-left: auto;
  width: auto;
  height: auto;
}
.specialist-page .init-5 .container .left .des {
  margin-top: 50px;
  color: #3c3c3c;
}
.specialist-page .init-5 .container .left .img {
  margin-top: 40px;
}
.specialist-page .init-5 .container .right {
  width: 48%;
  margin-left: auto;
}
.specialist-page .init-5 .container .right .des {
  margin-top: 40px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1250px) {
  .specialist-page .init-2 .container .content .cont {
    width: 100%;
    padding: 20px 16px;
    margin-left: 0;
  }
  .specialist-page .init-5 .container .left .title_c .tips {
    width: 100%;
  }
  .specialist-page .init-5 .container .left .title_c .more {
    margin: 20px 0 0 0;
  }
  .pt-110 {
   padding-top: 80px;
  }
}
@media (max-width: 1000px) {
  .specialist-page .init-1 .container .title_c .left {
    width: 100%;
  }
  .specialist-page .init-1 .container .title_c .right {
    width: 100%;
    margin-top: 20px;
  }
  .specialist-page .init-1 .container .content .left {
    width: 100%;
  }
  .specialist-page .init-1 .container .content .right {
    margin-top: 20px;
    width: 100%;
  }
  .specialist-page .init-3 .container .left {
    width: 100%;
  }
  .specialist-page .init-3 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .specialist-page .init-4 .container .title_c .left {
    width: 100%;
  }
  .specialist-page .init-4 .container .title_c .right {
    margin: 20px 0 0 0;
  }
  .specialist-page .init-5 .container .left {
    width: 100%;
  }
  .specialist-page .init-5 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .pt-110 {
   padding-top: 60px;
  }
  .pt-80 {
  padding-top: 60px;
}
.pb-80 {
  padding-bottom: 60px;
}
}
@media (max-width: 700px) {
  .pt-110 {
   padding-top: 30px;
  }
  .pt-80 {
  padding-top: 30px;
}
.pb-80 {
  padding-bottom: 30px;
}
}
@media (max-width: 500px) {
  .specialist-page .init-1 .container .content .right .list .title_c .img {
    width: 28px;
  }
  .specialist-page .init-1 .container .content .right .list .title_c .text {
    width: -webkit-calc(72%);
    width: -moz-calc(72%);
    width: calc(100% - 28px);
    font-size: 18px;
    padding-left: 10px;
  }
  .specialist-page .init-1 .container .content .right .list .title_c i {
    top: 24px;
  }
  .specialist-page .init-1 .container .content .right .list .cont {
    padding: 20px 16px;
  }
  .specialist-page .init-2 .container .content {
    height: auto;
  }
  .specialist-page .init-3 .container .right .des {
    margin-top: 20px;
  }
  .specialist-page .init-3 .container .right .more {
    margin-top: 20px;
  }
  .specialist-page .init-5 .container .left .des {
    margin-top: 20px;
  }
}
.equipment-page .init-1 .container .tips {
  font-weight: bold;
  text-align: center;
}
.equipment-page .init-1 .container .img {
  margin-top: 40px;
  width: 100%;
}
.equipment-page .init-1 .container .content {
  position: relative;
  z-index: 2;
  padding-right: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -360px;
}
.equipment-page .init-1 .container .content .left {
  width: 54%;
}
.equipment-page .init-1 .container .content .left .list_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.equipment-page .init-1 .container .content .left .list_cont li .top {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
}
.equipment-page .init-1 .container .content .left .list_cont li .bottom {
  color: #777777;
}
.equipment-page .init-1 .container .content .right {
  background-color: rgba(255,255,255,0.8);
  width: 42%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 80px 50px 50px 50px;
  margin-left: auto;
}
.equipment-page .init-1 .container .content .right .swiper{
  overflow: hidden;
}
.equipment-page .init-1 .container .content .right .title {
  font-weight: bold;
}
.equipment-page .init-1 .container .content .right .des {
  color: #343434;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 30px;
  height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}
.equipment-page .init-1 .container .content .right .s_cont {
  margin-top: 40px;
}
.equipment-page .init-1 .container .content .right .s_cont .btn_list .btn {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
}
.equipment-page .init-1 .container .content .right .s_cont .btn_list .btn i {
  line-height: 48px;
  font-size: 20px;
}
.equipment-page .init-1 .container .content .right .s_cont .btn_list .btn:hover {
  background-color: #000;
  color: #fff;
}
.equipment-page .init-1 .container .content .right .s_cont .btn_list .next {
  margin-left: 14px;
}
.equipment-page .init-1 .container .content .right .s_cont .s_page {
  margin-left: auto;
}
.equipment-page .init-1 .container .content .right .s_cont .s_page div span:first-child {
  font-size: 30px;
}
.equipment-page .init-2 {
  text-align: center;
  background-color: #eeeeee;
}
.equipment-page .init-2 .container .tips {
  font-weight: bold;
}
.equipment-page .init-2 .container .content {
  margin-top: 70px;
  position: relative;
}
.equipment-page .init-2 .container .content .btn {
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: -webkit-calc(-22%);
  right: -moz-calc(-22%);
  right: calc(28% - 50px);
  line-height: 48px;
  font-size: 20px;
}
.equipment-page .init-2 .container .content .btn:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
}
.equipment-page .init-2 .container .content .prev {
  left: -webkit-calc(-22%);
  left: -moz-calc(-22%);
  left: calc(28% - 50px);
}
.swiper{
  overflow: hidden;
}
.equipment-page .init-2 .container .content .swiper {
  margin: 0 -15px;
  overflow: hidden;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide a {
  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;
  height: 520px;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  vertical-align: middle;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  padding: 0 15px;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .text {
  height: 72px;
  overflow-y: auto;
  margin-top: 30px;
  opacity: 0;
  padding: 0 50px;
  overflow-x: hidden;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide-prev,
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide-next {
  width: 25% !important;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide-active {
  width: 50% !important;
}
.equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide-active .box .text {
  opacity: 1;
}
.equipment-page .init-3 .container .tips {
  font-weight: bold;
}
.equipment-page .init-3 .container .content {
  margin-top: 70px;
}
.equipment-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.equipment-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.equipment-page .init-3 .container .content .s_page {
  margin-top: 90px;
}
.equipment-page .init-3 .container .content .s_page div {
  position: relative;
  top: 0;
  background-color: #b8b8b8;
  height: 2px;
}
.equipment-page .init-3 .container .content .s_page div .swiper-pagination-progressbar-fill {
  background-color: #000;
}
@media (max-width: 1500px) {
  .equipment-page .init-1 .container .content .left .list_cont li {
    margin-top: 20px;
  }
}
@media (max-width: 1250px) {
  .equipment-page .init-2 .container .content {
    padding-top: 60px;
  }
  .equipment-page .init-2 .container .content .btn {
    top: 0;
    right: -webkit-calc(-2%);
    right: -moz-calc(-2%);
    right: calc(48% - 50px);
  }
  .equipment-page .init-2 .container .content .prev {
    left: -webkit-calc(-2%);
    left: -moz-calc(-2%);
    left: calc(48% - 50px);
  }
  .equipment-page .init-2 .container .content .swiper {
    margin-top: 20px;
  }
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide a {
    height: 250px;
  }
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .text {
    padding: 0;
  }
  .equipment-page .init-1 .container .content {
    margin-top: 20px;
    padding-right: 0;
  }
  .equipment-page .init-1 .container .content .left {
    width: 100%;
  }
  .equipment-page .init-1 .container .content .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .equipment-page .init-1 .container .content .left .list_cont li {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .equipment-page .init-2 .container .content {
    margin-top: 20px;
  }
  .equipment-page .init-2 .container .content .swiper {
    font-size-adjust: 18px;
  }
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide-active {
    width: 100% !important;
  }
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide-prev,
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide-next {
    width: 100% !important;
  }
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide a {
    height: 64vw;
  }
  .equipment-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .box .text {
    height: auto;
    font-size: 18px;
  }
  .equipment-page .init-3 .container .content {
    margin-top: 20px;
  }
  .equipment-page .init-3 .container .content .s_page {
    margin-top: 20px;
  }
  .equipment-page .init-1 .container .content .left .list_cont li .top {
    font-size: 30px;
  }
  .equipment-page .init-1 .container .content .right {
    padding: 30px 16px;
  }
}
.advanced-page .init-1 .container .left {
  width: 47%;
}
.advanced-page .init-1 .container .left img {
  width: 100%;
}
.advanced-page .init-1 .container .right {
  width: 47%;
  margin-left: auto;
}
.advanced-page .init-1 .container .right .tips {
  font-weight: bold;
}
.advanced-page .init-1 .container .right .des {
  color: #777777;
  margin-top: 26px;
}
.advanced-page .init-2 {
  background-color: #f3f3f3;
}
.advanced-page .init-2 .container .top_c .left {
  width: 48%;
}
.advanced-page .init-2 .container .top_c .left .tips {
  font-weight: bold;
}
.advanced-page .init-2 .container .top_c .left .des {
  margin-top: 30px;
  color: #777777;
}
.advanced-page .init-2 .container .top_c .right {
  margin-left: auto;
  width: 630px;
}
.advanced-page .init-2 .container .top_c .right .list_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.advanced-page .init-2 .container .top_c .right .list_cont .list {
  text-align: center;
  max-width: 130px;
  cursor: pointer;
}
.advanced-page .init-2 .container .top_c .right .list_cont .list img {
  height: 90px;
}
.advanced-page .init-2 .container .top_c .right .list_cont .list .text {
  margin-top: 14px;
  color: #777777;
  font-weight: bold;
}
.advanced-page .init-2 .container .top_c .right .list_cont .list:hover .text,
.advanced-page .init-2 .container .top_c .right .list_cont .list.active .text {
  color: #000;
}
.advanced-page .init-2 .container .top_c .right .list_cont .list:hover img,
.advanced-page .init-2 .container .top_c .right .list_cont .list.active img{
  filter: invert(1);
}
.advanced-page .init-2 .container .bottom_c {
  margin-top: 40px;
}
.advanced-page .init-2 .container .bottom_c .swiper {
  background-color: #fff;
}
.advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .img {
  width: 57%;
}
.advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text {
  width: 43%;
  padding: 20px 60px;
}
.advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text .title {
  font-weight: bold;
}
.advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text .des {
  color: #777777;
  margin-top: 20px;
}
.advanced-page .init-3 .container .tips {
  font-weight: bold;
}
.advanced-page .init-3 .container .content {
  margin-top: 80px;
}
.advanced-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.advanced-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
.advanced-page .init-3 .container .s_page {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 90px;
  background-color: #b8b8b8;
  height: 2px;
}
.advanced-page .init-3 .container .s_page .swiper-pagination-progressbar-fill {
  background-color: #000;
}
@media (max-width: 1500px) {
  .advanced-page .init-2 .container .top_c .left {
    width: 100%;
  }
  .advanced-page .init-2 .container .top_c .right {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1000px) {
  .advanced-page .init-1 .container .left {
    width: 100%;
  }
  .advanced-page .init-1 .container .right {
    margin: 40px 0 0 0 ;
    width: 100%;
  }
  .advanced-page .init-2 .container .top_c .right {
    width: 100%;
  }
  .advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
  }
  .advanced-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text {
    width: 100%;
    padding: 20px 16px;
  }
}
@media (max-width: 700px) {
  .advanced-page .init-2 .container .top_c .right .list_cont .list {
    width: 50%;
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .advanced-page .init-3 .container .content {
    margin-top: 40px;
  }
  .advanced-page .init-3 .container .s_page {
    margin-top: 20px;
  }
}

.sustainability-page {
  padding-bottom: 110px;
}
.sustainability-page.pb_0{
  padding-bottom: 0;
}

.sustainability-page .init-0 {
  padding: 80px 0 0px 0;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sustainability-page .init-0 .ui.container{
  padding: 150px 15px;
}

.sustainability-page .init-0 .container .title {
  font-weight: bold;
  font-size: 44px;
}

.sustainability-page .init-0 .container .des {
  margin: 20px auto 0;
  max-width: 1060px;
  line-height: 2;
  font-size: 18px;
}
.sustainability-page .init-0 .container ul{
  margin: -10px;
}
.sustainability-page .init-0 .container ul li{
  padding: 10px;
}
.sustainability-page .init-0 .container ul li span{
  display: block;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 10px;
  min-height: 72px;
}
.sustainability-page .init-0 .container ul li p{
  font-size: 16px;
  line-height: 1.8;
  margin-top: 12px;
}
.sustainability-page .init-1 {
  margin-top: 30px;
}

.sustainability-page .init-1 .container {
  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;
}

.sustainability-page .init-1 .container .list {
  margin-top: 30px;
  text-align: center;
  width: 20%;
  padding: 10px 0;
  transition: 0.5s;
}

.sustainability-page .init-1 .container .list img {
  display: block;
  height: 88px;
  width: auto;
  margin: auto;
}

.sustainability-page .init-1 .container .list .text {
  margin-top: 20px;
  color: #222222;
  font-size: 18px;
}

.sustainability-page .init-1 .container .list:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.sustainability-page .init-2 {
  padding-top: 30px;
}

.sustainability-page .init-2 .container .list {
  margin-top: 60px;
}

.sustainability-page .init-2 .container .list .column {
  position: relative;
  vertical-align: middle;
}

.sustainability-page .init-2 .container .list .left {
  width: 45%;
}

.sustainability-page .init-2 .container .list .left img {
  width: 100%;
}

.sustainability-page .init-2 .container .list .right {
  width: 55%;
  padding: 20px 150px 20px 72px;
}

.sustainability-page .init-2 .container .list .right .title {
  font-weight: bold;
  font-size: 38px;
}

.sustainability-page .init-2 .container .list .right .index_line {
  margin-top: 10px;
  width: 80px;
}

.sustainability-page .init-2 .container .list .right .des {
  margin-top: 20px;
  line-height: 2;
  font-size: 18px;
}

.sustainability-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}

.sustainability-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
}

.sustainability-page .init-3 {
  padding: 0 240px;
  margin: 100px 0 20px;
}

.sustainability-page .init-3 .container {
  width: 100%;
}

.sustainability-page .init-3 .container .content {
  margin: -15px;
}

.sustainability-page .init-3 .container .content .list {
  padding: 0 15px;
}

.sustainability-page .init-3 .container .content .list img {
  width: 100%;
}

.sustainability-page .init-4 {
  text-align: center;
  margin-top: 80px;
}

.sustainability-page .init-4 .container .title {
  font-weight: bold;
  font-size: 44px;
}

.sustainability-page .init-4 .container .des {
  color: #747474;
  margin: 20px auto 0;
  max-width: 880px;
  line-height: 2;
  font-size: 16px;
}

.sustainability-page .init-4 .container .index_line {
  height: 5px;
  margin: 20px auto 0;
}

.sustainability-page .init-4 .container .content {
  margin-top: 60px;
}

.sustainability-page .init-4 .container .content ul li {
  padding: 0 15px;
}

.sustainability-page .init-4 .container .content ul li .box {
  border: 1px solid #d8d8d8;
}

.sustainability-page .init-4 .container .content ul li .box .img {
  display: block;
  height: 108px;
}

.sustainability-page .init-4 .container .content ul li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1200px){
   .sustainability-page .init-0 {
    padding: 120px 0;
  }

  .sustainability-page .init-1 {
    display: none;
  }
}
@media screen and (max-width: 1000px){
  .sustainability-page .init-2 .container .list .left {
    width: 100%;
  }

  .sustainability-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }

  .sustainability-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }

  .sustainability-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
  }
}
@media screen and (max-width: 700px){
  .sustainability-page .init-3 {
    padding: 0;
  }

  .sustainability-page .init-3 .container .content {
    margin: 0;
  }

  .sustainability-page .init-3 .container .content .list {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px){
  .sustainability-page .init-0 {
    padding: 40px 0;
  }

  .sustainability-page .init-2 .container .list {
    margin-top: 20px;
  }

  .sustainability-page .init-2 .container .list .right .des {
    margin-top: 10px;
  }

  .sustainability-page .init-4 .container .content {
    margin-top: 20px;
  }

  .sustainability-page .init-4 .container .content ul li {
    padding: 0 4px;
  }
}

.contact-page {
  padding: 100px 0;
}
.contact-page .contact-1 .top i {
  font-size: 12px;
  color: black;
  opacity: .4;
  margin-bottom: 20px;
  display: block;
}
.contact-page .contact-1 .top h2 {
  text-align: left;
  font-size: 60px;
  color: black;
  font-weight: 500;
  line-height: 60px;
}
.contact-page .contact-1 .top .content {
  padding: 40px 0 50px;
  font-size: 18px;
  line-height: 28px;
  color: black;
  opacity: .4;
}
.contact-page .contact-1 .bottom h3,
#form{
  font-size: 30px;
  color: black;
}
.contact-page .contact-1 .bottom .left {
  padding-right: 5%;
  width: 70%;
}
.contact-page .contact-1 .bottom .left .list {
  padding-top: 20px;
}
.contact-page .contact-1 .bottom .left .list ul li {
  position: relative;
  margin-bottom: 25px;
  font-size: 16px;
  color: rgba(48, 48, 54, 0.9);
}
.contact-page .contact-1 .bottom .left .list ul li .tit{
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  margin-bottom: 10px;
}
.contact-page .contact-1 .bottom .left .list ul li .con{
  background: #f6f6f6;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}
.contact-page .contact-1 .bottom .left .list ul li .con p{
  margin: 6px 0;
}
.contact-page .contact-1 .bottom .left .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .bottom .left .list ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .contact-1 .bottom .left .list ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.contact-page .contact-1 .bottom .left .share {
  padding-top: 30px;
}
.contact-page .contact-1 .bottom .left .share h3 {
  display: block;
  font-size: 30px;
  color: #303036;
  margin-bottom: 20px;
}
.contact-page .contact-1 .bottom .left .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 100%;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  background: #707070;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .bottom .left .share ul li:hover {
  background: #b7252e;
}
.contact-page .contact-1 .bottom .right {
  width: 30%;
  position: sticky;
  top: 100px;
}
#form {
  margin-top: 20px;
}
#form ul li {
  padding-bottom: 14px;
}
#form ul li:last-child {
  padding-bottom: 0;
}
#form ul li input,
#form ul li textarea {
  width: 100%;
  line-height: 26px;
  padding: 7px 12px;
  border: 1px solid #333;
  font-size: 14px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#form ul li input::-webkit-input-placeholder,
#form ul li textarea::-webkit-input-placeholder {
  color: #686868;
}
#form ul li input:-moz-placeholder,
#form ul li textarea:-moz-placeholder {
  color: #686868;
}
#form ul li input::-moz-placeholder,
#form ul li textarea::-moz-placeholder {
  color: #686868;
}
#form ul li input:-ms-input-placeholder,
#form ul li textarea:-ms-input-placeholder {
  color: #686868;
}
#form ul li input:focus,
#form ul li textarea:focus {
  border-color: #b7252e;
}
#form ul li textarea {
  height: 200px;
  resize: vertical;
}
#form ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
#form ul li span input {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#form ul li span label {
  font-size: 16px;
  color: #686868;
  margin-left: 10px;
  opacity: .7;
}
#form ul li input[type="submit"] {
  width: 180px;
  background: #b7252e;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  border: none;
}
#form ul li input[type="submit"]:hover {
  background: #333;
}
@media screen and (max-width: 1600px) {
  .contact-page {
    padding: 60px 0;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .contact-page .contact-1 .top .content {
    font-size: 16px;
    padding: 30px 0;
  }
  .contact-page .contact-1 .bottom h3,
  #form,
  .contact-page .contact-1 .bottom .left .share h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .bottom .left .share ul li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px) {
  #form ul li span label {
    font-size: 14px;
  }
  .contact-page .contact-1 .bottom .left {
    width: 60%;
  }
  .contact-page .contact-1 .bottom .right {
    width: 40%;
  }
  .contact-page .contact-1 .bottom .left .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  #form ul li span input {
    width: 20px;
    height: 20px;
  }
  #form ul li span {
    margin-right: 20px;
  }
  #form ul li input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .bottom .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .bottom .right {
    width: 100%;
    padding-top: 30px;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.inner-page .sideBox .side-left {
  width: 24%;
  padding-right: 15px;
}
.inner-page .sideBox .side-left h2 {
  background: #b7252e;
  color: #fff;
  font-size: 18px;
  line-height: 56px;
  text-indent: 31px;
  text-align: left;
}
.inner-page .sideBox .side-left .box ul li a {
  display: block;
  padding: 5px 35px 5px 15px;
  background: #f1f1f1;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}
.inner-page .sideBox .side-left .box ul li a i {
  position: absolute;
  right: 15px;
  top: 8px;
}
.inner-page .sideBox .side-left .box ul li ul {
  /*display: none;*/
}
.inner-page .sideBox .side-left .box ul li ul li a {
  background: #F9F9F9;
}
.inner-page .sideBox .side-left .info {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.inner-page .sideBox .side-left .info h5 {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 22px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sideBox .side-right {
  width: 76%;
  padding-left: 3%;
}
.inner-page .m-page {
  text-align: right;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: bottom;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #444;
  text-align: center;
  font-size: 14px;
  margin: 0 3px;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
  margin-top: 40px;
}
.inner-page .m-page a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  background: #b7252e;
  color: white;
}
.left-nav {
	/* width: 300px; */
	display: block;
}
.left-nav li a{
	display:block;
	line-height: 37px;
	background: url(../images/li-nav.jpg) bottom no-repeat;
	padding-left: 37px;
  font-size: 14px;
}
/*产品侧栏菜单*/
.yiji{
	background-color: #b7252e;
	border-bottom:0;
	cursor: pointer;
}
.yiji .inactive{
  display: block;
	background:url(../images/off.png) no-repeat 184px center;
	color: #fff;
}
.yiji .inactives{background:url(../images/on.png) no-repeat 184px center;} 

.yiji ul{
	display: none;
    overflow: hidden;
}
.yiji ul li {background-color: #EAEAEA;}
.yiji ul li ul{display: none;}
.yiji ul li a{
  display: block;
	margin: 0 auto;
	background: none;
	border-bottom: 1px solid #ccc;
}
.yiji ul li:last-child a{border-bottom: none;}

.left-nav .now_a {color:#b7252e; font-weight: bold;}
.left-nav li a:hover {color:#b7252e;}

.left-nav li .white-a:hover {color:#fff;}
.inner-page .side-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .side-left .sidebar-pdf h4 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-family: "poppins-regular";
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .side-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #b7252e none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .side-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .side-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .side-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #b7252e;
}
.inner-page .side-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}
.inner-page .side-left .sidebar-pdf ul li a:hover {
  background: #b7252e none repeat scroll 0 0;
  color: #fff;
}
.inner-page .side-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .side-left .sidebar-news ul li{
  border-bottom: 1px solid #000;
}
.producate-page .P-box a{
  display: block;
  overflow: hidden;
}
.P-box li img{
  width: 100%;
}
.producate-page .P-box ul{
  margin: -20px;
}
.producate-page .P-box ul li{
  padding: 20px;
}
.producate-page .P-box .name {
    background: rgba(255,255,255,0.80);
    padding: 20px 0px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -45px;
    text-align: center;
    font-weight: bold;
    width: 300px;
    opacity: 0;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .24s ease-in;
    -o-transition: all .4s ease-in;
}
.P-box .name .border {
    border: 1px solid #4A4949;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.P-box .name p {
    font-size: 16px;
}
.producate-page .P-box li a:hover .name {
    opacity: 1;
}
.product-page {
  padding: 150px 0 60px;
}
.product-page .side-right .top {
  display: block;
  margin-bottom: 80px;
}
.product-page .side-right .bottom .prodet-3{
  line-height: 26px;
  color: #2d2d2d;
}
.product-page .side-right .top .form {
  display: inline-block;
  vertical-align: middle;
  max-width: 40%;
  width: 100%;
  position: relative;
}
.product-page .side-right .top .form:before {
  content: '';
  height: 16px;
  width: 1px;
  background: #747474;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .side-right .top .form input {
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding-left: 14px;
  padding-right: 40px;
  font-size: 16px;
  color: black;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  background: none;
}
.product-page .side-right .top .form input::-webkit-input-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:-moz-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input::-moz-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:-ms-input-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:focus {
  border-color: #b7252e;
}
.product-page .side-right .top .form input[type="submit"] {
  width: 36px;
  border-bottom: none;
  background: url("../images/icon-search2.png") center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.product-page .side-right .top .show {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 100px;
  margin-right: 20px;
}
.product-page .side-right .top .show span {
  line-height: 36px;
  height: 36px;
  padding: 0 26px;
  border: 1px solid #747a84;
  display: inline-block;
  font-size: 14px;
  color: #444;
  border-radius: 18px;
}
.product-page .side-right .top .show ul {
  position: absolute;
  border: 1px solid #eee;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  z-index: 2;
  background: white;
  display: none;
}
.product-page .side-right .top .show ul li {
  padding: 7px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .top .show ul li:last-child {
  border-bottom: none;
}
.product-page .side-right .top .show ul li:hover {
  color: #b7252e;
}
.product-page .side-right .top .show:hover ul {
  display: block;
}
.product-page .side-right .top .listBox {
  display: inline-block;
  vertical-align: middle;
}
.product-page .side-right .top .listBox span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
.product-page .side-right .top .listBox span.list {
  margin-left: 20px;
}
.product-page .side-right .bottom .block ul {
  margin: -30px -10px;
}
.product-page .side-right .bottom .block ul li {
  padding: 30px 10px;
}
.product-page .side-right .bottom .block ul li a.img-box {
  display: block;
  border: 1px solid #ccc;
}
.product-page .side-right .bottom .block ul li h4 {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #101010;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .bottom .block ul li.active h4,
.product-page .side-right .bottom .block ul li:hover h4 {
  color: #b7252e;
}
.inner-page .sideBox .side-right{
  position: relative;
}
.product-page .side-right .bottom .block.fix{
  position: fixed;
  top: 100px;
}
.product-page .side-right .bottom .list {

}
.product-page .side-right .bottom .list ul li {
  margin-bottom: 20px;
}
.product-page .side-right .bottom .list ul li:last-child {
  margin-bottom: 0;
}
.product-page .side-right .bottom .list ul li .img {
  width: 30%;
  vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .img a {
  display: block;
}
.product-page .side-right .bottom .list ul li .text {
  width: 70%;
  padding-left: 5%;
  vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .text h4 {
  font-size: 24px;
}
.product-page .side-right .bottom .list ul li .text .content {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.8;
}
.product-page .side-right .bottom .list ul li .text a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #b7252e;
  color: white;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .bottom .list ul li .text a.more:hover {
  background: #222;
}
.prodet-page {
  padding: 150px 0 120px;
}
.prodet-page .prodet-1 .img {
  width: 50%;
  padding-right: 30px;
  vertical-align: middle;
}
.prodet-page .prodet-1 .img>a{
  display: block;
  border: 1px solid #ccc;
}
.prodet-page .prodet-1 .img img {
  width: 100%;
}
.prodet-page .prodet-1 .text {
  width: 50%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .text h3,.prodet-page .prodet-1 .text h1.productnameh1 {
  font-size: 29px;
}
.prodet-page .prodet-1 .text .content,.prodet-page .prodet-3 .content {
  margin: 25px 0 65px;
  font-size: 14px;
  color: #868686;
  line-height: 26px;
}
.prodet-page .prodet-1 .text .content ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: rgba(16, 16, 16, 0.67);
  position: relative;
}
.prodet-page .prodet-1 .text .content ul li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-1 .text .content ul li:after {
  content: '';
  border: 4px solid #b7252e;
  position: absolute;
  top: 7px;
  left: 0;
}
.prodet-page .prodet-1 .text a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 27px;
  font-size: 18px;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text a.more.active,
.prodet-page .prodet-1 .text a.more:hover {
  background: #b7252e;
  color: white;
  border-color: #b7252e;
}
.prodet-page .prodet-1 .text a.more.active:hover {
  background: #111;
  color: white;
  border-color: #111;
}
.prodet-page .prodet-1 .text .gallery {
  margin-top: 75px;
}
.prodet-page .prodet-1 .text .gallery ul {
  margin: -5px;
}
.prodet-page .prodet-1 .text .gallery ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .text .gallery ul li a {
  display: block;
}
.prodet-page .prodet-2 {
  padding: 100px 0 60px;
}
.prodet-page .prodet-2 h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .content {
  display: block;
  font-size: 16px;
  color: #626262;
  line-height: 28px;
  min-width: 850px;
}
.prodet-page .prodet-3 h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .inner-page .sideBox .side-left h2 {
    font-size: 28px;
  }
  .inner-page .sideBox .side-left .box ul li a {
    font-size: 14px;
  }
  .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .text .gallery {
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .text .content {
    margin: 10px 0 20px;
  }
  .prodet-page .prodet-1 .text a.more {
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    padding: 0 23px;
  }
  .prodet-page .prodet-1 .text h3,.prodet-page .prodet-1 .text h1.productnameh1 {
    font-size: 25px;
  }
  .prodet-page .prodet-1 .text .content ul li {
    font-size: 14px;
  }
  .product-page .side-right .top{
    margin-bottom: 30px;
  }
  .prodet-page .prodet-2 {
    padding: 50px 0;
  }
  .product-page {
    padding: 60px 0;
  }
  .product-page .side-right .bottom .block ul li {
    padding: 10px;
  }
  .product-page .side-right .bottom .block ul {
    margin: -10px;
  }
  .product-page .side-right .bottom .list ul li .text h4 {
    font-size: 22px;
  }
  .product-page .side-right .bottom .list ul li .text a.more {
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .sideBox .side-left {
    width: 30%;
  }
  .inner-page .sideBox .side-right {
    width: 70%;
  }
  .product-page .side-right .bottom .list ul li .text .content {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.6;
  }
  .product-page .side-right .top .show {
    margin: 0 20px;
  }
  .prodet-page .prodet-1 .text a.more {
    font-size: 13px;
  }
  .prodet-page .prodet-1 .text h3,.prodet-page .prodet-1 .text h1.productnameh1 {
    font-size: 22px;
  }
  .prodet-page .prodet-2 h2,
  .prodet-page .prodet-3 h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBox .side-left {
    display: none;
  }
  .inner-page .sideBox .side-right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
   .prodet-page{
    padding: 0;
  }
  .inner-page.prodet-page.producate-page{
    padding: 0;
  }
  .product-page .side-right .bottom .list ul li .text {
    width: 50%;
  }
  .product-page .side-right .bottom .list ul li .img {
    width: 50%;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .side-right .top .form {
    max-width: 100%;
  }
  .product-page .side-right .top .show,
  .product-page .side-right .top .listBox {
    display: none;
  }
}
.product-page .side-right .bottom.klsqlds-box{
  position: sticky;
  top: 80px;
  background: #fff;
  z-index: 10;
}
.product-page .side-right .bottom .block ul li img,.prodet-page .prodet-1 .img img {
  width: 100%;
  display:block;
  margin:0 auto;
}
.product-page .side-right .bottom.klsqlds-box .block ul li img{
  width: 40%;
}
.product-page .side-right .bottom.klsqlds-box .block ul li img:last-child{
  display: none;
}
.product-page .side-right .bottom.klsqlds-box .block ul li.active img:last-child,
.product-page .side-right .bottom.klsqlds-box .block ul li:hover img:last-child{
  display: block;
}
.product-page .side-right .bottom.klsqlds-box .block ul li.active img:first-child,
.product-page .side-right .bottom.klsqlds-box .block ul li:hover img:first-child{
  display: none;
}
.prodet-page #form {
    margin-top:40px;
}
.prodet-page .prodet-2 .options ul {
  background: #f8f8f8;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
  color: white;
  background: #b7252e;
}
.prodet-page .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .prodet-2 .ret table {
  margin: 5px 0;
  table-layout: fixed;
  word-break: break-word;
}
.prodet-page .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 12px;
  word-break: break-word;
}
.prodet-page .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}

.prodet-page .prodet-2 .ret ul li{
  overflow-x: auto;
}
.about-network h2 {
    display: block;
    font-size: 38px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.3;
}
.about-network ul{
  margin: -15px;
}

.about-network ul li{
  padding: 15px;
} 
.about-network ul li h4{
  border: 1px solid #ebebeb;
  background: #f8f8f8;
  padding: 10px 20px;
}
.about-network ul li h4 i{
  margin-left: 20px;
  opacity: 0.4;
  cursor: pointer;
  float: right;
  position: relative;
  top: 7px;
}
.about-network ul li .des{
  font-size: 16px; 
  line-height: 2;
  display: none;
  border: 1px solid #ebebeb;
  padding: 10px 20px;
  border-top: none;
}
.factory-page{
  padding: 60px 0;
}
.factory-page ul{
  margin: -15px;
}
.factory-page ul li{
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .about-network h2{
    font-size: 24px;
  }
}
.tab {
	border-bottom:1px solid #e1e1e1;
  font-size: 0;
}
.tab-list {
	width:25%;
  display: inline-block;
	text-align:center;
	padding:24px 0;
	border-left:1px solid #e1e1e1;
	position:relative;
}
.tab-list:last-child {
	border-right:1px solid #e1e1e1;
}
.tab-list:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:0%;
	height:2px;
	background:#fd2318;
	transition:width cubic-bezier(.47,-.01,.09,1.08) .6s;
}
.tab-list:hover,
.tab-list.active{
  background: rgba(178, 144, 93, 0.7);
  font-weight: 700;
}
.tab-list:hover p,
.tab-list.active p {
	transform:translateY(-60px);
}
.tab-list:hover i,
.tab-list.active i {
	transform:translateY(-60px);
}
/*.tab-list:hover:after {
	width:100%;
}*/
.tab-list:hover:after,
.tab-list.active:after {
	width:100%;
}

.tab-list.this p {
	transform:translateY(-60px);
}
.tab-list.this i {
	transform:translateY(-60px);
}
.tab-list.this:after {
	width:100%;
	right:auto;
	left:0;
}
.tab-list .effect {
	overflow:hidden;
}
.tab-list i {
	width:40px;
	height:40px;
	margin-right:20px;
  display: inline-block;
  vertical-align: middle;
	position:relative;
	transition:transform ease .5s;
	-ms-transition:transform ease .5s;
	-o-transition:transform ease .5s;
	-webkit-transition:transform ease .5s;
	-moz-transition:transform ease .5s;
}

.tab-list:nth-child(1) i:after {
    background: url(../images/tab-icon1-c.png) no-repeat center;
}
.tab-list:nth-child(2) i:after {
    background: url(../images/tab-icon2-c.png) no-repeat center;
}
.tab-list:nth-child(3) i:after {
    background: url(../images/tab-icon3-c.png) no-repeat center;
}
.tab-list:nth-child(4) i:after {
    background: url(../images/tab-icon4-c.png) no-repeat center;
}
.tab-list i:after {
	content:'';
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	transition:transform ease .4s;
	-ms-transition:transform ease .4s;
	-o-transition:transform ease .4s;
	-webkit-transition:transform ease .4s;
	-moz-transition:transform ease .4s;
	transform:translateY(60px);
}
.tab-list p {
  display: inline-block;
  vertical-align: middle;
	font-size:16px;
  /*font-weight: 700;*/
	color:#666;
	transition:transform ease .4s;
	-ms-transition:transform ease .4s;
	-o-transition:transform ease .4s;
	-webkit-transition:transform ease .4s;
	-moz-transition:transform ease .4s;
	position:relative;
}
.tab-list p:after {
	content:attr(data-hover);
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	color:#fff;
	transform:translateY(60px);
}
@media screen and (max-width: 1230px) {
  .tab {
    display: none;
  }
}
.product-page table{
  border: 0;
}
.product-page table td{
  border: 2px solid #fff;
}
.product-page table tr{
  background: #eee;
  text-align: center;
}
.product-page table tr:nth-child(even){
  background: #eee;
}
.product-page table tr:first-child,
.product-page table tr:nth-child(2){
  color: #fff;
  background: #b7252e;
}
.about-ab .top p {
  color: #363636;
  font-size: 18px;
  padding: 30px 0;
  line-height: 1.6;
}
.about-ab table,
.about-ab table td{
  border: 0;
}
.about-ab .t1 p{
  width: 78%;
  margin: 0 auto;
}
.about-ab table td{
  width: 100px !important;
}
.about-ab table tr:nth-child(even){
  background: transparent;
}
.about-ab table td p{
  padding: 0 !important;
}
.about-ab table.t1 td{
  vertical-align: top;
}
.cur-page{
  background: #f5f5f5;
}
.cur-page .box{
  background: #fff;
}
.cur-page .box .left{
  width: 22%;
  padding: 2rem 2% 20px 2%;
}
.cur-page .box .left li{
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
  padding: 10px 2rem;
}
.cur-page .box .left li.active{
  background: #000;
  color: #fff;
}
.cur-page .box .left li:last-child{
  margin-bottom: 0;
}
.cur-page .box .right{
  width: 100%;
  padding: 2rem 2%;
  border-left: 1px solid #ddd;
}
.cur-page .box .right .header{
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.cur-page .box .right .header h3{
  font-size: 2rem;
}
.cur-page .box .right .header .info{
  text-align: left;
  font-size: 18px;
}
.cur-page .box .right .activity{
  margin: 40px 0;
}
.cur-page .box .right .activity ul{
  margin-right: -20px;
}
.cur-page .box .right .activity ul li{
  padding-right: 20px;
}
.cur-page .box .right .activity ul li .img-box{
  display: block;
}
.cur-page .box .right .activity ul li .img-box img{
  width: 100%;
}
.cur-page .box .right .content{
  padding: 2rem 0;
}
.cur-page .box .right .content .top{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.cur-page .box .right .content .top i{
  font-size: 24px;
}
.cur-page .box .right .content h4{
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.cur-page .box .right .content .con a.gw{
  display: block;
  vertical-align: middle;
  margin-top: 20px;
  width: 100px;
  height: 35px;
  font-size: 16px;
  border: 1px solid #b7252e;
  text-align: center;
  line-height: 35px;
}
.cur-page .box .right .content dd{
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
}
.cur-page .box .right .content dd .con{
  margin-top: 1rem;
  font-size: 16px;
  line-height: 1.7;
  display: none;
}
.cur-page .map{
  margin-top: 2rem;
}
.cur-page .map p{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.cur-page .map ul{
  margin-top: 20px;
}
.cur-page .map .info{
  width: 100%;
}
.cur-page .map .maps{
  margin-top: 20px;
  width: 60%;
}
.cur-page .map ul li{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.cur-page .map ul li:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .cur-page .box .left{
    display: none;
  }
  .cur-page .box .right{
    width: 100%;
    padding: 1rem;
    border-left: 0;
  }
  .cur-page .map .maps{
    width: 100%;
  }
}
.re-form{
  display: none;
}
.re-form .wrap-contact100{
   width: 700px;
}
.re-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 25px 40px;
}
.re-form h3{
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #b7252e;
}
.re-form ul{
  width: 100%;
  display: block;
}
.re-form ul li{
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
}
.re-form ul li label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 230px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    font-size: 14px;
}
.re-form ul li input[type="text"],
.re-form ul li input[type="file"],
.re-form ul li textarea{
    width: 60%;
    height: 38px;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: rgba(0,0,0,.85);
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 16px;
}
.re-form ul li .file{
  width: 60%;
  height: 38px;
  background-color: #fff;
  color: rgba(0,0,0,.85);
  position: relative;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #ccc;
}
.re-form ul li .file input[type="file"]{
  opacity: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.re-form ul li .file span{
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   text-align: center;
   padding-top: 10px;
   display: block;
}
.re-form ul li{
  text-align: center;
}
.re-form ul li input[type="submit"]{
  width: 100px;
  height: 38px;
  background: #b7252e;
  color: #fff;
  text-align: center;
  border: none;
  font-size: 16px;
  margin: 0 auto;
}
.re-form .btn-hide-contact100{
  background: #b7252e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  right: 20px;
  top: 20px
}
@media screen and (max-width: 700px){
  .re-form ul li label{
    width: 100%;
    text-align: left;
    padding: 9px 0;
  }
  .re-form ul li input[type=text], .re-form ul li input[type=file], .re-form ul li textarea{
    width: 100%;
  }
  .re-form ul li .file{
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.why-us .faq-2 ul li h4{
  position: relative;
  padding-right: 45px;
}
.why-us .faq-2 ul li h4 span{
  font-size: 38px;
  display: inline-block;
  vertical-align: middle;
}
.why-us .faq-2 ul li h4 i{
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.why-us .faq-2 ul li .content table,
.why-us .faq-2 ul li .content table td{
  border: 0;
}
.why-us .faq-2 ul li .content table td{
  width: 100px !important;
}

.product-page .list2 table tr:first-child, .product-page .item2 table tr:nth-child(2) {
        color: #555;
        background: transparent;
      }  
      .product-page .list2 table tr,
      .product-page .list2 table tr:nth-child(even){
           background: transparent;
      }
#header .nav .ui.menu .logo img.klslgdld{
  display: none!important;
}
#header.active .nav .ui.menu .logo img.klslgdldxxx{
  display: none!important;
}
#header.active .nav .ui.menu .logo img.klslgdld{
  display: block!important;
}
.advanced-page .init-sb .con,
.sustainability-page .init-sb1 .box{
  font-size: 16px;
  line-height: 1.8;
}
.advanced-page .init-sb .con .title,
.sustainability-page .init-sb1 .box .title{
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 50px;
  font-weight: bold;
}
.advanced-page .init-sb .con strong,
.sustainability-page .init-sb1 .box strong{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.advanced-page .init-sb table,
.advanced-page .init-sb table td,
.sustainability-page .init-sb1 .box table,
.sustainability-page .init-sb1 .box table td{
  border: 0;
}
.sustainability-page .init-sb1 .box table td,
.advanced-page .init-sb .table td{
  vertical-align: top;
}

.sustainability-page .init-sb1 .box .item:nth-child(2) .table td,
.advanced-page .init-sb .table td{
  width: 33.3333% !important;
}
.sustainability-page .init-sb1 .box .item:nth-child(2) .table td p:nth-child(1),
.advanced-page .init-sb .table td p:nth-child(1){
  min-height: 64px;
}
.sustainability-page .init-sb1 .box .item:nth-child(2) .table td p:nth-child(3),
.advanced-page .init-sb .table td p:nth-child(3){
  min-height: 172px;
}
@media screen and (max-width: 1440px) {
  .sustainability-page .init-sb1 .box .item:nth-child(2) .table td p:nth-child(3),
  .advanced-page .init-sb .table td p:nth-child(3){
    min-height: 233px;
  }
}
@media screen and (max-width: 1280px) {
  .sustainability-page .init-sb1 .box .item:nth-child(2) .table td p:nth-child(3), .advanced-page .init-sb .table td p:nth-child(3) {
        min-height: 260px;
    }
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    background: #fff !important;
  }
  #header .nav{
    background: #fff;
  }
  .sustainability-page table tbody,
  .why-us .faq-2 ul li .content table tbody{
    min-width: 600px;
  }
  .pt-100{
    padding-top: 60px;
  }
  .advanced-page table tbody{
    min-width: 100%;
  }
  .sustainability-page .init-sb1 .box table td, .advanced-page .init-sb .table td{
    width: 100% !important;
    display: inline-block;
  }
  .sustainability-page .init-sb1 .box .item:nth-child(2) .table td, .advanced-page .init-sb .table td{
    display: inline-block;
    width: 50% !important;
  }
  .service-page .init-1 .container .left .cont{
    padding-bottom: 60px;
  }
  .service-page .init-1{
    padding-bottom: 30px !important;
  }
  .sustainability-page .init-0{
    padding: 60px 0;
  }
  .sustainability-page .init-0 .ui.container{
    padding: 60px 15px;
  }
  #header.active .nav .ui.menu .logo img.klslgdldxxx{
    display: inline-block !important;
  }
  #header.active .nav .ui.menu .logo img.klslgdld{
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .sustainability-page{
    padding-bottom: 30px;
  }
  .sustainability-page .init-0{
    padding: 30px 0;
  }
  .pt-60{
    padding-top: 30px;
  }
  .service-page .init-4{
    padding: 30px 0;
  }
  .pt-100{
    padding-top: 30px;
  }
  .why-us .faq-2 ul li h4 i{
    right: 10px;
    font-size: 24px;
  }
  .faq-page .faq-2 .left ul li .content{
    padding: 20px 10px;
  }
  .sustainability-page table tbody,
  .why-us .faq-2 ul li .content table tbody{
    min-width: 100%;
  }
  .why-us .faq-2 ul li .content table td {
    width: 100% !important;
    display: block;
  }
  .sustainability-page .init-sb1 .box .item:nth-child(2) .table td, .advanced-page .init-sb .table td{
    display: inline-block;
    width: 100% !important;
  }
  .sustainability-page .init-sb1 .box .item:nth-child(2) .table td p:nth-child(1), .advanced-page .init-sb .table td p:nth-child(1),
  .sustainability-page .init-sb1 .box .item:nth-child(2) .table td p:nth-child(3), .advanced-page .init-sb .table td p:nth-child(3){
    min-height: auto;
  }
  .advanced-page .init-sb table, .advanced-page .init-sb table td, .sustainability-page .init-sb1 .box table, .sustainability-page .init-sb1 .box table td{
    width: 100%;
    display: block;
  }
  .service-page .init-1 .container .left .cont{
    padding-bottom: 30px;
  }
  #index-body .application .content ul li .ig .text:after{
    opacity: 1;
  }
}

  @media screen and (max-width: 1000px) {
    .video_box video,
    .video_box iframe {
      max-width: 600px;
      display: block;
      max-height: 340px !important;
    }
    .sustainability-page .init-sb1 .box #t3 td{
      width: 100%!important;
    }
  }

  @media screen and (max-width: 700px) {
    .video_box video,
    .video_box iframe {
      max-width: 400px;
      display: block;
      max-height: 240px !important;
    }
  }

  @media screen and (max-width: 500px) {
    .video_box video,
    .video_box iframe {
      max-width: 300px;
      display: block;
      max-height: 170px !important;
    }
  }  