@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype'), url(../fonts/Montserrat-SemiBold.eot) format('eot'), url(../fonts/Montserrat-SemiBold.woff) format('woff'), url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url(../fonts/Oswald-Bold.ttf) format('truetype'), url(../fonts/Oswald-Bold.eot) format('eot'), url(../fonts/Oswald-Bold.woff) format('woff'), url(../fonts/Oswald-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Oswald-Heavy';
  src: url(../fonts/Oswald-Heavy.ttf) format('truetype'), url(../fonts/Oswald-Heavy.eot) format('eot'), url(../fonts/Oswald-Heavy.woff) format('woff'), url(../fonts/Oswald-Heavy.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #8e8e8e;
}
textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.font-20{
  line-height: 36px;
}
input::-moz-placeholder {
  color: #8e8e8e;
}
input:-moz-placeholder {
  color: #8e8e8e;
}
input:-ms-input-placeholder {
  color: #8e8e8e;
}
body {
  margin: 0;
  padding: 0;
  --color: #e62129;
  --blue: #0c409f;
  font-family: 'Montserrat-Regular';
  --font: 'Oswald-Bold';
  --main-font: 'Montserrat-SemiBold';
  background-color: #fff;
  max-width: 1920px;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1655px;
  margin: 0 auto;
  position: relative;
}
.ui.pro-container {
  width: 1550px;
}
#header.active {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header.active{
  background-color: #121212;
}
#header.active .nav-t{
  height: 0;
}
#header .nav-t {
  height: 50px;
  overflow: hidden;
  background-color: #121212;
  transition: all 0.5s;
}
#header .nav-t ul {
  height: 50px;
  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-t ul li {
  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-right: 45px;
}
#header .nav-t ul li span {
  margin-left: 15px;
  font-size: 14px;
  color: white;
}
#header .nav-t .share a {
  color: white;
  margin-right: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav-t .share a i {
  font-size: 20px;
}
#header .nav-t .share a:hover {
  color: var(--color);
}
#header .nav-t .share a:last-child {
  margin-right: 0;
}
#header .nav {
  position: relative;
  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;
  height: 100px;
}
#header .nav .ui.menu {
  margin-left: auto;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
.font-18{
  line-height: 32px;
}
#index-body .about .img_box .content{
  display: inline;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 45px;
  font-size: 16px;
  line-height: 30px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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 .menu-box ul.menu > li.cur > a::after{
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li.cur > a{
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-left: 8px;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-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-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: var(--blue);
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-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 .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}
#header .nav .header-right .h-search {
  cursor: pointer;
}
#header .nav .header-right .h-inquiry {
  width: 190px;
  height: 50px;
  background-color: #2a2c31;
  cursor: pointer;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#header .nav .header-right .h-inquiry span {
  margin-right: 10px;
}
#header .nav .header-right .h-inquiry img {
  filter: brightness(0) invert(1);
}
#header .nav .header-right .h-inquiry:hover {
  background-color: var(--blue);
}
.language-box {
  margin-left: 20px;
  margin-right: 20px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language 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;
}
.home-title h3 {
  font-family: var(--font);
  line-height: 1;
  font-size: 45px;
  text-transform: uppercase;
}
.home-title h3::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 22px;
  background: url("../images/nav-tag.png") no-repeat;
  -webkit-transform: translateY(-35px);
  -moz-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  transform: translateY(-35px);
  margin-right: 15px;
}
.btn-go {
  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-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid var(--color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}
.btn-go span {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go:hover span {
  margin-right: 15px;
}
.text-h:hover {
  color: var(--color);
}
.text-color {
  color: var(--color);
}
.text-family {
  font-family: var(--font);
  color:#232323;
}
.text-transform {
  text-transform: uppercase;
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  left: 50%;
  bottom: 150px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
  color: white;
}
#banner .banner-content ul li .content p{
  max-width: 840px;
  margin: 0 auto;
}
#banner .banner-content ul li .content h2 {
  font-size: 94px;
  font-family: var(--font);
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  max-width: 75%;
  margin: 0 auto 15px;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-content ul .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 55px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
}
#banner .banner-content ul .slick-dots li.slick-active {
  border-color: white;
}
#banner .banner-content ul .slick-dots li.slick-active button {
  color: white;
}
#banner .banner-content ul .slick-dots li.slick-active:before {
  opacity: 1;
}
#banner .banner-content ul .slick-dots li {
  margin-right: 120px;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content ul .slick-dots li:last-child {
  margin-right: 0;
}
#banner .banner-content ul .slick-dots li:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-color: white;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content ul .slick-dots li button {
  background-color: transparent;
  border: none;
  color: #9e9e9e;
  font-size: 18px;
  font-family: var(--font);
  margin-top:-4px;
}
@-webkit-keyframes img_fly {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(600px);
    transform: translateY(600px);
  }
}
@-moz-keyframes img_fly {
  0% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -moz-transform: translateY(600px);
    transform: translateY(600px);
  }
}
@keyframes img_fly {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(600px);
    -moz-transform: translateY(600px);
    transform: translateY(600px);
  }
}
@-webkit-keyframes img_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes img_rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes img_scale {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes img_scale {
  0% {
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes img_scale {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
#index-body .category {
  padding: 100px 0;
}
#index-body .category ul{
  margin: 75px 0 0;
  position: relative;
}
#index-body .category ul .slick-arrow{
  position: absolute;
  top:35.5%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background-color: #f8f8f8;
  border: none;
  border-radius: 50%;
  transition: all 0.5s;
  z-index: 10;
  color: transparent;
}
#index-body .category ul .slick-arrow:hover{
  background-color: var(--blue);
}
#index-body .category ul .slick-arrow::before{
  content:"\e6de";
  font-family:"iconfont" !important ;
  font-size: 24px;  
  font-weight: bold;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  color: var(--blue);
}
#index-body .category ul .slick-arrow:hover::before{
  color: white;
}
#index-body .category ul .slick-arrow.slick-next::before{
  content:"\e618";
}
#index-body .category ul .slick-arrow.slick-prev{
  left:0;
}
#index-body .category ul .slick-arrow.slick-next{
  right:0;
}
#index-body .category ul::before{
  content:"";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left:50%;
  top:35.5%;
  transform: translate(-50%,-50%);
}
#index-body .category ul li{
  display: flex !important;
  justify-content: center;
  height: 490px;
}
#index-body .category ul li .box{
  max-width: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 32%;
  position: relative;
}
#index-body .category ul li .box .icon{
  position: absolute;
  left:50%;
  top:35%;
  transform: translate(-50%,-50%);
  transition: all 0.5s;
}
#index-body .category ul li .box .img{
  display: flex;
  justify-content: center;
  max-width: 135px;
  transition: all 0.5s;
}
#index-body .category ul li .box h4{
  margin: 25px 0;
}
#index-body .category ul li .box .con{
  display: none;
}
#index-body .category ul .slick-current li .box{
  padding-top: 0;
  max-width: 520px;
}
#index-body .category ul .slick-current li .box .icon{
  opacity: 0;
}
#index-body .category ul .slick-current li .box h4{
  margin: 15px 0 15px;
}
#index-body .category ul .slick-current li .box .con{
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .category ul .slick-current li .box .img{
  max-width: 350px;
}





#index-body .about {
  position: relative;
}
#index-body .about::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 695px;
  background-color: var(--blue);
  width: 100%;
}
#index-body .about .img_box {
  margin-left: auto;
  position: relative;
}
#index-body .about .img_box h2 {
  font-size: 193px;
  font-family: var(--font);
  color: var(--color);
  position: absolute;
  left: -30px;
  top: 44.7%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  line-height: 0.8;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 10;
}
#index-body .about .img_box .content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 45px 50px 60px 45px;
  max-width: 700px;
  max-height: 475px;
  z-index: 10;
}
#index-body .about .img_box .player {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@keyframes play_scale{
  0%{
    transform: translate(-50%, -50%) scale(0.8);
  }
  100%{
    transform: translate(-50%, -50%) scale(1);
  }
}
#index-body .about .img_box .player .play {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  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;
  position: relative;
}
#index-body .about .img_box .player .play::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid var(--color);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: play_scale 1s infinite;
}
#index-body .about .img_box .player .play:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid var(--color);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: play_scale 1s infinite;
}
#index-body .about .img_box .about-img {
  position: relative;
  box-shadow: 0px 6px 4px 0.3px rgb(0 0 0 / 24%);
}
#index-body .about .img_box .player::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 170px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--color);
  animation: play_scale 1s infinite;
}
#index-body .about .img_box .about-img .player {
  display: none;
  position: absolute;
  right: unset;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .about .about-b {
  position: relative;
  z-index: 10;
}
#index-body .about .about-b ul {
  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;
  height: 230px;
}
#index-body .about .about-b ul li {
  color: white;
  margin: 0 85px;
}
#index-body .about .about-b ul li h4 {
  font-size: 80px;
  font-family: Oswald-Heavy;
  line-height: 0.8;
}
#index-body .about .about-b ul li h4 span {
  font-size: 45px;
  margin-left: 15px;
}
#index-body .about .about-b ul li:nth-child(3) h4 span{
  font-size: 24px;
}
#index-body .about .about-b ul li p {
  margin-top: 15px;
  font-size: 20px;
  line-height: 36px;
}
#index-body .about .about-b ul li .btn {
  font-size: 18px;
  line-height: 32px;
  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;
  position: relative;
}
#index-body .about .about-b ul li .btn:hover:before {
  background-color: white;
}
#index-body .about .about-b ul li .btn:hover:after {
  width: 195px;
}
#index-body .about .about-b ul li .btn:hover span {
  color: white;
}
#index-body .about .about-b ul li .btn span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .about .about-b ul li .btn:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: white;
  margin-right: 15px;
}
#index-body .about .about-b ul li .btn:after {
  content: "";
  display: block;
  width: 46px;
  height: 55px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-23px, -50%);
  -moz-transform: translate(-23px, -50%);
  -ms-transform: translate(-23px, -50%);
  transform: translate(-23px, -50%);
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .advantage {
  padding: 55px 0;
  height: 940px;
  background: url("../images/adv-bg.jpg") no-repeat;
  background-size: cover;
}
#index-body .advantage .advantage-content h2 {
  font-size: 194px;
  font-family: var(--font);
  margin-bottom: 35px;
  color:#232323;
}
#index-body .advantage .advantage-content ul li {
  width: 445px;
  height: 77px;
  margin-right: 45px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .advantage .advantage-content ul li:last-child.active{
  height: 300px;
}
#index-body .advantage .advantage-content ul li:nth-child(2n) {
  margin-right: 0;
}
#index-body .advantage .advantage-content ul li.active {
  height: 215px;
}
#index-body .advantage .advantage-content ul li.active .title {
  color: white;
  margin-bottom: 15px;
  background-color: var(--blue);
}
#index-body .advantage .advantage-content ul li.active .title span {
  color: white;
}
#index-body .advantage .advantage-content ul li:hover .title {
  color: white;
  border-color: transparent;
  background-color: var(--blue);
}
#index-body .advantage .advantage-content ul li:hover .title span {
  color: white;
}
#index-body .advantage .advantage-content ul li .title {
  width: 100%;
  height: 77px;
  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;
  border-bottom: 1px solid white;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 45px;
  background-color: white;
  border-radius: 40px;
}
#index-body .advantage .advantage-content ul li .title h4 {
  font-size: 30px;
  line-height: 1.4;
  font-family: var(--font);
}
#index-body .advantage .advantage-content ul li .title span {
  font-size: 30px;
  line-height: 1.4;
  font-family: var(--font);
  color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .advantage .advantage-content ul li p {
  font-size: 18px;
  line-height: 1.8;
  padding: 0 45px;
}
#index-body .application {
  position: relative;
}
#index-body .application .application-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .application .application-content ul {
  margin: 0 -20px;
}
#index-body .application .application-content ul li {
  padding: 0 20px;
  color: white;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 450px;
  transition: all 0.5s;
}
#index-body .application .application-content ul li.active .box {
  background-color: var(--blue);
}
#index-body .application .application-content ul li .box {
  background-color:transparent;
  padding: 50px 40px;
  height: 450px;
  transition: all 0.5s;
}
#index-body .application .application-content ul li .box .line {
  width: 100%;
  height: 2px;
  background-color: white;
  margin: 15px 0 40px;
}
#index-body .application .application-content ul li .box .line:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: var(--color);
}
#index-body .application .application-content ul li .box span {
  font-size: 26px;
  line-height: 1.6;
  font-family: var(--main-font);
}
#index-body .application .application-content ul li .box h4 {
  font-size: 28px;
  font-family: var(--font);
  line-height: 1.4;
  margin-bottom: 25px;
    display: -webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .application .application-content ul li .box p {
  font-size: 18px;
  line-height: 32px;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .application .application-content ul li .box .bth {
  display: block;
  margin-left: auto;
  margin-top: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .news {
  padding: 70px 0;
}
#index-body .news h2 {
  font-family: var(--font);
  font-size: 60px;
  text-align: center;
  color:#232323;
}
#index-body .news .news-content .home-title h3 {
  font-size: 50px;
}
#index-body .news .news-content ul {
  margin: 60px -10px 0;
}
#index-body .news .news-content ul li {
  padding: 35px 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .news-content ul li:hover {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
#index-body .news .news-content ul li .box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 45px 60px 35px;
}
#index-body .news .news-content ul li .date {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
}
.font-28{
  line-height: 1.4;
}
#index-body .news .news-content ul li .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
#index-body .news .news-content ul li h4 {
  font-family: Montserrat-SemiBold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 20px;
  min-height: 3.2em;
  line-height: 1.4;
  text-transform: capitalize;
}
#index-body .news .news-content ul li:hover h4{
  color:#002465;
}
.font-24{
  line-height: 44px;
}
#index-body .news .news-content ul li .btn {
  font-size: 18px;
  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;
  position: relative;
  margin-bottom: 45px;
  margin-left: 20px;
}
#index-body .news .news-content ul li .btn span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .news-content ul li .btn:hover:before {
  background-color: white;
}
#index-body .news .news-content ul li .btn:hover:after {
  width: 195px;
}
#index-body .news .news-content ul li .btn:hover span {
  color: white;
}
#index-body .news .news-content ul li .btn:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: black;
  margin-right: 15px;
}
#index-body .news .news-content ul li .btn:after {
  content: "";
  display: block;
  width: 46px;
  height: 55px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-20px, -50%);
  -moz-transform: translate(-20px, -50%);
  -ms-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%);
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .news-content ul li p {
  margin: 25px 0 45px;
      display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.font-14{
  line-height: 2;
}
#index-body .i-factory ul li:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .i-factory ul li img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
.qrcode {
  position: fixed;
  right: 2%;
  bottom: 24%;
  width: 60px;
  height: 60px;
  background-color: var(--blue);
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.qrcode:hover {
  background-color: #000;
}
.qrcode-box {
  position: absolute;
  right: 120%;
  bottom: 0;
  background-color: #fff;
  width: 150px;
  padding: 20px;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.qrcode:hover .qrcode-box {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 10;
  opacity: 1;
}
#footer {
  position: relative;
}
#footer .footer-t {
  padding: 110px 15px 70px;
}
#footer .footer-t > ul li.form {
  max-width: 660px;
}
#footer .footer-t > ul li.form form {
  margin: 30px 0 20px;
  position: relative;
}
#footer .footer-t > ul li.form form input[type="text"] {
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 10px;
  border: none;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}
#footer .footer-t > ul li.form form input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 13px;
  height: 14px;
  background: url("../images/submit.png") no-repeat;
  border: none;
}
#footer .footer-t > ul li.contact {
  max-width: 475px;
}
#footer .footer-t > ul li.contact i {
  font-size: 20px;
  color: var(--blue);
  margin-right: 15px;
  line-height: 36px;
}
#footer .footer-t > ul li.link span:hover {
  color: var(--color);
}
#footer .footer-t > ul li {
  max-width: 330px;
}
#footer .footer-t > ul li .box h4 {
  font-size: 28px;
  line-height: 1.6;
  font-family: var(--font);
  margin-bottom: 30px;
  color:#232323;
}
#footer .footer-t > ul li .box span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 32px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-t > ul li .box span:last-child {
  margin-bottom: 0px;
}
#footer .footer-b .footer-b-box {
  height: 80px;
  border-top: 1px solid #000;
}
#footer .footer-b .footer-b-box span {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.5);
}
#footer .footer-b .footer-b-box span a:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#footer .footer-b .footer-b-box .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-b .footer-b-box .share a {
  margin-right: 15px;
}
#footer .footer-b .footer-b-box .share a:last-child {
  margin-right: 0;
}
#footer .footer-b .footer-b-box .share a i {
  font-size: 20px;
  color: #8e8e90;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-b .footer-b-box .share a:hover i {
  color: var(--color);
}
#footer .footer-b .footer-b-box img {
    width: 260px;
    height: auto;
    padding-top: 8px;
    margin-left: 3px;
    opacity: 0.6;
}
@media (max-width: 1700px) {
  .ui.container {
    width: 1400px;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 80px;
  }
  #index-body .about .img_box h2,
  #index-body .advantage .advantage-content h2 {
    font-size: 120px;
  }
  #index-body .news .news-content ul li .box {
    padding: 45px 30px 35px;
  }
  #index-body .category .category-content .box .right {
    padding: 35px 0;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
  }
  #header .nav .logo {
    width: 160px;
    display: block;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 60px;
  }
  #index-body .category ul li .box {
    padding-top: 45%;
  }
  
  #index-body .about .img_box .content {
    max-width: 50%;
  }
  #index-body .about .img_box .content h3 {
    font-size: 26px;
    line-height: 1.6;
  }
  #index-body .about .img_box .content p {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .about .img_box {
    height: 700px;
  }
  #index-body .about .img_box > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .about .about-b ul li {
    color: white;
    margin: 0 45px;
  }
  #index-body .about .img_box h2,
  #index-body .advantage .advantage-content h2 {
    font-size: 80px;
  }
  #footer .footer-t > ul li.form {
    max-width: 380px;
  }
  #index-body .category .category-content .box .right {
    padding: 20px 0;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #index-body .advantage .advantage-content .box{
    justify-content: space-between;
  }
  #index-body .advantage .advantage-content ul{
    width: 48%;
  }
  #index-body .advantage .advantage-content ul li{
    margin-right:0;
    width: 100%;
  }
  #index-body .category ul .slick-current li .box .img {
    max-width: 260px;
  }
  #index-body .category ul li .box {
    padding-top: 45%;
  }
  #banner .banner-content ul li .content {
    bottom: 90px;
  }
  #header .nav .header-right .h-inquiry {
    display: none;
  }
  #index-body .category ul .slick-arrow {
    width: 55px;
    height: 55px;
  }
  #index-body .category ul .slick-arrow::before {
    font-size: 20px;
  }
  .language-box {
    margin-right: 0;
  }
  .font-60 {
    font-size: 40px;
  }
  #index-body .category {
    padding: 80px 0;
  }
  #index-body .category .category-content .box .left {
    width: 360px;
  }
  #index-body .category .category-content .box .left ul li {
    padding: 0 25px;
  }
  #index-body .category .category-content .box .right {
    width: -webkit-calc(100% - 360px);
    width: -moz-calc(100% - 360px);
    width: calc(100% - 360px);
  }
  #index-body .category .category-content .box .left .btn {
    font-size: 24px;
    line-height: 44px;
  }
  #index-body .about .img_box {
    height: auto;
  }
  #index-body .about .img_box .content {
    max-width: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: unset;
    background-color: #ffffff;
  }
  #index-body .about .img_box .content .player {
    right: 50%;
    top: unset;
    bottom: 10%;
  }
  #index-body .about .img_box h2 {
    left: -15px;
    top: 22%;
  }
  #index-body .about .about-b ul li h4 {
    font-size: 56px;
  }
  #footer .footer-t > ul li.contact {
    max-width: 320px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  a.yejiaoll {
    display: none !important;
}
  #mobile {
    display: block !important;
  }
  .ui.container {
    width: 700px;
  }
  #index-body .advantage {
    height: auto;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 38px;
  }
  #index-body .advantage .advantage-content ul{
    width: 100%;
  }
  #index-body .category ul::before {
    display: none;
  }
  #index-body .about .img_box .content .player {
    bottom: 0%;
    -webkit-transform: translate(50%, -50%) scale(0.8);
    -moz-transform: translate(50%, -50%) scale(0.8);
    -ms-transform: translate(50%, -50%) scale(0.8);
    transform: translate(50%, -50%) scale(0.8);
  }
  #index-body .about .img_box {
    width: 100%;
  }
  #index-body .about .img_box h2 {
    left: 30px;
    top: 5%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 50px;
  }
  #index-body .about .img_box .content {
    padding: 100px 30px 60px;
  }
  #index-body .about .img_box .content .player {
    display: none;
  }
  #index-body .about .img_box .about-img .player {
    display: block;
  }
  #index-body .about .about-b ul li {
    margin: 0 20px;
  }
  #index-body .about .about-b ul li h4 {
    font-size: 44px;
  }
  #index-body .about .about-b ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 60px 0;
  }
  #index-body .about .about-b ul li {
    width: 50%;
    margin: 15px 0;
    text-align: center;
  }
  #index-body .about .about-b ul li:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .application {
    height: 600px;
  }
  #index-body .application .img_box {
    width: 100%;
    height: 100%;
  }
  #index-body .application .img_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #footer .footer-t > ul li.link {
    display: none;
  }
  #footer .footer-t > ul li.form,
  #footer .footer-t > ul li.contact {
    max-width: 100%;
    margin: 20px 0;
  }
  #footer .footer-b .footer-b-box {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
  }
  #footer .footer-b .footer-b-box span {
    text-align: center;
  }
  #index-body .about .about-b ul li p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .advantage .advantage-content ul li {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-content ul li .content {
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  #banner .banner-content ul li .content h2 {
    font-size: 28px;
    line-height: 1.6;
  }
  #banner .banner-content ul li .content p {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .category .category-content .box .left {
    width: 100%;
  }
  #index-body .category .category-content .box .right {
    width: 100%;
  }
  #index-body .category .category-content {
    height: auto;
  }
  #index-body .about .img_box .content,
  #index-body .category .category-content .box {
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  #index-body .category {
    padding: 80px 0 0;
  }
  #index-body .about .img_box .about-img .player {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -moz-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
  }
  #index-body .application,
  #index-body .advantage,
  #index-body .i-factory{
    display: none;
  }
  #footer .footer-t {
    padding: 0 15px 70px;
  }
  #banner .banner-content ul li .content p {
    display: none;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  .font-60 {
    font-size: 28px;
    line-height: 1.6;
  }
  #index-body .category .category-content .box .right ul li {
    padding: 0 15px;
  }
  #index-body .news h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  #index-body .news .news-content ul {
    margin: 25px -10px 0;
  }
  #index-body .about .about-b ul li {
    width: 100%;
    margin: 20px 0;
  }
  #index-body .about .img_box .content {
    padding: 100px 15px 60px;
    max-height: unset;
  }
}





















/*------------inner-page---------------*/

.inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.inner-banner {
    display: block;
    height: 460px;
    padding-top: 180px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background: aliceblue;
    background-attachment: fixed;
    margin-top: 50px;
}
.inner-banner:after {
    content: '';
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.inner-banner.active:after {
    opacity: 0.3;
    -webkit-transition: 1.2s 1s;
    -moz-transition: 1.2s 1s;
    -ms-transition: 1.2s 1s;
    -o-transition: 1.2s 1s;
    transition: 1.2s 1s;
}
.inner-banner .box {
    text-align: center;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}
.inner-banner.active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-banner .box .content {
    text-align: left;
}
.inner-banner .box .mbx {
    display: block;
    font-size: 18px;
    position: relative;
    z-index: 2;
    line-height: 2;
}
.inner-banner .box .content .mbx a,
.inner-banner .box .content .mbx span {
    display: inline-block;
    text-transform: capitalize;
}
.inner-banner .box h2 {
    font-size: 40px;
    font-family: var(--font);
    color: #fff;
    position: relative;
    margin: 10px 0;
    text-transform: uppercase;
    z-index: 1;
    line-height: 2;
}
.inner-banner h2:after {
    content: attr(data-text);
    font-size: 80px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: -20%;
    z-index: -2;
    opacity: 0;
}
.inner-banner.active .box h2:after {
    left: 0;
    opacity: 1;
    -webkit-transition: 1.8s .5s;
    -moz-transition: 1.8s .5s;
    -ms-transition: 1.8s .5s;
    -o-transition: 1.8s .5s;
    transition: 1.8s .5s;
}
.inner-banner .btn {
    margin-top: 40px;
    position: relative;
    z-index: 2;
}
.inner-banner .btn a.more {
    line-height: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
    background: var(--color);
    color: #fff;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.inner-banner .btn a.more.contact:hover{
    color: #fff;
    background-color: var(--color);
}
.inner-banner .btn a.more:hover{
    color: #fff;
}
.inner-banner .btn a.more.contact {
    padding-left: 20px;
    background: #fff;
    color: #000;
    margin-left: 10px;
    padding: 0 0 0 10px;
}
.inner-banner .btn a.more {
    line-height: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
    background: var(--color);
    color: #fff;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-banner .btn a.more.contact i {
    text-align: center;
    color: #fff;
    background: var(--color);
    width: 50px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    padding-top: 15px;
    margin: 0 0 0 10px;
}
.inner-banner .box h6 {
    display: block;
    font-size: 30px;
    font-family: var(--font);
    line-height: 2;
    margin-top: 20px;
}
.inner-banner .nav-list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.inner-banner .nav-list ul {
    letter-spacing: -5px;
}
.inner-banner .nav-list ul li {
    display: inline-block;
    letter-spacing: 0;
    min-width: 320px;
    font-size: 18px;
    color: #fff;
    background: rgba(7, 66, 149, 0.6);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 0 1px;
}
.inner-banner .nav-list ul li a {
    display: block;
    padding: 30px;
    font-family: var(--font);
}
.inner-banner .nav-list ul li:hover {
    background: var(--color);
}
.inner-page .m-page {
    text-align: right;
    display: block;
    padding-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
    line-height: 50px;
    height: 50px;
    padding: 0 25px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    border-radius: 4px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 0px 2px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
    background: white;
    color: var(--color);
}
.inner-page .m-page span {
    margin: 0 3px;
}
.about-page h2.h2 {
    font-size: 48px;
    font-family: var(--font);
    color:#232323;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.about-page p.p {
    font-size: 18px;
    color: #fff;
    line-height: 2;
}


/* about */
.about-ab .top {
    padding-top: 80px;
}
.about-ab .top .left{
    position: relative;
    z-index: 1;
}
.about-ab .top h2 {
    color: var(--color);
    font-size: 24px;
    line-height: 1.8;
    padding-bottom: 20px;
}
.about-ab .top h3 {
    color: #232323;
    font-size: 48px;
    font-family: var(--font);
    line-height: 2;
}
.about-ab .top p {
    color: #363636;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    line-height: 2;
}

.about-ab .about-factory .box:after {
    position: absolute;
    content: "";
    width: 402px;
    height: 389px;
    /*background: url(../images/about-after.png) no-repeat 100% 100%;*/
    left: -92px;
    top: -113px;
}
.about-ab .about-factory .box img{
    width: 100%;
}
.about-ab .about-factory .box .play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    cursor: hand;
}
.about-ab .about-factory .box .slide:first-child {
    padding-right: 10px
}
.about-ab .about-factory .box .slide:last-child {
    padding-left: 10px;
}
.about-ab .about-factory .box .slide:last-child .pr:first-child {
    margin-bottom: 20px;
}
.about-ab .about-factory .box .slide:last-child .pr:last-child {
    margin-top: 20px;
}

.about-page .about-ab .factory .content ul{
    margin: -10px;
}
.about-page .about-ab .factory .content ul li{
    padding: 10px;
}

.about-page .about-num ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-page .about-num ul li {
    padding: 15px 18.5px 5px 90px;
    position: relative;
    background: url(../images/a-icon.png) no-repeat left center
}


.about-page .about-num ul li:last-child {
    padding: 15px 0 5px 90px
}


.about-page .about-num ul li em {
    font-size: 48px;
    line-height: .9;
    color: var(--color);
    font-weight: 700
}

.about-page .about-num ul li p {
    font-size: 16px;
    color: #545252
}

.about-page .about-num ul li:nth-child(1) {
    background: url(/woojonglighting/2023/06/20/about-icon.png) no-repeat left center
}

.about-page .about-num ul li:nth-child(2) {
    background: url(/woojonglighting/2023/06/20/about-icon2.png) no-repeat left center
}

.about-page .about-num ul li:nth-child(3) {
    background: url(/woojonglighting/2023/06/20/about-icon3.png) no-repeat left center
}

.about-page .about-num ul li:nth-child(4) {
    background: url(/jf-machinery/2023/10/11/71.png) no-repeat left center
}

.corporate-culture {
    padding: 80px 0;
}
.corporate-culture .ui.container {
    display: flex;
    align-items: center;
}
.corporate-culture .left {
    width: 50%;
    padding-right: 38px;
}
.corporate-culture .left h2 {
    color: var(--color);
    font-size: 24px;
    line-height: 2;
}
.corporate-culture .left h3 {
    color: #232323;
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.8;
    margin-top: 10px;
    font-family: var(--font);
}
.corporate-culture .left p {
    color: #7b7b7b;
    font-size: 18px;
    padding: 8px 0;
    line-height: 1.8;
}
.corporate-culture .right {
    width: 50%;
}
.corporate-culture .left p em {
    color: #000;
    text-transform: capitalize;
    font-family: var(--font);
}
.corporate-culture .left ul {
    display: flex;
    margin-left: -21px;
    width: 95%;
    margin-top: 20px;
}
.corporate-culture .left ul li {
    width: 25%;
    text-align: center;
}
.corporate-culture .left ul li p {
    border: 2px solid var(--color);
    border-radius: 100%;
    height: 120px;
    width: 120px;
    line-height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #000;
    font-size: 26px;
    font-family: var(--font);
}
.corporate-culture .left ul li span {
    font-size: 14px;
    color: #000;
}

.about-page .ab-2{
    background: url(../images/advantage-bg.jpg) no-repeat center center;
    padding-bottom: 100px;
    background-attachment: fixed;
}
.about-page .ab-2 .header{
    text-align: center;
    width: 56%;
    margin: 0 auto;
    padding-top: 88px;
}
.about-page .ab-2 .header span{
    font-size: 48px;
    line-height: 1.8;
    color: #000;
    font-family: var(--font);
}
.about-page .ab-2 .header h3{
    font-size: 36px;
    line-height: 1.1;
    /*margin-top: 23px;*/
}
.about-page .ab-2 .header p{
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    /*margin-top: 24px;*/
}
.about-page .ab-2 .header .mores{
    width: 133px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: rgba(195,13,34);
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-top: 36px;
    transition: all .5s ease;
}
.about-page .ab-2 .header .mores:hover {
    background: rgba(195,13,34,0.7);
    transition: all .5s ease;
}
.about-page .ab-2 .header .play{
    margin-top: 79px;
}
.about-page .ab-2 .header .play i{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.about-page .ab-2 .header .play i::before,
.about-page .ab-2 .header .play i::after{
    position: absolute;
    z-index: -1;
    content: '';
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.about-page .ab-2 .header .play i::before{
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
.about-page .ab-2 .content{
    padding-top: 46px;
    color: #fff;
}

.about-page .ab-2 .content ul li {
    padding: 0 18px;
    /*position: relative;*/
}
.about-page .ab-2 .content ul li::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
}
.about-page .ab-2 .content ul li span {
    display: block;
    font-size: 18px;
    line-height: 1;
}

.about-page .ab-2 .content ul li h4 {
    display: block;
    font-size: 32px;

    font-family: var(--font);
    line-height: 2;
    margin: 22.5px 0 13px;
    font-style: italic;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.about-page .ab-2 .content ul li p {
    display: block;
    font-size: 18px;
    line-height: 2;
    min-height: 56px;
}



.about-page .ab-2 .content ul li a.mores {
    display: inline-block;
    width: 17.5px;
    height: 17.5px;
    border: 1px solid white;
    line-height: 17.5px;
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
    border-radius: 100%;
    background: transparent;
    color: #fff;
}
.about-page .ab-2 .content ul li a.mores::before {
    border-bottom-color: #fa582a;
}
.about-page .ab-2 .btn {
    padding: 46px 25px 0;
    display: block;
    text-align: right;
    color: #fff;
}
.about-page .ab-2 .btn div {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .ab-2 .btn div.next {
    margin-left: 15px;
}
.about-page .ab-2 .btn div::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 2px;
    background: white;
    margin-left: 0;
    margin-top: -4px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .ab-2 .btn div:hover::after {
    width: 18px;
    margin-left: 10px;
}

.about-page .i-semi {
    text-align: center;
    padding: 80px 0 60px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f1f7fc), color-stop(50%, #ffffff));
    background: -webkit-linear-gradient(#f1f7fc 50%, #ffffff 50%);
    background: -moz-linear-gradient(#f1f7fc 50%, #ffffff 50%);
    background: linear-gradient(#f1f7fc 50%, #ffffff 50%);
}
.about-page .i-semi p.p {
    color: #000;
}
.about-page .i-semi .semi-list {
    margin-top: 40px;
    position: relative;
}
.about-page .i-semi .semi-list ul {
    padding-bottom: 80px;
}
.about-page .i-semi .semi-list .slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 49px;
    height: 48px;
    background: url(../images/factory-l.jpg) no-repeat center;
    bottom: 0;
    z-index: 8;
    color: rgba(255, 255, 255, 0);
    border: none;
}
.about-page .i-semi .semi-list .slick-prev {
    right: 50%;
    margin-right: 5px;
}
.about-page .i-semi .semi-list .slick-next {
    background: url(../images/factory-r.jpg) no-repeat center;
    left: 50%;
    margin-left: 5px;
}
.about-page .i-semi .semi-list ul li {
    padding: 0 10px;
}
.about-page .i-semi .semi-list ul li img {
    width: 80%;
}
.about-page .i-semi .semi-list ul li p {
    padding: 25px 0;
    font-size: 18px;
    display: none;
}


.his-bg .ui.container {
    display: flex;
    align-items: center;
}
.his-bg {
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}
.his-bg .left-his {
    margin-left: -13%;
    width: 38%;
}
.his-bg .right-his {
    width: 70%;
    margin-left: 5%;
}
.his-bg .right-his .about-4 h3 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 50px;
    /*line-height: 2;*/
    margin-top: 10px;
}
.his-bg .right-his .about-4 h2 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    /*line-height: 2;*/
}


.about-page .about-3 {
    padding: 90px 0 100px;
    background: #f7f7f7;
}
.about-page .about-3 h2,
.about-page .about-network h2 {
    display: block;
    font-size: 38px;
    text-transform: capitalize;
    font-family: var(--font);
    line-height: 2;
}
.about-page .about-3 .offerBox ul{
    margin: -15px;
}
.about-page .about-3 .offerBox ul li{
    padding: 15px;
}

.about-page .about-network ul{
    margin: -15px;
}

.about-page .about-network ul li{
    padding: 15px;
}

.factory-page{
  padding: 100px 0;
}
.factory-page ul{
  margin: 0 -15px;
}
.factory-page ul li{
  padding: 0 15px;
  margin: 15px 0;
}
@media screen and (max-width: 1600px) {
    .about-page .i-semi .semi-list ul li p {
        padding: 15px 0 0;
    }

    .inner-banner .box {
        padding-left: 0;
    }

    .about-page .abt-2 .grid-box .right .text h2,
    .about-page .abt-7 .grid-box .right .text h2,
    .prodet-page .prodet-1 .box .right h1,
    .inner-banner .box h6,
    .prodet-page .prodet-3 h2,
    .technology-page .i-support .grid-box .column:nth-child(2) h2 {
        font-size: 30px;
    }

    .inner-banner .nav-list ul li a {
        padding: 10px;
    }
    .inner-banner .nav-list ul li {
        min-width: 220px;
    }
}

@media screen and (max-width: 1200px) {
    .inner-banner {
        height: 480px;
    }
    .inner-banner .box h2{
        font-size: 30px;
    }
    .inner-banner .btn{
        margin-top: 20px;
    }
    .about-page .abt-2 .grid-box .right .text h2,
    .about-page .abt-7 .grid-box .right .text h2,
    .prodet-page .prodet-1 .box .right h1,
    .inner-banner .box h6,
    .prodet-page .prodet-3 h2,
    .technology-page .i-support .grid-box .column:nth-child(2) h2 {
        font-size: 24px;
    }

    .corporate-culture .left ul{
        margin-left: -10px;
    }
    .corporate-culture .left ul li p{
        width: 90px;
        height: 90px;
        line-height: 80px;
    }

    .about-page .i-semi .semi-list {
        padding: 0 7%;
    }

    .about-page h2.h2 {
        font-size: 25px;
    }

    .about-page .about-3 {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .inner-banner {
        height: 400px;
        padding-top: 120px;
        margin-top: 120px !important;
    }
    .inner-banner .box h2 {
        font-size: 32px;
        border-bottom-width: 2px;
    }

    .inner-banner.active .box h2:after{
        display: none;
    }

    .about-ab .top .con{
        max-height: 500px;
        overflow: auto;
        padding-right: 10px;
    }
    .about-ab .top .con::-webkit-scrollbar-thumb{
        background: var(--color);
    }
    .about-ab .about-factory .box:after{
        display: none;
    }

    .about-page .about-num ul {
        flex-wrap: wrap
    }

    .about-page .about-num ul li {
        width: 50%;
        margin-bottom: 20px
    }

    .about-page .about-num ul li:after {
        display: none
    }

    .about-page .about-num ul li p {
        font-size: 14px;
        line-height: 2;
    }

    .about-page .about-num ul li em {
        font-size: 24px
    }

    .corporate-culture .ui.container{
        display: block;
    }
    .corporate-culture .left{
        width: 100%;
    }
    .corporate-culture .right{
        width: 100%;
        margin-top: 20px;
    }

    .about-page .ab-2 .header{
        width: 100%;
    }

    .about-page .ab-2 .header span{
        font-size: 24px;
    }

    .about-page .ab-2 .header h3{
        font-size: 16px;
    }

    .about-page p.p {
        font-size: 14px;
    }

    .his-bg .right-his .about-4 h3{
        font-size: 29px;
        margin-bottom: 20px;
    }

    .about-page .about-3 h2,
    .about-page .ab-4 h2,
    .about-page .about-network h2{
        font-size: 24px;
    }

    .about-page .about-3 .offerBox ul li{
        width: 50%;
    }
}

@media screen and (max-width: 700px) {
    .inner-banner {
        height: 240px;
        padding-top: 60px;
    }
    .inner-banner .btn{
        display: none;
    }
    .inner-banner .box h6 {
        font-size: 16px;
    }

    .inner-banner .nav-list {
        display: none;
    }

    .inner-banner .box .mbx {
        font-size: 16px;
    }

    .inner-banner .box h2 {
        font-size: 28px;
    }

    .about-ab .top h2{
        font-size: 20px;
        -webkit-text-stroke: 1px rgba(0,0,0,0.5);
        line-height: 2;
    }
    .about-ab .top{
        padding-top: 30px;
    }
    .about-ab .top h3{
        font-size: 32px;
        line-height: 2;
    }

    .corporate-culture{
        padding: 30px 0;
    }
    .corporate-culture .left ul{
        display: none;
    }
    .corporate-culture .right{
        width: 100%;
        display: none;
    }

    .corporate-culture .left h3{
        font-size: 30px;
    }

    .about-page .about-2,
    .about-page .about-3,
    .about-page .about-gy,
    .about-page .i-semi {
        display: none;
    }

    .his-bg .ui.container{
        display: block;
    }
    .his-bg .left-his{
        width: 100%;
        margin-left: 0;
        display: none;
    }
    .his-bg .right-his{
        width: 100%;
        margin-left: 0;
        padding: 30px 0;
    }

    .about-page .about-3 .list ul li {
        width: 100%;
    }
    .about-page .about-3 .list ul li p {
        height: auto !important;
    }
}

@media screen and (max-width: 500px) {
    .about-page .abt-2 .grid-box .right .text h2,
    .about-page .abt-7 .grid-box .right .text h2,
    .prodet-page .prodet-1 .box .right h1,
    .inner-banner .box h6,
    .prodet-page .prodet-3 h2,
    .technology-page .i-support .grid-box .column:nth-child(2) h2 {
        font-size: 20px;
    }
    .inner-banner .box h6 {
        display: none;
    }
    .inner-banner .box h2 {
        font-size: 20px;
    }

    .inner-banner .box .mbx{
        font-size: 14px;
    }

    .about-ab .top h2{
        font-size: 20px;
    }
    .about-ab .top h3{
        font-size: 28px;
    }
    .about-ab .top p{
        font-size: 14px;
    }

    .about-page .about-num ul li {
        width: 100%;
    }

    .corporate-culture .left h2{
        font-size: 20px;
    }
    .corporate-culture .left h3{
        font-size: 28px;
    }

    .his-bg .right-his .about-4 h2{
        font-size: 20px;
    }
}


/* news */

.prodet-page .det-3 {
    margin-top: 60px
}

.prodet-page .det-3 .title h3 {
    font-size: 18px;
    font-family: var(--font);
    color: #1c1c1c;
    margin-bottom: 30px;
    border-bottom: 2px solid #e1e1e1
}

.prodet-page .det-3 .title h3 span {
    display: inline-block;
    position: relative;
    padding: 10px;
    font-size: 39px;
    line-height: 2
}

.prodet-page .det-3 .title h3 span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 100%;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.prodet-page .det-3 .det-3-box ul {
    margin: 0 -15px;
    position: relative
}

.prodet-page .det-3 .det-3-box ul li {
    padding: 0 15px;
    margin-bottom: 30px
}

.prodet-page .det-3 .det-3-box ul li .ig {
    display: block
}

.prodet-page .det-3 .det-3-box ul li .ig .img {
    position: relative;
    border: 2px solid #d6d6d6;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img img{
  width: 80%;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: var(--color);
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    opacity: 0
}

.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
    background-color: #1c1c1c
}

.prodet-page .det-3 .det-3-box ul li .ig .text {
    text-align: center;
    margin-top: 12.5px
}

.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    padding: 0 15px;
    margin: 30px 0 20px;
    font-size: 18px;
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 500
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
    border-color: var(--color)
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
    opacity: 1
}

.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
    color: var(--color)
}

.prodet-page .det-3 .det-3-box ul .slick-arrow {
    position: absolute;
    top: 34%;
    -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,.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat
}

.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev {
    background-image: url("/template/en/images/banner-btn-l.png");
    left: -40px
}

.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next {
    background-image: url("/template/en/images/banner-btn-r.png");
    right: -40px
}
.news-page {
    padding: 60px 0;
}
.inner-page .sidebar-box .sidebar-left {
    width: 30%;
    border-left: 1px solid #e7e7e7;
    padding-left: 20px;
}
.inner-page .sidebar-box .sidebar-right {
    width: 70%;
}

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

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/inner-s.jpg) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
    padding: 4px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
    color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
    padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
    padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    color: #000000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
    color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-size: 18px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 16px;
    line-height: 2;
}


@media screen and (max-width: 1000px) {
    .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
        font-size:16px
    }
    .inner-page .sidebar-box .sidebar-right{
        width: 100%;
        padding-right: 0;
    }
    .inner-page .sidebar-box .sidebar-left{
        display: none;
    }

    .jianfengyj, .Auxil-industry, .Auxil-about {
        display: none !important;
    }
}
@media screen and (max-width: 700px) {
  .prodet-page .det-3 .det-3-box ul li {
        padding: 0 5px
    }

    .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
        font-size: 14px
    }

    .prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev {
        left: 0
    }

    .prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next {
        right: 0
    }
}
.list.newsList ul li {
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;
}

.list.newsList ul li .content .left.txt-center span {
    background-color: var(--color);
    color: white;
    font-size: 28px;
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 6px 0 6px 0;
}

.list.newsList ul li .content {
    display: flex;
}
.list.newsList ul li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #d7f0ef;
    color: #2b2b2b;
}
.list.newsList ul li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #ccc;
    color: #2b2b2b;
}
.list.newsList ul li .content .right p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: roboto;
    line-height: 2;
}
.list.newsList ul li .content .right a {
    font-size: 24px;
    transition: all 0.5s ease;
    text-transform: capitalize;
    line-height: 2;
}


@media screen and (max-width: 1000px) {
    .list.newsList ul li{
        padding: 15px;
    }

    .list.newsList ul li .content .right{
        margin-left: 20px;
        padding-left: 20px;
    }

    .list.newsList ul li .content .left.txt-center span{
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

.faq-page {
    padding: 120px 0
}

.faq-page ul li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8
}

.faq-page ul li h4 {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 10px
}

.faq-page ul li .content {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8
}

.faq-page ul li:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1000px) {
    .faq-page {
        padding:60px 0
    }

    .faq-page ul li h4 {
        font-size: 18px;
        line-height: 1.8
    }

    .faq-page ul li .content {
        font-size: 14px;
        line-height: 2
    }
}

@media screen and (max-width: 700px) {
    .faq-page {
        padding:30px 0
    }
}

.newdet-content .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 14x;
    line-height: 2;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-content .category a:hover {
    background: var(--color);
    color: #fff;
}
.newdet-content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.newdet-content .category .time {
    font-size: 14px;
    line-height: 2;
    margin-left: 12px;
    color: #aaa;
    font-family: var(--font);
    text-transform: uppercase;
    position: relative;
}
.newdet-content .category .time span {
    color: #000;
    margin-left: 10px;
}
.newdet-content h1.n-title {
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: var(--font);
    border-bottom: 1px solid #e7e7e7;
    line-height: 2;
}
.newdet-content .content {
    font-size: 18px;
    color: #555;
    line-height: 2;
}
.newdet-content .content .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    color: #555;
    margin-top: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e7e7e7;
}
.newdet-content .content .icon a {
    font-size: 14px;
    color: #000;
    margin-left: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-content .content .icon a:hover {
    color: var(--color);
}
.newdet-content .m-link {
    border-bottom: 1px solid #e7e7e7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.newdet-content .m-link a {
    width: 50%;
    padding: 35px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.newdet-content .m-link a .r-img {
    margin-right: 20px;
}
.newdet-content .m-link a .r-img img {
    display: block;
    width: 110px;
    min-width: 110px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
}
.newdet-content .m-link a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    max-width: 255px;
}
.newdet-content .m-link a .r-text p:hover {
    color: var(--color);
}
.newdet-content .m-link a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 1;
}
.newdet-content .m-link a.left {
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}
.newdet-content .m-link a.right {
    padding-left: 30px;
}
.newdet-content .n-form {
    margin-top: 60px;
}
.newdet-content .n-form .text h3 {
    font-size: 30px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.newdet-content .n-form .text p {
    font-size: 14px;
    line-height: 1;
    color: #555;
    margin-bottom: 30px;
}
.newdet-content .n-form .text p span {
    color: var(--color);
}
.newdet-content .n-form form span.span {
    font-size: 14px;
    display: inline-block;
    color: #555;
    margin-bottom: 25px;
}
.newdet-content .n-form form textarea,
.newdet-content .n-form form input[type="text"] {
    width: 30%;
    height: 54px;
    border: 1px solid #e7e7e7;
    padding: 0 20px;
    color: #555555;
    font-size: 14px;
    margin-bottom: 30px;
}
.newdet-content .n-form form textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
}
.newdet-content .n-form form .n-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.newdet-content .n-form form p {
    font-size: 14px;
    line-height: 1;
    color: #555;
    margin-bottom: 45px;
}
.newdet-content .n-form form button {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--font);
    background: #000;
    padding: 15px 35px;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    border: none;
}
.newdet-content .n-form form button:hover::after {
    width: 100%;
}
.newdet-content .n-form form button span {
    display: inline-block;
    position: relative;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    z-index: 2;
}
.newdet-content .n-form form button::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--color);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.newdet-content .content p {
    padding: 15px 0;
    color: #000;
}
.newdet-content .content h2 {
    font-size: 24px;
    color: #000;
}

@media screen and (max-width: 1000px) {
    .newdet-content{
        padding-right: 0;
    }

    .newdet-content .content{
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .newdet-content .m-link{
        display: block;
    }
    .newdet-content .m-link a{
        width: 100%;
        padding: 10px 0;
    }
    .newdet-content .m-link a.right{
        padding-left: 0;
    }
    .newdet-content .n-form form textarea,
    .newdet-content .n-form form input[type=text]{
        width: 100%;
    }
    .newdet-content h1.n-title{
        font-size: 24px;
    }
}




.product-page{
    padding: 90px 0;
    background-color: #f1f1f1;
}


.inner-page .sideBox .sidebar-left {
    width: 25%;
}

.inner-page .sideBox .sidebar-left .inner .inner-title {
    font-size: 20px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    font-family: var(--font);
}
.inner-page .sideBox .sidebar-left .inner .inner-search {
    margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 5rem;
    font-size: 14px;
    color: #555555;
    font-weight: 200;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/search-icon.png) no-repeat center center var(--color);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat {
    margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li {
    padding: 8px 0;
    font-size: 20px;
    position: relative;
    color: #000000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li ul{
    margin-top: 16px;
    /*display: none;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li li {
    font-size: 16px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li i{
    font-size: inherit;
    position: absolute;
    right: 0;
    top: 5px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a {
    padding-right: 20px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a span {
    color: #aaa;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:hover {
    color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul li.active>a{
    color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:first-child {
    padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:last-child {
    padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent {
    margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
    padding: 0.75rem 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 1rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-size: 17px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .4rem;

    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: var(--color);
    display: block;
    font-size: 14px;
    line-height: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact {
    background: url(../images/pro-011.jpg) no-repeat center center;
    padding: 10.75rem 2rem 2.75rem;
    color: #fff;
    background-size: cover;
    position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    font-family: var(--font);
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 1.1rem;
    text-transform: capitalize;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a {
    display: inline-block;
    font-size: 14px;
    color: var(--color);
    text-transform: capitalize;
    background: #fff;
    padding: 8px 12px;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-top: 1.3rem;

}
.inner-page .sideBox .sidebar-left .inner .inner-contact a span {
    display: inline-block;
    position: relative;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    z-index: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--color);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover {
    color: #fff;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover::after {
    width: 100%;
}



.inner-page .sideBox {
    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-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

}



.inner-banner.active.pro {
    height: 780px;
    padding-top: 310px;
    width: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}





.inner-page .sideBox .sidebar-left .inner .inner-contact:after {
    content: '';
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,.5));
}

.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
    z-index: 99;
    position: relative;
}
.inner-page .sideBox .sidebar-right {
    width: 75%;
    padding-left: 5%;
}


@media screen and (max-width: 1000px) {
    .inner-page .sideBox .sidebar-left{
        display: none;
    }
    .inner-page .sideBox .sidebar-right{
        width: 100%;
        padding-left: 0;
    }
}


/*pro-list*/
product2-page {
    padding: 5rem 0 5rem;
}

.product2-page .product-list ul {
    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;
    margin: 0 -0.75rem;
}
.product2-page .product-list ul li {
    padding: 0 0.75rem;
    margin-bottom: 1.5rem;
}

.product2-page .product-list ul li .img img{
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.product2-page .product-list ul li.wid-100{
    width: 100%;
}

.product2-page .product-list ul li .pro-box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.product2-page .product-list ul li .pro-box .imgbox{
    position: relative;
    background: #fbfbfb;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.product2-page .product-list ul li .pro-box .imgbox a{ 
    max-width: 80%;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1){
    opacity: 1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2){
    opacity: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.product2-page .product-list ul li .pro-box:hover::after {
    bottom: 0;
    background: #46696b;
}
.product2-page .product-list ul li .pro-box::after {
    content: none;
    width: 100%;
    bottom: -5px;
    right: -20px;
    height: 8px;
    display: block;
    position: absolute;
    border-top-left-radius: 4px;
    background: #000000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product2-page .product-list ul li .pro-box h5 {
    font-size: 20px;
    font-family: var(--font);
    color: #000;
    padding: 1rem 0 0;
    line-height: 2;

}
.product2-page .product-list ul li .pro-box .btm a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: #000;
    padding: 8px 12px;
    position: relative;
    z-index: 2;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    margin-bottom: 1.3rem;
}
.product2-page .product-list ul li .pro-box .btm a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: var(--color);
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: -1;
}
.product2-page .product-list ul li .pro-box .btm a:hover::after{
    width: 100%;
}
.product2-page .product-list ul li .pro-box .btm span.block {
    padding: 5px 0;
}
.product2-page .product-list ul li .pro-box .text .neirong {
    font-weight: 300;
   font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prodet-page .product-2 .content img {
    padding-bottom: 10px;
}

.product2-page .product-list ul li .pro-box:hover{

    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1){

    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2){
    opacity: 1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box h5:hover {
    color: var(--color);
}
.product2-page .product-list ul li .pro-box h5 a {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product2-page .product-list ul li .pro-box .pro-img {
    display: block;
    margin-bottom: 2.5rem;
}
.product2-page .product-list ul li .pro-box .text {
    padding: 0 30px 0 30px;
    font-size: 16px;
    color: #757575;
    padding-bottom: 1rem;

}
.product2-page .product-list ul li .pro-box .text p {
    position: relative;
    font-size: 16px;
    color: #555;
}
.product2-page .product-list ul li .pro-box .text p strong {
    color: #000;
}
.product2-page .product-list ul li .pro-box .btm {
    padding: 30px 0px 0px 0px;
}


.product2-page .product-list ul li .pro-box .btm .tupianji{
    margin: -5px;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .item{
    padding: 5px;
    width: 20%;
}

.product2-page .product-list ul li .pro-box .more {
    display: inline-block;
    padding: 12px 22px 12px 15px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    margin-bottom: 25px;
    background: #000000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;

}
.product2-page .product-list ul li .pro-box .more:hover {
    background: #46696b;
}
.product2-page .product-list ul li .pro-box .more i {
    margin-left: 1.2rem;
    font-size: 12px;
}


.inner-page.product2-page p {
    color: #000;
    line-height: 2;
    padding: 5px 0;
}

.product2-page .product-list ul li .pro-box .btm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.product2-page .product-list ul li .pro-box .btm ul li {
    display: inline-block;
    width: auto !important;
    margin-bottom: 0;
    padding: 0 6px;
}

.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
    width: 25px;
    height: 25px;
    display: block;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
    background: #ebd5d3;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
    background: #7d96a2;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
    background: #7f9c90;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
    background: #8a2a2b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
    background: #19315b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
    background: #000;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
    background: #d7d2cb;
}
@media screen and (max-width: 1200px) {
    .product2-page .product-list ul li{
        width: 50%!important;
    }
}

@media screen and (max-width: 700px) {
    .product2-page .product-list ul li .pro-box .text{
        padding: 0 15px 15px;
    }
}

@media screen and (max-width: 1000px) {
    .product2-page .product-list ul li{
        width: 100%!important;
    }
}




.seo_title{
    font-size: 36px;
    font-family: var(--font);
    text-transform: capitalize;
    line-height: 2;
}

#seo_about ._box{
    margin: -15px;
}

#seo_about ._left,
#seo_about ._right{
    padding: 15px;
}

#seo_about ._right ._text{
    max-height: 400px;
    overflow-y: auto;
    line-height: 2;
}

#honor_list ul{
    margin: -15px;
}

#honor_list ul li{
    padding: 15px;
}

#news_list ul{
    margin: -15px;
}

#news_list ul li{
    padding: 15px;
}

#news_list ._time span{
    display: inline-block;
    padding: 5px;
}

#news_list ._time span._cate{
    color: #FFFFFF;
    background-color: #000000;
}

#news_list ._time span._date{
    background-color: #CCCCCC;
}

#news_list ._table{
    padding: 20px;
    border: 2px solid #CCCCCC;
}

@media screen and (max-width: 1200px) {
    #seo_about ._right ._text{
        max-height: 250px;
    }
}

@media screen and (max-width: 1000px) {
    #seo_about ._left, #seo_about ._right{
        width: 100%!important;
    }
}
#seo_fromBtn{
    display: none!important;
}
#seo_public_from{padding:80px 0;background:#f9f9f9;}#seo_public_from h4{font-size:36px;line-height:1.8;font-family:var(--font);color:#232323;text-transform:capitalize;}#seo_public_from .seo_public_from{margin-top:30px;}#seo_public_from .seo_public_from ul{margin:-10px;}#seo_public_from .seo_public_from ul li{padding:10px;}#seo_public_from .seo_public_from ul li.wid-100{width:100%;}#seo_public_from .seo_public_from ul li input,#seo_public_from .seo_public_from ul li textarea{width:100%;line-height:2;padding:10px;border:1px solid #eee;font-size:14px;color:black;background:white;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s;}#seo_public_from .seo_public_from ul li input:focus,#seo_public_from .seo_public_from ul li textarea:focus{border-color:black;}#seo_public_from .seo_public_from ul li textarea{height:120px;}#seo_public_from .seo_public_from ul li input[type="submit"]{width:auto;display:inline-block;padding:10px 30px;background:#222;color:white;}#seo_public_from .seo_public_from ul li input[type="submit"]:hover{opacity:.7;}
.font-18 h1 {
    display: inline;
}
.jianfengyj {
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



@media screen and (max-width: 800px) {
    .about-ab .top .left {
        text-align: left;
    }
}

.font-24,
.font-20,
.font-18{
    line-height: 1.8;
}

.font-16,
.font-14{
    line-height: 2;
}

@media screen and (max-width: 1000px) {
    .inner-banner .box h2 {
        font-size: 24px;
    }
    .inner-banner .box .mbx {
        font-size: 16px;
    }
    .inner-banner {
        height: auto;
        padding: 60px 0;
        background-size: cover;
        background-position: center;
        background-attachment: unset;
    }

}
@media screen and (max-width: 500px) {
    .inner-banner .box h2 {
        font-size: 20px;
    }
    .about-ab .about-factory .box .slide:last-child {
        padding-left: 0;
        margin-top: 15px;
    }
}





.contact-page,
.service-page,
.application-page {
    padding: 90px 0;
}
.contact-page .init-1 .container .left .tips {
  font-family: var(--font);
  margin-bottom: 32px;
  text-transform: capitalize;
  color:#232323;
  font-size:48px;
}
.contact-page .init-1 .container .left .des {
  margin-top: 10px;
}
.contact-page .init-1 .container .left form .list {
  margin-top: 20px;
}
.contact-page .init-1 .container .left form .list .name {
  font-size: 16px;
  line-height: 2;
  color: #5e5e5e;
  display: block;
  margin-bottom: 5px;
}
.contact-page .init-1 .container .left form .list input,
.contact-page .init-1 .container .left form .list textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #c6cbc8;
  padding: 13px 15px;
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}
.contact-page .init-1 .container .left form .list input:focus,
.contact-page .init-1 .container .left form .list textarea:focus {
  border: 1px solid var(--color);
}
.contact-page .init-1 .container .left form .submit_c .submit_btn {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 40px;
  background-color: var(--color);
  font-family: var(--font);
  color: #fff;
  text-transform: uppercase;
}
.contact-page .init-1 .container .right {
  padding-left: 80px;
}
.contact-page .init-1 .container .right .tips {
  font-family: var(--font);
  text-transform: capitalize;
  color:#232323;
  font-size:48px;
}
.contact-page .init-1 .container .right .list ul li {
  padding-bottom: 10px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-1 .container .right .list ul li .tips_2 {
    font-family: var(--font);
  text-transform: uppercase;
  color:#232323;
}
.contact-page .init-1 .container .right .list ul li .tips_2 i {
  width: 40px;
}
.contact-page .init-1 .container .right .list ul li .cont {
  word-wrap: break-word;
  margin: 10px 0 20px 0;
}
.contact-page .init-1 .container .right .list ul li:last-child {
  border: none;
}
.contact-page .init-1 .container .right .list ul li:last-child .cont {
  margin-bottom: 0;
}
.contact-page .init-2 {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.contact-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.contact-page .init-2 .container .map #mapContainer {
  height: 400px;
}
.service-page .init-1 .container .left .tips {
  font-family: var(--font);
  text-transform: uppercase;
}
.service-page .init-1 .container .left .tips .r {
  color: var(--color);
}
.service-page .init-1 .container .left img {
  display: block;
  margin-top: 40px;
  width: 100%;
}
.service-page .init-1 .container .right {
  padding-left: 80px;
  margin-top:172px;
}
.service-page .init-1 .container .right .tips_des {
  color: rgba(0, 0, 0, 0.7);
  font-size:18px;
}
.service-page .init-1 .container .right .content_list {
  padding-top: 10px;
}
.service-page .init-1 .container .right .content_list .list {
  margin-top: 14px;
}
.service-page .init-1 .container .right .content_list .list .title {
  color: var(--color);
  text-transform: capitalize;
  font-family: var(--font);
}
.service-page .init-1 .container .right .content_list .list .title span {
  border-bottom: 2px solid var(--color);
}
.service-page .init-1 .container .right .content_list .list .des {
  margin-top: 20px;
  color: #212121;
  line-height: 1.8;
  font-size:18px;
}
.service-page .init-1 .container .right .bottom_c {
  margin-top: 40px;
  position: relative;
}
.service-page .init-1 .container .right .bottom_c .cont {
  color: #fff;
  position: relative;
  right: 40%;
  background-color: #0c409f;
  width: 790px;
  padding: 40px 20px;
  text-align: center;
  margin-left:131px;
}
.service-page .init-1 .container .right .bottom_c .cont .list {
  width: 234px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top {
  font-size: 72px;
  line-height: 1;
  font-family: var(--font);
}
.service-page .init-1 .container .right .bottom_c .cont .list .top .sub {
  margin-left: -10px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .bottom {
  margin-top: 10px;
}
.service-page .init-2 .container .left {
  vertical-align: middle;
  padding-right: 70px;
}
.service-page .init-2 .container .left .tips {
  font-family: var(--font);
  text-transform: uppercase;
}
.service-page .init-2 .container .left .des {
  margin-top: 20px;
  font-size:18px;
}
.service-page .init-2 .container .left .more {
  margin-top: 40px;
  display: inline-block;
  padding: 10px 20px;
  font-family: var(--font);
  background-color: var(--color);
  color: white;
  text-transform: capitalize;
  transition: all 0.5s;
}
.service-page .init-2 .container .left .more:hover{
  background-color: var(--blue);
}
.service-page .init-2 .container .left .more img {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  margin-left: 26px;
  position: relative;
  z-index: 2;
  margin-top: -4px;
}
.service-page .init-2 .container .right {
  vertical-align: middle;
}
.service-page .init-2 .container .right img {
  width: 100%;
}
.service-page .init-3{
    padding: 80px 0 ;
    margin-top: 100px;
}
.service-page .init-3 .container {
  color: #fff;
  text-align: center;
}
.service-page .init-3 .container .tips {
  font-family: var(--font);
  text-transform: uppercase;
}
.service-page .init-3 .container .des {
  margin-top: 10px;
  font-weight: 300;
}
.service-page .init-3 .container .more {
  margin-top: 24px;
  display: inline-block;
  padding: 10px 20px;
  font-family: var(--font);
  text-transform: uppercase;
  line-height: 1.4;
  background-color: var(--color);
}
.service-page .init-3 .container .more span {
  vertical-align: middle;
}
.service-page .init-3 .container .more img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.service-page .init-4 .container .tips {
  font-family: var(--font);
  text-transform: uppercase;
}
.service-page .init-4 .container form input,
.service-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.service-page .init-4 .container form .name,
.service-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.service-page .init-4 .container form .mail {
  margin-left: 50px;
}
.service-page .init-4 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  font-family: var(--font);
  text-transform: uppercase;
}
.application-page .container .tips {
  text-align: center;
  font-family: var(--font);
  text-transform: uppercase;
}
.application-page .container .tips .r {
  color: #da251c;
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.application-page .container .content ul li .box .title {
  text-align: center;
  font-family: var(--font);
  text-transform: capitalize;
  padding: 10px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .service-page .init-1 .container .right .bottom_c .cont {
    right: 86%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .contact-page .init-1 .container .left form .list .name {
    text-align: left;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right .tips {
    text-align: center;
  }
    .service-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .service-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    width: 100%;
    left: 0;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 210px;
  }
  .service-page .init-2 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .service-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
    .service-page .init-1 .container .right .bottom_c .cont {
    padding-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .init-1 .container .left form {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form .list {
    margin-top: 10px;
  }
  .contact-page .init-1 .container .left form .list input {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .list textarea {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    padding: 4px 20px;
  }
  .contact-page .init-1 .container .right .list ul li {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right .list ul li .tips_2 i {
    width: 30px;
  }
  .contact-page .init-1 .container .right .list ul li .cont {
    margin: 8px 0;
  }
    .service-page .init-1 .container .left img {
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .content_list {
    padding-top: 10px;
  }
  .service-page .init-1 .container .right .content_list .list .des {
    margin-top: 10px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list .top {
    font-size: 50px;
  }
  .service-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
    width: 100%;
  }
  .service-page .init-4 .container form textarea {
    padding: 12px 20px 12px 60px;
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container form .name {
    width: 100%;
  }
  .service-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
    .application-page .container .content ul {
    margin: 0;
  }
  .application-page .container .content ul li {
    margin-top: 30px;
    padding: 0;
  }
}

.prodet-page {
  padding: 100px 0 10px 0;
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--blue);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: -14px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 46px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .right .content h1{
   
  font-family: var(--font);
}
.prodet-page .prodet-1 .box .right .content bt{
   padding-bottom: 20px;
   color: var(--blue);
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 403px;
  padding-right: 20px;
  margin-top: 43px;
  overflow: auto;
}
.prodet-page .prodet-1 .box .right .content .text table{
  table-layout: fixed;
  width: 100% !important;
}
.prodet-page .prodet-1 .box .right .content .text table tr td{
  min-width: 150px;
}
.prodet-page .prodet-1 .box .right .content a.msg {
  color: white;
  background-color: var(--blue);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
}
.prodet-page .prodet-1 .box .right .content a.msg:hover {
  color: white;
  background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding-top: 100px;
}
.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
  /*font-style: italic;*/
}
.prodet-page .prodet-2 form textarea {
  height: 170px;
}
.prodet-page .prodet-2 form button {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
   
  color: #FFFFFF;
  background-color: var(--blue);
  border: none;
  padding: 10px 45px;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 form button:hover {
  background-color: #000000;
}
.prodet-page .prodet-2 .options ul {
  position: relative;
}
.prodet-page .prodet-2 .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  position: relative;
}
.prodet-page .prodet-2 .options ul li + li {
  /*margin-left: 130px;*/
}
.prodet-page .prodet-2 .options ul li a {
  padding: 15px 40px;
   line-height: 44px;
    font-size: 20px;
        text-transform: uppercase;
        font-family: var(--font);
}
.prodet-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--blue);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  color: #00aba7;
}
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
  padding-left: 90px;
  padding-right: 90px;
}
.prodet-page .prodet-2 .ret ul li .content.form {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-3 {
  padding-top: 100px;
}
.prodet-page .prodet-3 ul li .img img{
  width: 100%;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--blue);
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: -50px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 1600px) {
  .prodet-page .prodet-2 .options ul li {
      width: 33.33333%;
  }
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .box .right .content h1 {
    margin: 0;
  }
  .prodet-page .prodet-1 .box .right .content a.msg {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .options ul li {
      width: 50%;
  }
  .prodet-page .prodet-2 .options ul li a {
      line-height: 1.4;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .box .right .content .text table{
    table-layout: unset;
  }
  .prodet-page .prodet-1 .box .right .content .text{
    overflow: unset;
    max-height: unset;
    overflow-x: auto;
  }
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 {
    padding-top: 60px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .options ul li {
      width: 100%;
  }
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 100%;
    margin-top: 10px;
  }
  .prodet-page .prodet-2 form input,
  .prodet-page .prodet-2 form textarea {
    padding: 10px;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 100%;
   }
   .faq-page .container .content ul li .title{
    font-size: 18px!important;
    line-height: 1.8!important;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prodet-page .prodet-2 form textarea {
    height: 100px;
  }
}
/*------seo start-------------*/
a.yejiaoll {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 300px;
    vertical-align: middle;
}
.newdet-content table td, table th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: auto;
}
/*----------seo end------------*/