@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff"),
    url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: '思源黑体 CN';
    --color: #d0111b;
}
.mon {
  font-family: "Montserrat";
  font-weight: bold;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1500px;
  margin: auto;
  width: 100%;
}
.more {
  display: inline-block;
  font-size: 16px;
  
  padding: 14px 47px 13px;
  color: #fff;
  background-color: var(--color);
  border-radius: 22px;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.more.white {
  background: #fff;
  color: var(--color);
}
.more:hover {
  background: #000;
  color: #fff;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .ui.container {
  max-width: 1492px;
}
#header .h-top {
  background-color: #666666;
  padding: 9px 0 5px;
}
#header .h-top .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .ui.menu .contact {
  margin: 0 0 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
#header .h-top .ui.menu .h-language {
  margin: 0 43px 0 24px;
  position: relative;
  cursor: pointer;
}
#header .h-top .ui.menu .h-language span {
  color: #fff;
  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;
  font-size: 16px;
}
#header .h-top .ui.menu .h-language span i {
  display: inline-block;
  margin-left: 8px;
}
#header .h-top .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  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 var(--color);
  display: none \9;
  z-index: 99;
}
#header .h-top .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .h-top .ui.menu .h-language ul.sub-menu li a {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
#header .h-top .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .h-top .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .h-top .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav {
  position: relative;
  padding: 13px 0 23px;
  background: #fff;
  z-index: 23;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 10px auto 0 85px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  margin-right: 47px;
  color: #555353;
  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: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  left: 0;
  width: auto;
  min-width: 200px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
  z-index: 7
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  text-transform: capitalize;
  position: relative;
  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-search {
  cursor: pointer;
  margin-right: 43px;
}
#header .nav .ui.menu .h-search form {
  width: 174px;
  position: relative;
}
#header .nav .ui.menu .h-search form input[type="text"] {
  width: 100%;
  height: 30px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #6f6d6d;
  font-size: 16px;
  color: #555353;
  padding-right: 30px;
}
#header .nav .ui.menu .h-search form input[type="submit"] {
  position: absolute;
  bottom: 8px;
  right: 6px;
  width: 18px;
  height: 18px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
}
#header.active {
  position: fixed;
}
#header.active .nav {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
@-webkit-keyframes circle-in-top-left {
  from {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  to {
    -webkit-clip-path: circle(150% at top left);
    clip-path: circle(150% at top left);
  }
}
@-moz-keyframes circle-in-top-left {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(150% at top left);
  }
}
@keyframes circle-in-top-left {
  from {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  to {
    -webkit-clip-path: circle(150% at top left);
    clip-path: circle(150% at top left);
  }
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 132px;
}
#banner .ui.container {
  max-width: 1490px;
}
#banner ul li {
  position: relative;
}
#banner ul li .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-60%);
  z-index: 1;
}
#banner ul li video,#banner ul li>img{
    width: 100%;
    height: 753px;
    object-fit: cover;
}

#banner ul li .text .box {
  max-width: 55%;
  color: #fff;
}
#banner ul li .text .box span {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}
#banner ul li .text .box .title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
#banner ul li .text .box .more {
  margin-top: 97px;
}
#banner ul .slick-current li {
  -webkit-animation: 2.5s cubic-bezier(0.25, 1, 0.3, 1) circle-in-top-left both;
  -moz-animation: 2.5s cubic-bezier(0.25, 1, 0.3, 1) circle-in-top-left both;
  animation: 2.5s cubic-bezier(0.25, 1, 0.3, 1) circle-in-top-left both;
}
#banner ul .l1::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background: rgba(0,0,0,0.3);
}
#banner .qh {
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 100%;
}
#banner .qh .dots li {
  width: 62px;
  height: 4px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 6px;
  display: inline-block;
}
#banner .qh .dots li button {
  display: none;
}
#banner .qh .dots li:last-child {
  margin-bottom: 0;
}
#banner .qh .dots li.slick-active {
  background: var(--color);
}
#index-body .title {
  font-size: 48px;
  line-height: 1.4;
  color: #d0111b;
  
  text-transform: uppercase;
}


#index-body .about {
  background: url(../images/about_bg1.png) no-repeat right bottom;
  padding: 80px 0 130px;
}
#index-body .about .title {
  line-height: 1;
  color: var(--color);
}
#index-body .about .box{
    flex-wrap: wrap;
    justify-content: space-between;
}
#index-body .about .left {
  width: 45%;
}
#index-body .about .left .st {
  color: transparent;
  /* 文字设置为透明 */
  -webkit-text-stroke: 1px #e8e7e6;
  /* 添加文字描边的宽度和颜色 */
  line-height: 0.8;
  font-size: 100px;
  margin-bottom: 100px;
}
.pl-23{
    padding-left: 23px
}
#index-body .about .left .btn {
  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;
  font-size: 24px;
  font-weight: bold;
  color: var(--color);
}
#index-body .about .left .btn p {
  width: 55px;
  height: 55px;
  background-color: #d0111b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 28px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .left .btn:hover p {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .about .right {
  width: 55%;
}
#index-body .about .right .text {
  line-height: 1.7;
  color: #302e2e;
}
#index-body .about .right .text p {
  margin-bottom: 2em;
}
#index-body .about .right .text span {
  color: var(--color);
}
#index-body .about .right .dates {
  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;
  max-width: 640px;
  margin-top: 85px;
}
#index-body .about .right .dates .num {
  font-weight: bold;
  line-height: 1;
  	color: #373434;
}
#index-body .about .right .dates li {
  width: 33%;
}
#index-body .about .right .dates li p {
  margin-top: 10px;
}
#index-body .about-2 {
  position: relative;
  z-index: 5;
  background: url(../images/about-1.jpg) no-repeat center center / cover;
  background-attachment: fixed;
  padding: 280px 0;
  text-align: center;
}
#index-body .about-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
#index-body .about-2 .play {
  margin: 0 auto;
  cursor: pointer;
  display: inline-block;
    padding: 41px 38px 37px 40px;
    border-radius: 50%;
    background: rgba(209, 33, 56, .64);
    position: relative;
    z-index: 1;
}
#index-body .about-2 .play:before {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}

#index-body .about-2 .play:before, #index-body .about-2 .play:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(209, 33, 56, .3);
    -webkit-animation: ks 5s 
linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s 
linear infinite;
}


#index-body .product {
  position: relative;
  padding: 140px 0 120px;
}
#index-body .product .st {
  font-size: 174px;
  color: #f5f5f5;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
#index-body .product .box {
  z-index: 4;
  position: relative;
}
#index-body .product .box .left {
  width: 20%;
  padding-bottom: 40px;
}
#index-body .product .box .left .title {
  line-height: 1;
  margin-bottom: 100px;
}
#index-body .product .box .left li {
  color: #807c7c;
}
#index-body .product .box .left li a {
  line-height: 1;
  padding: 15px 0;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .box .left li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .box .left li a:hover,
#index-body .product .box .left li a.active {
  color: var(--color);
}
#index-body .product .box .left li a:hover::after,
#index-body .product .box .left li a.active::after {
  width: 125%;
}
#index-body .product .box .left .btn {
  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-top: 60px;
}
#index-body .product .box .left .btn .prev {
  margin-right: 13px;
}
#index-body .product .box .left .btn div {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e8e8e8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .product .box .left .btn div i {
  font-size: 24px;
}
#index-body .product .box .left .btn div:hover {
  background: var(--color);
  color: #ffffff;
  border: 4px solid var(--color);
}
#index-body .product .box .right {
  width: 65%;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .product .box .right .slick-list {
  overflow: visible;
}
#index-body .product .box .right ul{
    padding-right: 50%;
}
#index-body .product .box .right li {
  text-align: center;
}
#index-body .product .box .right li img {
  width: auto;
  margin: 0 auto;
}
#index-body .product .box .right .slick-slide{
      -webkit-transition: .5S;
  -moz-transition: .5S;
  transition: .5S;
}
#index-body .product .box .right .slick-active+.slick-slide {
  -webkit-transform: translateY(5%) scale(0.65);
  -moz-transform: translateY(5%) scale(0.65);
  -ms-transform: translateY(5%) scale(0.65);
  transform: translateY(5%) scale(0.65);
  -webkit-transition: .5S;
  -moz-transition: .5S;
  transition: .5S;
}
#index-body .product .box .right .slick-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .product .waves {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 600px;
  z-index: -1;
}

#index-body .i-product {
  padding: 107px 0 104px;
}
#index-body .i-product .box {
  max-width: 1695px;
  margin: 0 0 0 auto;
  padding-right: 39px;
}
#index-body .i-product .box .content {
  margin-top: 54px;
}
#index-body .i-product .box .content .swiper {
  overflow: hidden;
}
#index-body .i-product .box .content .swiper .swiper-slide .ig {
  padding: 86px 41px 0;
  border-radius: 20px;
  height: 480px;
  background-color: #e9e9e9;
  position: relative;
}
#index-body .i-product .box .content .swiper .swiper-slide .ig .text {
  max-width: 430px;
  position: relative;
  z-index: 1;
}
#index-body .i-product .box .content .swiper .swiper-slide .ig .text .tit {
  font-size: 36px;
  line-height: 1.6;
  color: #d0111b;
  
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .box .content .swiper .swiper-slide .ig .text .tit:hover {
  color: #000;
}
#index-body .i-product .box .content .swiper .swiper-slide .ig .text .con {
  font-size: 16px;
  color: #191919;
  line-height: 30px;
  width: 80%;
  margin-top: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#index-body .i-product .box .content .swiper .swiper-slide .ig .text .more {
  margin-top: 49px;
}
#index-body .i-product .box .content .swiper .swiper-slide .ig .img-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52.464%;
}
#index-body .i-product .box .content .link {
  font-size: 16px;
  line-height: 1.7;
  color: #d32b32;
  font-weight: bold;
  padding: 52px 0 0 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .box .content .link:hover {
  color: #000;
}
#index-body .i-product .box .content .swiper-scrollbar {
  position: initial;
  height: 1px;
  background: #e9e9e9;
  margin-top: 27px;
}
#index-body .i-product .box .content .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--color);
  height: 3px;
  top: -1px;
}
#index-body .application {
  padding: 95px 0 106px;
  background-color: #f4f3f3;
  background-image: url(../images/apbg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
#index-body .application .left {
  padding-right: 5%;
  margin-top: 7%;
  margin-bottom: 7%;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
}
#index-body .application .left .con {
  font-size: 16px;
  line-height: 30px;
  color: #302e2e;
  width: 95%;
  margin-top: 31px;
}
#index-body .application .left .more {
  margin-top: 165px;
}

#index-body .application .right .list ul {
  margin: -12px;
}
#index-body .application .right .list ul li {
  padding: 12px;
}
#index-body .application .right .list ul li .box2 {
  height: 343px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 37px 32px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white;
  border-radius: 40px;
  overflow-x: hidden;
}
#index-body .application .right .list ul li .box2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #020202;
  z-index: -2;
  opacity: .36;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}
#index-body .application .right .list ul li .box2 i {
  width: 100%;
}
#index-body .application .right .list ul li .box2 span.h6 {
  font-size: 31px;
  max-width: 220px;
  margin-bottom: 1em;
  display: block;
}
#index-body .application .right .list ul li .box2 span.num {
  font-size: 42px;
  color: #f0f0f0;
  opacity: .53;
  display: block;
  line-height: 1;
  width: 100%;
}
#index-body .application .right .list ul li .box2.active::before {
  opacity: 1;
  background-color: #d0111b;
}
#index-body .application .right .list ul li:nth-child(even) {
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}


#index-body .application1 .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
#index-body .application1 .top ul li {
  position: relative;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  flex: 2;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .application1 .top ul li .acc {
  position: relative;
  height: 870px;
  background-size: cover;
  /*border-radius: 30px;*/
  cursor: pointer;
}
#index-body .application1 .top ul li .acc::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .application1 .top ul li .tit3 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  color: #ffffff;
  z-index: 5;
}
#index-body .application1 .top ul li .tit3 .t1 {
  font-size: 22px;
  line-height: 1;
}
#index-body .application1 .top ul li .tit3 .line {
  width: 1px;
  height: 90px;
  background-color: #ffffff;
  margin: 13px auto 18px;
}
#index-body .application1 .top ul li .tit3 .img {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 86px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
}
#index-body .application1 .top ul li .tit3 .img::after {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--color);
  position: absolute;
  left: -10px;
  bottom: 15px;
}
#index-body .application1 .top ul li .tit3 .img img {
  position: relative;
  z-index: 3;
}
#index-body .application1 .top ul li .box {
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 100%;
  padding: 0 65px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
#index-body .application1 .top ul li .box .img2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 86px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 20px;
}
#index-body .application1 .top ul li .box .tit {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin: 15px 0 20px;
}
#index-body .application1 .top ul li .box .cont {
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 50px;
  max-height: 9em;
  overflow-y: auto;
}
#index-body .application1 .top ul li .num {
  position: absolute;
  right: 50px;
  height: 100%;
  width: 2px;
  background: #ffffff;
  z-index: 4;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .application1 .top ul li .num span {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 20px;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  color: #000000;
  text-align: center;
  line-height: 50px;
}
#index-body .application1 .top ul li.active {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  -webkit-flex: 6;
  -moz-box-flex: 6;
  flex: 6;
}
#index-body .application1 .top ul li.active .acc .tit3 {
  opacity: 0;
  z-index: -1;
}
#index-body .application1 .top ul li.active .acc::after {
  opacity: 0.7;
}
#index-body .application1 .top ul li.active .num {
  opacity: 0.5;
}
#index-body .application1 .top ul li.active .acc .box {
  opacity: 1;
  z-index: 11;
}
#index-body .news {
    padding: 125px 0 120px;
}
#index-body .news .title{
color: #333333;
}
#index-body .news .content{
    margin-top: 70px;
}
#index-body .news ul{
    margin: 0 -25px;
}
#index-body .news ul li{
    padding: 0 25px;
}
#index-body .news li .time{
    color: #6e6e6e;
    font-size: 17px
}
#index-body .news li .tit{
    font-size: 24px;
    transition: .5s;
    font-weight: bold;
    line-height: 1.4;
      display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 2.8em;
margin: 10px 0 15px;
}
#index-body .news li .tit:hover{
    color: var(--color)
}
#index-body .news li .box{
padding-bottom: 15px;
border-bottom: 1px solid rgba(51,53,68,0.6)
}
#index-body .news li .con{
    color: #807d7d;
    font-size: 16px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;

}
#index-body .picture{
    padding-bottom: 40px
}
#index-body .picture li{
    padding: 0 14px
}
#index-body .service{
    background:#eff0f4;
    padding: 100px 0 150px;
}
#index-body .service .title{
   color: #333333;
   text-align: center;
   position: relative;
}
#index-body .service .title span{
    position: relative;
    z-index: 3;
}
#index-body .service .title::after{
    content: 'SERVICE';
    color: transparent;
    -webkit-text-stroke: 1px #e8e7e6;
    line-height: .8;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#index-body .service ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
}
#index-body .service ul li{
    width: 33%;
    padding: 0 10px;
}
#index-body .service ul li .box{
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px 50px 
}
#index-body .service ul li .box .left{
    flex: 1;
}
#index-body .service ul li .box .left .t1{
    font-size: 30px;
}
#index-body .service ul li .box .left .t2{
    font-family: ArialMT;
	font-size: 18px;
    color: #cfcece;
}
#index-body .service ul li .box .right{
    width: 130px;
	height: 130px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#index-body .service ul li .box .right img{
    position: relative;
    z-index: 5;
}
#index-body .service ul li .box .right::after{
    content: '';
    display: block;
    width: 26px;
	height: 26px;
	background-color: #f9e6e6;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 30px;
    transition: .5s;
}
#index-body .service ul li .box:hover{
    background: var(--color);
}
#index-body .service ul li .box:hover .t1{
    color: #ffffff
}
#index-body .service ul li .box:hover .t2{
    color: #ffffff;
    opacity: 0.36;
}
#index-body .service ul li .box:hover .right::after{
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    	background-color: #f3f2f2;
	opacity: 0.14;
}
#index-body .service ul li .box:hover .right img{
    filter: brightness(0) invert(1);
    opacity: 0.6
}
#index-body .advantage {
  padding: 59px 0 108px;
}
#index-body .advantage .ui.container {
  max-width: 1450px;
}
#index-body .advantage .content ul {
  margin-right: -68px;
}
#index-body .advantage .content ul li {
  text-align: center;
  padding-right: 68px;
}
#index-body .advantage .content ul li i {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#index-body .advantage .content ul li .text {
  max-width: 375px;
  margin: 0 auto;
}
#index-body .advantage .content ul li .text span {
  font-size: 24px;
  line-height: 1.8;
  color: #ce0f19;
  font-weight: bold;
}
#index-body .advantage .content ul li .text p {
  font-size: 16px;
  line-height: 30px;
  color: #3b3b3a;
}
@-webkit-keyframes music {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes music {
  0% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  100% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes music {
  0% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
#footer .ui.container {
  max-width: 1522px;
}
#footer .top {
  margin: 0 16px;
  background-color: #c70f18;
  border-radius: 40px;
  padding: 110px 0 123px;
  color: #fff;
  position: relative;
}
#footer .top .text {
  max-width: 684px;
}
#footer .top .title {
  font-size: 48px;
  line-height: 1.4;
  
}
#footer .top .more {
  margin-top: 4px;
}
#footer .top .line {
  position: absolute;
  right: -100px;
  bottom: -123px;
}
#footer .top .line i {
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0.5));
  background: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0.5));
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.5));
  display: inline-block;
  margin-right: 28px;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: music 1.5s 0ms infinite ease-in-out;
  -moz-animation: music 1.5s 0ms infinite ease-in-out;
  animation: music 1.5s 0ms infinite ease-in-out;
}
#footer .top .line i:last-child {
  margin-right: 0;
}
#footer .top .line i:nth-child(1) {
  height: 12px;
}
#footer .top .line i:nth-child(2) {
  height: 32px;
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
}
#footer .top .line i:nth-child(3) {
  height: 53px;
  -webkit-animation-delay: .15s;
  -moz-animation-delay: .15s;
  animation-delay: .15s;
}
#footer .top .line i:nth-child(4) {
  height: 72px;
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
}
#footer .top .line i:nth-child(5) {
  height: 90px;
  -webkit-animation-delay: .25s;
  -moz-animation-delay: .25s;
  animation-delay: .25s;
}
#footer .top .line i:nth-child(6) {
  height: 110px;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}
#footer .top .line i:nth-child(7) {
  height: 128px;
  -webkit-animation-delay: .35s;
  -moz-animation-delay: .35s;
  animation-delay: .35s;
}
#footer .top .line i:nth-child(8) {
  height: 148px;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#footer .top .line i:nth-child(9) {
  height: 170px;
  -webkit-animation-delay: .45s;
  -moz-animation-delay: .45s;
  animation-delay: .45s;
}
#footer .top .line i:nth-child(10) {
  height: 191px;
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
#footer .top .line i:nth-child(11) {
  height: 209px;
  -webkit-animation-delay: .55s;
  -moz-animation-delay: .55s;
  animation-delay: .55s;
}
#footer .top .line i:nth-child(12) {
  height: 227px;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#footer .top .line i:nth-child(13) {
  height: 254px;
  -webkit-animation-delay: .65s;
  -moz-animation-delay: .65s;
  animation-delay: .65s;
}
#footer .top .line i:nth-child(14) {
  height: 269px;
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  animation-delay: .7s;
}
#footer .top .line i:nth-child(15) {
  height: 286px;
  -webkit-animation-delay: .75s;
  -moz-animation-delay: .75s;
  animation-delay: .75s;
}
#footer .top .line i:nth-child(16) {
  height: 304px;
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  animation-delay: .8s;
}
#footer .top .line i:nth-child(17) {
  height: 320px;
  -webkit-animation-delay: .85s;
  -moz-animation-delay: .85s;
  animation-delay: .85s;
}
#footer .top .line i:nth-child(18) {
  height: 342px;
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  animation-delay: .9s;
}
#footer .top .line i:nth-child(19) {
  height: 362px;
  -webkit-animation-delay: .95s;
  -moz-animation-delay: .95s;
  animation-delay: .95s;
}
#footer .top .line i:nth-child(20) {
  height: 380px;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#footer .bottom {
  background-color: #363738;
  border-radius: 40px 40px 0 0;
  padding: 75px 0 15px;
  margin-top: -20px;
  color: #fff;
}
#footer .bottom .f-box {
  padding: 0 12px;
  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;
}
#footer .bottom .f-box .left {
  color: #f8efef;
}
#footer .bottom .f-box .left .phone {
  font-size: 25px;
  line-height: 1.4;
  margin-top: 148px;
  display: flex;
  align-items: center;
}
#footer .bottom .f-box .left .mail {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 11px;
  display: flex;
  align-items: center;
}
#footer .bottom .f-box .left .phone img,#footer .bottom .f-box .left .mail img{
    margin-right: 15px;
}
#footer .bottom .f-box .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*-webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;*/
  width: 45%;
}
#footer .bottom .f-box .right .tit {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.8;
  padding: 35px 0 10px;
}
#footer .bottom .f-box .right ul li {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}
#footer .bottom .f-box .right .f-code {
  text-align: center;
}
#footer .bottom .f-box .right .f-code #ewm {
  width: 111px;
  border: 3px solid #fff;
  margin: 0 auto;
  margin-top: 25px;
}
#footer .bottom .f-box .right .f-code .share {
  margin-top: 28px;
}
#footer .bottom .f-box .right .f-code .share a {
  display: inline-block;
  margin-right: 13px;
  font-size: 16px;
}
#footer .bottom .f-box .right .f-code .share a:last-child {
  margin-right: 0;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 30px;
  color: #f8efef;
  margin-top: 43px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -2px;
  fill: #f8efef;
}
#footer .f-copy svg text {
  fill: #f8efef;
}
@media screen and (max-width: 1680px) {
  .ui.container,
  #header .ui.container,
  #banner .ui.container {
    max-width: 1360px;
  }
  #banner ul li .text .box .more {
    margin-top: 40px;
  }
  #header .h-top .ui.menu .h-language,
  #header .nav .ui.menu .h-search {
    margin-right: 0;
  }
  #index-body .i-product .box {
    padding: 0 30px 0 15px;
    max-width: 1400px;
  }
  #index-body .title {
    font-size: 43px;
  }
  #index-body .application .right .list ul li .box2 span.h6 {
    font-size: 28px;
  }
  
  #footer .ui.container {
    max-width: 1360px;
  }
  #footer .top .line {
    right: 0;
  }
  #index-body .about .left .st,#index-body .service .title:after{
      font-size: 80px
  }
  #index-body .product .st{
      font-size: 140px
  }
}
@media screen and (max-width: 1440px) {
  .ui.container,
  #header .ui.container,
  #banner .ui.container {
    max-width: 1220px;
  }
  #banner .qh {
    bottom: 8%;
  }
  #index-body .i-product .box,
  
  #index-body .application .left {
    padding-right: 1%;
  }
    #index-body .application1 .top ul li .box .cont {
    width: 100%;
  }
  
  #footer .ui.container {
    max-width: 1220px;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container,
  #header .ui.container,
  #banner .ui.container {
    max-width: 1080px;
  }
  #header .nav .ui.menu .menu-box {
    margin: 0 auto;
  }
#banner ul li video, #banner ul li>img{
    height: 600px
}
  #banner .qh {
    bottom: 3%;
  }
  #index-body .i-product .box {
    max-width: 1090px;
  }
  #index-body .i-product .box .content .swiper .swiper-slide .ig {
    padding: 50px 20px 0;
    height: 400px;
  }
  #index-body .title {
    font-size: 38px;
  }
  #index-body .about .left .st,#index-body .service .title:after{
      font-size: 60px
  }
  #index-body .product .st{
      font-size: 100px
  }
  #index-body .application .left .more {
    margin-top: 40px;
  }

  #index-body .application1 .top ul li .box {
    padding: 0 40px;
  }
  #index-body .application1 .top ul li .tit3 {
    font-size: 24px;
  }
  #footer .ui.container {
    max-width: 1080px;
  }
  #footer .bottom .f-box .right {
    width: 60%;
  }
  #index-body .application1 .top ul li .num{
      right: 35px
  }
  #index-body .service ul li .box .right{
      width: 80px;
      height: 80px;
  }
  #index-body .service ul li .box .right img{
      width: 60%
  }
  #index-body .service ul li .box .right:after{
      width: 20px;
      height: 20px;
      right: 8px;
      bottom: 15px;
  }
  #index-body .product .st{
    font-size: 80px
}
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .logo {
    width: 15%;
  }
  #header .nav .ui.menu .h-search form {
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #banner ul li .text .box .title {
    font-size: 42px;
  }
  #banner ul li .text .box .more {
    margin-top: 30px;
  }
  #index-body .i-product {
    padding: 90px 0;
  }
  #index-body .i-product .box {
    padding-right: 15px;
  }
  #index-body .i-product .content .swiper .swiper-slide .ig {
    height: 360px;
    padding: 30px 20px 0;
  }
  #index-body .i-product .content .swiper .swiper-slide .ig .text .tit {
    font-size: 30px;
  }
  #index-body .application .right {
    padding-left: 2%;
  }
 #index-body .about-2{
     padding: 220px 0;
 }
.font-30{
    font-size: 26px
}
#index-body .service ul li .box{
    padding: 20px 20px 30px
}
#index-body .product .st{
    font-size: 70px
}
.ui.container, #header .ui.container, #banner .ui.container{
    max-width: 100%;
}
}
@media screen and (max-width: 1000px) {
    #index-body .about-2 .play{
        zoom: 0.7
    }
    .pl-23{
        padding-left: 0
    }
    .font-30{
    font-size: 24px
}
#index-body .about .left .btn{
    zoom: 0.6
}
#index-body .application1 .top ul li .box .cont{
    max-height: 12em;
}
#index-body .product .box .right ul{
    padding-right: 0
}
#index-body .about .left .st{
    margin-bottom: 45px;
}
#index-body .about .left{
    width: 100%;
    margin-bottom: 30px;
}
#index-body .about .right{
    width: 100%;
}
  #header .nav {
    padding: 0;
  }
  .db .grid-box .left.column .ig h2{
      font-size: 20px;
    line-height: 1.8;
  }
  #header .nav .ui.menu .logo {
    display: block;
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 50%;
  }
  #banner ul li .text .box {
    max-width: 620px;
  }
  #banner ul li .text .box .title {
    font-size: 36px;
  }
  #banner ul li .text .box .more {
    margin-top: 20px;
  }
  #index-body .i-product {
    padding: 60px 0;
  }
  #index-body .i-product .box .content {
    margin-top: 30px;
  }
  #index-body .i-product .box .content .swiper .swiper-slide .ig {
    padding: 30px 20px;
    height: 320px;
  }
  #index-body .i-product .box .content .swiper .swiper-slide .ig .text .tit {
    font-size: 23px;
  }
  #index-body .i-product .box .content .swiper .swiper-slide .ig .text .con {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-product .box .content .swiper .swiper-slide .ig .text .more {
    margin-top: 30px;
  }
  #index-body .application {
    padding: 60px 0;
  }
  #index-body .application .left {
    width: 100%;
    position: initial;
    margin-top: 0;
    padding-right: 0;
  }
  #index-body .application .right {
    width: 100%;
    padding-left: 0;
  }
   #index-body .application1 .top ul li .box .tit {
    font-size: 20px;
  }
  #index-body .application1 .top ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .application1 .top ul li {
    width: 100% !important;
    -webkit-box-flex: unset !important;
    -webkit-flex: unset !important;
    -moz-box-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
    margin: 20px 0;
  }
  #index-body .application1 .top ul li .box {
    opacity: 1 !important;
    z-index: 19 !important;
  }
  #index-body .application1 .top ul li .tit3 {
    display: none !important;
  }
  #index-body .application1 .top ul li .num {
    display: none;
  }
  #index-body .application1 .top ul li .acc {
    height: 550px;
  }
  #index-body .application1 .top ul li .box .cont {
    font-size: 16px;
  }
  
  
  #index-body .advantage {
    padding: 60px 0;
  }
  #index-body .advantage .content ul {
    margin-right: -20px;
  }
  #index-body .advantage .content ul li {
    padding-right: 20px;
  }
  #index-body .advantage .content ul li .text span {
    font-size: 20px;
    line-height: 1.4;
  }
  #footer .top {
    padding: 60px 0;
  }
  #footer .top .title {
    font-size: 40px;
  }
  #footer .top .line {
    display: none;
  }
  #footer .bottom {
    padding: 30px 0 15px;
  }
  #footer .bottom .f-box .left {
    width: 100%;
  }
  #footer .bottom .f-box .left .phone {
    margin-top: 20px;
  }
  #footer .bottom .f-box .right {
    display: none;
  }
  #index-body .service ul li{
      width: 50%;
      margin-bottom: 20px
  }
  #index-body .product .box .left{
      width: 30%
  }
 #banner{
     margin-top: 60px;
 }
 #banner ul li video, #banner ul li>img{
     height: 400px;
 }
 #banner .qh{
     display: none;
 }
 #index-body .service ul li .box .left .t1{
     font-size: 26px
 }
 #index-body .news li .tit{
     font-size: 22px
 }
}
@media screen and (max-width: 700px) {
    #index-body .about-2{
        padding: 150px 0;
    }
     #index-body .news li .tit{
     font-size: 20px
 }
     .font-30{
    font-size: 20px
}
#index-body .service ul li .box .left .t1{
     font-size: 22px
 }
#index-body .news .content{
    margin-top: 40px;
}
  #banner ul li > img {
    min-height: 260px;
  }
  #banner ul li .text .box .title {
    font-size: 32px;
  }
  .more {
    padding: 10px 30px;
  }
  #index-body .title {
    font-size: 32px;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  #index-body .i-product .box .content .link {
    padding-top: 20px;
  }
  #index-body .application {
    padding: 30px 0;
    background: #f4f3f3;
  }
  #index-body .application .left {
    margin-bottom: 0;
  }
  #index-body .application .left .con {
    width: 100%;
    margin-top: 10px;
  }
  #index-body .application .left .more {
    margin-top: 20px;
  }
  #index-body .application .right {
    display: none;
  }
   #index-body .application1 .top ul li .box {
    padding: 0 20px;
  }
  #index-body .application1 .top ul li .box .tit {
    font-size: 24px;
  }
 
 
  #index-body .advantage {
    padding: 30px 0;
  }
  #index-body .advantage .content ul li .text p {
    line-height: 1.8;
  }
  #footer .top {
    padding: 30px 0;
  }
  #footer .top .title {
    font-size: 36px;
  }
  #footer .f-copy{
    margin-top: 20px;
  }
  .fixed-toolbar {
    bottom: 24%;
  }
  #index-body .about{
      padding: 40px 0 70px
  }
  #index-body .news{
      padding: 60px 0 50px
  }
  #index-body .service{
      padding: 40px 0 70px
  }
    #index-body .about .left .st,#index-body .service .title:after{
      font-size: 40px
  }
     #index-body .product .st{
      font-size: 60px
  }
  #index-body .product{
      padding: 70px 0 50px
  }
  #index-body .product .box{
      flex-wrap: wrap;
  }
 
  #index-body .product .box .right{
      position: static;
      width: 100%;
  }
  #index-body .product .box .left .btn{
      display: none;
  }
  #index-body .product .box .left{
      width: 100%
  }
  #index-body .about .right .dates li{
      width: 50%;
      margin-bottom: 20px;
  }
  #index-body .product .box .left .title{
      margin-bottom: 50px;
  }
  #index-body .service ul li .box .left .t2{
      font-size: 16px
  }
  .fixed-toolbar{
      right: 15px;
      zoom: 0.7;
  }
  #footer .bottom .f-box .left .f-logo{
      zoom: 0.8;
  }
}
@media screen and (max-width: 500px) {
      #index-body .news li .tit{
     font-size: 18px
 }
 #banner ul li video, #banner ul li>img{
     height: 350px;
 }
 #index-body .news li .con{
     font-size: 14px;
 }
  #index-body .service ul li .box .left .t1{
     font-size: 20px
 }
 


    #index-body .service ul li{
        width: 100%
    }
  #banner ul li .text .box span {
    font-size: 14px;
    line-height: 2;
  }
  #banner ul li .text .box .title {
    font-size: 25px;
    line-height: 1.4;
  }
  #banner ul li .text .box .more {
    margin-top: 10px;
  }
  .more {
    font-size: 14px;
  }
  #index-body .title {
    font-size: 26px;
  }
  #index-body .i-product .box .content .swiper .swiper-slide .ig {
    height: 260px;
    padding: 20px;
  }
  #index-body .i-product .box .content .swiper .swiper-slide .ig .text .tit {
    font-size: 22px;
    line-height: 1.5;
  }
  #index-body .i-product .box .content .swiper .swiper-slide .ig .text .con {
    margin-top: 10px;
    line-height: 1.8;
  }
  #index-body .i-product .box .content .swiper .swiper-slide .ig .text .more {
    margin-top: 10px;
  }
  #index-body .i-product .box .content .swiper .swiper-slide .ig .img-box {
    display: none;
  }
  #index-body .application .left .title {
    font-size: 22px;
  }
  #index-body .application .left .con {
    line-height: 1.8;
  }
 
  #footer .top .title {
    font-size: 30px;
    line-height: 1.6;
  }
}
#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: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}

.inner-banner {
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
    height: 240px;
background: #f2f2f2;
    margin-top: 132px;
}
.mbx.mbx2{
    margin-top: 0
}
.inner-banner .box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}
.inner-banner .box .mbx {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5px;
    margin-top: 0;
}
.inner-banner .box h2 {
    font-size: 36px;
    line-height: 1.6;
    font-weight: bold;
}
.inner-banner .box h2 em {
    color: var(--color);
}
.inner-banner::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.about-page .about-1 .text {
    padding-right: 2rem;
    vertical-align: middle;
}
.about-page .about-1 .text h3 {
    /*font-size: 1.35rem;*/
    line-height: 1.3;
    font-weight: bold;
}
.about-page .about-1 .text .con {
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
}
.about-page .about-1 .text .con p:first-child {
    margin-bottom: 15px;
}
.about-page .about-1 .text dl {
    margin: 15px 0 1.5rem;
}
.about-page .about-1 .text dl dd i {
    display: inline-block;
    color: var(--color);
    font-size: 20px;
    margin-top: 5px;
}
.about-page .about-1 .text dl dd span {
    display: inline-block;
    padding-left: 0.75rem;
    font-size: 16px;
    line-height: 2;
    width: 90%;
}
.about-page .about-1 .text .line-dec {
    position: relative;
    height: 1px;
    background: #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-page .about-1 .text .line-dec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 40px;
    background: var(--color);
}
.about-page .about-1 .text .about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.5rem 0;
}
.about-page .about-1 .text .about-bottom .image.about-signature {
    margin-right: 2rem;
    width: 80px;
}
.about-page .about-1 .text .about-bottom .about-name {
    color: #000;
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
}
.about-page .about-1 .text .about-bottom .about-rol {
    color: #555;
    font-size: 14px;
    line-height: 2;
}
.about-page .about-1 .img {
    position: relative;
    vertical-align: middle;
    border-radius: 40px;
}
.about-page .about-1 .img::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: 50%;
    bottom: 50%;
    z-index: 1;
    background: var(--color);
}
.about-page .about-1 .img img {
    position: relative;
    z-index: 10;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-1 .img .about-img-hotifer {
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 260px;
    padding: 30px 16px;
    z-index: 11;
    border-radius: 2px;
    text-align: left;
    background: var(--color);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
.about-page .about-1 .img .about-img-hotifer::before {
    /*font-family: 'Nucleo';
    content: "\ea44";*/
    bottom: 15px;
    right: 20px;
    position: absolute;
    color: rgba(255, 255, 255, 0.3);
    font-size: 35px;
    font-weight: normal;
    display: none;
}
.about-page .about-1 .img .about-img-hotifer p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
    text-align: left;
}
.about-page .about-1 .img .about-img-hotifer .icon {
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 39px;
    height: 32px;
}
.about-page .about-1 .img .about-img-hotifer .icon svg {
    fill: rgba(255, 255, 255, 0.3);
    vertical-align: middle;
    display: inline-block;
}
.about-page .about-1 .img:hover img {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -o-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -moz-transform: scale(0.98);
}
.about-page .about-2 {
    background: url(../images/about-1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 12rem 0 12rem;
    color: #fff;
   
}
.about-page .about-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.about-page .about-2 .left {
    width: 50%;
    margin: 0 5% 0 auto;
}
.about-page .about-2 .left .play {
    display: inline-block;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    text-align: center;
    line-height: 4.25rem;
    background: rgb(242 34 34 / 80%);
    position: relative;
    z-index: 1;
}
.about-page .about-2 .left .play i {
    font-size: 1.75rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.about-page .about-2 .left .play::before,
.about-page .about-2 .left .play::after {
    position: absolute;
    z-index: -1;
    content: '';
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    background:rgb(242 34 34 / 50%);
    -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 .about-2 .left .play::before {
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
.about-page .about-2 .left .cont h6 {
    position: relative;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0px;
    padding-left: 50px;
}
.about-page .about-2 .left .cont h6::after {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--color);
    position: absolute;
    left: 0;
    top: 50%;
}
.about-page .about-2 .left .cont h4 {
    font-size: 26px;
    line-height: 1.8;
    
    color: #fff;
    margin-bottom: 0px;
}
.about-page .about-2 .left .cont p {
    font-size: 16px;
    line-height: 2;
}
.about-page .about-3 {
    background: #f5f5f5;
    padding: 6rem 0;
}
.about-page .about-3 .header span {
    font-size: 16px;
    color: #555;
    position: relative;
    margin-bottom: 0px;
    padding-left: 50px;
}
.about-page .about-3 .header span::after {
    content: '';
    width: 40px;
    height: 1px;
    background: var(--color);
    position: absolute;
    left: 0;
    top: 50%;
}
.about-page .about-3 .header h3 {

    line-height: 1.1;
    color: #000;
    position: relative;
    margin-bottom: 20px;
        text-transform: uppercase;
}
.about-page .about-3 .header h3 em {
    color: var(--color);
}
.about-page .about-3 .info ul {
    margin-right: -24px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.about-page .about-3 .info ul li {
    padding-right: 24px;
    border-radius: 20px;
    margin-top: 20px;
}
.about-page .about-3 .info .single-facility {
    background: #fff;
    padding: 40px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    height: 100%;
    border-radius: 20px;
}
.about-page .about-3 .info .single-facility h5 {
    font-size: 24px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 700;
}
.about-page .about-3 .info .single-facility span {
    font-size: 48px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    background: var(--color);
    padding: 10px;
}
.about-page .about-3 .info .single-facility p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 2;
}
.about-page .about-3 .info .single-facility .facility-shape {
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    bottom: 60px;
    left: 90px;
}
.about-page .about-3 .info .single-facility .facility-shape span {
    font-size: 140px;
    color: #ccc;
    background: transparent;
}
.about-page .about-3 .info .single-facility:hover h5 {
    color: var(--color);
    -webkit-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .info .single-facility:hover span {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.about-page .about-4 {
    
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding: 3rem 0;
    color: #000;
}
.about-page .about-4::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.about-page .about-4 ul li .item.text-center {
    text-align: center;
}
.about-page .about-4 ul li .item .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 50%;
    border: 7px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.about-page .about-4 ul li .item .icon span,
.about-page .about-4 ul li .item .icon i {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    line-height: 80px;
    border-radius: 50%;
    background: var(--color);
}
.about-page .about-4 ul li .item .icon .back {
    background: #fff;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    color: var(--color);
}
.about-page .about-4 ul li .item h3 {
    margin-bottom: 5px;
    font-size: 48px;
    line-height: 1.6;
    font-weight: bold;
}
.about-page .about-4 ul li .item h6 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
}
.about-page .about-4 ul li .item h6 span {
    font-size: 14px;
    color: var(--color);
    margin-right: 10px;
}
.about-page .about-4 ul li .item:hover .icon .front {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.about-page .about-4 ul li .item:hover .icon .back {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.about-page .about-5{padding: 6rem 0;}
.about-page .about-5 .img{border-radius: 40px;}
.about-page .about-5 .left .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 30px;
}
.about-page .about-5 .left{padding-right: 5%;
    vertical-align: middle;}
.about-page .p11-team {
    padding: 4.5rem 0;
}
.about-page .p11-team .mml-row {
    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;
    padding: 0;
}
.about-page .p11-team .titles {
    max-width: 568px;
    width: 32%;
    margin: 0 4.5rem 0 10px;
}
.about-page .p11-team .titles h3.title {
    font-weight: bold;
    line-height: 1.6;
}
.about-page .p11-team .titles .desc {
    margin-top: 20px;
}
.about-page .p11-team .titles .desc p {
    font-size: 18px;
    line-height: 1.8;
    color: #242424;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.about-page .p11-team .titles h3 {
    color: #292d31;
    margin-bottom: 20px;
}
.about-page .p11-team .item-wrap {
    width: 60%;
    margin: -10px;
}
.about-page .p11-team .item-wrap .item {
    padding: 10px 15px;
    margin: 10px 15px;
    /*border: var(--color) solid 3px;*/
}
.about-page .p11-team .item-wrap .item p {
    color: #051321;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.8;
}
.about-page #cta {
    position: relative;
}
.about-page #cta::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    content: '';
    display: block;
    background-color: #051026;
}
.about-page #cta .cta-content {
    width: 100%;
    /*max-width: 1760px;*/
    margin: 0 auto;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(#f35d2e));
    background-image: -webkit-linear-gradient(left, var(--color) 0%, #f35d2e 100%);
    background-image: -moz-linear-gradient(left, var(--color) 0%, #f35d2e 100%);
    background-image: linear-gradient(90deg, var(--color) 0%, #f35d2e 100%);
}
.about-page #cta .cta-content .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 65px 0;
}
.about-page #cta .cta-content .content-wrap h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 34px;
    line-height: 1.4;
    color: #fff;
    margin: 10px 0;
}
.about-page #cta .cta-content .content-wrap p {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
}
.about-page #cta .cta-content .content-wrap .mml-text {
    max-width: 750px;
}
.about-page #cta .cta-content .content-wrap .btn {
    margin: 10px 0;
}
.about-page #cta .cta-content .content-wrap .btn a {
    position: relative;
    display: inline-block;
    /* font-style: normal; */
    line-height: 1.6;
    font-size: 24px;
    text-align: center;
    padding: 16px 29px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid transparent;
}
.about-page #cta .cta-content .content-wrap .btn a.white {
    background-color: #fff;
    color: var(--color);
}
.about-page #cta .cta-content .content-wrap .btn a.white:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
@media screen and (max-width: 1600px){
   
   
}
@media screen and (max-width: 1400px){
   
   
}
@media screen and (max-width: 1200px){


  
  
}
@media screen and (max-width: 1000px) {
    .about-page .about-3 .info .single-facility h5{
        font-size: 20px;
    }
    .inner-banner{
        margin-top: 60px;
    }
    .inner-banner .box{
        top: 40%;
    }
    .inner-page .left h3.title{
      
    line-height: 1.8;
    }
    .about-page .about-1 .text {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 .img {
        width: 100%;
        padding-top: 2rem;
    }
    .about-page .about-2 .left {
        margin: 0 20% 0 auto;
    }
    #cta h2 {
        font-size: 36px;
    }
    .about-page .about-3 .info ul li {
        width: 50%;
    }
    .about-page .about-4 ul li {
        width: 25% !important;
    }
    .about-page .about-4 ul li .item h6 {
        font-size: 16px;
    }
    .about-page .p11-team .mml-row {
        display: block;
    }
    .about-page .p11-team .mml-row .titles,
    .about-page .p11-team .mml-row .title {
        width: 100%;
        max-width: 100%;
    }
    .about-page .p11-team .mml-row .item-wrap {
        width: 100%;
        margin-top: 2rem;
    }
    .about-page .about-3 .info .single-facility {
        padding: 40px 15px;
    }
}
@media screen and (max-width: 700px) {
   .about-page .about-3 .info .single-facility h5{
        font-size: 18px;
    }
    .about-page .p11-team .titles h3{
        margin-top: 0
    }
    .inner-banner .box{
        top: 30%;
    }
    .inner-banner .box h2{
        font-size: 18px;
        line-height: 1.8;
    }
    .inner-banner .box .mbx {
        font-size: 14px;
        line-height: 2;
    }
    .inner-banner {
        height: auto;
        padding-top: 100px;
    }
    .about-page .about-1 .text h3 {
  
        line-height: 1.8;
        margin-top: 0;
    }
    
    .inner-banner.single .box h2{
        display: none!important;
    }
    .about-page .about-2 {
        display: none;
    }
    .about-page .about-3 .info ul {
        margin-right: 0;
    }
    .about-page .about-3 .info ul li {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-4 {
        display: none;
    }
    .about-page .p11-team .titles .desc p {
        font-size: 16px;
        line-height: 2;
    }
    .about-page .p11-team .titles{
        max-width: 100%;
        width: 100%;
    }
    #cta h2 {
        font-size: 30px;
        line-height: 1.5;
        max-width: unset;
    }
    #cta .content-wrap {
        padding: 50px 0;
    }
    .about-page #cta .cta-content .content-wrap p {
        font-size: 16px;
        line-height: 2;
    }
    .about-page #cta .cta-content .content-wrap .btn a {
        font-size: 16px;
        padding: 8px 15px;
    }
}
.gallery-page .honor-1 .left{padding-right: 50px;}
.gallery-page .honor-1 .left h2{margin-bottom: 30px;}
.gallery-page .honor-1 .right img{padding: 0px 62px 0px; }
.gallery-page .honor-1 .right h5{text-align: center;}
.gallery-page .tab {
    border-bottom: 1px solid #e1e1e1;
    font-size: 0;
    margin-bottom: 4.5rem;
}
.gallery-page .honor-1 .right a {
    position: relative;
    display: block;
}
.gallery-page .honor-1 .right a i {
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-page .honor-1 .right a i svg {
    width: 100%;
    height: auto;
    fill: var(--color);
}
.gallery-page .honor-1 .right a i:first-child {
    left: 5%;
}
.gallery-page .honor-1 .right a i:last-child {
    right: 5%;
}
.gallery-page .tab li {
    text-align: center;
    padding: 24px 0;
    border-left: 1px solid #e1e1e1;
    position: relative;
}
.gallery-page .tab li a {
    overflow: hidden;
    display: block;
}
.gallery-page .tab li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    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;
}
.gallery-page .tab li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color);
    transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}
.gallery-page .content .box {
    text-align: center;
    padding-bottom: 4.5rem;
}
.gallery-page .content .box h2 {
    color: #182333;
    font-size: 1.75rem;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.3;
}
.gallery-page .content .box p {
    /*max-width: 690px;*/
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
    /*margin-bottom: 50px;*/
}
.gallery-page .content .box div{
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
}
.gallery-page .content .box ul {
    margin: 0 -15px;
    text-align: left;
}
.gallery-page .content .box ul li {
    padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 1rem;
}
.gallery-page .content .box ul li .imgbox .text h5 {
    /*text-transform: uppercase;*/
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .content .box ul li .imgbox .text .con {
    margin-top: 1rem;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    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;
    -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-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--color);
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    min-width: 100px;
    text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
    background: var(--color);
    color: #fff;
}
.gallery-page .content .box ul li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
    top: 0;
}
.gallery-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 4.5rem 0;
}
.m-page {
    text-align: center;
    padding-top: 20px;
}
.m-page a,
.m-page span {
    display: inline-block;
    margin: 2px 4px;
    min-width: 30px;
    line-height: 36px;
    height: 30px;
    color: #555;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.m-page a:hover {
    color: var(--color);
}
.m-page span {
    background-color: var(--color);
    color: #fff;
}
@media screen and (max-width: 1440px) {
    .gallery-page .content .box ul li {
        width: 25%;
    }
}
@media screen and (max-width: 1100px) {
    .gallery-page .content .box ul li {
        width: 33.3333%;
    }
}
@media screen and (max-width: 992px) {
    .gallery-page .content .box ul li {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .gallery-page .content .box p {
        font-size: 14px;
    }
    .gallery-page .content .box ul li {
        width: 100%;
    }
}
.faq-page {
    padding: 6rem 0;
    background: #f5f5f5;
}
.faq-page .box ul {
    margin-right: -2rem;
}
.faq-page .box ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
}
.faq-page .box ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}
.faq-page .box ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}
.faq-page .box ul li .title h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.faq-page .box ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}
.faq-page .box ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faq-page .box ul li.active .title h6 {
    color: #fff;
}
.faq-page .box ul li.active .title::after {
    background: #fff;
    color: var(--color);
}
@media screen and (max-width: 1000px) {
    .faq-page .box ul {
        margin-right: 0;
    }
    .faq-page .box ul li {
        width: 100% !important;
        padding-right: 0;
    }
}
@media screen and (max-width: 700px) {
    .faq-page .box ul li .title::after {
        left: 10px;
    }
    .faq-page .box ul li .title {
        padding: 20px 10px 20px 66px;
    }
    .faq-page .box ul li .accordion-info {
        padding: 20px 10px;
    }
}
.cus-page {
    padding-top: 0;
}
/*.cus-page .cus1{
  padding-bottom: 6rem;
}*/
.cus-page .cus1 h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.cus-page .cus1 .con {
    font-size: 16px;
    color: #555;
    line-height: 2;
    margin-top: 15px;
}
.cus-page .cus1 .con p {
    margin-bottom: 15px;
}
.cus-page .cus1 .con p:last-child {
    margin-bottom: 30px;
}
.cus-page .cus1 ol.number {
    list-style: none;
    counter-reset: item;
    margin-bottom: 20px;
    padding-left: 2rem;
}
.cus-page .cus1 ol.number li {
    counter-increment: item;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 2;
    color: #555;
    position: relative;
    padding-left: 40px;
}
.cus-page .cus1 ol.number li::before {
    margin-right: 10px;
    content: counter(item);
    background: var(--color);
    border-radius: 0px;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    position: absolute;
    left: 0;
    top: 0;
}
.cus-page .cus1 .info ul {
    margin-right: -24px;
}
.cus-page .cus1 .info li {
    position: relative;
    padding: 20px 24px 0 0;
}
.cus-page .cus1 .info li .gallery-box {
    overflow: hidden;
    position: relative;
}
.cus-page .cus1 .info li .gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.cus-page .cus1 .info li .gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.cus-page .cus1 .info li .gallery-box .gallery-img::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.cus-page .cus1 .info li .gallery-box:hover .gallery-img::after {
    background: rgba(0, 0, 0, 0.4);
}
.cus-page .cus1 .info li .gallery-box:hover .gallery-img img {
    transform: scale(1.05);
}
.cus-page .cus2 {
    padding-top: 6rem;
}
.cus-page .cus2 .part1 .column {
    width: 70%;
    vertical-align: middle;
}
.cus-page .cus2 .part1 .column h2 {
    font-size: 1.5rem;
    font-weight: 800;
    /*font-style: italic;*/
    color: #1a1a1a;
}
.cus-page .cus2 .part1 .column p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #555;
    line-height: 1.7;
    margin-top: 15px;
}
.cus-page .cus2 .part1 .column:nth-child(1) {
    padding-right: 5%;
}
.cus-page .cus2 .part1 .column:nth-child(2) {
    width: 30%;
}
.cus-page .cus2 .part1 .column:nth-child(2) a.more {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--color);
   padding: 0;
}
.cus-page .cus2 .part2 .process-list li {
    width: 25%;
    max-width: 405px;
    margin-top: 50px;
    float: left;
    padding: 10px;
}
.cus-page .cus2 .part2 .process-list li .des {
    background-color: #ffffff;
    color: #000;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
    border-radius: 0px 0px 4px 4px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 106px;
}
.cus-page .cus2 .part2 .process-list li .des .num {
    width: 43px;
    height: 43px;
    background-color: var(--color);
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    font-size: 17px;
    font-weight: 800;
    font-style: normal;
    position: absolute;
    top: -22.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
}
.cus-page .cus2 .part2 .process-list li .des h4 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}
.cus-page .cus3 {
    background: #f5f5f5;
    padding: 4.5rem 0 3.5rem;
}
.cus-page .cus3 .top {
    text-align: center;
}
.cus-page .cus3 .top h2 {
    font-size: 2.5rem;
    line-height: 1;
    color: #000;
    font-weight: bold;
}
.cus-page .cus3 .top p {
    font-size: 20px;
    line-height: 1.8;
    color: #000;
    margin: 1.4rem auto 0;
}
.cus-page .cus3 .formBox {
    margin: 3rem 0 2rem;
}
.cus-page .cus3 .formBox form {
    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;
}
.cus-page .cus3 .formBox form input[type="text"] {
    border: none;
    background: #f0f0f0;
    padding: 0 1rem;
    width: 24%;
    height: 55px;
    font-size: 16px;
    line-height: 2;
    color: #000;
}
.cus-page .cus3 .formBox form .f-submit {
    width: 100%;
    text-align: center;
    margin-top: 2.35rem;
}
.cus-page .cus3 .formBox form .f-submit .more {
    border: none;
    display: inline-block;
    padding: 0.9rem 2.85rem;
    background: var(--color);
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 0;
}
.cus-page .cus3 .formBox form .f-submit .more:hover {
    background: #000;
}
.cus-page .ser-2 {
    margin: 80px auto;
}
.cus-page .ser-2 .title {
    position: relative;
}
.cus-page .ser-2 .title i {
    z-index: -1;
    position: absolute;
    bottom: 45%;
    left: 0;
    font-size: 100px;
    color: #f5f5f5;
    opacity: 0.9;
}
.cus-page .ser-2 .title h3 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    color: #222c47;
}
.cus-page .ser-2 .top .grid-box .text {
    font-size: 16px;
    color: #262e42;
    max-width: 500px;
    padding-right: 10px;
    margin: 20px 0 20px auto;
    line-height: 2;
}
.cus-page .ser-2 .top .grid-box .left .text {
    margin-left: 0;
}
.cus-page .ser-2 .bot {
    margin-right: -13%;
}
.cus-page .ser-2 .bot ul {
    margin: 0 -10px;
}
.cus-page .ser-2 .bot ul li {
    position: relative;
    padding: 0 10px;
    margin: 40px 0 20px;
}
.cus-page .ser-2 .bot ul li .ig {
    position: relative;
    max-width: 214px;
}
.cus-page .ser-2 .bot ul li .ig::after {
    content: '1';
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 100px;
    font-weight: 700;
    line-height: 80px;
    color: #e9edf4;
    opacity: .5;
}
.cus-page .ser-2 .bot ul li .ig img {
    position: relative;
    z-index: 1;
    margin: 5px 0 20px;
}
.cus-page .ser-2 .bot ul li .ig h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    color: #222c47;
}
.cus-page .ser-2 .bot ul li:nth-child(2) .ig::after {
    content: '2';
}
.cus-page .ser-2 .bot ul li:nth-child(3) .ig::after {
    content: '3';
}
.cus-page .ser-2 .bot ul li:nth-child(4) .ig::after {
    content: '4';
}
@media screen and (max-width: 1450px) {
    .cus-page .ser-2 .bot {
        margin-right: -7%;
    }
}
@media screen and (max-width: 1000px) {
    .cus-page .cus3 .formBox form input[type="text"] {
        width: 48%;
        margin-bottom: 15px;
    }
    .cus-page .cus3 .formBox form .f-submit {
        margin-top: 3rem;
    }
    .cus-page .ser-2 .top .grid-box .column {
        width: 100%;
    }
    .cus-page .ser-2 .bot ul li {
        width: 100%;
    }
    .cus-page .ser-2 .bot ul li .ig {
        margin: auto;
    }
}
@media screen and (max-width: 767px) {
    .cus-page .init-1 .column h2 {
        font-size: 20px;
    }
    .cus-page .init-1 .column p {
        font-size: 14px;
        margin: 10px 0;
    }
    .cus-page .init-2 h2,
    .cus-page .init-3 .part1 .column h2,
    .cus-page .init-4 .init-content h2 {
        font-size: 20px;
    }
    .cus-page .init-3 .part1 .column p {
        font-size: 14px;
    }
    .cus-page .init-3 .part1 .column:nth-child(2) a.more {
        font-size: 16px;
    }
    .cus-page .init-4 .init-content {
        margin-left: 0;
    }
}
@media screen and (max-width: 700px) {
    .cus-page .cus1 ol.number {
        padding-left: 0;
    }
    .cus-page .cus2 .part1 .column:nth-child(1) {
        width: 100%;
        padding-right: 0;
    }
    .cus-page .cus2 .part1 .column h2 {
        font-size: 20px;
    }
    .cus-page .cus2 .part1 .column:nth-child(2) {
        width: 100%;
        padding-top: 2rem;
    }
    .cus-page .cus2 .part2 .process-list li {
        width: 100%;
        margin-top: 20px;
    }
    .cus-page .cus3 .top h2 {
        font-size: 2rem;
    }
    .cus-page .cus3 .top p {
        font-size: 16px;
        line-height: 2;
    }
    .cus-page .cus3 .formBox form input[type="text"] {
        width: 100%;
    }
    .cus-page .ser-2 .title h3{
        font-size: 20px;
        line-height: 2;
    }
    .cus-page .ser-2 .bot{
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 580px) {
    .cus-page .init-1 .column {
        width: 100%;
    }
    .cus-page .init-1 .column h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 540px) {
    .cus-page .init-3 {
        padding: 20px;
    }
    .cus-page .init-3 .part2 .process-list li {
        width: 50%;
    }
    .cus-page .init-4 .init-content {
        padding: 30px;
    }
}
@media screen and (max-width: 500px) {
    .cus-page .cus3 .formBox form input[type="text"] {
        height: 40px;
        font-size: 14px;
        line-height: 2;
    }
}
.production-sec .pur-sec {
    padding: 3rem 0;
}
.production-sec .pur-sec .mml-row {
    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;
}
.production-sec .pur-sec .mml-row .text-wrap {
    width: 100%;
    max-width: 800px;
    padding-top: 90px;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 18px;
    line-height: 1.8;
    color: #242424;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
    width: 60%;
    max-width: 760px;
}
.production-sec .fig-sec {
    padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.2;
    color: var(--color);
    margin-bottom: 6px;
    width: 40%;
}
.production-sec .fig-sec .mml-row ul {
    width: 60%;
    max-width: 760px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 45px 0px 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
    max-width: 193px;
    text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: var(--color);
}
.production-sec .fig-sec .mml-row ul li p {
    font-size: 18px;
    line-height: 32px;
    color: #282828;
    margin-bottom: 0px;
    margin-top: 10px;
}
.production-sec .prints-sec {
    padding-bottom: 4rem;
}
.production-sec .prints-sec .mml-row {
    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;
}
.production-sec .prints-sec .mml-row .img-wrap {
    width: 46%;
    /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .text-wrap {
    width: 70%;
    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;
    max-width: 760px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
    margin-bottom: 25px;
    font-weight: bold;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 18px;
    line-height: 1.8;
    color: #242424;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
    padding: 25px 0px;
    font-style: normal;
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
    color: #303030;
    margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
    margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
    font-weight: bold;
    font-style: normal;
    color: #000;
    font-size: 2rem;
    line-height: 1.2;
    margin: 2rem;
    text-align: center;
}
.production-sec .proto-sec ul {
    font-size: 0;
    margin: -15px;
}
.production-sec .proto-sec ul li {
    display: inline-block;
    width: 25%;
    padding: 15px;
}
.production-sec .proto-sec ul li img {
    display: block;
    max-width: 100%;
}
.production-sec .proto-sec h4 {
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    color: #242424;
    text-align: center;
}
.production-sec .proto-sec p {
    font-style: normal;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-bottom: 0px;
}
.production-sec .p11-milestone {
    padding: 3.25rem 0;
    background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .p11-milestone .title {
    margin-bottom: 2rem;
}
.production-sec .p11-milestone .list ul {
    margin: -15px;
}
.production-sec .p11-milestone .list ul li {
    padding: 15px;
}
.production-sec .p11-milestone .galaxy {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.production-sec .p11-milestone .track {
    position: absolute;
    left: 0;
    top: 50%;
    margin-right: 200px;
    height: 5px;
    width: 1600px;
    -webkit-transform: translate3d(0, -2.5px, 0);
    -moz-transform: translate3d(0, -2.5px, 0);
    transform: translate3d(0, -2.5px, 0);
    will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
    position: relative;
    width: 0;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), color-stop(50%, #f35d2e), to(#f25743));
    background-image: -webkit-linear-gradient(left, var(--color) 0%, #f35d2e 50%, #f25743 100%);
    background-image: -moz-linear-gradient(left, var(--color) 0%, #f35d2e 50%, #f25743 100%);
    background-image: linear-gradient(90deg, var(--color) 0%, #f35d2e 50%, #f25743 100%);
}
.production-sec .p11-milestone .comet::after {
    content: '\20';
    position: absolute;
    z-index: 3;
    right: -6px;
    top: -3px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 80px #fff;
    box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.production-sec .p11-milestone .historys time {
    font-style: normal;
    color: #242424;
    font-size: 24px;
    line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
    font-style: normal;
    color: #242424;
    font-size: 16px;
    line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
    max-width: 400px;
    max-height: 250px;
    margin: 0 auto 15px;
    overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
    position: relative;
    width: 400px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
    bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
    top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
    top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
    bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
    opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
    -webkit-transform: translate(0, 12px);
    -moz-transform: translate(0, 12px);
    -ms-transform: translate(0, 12px);
    transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
    -webkit-transform: translate(0, -12px);
    -moz-transform: translate(0, -12px);
    -ms-transform: translate(0, -12px);
    transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
    content: '\20';
    position: absolute;
    left: 50%;
    top: 0;
    margin: -3px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color);
}
.production-sec .team-img {
    text-align: center;
}
.production-sec .team-img .text h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (max-width: 1500px) {
    .prints-sec .img-wrap {
        width: 35%;
    }
    .prints-sec .text-wrap {
        width: 60%;
    }
}
@media screen and (max-width: 1200px) {
    .text.mod-1 h2 {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 20px !important;
        padding-top: 10px !important;
    }
    .production-sec .fig-sec h2 {
        font-size: 30px;
    }
    .production-sec .prints-sec .mml-row .img-wrap {
        width: 45%;
    }
    .production-sec .prints-sec .mml-row .text-wrap {
        width: 50%;
    }
    .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1000px) {
    .production-sec .pur-sec .mml-row {
        display: block;
    }
    .production-sec .fig-sec .mml-row ul {
        width: 100%;
    }
    .production-sec .prints-sec .mml-row .text-wrap {
        width: 100%;
    }
    .production-sec .pur-sec .container .text-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .production-sec .pur-sec .container .img-wrap {
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    .production-sec .fig-sec .mml-row {
        display: block;
    }
    .production-sec .fig-sec h2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .production-sec .fig-sec ul {
        width: 100%;
        max-width: 100%;
    }
    .prints-sec .img-wrap {
        display: none;
    }
    .prints-sec .text-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .production-sec .pur-sec {
        padding: 20px 0 !important;
    }
    .production-sec .fig-sec ul {
        display: block;
    }
    .production-sec .fig-sec ul li {
        max-width: 100%;
        padding: 20px 0;
    }
    .production-sec .fig-sec {
        display: none;
    }
    .production-sec .pur-sec .mml-row .text-wrap p {
        font-size: 14px;
        line-height: 2;
    }
    .production-sec .prints-sec .mml-row .text-wrap .text p {
        font-size: 14px;
        line-height: 2;
    }
}
.quality-sec {
    padding-top: 6rem;
}
.our-markets ul li {
    display: flex;
    align-items: center;
}
.our-markets ul li:not(:last-child) {
    margin-bottom: 60px;
}
.our-markets ul li:nth-child(even) {
    flex-direction: row-reverse;
}
.our-markets ul li:nth-child(even) .img {
    text-align: right;
}
.our-markets ul li .img {
    width: 50%;
}
.our-markets ul li .mml-text {
    width: 50%;
    padding: 0 15px;
}
.our-markets ul li .mml-text h3 {
    font-weight: bold;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.2;
    color: var(--color);
    margin-top: 10px;
    margin-bottom: 10px;
}
.our-markets ul li .mml-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #242424;
}
.qua-details {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(180deg, var(--color) 0%, #f35d2e 100%);
}
@media (max-width: 540px) {
    .qua-details {
        padding: 0px;
    }
}
.qua-details .container {
    padding: 60px 10px;
}
.qua-details .container h2 {
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0px;
}
.qua-details .container ul {
    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;
}
.qua-details .container ul li {
    width: 24%;
    max-width: 280px;
    margin-top: 40px;
}
.qua-details .container ul li img {
    max-width: 100%;
}
.qua-details .container ul li h4 {
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}
.qua-details .container ul li p {
    font-style: normal;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    /* width: 95%; */
    /* max-width: 260px; */
    line-height: 32px;
}
.proto-sec h2 {
    font-weight: bold;
    font-style: normal;
    color: #000;
    font-size: 2rem;
    line-height: 1.2;
    margin: 2rem;
    text-align: center;
}
.proto-sec ul {
    font-size: 0;
    margin: -15px;
}
.proto-sec ul li {
    font-size: 0;
    padding: 15px;
}
.p11-team {
    padding: 4.5rem 0;
}
.quality-sec .p11-team h4 {
    font-weight: bold;
    font-style: normal;
    color: #000;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
}
.p11-team .item-wrap {
    width: 60%;
    margin: -10px;
}
.p11-team .item {
    padding: 10px 15px;
    margin: 10px 15px;
    /*border: var(--color) solid 3px;*/
}
.p11-team .item p {
    color: #051321;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.7;
    color: #242424;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (max-width: 1000px) {
    .our-markets ul li {
        display: block;
    }
    .our-markets ul li .mml-text p {
        font-size: 14px;
    }
    .our-markets ul li .img {
        width: 100%;
        text-align: center !important;
    }
    .qua-details .container ul li h4 {
        font-size: 18px;
    }
    .qua-details .container ul li p {
        font-size: 14px;
    }
    .our-markets ul li .mml-text {
        width: 100%;
        padding: 30px 0;
    }
    .qua-details .container ul {
        flex-wrap: wrap;
    }
    .qua-details .container ul li {
        width: 100% !important;
        text-align: center !important;
        max-width: 330px !important;
    }
    .pd-110 {
        padding: 20px 0 !important;
    }
    .p11-team {
        padding: 30px 0;
    }
    .font-18 {
        font-size: 14px;
    }
}
.inner-page h3.title{
    font-size: 45px;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 50px;
    text-transform: uppercase;
}
.inner-page h3.title em{
    color: var(--color);
}
@media screen and (max-width: 1680px) {
    .inner-page h3.title{
     font-size: 43px;
    }
}
@media screen and (max-width: 1280px) {
    .inner-page h3.title{
     font-size: 38px;
    }
}
@media screen and (max-width: 700px) {
    .inner-page h3.title{
     font-size: 32px;
    }
}
@media screen and (max-width: 500px) {
    .inner-page h3.title{
     font-size: 26px;
    }
}
.inner-page .sidebox {
    padding: 2rem 0;
}
.inner-page .sidebox .sideleft {
    width: 22%;
    position: sticky;
    top: 40px;
}
.inner-page .sidebox .sideleft .widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
    position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color);
    color: #fff;
    border: 0;
    padding: 8px 16px;
    cursor: pointer;
    height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
    
    color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
    margin-bottom: 15px;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
}
.inner-page .sidebox .sideleft .widget ul li a {
    padding-left: 20px;
    line-height: 28px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
    margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
    color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
    display: none;
    margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
    padding-left: 0;
    color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
    color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
    display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
    width: 100px;
    overflow: hidden;
    float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
    display: block;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
    text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    margin-bottom: 15px;
    height: 40px;
    font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
    background: var(--color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
    background: #000;
}
.inner-page .sidebox .sideright {
    width: 100%;
    padding: 0 0 50px;
}
.ap-page {
    background: #f5f5f5;
}
.ap-page .sideright .ap-top {
    position: relative;
    transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
    transform-style: preserve-3d;
    perspective: 80000px;
}
.ap-page .sideright .ap-top .img {
    transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
    position: relative;
    transform-style: preserve-3d;
    transition: all .5s;
}
.ap-page .sideright .ap-top .img img {
    width: 100%;
}
.ap-page .sideright .ap-top .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.ap-page .sideright .ap-top h6 {
    padding: 0 1.6rem 0.7rem;
    position: absolute;
    background: 0 0;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    top: 1.6rem;
    left: 0;
    width: 100%;
    z-index: 10;
    text-transform: uppercase;
}
.ap-page .sideright .ap-top h6::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 2rem;
    background-color: #fff;
}
.ap-page .sideright .ap-top .desc {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 1.6rem;
    bottom: 0;
    color: #fff;
    background: var(--color);
    z-index: 10;
}
.ap-page .sideright .ap-top .desc h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}
.ap-page .sideright .ap-top .desc p {
    font-size: 16px;
    line-height: 2;
}
.ap-page .sideright .ap-top:hover .img {
    transform: translateY(-3px);
    box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .sideright .ap-bottom {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 2;
}
.ap-page .sideright .ap-bottom h6 {
    font-size: 25px;
    line-height: 1.6;
    color: #002E42;
    text-transform: capitalize;
    font-weight: bold;
}
.ap-page .sideright .ap-bottom .con {
    font-size: 15px;
    line-height: 1.6;
    color: #002E42;
    margin-top: 1.5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .con p {
    margin-bottom: 15px;
}
.ap-page .sideright .ap-bottom .bottom2 {
    margin-top: 1.5rem;
    border-bottom: 1px solid #ccc;
}
.ap-page .sideright .ap-bottom .bottom2 dl {
    margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom2 dl dd {
    font-size: 15px;
    line-height: 1.6;
    color: #002E42;
    margin-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .bottom3 {
    margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul {
    margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li {
    margin-bottom: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
    font-size: 16px;
    text-transform: capitalize;
    color: #002E42;
    font-weight: bold;
    line-height: 2;
    padding: 0.8rem 1.2rem;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
    content: "\f107";
    position: absolute;
    top: 0.8em;
    right: 1.5em;
    font-size: 20px;
    font-family: fontAwesome;
}
.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
    padding: 1.6rem 2rem 0.8rem;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1px;
    color: #002E42;
    display: none;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
    background: #e9672e;
    color: #fff;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4::after {
    content: "\f106";
}
.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1366px) {
    .inner-page .sidebox .sideleft {
        width: 28%;
    }
    /*.inner-page .sidebox .sideright {
        width: 72%;
    }*/
    .inner-page .sidebox .sideleft .widget .recent li a.title {
        margin-left: 98px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page .sidebox .sideleft {
        display: none;
    }
    .inner-page .sidebox .sideright {
        width: 100%;
        padding-left: 0;
    }
    .inner-page .sidebox .sideright {
        /*padding: 0 0 50px 0;*/
    }
}
@media screen and (max-width: 700px) {
    .ap-page .sideright .ap-top .img img{
        min-height: 250px;
        object-fit: cover;
    }
    .ap-page .sideright .ap-top .desc p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .ap-page .sideright .ap-bottom h6 {
        font-size: 22px;
        line-height: 1.8;
    }
    .ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
        right: 0.5em;
    }
}
.product-page {
    background: #f5f5f5;
}
.product-page .Ctogry .ui.container{max-width: 1300px;}
.product-page .Ctogry {background: #ffffff; padding-top: 50px; padding-bottom: 100px;}
.product-page .Ctogry .Auxil-h1{font-size: 26px;line-height: 1.6;font-weight: bold; margin-top: 50px; color: #c6222e;text-transform: capitalize;}
.product-page .Ctogry .img{width: 40%;}
.product-page .Ctogry .text{width: 60%;padding: 10px 30px;}
.product-page .Ctogry .desc ul li{ text-align: center; padding: 40px 10px; font-size: 16px;}
.product-page .Ctogry .desc h4{font-size: 24px; font-weight: bold;}
.product-page .Ctogry .desc h3 strong{font-size: 28px; color: #c6222e;}
.product-page .Ctogry .desc{ font-size: 16px; line-height: 2;}
.product-page .sideright .top {
    width: 100%;
}
.product-page .sideright .top h3,
.product-page .sideright .top h1 {
    font-size: 26px;
    line-height: 1.6;
    
}
.product-page .sideright .top h3 em {
    color: var(--color);
    font-weight: bold;
}
.product-page .sideright .top .desc {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
    /*max-height: 360px;*/
    /*overflow-y: auto;*/
}
.product-page .sideright .top .desc h4{font-size: 20px; padding: 20px 0px; color: #000; font-weight: bold;}
.product-page .sideright .top .desc li{padding: 0px 20px; font-size: 16px; text-align: center; color: #666; margin-top: 40px;}
.product-page .sideright .top .img{
    background: #fff;
    vertical-align: middle;
    border-radius: 40px;
}
.product-page .sideright .top .text{
    vertical-align: middle;
    padding-left: 3%;
}
.product-page .sideright .list {
    margin-top: 2.5rem;
}
.product-page .sideright .list ul {
    margin: 0 -3rem -2.4rem 0;
}
.product-page .sideright .list ul li {
    padding: 0 1.4rem 1.4rem 0;
}
.product-page .sideright .list ul li .box {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: block;
}
.product-page .sideright .list ul li .box i {
    position: absolute;
    z-index: 1;
    background: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 0;
    height: 0;
}
.product-page .sideright .list ul li .box i.ie1 {
    width: 2px;
    top: 0;
    left: 0;
}
.product-page .sideright .list ul li .box i.ie2 {
    width: 2px;
    bottom: 0;
    right: 0;
}
.product-page .sideright .list ul li .box i.ie3 {
    height: 2px;
    top: 0;
    right: 0;
}
.product-page .sideright .list ul li .box i.ie4 {
    height: 2px;
    bottom: 0;
    left: 0;
}
.product-page .sideright .list ul li .box .img {
    width: 100%;
    background: #fff;
}
.product-page .sideright .list ul li .box .text {
    padding: 1.45rem 1.3rem 1.3rem;
}
.product-page .sideright .list ul li .box .text h4 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .sideright .list ul li .box .text p {
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}
.product-page .sideright .list ul li .box:hover i.ie1 {
    height: 100%;
    bottom: 0;
    top: auto;
}
.product-page .sideright .list ul li .box:hover i.ie2 {
    height: 100%;
    top: 0;
}
.product-page .sideright .list ul li .box:hover i.ie3 {
    width: 100%;
    left: 0;
}
.product-page .sideright .list ul li .box:hover i.ie4 {
    width: 100%;
    right: 0;
    left: auto;
}
.product-page #index-body {
    background: #fff;
}
@media screen and (max-width: 1366px) {
    .product-page .sideright .list ul li {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .product-page .sideright .top h1.Auxil-h1 {
        font-size: 16px;
    }
    .product-page .sideright .top .desc {
        font-size: 14px;
        line-height: 2;
    }
    .product-page .sideright .list ul li {
        width: 100%;
    }
}
.prodet-page {
    background: #ffffff;
}

.prodet-page .product-box .prodet-1 .left {
    width: 50%;
}
.prodet-page .product-box .prodet-1 .left .swiper {
    overflow: hidden;
    margin-top: 20px;
    padding: 5px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide {
    border: #ccc solid 1px; border-radius: 30px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide img {
    width: 100%;
    border-radius: 30px;
}
.prodet-page .product-box .prodet-1 .left a {
    display: block;
    border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
    width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
    margin: -5px;
    padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
    padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
    display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
    padding-left: 15px;
    width: 50%;
}
.prodet-page .product-box .prodet-1 .right .filter dl{
    display: inline-block;
    padding: 10px;
    width: auto;
}
.prodet-page .product-box .prodet-1 .right .filter dl dt{
    font-size: 14px;
    background: #fdfdfd;
    color: var(--color);
    text-align: center;
    padding: 6px;
        border-radius: 20px;
        border: 1px solid var(--color);
}
.prodet-page .product-box .prodet-1 .right .title {
    font-size: 28px;
    line-height: 1.6;
    
}
.prodet-page .product-box .prodet-1 .right h3.title {
    font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .text {
    margin: 1.5rem 0;
    font-size: 16px;
    line-height: 2;
    max-height: 25em;
    overflow: auto;
}
.prodet-page .product-box .prodet-1 .right .share {
    padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2;
}
.prodet-page .product-box .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
    width: auto;
    color: #666;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
    color: var(--color);
}
.prodet-page .product-box .prodet-1 .right a.tel {
    font-size: 18px;
    color: var(--color);
    display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    height: 50px;
    background: var(--color);
    color: white;
    padding: 0 35px;
    font-size: 20px;
    margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
    padding: 30px 0;
    line-height: 2;
}
.prodet-page .product-box .prodet-2 .options{
    background-color: #f6f6f6;
}
.prodet-page .product-box .prodet-2 .options ul {
    background-color: #f6f6f6;
}
.prodet-page .product-box .prodet-2 .options ul li {
    width: auto;
    height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  position: relative;
  z-index: 1;
  margin-right: 24px;
  cursor: pointer;
  font-size: 20px;
}
.prodet-page .product-box .prodet-2 .options ul li::before{
    content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color);
}
.prodet-page .product-box .prodet-2 .options ul li::after{
    content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 0px 0px 50px 0px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
    color: white;
    /*background: var(--color);*/
}
.prodet-page .product-box .prodet-2 .options ul li:hover::before,
.prodet-page .product-box .prodet-2 .options ul li.active::before {
  background: #fff;
}
.prodet-page .product-box .prodet-2 .options ul li:hover::after,
.prodet-page .product-box .prodet-2 .options ul li.active::after {
  opacity: 1;
}
.prodet-page .product-box .prodet-2 .options ul li:last-child{
    margin-right: 0;
}
.prodet-page .product-box .prodet-2 .ret {
    padding: 50px 0px;
}
.prodet-page .product-box .prodet-2 .ret strong{font-size: 24px; margin-bottom: 30px; line-height: 70px;}
.prodet-page .product-box .prodet-2 .ret ul li{ font-size: 16px; text-align: center; margin-top: 50px;}
.prodet-page .product-box .prodet-2 .ret ul li h4{font-weight: bold;  font-size: 18px;}
.prodet-page .product-box .prodet-2 .ret dl dd{
    display: none;
}
.prodet-page .product-box .prodet-2 .ret p {
    padding: 5px 0;
    background: transparent !important;
    line-height: 30px !important;
}
.prodet-page .product-box .prodet-2 .ret table {
    margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 2;
}
.prodet-page .product-box .prodet-2 .ret table td p {
    padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(1) {
    background: #949494 !important;
    color: #fff;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
    background: #f9f9f9;
}
.prodet-page .product-box .prodet-2 .ret form {
    margin-top: 50px;
    padding: 10px;
    background: #fff;
    box-shadow: #ccc 0 0 10px 0;
}
.prodet-page .product-box .prodet-2 .ret form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodet-page .product-box .prodet-2 .ret form ul li {
    margin-top: 10px;
    width: 48%;
    display: inline-block;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) {
    width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 5px;
    font-size: 16px;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) {
    width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input:hover {
    background: #000;
}
.prodet-page .product-box .prodet-2 .ret form ul li input {
    padding: 5px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}
.prodet-page .product-box .prodet-3 h3.title {
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 700;
}
.prodet-page .product-box .prodet-3 ul {
    margin: -10px;
}
.prodet-page .product-box .prodet-3 ul .slick-track {
    margin: 0;
}
.prodet-page .product-box .prodet-3 ul li {
    padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
    display: block;
    background: white;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
    display: block;
    padding: 5%;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
    margin-top: 20px;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
    font-size: 16px;
    line-height: 30px;
    color: #111;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
    color: var(--color);
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: var(--color);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 2;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid var(--color);
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
    margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}
.inner-page #index-body .application{
    background: #f5f5f5;
}
.inner-page #index-body .application .right .list ul li:nth-child(even) {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
#article{
  padding: 30px 15px 0;
}
#article dd a{
  font-size: 20px;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#article dd a::before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c70f18;
}
#article dd a:hover{
    color: #c70f18;
}
@media screen and (max-width: 1400px) {
    .prodet-page .product-box .prodet-1 .right .text {
        max-height: 12em;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .product-box .prodet-1 .left {
        width: 100%;
    }
    .prodet-page .product-box .prodet-1 .right {
        width: 100%;
        padding: 1.5rem 0 0 0;
    }
    .prodet-page .product-box .prodet-1 .right .title {
        font-size: 24px;
        line-height: 1.8;
    }
}
.news-page {
    background: #f5f5f5;
}
.news-page .sideright {
    padding: 0 50px 50px 0 !important;
}
.news-page .sideright .list ul {
    margin-right: -1rem;
}
.news-page .sideright .list ul li {
    padding-right: 1rem;
    margin-bottom: 3rem;
}
.news-page .sideright .list ul li .img {
    position: relative;
}
.news-page .sideright .list ul li .img img {
    width: 100%;
}
.news-page .sideright .list ul li .img .date {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--color);
    color: #fff;
    padding: 6px 12px;
    text-align: center;
    line-height: 1.5em;
    border-radius: 2px;
}
.news-page .sideright .list ul li .img .date span {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.news-page .sideright .list ul li .img .date i {
    display: block;
    font-size: 24px;
    line-height: 1.8;
    font-style: normal;
    color: #fff;
    font-weight: 700;
}
.news-page .sideright .list ul li .con {
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.news-page .sideright .list ul li .con a{
    display: block
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    margin-bottom: 15px;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
    color: var(--color);
}
.news-page .sideright .list ul li .con .text {
    color: #555;
    font-size: 16px;
    line-height: 2;
}
.news-page .sideright .list ul li .con .text .cont{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
overflow: hidden;
}
.news-page .sideright .list ul li .con i {
    color: var(--color);
    font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
    width: 100%;
    min-height: 1px;
    background-color: rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #101010;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
    margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.news-page .sideright .list ul li .con a.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
    width: 100%;
}
@media screen and (max-width: 1000px) {
    .news-page .sideright {
        padding: 0 0 50px 0 !important;
    }
    table tbody{
        min-width: unset;
    }
}
@media screen and (max-width: 700px) {
    .news-page .sideright .list ul {
        margin-right: 0;
    }
    .news-page .sideright .list ul li {
        width: 100%;
        padding-right: 0;
    }
    .news-page .sideright .list ul li .con {
        padding: 20px 10px;
    }
    .news-page .sideright .list ul li .con h5,
    .news-page .sideright .list ul li .con h5 a {
        font-size: 20px;
    }
    .news-page .sideright .list ul li .con p {
        font-size: 14px;
    }
    .news-page .sideright .list ul li .con .news-info .card-news-service-text,
    .news-page .sideright .list ul li .con .news-info .card-news-date-text {
        font-size: 14px;
    }
    .news-page .sideright .list ul li .con .news-info .news-info-right {
        font-size: 14px;
    }
}
.newdet-page .section-title2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
    
}
.newdet-page p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #555;
    margin-bottom: 15px;
}
.newdet-page blockquote {
    border-left: 7px solid var(--color);
    padding: 45px;
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
}
.newdet-page blockquote p {
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}
.newdet-page blockquote::before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #000;
}
.newdet-page blockquote a {
    color: inherit;
}
.newdet-page blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 3rem;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: var(--color);
    font-weight: 600;
}
.newdet-page blockquote cite::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: var(--color);
}
.newdet-page .n-content{
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.newdet-page .grid-box {
    margin-right: -12px;
}
.newdet-page .column {
    padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
    padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
    margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
    font-size: 14px;
    color: #555;
    margin: 0;
    font-weight: 400;
    transition: .5s;
    -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
    color: var(--color);
}
.newdet-page .s_link {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
    width: 50%;
    padding: 50px 0;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.newdet-page .s_link .list .img {
    width: 80px;
    height: 80px;
    min-width: 80px;
}
.newdet-page .s_link .list .img img {
    -o-object-fit: cover;
    object-fit: cover;
}
.newdet-page .s_link .list .cont {
    margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
    color: var(--color);
}
.newdet-page .s_link .list .cont .tip {
    font-size: 16px;
    line-height: 2;
    color: #444;
}
.newdet-page .s_link .list .cont .des {
    color: #000;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}
.newdet-page .s_link .list.next {
    padding-right: 0;
    padding-left: 15px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
    margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: right;
}
.newdet-page .news-comment-section {
    padding-top: 3rem;
}
.newdet-page .news-comment-section h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.newdet-page .news-comment-section form {
    margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
    padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}
.newdet-page .news-comment-section form li button {
    font-weight: 600;
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
    background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
    width: 100%;
}
@media screen and (max-width: 700px) {
    .newdet-page blockquote {
        padding: 20px 10px;
    }
    .newdet-page .grid-box {
        margin-right: 0;
    }
    .newdet-page .column {
        padding: 10px 0;
        width: 100%;
    }
    .newdet-page .column:nth-child(1) {
        padding: 10px 0;
    }
    .newdet-page .news-post-comment-wrap {
        display: block;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-comment {
        text-align: center;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-content {
        margin: 2rem 0 0 0;
    }
    .newdet-page .news-comment-section form .column {
        width: 100%;
    }
    .newdet-page .s_link .list {
        width: 100%;
    }
    .newdet-page .s_link .list.next {
        border: none;
        border-top: 1px solid #d9d9d9;
    }
}
@media screen and (max-width: 500px) {
    .newdet-page .s_link {
        margin-top: 20px;
    }
    .newdet-page .s_link .list {
        padding: 20px 0;
    }
}
.contact-page .contact-1 {
    padding: 6rem 0;
}
.contact-page .contact-1 .left {
    padding-right: 8%;
}
.contact-page .contact-1 .left h5 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 15px;
}
.contact-page .contact-1 .left p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-bottom: 1.5rem;
}
.contact-page .contact-1 .left ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #555;
    text-decoration: none;
}
.contact-page .contact-1 .left ul li .contact-link-icon {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: var(--color);
    color: #fff;
    font-size: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-page .contact-1 .left ul li .contact-link-icon i,
.contact-page .contact-1 .left ul li .contact-link-icon span {
    background: var(--color);
    color: #fff;
    width: 100%;
    text-align: center;
}
.contact-page .contact-1 .left ul li .contact-link-title {
    margin-bottom: 0px;
    color: #000;
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
    margin-top: 7px;
}
.contact-page .contact-1 .left ul li .contact-link-text {
    color: #555;
    font-size: 16px;
    line-height: 2;
}
.contact-page .contact-1 .right {
    text-align: right;
    padding-right: 15%;
}
.contact-page .contact-1 .right .form-wrap {
    position: relative;
}
.contact-page .contact-1 .right .form-wrap .form-box {
    padding: 40px;
    background: #fff;
    z-index: 3;
    margin-bottom: 30px;
    margin-right: 30px;
    text-align: left;
    border-radius: 20px;
}
.contact-page .contact-1 .right .form-wrap .form-box::before {
    content: '';
    position: absolute;
    top: 90px;
    right: 10px;
    left: 120px;
    bottom: -20px;
    background: var(--color);
    z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box::after {
    content: '';
    width: 50%;
    position: absolute;
    top: -5%;
    bottom: 55%;
    left: -5%;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box h5 {
    color: #000;
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 15px;
}
.contact-page .contact-1 .right .form-wrap .form-box li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .right .form-wrap .form-box li input,
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-page .contact-1 .right .form-wrap .form-box li input:focus,
.contact-page .contact-1 .right .form-wrap .form-box li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    height: 127px;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary {
    font-weight: 600;
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    font-size: 16px;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary:hover {
    background: #000;
}
.contact-page .contact-1 .map {
    margin-top: 4.5rem;
}
.contact-page .contact-2 {
    background: #f5f5f5;
    padding: 6rem 0;
}
.contact-page .contact-2 .header p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-bottom: 15px;
}
.contact-page .contact-2 .header .section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}
.contact-page .contact-2 .header .section-title span {
    color: var(--color);
}
.contact-page .contact-2 .content ul {
    margin-right: -2rem;
}
.contact-page .contact-2 .content ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
}
.contact-page .contact-2 .content ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}
.contact-page .contact-2 .content ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}
.contact-page .contact-2 .content ul li .title h6 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    color: #000;
}
.contact-page .contact-2 .content ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}
.contact-page .contact-2 .content ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.contact-page .contact-2 .content ul li.active .title h6 {
    color: #fff;
}
.contact-page .contact-2 .content ul li.active .title::after {
    background: #fff;
    color: var(--color);
}
@media screen and (max-width: 1366px) {
    .contact-page .contact-1 .right {
        padding-left: 10%;
    }
}
@media screen and (max-width: 1200px) {
    .contact-page .contact-1 .right {
        padding-left: 4%;
    }
    .contact-page .contact-2 .content ul li {
        width: 50%;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding: 2rem 0 0 0;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-2 .content ul li {
        width: 100%;
    }
}
.news-page.product #index-body .product .content ul li .box .text h4{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-page.product #index-body .product .content ul li .box .text p{
    overflow: unset;
    text-overflow: unset;
    display: inline-block;
}
.news-page.product #index-body .product{
    background-color: #fff;
    padding: 1.55rem 0 5rem;
}
.about-page.single,
.news-page.product.single #index-body .product{
    background-color: #f5f5f5;
}
.content{
    font-size: 16px;
    line-height: 2;
}
a.foot-link{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 400px;
    display: inline-block;
    vertical-align: middle;
}
.desc h1{
    display: inline;
}
.grid-box.three>.column.f-ab,
.grid-box.three>.column.f-news{
    width: 30%;
}
.grid-box.three>.column.f-nav{
    width: 20%;
}
.knowledge{
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
}
.mbx{
    padding: 12px 0;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 28px;
    margin-top: 132px
}
.inner-page{
    overflow: hidden;
}
.devel-list1 {
    padding: 150px 0 90px;
}
.devel-list1 .swiper-div {
    margin-top: 70px;
    position: relative;
    padding: 0 90px;
}
.devel-list1 .swiper-div .deve-swiper {
    position: relative;
    overflow: hidden;
    /*width: calc(100% - 0.75rem);*/
    padding-left: 30px;
}
.devel-list1 .swiper-div .deve-swiper .swiper-slide {
    width: 38%;
}
.devel-list1 .swiper-div .deve-swiper .swiper-slide .item-div {
    position: relative;
    height: 400px;
}
.devel-list1 .swiper-div .deve-swiper .div-litem {
    position: relative;
    height: 160px;
}
.devel-list1 .swiper-div .deve-swiper .left {
    float: left;
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
    min-height: 160px;
    width: 45%;
}
.devel-list1 .swiper-div .deve-swiper .left img {
    width: 100%;
}
.devel-list1 .swiper-div .deve-swiper .right {
    padding: 0 4%;
    float: left;
    width: 45%;
}
.devel-list1 .swiper-div .deve-swiper .div-litem.cur .yeaer {
    bottom: -70px;
}
.devel-list1 .swiper-div .deve-swiper .div-litem .yeaer {
    position: absolute;
    bottom: -25px;
    font-size: 16px;
    color: #000;
    line-height: 1;
    transform: translateX(-50%);
}
.devel-list1 .swiper-div .deve-swiper .right .name {
    font-size: 30px;
    color: #000;
    line-height: 1.2;
    transition: all 0.3s;
    font-weight: bold;
}
.devel-list1 .swiper-div .deve-swiper .right .name-p {
    font-size: 16px;
    margin-top: 20px;
    color: #666;
    line-height: 1.2;
}
.devel-list1 .swiper-div .deve-swiper .div-litem.cur .yeaer:after {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #dd6c47;
    content: "";
    top: -6px;
    left: 50%;
}
.devel-list1 .swiper-div .deve-swiper .swiper-slide .item-div .dic2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
}
.devel-list1 .swiper-div .deve-swiper .swiper-slide .item-div .dic2 .left {
    line-height: 160px;
}
.devel-list1 .swiper-div .deve-swiper .swiper-slide .item-div .dic2 .right {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.devel-list1 .swiper-div .deve-swiper .dic2 .yeaer {
    position: absolute;
    top: -70px;
    color: #000;
    line-height: 1;
    transform: translateX(-50%);
}
.devel-list1 .swiper-div .deve-swiper .deve-page {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 11px;
    background-color: transparent;
    background-image: url(../images/xiandian.png);
}
.devel-list1 .title-name {
    font-size: 36px;
    line-height: 1.2;
    
    color: #000;
    text-align: center;
}
.devel-list1 .swiper-div .deve-button-prev, .devel-list1 .swiper-div .deve-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    transition: all 0.3s;
    cursor: pointer;
}
.devel-list1 .swiper-div .deve-button-prev {
    left: 0;
    background-image: url(../images/prev.png);
}
.devel-list1 .swiper-div .deve-button-next {
    right: 0;
    background-image: url(../images/next.png);
}
.devel-list1 .swiper-div .deve-button-prev:hover {
    background-color: #e50113;
    background-image: url(../images/prev1.png);
}
.devel-list1 .swiper-div .deve-button-next:hover {
    background-color: #e50113;
    background-image: url(../images/next1.png);
}
.about-page .about-30 {
    padding: 100px 0;
    background: #eee;
}
.about-page .about-30 .left {
    vertical-align: middle;
}
.about-page .about-30 .right {
    padding-left: 5%;
    vertical-align: middle;
}
.about-page .about-30 .right h3 {
    font-size: 36px;
    
    margin-bottom: 1.5em;
}
.about-page .about-30 .right .text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}
.production-sec .pur-sec {
  padding: 48px 0;
}
.production-sec .pur-sec .mml-row {
  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;
}
.production-sec .pur-sec .mml-row .text-wrap {
  width: 100%;
  max-width: 800px;
  padding: 90px 30px 0 0;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
  font-size: 18px;
  line-height: 2;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
  width: 60%;
  max-width: 760px;
}
.production-sec .fig-sec {
  padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 38.4px;
  line-height: 1.2;
  color: var(--color);
  margin-bottom: 6px;
  width: 40%;
}
.production-sec .fig-sec .mml-row ul {
  width: 60%;
  max-width: 760px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px 0px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
  max-width: 193px;
  text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {
  font-style: normal;
  font-size: 32px;
  line-height: 2;
  color: var(--color);
  font-weight: bold;
}
.production-sec .fig-sec .mml-row ul li p {
  font-size: 18px;
  line-height: 2;
  color: #282828;
  margin-bottom: 0px;
  margin-top: 10px;
}
.production-sec .prints-sec {
  padding-bottom: 64px;
}
.production-sec .prints-sec .mml-row {
  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;
}
.production-sec .prints-sec .mml-row .img-wrap {
  width: 46%;
  /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .text-wrap {
  width: 70%;
  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;
  max-width: 760px;
  padding-left: 30px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
  margin-bottom: 25px;
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
  font-size: 18px;
  line-height: 2;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
  padding: 25px 0px;
  font-style: normal;
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 44px;
  color: #303030;
  margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
  margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
  font-weight: bold;
  font-style: normal;
  color: #000;
  font-size: 32px;
  line-height: 1.2;
  margin: 32px;
  text-align: center;
}
.production-sec .proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.production-sec .proto-sec ul li {
  display: inline-block;
  width: 25%;
  padding: 15px;
}
.production-sec .proto-sec ul li img {
  display: block;
  max-width: 100%;
}
.production-sec .proto-sec h4 {
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  color: #242424;
  text-align: center;
}
.production-sec .proto-sec p {
  font-style: normal;
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 0px;
}
.production-sec .p11-milestone {
  padding: 52px 0;
  background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .p11-milestone .title {
  margin-bottom: 32px;
}
.production-sec .p11-milestone .list ul {
  margin: -15px;
}
.production-sec .p11-milestone .list ul li {
  padding: 15px;
}
.production-sec .p11-milestone .galaxy {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.production-sec .p11-milestone .track {
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 200px;
  height: 5px;
  width: 1600px;
  -webkit-transform: translate3d(0, -2.5px, 0);
  -moz-transform: translate3d(0, -2.5px, 0);
  transform: translate3d(0, -2.5px, 0);
  will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
  position: relative;
  width: 0;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), color-stop(50%, #f35d2e), to(#f25743));
  background-image: -webkit-linear-gradient(left, var(--color) 0%, #f35d2e 50%, #f25743 100%);
  background-image: -moz-linear-gradient(left, var(--color) 0%, #f35d2e 50%, #f25743 100%);
  background-image: linear-gradient(90deg, var(--color) 0%, #f35d2e 50%, #f25743 100%);
}
.production-sec .p11-milestone .comet::after {
  content: '\20';
  position: absolute;
  z-index: 3;
  right: -6px;
  top: -3px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 80px #fff;
  box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys time {
  font-style: normal;
  color: #242424;
  font-size: 24px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
  font-style: normal;
  color: #242424;
  font-size: 16px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
  max-width: 400px;
  max-height: 250px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
  position: relative;
  width: 400px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
  bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
  top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
  top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
  bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
  opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
  -webkit-transform: translate(0, 12px);
  -moz-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
  -webkit-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
  content: '\20';
  position: absolute;
  left: 50%;
  top: 0;
  margin: -3px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color);
}
.production-sec .team-img {
  text-align: center;
}
.production-sec .team-img .text h2 {
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (max-width: 1500px) {
  .prints-sec .img-wrap {
    width: 35%;
  }
  .prints-sec .text-wrap {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .text.mod-1 h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px !important;
    padding-top: 10px !important;
  }
  .production-sec .fig-sec h2 {
    font-size: 30px;
  }
  .production-sec .prints-sec .mml-row .img-wrap {
    width: 45%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 50%;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .production-sec .pur-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec .mml-row ul {
    width: 100%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 100%;
  }
  .production-sec .pur-sec .container .text-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .production-sec .pur-sec .container .img-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .production-sec .fig-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .production-sec .fig-sec ul {
    width: 100%;
    max-width: 100%;
  }
  .prints-sec .img-wrap {
    display: none;
  }
  .prints-sec .text-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .production-sec .pur-sec {
    padding: 20px 0 !important;
  }
  .production-sec .fig-sec ul {
    display: block;
  }
  .production-sec .fig-sec ul li {
    max-width: 100%;
    padding: 20px 0;
  }
  .production-sec .fig-sec {
    display: none;
  }
  .production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 14px;
    line-height: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 14px;
    line-height: 2;
  }
}


.table {
    display: table;
    width: 100%;
    height: 100%; }

.table-cell {
    display: table-cell;
    vertical-align: middle; }

.flexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

.can-hover .img-wrap {
    overflow: hidden; }
.can-hover .img-wrap .img100 {
    transition: all 1s ease; }
.can-hover:hover .img-wrap .img100 {
    transform: scale3D(1.1, 1.1, 1.1); }

.bgImg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }

.bgef {
    background: #efefef; }

.poa50 {
    position: absolute;
    left: 50%;
    top: 50%; }

.poa100 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.sha10 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.header-nav, .search-btn {
    transition: all 0.5s; }

.hide1 {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0; }

.show1 {
    z-index: 3;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
.ability-list2 {
    line-height: 1.5;
    flex-wrap: nowrap; }
    .ability-list2 .flexBox {
        align-items: center;
    }
.ability-list2 .list-left {
    width: 50%;
 padding: 45px 0px; }
 .ability-list2 .list-left img{width: 80%;}
.ability-list2 .list-right {
    /*padding: 160px 0;*/
    /*flex: 0 0 540px;*/
    /*margin-right: 40px;*/
    width: 50%; }
.ability-list2 .ability-list2-man {
   
}
.ability-list2 .cn-font18 {
    font-size: 16px;
    margin: 2em 0 3em; }
.ability-list2 .num-item {
    text-align: center;
    flex: 1;
    line-height: 1.1;
    font-size: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
.ability-list2 .num-item:first-child {
    border-left: none; }
.ability-list2 .num-txts {
    display: block; }
.ability-list2 .num-num0 {
    margin-bottom: 10px;
    display: block; }

.ability-list3 {
    padding:80px 0;
    line-height: 1.5;
    flex-wrap: nowrap; }
.ability-list3 .list-left {
    position: relative;
    flex: 0 0 auto;
    width: auto; }
.ability-list3 .list-right {
    flex: 0 0 840px;
    width: 840px;
    margin-left:80px; }
.ability-list3 .text-item {
    margin-bottom: 20px;
    flex: 0 0 auto;
    margin-right: 80px; }
.ability-list3 .text-item:nth-child(3n) {
    margin-right: 0; }
.ability-list3 .text-item-wrap {
    margin-bottom:40px; }
.ability-list3 .cn-font13 {
    line-height: 26px; }
.ability-list3 .cn-font17 {
    line-height: 18px; }
.ability-list3 .cn-font16 {
    font-size: 18px;
    line-height: 2; }
.ability-list3 .item-ico {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    width: 44px;
    height: 44px; }
.ability-list3 .item-content {
    font-size: 14px;
    position: relative;
    padding-left: 74px; }
.in-about-about-text{
    padding: 0px 0px;
}
.moudle-titles1 {
    text-align: center;
    padding: 50px 0 44px;
}
.color8 {
    color: #888;
}
.in-about-about-text .down-box{
    display: inline-block;
    text-align: center;
}
.in-about-about-text .down-box h4{
    font-size: 18px;
}
.in-about-about-text .down-box .d-more a{
    width: 125px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    background-color: #f8ce67;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}
.bgf9 {
    background: #f9f9f9;
}
.colorf {
    color: #fff;
}
.cn-font42 {
    font-size: 28px;
}
.moudle-titles1 .moudle-font42 {
    font-size: 28px;
    line-height: 1.3;
}
.recruits-list3 .m-img {
    display: none;
}
.recruits-list3 .swiper-slide:hover .txts-mains{
    height: auto;
    color: #fff;
}
.recruits-list3 .swiper-slide:hover .txts-mains p{
    color: #fff;
}

.recruits-list3 .list3-txts {
    padding: 28px;
    height: auto;
    width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
}
.recruits-list3 {
    padding: 72px 0;
}
.recruits-list3 .img-wrap {
    height: 355px;
}
.recruits-list3 .swiper-slide {
    position: relative;
    color: #fff;
    text-align: center;
}
.recruits-list3 .ico-wrap {
    width: 40px;
    margin: 0 auto 20px;
}
.recruits-list3 .list3-h5 {
    font-size: 20px;
    line-height:2;
}
.recruits-list3 .list3-h5:after {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: #fff;
    margin: 20px auto;
}
.recruits-list3 .txts-mains {
    font-size: 14px;
    line-height: 28px;
    transition-duration: .3s;
    height: 0;
    overflow: hidden;
}
.recruits-list3 .scroll-wrap,.recruits-list3 .txts-mains.autoHeight {
    height: 168px;
}
.white .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff !important;
}
.white .mCSB_scrollTools .mCSB_draggerRail {
    background: #fff !important;
}
@media(min-width: 768px) {
    .onLine-list2 .m-img {
        display: none;
    }
}
@media(max-width: 1270px) {
    .recruits-list3 .ico-wrap {
        width: 30px;
        margin-bottom: 10px;
    }
    .recruits-list3 .list3-h5:after {
        margin: 10px auto;
    }
    .recruits-list3 .list3-h5 {
        font-size: 16px;
        line-height: 30px;
    }
    .recruits-list3 .img-wrap {
        height: 280px;
    }
    .recruits-list3 .scroll-wrap,.recruits-list3 .txts-mains,.recruits-list3 .txts-mains.autoHeight {
        height: 96px;
    }
    .recruits-list3 .txts-mains {
        font-size: 12px;
        line-height: 24px;
    }
}
.submit-input,.submit-inputs {
    position: relative;
}
.submit-input.disable,.submit-inputs.disable {
    background: #999 !important;
}
.new-pro {
    position: relative;
}
.new-pro:after {
    width: 40px;
    height: 40px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/new-pro1.png);
    background-size: 40px !important;
}
.new-pro.cur:after,.new-pro:hover:after {
    background: url(../img/new-pro1on.png);
}
#cnzz_stat_icon_1276754625 {
    display: inline-block;
    width: 50px;
    height: 12px;
}
#cnzz_stat_icon_1276754625 a,#cnzz_stat_icon_1276754625 img {
    display: block;
    width: 50px;
    height: 12px;
}
@media(max-width: 1270px) {
    .xinjiaimgdiv .pc-imgixn{
        display:none;
    }
    .xinjiaimgdiv .pho-imgixn{
        display:block;
        position:relative;
    }
    .xinjiaimgdiv .pho-imgixn .title-xin{
        position: absolute;
        top: 4%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        text-align: center;
    }
    .xinjiaimgdiv .pho-imgixn .title-xin .xinname {
        font-size: 20px;
        line-height: 1.25;
    }
    .xinjiaimgdiv .pho-imgixn .title-xin .xin-p{
        font-size: 13px;
        line-height: 24px;
        color: #666;
        margin-top:6px;
    }
}
.recruits-list2 {
    min-height: 400px;
    padding-bottom:80px; }
.recruits-list2 .recruits-nav {
    flex: 0 0  300px;
    width: 300px; }
.recruits-list2 .recruits-nav-name {
    font-size: 24px;
    color: #fff;
    line-height: 80px;
    padding-left: 36px;
    background: var(--color); }
.recruits-list2 .scroll-wrap {
    max-height: 640px; }
.recruits-list2 .recruits-nav-a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    padding: 20px 36px;
    border-bottom: 1px solid #fff;
    background: #f4f4f4;
    transition-duration: .5s; }
.recruits-list2 .recruits-nav-a:before{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 6px;
    height: 0;
    transition-duration: .5s;
    background: var(--color);
    position: absolute; }
.recruits-list2 .recruits-nav-a:hover, .recruits-list2 .recruits-nav-a.cur {
    background: #fff; }
.recruits-list2 .recruits-nav-a:hover:before, .recruits-list2 .recruits-nav-a.cur:before,
.recruits-list2 .recruits-nav-a.active:before{
    height: 100%; }

.recruits-list2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ee772b !important; }
.recruits-list2 .mCSB_scrollTools {
    width: 6px !important; }
.recruits-list2 .mCSB_inside > .mCSB_container {
    margin-right: 0 !important; }
.recruits-list2 .mCSB_scrollTools .mCSB_draggerRail {
    background: #f4f4f4 !important; }
.recruits-list2 .recruits-info {
    flex: 0 0 calc(100% - 324px);
    width: calc(100% - 324px);
    background: #f4f4f4; }
.recruits-list2 .recruits-info-contents {
    padding: 44px 64px 100px;
    display:none;
    opacity: 1;
    transform: translateY(20px);
    line-height: 1.8;
    font-size: 16px;
    transition-duration: .3s; }
.recruits-list2 .recruits-info-contents:nth-child(1){
    display:block;
}
.recruits-list2 .recruits-info-contents.cur {
    opacity: 1;
    transform: translateY(0); }
.recruits-list2 .recruits-position-name {
    font-size: 20px;
    line-height: 1.2;
    color: #444;
    padding-bottom: 4px; }
.recruits-list2 .recruits-para-wrap {
    justify-content: flex-start;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px; }
.recruits-list2 .para-item {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #444;
    position: relative;
    padding-left: 30px; }
.recruits-list2 .para-item:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #cfcfcf;
    left: 15px;
    top: 4px; }
.recruits-list2 .para-item:first-child {
    padding-left: 0; }
.recruits-list2 .para-item:first-child:before {
    display: none; }
.recruits-list2 .recruits-bot-item {
    font-size: 14px;
    line-height: 34px;
    padding-top: 30px; }
.recruits-list2 .recruits-bot-h5 {
    color: #444; }
.recruits-list2 .recruits-bot-detial {
    color: #888; }
.recruits-list2 .recruits-a {
    display: block;
    margin-top: 42px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    padding-left: 24px;
    background: #ee772b url(../img/recruits-a.png) no-repeat right 24px center;
    transition-duration: .3s; }
.recruits-list2 .recruits-a:hover {
    background: #ee772b url(../img/recruits-a.png) no-repeat right 18px center; }

.team-page h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 1em;
    display: block;
    text-align: center;
}
.team-page .team-1 {
    padding: 80px;
}
.team-page .team-1 ul {
    margin: -10px;
}
.team-page .team-1 ul li {
    padding: 10px;
}
.team-page .team-1 ul .slick-arrow{
  position: absolute;
    top: 42%;
    width: 36px;
	  height: 60px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    transition: .5s;
}
.team-page .team-1 ul .slick-arrow:hover{
    background-color: rgba(199,15,24,0.6)
}
.team-page .team-1 ul .slick-prev{
  left: 0;
  background: url(../images/banner-btn-l.png) no-repeat center rgba(0,0,0,0.6);
}
.team-page .team-1 ul .slick-next{
  right: 0;
  background: url(../images/banner-btn-r.png) no-repeat center rgba(0,0,0,0.6);
}
.team-page .team-2 {
    padding-bottom: 80px;
}

.team-page .team-2 ul li a {
    display: block;
    border: 1px solid #eee;
    margin: -1px;
    padding: 30px;
}
.ability-list2 {
    padding: 40px 0;
}
.recruits-list3 .recruits-list3-banner .swiper-wrapper {
    flex-wrap: unset;
}
@media(max-width: 1400px) {
  .cn-font42 {
        font-size: 22px;
    }
    .ability-list2 .cn-font18 {
        font-size: 14px;
    }
    .ability-list2 .num-item {
        font-size: 16px;
    }
    .recruits-list2 .recruits-info-contents {
        padding: 25px;
        font-size: 14px;
    }
    .recruits-list2 .recruits-nav-name {
        font-size: 20px;
    }
    .recruits-list2 .recruits-nav-a {
        padding: 15px 20px;
    }
    .recruits-list3 .recruits-list3-banner .swiper-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .recruits-list3 .recruits-list3-banner .swiper-wrapper .swiper-slide {
        width: 49% !important;
        margin-bottom: 20px;
        margin-right: 0 !important;
    }
}
@media(max-width: 1250px) {
  .ability-list2 .list-left img {
        width: 95%;
    }
}
@media(max-width: 1000px) {
    .ability-list2 .list-left {
        display: none;
    }
    .ability-list2 .list-right {
        width: 100%;
    }
    .recruits-list2 .recruits-nav {
        display: none;
    }
    .recruits-list2 .recruits-info {
        width: 100%;
        flex: unset;
    }
    .recruits-list2 .recruits-info-contents {
        display: block !important;
        border-top: 10px solid white;
        transform: translateY(0);
    }
}
@media(max-width: 500px) {
    .ability-list2 .num-item-wrap {
        display: none;
    }
    .ability-list2 .cn-font18 {
        margin-bottom: 0;
    }
    .recruits-list3 .recruits-list3-banner .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
}

.i-advantage {
  padding-bottom: 100px;
  background-color: #f6f6f7;
}
.i-advantage .h2 {
    font-size: 72px;
    font-weight: bold;
}
.i-advantage .list {
  margin-top: 80px;
}
.i-advantage .list ul {
  margin: -10px;
}
.i-advantage .list ul li {
  padding: 10px;
  width: 21%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.i-advantage .list ul li.active {
  width: 37%;
}
.i-advantage .list ul li.active .box::before {
  opacity: 0;
}
.i-advantage .list ul li.active .box .default {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.i-advantage .list ul li.active .box .mask {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.i-advantage .list ul li .box {
  border-radius: 10px;
  overflow: hidden;
  height: 500px;
  position: relative;
}
.i-advantage .list ul li .box > img {
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.i-advantage .list ul li .box::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /*background-image: -webkit-linear-gradient(45deg, #131c23, #131c23);
  background-image: -moz-linear-gradient(45deg, #131c23, #131c23);
  background-image: linear-gradient(45deg, #131c23, #131c23);
  mix-blend-mode: color;*/
  border-radius: inherit;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.i-advantage .list ul li .box .name {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}
.i-advantage .list ul li .box .default {
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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: 90px 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.i-advantage .list ul li .box .default .name {
  color: white;
  margin-top: 40px;
  margin-bottom: auto;
}
.i-advantage .list ul li .box .default .advBtn {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 25px;
  color: white;
  font-size: 20px;
  background-color: var(--color);
}
.i-advantage .list ul li .box .mask {
  bottom: 25px;
  left: 25px;
  right: 25px;
  background-color: white;
  padding: 25px;
  border-radius: 15px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.i-advantage .list ul li .box .mask i {
  top: 0;
  right: 25px;
  width: 66px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--color);
  border-radius: 0 0 10px 10px;
}
.i-advantage .list ul li .box .mask i img {
  vertical-align: middle;
}
.i-advantage .list ul li .box .mask .name {
  color: var(--color);
  padding-right: 70px;
}

.i-advantage .list ul li.active .box > img {
  filter: none;
}

@media (max-width: 1400px) {
  .i-advantage .list ul li .box .name {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .i-advantage {
    padding-top: 60px;
  }
  .i-advantage .list {
    margin-top: 40px;
  }
  .i-advantage .list ul li {
    width: 50%;
  }
  .i-advantage .list ul li.active {
    width: 50%;
  }
  .i-advantage .list ul li .box {
    height: auto;
  }
  .i-advantage .list ul li .box::before {
    opacity: 0;
  }
  .i-advantage .list ul li .box .default {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  .i-advantage .list ul li .box .mask {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 15px;
  }
  .i-advantage .list ul li .box .name {
    font-size: 16px;
  }
  .i-advantage .list ul li .box .mask i {
    display: none;
  }
}
@media (max-width: 700px) {
  .i-advantage {
    display: none;
  }
}
.application-page{
    padding: 6% 0;
}
.application-page #index-body .application{
    background: transparent;
}
.application-page #index-body .application .right{
    padding-left: 0;
}
.application-page #index-body .application .right .list ul li:nth-child(even) {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.market-page{
    padding: 6% 0;
}
.cus-page .cus-2 {
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cus-page .cus-2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #c70f18;
  z-index: -1;
}
.cus-page .cus-2 .ui.container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cus-page .cus-2 .ui.container a.more {
  background: #fff;
  transition: 0.3s all;
  color: #000;
}
.cus-page .cus-2 .ui.container a.more:hover {
  transition: 0.3s all;
  color: #fff;
  background: #000;
}
.cus-page .cus-2 .ui.container .h2 {
  font-weight: 700;
  color: #fff;
}
.cus-page .cus-2 .ui.container p {
  line-height: 2;
  margin-top: 20px;
  max-width: 880px;
}
.cus-page .cus-2 .ui.container a.more {
  min-width: 218px;
}
.font-50 {
  font-size: 50px;
}
.gxs-4 {
  padding: 55px 0;
  position: relative;
}
.gxs-4:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 200px;
  background: #edf0f2;
  top: 0;
  z-index: -1;
}
.gxs-4 .ui.container {
  padding: 0 40px;
  position: relative;
}
.gxs-4 .ui.container span.btn {
  position: absolute;
  top: 27%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.gxs-4 .ui.container span.btn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.gxs-4 .ui.container span.btn.slick-prev {
  left: 0;
}
.gxs-4 .ui.container span.btn.slick-next {
  right: 0;
}
.gxs-4 .ui.container ul.productlist {
  margin: 0 -15px;
}
.gxs-4 .ui.container ul.productlist li {
  padding: 0 15px;
}
.gxs-4 .ui.container ul.productlist li .item {
  text-align: center;
}
.gxs-4 .ui.container ul.productlist li .item span {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}
.gxs-4 .ui.container ul.productlist li .item .img-box {
  border-radius: 100%;
  width: 289px;
  height: 289px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 25px;
}
.gxs-4 .ui.container ul.productlist li .item .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.gxs-4 .ui.container ul.productlist li .item .textbox {
  margin-top: 20px;
}
.gxs-4 .ui.container ul.productlist li .item .textbox .tit {
  margin-bottom: 15px;
}
.gxs-4 .ui.container ul.productlist li .item .textbox .tit a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-4 .ui.container ul.productlist li .item .textbox .tit a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #c70f18;
}
@media screen and (max-width: 1000px) {
  .cus-page .cus-2 {
    height: auto;
    padding: 20px;
  }
  .cus-page .cus-2 .ui.container {
    flex-wrap: wrap;
  }
  .font-50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .font-50 {
    font-size: 20px;
  }
}
.p98 {
  padding-top: 4.9rem;
}
.p98_ {
  padding-bottom: 4.9rem;
}
.rn_case_info > .box .boxLeft {
    width: 60%;
}
.rn_case_info > .box .boxLeft .content1 span {
    display: inline-block;
    width: 48px;
    height: 2px;
    background: #c70f18;
    margin-top: 24px;
}
.rn_case_info > .box .boxLeft .content2 {
    margin-top: 32px;
    font-size:16px;
    color: #666;
    line-height: 30px;
}
.rn_case_info > .box .boxLeft .content3 {
    margin-top: 48px;
}
.rn_case_info > .box .boxLeft .content3 .item {
    padding: 0 4.5rem;
    border-right: 1px solid #ddd;
}
.rn_case_info > .box .boxLeft .content3 .item:last-child {
    border: 0;
}
.rn_case_info > .box .boxLeft .content3 .item:first-child {
    padding-left: 0;
}
.rn_case_info > .box .boxLeft .content3 .item div {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.rn_case_info > .box .boxLeft .content3 .item div:last-child {
    margin-bottom: 0;
}
.rn_case_info > .box .boxLeft .content4 {
    margin-top: 3.9rem;
}
.rn_case_info > .box .boxLeft .content4 .item {
    margin-right: 1.3rem;
}
.rn_case_info > .box .boxLeft .content4 .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #c70f18;
    font-weight: bold;
    width: 230px;
    text-align: center;
    line-height: 52px;
    border: 1px solid #c70f18;
    transition: 0.3s;
}
.rn_case_info > .box .boxLeft .content4 .item a img {
    margin-right: 5px;
}
.rn_case_info > .box .boxLeft .content4 .item a .img2 {
    display: none;
}
.rn_case_info > .box .boxLeft .content4 .item a:hover {
    background: #c70f18;
    color: #fff;
}
.rn_case_info > .box .boxLeft .content4 .item a:hover .img1 {
    display: none;
}
.rn_case_info > .box .boxLeft .content4 .item a:hover .img2 {
    display: inline-block;
}
.rn_case_info > .box .boxRight {
    width: 35%;
}
.rn_case_info > .box .boxRight p {
    overflow: hidden;
}
.rn_case_info > .box .boxRight p img {
    width: 100%;
    transition: 0.4s;
    border-radius: 40px;
}
.rn_case_info > .box .boxRight p:hover img {
    transform: scale(1.1);
}
.case_three {
    background: #f8f8f8;
}
.case_three .box ul {
    display: flex;
    margin-right: -16px;
    flex-wrap: wrap;
}
.case_three .box ul li {
    background: #fff;
    width: 32%;
    box-sizing: border-box;
    padding: 1.6rem;
    font-size: 16px;
    line-height: 2;
    margin-right: 16px;
    margin-bottom: 16px;
    border-radius: 40px;
}

.case_three .box ul.two li {
    width: calc(50% - 16px);
}
.case_three .box ul.three li {
    width: calc(33.333% - 16px);
}
.case_three .box ul.four li {
    width: calc(25% - 16px);
}
.case_three .box ul.five li {
    width: calc(20% - 16px);
}
.case_three .box ul li strong,
.case_three .box ul li h4 {
    font-size: 19px;
    color: #000;
    margin: 12px 0;
    display: block;
    text-transform: uppercase;
}
.case_three .box ul li p{
     overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case_fangAn .box .boxleft {
    width: 50%;
}
.case_fangAn .box .boxleft img {
    width: 100%;
}
.case_fangAn .box .boxRight {
    width: 50%;
    padding-top: 2rem;
}
.case_fangAn .box .boxRight table {
    width: 100%;
}
.case_fangAn .box .boxRight table th {
    background: #c70f18;
    color: #fff;
    height: 3.9rem;
    box-sizing: border-box;
    width: 20%;
    padding: 0 16px;
    font-size: 18px;
    border: 1px solid #eee;
}
.case_fangAn .box .boxRight table th:nth-child(2) {
    width: 30%;
}
.case_fangAn .box .boxRight table th:nth-child(3) {
    width: 8%;
}
.case_fangAn .box .boxRight table th:nth-child(4) {
    width: 22%;
}
.case_fangAn .box .boxRight table td {
    width: 12%;
    padding: 0 1.1rem;
    font-size: 18px;
    height: 3.9rem;
    border: 1px solid #eee;
}
.case_fangAn .box .boxRight table td:nth-child(4) {
    font-size: 16px;
}
.case_fangAn .box .boxRight table td a {
    font-size: 16px;
    color: #c70f18;
}
.case_fangAn .box .boxRight table td a span{
    font-size: 16px;
}
.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;
}
.flex_start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
   .flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
 .index_title .box .left {
  font-size: 2.4rem;
}
.index_title .box .biaoti {
  font-size: 20px;
  color: #666;
  margin-top: 12px;
}
.rn_case1 {
    background: #f8f8f8;
}
.flexCenter {
    display: flex;
    justify-content: center;
}
.rn_case .box .list .item {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 30px;
}
.rn_case .box .list .item:nth-child(4n) {
    margin-right: 0;
}
.rn_case .box .list .item a {
    display: block;
    position: relative;
}
.rn_case .box .list .item a .img {
    position: relative;
    overflow: hidden;
}
.rn_case .box .list .item a .img img {
    width: 100%;
    transition: 0.4s;
}
.rn_case .box .list .item a .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.rn_case .box .list .item a .text {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    padding: 0 1rem;
    transition: 0.4s;
}
.rn_case .box .list .item a .text h5 {
    font-size: 18px;
    color: #fff;
}
.rn_case .box .list .item a .text h6 {
    font-size: 16px;
    color: #fff;
    margin-top: 0.9rem;
}
.rn_case .box .list .item a .text p {
    margin-top: 1.5rem;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 18px;
    opacity: 0;
    transition: 0.4s;
}
.rn_case .box .list .item:hover a .img img {
    transform: scale(1.1);
}
.rn_case .box .list .item:hover a .text {
    bottom: 2.25rem;
}
.rn_case .box .list .item:hover a .text p {
    opacity: 1;
}
#index-body .partner .content {
  margin-top: 39px;
}
#index-body .partner .content ul {
  margin-right: -16px;
}
#index-body .partner .content ul li {
  padding-right: 16px;
}
.db .grid-box{
  -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;
}
.db .grid-box .left{
    width: 46.093%;
    background: #c70f18;
    color: #fff;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    padding: 60px 0;
}
.db .grid-box .left .ig{
    max-width: 660px;
    margin: 0 auto;
    padding: 0 15px;
}
.db .grid-box .left .ig .mbx{
    background: transparent;
}
.db .grid-box .left .ig h1,
.db .grid-box .left .ig h2{
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 20px;
}
.db .grid-box .left .ig .desc{
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    max-height: 138px;
    padding-right: 6px;
    overflow-y: auto;
}
.db .grid-box .left .ig .desc::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.db .grid-box .left .ig .btn{
    margin-top: 50px;
}
.db .grid-box .left .ig .btn .more{
    padding: 14px 26px;
}
.db .grid-box .left .ig .btn .more:first-child{
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}
.db .grid-box .left .ig .btn .more:first-child:hover{
    background: transparent;
    color: #fff;
}
.db .grid-box .left .ig .btn .more:last-child{
    background: transparent;
    border: 1px solid #fff;
    margin-left: 10px;
}
.db .grid-box .left .ig .btn .more:last-child:hover{
    background: #fff;
    color: #000;
}
.db .grid-box .right{
    width: 53.907%;
    height: auto;
}
.db .grid-box .right img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1280px) {
  .db .grid-box .left .ig h1{
      font-size: 30px;
  }
  .case_three .box ul.five li{
      width: calc(25% - 16px);
  }
}
@media screen and (max-width: 1000px) {
  .db .grid-box .left{
     width: 100%
  }
  .db .grid-box .left .ig{
      max-width: 600px;
  }
  .db .grid-box .right{
      display: none;
  }
  .case_three .box ul.five li{
      width: calc(33.3333% - 16px);
  }
  .mbx{
      margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .db .grid-box .left{
      padding: 30px 0;
  }  
  #footer .f-copy a.foot-link{
      display: none!important;
  }
  #footer .f-copy span{
      display: block;
  }
  .case_three .box ul.five li{
      width: calc(50% - 16px);
  }
  .rn_case_info>.box .boxLeft{
      width: 100%;
  }
  .rn_case_info>.box .boxRight{
      width: 100%;
      padding: 20px 0 0 0;
  }
  .rn_case .box .list .item{
      width: 48.7%;
  }
}
@media screen and (max-width: 500px) {
  .mbx{
      font-size: 14px;
      line-height: 2;
  }
      .db .grid-box .left .ig h1 {
        font-size: 24px;
        line-height: 1.5;
        margin-top: 9px;
    }
    .db .grid-box .left .ig .btn{
        margin-top: 30px;
    }
    .case_three .box ul.five li{
      width: calc(100% - 16px);
  }
  .rn_case .box .list .item{
      width: 100%;
      margin-right: 0;
  }
}

/*2025-4-3*/
.product-page .category{
    margin-top: 30px;
}
.product-page .category .left{
    width: 65%;
    padding-right: 30%;
    position: relative;
    padding-left: 150px;
}
.product-page .category .right{
    width: 35%;
    padding-left: 70px;
    position: relative;
}
.product-page .category h5 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-page .category .left .select {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
}
.product-page .category .left .select span {
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 16px;
    color: #888a88;
    display: block;
}
.product-page .category .left .select span i {
    float: right;
    line-height: inherit;
}
.product-page .category .left .select ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 15px;
    display: none;
    z-index: 10;
}
.product-page .category .left .select ul li {
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px #eee dashed;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .category .left .select ul li a:hover{
    color: #e50113;
}
.product-page .category .left .select:hover ul{
    display: block;
}
.product-page .category .right .search {
    position: relative;
}
.product-page .category .right .search input {
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
}
.product-page .category .right .search input[type=submit] {
    width: 40px;
    position: absolute;
    background: url(../images/icon-search-black.png) center center no-repeat;
    background-size: 14px;
    border: none;
    right: 0;
    top: 0;
}
@media screen and (max-width: 1000px) {
   .product-page .category{
       display: none;
   } 
}
.about-page .about-1 {background-color: #f4f3f3;
    background-image: url(/template/en/images/aboutbg.jpg);
        background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100%;padding: 100px 0px;}
.about-page .about-1 .left{
  vertical-align: middle;  
}
.about-page .about-1 .right{
    vertical-align: middle;
    padding-left: 7%;
}
.about-page .about-1 .right  .col {
    display: grid;
    justify-content: space-between;
    grid-auto-flow: row;
    align-content: space-between;
}
.about-page .about-1 .right  .col>div {
    line-height: .95;
    text-transform: uppercase;
    font-size: 120px;
    font-style: italic;
    color: #000;
    font-weight: bold;
    /*-webkit-transition: .1s;
  -moz-transition: .1s;*/
  transition: 1s;
}
.about-page .about-1 .right  .col>div:nth-of-type(2) {
    text-align: right;
     line-height: .95;
    text-transform: uppercase;
}
.about-page .about-1 .right  .col>div:nth-of-type(3) {
    text-align: center;
    line-height: .95;
    text-transform: uppercase;
    color: var(--color);
}

#header .navChild {
  background-color: white;
  padding-left: 40px;
  padding-right: 70px;
  position: absolute;
  z-index: 10;
  top: 98%;
  left: 0;
  width: 100%;

}
#header .navChild .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #f8f8f8;
  max-height: 0;
  overflow: hidden;
    transition: .5s;
}
#header .navChild .box.active {

    max-height: 700px;
}
#header .navChild .slide {
  width: 25%;
  padding: 30px 20px;
  border-right: 1px solid #eee;
}
#header .navChild .slide .link ul li {
  font-size: 16px;
}
#header .navChild .slide .link ul li a {
  padding: .6em 0;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: .3em;
}
#header .navChild .slide .link ul li a:hover,
#header .navChild .slide .link ul li a.active {
  padding: .6em 1em;
  background-color: white;
  color: var(--color);
}
#header .navChild .slide .info a.img-box {
  display: block;
}
#header .navChild .slide .info .text {
  margin-top: 1.5em;
  opacity: .7;
}
#header .navChild .slide:not(:first-child) .link ul li a:hover,
#header .navChild .slide:not(:first-child) .link ul li a.active {
  background-color: #eee;
}
#header .navChild .slide:first-child {
  background-color: #eee;
}
#header .navChild .slide:last-child {
  width: 35%;
  border-right: none;
  padding-right: 0;
}
#index-body .Auxil-application .ui.container{max-width: 1400px;}
@media screen and (max-width: 1000px){
  .product-page .Ctogry .img,
  .prodet-page .product-box .prodet-1 .left,
  .prodet-page .product-box .prodet-1 .right,
  .about-page .about-5 .left,
  .about-page .about-5 .right{
      width: 100%;
  }  
  .product-page .Ctogry .text{
      width: 100%;
      padding: 10px 0;
  }
  .product-page .Ctogry .Auxil-h1{
      margin-top: 0;
  }
  .prodet-page .product-box .prodet-1 .right{
      padding: 30px 0 0 0;
  }
  .about-page .about-5 .left{
      padding-right: 0;
  }
  .about-page .about-5 .right{
      margin-top: 30px;
  }
  .news-page .sideright .list ul li{
      width: 50%;
  }
  .case_three .box ul.three li {
     width: calc(50% - 16px); 
  }
  .rn_case .box .list .item{
      width: 33.3333%;
  }
  .team-page .team-1{
      padding: 60px 0;
  }
  .team-page .team-2 ul li{
      width: 25% !important;
  }
  .about-page .about-1 .right{
      display: none;
  }
  .application-page #index-body .application .right{
      display: block;
  }
}
@media screen and (max-width: 700px) {
  .news-page .sideright .list ul li{
      width: 100%;
  }
   .about-page .about-1{
        padding: 30px 0 60px;
    }
  .case_three .box ul.three li {
     width: calc(100% - 16px); 
  }
  .rn_case .box .list .item{
      width: 50%;
  }
  .team-page .team-2 ul li{
      width: 33.3333% !important;
  }
  .team-page .team-1{
      padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .rn_case .box .list .item{
      width: 100%;
  }
  .team-page .team-2 ul li{
      width: 50% !important;
  }
}

.newdet-page .n-content h3{
    color: var(--color);
    font-size: 24px;
    line-height: 1.8;
    padding: 10px 0;
    font-weight: 900;
}
.newdet-page .n-content h4{
    font-size: 20px;
    line-height: 1.8;
    padding: 5px 0;
    font-weight: 700;
}

#mobile .menu-content .menu-list ul li{
    line-height: 30px;
    font-size: 16px;
}
#mobile .menu-content .menu-list ul li li a{
    line-height: 2;
}
.seoIndustry.Auxil-industry h4{
    font-size: 24px;
    line-height: 1.8;
    padding: 10px 0;
    font-weight: 800;
    color: var(--color);
}
.seoPublic .seoIndustry.Auxil-industry .text a{
    color: unset;
}

table.separatorimg td, 
table.separatorimg th{
    border: unset;
}

table.separatorimg tr:nth-child(even){
    background: unset;
}

.prodet-page .product-box .prodet-3.newsdet-3 {
    padding: 100px 0 150px;
}
.prodet-page .product-box .prodet-3.newsdet-3 ul li .box .content h3 a{
    min-height: 3.7em;
    display: block;
    transition: 0s;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
@media screen and (max-width: 700px) {
.prodet-page .product-box .prodet-3.newsdet-3 {
    padding: 50px 0 70px;
}
}

.product-page .Ctogry .img{
    position: relative;
}
.product-page .Ctogry .img .play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    
}