@font-face {
  font-family: 'Cabin-Regular';
  src: url(../fonts/Cabin-Regular.ttf) format('truetype'), url(../fonts/Cabin-Regular.eot) format('eot'), url(../fonts/Cabin-Regular.woff) format('woff'), url(../fonts/Cabin-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Cabin-Bold';
  src: url(../fonts/Cabin-Bold.ttf) format('truetype'), url(../fonts/Cabin-Bold.eot) format('eot'), url(../fonts/Cabin-Bold.woff) format('woff'), url(../fonts/Cabin-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Cabin-Medium';
  src: url(../fonts/Cabin-Medium.ttf) format('truetype'), url(../fonts/Cabin-Medium.eot) format('eot'), url(../fonts/Cabin-Medium.woff) format('woff'), url(../fonts/Cabin-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter-Regular';
  src: url(../fonts/Inter-Regular.ttf) format('truetype'), url(../fonts/Inter-Regular.eot) format('eot'), url(../fonts/Inter-Regular.woff) format('woff'), url(../fonts/Inter-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter-Bold';
  src: url(../fonts/Inter-Bold.ttf) format('truetype'), url(../fonts/Inter-Bold.eot) format('eot'), url(../fonts/Inter-Bold.woff) format('woff'), url(../fonts/Inter-Bold.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #8e8e8e;
}
textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
input::-moz-placeholder {
  color: #8e8e8e;
}
input:-moz-placeholder {
  color: #8e8e8e;
}
input:-ms-input-placeholder {
  color: #8e8e8e;
}
body {
  margin: 0 auto;
  padding: 0;
  --color: #187ce3;
  font-family: 'Cabin-Regular';
  --font: 'Cabin-Bold';
  --main-font: 'Cabin-Medium';
  background-color: #fff;
  max-width: 1920px;
  color: #333333;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.backup{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    border-radius: 100%;
    background: var(--color);
    color: white;
    right: 2%;
    bottom: 220px;
    font-size: 24px;
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 7px rgba(0,0,0,.3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 22;
}
.backup:hover{
    background: #000;
}
.ui.container {
  padding: 0 15px;
  width: 1690px;
  margin: 0 auto;
  position: relative;
}
#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: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}










/*产品导航栏下拉*/
.header-pro{
  display: none; 
}
.pro-nav{
  padding: 60px 0;
  background-color: #f8f8f8;
  width: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  position: fixed;
  left: 50%;
  transform: translateX(-50%) rotateX(90deg);
  transform-origin: top;
  top: 100px;
  z-index: 1000;
  opacity: 0;
  transition: all 0.5s;
}
.pro-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px;   
}

.pro-nav ul > li{
  display: flex !important;
  flex-wrap: wrap;
  width: 33.33333333%;
  padding: 20px 15px;
}
.pro-nav ul li .pro-nav-right{
    padding-left: 30px;
}
.pro-nav ul li .pro-nav-right h4{
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: 'Cabin-Bold';
  transition: color 0.5s;
}
.pro-nav ul li .pro-nav-right ol.sub-menu li{
    margin-bottom: 10px;
}
.pro-nav ul li .pro-nav-right ol.sub-menu li:last-child{
    margin-bottom: 0;
}
.pro-nav ul li .pro-nav-right ol.sub-menu li h5{
    line-height: 1.2;
    transition: color 0.5s;
    color: #666;
    position: relative;
    padding-left: 15px;
}
.pro-nav ul li .pro-nav-right ol.sub-menu li h5::before{
    content:"";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666;
    left: 0;
    top:5px;
    position: absolute;
    transition: background-color 0.5s;
}
.pro-nav ul li .pro-nav-right h4:hover,
.pro-nav ul li .pro-nav-right ol.sub-menu li h5:hover{
    color: var(--color);
}
.pro-nav ul li .pro-nav-right ol.sub-menu li h5:hover::before{
    background-color: var(--color);
}
#menu-menu-1 .menu-item.cur .pro-nav2,
#menu-menu-1 .menu-item.cur .pro-nav{
   opacity: 1;
   transform: translateX(-50%) rotateX(0deg);
}

/*产品导航栏下拉*/


.pro-nav2 {
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateX(90deg);
  -moz-transform: translateX(-50%) rotateX(90deg);
  transform: translateX(-50%) rotateX(90deg);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  top: 100px;
  z-index: 1000;
  opacity: 0;
  padding: 60px 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.pro-nav2 .container {
  max-width: 1230px;
}
.pro-nav2 .container .left {
  max-width: 365px;
}
.pro-nav2 .container .left h2 {
  margin-bottom: 20px;
  line-height: 2;
  font-family: var(--font);
  margin-top: -15px;
}
.pro-nav2 .container .left h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--color);
}
.pro-nav2 .container .center ul {
  width: 380px;
}
.pro-nav2 .container .center ul li {
  margin-bottom: 10px;
}
.pro-nav2 .container .center ul li:last-child {
  margin-bottom: 0;
}
.pro-nav2 .container .center ul li a {
  font-size: 20px;
  line-height: 1.6;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.6)
}
.pro-nav2 .container .center ul li a:hover {
  color: var(--color);
}
.pro-nav2 .container .img_box {
  max-width: 300px;
}












#header .nav {
  position: relative;
  height: 100px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 80px;
  font-size: 18px;
  -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;
  color: #474747;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 100px;
  line-height: 100px;
}

#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  color: var(--color);
}
#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: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  min-width: 180px;
  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: 12px;
  -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;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #3b7ae1;
  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 .ui.menu .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: 185px;
}
#header .nav .ui.menu .right .h-search {
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  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 .right .h-inquire {
  margin-left: 40px;
  width: 180px;
  height: 45px;
  background-color: var(--color);
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-inquire span {
  margin-right: 30px;
  font-size: 16px;
  color: white;
}
#header .nav .ui.menu .right .h-inquire i {
  font-size: 20px;
  color: white;
}
#header .nav .ui.menu .right .h-inquire:hover {
  background-color: #000;
}
.language-box .zhuyu {
  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;
}
.language-box .zhuyu span {
  font-size: 12px;
  color: white;
  margin-left: 10px;
  margin-right: 5px;
  padding-top: 2px;
}
.language-box .zhuyu i {
  font-size: 14px;
  color: white;
}
.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;
}
@-webkit-keyframes img_left {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes img_left {
  0% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes img_left {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
#banner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-top: 100px;
  background: url('../images/banner-bg.jpg') no-repeat;
  background-position: right;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content .left {
  width: 52%;
  max-height: 840px;
  height: -webkit-calc(100vh - 100px);
  height: -moz-calc(100vh - 100px);
  height: calc(100vh - 100px);
}
#banner .banner-content .left .img {
  width: 100%;
  height: 100%;
}
#banner .banner-content .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-content .right {
  width: 48%;
  padding-left: 75px;
  padding-top: 105px;
}
#banner .banner-content .right h2 {
  font-size: 78px;
  line-height: 1;
  font-family: var(--font);
  max-width: 70%;
}
#banner .banner-content .right p {
  margin: 60px 0 95px;
}
#banner .banner-content .right .btn {
  width: 180px;
  height: 45px;
  background-color: #333333;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content .right .btn span {
  margin-right: 30px;
  font-size: 16px;
  color: white;
}
#banner .banner-content .right .btn i {
  font-size: 20px;
  color: white;
}
#banner .banner-content .right .btn:hover {
  background-color: var(--color);
}
#banner .banner-content .banner-t {
  width: 57.5%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#banner .banner-content .banner-t .img_box {
  background-color: white;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#banner .banner-content .banner-t .img_box .img {
  width: 195px;
  height: 160px;
  margin-right: 10px;
  cursor: pointer;
  background-color: white;
}
#banner .banner-content .banner-t .img_box .img:last-child {
  margin-right: 0;
}
#banner .banner-content .banner-t .img_box .img h2,
#banner .banner-content .banner-t .img_box .img .con {
  display: none;
}
#banner .banner-content .banner-t .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-content .share {
  position: absolute;
  top: 50%;
  left: 89.5%;
  -webkit-transform: translateY(-50%) rotate(270deg);
  -moz-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
#banner .banner-content .share a {
  font-size: 12px;
  margin-right: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content .share a:hover {
  color: var(--color);
}
#banner .banner-content .share a:last-child {
  margin-right: 0;
}
#banner .banner-bot {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  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;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#banner .banner-bot a {
  margin-right: 25px;
}
#banner .banner-bot a i {
  color: white;
  font-size: 20px;
}
.more {
  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;
}
.more span {
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 25px;
}
.more i {
  width: 30px;
  height: 30px;
  background-color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  font-size: 24px;
}
.more:hover span {
  color: var(--color);
}
.more:hover i {
  background-color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.more-btn:hover span:first-child {
  color: var(--color);
}
.more-btn:hover span:last-child {
  background-color: var(--color);
}
.more-btn:hover span:last-child img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more-btn span:first-child {
  padding: 0 27px;
  font-size: 18px;
  font-family: var(--main-font);
  background-color: #f3f3f3;
  border-radius: 35px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more-btn span:last-child {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1b1b1b;
  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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more-btn span:last-child img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.h-title span {
  font-size: 12px;
  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: 20px;
  letter-spacing: 1px;
  color: #a0a0a0;
}
.h-title span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color);
  border-radius: 50%;
  margin-right: 10px;
}
.h-title h3 {
  font-size: 46px;
  font-family: var(--font);
  position: relative;
  line-height: 1.3;
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes text_translate {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@-moz-keyframes text_translate {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translate(-100%);
    transform: translate(-100%);
  }
}
@keyframes text_translate {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    transform: translate(-100%);
  }
}
#index-body {
  background-color: white;
  position: relative;
}
#index-body .category {
  padding: 230px 0 115px;
  background-color: #f9f9f9;
  background-image: url('../images/category-bg.jpg');
  background-position: right top;
  background-repeat: no-repeat;
}
#index-body .category .top .h-title {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
#index-body .category .category-content ul {
  margin: 70px -22px 0;
}
#index-body .category .category-content ul li {
  position: relative;
  padding: 22px;
}

#index-body .category .category-content ul li:hover .box h4{
color: var(--color);
}
#index-body .category .category-content ul li .box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#index-body .category .category-content ul li .box .img-box {
  display: block;
  border-radius: 20px;
}
#index-body .category .category-content ul li .box h4{
    font-size: 30px;
    font-family: var(--font);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
}
#index-body .system{
    padding: 120px 0;
}
#index-body .application {
  padding: 120px 0;
  background-color: #f9f9f9;
}
#index-body .application .application-content .h-title {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
#index-body .application .application-content ul {
  margin: 60px -15px 0;
}
#index-body .application .application-content ul li {
  padding: 0 15px;
}
#index-body .application .application-content ul li .box .img-box {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
#index-body .application .application-content ul li .box{
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
}
#index-body .application .application-content ul li .box .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
#index-body .application .application-content ul li .box .text {
  padding: 40px 30px;
}
#index-body .application .application-content ul li .box .text .con {
  max-height: 72px;
  overflow-y: scroll;
  padding-right: 20px;
}
#index-body .application .application-content ul li .box .text .more i {
  background-color: #f5f5f5;
  color: black;
}
#index-body .application .application-content ul li .box .text .more:hover i {
  background-color: var(--color);
  color: white;
}
#index-body .service {
  background: url('../images/service-bg.jpg') no-repeat;
  background-size: cover;
  padding: 70px 0 50px;
}
#index-body .service .service-content .left {
  max-width: 720px;
}
#index-body .service .service-content .left .h-title h3,
#index-body .service .service-content .left .h-title span {
  color: white;
}
#index-body .service .service-content .left .con {
  color: #9a9d9f;
  margin: 65px 0 75px;
  line-height: 1.8;
}
#index-body .service .service-content .left .more span {
  color: white;
}
#index-body .service .service-content .left .more:hover span {
  color: var(--color);
}
#index-body .service .service-content .right {
  width: 660px;
}
#index-body .service .service-content .right ul {
  margin: -18px -20px;
  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;
}
#index-body .service .service-content .right ul li {
  width: 50%;
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
}
#index-body .service .service-content .right ul li:hover .box2 {
  top: 50%;
}
#index-body .service .service-content .right ul li .box {
  background-color: white;
  border-radius: 20px;
  padding: 45px 25px 0;
  height: 360px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
#index-body .service .service-content .right ul li:hover .box {
    background-color: var(--color);
}
#index-body .service .service-content .right ul li .box .img {
  width: 100%;
  border-bottom: 1px solid var(--color);
  padding-bottom: 15px;
  transition: all 0.5s;
}
#index-body .service .service-content .right ul li:hover .box .img {
  transform: translateY(-150px);
}
#index-body .service .service-content .right ul li .box h4 {
  margin: 40px 0;
  transition: all 0.5s;
  max-width: 150px;
}
#index-body .service .service-content .right ul li:hover .box h4 {
  transform: translateY(-100px);
  color: white;
}
#index-body .service .service-content .right ul li .box .con {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s;
  color: #9a9d9f;
}
#index-body .service .service-content .right ul li:hover .box .con {
  max-height: 130px;
  overflow-y: auto;
  -webkit-line-clamp: unset;
  transform: translateY(-100px);
  color: white;
}
#index-body .service .service-content .right ul li .box .con::-webkit-scrollbar-thumb {
    background-color: #000;
}
#index-body .service .service-content .right ul li .box2 {
  background-color: var(--color);
  border-radius: 20px;
  padding: 45px 25px 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 200%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#index-body .service .service-content .right ul li .box2 .title {
  border-bottom: 1px solid white;
  padding-bottom: 25px;
  margin-bottom: 35px;
  width: 100%;
}
#index-body .service .service-content .right ul li .box2 .title h4 {
  color: white;
  margin: 0;
  max-width: 100%;
}
#index-body .service .service-content .right ul li .box2 .con {
  color: white;
  display: block;
}
#index-body .about {
  position: relative;
  background: url('../images/about-bg.jpg') no-repeat;
  background-position: right bottom;
  max-height: 880px;
}
#index-body .about .text {
  position: relative;
  height: 180px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
}
#index-body .about .text .text_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: text_translate 20s linear infinite;
  -moz-animation: text_translate 20s linear infinite;
  animation: text_translate 20s linear infinite;
}
#index-body .about .text .text_box p {
  font-size: 230px;
  font-family: var(--font);
  color: #f3f3f3;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.8;
  padding-right: 70px;
}
#index-body .about .box {
  position: absolute;
  right: 10%;
  top: -180px;
  width: 220px;
  overflow: hidden;
  border-radius: 20px;
}
#index-body .about .box .con {
  background-color: var(--color);
  padding: 10px 25px;
  height: 140px;
  color: white;
}
#index-body .about .box .con h4 {
  font-size: 60px;
  font-family: 'Inter-Bold';
  line-height: 1.2;
}
#index-body .about .box .con h4 span {
  font-size: 30px;
}
#index-body .about .box .con p {
  font-size: 16px;
  line-height: 1.2;
}
#index-body .about .left {
  width: 31.6%;
}
#index-body .about .left .img {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#index-body .about .right {
  width: 68.4%;
  padding-left: 75px;
}
#index-body .about .right p {
  margin: 50px 0 20px;
}
#index-body .about .right .more {
  margin-top: 100px;
}
#index-body .about .right .more span {
  color: var(--color);
}
#index-body .about .right .more i {
  background-color: var(--color);
}
#index-body .process {
  padding-bottom: 150px;
  position: relative;
}
#index-body .process .content {
  width: 1410px;
  height: 520px;
  background-color: #f9f9f9;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top-left-radius: 25px;
  overflow: hidden;
}
#index-body .process .content .icon {
  position: absolute;
  right: 0;
  bottom: 65px;
}
#index-body .process .content .left {
  width: 37%;
  height: 100%;
  background-color: white;
}
#index-body .process .content .left ul li {
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 55px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .process .content .left ul li:last-child{
  border-bottom: none;
}
#index-body .process .content .left ul li:hover {
  background-color: var(--color);
}

#index-body .process .content .left ul li:hover span,
#index-body .process .content .left ul li:hover h4 {
  color: white;
}
#index-body .process .content .left ul li span {
  font-size: 14px;
  font-family: var(--font);
  color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .process .content .left ul li h4 {
  font-size: 20px;
  font-family: var(--font);
  margin-left: 25px;
  max-width: 275px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .process .content .right {
  padding-top: 80px;
  padding-left: 60px;
}
#index-body .production {
  padding: 55px 0 160px;
}
#index-body .production .top .h-title {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
#index-body .production .production-content ul {
  margin: 60px -20px 0;
}
#index-body .production .production-content ul li {
  position: relative;
  padding: 0 20px;
}
#index-body .production .production-content ul li:hover .box .title {
  background-color: var(--color);
}
#index-body .production .production-content ul li .box {
  position: relative;
}
#index-body .production .production-content ul li .box .img_box {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
#index-body .production .production-content ul li .box .btn {
  width: 65px;
  height: 60px;
  background-color: white;
  -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-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#index-body .production .production-content ul li .box .btn i {
  font-size: 22px;
  color: black;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .production .production-content ul li .box .btn:hover {
  background-color: var(--color);
}
#index-body .production .production-content ul li .box .btn:hover i {
  color: white;
}
#index-body .faq {
  background-color: #1f1e1e;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .faq .box {
  padding: 110px 0 110px 95px;
  color: white;
}
#index-body .faq .box .h-title span,
#index-body .faq .box .h-title h3 {
  color: white;
}
#index-body .faq .box ul {
  margin-top: 100px;
  max-width: 585px;
}
#index-body .faq .box ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
#index-body .faq .box ul li.active {
  border-color: white;
  height: 175px;
}
#index-body .faq .box ul li.active .con {
  max-height: 75px;
}
#index-body .faq .box ul li .title {
  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;
  cursor: pointer;
}
#index-body .faq .box ul li .title i {
  font-size: 26px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 5px;
}
#index-body .faq .box ul li .con {
  padding-left: 30px;
  margin-right: 20px;
  font-size: 16px;
  color: #9a9d9f;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .faq .box .more {
  margin-top: 35px;
}
#index-body .faq .box .more span {
  color: var(--color);
}
#index-body .faq .box .more i {
  background-color: var(--color);
}
#index-body .news {
  padding: 115px 0 125px;
}
#index-body .news .news-content .left {
  width: 37%;
}
#index-body .news .news-content .right {
  width: 63%;
}
#index-body .news .news-content .right ul {
  margin: 0 -22px;
}
#index-body .news .news-content .right ul li {
  padding: 5px 22px;
}
#index-body .news .news-content .right ul li .box {
  padding: 40px 25px 0;
  height: 360px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 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);
  border-radius: 20px;
}
#index-body .news .news-content .right ul li .box .more span{
  margin-right: 45px;
}
#index-body .news .news-content .right ul li .box h4 {
  margin: 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .news .news-content .right ul li .box:hover .date {
  color: var(--color);
}
#index-body .news .news-content .right ul li .box .con {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 40px;
}
#footer {
  position: relative;
  z-index: 20;
  background: url('../images/footer-bg.jpg') no-repeat;
  background-size: cover;
}
#footer .f-top{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  right:40px;
  bottom:30px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#footer .f-top:hover {
  background-color: var(--color);
}
#footer .f-top i{
  font-size: 30px;
  color:#666666;
  transition: all 0.5s;
  transform: rotate(180deg);
}
#footer .f-top:hover i{
  color: white;
}
#footer .footer-t .box {
  padding: 90px 0 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-t .box .h-title {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .footer-t .box .h-title h3,
#footer .footer-t .box .h-title span {
  color: white;
  text-align: center;
}
#footer .footer-t .box .more {
  margin: 55px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer-t .box .more:hover span {
  color: var(--color);
}
#footer .footer-t .box .more:hover i {
  background-color: var(--color);
  color: white;
}
#footer .footer-t .box .more span {
  color: white;
}
#footer .footer-t .box .more i {
  background-color: white;
  color: black;
}
#footer .footer-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 130px 15px 100px;
  position: unset;
}
#footer .footer-c .content {
  width: 100%;
}
#footer .footer-c .content .f-logo {
  max-width: 220px;
}
#footer .footer-c .content .f-logo #ewm {
  display: none;
}
#footer .footer-c .content .f-logo .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-c .content .f-logo .share a {
  margin-right: 25px;
}
#footer .footer-c .content .f-logo .share a i {
  font-size: 20px;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-c .content .f-logo .share a i:hover {
  color: var(--color);
}
#footer .footer-c .content .contact form {
  z-index: 5;
  width: 475px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-c .content .contact form input[type='text'] {
  width: 40%;
  padding-bottom: 10px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-right: 15px;
  color: white;
  font-size: 16px;
  margin-bottom: 30px;
}
#footer .footer-c .content .contact form input[name='content'] {
  width: 100%;
}
#footer .footer-c .content .contact form input::-webkit-input-placeholder {
  color: #797879;
}
#footer .footer-c .content .contact form .submit {
  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;
  cursor: pointer;
}
#footer .footer-c .content .contact form .submit:hover input[type='submit'] {
  color: var(--color);
}
#footer .footer-c .content .contact form .submit:hover i {
  background-color: var(--color);
  color: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .footer-c .content .contact form .submit input[type='submit'] {
  font-size: 16px;
  color: white;
  margin-right: 25px;
  background-color: transparent;
  border: none;
}
#footer .footer-c .content .contact form .submit i {
  background-color: #f5f5f5;
  width: 30px;
  height: 30px;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  font-size: 24px;
  color: black;
}
#footer .footer-c .content .t-list.link .box span {
  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;
}
#footer .footer-c .content .t-list.link .box span:hover {
  color: var(--color);
}
#footer .footer-c .content .t-list.link .box span:hover::before {
  width: 8px;
  margin-right: 12px;
}
#footer .footer-c .content .t-list.link .box span::before {
  content: "";
  display: block;
  width: 0;
  height: 8px;
  background-color: var(--color);
  border-radius: 50%;
  margin-right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-c .content .t-list {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer .footer-c .content .t-list .qc-img img,
#footer .footer-c .content .t-list .qc-img canvas {
  width: 75px;
  height: auto;
  border: 5px solid #fff;
}
#footer .footer-c .content .t-list h4 {
  font-size: 20px;
  font-family: 'Inter-Bold';
  margin-bottom: 35px;
}
#footer .footer-c .content .t-list span {
  font-size: 14px;
  color: white;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 15px;
}
#footer .footer-b {
  color: white;
  position: relative;
  z-index: 5;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer-b .box {
  opacity: 0.6;
  height: 80px;
}
#footer .footer-b span {
  display: block;
  font-size: 12px;
}
#footer .footer-b img {
  width: 200px;
  height: auto;
  padding-top: 3px;
  margin-left: 5px;
}
@media (max-width: 1700px) {
  .ui.container {
    width: 1400px;
  }
  header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 50px;
  }
  #header .nav .ui.menu .right {
    margin-left: 55px;
  }
  #banner .banner-content .right h2 {
    font-size: 60px;
  }
  #index-body .about .left {
    width: 40%;
  }
  #index-body .about .right {
    width: 60%;
  }
  #index-body .process .content {
    width: 85%;
  }
  #index-body .service .service-content .left {
    max-width: 45%;
  }
  #index-body .faq .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 50px;
  }
  #header .nav .ui.menu .right .h-inquire {
    margin-left: 25px;
  }
  #banner .banner-content .left {
    max-height: 680px;
  }
  #banner .banner-content .right h2 {
    font-size: 46px;
    line-height: 1.2;
  }
  #banner .banner-content .right {
    padding-left: 75px;
    padding-top: 60px;
  }
  #banner .banner-content .right p {
    margin: 45px 0;
  }
  #index-body .about .text .text_box p {
    font-size: 160px;
  }
  index-body .about .text {
    height: 130px;
  }
  .h-title h3 {
    font-size: 36px;
  }
  #index-body .service .service-content .right {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .service .service-content .left {
    max-width: 100%;
  }
  #index-body .faq .box {
    padding: 110px 0 110px 55px;
  }
  #index-body .faq .box ul {
    max-width: -webkit-calc(100% - 55px);
    max-width: -moz-calc(100% - 55px);
    max-width: calc(100% - 55px);
  }
  .header-right .pro-nav ul.grid-box > li{
      width: 25%;
     align-content: flex-start
  }
  .header-right .pro-nav ul.grid-box li .img{
      width: 100%;
  }
  .header-right .pro-nav ul.grid-box li .pro-nav-right{
      width: 100%;
      padding-left: 0;
      margin-top: 15px;
  }
  .pro-nav ul li .pro-nav-right h4{
      min-height: 45px;
      margin-bottom: 10px;
  }
  #index-body .category .category-content ul li{
      width: 50%;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
    .header-right .pro-nav ul.grid-box > li{
      width: 33.33333%;
  }
  .pro-nav2 .container .left {
    max-width: 255px;
  }
  .pro-nav2 .container .center ul {
    width: 320px;
  }
  .pro-nav2 .container .center ul li a {
    font-size: 18px;
  }
  .pro-nav {
    padding: 30px 0;
    }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 25px;
  }
  #banner .banner-content .right h2 {
    font-size: 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li::before {
    display: none;
  }
  #header .nav .ui.menu .right {
    margin-left: 30px;
  }
  #banner .banner-content .banner-t .img_box .img {
    width: 160px;
    height: 125px;
  }
  #banner .banner-content .left {
    max-height: 560px;
  }
  #index-body .about .box {
    zoom: 0.8;
  }
  #index-body .about .text {
    height: 130px;
  }
  #index-body .category {
    padding: 110px 0;
  }
  #index-body .process .content .left {
    width: 45%;
  }
  #index-body .process .content .right {
    width: 55%;
    padding-left: 50px;
    padding-right: 30px;
  }
  #index-body .process .content .right p br {
    display: none;
  }
  #index-body .application .application-content ul li .box .text {
    padding: 40px 0 0;
  }
  #index-body .faq .img {
    width: 40%;
  }
  #index-body .faq .box {
    padding: 55px 0 55px 55px;
    width: 60%;
  }
  #index-body .faq .box ul {
    margin-top: 45px;
  }
  #footer .footer-c .content .contact form {
    width: 320px;
  }
  #footer .footer-c .content .contact form input[type='text'] {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  .backup{
      display: none;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block !important;
  }
  #banner {
    margin-top: 120px;
  }
  #banner .banner-content .banner-t {
    width: 85%;
  }
  #banner .banner-content .left {
    max-height: 480px;
  }
  #banner .banner-content .right h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  #banner .banner-content .right p {
    margin: 20px 0;
  }
  #banner .banner-content .right {
    padding-left: 30px;
    padding-top: 30px;
  }
  #index-body .about .text .text_box p {
    font-size: 90px;
  }
  #index-body .about .text {
    height: 70px;
    margin-bottom: 45px;
  }
  #index-body .about .box {
    display: none;
  }
  .h-title h3 {
    font-size: 30px;
  }
  .h-title h3 br {
    display: none;
  }
  #index-body .about .right p {
    margin: 20px 0;
  }
  #index-body .about .right .more {
    margin-top: 20px;
  }
  #index-body .about {
    padding: 60px 0;
  }
  #index-body .category {
    padding: 80px 0;
  }
  #index-body .process .content {
    width: 100%;
    position: unset;
  }
  #index-body .process .content .left ul li {
    padding: 0 20px;
  }
  #index-body .process {
    padding-bottom: 0;
    position: relative;
  }
  #index-body .process .content .icon {
    max-width: 36%;
  }
  #index-body .service .service-content .right ul li {
    width: 100%;
  }
  #index-body .production {
    padding: 80px 0;
  }
  #index-body .faq .img {
    width: 100%;
  }
  #index-body .faq .box {
    width: 100%;
  }
  #index-body .faq {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .news .news-content .right {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .news .news-content .left {
    width: 100%;
  }
  #footer .footer-c .content .contact {
    margin-top: 60px;
  }
  #footer .footer-c .content .contact form {
    width: 100%;
  }
  #index-body .category .category-content ul li .box h4 {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #index-body .category .category-content ul li{
      width: 100%;
  }
  #banner .banner-content .banner-t {
    width: 100%;
  }
  #banner .banner-content .banner-t .img_box .img {
    width: 33.3333333%;
    height: 125px;
  }
  #banner .banner-content .right h2 {
    font-size: 20px;
  }
  #banner .banner-content .right {
    padding: 30px 15px 0;
  }
  #index-body .about {
    max-height: unset;
  }
  #index-body .about .left {
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .about .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .process,
  #index-body .application,
  #index-body .service,
  #index-body .production,
  #index-body .faq,
  #index-body .system {
    display: none;
  }
  #index-body .news {
    padding: 85px 0;
  }
  #footer .footer-c .content .t-list {
    width: 100%;
    max-width: 100% !important;
  }
  #footer .footer-c .content .t-list.link {
    display: none;
  }
  #footer .footer-c {
    padding: 60px 15px;
  }
  #footer .footer-b .box {
    height: auto;
    padding: 15px 0;
  }
  #footer .footer-c .content .f-logo #ewm {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #banner .banner-content .banner-t .img_box .img {
    height: 90px;
  }
  #banner .banner-content .left {
    display: none;
  }
  #banner .banner-content .right {
    width: 100%;
  }
  #banner .banner-content .banner-t {
    position: unset;
    margin-top: 60px;
  }
  #banner .banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

































.inner-banner {
  margin-top: 195px;
  margin-bottom: 55px;
}
.inner-banner .mbx {
  padding-bottom: 55px;
  border-bottom: 1px solid #cdcdcd;
  padding-left: 55px;
}
.inner-banner .mbx h2 {
  font-size: 45px;
  font-family: var(--font);
  position: relative;
  max-width: calc(100% - 300px);
  line-height: 1.2;
}
.inner-banner .mbx h2:before {
  content: "";
  display: block;
  width: 54px;
  height: 43px;
  background: url(/cktworld/2025/07/09/mbx-tag.png) no-repeat;
  position: absolute;
  left: -50px;
  top: 9px;
}
.inner-banner .mbx p {
  font-size: 18px;
  font-weight: 600;
  max-width: calc(100% - 300px);
}
.inner-banner .mbx p a,
.inner-banner .mbx p span{
  color: #666;
  font-weight: 300;
}

.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: 36px;
    font-family: var(--font);
    margin-bottom: 20px;
    text-transform: capitalize;
}
.about-page p.p {
    font-size: 18px;
    color: #fff;
    line-height: 2;
}


/* about */
.about-ab .top {
    padding: 80px 0;
    /*background: url('/cktworld/2025/07/18/about_m2.jpg')no-repeat;*/
    background: url('/cktworld/2025/07/30/2xikeditu.jpg?imageView2/2/format/webp/q/100')no-repeat;
    
    /*background-position: center bottom;
    background-size: cover;*/
}
.about-ab .top .left{
    position: relative;
    z-index: 1;
}
.about-ab .top .con{
    width: 70% !important;
}
.about-ab .top h2 {
    color: var(--color);
    font-size: 24px;
    line-height: 1.8;
    padding-bottom: 20px;
}
.about-ab .top h3 {
    color: #000;
    font-size: 38px;
    line-height: 2;
}
.about-ab .top p {
    color: #363636;
    font-size: 19px;
    font-family: var(--font);
    padding: 15px 0;
    line-height: 2;
    background-color: transparent !important;
}

.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-family: var(--font)
}

.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: #000;
    font-size: 38px;
    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%;
    text-align: right;
}
.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(/cktworld/2025/07/18/diverse-people-hands-together-partnership-2025-02-03-09-56-15-utc.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: 50px;
}
.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: 100px;
    color: #fff;
}
.about-page .ab-2 .content ul {
    margin: 0 -60px;
}
.about-page .ab-2 .content ul li {
    padding: 0 60px;
    position: relative;
}
.about-page .ab-2 .content ul .slick-active:last-child li::after {
   display: none;
}
.about-page .ab-2 .content ul li::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
}
.about-page .ab-2 .content ul li span {
    display: block;
    font-size: 18px;
    line-height: 1;
}

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

    font-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: 17px;
    line-height: 2;
    height: 102px;
    overflow-y: auto;
}



.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: -45px;
}
.about-page .about-3 .offerBox ul li{
    padding: 45px;
    text-align: center;
}

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

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


@media screen and (max-width: 1600px) {
    .about-page .i-semi .semi-list ul li p {
        padding: 15px 0 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,
    .prodet-page .prodet-3 h2,
    .technology-page .i-support .grid-box .column:nth-child(2) h2 {
        font-size: 30px;
    }
    .about-ab .top .con {
        width: 60% !important;
    }
}
@media screen and (max-width: 1400px) {
    .inner-banner .mbx h2 {
        font-size: 34px;
        margin-bottom: 15px;
        max-width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .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,
    .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;
    }
    .about-ab .top .con {
        width: 100% !important;
    }
}

@media screen and (max-width: 1000px) {
      .inner-banner .mbx h2 {
    font-size: 34px;
  }
    .inner-page .sideBox .sidebar-right h1{
      display: none!important;
    }
    .about-ab .top{
        background: none;
    }
    .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%;
    }
      .inner-banner{
    margin-top: 180px;
    }
    .pro-form{
        display: none;
    }
    .inner-banner .mbx p {
    max-width: 100%;
    }
}

@media screen and (max-width: 700px) {
     .inner-banner .mbx 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: 30px 0;
    }
    .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,
    .prodet-page .prodet-3 h2,
    .technology-page .i-support .grid-box .column:nth-child(2) h2 {
        font-size: 20px;
    }
  

    .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 */
.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) {
    .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;
    }
}

.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 h3 a {
    font-family: var(--font);
    color: #000;
}
.list.newsList ul li .content .right {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #ccc;
    color: #2b2b2b;
}
.list.newsList ul li .content .right p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: roboto;
    line-height: 2;
}
.list.newsList ul li .content .right a {
    font-size: 24px;
    font-family: var(--font);
    color: var(--color);
    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;
    }
}


.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;
    }
}






.contact-page .contact-1 {
    padding: 50px 0 50px;
}
.contact-page .contact-1 .list ul {
    margin: -8px;
}
.contact-page .contact-1 .list ul li {
    padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
    -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
    -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
    box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
    text-align: center;
    padding-bottom: 30px;
}
.contact-page .contact-1 .list ul li .box span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: var(--color);
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
    color: white;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
    content: '';
    width: 100%;
    height: 13px;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
    content: '';
    border-right: 13px solid transparent;
    border-bottom: 12px solid var(--color);
    position: absolute;
    left: 100%;
    bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
    font-size: 18px;
    line-height: 1.8;
    padding: 25px 0 15px;
    font-family: var(--font);
}
.contact-page .contact-1 .list ul li .box p {
    font-size: 17px;
    line-height: 2;
    font-family: var(--font);
    min-height: 100px;
    padding: 0 30px;
}



.join-us-page .join-us-2 {
    padding: 100px 0 80px;
    background: url('/cktworld/2025/07/18/agent.jpg')no-repeat;
    background-size: cover;
}
.join-us-page .join-us-2 .box{
    background-color: rgba(255,255,255,0.9);
    padding: 60px;
    max-width: 1450px;
    margin: 0 auto;
}
.join-us-page .join-us-2 .box .left{
    padding-right: 50px;
}
.join-us-page .join-us-2 .box .right .con-t ul{
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0;
}
.join-us-page .join-us-2 .box .right .con-t ul li{
    padding: 10px 20px 10px 0;
}
.join-us-page .join-us-2 .box .right .con-t ul li .text{
    display: flex;
    align-items: center;
}
.join-us-page .join-us-2 .box .right .con-t ul li:last-child .text{
    align-items: flex-start;
}
.join-us-page .join-us-2 .box .right .con-t ul li i{
    font-size: 24px;
    margin-right: 15px;
}
.join-us-page .join-us-2 .box .right .con-t ul li span{
    font-size: 18px;
    display: inline-block;
}

.join-us-page .join-us-2 .from ul{
    margin: -10px -18px;
}
.join-us-page .join-us-2 .from ul li {
    padding: 10px 18px;
}
.join-us-page .join-us-2 .from ul li label {
    display: block;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: 300;
}
.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
    display: block;
    width: 100%;
    line-height: 2;
    padding:0 10px;
    font-size: 16px;
    border: none;
    height: 40px;
    color: #000;
    background-color: #f3f3f3;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.join-us-page .join-us-2 .from ul li textarea {
    height: 100px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"] {
    background: var(--color);
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    padding: 0 10px;
    width: 145px;
    border-radius: 20px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
    background: black;
}
.join-us-page .join-us-2 .from ul li.wid-100 {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .join-us-page .join-us-2 .box .left {
        padding-right: 0;
        width: 100%;
    }
    .join-us-page .join-us-2 .box .right {
        width: 100%;
        margin-top: 60px;
    }
}
@media screen and (max-width: 700px) {
    .join-us-page .join-us-2 .box .right .con-t ul li{
        width: 100%;
        padding-right: 0;
    }
    .join-us-page .join-us-2 .from ul li{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .join-us-page .join-us-2 .box {
        padding: 60px 30px;
    }
    .join-us-page .join-us-2 .from ul{
        margin: 0;
    }
}

.factory-page {
    padding: 90px 0 110px;
}
.factory-page img {
    display: block;
    margin: 0 auto;
}

.factory-page .list ul {
    margin: -15px;
}
.factory-page .list ul li {
    padding: 15px;
}

.honor-page {
    padding: 90px 0 110px;
}
.honor-page img {
    display: block;
    margin: 0 auto;
}
.honor-page .list ul {
    margin: -30px;
}
.honor-page .list ul li {
    padding: 30px;
}
.img_ra{
    display: block;
    width: fit-content;
    border-radius:10px; 
    overflow: hidden;
}


.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: 20px;
    line-height: 1.8;
    font-family: var(--font);
    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;
    }
}



.p05 h2 {
    font-size: 46px;
    font-family: var(--font);
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
    font: inherit;
}
.white {
    color: #fff;
}


.p05 .support .item{
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.p05 .support .item:nth-child(odd){
    flex-direction: row-reverse;

}

.p05 {
    font-size: 16px
}

.p05 h2 {
    margin-bottom: 40px
}

.p05 .samples,
.p05 .consultation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 120px auto
}

.p05 .samples .mml-text,
.p05 .consultation .mml-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    max-width: 50%;
    color: #565656;
    font-size: 18px;
}

.p05 .samples .mml-image,
.p05 .consultation .mml-image {
    margin: auto
}

.p05 .samples h2,
.p05 .consultation h2 {
    color: black;
    text-align: initial;
    line-height: 1.4;
}

.p05 .samples p,
.p05 .samples ul,
.p05 .consultation p,
.p05 .consultation ul {
    margin-top: 15px;
    line-height: 2;
}

.p05 .samples li,
.p05 .consultation li {
    margin: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
}

.p05 .samples .green,
.p05 .consultation .green {
    margin-right: 5px;
    color: #56d079
}

.p05 .consultation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    /*max-width: 1404px;*/
}

.p05 .stable {
    overflow: hidden;
    padding: 120px 0;
    background-color: #19181d;
    text-align: center
}

.p05 .stable p {
    margin: 0 auto 15px;
    max-width: 750px;
    color: gray;
    line-height: 2;
}

.p05 .slicker-stable {
    /*max-width: 1700px;*/
    margin: 60px 0 0;
    /*-webkit-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    transform: translate(25%, 0)*/
}
.p05 .slicker-stable{
    margin-right: -10%;
}
.p05 .slicker-stable .slick-list{
    padding-right: 200px !important;
}
.p05 .slicker-stable .slick-slide {
    position: relative;
    margin: 0 20px
}

.p05 .slicker-stable .slick-slide:before {
    content: '\20';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(25, 24, 29, .5);
    -webkit-transition: all 0.24s;
    -o-transition: all 0.24s;
    transition: all 0.24s
}

.p05 .slicker-stable .slick-slide.slick-current:before {
    opacity: 0
}

.p05 .slick-dots {
    max-width: 820px;
    width: 50%;
    margin: 40px auto 0;
}

.p05 .slick-dots>li {
    display: inline-block;
    background-color: #f7f7f7;
}

.p05 .slick-dots>li.slick-active {
    background-color: var(--color);
}

.p05 .support {
    overflow: hidden;
    color: white;
    padding-bottom: 80px;
}

.p05 .support .mml-row {
    margin: 60px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.p05 .support .mml-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.p05 .support .mml-image {
    margin: auto
}

.p05 .support .mml-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px;
    max-width: 50%;
    color: #000;
    text-align: initial;
}

.p05 .support .sup-title {
    display: block;
    margin-top: 70px;
    color: #111;
    line-height: 2;
}

.p05 .support h3 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 2;
}

.p05 .support p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}

@media (max-width:1200px) {
    .p05 .slicker-stable {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .p05 .slick-dots {
        max-width: unset;
        width: unset
    }
}

@media (max-width:1000px) {

    .p05 .consultation,
    .p05 .samples {
        display: block
    }

    .p05 .consultation .mml-image,
    .p05 .samples .mml-image {
        width: unset
    }

    .p05 .consultation .mml-text,
    .p05 .samples .mml-text {
        margin: auto
    }
}

@media (max-width:780px) {
    .p05 .support .mml-row {
        display: block;
        margin: 40px auto
    }

    .p05 .support .mml-image {
        width: unset;
        max-width: unset
    }

    .p05 .support .mml-text {
        margin: auto
    }

    .p05 .support .sup-title {
        text-align: center
    }
}

@media (max-width:600px) {
    .p05 h2 {
        margin-bottom: 20px
    }

    .p05 .consultation,
    .p05 .samples {
        margin: 40px 0
    }

    .p05 .stable {
        padding: 40px 0
    }

    .p05 .slicker-stable,
    .p05 .slick-dots {
        margin-top: 20px
    }
}

.p05 .support .ui.container {
    max-width: 1404px;
}

.p05 h2 {
    font-size: 46px;
    font-family: var(--font);
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
    font: inherit;
}
.white {
    color: #fff;
}
.p05 .slick-dots button{display:none}
.p05 .slick-dots>li{margin:0 10px;width:12px;height:12px;background-color:#fff;border-radius:50%;cursor:pointer;-webkit-transition:all 0.24s;-o-transition:all 0.24s;transition:all 0.24s}
.p05 .slick-dots>li.slick-active{background-color:#fff;}

@media only screen and (max-width:1000px){
    .p05 .samples .mml-text, .p05 .consultation .mml-text{
        max-width: 100%;
    }

    .p05 h2{
        font-size: 30px;
    }

    .p05 .support .item{
        display: block;
    }

    .p05 .support .mml-text{
        max-width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .p05 .consultation{
        display: block;
    }
    .p05 .samples, .p05 .consultation{
        display: block;
    }
    .p05 .samples .mml-image, .p05 .consultation .mml-image{
        width: 100%;
    }
    .p05 .support .mml-image img{
        width: 100%;
    }
    .p05 .samples .mml-image img, .p05 .consultation .mml-image img{
        width: 100%;
    }
}
@media screen and (max-width: 501px) {
    .p05 .slicker-stable .slick-list{
        padding-right: 100px !important;
    }
}


.p06-1-s5 {
    padding-bottom: 160px
}

.p06-1-s5 .mml-row>ul>li {
    margin-top: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 h2 {
    margin-bottom: 30px;
    font-size:40px;
    font-family: var(--font);
    color: #363636;
    line-height: 1.6;
}

.p06-1-s5 p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    color: #767676;
}

.p06-1-s5 .img-wrap {
    max-width: 822px;
    width: 54%
}

.p06-1-s5 .text {
    max-width: 650px
}

.p06-1-s5 .swiper-pagination {
    position: absolute;
    margin-top: 0
}

.p06-1-s5 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px
}

@media (max-width:1200px) {
    .p06-1-s2 .small {
        margin-top: 0;
        max-width: 100%
    }

    .p06-1-s4 .text {
        margin: 0
    }
}

@media (max-width:960px) {
    .p06-1-s2 .tab {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s2 .tab li {
        width: calc(50% - 2px);
        margin-bottom: 2px
    }

    .p06-1-s5 h2{
        font-size: 24px;
        line-height: 1.8;
    }
}

@media (max-width:768px) {
    .p06-1-s1 {
        padding: 40px 0
    }

    .p06-1-s4 .text {
        padding: 10px
    }

    .p06-1-s5 {
        padding-bottom: 40px
    }

    .p06-1-s5 .mml-row>ul>li {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .img-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .img-wrap {
        width: 100%
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
        margin-top: 20px;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text {
        max-width: 100%;
        text-align: center
    }
}

@media (max-width:540px) {
    .p06-1-s2 .tab li {
        width: 100%
    }
}


.pro-form{
    position: absolute;
    right: 15px;
    bottom:60px;
}
.pro-form form{
    position: relative;
}
.pro-form form input[type="text"]{
    width: 240px;
    height: 40px;
    color: #000;
    border-radius: 8px;
    border:1px solid #d6d6d6;
    background-color: transparent;
    font-size: 16px;
    padding: 0 40px 0 15px;
}
.pro-form form input[type="submit"]{
    background: url("../images/search.png") no-repeat;
    width: 20px;
    height: 21px;
    border: none;
    position: absolute;
    right:15px;
    top:50%;
    transform: translateY(-50%);
}
.prodet-page .det-2 .related ul li{
    margin-bottom: 60px;
}
.prodet-page .det-2 .related ul li:last-child{
    margin-bottom: 0;
}
.prodet-page .det-2 .related ul li .con table {
height: auto;
    table-layout: auto;
    padding-bottom: 30px;
    /*overflow-x: auto;
    display: block !important;*/
    width: 100% !important;
    margin: auto;
    margin-bottom: 60px;
}
/*.prodet-page .det-2 .related ul li .con table tbody{
    width: 100% !important;
    display: table;
}*/
.product-page{
    padding: 90px 0;
    background-color: #f1f1f1;
}
.product-page .ui.container{
    position: unset;
}
.inner-page.product-page.product2-page.mulu .side_nav {
    text-align: center;
    margin-bottom: 25px;
}
.inner-page.product-page.product2-page.mulu .side_nav span {
    margin: 5px 35px;
    position: relative;
    font-size: 24px;
    font-family: var(--font);
    z-index: 2;
}
.inner-page.product-page.product2-page.mulu {
    padding: 70px 0 0px;
}
.pro-list-yd ul.fenlei li .yd-maintop {
    display: flex;
    align-items: center;
    align-content: center;
    background: #fff;
}
.pro-list-yd ul.fenlei li .yd-maintop .left {
    width: 50%;
    padding-right: 70px;
    padding-left: 60px;
}
.pro-list-yd .hezi {
    padding: 10px;
    background: #f0f0f0;
}
.pro-list-yd ul.fenlei li .yd-maintop .left a.more.more_cont {
    margin-top: 20px;
}
.pro-list-yd ul.fenlei li .yd-maintop .right {
    width: 50%;
}
.pro-list-yd ul.fenlei li .yd-maintop .left h2 {
    font-size: 42px;
    font-family: var(--font);
    margin-bottom: 10px;
}
.pro-list-yd ul.fenlei li .yd-maintop .left p {
    font-size: 18px;
}
.pro-list-yd ul.fenlei li .yd-maintop .right img {
    width: 100%;
    object-fit: cover;
    height: 600px;
}




.yd-mainbottom ul li {
    width: 25%;
    padding: 10px;
    text-align: center;
}
.yd-mainbottom ul li a{
    display: block;
}
.yd-mainbottom ul li .cp-dd {
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.yd-mainbottom ul li .cp-dd .text {
    background: #f0f0f0;
    padding: 10px;
    font-size: 16px;
    height: 68px;
}



.pro-list-yd ul.fenlei li .yd-maintop .left-text {
    max-height: 300px;
    overflow: overlay;
}

.yd-mainbottom {
    margin-top: 50px;
}

.inner-page.prodet-page .prodet-22 .right .faq-box ul.animate-father {
    max-height: 350px;
    overflow: overlay;
}

.prodet-page .prodet-1 .left .big {
    background: #fdfdfd;
    border: 1px solid rgb(0 0 0/3%);
}

.prodet-page .prodet-1 .left .proview-img {
    margin-top: 10px;
}
.prodet-page .prodet-1 .left .proview-img img {
    background: #fdfdfd;
    border: 1px solid rgb(0 0 0/3%);
}

.inner-page.product-page.product2-page.mulu .pro-list-yd ul.fenlei li.dabeijing:nth-child(even) {
    background: url(/template/en/images/nbg.jpg) no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
li.dabeijing {
    padding: 50px;
}
.yd-mainbottom ul li .cp-dd .cp-img {
    background: #FFF;
}




.inner-page.product-page.product2-page.mulu .side_nav a.list {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    text-transform: capitalize;
    background: #000;
    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.product-page.product2-page.mulu .side_nav a.list: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.product-page.product2-page.mulu .side_nav a.list:hover:after {
    width: 100%;
}

.product2-page .product-list ul li:hover img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all .5s ease;
}

.product2-page .product-list ul > p{
    padding-left: 1.5rem;
}


.yd-mainbottom .slick-prev {
    background: url("../images/inner-l.png") no-repeat center center rgba(255,255,255,0.0);
    left: -55px;
}

.yd-mainbottom .slick-next {
    background: url("../images/inner-r.png") no-repeat center center rgba(255,255,255,0.0);
    right: -55px;
}

.yd-mainbottom .slick-arrow {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 101px;
    border-radius: 5px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    transform: translateY(-50%);
    transition: .5s;
}



@media screen and (max-width: 1440px) {
    .yd-mainbottom ul li .cp-dd .text{
        height: 90px;
    }
    .pro-list-yd ul.fenlei li .yd-maintop .left{
        padding: 0 40px;
    }
    .pro-list-yd ul.fenlei li .yd-maintop .left h2{
        font-size: 40px;
    }
}

@media screen and (max-width: 1280px) {
    .pro-list-yd ul.fenlei li .yd-maintop .left{
        padding: 0 30px;
    }
    .pro-list-yd ul.fenlei li .yd-maintop .left h2{
        font-size: 36px;
    }
    .yd-mainbottom .slick-prev{
        left: -20px;
    }
    .yd-mainbottom .slick-next{
        right: -20px;
    }
}

@media screen and (max-width: 1000px) {
    .inner-page.product-page.product2-page.mulu{
        padding: 60px 0 0 0;
    }
    .pro-list-yd ul.fenlei li .yd-maintop{
        display: block;
    }
    .pro-list-yd ul.fenlei li .yd-maintop .left{
        width: 100%;
        padding: 20px;
    }
    .pro-list-yd ul.fenlei li .yd-maintop .right{
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 500px) {
    .pro-list-yd ul.fenlei li .yd-maintop .left h2{
        font-size: 26px;
        line-height: 1.2;
    }
    .pro-list-yd ul.fenlei li .yd-maintop .right img{
        height: auto;
    }
    .pro-list-yd ul.fenlei li .yd-maintop .left{
        padding: 20px 15px;
    }
    .pro-list-yd ul.fenlei li .yd-maintop .right{
        padding: 0 15px;
    }
    .pro-list-yd ul.fenlei li .yd-maintop .left p{
        font-size: 14px;
        line-height: 1.5;
    }

}



.inner-page .sideBox .sidebar-left {
    width: 25%;
    position: sticky;
    top: 160px;
    position: -webkit-sticky;
}

.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 {
    margin: 8px 0;
    padding: 5px 0;
    font-size: 20px;
    position: relative;
    color: #000000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 1.6;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li ul{
    margin-top: 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s linear;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active ul.sub-menu,
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.cur ul.sub-menu{
    max-height: 500px;
}
.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;
    cursor: pointer;
}
.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 .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 -1.5rem;
}
.product2-page .product-list ul li {
    padding: 0 1.5rem;
    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: 20px;
    position: relative;
}
.product2-page .product-list ul li .pro-box .imgbox{
    position: relative;

    background: #fbfbfb;
}
.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: 1.8;
    margin-bottom: 14px;
}
.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: 1.8;
    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;
}
.product2-page .product-list ul li .pro-box h5 a{
    /*text-transform: capitalize;*/

}

@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;
    }
}


.prodet-page .det-1 {
    padding: 50px 0;
    background-color: #f1f1f1;
}
.prodet-page .det-1 .ui.container{
    position: unset;
}

.prodet-page .det-1 .grid-box .left{
    width: 35%;
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
}
.prodet-page .det-1 .grid-box .right{
    width: 65%;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
    text-align: center;
    border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
    width: 100%;
}
.prodet-page .det-1 .grid-box .gallery {
    margin-top: 10px;
    text-align: left;
    position: relative;
}
.prodet-page .det-1 .grid-box .gallery .plays{
    position: absolute;
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    cursor: pointer;
}
.prodet-page .det-1 .grid-box .gallery .plays img{
    max-width: 60px;
}
.prodet-page .det-1 .grid-box .gallery .slick-track {
    margin-left: 0;
}
.prodet-page .det-1 .grid-box .gallery ul {
    margin: 0 -5px;
}
.prodet-page .det-1 .grid-box .gallery ul li {
    padding: 0 5px;
}
.prodet-page .det-1 .grid-box .gallery ul li .img {
    text-align: center;
    border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .right {
    padding-left: 3%;
    padding-bottom: 90px;
}
.prodet-page .det-1 .grid-box .right .text h1 {
    font-size: 30px;
    font-family: var(--font);
    color: #1c1c1c;
    margin-bottom: 40px;
    margin-top: 10px;
    text-transform: capitalize;
    line-height: 1.6;
}
.prodet-page .det-1 .grid-box .right .text h6{
    font-size: 24px;
    text-transform: ca;
    color: var(--color);
    font-family: var(--font);
    line-height: 1.8;
}
.prodet-page .det-1 .grid-box .right .text .con {
    font-size: 18px;
    color: #616161;
    line-height: 2;
}
.prodet-page .det-1 .grid-box .right .text .con span{
    font-family: var(--font);
}
.prodet-page .det-1 .grid-box .right .text .share{
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.prodet-page .det-1 .grid-box .right .text .share h5{
    display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: capitalize;
    font-family: var(--font);
    font-size: 20px;
    line-height: 2;
}
.prodet-page .det-1 .grid-box .right .text .share ul li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: auto;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.prodet-page .det-1 .grid-box .right .text .share .icon{
    display: flex;
    justify-content: center;
    margin-left: 15px;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a{
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 1;
    color: #000;
    transition: .5s;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a:hover{
    background: var(--color);
    border: 1px solid var(--color);
}
.prodet-page .det-1 .grid-box .right .text .mores {
    left: 53%;
    bottom: 0;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    margin-top: 40px;
}
.prodet-page .det-1 .grid-box .right .text .mores .fl{
    font-size: 18px;
    font-family: var(--font);
}
.prodet-page .det-1 .grid-box .right .text .mores a {
    margin: 5px;
    font-size: 16px;
    font-family: var(--font);
    border: 2px solid var(--color);
    color: #1c1c1c;
    padding: 0 60px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 55px;
    display: flex;
    align-items: center;
}
.prodet-page .det-1 .grid-box .right .text .mores a:hover {
    color: #fff;
    background-color: var(--color);
}

.prodet-page .det-1 .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 80px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.prodet-page .det-1 .slick-arrow:hover {
    background-color: var(--color);
}
.prodet-page .det-1 .slick-slider:hover .slick-arrow {
    opacity: 1;
}
.prodet-page .det-1 .slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
    left: 5px;
}
.prodet-page .det-1 .slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
    right: 5px;
}


.prodet-page .det-2 {
    margin-top: 60px;
}
.prodet-page .det-2 .tabs{
    position: sticky;
    top: 100px;
    z-index: 8;
    background-color: white;
}
.prodet-page .det-2 .tabs ul {
    border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-2 .tabs ul li {
    display: inline-block;
    margin-right: 15px;
}
.prodet-page .det-2 .tabs ul li.active a{
    color: var(--color);
}
.prodet-page .det-2 .tabs ul li a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-family: var(--font);
    color: #1c1c1c;
    padding: 8px 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 2;
}
.prodet-page .det-2 .tabs ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 0%;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
    color: var(--color);
}
.prodet-page .det-2 .tabs ul li.active a{
    color: var(--color);
}
.prodet-page .det-2 .tabs ul li.active a::after {
    width: 100%;
}
.prodet-page .det-2 .related {
    margin-top: 19px;
}
.prodet-page .det-2 .related ul li.active {
    display: block;
}
.prodet-page .det-2 .related ul li .con {
    font-size: 18px;
    color: #000;
    line-height: 2;
}
.prodet-page .det-2 .related ul li .con table tr:nth-child(even) {
    background-color: #f8f8f8;
}
.prodet-page .det-2 .related ul li .con table tr td {
    border-color: #ebebeb;
    /*width: auto !important;
    height: auto !important;*/
    text-align: center;
    white-space: pre-wrap;
}
.prodet-page .det-2 .related ul li .con video{
    max-width: 100%;
    max-height: 80vh;
}

.prodet-page .det-2 .related ul li .con strong{
    font-family: var(--font);
}
.prodet-page .det-2 .related ul li .con-img{
    display: flex;
    margin: 0 -10px;
}
.prodet-page .det-2 .related ul li .con-img img{
    display: inline-block;
    padding: 0 10px;
    width: 33.3333%;
}

.prodet-page .det-3 {
    margin-top: 60px;
}
/*.prodet-page .det-3 .title {
  text-align: center;
}*/
.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;
}
.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-family: var(--font);
    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-family: var(--font);
}
.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, 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("../images/banner-btn-l.png");
    left: -40px;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next{
    background-image: url("../images/banner-btn-r.png");
    right: -40px;
}

.prodet-page .form ul {
    margin: -10px;
}
.prodet-page .form ul li {
    padding: 10px;
}
.prodet-page .form ul li input,
.prodet-page .form ul li textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .form ul li input:focus,
.prodet-page .form ul li textarea:focus {
    border-color: var(--color);
}
.prodet-page .form ul li textarea {
    height: 120px;
}
.prodet-page .form ul li input[type="submit"] {
    padding: 12px;
    max-width: 180px;
    border-color: black;
    background-color: transparent;
    font-family: var(--font);
}
.prodet-page .form ul li input[type="submit"]:hover {
    color: white;
    background-color: var(--color);
    border-color: var(--color);
}
.prodet-page .form ul li.wid-100 {
    width: 100%;
}

@media screen and (max-width: 1430px) {
    .prodet-page .det-1 .grid-box .right .text .mores .fl{
        float: none;
    }

    .prodet-page .det-1 .grid-box .right .text h6{
        font-size: 20px;
    }

    .prodet-page .det-1 .grid-box .right .text h1{
        font-size: 30px;
    }

    .prodet-page .det-1 .grid-box .right .text .con{
        font-size: 16px;
    }

    .prodet-page .det-2 .related ul li .con{
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {
    .prodet-page .det-2 .related ul li .con table{
        display: block !important;
        overflow-y: auto;
    }
    .prodet-page .det-2 .related ul li .con table tbody{
    width: 100% !important;
    display: table;
    }
    .prodet-page .det-2 .related ul li .con table tr td{
        width: auto !important;
        min-width: 150px;
    }
}
@media screen and (max-width: 1000px) {
    .prodet-page .det-1 .grid-box .left{
        position: unset;
    }
    .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
        font-size: 16px;
    }
    .prodet-page .det-1 .grid-box .left {
        width: 100%;
    }
    .prodet-page .det-1 .grid-box .right {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
    .prodet-page .det-1 .grid-box .right .text .mores {
        position: relative;
        left: 0;
        width: 100%;
    }

    .prodet-page .det-1 .grid-box .right .text h6{
        font-size: 16px;
        line-height: 2;
    }

    .prodet-page .det-1 .grid-box .right .text h1{
        font-size: 24px;
        line-height: 1.8;
    }

    .prodet-page .det-3 .title h3 span{
        font-size: 24px;
    }

    .prodet-page .det-1 .grid-box .right .text .share h5{
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .det-2 .related ul li{
        width:100% !important; 
        margin-bottom: 15px;
    }

    .prodet-page .det-2 .tabs ul {
        border: none;
    }
    .prodet-page .det-2 .tabs ul li {
        display: block;
        text-align: center;
        border-bottom: 2px solid #e1e1e1;
    }
    .prodet-page .det-2 .tabs ul li a {
        display: block;
        font-size: 20px;
    }
    .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: 0px;
    }
    .prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next{
        right: 0px;
    }

    .prodet-page .form ul li input, .prodet-page .form ul li textarea{
        padding: 5px;
    }
}


.font-18 h1 {
    display: inline;
}
.jianfengyj {
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p06-1-s5 {
    padding-bottom: 160px
}

.p06-1-s5 .mml-row>ul>li {
    margin-top: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 h2 {
    margin-bottom: 30px;
    font-size:40px;
    font-family: var(--font);
    color: #363636;
    line-height: 1.6;
}

.p06-1-s5 p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 2;
}

.p06-1-s5 .img-wrap {
    max-width: 822px;
    width: 54%
}

.p06-1-s5 .text {
    max-width: 650px;
}

.p06-1-s5 .swiper-pagination {
    position: absolute;
    margin-top: 0
}

.p06-1-s5 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px
}

@media (max-width:1200px) {
    .p06-1-s2 .small {
        margin-top: 0;
        max-width: 100%
    }

    .p06-1-s4 .text {
        margin: 0
    }
}

@media (max-width:960px) {
    .p06-1-s2 .tab {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s2 .tab li {
        width: calc(50% - 2px);
        margin-bottom: 2px
    }

    .p06-1-s5 h2{
        font-size: 24px;
    }
}

@media (max-width:768px) {
    .p06-1-s1 {
        padding: 40px 0
    }

    .p06-1-s4 .text {
        padding: 10px
    }

    .p06-1-s5 {
        padding-bottom: 40px
    }

    .p06-1-s5 .mml-row>ul>li {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .img-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .img-wrap {
        width: 100%
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
        margin-top: 20px;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text {
        max-width: 100%;
        text-align: center
    }
}

@media (max-width:540px) {
    .p06-1-s2 .tab li {
        width: 100%
    }
}
.p05 h2 {
    font-size: 46px;
    font-family: var(--font);
    line-height: 1.6;
    color: #fff;
}
.p05 div,
.p05 p {
    font: inherit;
}
.white {
    color: #fff;
}


.p05 .support .item{
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.p05 .support .item:nth-child(odd){
    flex-direction: row-reverse;

}

.p05 {
    font-size: 16px
}

.p05 h2 {
    margin-bottom: 40px
}

.p05 .samples,
.p05 .consultation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 120px auto
}

.p05 .samples .mml-text,
.p05 .consultation .mml-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    max-width: 50%;
    color: #565656;
    font-size: 18px;
}

.p05 .samples .mml-image,
.p05 .consultation .mml-image {
    margin: auto
}

.p05 .samples h2,
.p05 .consultation h2 {
    color: black;
    text-align: initial;
    line-height: 1.4;
}

.p05 .samples p,
.p05 .samples ul,
.p05 .consultation p,
.p05 .consultation ul {
    margin-top: 15px;
    line-height: 2;
}

.p05 .samples li,
.p05 .consultation li {
    margin: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
}

.p05 .samples .green,
.p05 .consultation .green {
    margin-right: 5px;
    color: #56d079
}

.p05 .consultation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    /*max-width: 1404px;*/
}

.p05 .stable {
    overflow: hidden;
    padding: 120px 0;
    background-color: #19181d;
    text-align: center
}

.p05 .stable p {
    margin: 0 auto 15px;
    max-width: 750px;
    color: gray;
    line-height: 2;
}

.p05 .slicker-stable {
    /*max-width: 1700px;*/
    margin: 60px 0 0;
    /*-webkit-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    transform: translate(25%, 0)*/
}
.p05 .slicker-stable{
    margin-right: -10%;
}
.p05 .slicker-stable .slick-list{
    padding-right: 200px !important;
}
.p05 .slicker-stable .slick-slide {
    position: relative;
    margin: 0 20px
}

.p05 .slicker-stable .slick-slide:before {
    content: '\20';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(25, 24, 29, .5);
    -webkit-transition: all 0.24s;
    -o-transition: all 0.24s;
    transition: all 0.24s
}

.p05 .slicker-stable .slick-slide.slick-current:before {
    opacity: 0
}

.p05 .slick-dots {
    max-width: 820px;
    width: 50%;
    margin: 40px auto 0;
}

.p05 .slick-dots>li {
    display: inline-block;
    background-color: #f7f7f7;
}

.p05 .slick-dots>li.slick-active {
    background-color: var(--primary);
}

.p05 .support {
    overflow: hidden;
    color: white
}

.p05 .support .mml-row {
    margin: 60px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.p05 .support .mml-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.p05 .support .mml-image {
    margin: auto
}

.p05 .support .mml-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px;
    max-width: 50%;
    color: #000;
    text-align: initial;
}

.p05 .support .sup-title {
    display: block;
    margin-top: 70px;
    color: #111;
    line-height: 2;
}

.p05 .support h3 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 2;
}

.p05 .support p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}

@media (max-width:1200px) {
    .p05 .slicker-stable {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .p05 .slick-dots {
        max-width: unset;
        width: unset
    }
}

@media (max-width:1000px) {

    .p05 .consultation,
    .p05 .samples {
        display: block
    }

    .p05 .consultation .mml-image,
    .p05 .samples .mml-image {
        width: unset
    }

    .p05 .consultation .mml-text,
    .p05 .samples .mml-text {
        margin: auto
    }
}

@media (max-width:780px) {
    .p05 .support .mml-row {
        display: block;
        margin: 40px auto
    }

    .p05 .support .mml-image {
        width: unset;
        max-width: unset
    }

    .p05 .support .mml-text {
        margin: auto
    }

    .p05 .support .sup-title {
        text-align: center
    }
}

@media (max-width:600px) {
    .p05 h2 {
        margin-bottom: 20px
    }

    .p05 .consultation,
    .p05 .samples {
        margin: 40px 0
    }

    .p05 .stable {
        padding: 40px 0
    }

    .p05 .slicker-stable,
    .p05 .slick-dots {
        margin-top: 20px
    }
}

.p05 .support .ui.container {
    max-width: 1404px;
}

.p05 h2 {
    font-size: 46px;
    font-family: var(--font);
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
    font: inherit;
}
.white {
    color: #fff;
}
.p05 .slick-dots button{display:none}
.p05 .slick-dots>li{margin:0 10px;width:12px;height:12px;background-color:#fff;border-radius:50%;cursor:pointer;-webkit-transition:all 0.24s;-o-transition:all 0.24s;transition:all 0.24s}
.p05 .slick-dots>li.slick-active{background-color:#fff;}

@media only screen and (max-width:1000px){
    .p05 .samples .mml-text, .p05 .consultation .mml-text{
        max-width: 100%;
    }

    .p05 h2{
        font-size: 30px;
    }

    .p05 .support .item{
        display: block;
    }

    .p05 .support .mml-text{
        max-width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .p05 .consultation{
        display: block;
    }
    .p05 .samples, .p05 .consultation{
        display: block;
    }
    .p05 .samples .mml-image, .p05 .consultation .mml-image{
        width: 100%;
    }
    .p05 .support .mml-image img{
        width: 100%;
    }
    .p05 .samples .mml-image img, .p05 .consultation .mml-image img{
        width: 100%;
    }
    .about-ab .top .left {
        text-align: left;
    }
}
@media screen and (max-width: 501px) {
    .p05 .slicker-stable .slick-list{
        padding-right: 100px !important;
    }
}

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


@media screen and (max-width: 500px) {
    .about-ab .about-factory .box .slide:last-child {
        padding-left: 0;
        margin-top: 15px;
    }
}
    .seoPublic .title {
        font-size: 32px;
        font-family: var(--font);
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-family: var(--font);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-family: var(--font);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-family: var(--font);
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
#about_banner{
    width:100%; height:650px; background:url('../images/b_about.jpg') center/cover no-repeat; position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#about_banner .tit{color:#fff; font-weight:bold; font-size:4.6rem; text-align:center;width:100%;line-height: 1;}
#about_banner .tit-en{color:#fff; font-size:1.7rem; text-align:center;width:100%; 
    margin-top: 40px;
font-family:Montserrat; font-weight:300; text-transform:capitalize;}
/*#about_banner span{display:block; width:30px; height:30px; color:#1885f5; position:absolute; bottom:18px; left:50%; margin-left:-16px; text-align:center; font-size:2.6rem;}*/
#about_banner i{
    font-size: 30px;
    color: white;
}
#m1{max-width:1200px; margin:60px auto 70px auto;}
#m1 ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#m1 ul>li{width:33.3333333%; text-align:center;}
#m1 ul>li .iconfont{font-size:5.2rem; color:var(--color);}
#m1 ul>li .num{font-size:50px; font-family: 'Cabin-Medium';  color:#464646; margin-top:10px;}
#m1 ul>li .num span{display:inline-block;}
#m1 ul>li .desc{font-size:16px; width:80%; margin:10px auto; }
    @media screen and (max-width: 700px) {
        #m1 ul>li{width:100%;}
    }