@font-face {
  font-family: 'Hind-Regular';
  src: url(../fonts/Hind-Regular.ttf) format('truetype'), url(../fonts/Hind-Regular.eot) format('eot'), url(../fonts/Hind-Regular.woff) format('woff'), url(../fonts/Hind-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype'), url(../fonts/Montserrat-SemiBold.eot) format('eot'), url(../fonts/Montserrat-SemiBold.woff) format('woff'), url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Hind-Medium';
  src: url(../fonts/Hind-Medium.ttf) format('truetype'), url(../fonts/Hind-Medium.eot) format('eot'), url(../fonts/Hind-Medium.woff) format('woff'), url(../fonts/Hind-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Hind-SemiBold';
  src: url(../fonts/Hind-SemiBold.ttf) format('truetype'), url(../fonts/Hind-SemiBold.eot) format('eot'), url(../fonts/Hind-SemiBold.woff) format('woff'), url(../fonts/Hind-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Hind-Bold';
  src: url(../fonts/Hind-Bold.ttf) format('truetype'), url(../fonts/Hind-Bold.eot) format('eot'), url(../fonts/Hind-Bold.woff) format('woff'), url(../fonts/Hind-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Hind-Light';
  src: url(../fonts/Hind-Light.ttf) format('truetype'), url(../fonts/Hind-Light.eot) format('eot'), url(../fonts/Hind-Light.woff) format('woff'), url(../fonts/Hind-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Nucleo';
  src: url(../fonts/Nucleo.ttf) format('truetype'), url(../fonts/Nucleo.eot) format('eot'), url(../fonts/Nucleo.woff) format('woff'), url(../fonts/Nucleo.woff2) format('woff2');
}
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder {
  color: #cccccc;
}
input::-moz-placeholder {
  color: #cccccc;
}
input:-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
body {
  font-family: 'Hind-Regular';
  margin: 0;
  padding: 0;
  --primary: #9cc5ff;
  --color: #0f4ca0;
  --font: 'Hind-SemiBold';
  --blue:#9cc5ff;
  max-width: 1920px;
}
::-webkit-scrollbar-thumb {
  background: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1500px;
  margin: auto;
  position: relative;
  max-width: 1500px;
}
.layui-layer-msg{
  width:365px!important;
}
.flex_box{
  display: flex;
}
@keyframes wolInLeft{
  0%{
    opacity: 0;
    transform: translateX(-2000px);
  }
  100%{
    opacity: 1;
    transform: translateX(0px);
  }
}
.wol-fadeInLeft{
 animation: wolInLeft 2s ;
}
@keyframes wolInRight{
  0%{
    opacity: 0;
    transform: translateX(2000px);
  }
  100%{
    opacity: 1;
    transform: translateX(0px);
  }
}
.wol-fadeInRight{
 animation: wolInRight 2s ;
}
#index-body .about .about-content .right .zhongjiap,
.about-page .ab-1 .left .con {
    text-align: justify;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(15, 76, 160, .15);
  transition: all .5s;
}
#header .pro-nav {
   width: 100%;
   position: absolute;
   top:100%;
   left: 0;
   height: 0;
   transition: all .5s;
   overflow: hidden;
   background-color: #f4f4f4;
}
#header .pro-nav .nav-close{
  position: absolute;
   top:40px;
   right: 30px;
   font-size: 24px;
   cursor: pointer;
   z-index: 100;
}
#header .pro-nav.active {
   height: 103px;
   box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
#header .pro-nav>ul{
  width: 100%;
  height: 100%;
}
/*#header .pro-nav>ul>li:nth-of-type(3),
#header .pro-nav>ul>li:last-child{
  transform: translateX(-40px);
}*/
#header .pro-nav>ul>li:last-child{
  margin-right: 0;
}
#header .pro-nav>ul>li{
  margin-right: 30px;
  width: 270px;
  height: auto;
  padding: 35px 0;
  text-align: center;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  color:#000;
}
#header .pro-nav ul>li>.left>a{
  font-size: 18px;
  position: relative;
  display: block;
  transition: all .5s;
  line-height: 2;
}
#header .pro-nav ul>li>.left:hover>a,
#header .pro-nav ul>li>.left:hover>i{
  color:#0064b3;
}
#header .pro-nav>ul>li.active>.left{
  transform: translateX(-300px);
}
#header .pro-nav ul>li>.left{
  display: flex;
  align-items: center;
}
#header .pro-nav>ul>li>.left>i{
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  cursor: pointer;
  margin-top: -4px;
}
#header .pro-nav ul>li>.pro-menu>li>i{
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
#header .pro-nav ul>li>.pro-menu{
  width: 270px;
  position: absolute;
  left:100%;
  border-right:1px solid var(--color);
  padding-right: 20px;
  transition: all .5s;
}
#header .pro-nav ul>li.active>.pro-menu{
  left: 0;
  border-color:var(--color);
  min-height: 200px;
}
#header .pro-nav ul>li>.pro-menu>li:first-child{
  height: 30px;
  text-align: left;
  line-height: 2;
}
#header .pro-nav ul>li>.pro-menu>li:nth-child(2) a{
  font-size: 18px;
  font-weight: bold;
}
#header .pro-nav ul>li>.pro-menu>li:nth-child(n+2){
  margin-bottom: 10px;
  padding-left: 30px;
}
#header .pro-nav ul>li.active>.pro-menu>li:nth-child(2) a{
  color:var(--color);
}
#header .pro-nav ul>li>.pro-menu>li{
  margin-bottom: 20px;
}
#header .pro-nav ul>li>.pro-menu>li>a{
  font-size: 16px;
  display: flex;
  transition: all .5s;
  text-align: left;
  line-height: 1.6;
}
#header .pro-nav ul>li>.pro-menu>li>a:hover{
  color:var(--color);
}
#header .nav {
  position: relative;
  box-shadow: rgba(0, 0, 0, .2) 0px 0px 5px;
  z-index: 1;
}
#header .nav .nav-box{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 84px;
  position: unset;
}
#header .nav .nav-logo{
  position: relative;
}
#header .nav .nav-logo .header-icon.icon2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s;
  transform: translateX(-15px);
}
#header .nav .nav-logo .header-icon.icon1{
  transition: all .5s;
  transform: translateX(-15px);
}
#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;
  border-radius: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 45px ;
  font-size: 18px;
  color: #fff;
  z-index: 100;
  float: left;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Hind-Medium';
  height: 84px;
  line-height: 84px;
  position: relative;
}
#header.cor .nav .ui.menu .menu-box ul.menu > li{
  color:#000;
  transition: all 0.5s;
}
#header.cor .nav .ui.menu .menu-box ul.menu > li:hover{
  color:var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li>span{
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li.cur>span{
  display: block;
  cursor: pointer;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3),
#header .nav .ui.menu .menu-box ul.menu > li:nth-last-child(2){
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3)>span,
#header .nav .ui.menu .menu-box ul.menu > li:nth-last-child(2)>span{
  font-size: 14px;
  margin-bottom: -8px;
}
#header .nav .ui.menu .menu-box ul.menu > li>span{
  margin-left: 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color:var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li.tage,
#header .nav .ui.menu .menu-box ul.menu > li:hover{
  border-color: var(--color);
}
#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: 80%;
  left: 0;
  width: 250px;
  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;
  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);
}
#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;
  font-size: 17px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #e9e9e9;
  color: var(--color);
}
#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;
}
#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 .nav-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;
  margin-left: 120px;
}
#header .nav .ui.menu .nav-icon .h-line {
  width:1px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 20px;
}
#header .nav .ui.menu .nav-icon .h-search {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
#header .nav .ui.menu .nav-icon .h-search>img{
  filter: brightness(0) invert(1);
  opacity: 1;
  transition: all .5s; 
}
#header .nav .ui.menu .nav-icon .h-search:hover>img{
  opacity: 0;
}
#header .nav .ui.menu .nav-icon .h-search form input[type='submit']{
  width: 21px;
  height: 22px;
  border: none;
  background:url('../images/search.png')no-repeat;
  position: absolute;
  right: 10px;
  top:50%;
  transform: translateY(-50%);
}
#header .nav .ui.menu .nav-icon .h-search form {
  display: flex;
  align-items: center;
  position: relative;
  width:0;
  overflow: hidden;
  transition: all .5s; 
}
#header .nav .ui.menu .nav-icon .h-search:hover form {
  width:292px;
}
#header .nav .ui.menu .nav-icon .h-search form input[type='text']{
  height: 40px;
  border-radius: 5px;
  font-size: 16px;
  transition: all .5s;
  color: #000;
  width:340px;
  margin-left: 10px; 
  padding-left: 10px;
  padding-right: 40px;
  border: 1px solid rgba(0, 0, 0, .4);
}
#header .nav .ui.menu .nav-icon .h-search form:hover i {
  display: block;
}
#header .nav .ui.menu .nav-icon .h-search form i {
  display: none;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 100px;
  font-size: 18px;
  color:var(--color);
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 0;
}
#mobile.s-active {
  height: 100%;
}
#mobile.s-active .m-search{
  top:1px;
}
#mobile:before {
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .mobile-mask {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  top: 60px;
  right: 0;
  display: block;
  background: rgba(0,0,0,.6);
  z-index: -1;
}
#mobile.s-active .mobile-mask {
  z-index: 2;
  height: calc(100% - 60px);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 100;
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  transition: all 0.5s;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  z-index: 10;
  position: relative;
  line-height: 60px;
  height: 61px;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
#mobile .m-logo img {
  max-height: 60px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .right{
  display: flex;
  align-items: center;
}
#mobile .right .mobile-search img{
  filter: invert(1);
  cursor: pointer;
}
#mobile .m-btn {
  width: 30px;
  z-index: 2;
  height: 24px;
  position: relative;
  margin:0 15px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #000;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 5;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 85px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
}
#mobile #gotop {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 60px;
  position: fixed;
  right: 20px;
  bottom: 25%;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.language-box .zhuyu {
  color: #fff;
  font-size: 19px;
  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>img{
  margin-right: 10px;
}
.language-box .zhuyu .zhuyu-img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.language-box .zhuyu span{
  margin: 0 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 50px;
  right: 0px;
  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;
  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: 130px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 16px;
  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;
}
.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;
}

.btn-go {
  width:160px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  border: none;
  position: relative;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  font-family: 'Hind-SemiBold';
}
.btn-go span {
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
.btn-go img {
  position: absolute;
  right: 5px;
  top: 5px;
}
.btn-go:hover {
  background-color: var(--primary);
}
.home-title {
  text-align: center;
  position: relative;
}
.home-title h3 {
  font-size: 45px;
  line-height: 83px;
  font-family: var(--font);
  color: #000;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.home-title h3::after {
    content: '';
    display: block;
    background-color: #b7b7b7;
    width: 250px;
    height: 4px;
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
}
.home-title h3::before {
    content: '';
    display: block;
    background-color: #b7b7b7;
    width: 250px;
    height: 4px;
    position: absolute;
    right: 110%;
    top: 50%;
    transform: translateY(-50%);
}
@-webkit-keyframes playerbig {
  0% {
    width: 70px;
    height: 70px;
  }
  100% {
    width: 105px;
    height: 105px;
  }
}
@-moz-keyframes playerbig {
  0% {
    width: 70px;
    height: 70px;
  }
  100% {
    width: 105px;
    height: 105px;
  }
}
@keyframes playerbig {
  0% {
    width: 70px;
    height: 70px;
  }
  100% {
    width: 105px;
    height: 105px;
  }
}
#banner {
  width: 100%;
  position: relative;
}
#banner .banner-content {
  width: 100%;
  height: 100%;
  position: relative;
}
#banner .banner-content ul{
  position: relative;
}
#banner .banner-content ul button.slick-arrow{
  width: 60px;
  height: 60px;
  background-color: transparent;
  border:2px solid white;
  color: transparent;
  border-radius: 5px;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  z-index: -1;
  opacity: 0;
}
#banner .banner-content ul:hover button.slick-arrow{
  z-index: 100;
  opacity: 1;
}

#banner .banner-content ul button.slick-arrow:hover::before{
  color: white;
}
#banner .banner-content ul button.slick-prev{
  left: 20px;
}
#banner .banner-content ul button.slick-next{
  right: 20px;
}
#banner .banner-content ul button::before{
  font-size: 28px;
  font-family: 'FontAwesome';
  color: white;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
#banner .banner-content ul button.slick-prev::before{
  content:'\f104';
}
#banner .banner-content ul button.slick-next::before{
  content:'\f105';
}

#banner .banner-content ul .slick-dots {
  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;
  position: absolute;
  left: 50%;
  bottom:30px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .5s;
}
#banner .banner-content > ul:hover .slick-dots {
  opacity: 1;
}
#banner .banner-content ul .slick-dots .slick-active {
  background-color: white;
}
#banner .banner-content ul .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 5px;
  padding:0;
  border: 1px solid white;
}
#banner .banner-content ul .slick-dots li button {
  display: none;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  left: 50%;
  top:50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  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;
  align-items: center;
}
#banner .banner-content ul li .content .left {
  max-width: 600px;
  padding-top: 15px;
  overflow: hidden;
}
#banner .banner-content ul li .content .left h3 {
  font-size: 72px;
  font-family:var(--font);
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#banner .banner-content ul li .content .left h2{
  font-size: 144px;
  font-family: 'Hind-SemiBold';
  -webkit-text-stroke: 2px var(--color);
  color: transparent;
  text-transform: uppercase;
  line-height: 0.8;
}
#banner .banner-content ul li .content .left p {
  font-size: 20px;
  max-width: 670px;
  margin: -10px 0 40px;
}
#banner .banner-content ul li .content .right {
  position: relative;
  -webkit-transform: translateX(-230px);
  -moz-transform: translateX(-230px);
  -ms-transform: translateX(-230px);
  transform: translateX(-230px);
  padding-top: 55px;
}
@keyframes banner_img_big{
  0%{
    width:485px;
    height: 485px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  100%{
    width:555px;
    height: 555px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
/*#banner .banner-content ul li .content .right::before{
  content: "";
  display: block;
  width:445px;
  height: 445px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}*/
/*#banner .banner-content ul li .content .right::after{
  content: "";
  display: block;
  width:555px;
  height: 555px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  animation: banner_img_big 2s infinite linear;
}*/
#banner .banner-content ul li .content .right img {
  position: relative;
  z-index: 10;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-bot {
  background: url("../images/banner-bot-bg.jpg") no-repeat;
  background-size: cover;
}
#banner .banner-bot .content {
  position: relative;
}
#banner .banner-bot .content ul li {
  height: 260px;
}
#banner .banner-bot .content ul li .box {
  height: 100%;
  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-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .banner-bot .content ul li .box h4 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
}
#banner .banner-bot .content .banner-bot-prev,
#banner .banner-bot .content .banner-bot-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-bot .content .banner-bot-prev:hover,
#banner .banner-bot .content .banner-bot-next:hover {
  color: #e70012;
}
#banner .banner-bot .content .banner-bot-prev {
  left: -60px;
}
#banner .banner-bot .content .banner-bot-next {
  right: -60px;
}
#index-body .product {
  background: url("../images/product-bg.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 80px 0 145px;
  position: relative;
  z-index: 10;
}
#index-body .product .product-content {
  margin-top: 40px;
}
#index-body .product .product-content ul {
  margin: 0 -10px;
  position: relative;
}
#index-body .product .product-content ul button.slick-arrow{
  width: 55px;
  height: 55px;
  background-color: transparent;
  border:none;
  color: transparent;
  border-radius: 50%;
  position: absolute;
  top:140px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}

#index-body .product .product-content ul button.slick-prev{
  left: -80px;
}
#index-body .product .product-content ul button.slick-next{
  right: -80px;
}
#index-body .product .product-content ul button::before{
  font-size: 22px;
  font-family: 'FontAwesome';
  color: #000;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
#index-body .product .product-content ul button.slick-prev::before{
  content:'\f053';
}
#index-body .product .product-content ul button.slick-next::before{
  content:'\f054';
}
#index-body .product .product-content ul li {
  padding: 30px 10px 0;
}
#index-body .product .product-content ul li .img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 340px;
  width: 340px;
  margin: 0 auto;
  background-color: #fff;
  transition: all .5s; 
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 0 5px 5px #d4d4d4;
  padding: 5px;
  
}
#index-body .product .product-content ul li .img_box::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 200%;
    left: -100%;
    position: absolute;
    top: -60%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 32%;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    z-index: 1;
}
#index-body .product .product-content ul li .img_box:hover::before {
    left: 200%;
}
#index-body .product .product-content ul li .img_box img{
  width: 96%;
  object-fit: cover;
  border-radius: 50%;
}
#index-body .product .product-content ul li .img_box:hover{
  transform: scale(1.1, 1.1);
}
#index-body .product .product-content ul li h4 {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  color: #000;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
#index-body .product .product-content ul li h4:hover {
  color: var(--color);
}
#index-body .product .product-content ul .slick-dots {
  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;
  position: absolute;
  left: 50%;
  bottom:-50px;
  transform: translateX(-50%);
}
#index-body .product .product-content ul .slick-dots .slick-active {
  background-color: transparent;
  border-color: #b4adad;
}
#index-body .product .product-content ul .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #949494;
  margin: 0 5px;
  padding:0;
  cursor: pointer;
  border: 1px solid transparent;
}
#index-body .product .product-content ul .slick-dots li button {
  display: none;
}
#index-body .application {
  background: url("../images/app-bg.jpg") no-repeat;
  background-size: 100% 150%;
  padding: 60px 0 80px;
}
#index-body .application .application-content {
  margin-top: 30px;
}
#index-body .application .application-content ul{
  margin: 0 -15px;
}
#index-body .application .application-content ul li {
  padding:15px;
  position: relative;
}
#index-body .application .application-content ul li .img-box{
  width: fit-content;
  height: fit-content;
  display: block;
}
#index-body .application .application-content ul li .title {
  width: calc(100% - 30px);
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 15px;;
  transform: translateX(-50%);
  background-color: rgba(15, 76, 160, .6);
  padding: 10px 0;
  color:white;
}
#index-body .application .application-content ul li .title h4 {
  font-size: 16px;
  font-family: 'Montserrat-SemiBold';
  text-align: center;
  transition: color .5s;
  text-transform: uppercase;
}
#index-body .application .application-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .factory {
  background: url("../images/factory-bg.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 200px 0 135px;
}
#index-body .factory .home-title h3 {
  color: #fff;
}
#index-body .factory .factory-content ul {
  margin: 30px -15px 0;
  position: relative;
}
#index-body .factory .factory-content ul button.slick-arrow{
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, .5);
  border:none;
  color: transparent;
  border-radius: 5px;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  z-index: -1;
  opacity: 0;
}
#index-body .factory .factory-content ul:hover button.slick-arrow{
  z-index: 100;
  opacity: 1;
}

#index-body .factory .factory-content ul button.slick-arrow:hover::before{
  color: white;
}
#index-body .factory .factory-content ul button.slick-prev{
  left: 20px;
}
#index-body .factory .factory-content ul button.slick-next{
  right: 20px;
}
#index-body .factory .factory-content ul button::before{
  font-size: 28px;
  font-family: 'FontAwesome';
  color: white;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
#index-body .factory .factory-content ul button.slick-prev::before{
  content:'\f104';
}
#index-body .factory .factory-content ul button.slick-next::before{
  content:'\f105';
}
/*#index-body .factory .factory-content ul .slick-slide:nth-child(2n) li img:last-child{
  display: none;
}*/
#index-body .factory .factory-content ul .slick-slide:nth-child(odd) li img{
  margin-top: 0;
  height: 100%;
}  
#index-body .factory .factory-content ul li img:last-child {
  margin-top: 10px;
}
#index-body .factory .factory-content ul li {
  padding: 0 5px;
  height: 612px;
}
#index-body .factory .factory-content ul li img{
    height: calc((100% - 10px)/2);
    width: 100%;
    object-fit: cover;
}
#index-body .factory .factory-content ul .slick-dots {
  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;
  margin-top: 55px;
  position: absolute;
  left: 50%;
  bottom:-55px;
  transform: translateX(-50%);
}
#index-body .factory .factory-content ul .slick-dots .slick-active {
  background-color: var(--color);
}
#index-body .factory .factory-content ul .slick-dots li {
  width: 40px;
  height: 6px;
  background-color: #c6c6c6;
  margin: 0 5px;
}
#index-body .factory .factory-content ul .slick-dots li button {
  display: none;
}
#index-body .advantage {
  padding: 60px 0 0;
}
#index-body .advantage .advantage-content {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .advantage .advantage-content .left {
  width: 42%;
  padding-top: 15px;
}
#index-body .advantage .advantage-content .left ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .advantage .advantage-content .left ul li .title {
  width: 225px;
  text-align: center;
}
#index-body .advantage .advantage-content .left ul li .title h2 {
  font-size: 120px;
  font-family: var(--font);
  color:#e7e7e7;
  transition: all 0.5s;
  padding-left: 20px;
}
#index-body .advantage .advantage-content .left ul li .box::before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #cecece;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .advantage .advantage-content .left ul li .box::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #cecece;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}
#index-body .advantage .advantage-content .left ul li .box {
  max-width: 555px;
  padding-left: 90px;
  position: relative;
  height: 200px;
  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;
}
#index-body .advantage .advantage-content .left ul li .box h4 {
  font-size: 32px;
  font-family: var(--font);
  margin-bottom: 10px;
  transition: all 0.5s;
}
#index-body .advantage .advantage-content .left ul li .box p {
  font-size: 19px;
  line-height: 1.8;
  padding-right: 30px;
}
#index-body .advantage .advantage-content .left ul .slick-current li .box h4,
#index-body .advantage .advantage-content .left ul li:hover .box h4{
  color: var(--color);
}
#index-body .advantage .advantage-content .left ul .slick-current li .title h2,
#index-body .advantage .advantage-content .left ul li:hover .title h2{
  color:#1d1d1d;
}
#index-body .advantage .advantage-content .left ul .slick-current li .box::after,
#index-body .advantage .advantage-content .left ul li:hover .box::after  {
  background-color: var(--color);
}
#index-body .advantage .advantage-content .left ul .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -20px;
  margin-right: 160px;
}
#index-body .advantage .advantage-content .left ul .slick-dots .slick-active {
  background-color: var(--color);
}
#index-body .advantage .advantage-content .left ul .slick-dots .slick-active {
  width: 15px;
  height: 15px;
}
#index-body .advantage .advantage-content .left ul .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c6c6c6;
  margin: 0 20px;
}
#index-body .advantage .advantage-content .left ul .slick-dots li button {
  display: none;
}
#index-body .advantage .advantage-content .right {
  width: 58%;
}
#index-body .advantage .advantage-content .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .about {
  padding: 100px 0 0;
  position: relative;
  z-index: 8;
}
#index-body .about .about-bot {
  margin-top: 85px;
}
#index-body .about .about-bot 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;
}
#index-body .about .about-bot ul li {
  color: #000;
  position: relative;
  min-width: 195px;
}
#index-body .about .about-bot ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .about .about-bot ul li h3 {
  font-size: 60px;
  position: relative;
  font-family: 'Hind-Medium';
  line-height: 1;
  z-index: 2;
}
#index-body .about .about-bot ul li:last-child{
  padding-left:35px; 
}
#index-body .about .about-bot ul li h4 {
  font-size: 18px;
  font-family: 'Hind-Medium';
  position: relative;
  z-index: 2;
}
#index-body .about .about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .about .about-content .right{
  max-width: 55%;
}
#index-body .about .about-content .right .zhongjiap {
    padding-right: 50px; 
}
#index-body .about .about-content .right {
  width: 55%;
}
#index-body .about .about-content .right h3 {
  font-size: 47px;
  font-family: var(--font);
}
#index-body .about .about-content .right .btn-go span{
  text-transform: uppercase;
}
#index-body .about .about-content .right p {
  font-size: 20px;
  max-width: 85%;
  margin: 10px 0 50px;
  color:rgba(0, 0, 0, 0.8);
  padding-right: 20px;
}
#index-body .news {
  padding: 0 0 95px;
  position: relative;
  display: none;
}
#index-body .news .news-t {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .news .news-t .home-title h3 {
  text-align: left;
}
#index-body .news .home-title h3::after {
  margin: 0;
}
#index-body .news .bg {
  position: absolute;
  right: 0;
  top: 180px;
}
#index-body .news .news-content {
  margin-top: 75px;
}
#index-body .news .news-content ul {
  position: relative;
  z-index: 5;
  margin: 0 -25px;
}
#index-body .news .news-content ul li {
  cursor: pointer;
  padding: 0 25px;
}
#index-body .news .news-content ul li .date {
  color: var(--color);
  font-size: 22px;
  border-bottom: 3px solid #373737;
  padding-top: 10px;
  margin-bottom: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 30px;
}
#index-body .news .news-content ul li h4 {
  font-size: 32px;
  font-family: var(--font);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .news-content ul li a {
  width: 60px;
  height: 60px;
  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;
  border-radius: 50%;
}
#index-body .news .news-content ul li a img{
  transition: all 0.5s;
}
#index-body .news .news-content ul li a:hover{
  background-color: var(--primary);
}
#index-body .news .news-content ul li h4:hover {
  color: var(--color);
}
#index-body .news .news-content ul li p {
  font-size: 20px;
  padding-right: 25px;
  margin: 5px 0 25px;
  opacity: 0.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#footer {
  position: relative;
  background-color: #2b2b2b;
}
#footer .footer-userinfo {
  padding: 25px 0;
  background-color: #323232;
}
#footer .footer-userinfo .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-userinfo .ui.container h3 {
  color: #fff;
  font-size: 20px;
  font-family: 'Hind-SemiBold';
}
#footer .footer-userinfo .ui.container #addForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-userinfo .ui.container #addForm input::-webkit-input-placeholder {
  color: #fff;
}
#footer .footer-userinfo .ui.container #addForm input::-moz-placeholder {
  color: #fff;
}
#footer .footer-userinfo .ui.container #addForm input:-moz-placeholder {
  color: #fff;
}
#footer .footer-userinfo .ui.container #addForm input:-ms-input-placeholder {
  color: #fff;
}
#footer .footer-userinfo .ui.container #addForm .submit {
  width: auto;
  padding: 0 35px;
  line-height: 60px;
  font-size: 16px;
  background: var(--color);
  color: #fff;
  border: none;
  height: 60px;
  margin-right: 0;
}
#footer .footer-userinfo .ui.container #addForm input {
  width: 280px;
  height: 60px;
  background: #464646;
  border: none;
  padding: 0 20px;
  color: #323232;
  font-size: 18px;
  margin-right: 15px;
}
#footer .footer-userinfo .ui.container #addForm input[name="content"] {
  width: 420px;
}
#footer .footer-center .footer-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-center .footer-t .footer-t-gird {
  padding: 65px 0 100px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-center .footer-t .footer-t-gird .contact {
  width: 30%;
}
#footer .footer-center .footer-t .footer-t-gird .contact .con-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
#footer .footer-center .footer-t .footer-t-gird .contact .con-l:last-child{
  margin-bottom: 0;
}
#footer .footer-center .footer-t .footer-t-gird .contact .con-l img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 10px;
}
#footer .footer-center .footer-t .footer-t-gird .contact .con-l div {
  margin-top: -5px;
}
#footer .footer-center .footer-t .footer-t-gird .contact .con-l div span:first-child {
  color: #6d6d6d;
}
#footer .footer-center .footer-t .footer-t-gird .contact .con-l span {
  display: block;
  max-width: 400px;
}
#footer .footer-center .footer-t .footer-t-gird .link span:hover {
  color: var(--primary);
}
#footer .footer-center .footer-t .footer-t-gird .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-center .footer-t .footer-t-gird .link-box{
  display: flex;
  justify-content: space-between;
  width: 600px;
  flex-wrap: wrap;
  position: relative;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .qc-img img,
#footer .footer-center .footer-t .footer-t-gird .t-list .qc-img canvas {
  width: 100px;
  height: auto;
  border: 3px solid #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons a {
  margin-bottom: 0;
  background-color: transparent;
  display: block;
  text-align: center;
  margin-right: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #C6C6C6;
  font-size: 20px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons a:last-child {
  margin-right: 0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list .footer-icons a:hover {
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 22px;
  margin-bottom: 25px;
  font-family: var(--font);
}
#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 16px;
  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: 10px;
}
#footer .footer-center .footer-t .footer-t-gird .link span::before{
  content: "\f105";
  color: var(--blue);
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  font-family: 'FontAwesome';
}
#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
}
#footer .footer-center .footer-b {
  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;
  width:1500px;
  position: absolute;
  left: 0;
  bottom:-85px;
}
#footer .footer-center .footer-b p {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#footer .footer-center .footer-b p span {
  font-size: 16px;
  line-height: 32px;
}
#footer .footer-center .footer-b p span:first-child {
  margin-right: 10px;
  white-space: nowrap;
}
#footer .footer-center .footer-b p img {
  width: 260px;
  height: auto;
  padding-top: 3px;
}
#footer .footer-center .footer-b .topup {
  cursor: pointer;
}
#footer .footer-center>.footer-b {
    display: none;
}
#index-body .product .home-title h3,
#index-body .factory .home-title h3,
#index-body .advantage .home-title h3,
#index-body .application .home-title h3{
  font-size: 45px;
  text-transform: uppercase;
} 
@media (max-width: 1800px) {
  #banner .banner-content ul li .content {
    bottom: unset;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #banner .banner-content ul li .content .left h3 {
    font-size: 64px;
  }
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #footer .footer-userinfo .ui.container #addForm input[name="content"] {
    width: 410px;
  }
  #footer .footer-userinfo .ui.container #addForm{
    margin-right: 0;
  }
  #header .nav .ui.menu .nav-icon .h-search:hover form {
    width: 250px;
  }
  #banner .banner-content ul li .content .left h3 {
    font-size: 46px;
    line-height: 66px;
  }
  #banner .banner-content ul li .content .left {
    max-width: 840px;
  }
  #banner .banner-content ul li .content .right {
    width: 270px;
  }
   #banner .banner-content ul li .content .right img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 60px;
  }
  #index-body .about .about-content .right {
    margin-left: 65px;
  }
  #index-body .advantage .advantage-content .left ul li .title h2 {
    font-size: 96px;
  }
  #index-body .advantage .advantage-content .left ul li .box{
    max-width: calc(100% - 150px);
    padding-left: 30px;
  }
  #index-body .advantage .advantage-content .left ul li .title {
    width: 150px;
  }
  #index-body .advantage .advantage-content .left ul li .title h2 {
    padding:0 20px;
  }
  #index-body .advantage .advantage-content .left ul li .box p {
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.4;
  }
  #index-body .product .product-content ul li .img_box {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #index-body .product .product-content ul li .img_box {
    height: 250px;
    width: 250px;
  }
  #index-body .factory {
    padding: 200px 0 75px;
  }
  #header .nav .ui.menu .nav-icon {
    margin-left: 50px !important;
  }
  #banner .banner-content ul li .content .left p {
    font-size: 16px;
    max-width: 565px;
    margin: -10px 0 35px;
  }
  #banner .banner-content ul li .content .left h3 {
    font-size: 36px;
  }
  #banner .banner-content ul li .content .left {
    max-width: 565px;
  }
  #banner .banner-content ul li .content .right {
    width: 180px;
  }
  .home-title h3 {
    font-size: 48px;
  }
  #index-body .about .about-content .right h3 {
    font-size: 48px;
  }
  #index-body .about .about-content .left img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .factory .factory-content ul li {
    height: auto;
  }
   #index-body .advantage .advantage-content {
    flex-direction: column;
  }
  #index-body .advantage .advantage-content .right {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .advantage .advantage-content .left {
    width: 100%;
  }
  #index-body .about .about-bot ul li {
    width: 25%;
  }
  #index-body .about .about-bot ul li h4,
  #index-body .about .about-bot ul li h3 {
    text-align: center;
  }
  #index-body .about .about-bot ul li img {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #footer .footer-userinfo .ui.container {
    -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-userinfo .ui.container h3 {
    margin-bottom: 30px;
  }
  #index-body .advantage .advantage-content .left {
    padding: 0 15px;
  }
  #footer .footer-center .footer-b{
    bottom:-65px;
  }
  #footer .footer-center .footer-t .footer-t-gird .link-box{
    width: 500px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: 30px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #index-body .about .about-content .right .zhongjiap {
    padding-right: 0; 
  }
  #footer .footer-userinfo .ui.container #addForm input[name="content"]{
    width: 100%;
  }
  #header .nav .ui.menu .nav-icon .h-search form input[type='text'] {
    width: 130px;
  }
  #header .nav .ui.menu .nav-icon .h-search:hover form {
    width: 140px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #header .nav .ui.menu .nav-icon {
    margin-left: 20px !important;
  }
  .language-box {
    margin-right: 0;
  }
    #banner .banner-content ul li .content .right {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  #banner .banner-content ul li .content .left h3 {
    font-size: 38px;
    line-height: 46px;
  }
  #banner .banner-content ul li .content .left {
    max-width: 100%;
  }
  #banner .banner-content ul li .content .left p {
    max-width: 100%;
  }
  #index-body .about .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .about .about-content .left,
  #index-body .about .about-content .right {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
  #index-body .about .about-content .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .about .about-content .right {
    margin-bottom: 60px;
  }
  #index-body .about .about-content .right p {
    max-width: 100%;
    max-height: unset;
    overflow-y: unset;
  }
  #index-body .advantage .advantage-content .left ul li .title h2 {
    font-size: 80px;
  }
  #index-body .news .bg {
    width: 480px;
  }
  #index-body .news .news-content ul li h4 {
    font-size: 26px;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact .con-l {
    margin-bottom: 15px;
  }
    #footer .footer-userinfo .ui.container #addForm {
    -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;
    width: 100%;
  }
  #footer .footer-userinfo .ui.container #addForm input {
    width: 100%;
    margin-right: 0;
  }
  #footer .footer-userinfo .ui.container #addForm input[type='text'] {
    margin-bottom: 15px;
  }
  #footer .footer-center .footer-t .footer-t-gird .link-box {
    width: 450px;
  }
  #index-body .about .about-content .right p{
    padding-right: 0;
  }
  #index-body .about .about-content .right{
    padding: 0 15px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  
  #index-body .advantage .advantage-content .left ul li .box h4 {
      font-size: 24px;
  }
  #index-body .advantage .advantage-content .left ul li .box {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
   #banner .banner-content ul li .content .right {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    padding-top: 0;
    width: 150px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 60px;
    transition: all 0.5s;
  }
  .home-title h3 {
    font-size: 36px;
  }
  #index-body .product .product-content {
    margin-top: 40px;
  }
  #index-body .about .about-bot ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .about-bot ul li {
    width: 50%;
    margin: 80px 0;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    width: 50%;
  }
  #footer .footer-center>.footer-b {
    display: block;
  }
  #footer .footer-center .footer-b p span {
    text-align: center;
  }
  #footer .footer-center .footer-b p{
    flex-direction: column;
  }
  #footer .footer-center .footer-t .footer-t-gird .link-box{
    display: none;
  }
  #footer .footer-center .footer-b{
    position: unset;
    padding:20px 15px 45px;
    width: auto;
  }
  #footer .footer-center .footer-t .footer-t-gird{
    padding: 65px 15px 20px;
  }
  #footer .footer-center .footer-b p span:first-child {
    white-space: pre-wrap;
    margin-right:0;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list:first-child{
    transform: translateY(0) !important;
  }
  #banner .banner-content ul li .content .left .tlt-img{
    display: none;
  }
  #index-body .product .product-content ul li .img_box {
    height: 300px;
    width: 300px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list a.f-logo{
    position: unset !important;
    max-width: 150px;
    display: block;
    transform:none !important;
  }
  #mobile .m-logo .language-box ul.sub-menu {
    top: 25px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
   .home-title h3::before,
  .home-title h3::after{
    width: 100%;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #index-body .product .product-content ul li h4{
    min-height: 60px;
  }
   #banner .banner-content ul li .content .right {
    width: 80px;
  }
  #index-body .product .product-content ul li .img_box {
    height: 200px;
    width: 200px;
  }
  #banner .banner-content ul li .content .left h3 {
    font-size: 24px;
    line-height: 46px;
  }
  #banner .banner-content ul li .content .left p {
    display: none;
  }
  .home-title h3 {
    font-size: 30px;
  }
  #index-body .about .about-content .right h3 {
    font-size: 30px;
  }
  #index-body .about {
    padding-top: 60px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .about .about-content .right p {
    font-size: 16px;
  }
  #index-body .news .bg {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    width: 100%;
    margin-bottom: 30px;
  }
  #footer .footer-center .footer-b {
    padding-bottom: 20px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list:first-child {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #index-body .product .home-title h3, 
  #index-body .factory .home-title h3,
  #index-body .advantage .home-title h3, 
  #index-body .application .home-title h3 {
    font-size: 30px;
  }
  #index-body .factory {
    padding: 140px 0 75px;
  }
  #index-body .advantage .advantage-content .left ul li .title{
    display: none;
  }
  #index-body .advantage .advantage-content .left ul li .box {
    max-width: 100%;
    padding-left: 30px;
  }
  #index-body .advantage .advantage-content .left ul li .box p {
    padding-right: 0;
  }
  #index-body .advantage .advantage-content .left ul li {
    padding-left: 10px;
  }
  #index-body .factory .factory-content{
    padding: 0 15px;
  }
  #index-body .factory .factory-content ul {
    margin: 30px 0 0;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
   #index-body .about .about-content .right .zhongjiap {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .home-title h3::before,
  .home-title h3::after{
    width: 50%;
    height: 2px;
  }
  #index-body .about .about-bot ul li h4 {
    font-size: 16px;
  }
  #index-body .about .about-bot ul li h3 {
    font-size: 36px;
    margin-bottom: 5px;
  }
  #index-body .about .about-bot {
    margin-top: 25px;
  }
  #index-body .about .about-bot ul li {
    min-width: unset;
  }
  #index-body .product .product-content ul li .img_box {
    height: 150px;
    width: 150px;
  }
  #banner .banner-content ul li .content .left a{
    display: none;
  }
  .home-title h3 {
    line-height: 1.4;
  }
  #index-body .product {
    padding: 40px 0;
  }
  #index-body .news .news-t {
    -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;
  }
  #index-body .news .home-title h3::after {
    margin: 30px auto 0;
  }
  #footer .footer-userinfo .ui.container h3 {
    font-size: 30px;
  }
}
























/*-------------------------inner-page----------------------------------*/
/*inner-page*/
.font-18{
  font-size: 18px;
}
.ks {
  animation: ks 1s linear infinite;
}
@keyframes ks {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

.ks2 {
  animation: ks2 2s linear infinite;
}
@keyframes ks2 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.inner-banner {
  display: block;
  height: auto;
  color: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
}

.inner-page .m-page {
  margin-top: 80px;
  text-align: center;
  display: block;
}
.inner-page .m-page a{
  margin: 0 4px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width:45px;
  line-height: 45px;
  height: 45px;
  padding: 0 12px;
  font-size: 14px;
  color: #7f7f7f;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a.prev,
.inner-page .m-page a.next{
  font-size: 34px;
}
.inner-page .m-page a.prev{
  margin-right: 10px;
}
.inner-page .m-page a.next{
  margin-left: 10px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: var(--color);
  color: white;
}


.mbx {
  font-size: 14px;
  position: relative;
  z-index: 2;
  background-color: #f4f4f4;
}
.mbx .ui.container{
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mbx .ui.container span{
  color:var(--color);
  display: inline-block;
  margin-left: 8px;
}
.mbx .ui.container a{
  display: inline-block;
  margin: 0 8px;
}
.inner-banner h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  font-family: var(--font);
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
}

.inner-banner .btn {
  margin-top: 70px;
  position: relative;
  z-index: 2;
}

.inner-banner .btn a.more {
  line-height: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 35px;
  background: #001425;
  color: #fff;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.inner-banner .btn a.more.contact {
  padding-left: 20px;
  background: #fff;
  color: #000;
  margin-left: 10px;
  padding-right: 0;
}

.inner-banner .btn a.more.contact i {
  text-align: center;
  color: #fff;
  background: #001425;
  width: 50px;
  margin-left: 20px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding-top: 15px;
}


.inner-banner .box .content {
  max-width: 1230px;
  margin: 0 auto;
  text-align: left;
}

.about-page i.tag {
  display: block;
  font-size: 16px;
  color: #001425;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 30px;
}

.about-page h2 {
  display: block;
  font-size: 28px;
  font-family: var(--font);
  text-transform: capitalize;
  line-height: 1.5;
}

.about-page h2.heiti {
  color: #000;
  padding: 30px 0 10px;
}


.about-page h5 {
  font-size: 50px;
  line-height: 1.2;
  font-family:var(--font);
}

.about-page h5 em {
  color: #001425;
  display: block;
}

.about-page span.tag {
  font-size: 22px;
  line-height: 1;
  color: #616161;
  font-family: var(--font);
  display: inline-block;
  margin-top: 12px;
}

.about-page .ab-1{
  overflow: hidden;
}
.about-page .ab-1 .box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-page .ab-1 .box::after {
  content: 'About Us';
  position: absolute;
  bottom: -66px;
  right: -43%;
  z-index: -1;
  font-size: 380px;
  font-family: 'MPB';
  font-weight: bold;
  line-height: 1;
  color: #fcfcfc;
  text-shadow: 0px 0px 70px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.about-page .ab-1 {
  padding: 79px 0 0px 0;

}

.about-page .ab-1 .left {
  padding-top: 50px;
  width: 100%;
}

.about-page .ab-1 .left h3 {
  font-size: 32px;
  color: #001425;
  font-family: var(--font);
  line-height: 1.8;
}

.about-page .ab-1 .left .con {
  margin-top: 25px;
  font-size: 16px;
  line-height: 30px;
}

.about-page .ab-1 .left .con p {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

.about-page .ab-1 .right {
  text-align: right;
  width: 40%;
}

.about-page .ab-1 .right .content {
  margin-top: 90px;
  padding: 0 51px 0 127px;
}

.about-page .ab-1 .right .content .text {
  display: inline-block;
  vertical-align: bottom;
  width: 34%;
  position: relative;
  padding-bottom: 80px;
  letter-spacing: 2px;
  color: #6a6a6a;
font-family: 'Hind-SemiBold';
  line-height: 1;
  font-size: 37px;
  padding-right: 46px;
}

.about-page .ab-1 .right .content .text span {
  writing-mode: vertical-lr;
  position: relative;
  z-index: 1;
}

.about-page .ab-1 .right .content .text span:last-child {
  font-size: 31px;
  margin-top: 201px;
  float: right;
  margin-left: 25px;
}

.about-page .ab-1 .right .content .text i {
  position: absolute;
  bottom: 35px;
  left: -13px;
  width: 193px;
  height: 370px;
  border: 3px solid #eef0ee;
}

.about-page .ab-1 .right .content .img {
  display: inline-block;
  width: 65%;
  height: 695px;
  background: url(/czzhongjia/2024/11/15/about-2-1.jpg) no-repeat right center;
}

.about-page .ab-1 .imgs {
  text-align: center;
  margin-top: 48px;
}

.about-page .ab-2 {
  padding: 100px 0;
}
.about-page .ab-2 .container{
  min-height: 500px;
}
@keyframes player_big{
  0%{
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0);
  }
  100%{
    width: 85px;
    height: 85px;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.about-page .ab-2 .player{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}
.about-page .ab-2 .player::before{
  content: "";
  width: 85px;
  height: 85px;
  display: block;
  border-radius: 50%;
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  background-color: rgba(255, 255, 255, 0.4);
  animation: player_big infinite 2s;
}
.about-page .ab-2 .player i{
  font-size: 76px;
  color:white;
}
.about-page .ab-2 .bg{
  margin: 0 auto;
  display: block;
  transition: all .5s;
  position:absolute;
  width: calc(100% - 30px);
  object-fit: cover;
  left:50%;
  top:0;
  transform: translateX(-50%);
  height: -webkit-fill-available;
}
.about-page .ab-2 .bg-1{
  display: block;
}
.about-page .ab-2 .bg-2{
  display: none;
}
.about-page .ab-2 .container:hover .bg{
  filter: brightness(0.8);
}
.about-page .ab-2 video{
  height: 576px;
  overflow: hidden;
  background-color: #000;
  transition: all .5s;
}
.about-page .ab-2 .header {
  text-align: center;
  width: 56%;
  margin: 0 auto;
}

.about-page .ab-2 .header span {
  font-size: 48px;
  color: #001425;
  line-height: 1;
  font-weight: 700;
font-family: 'Hind-SemiBold';
}

.about-page .ab-2 .header h3 {
  font-size: 36px;
  font-family: 'MB';
  line-height: 1.1;
  margin-top: 23px;
}

.about-page .ab-2 .header p {
  font-size: 18px;
  line-height: 1.6;
  color: #8c8d8d;
  margin-top: 24px;
}

.about-page .ab-2 .header .mores {
  width: 133px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: var(--color);
  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: 122px;
  color: #fff;
}

.about-page .ab-2 .content ul {
  margin-right: -20px;
}

.about-page .ab-2 .content ul .slick-slide {
  margin-right: 32px;
}

.about-page .ab-2 .content ul .slick-slide:nth-child(1) li::after {
  right: -2%;
}

.about-page .ab-2 .content ul .slick-slide:nth-child(2) li::after {
  right: -4.5%;
}

.about-page .ab-2 .content ul .slick-slide:nth-child(3) li::after {
  right: -5%;
}

.about-page .ab-2 .content ul .slick-slide:last-child li::after {
  display: none;
}

.about-page .ab-2 .content ul li {
  padding: 0 10px;
  position: relative;
}

.about-page .ab-2 .content ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}

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

.about-page .ab-2 .content ul li .img {
  height: 60px;
  margin-top: 44px;
}

.about-page .ab-2 .content ul li h4 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin: 36px 0 30px;
  font-style: italic;
  white-space: nowrap;
  text-overflow: ellipsis;

}

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



.about-page .ab-2 .content ul li a.mores {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid white;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  margin-top: 64px;
  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: 74px 40px 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: 24px;
}

.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: -6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}


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

.about-page .ab-3 {
  padding: 102px 0 105px;
  overflow: hidden;
  position: relative;
  background: url(../images/product-bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.about-page .ab-3 .container{
  display: flex;
  justify-content: space-between;
}
.about-page .ab-3 .infos {
  position: absolute;
  top: 8%;
  right: 0;
  text-align: center;
  max-width: 146px;
  z-index: 1;
}

.about-page .ab-3 .infos .num {
  font-size: 28px;
}

.about-page .ab-3 .infos .num .s2 {
  font-size: 16px;
  vertical-align: bottom;
}

.about-page .ab-3 .infos .arrow {
  margin-top: 52px;
}

.about-page .ab-3 .infos .arrow .al,
.about-page .ab-3 .infos .arrow .ar {
  width: 59px;
  height: 59px;
  background-color: #e7e7e7;
  text-align: center;
  line-height: 59px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.about-page .ab-3 .infos .arrow .al img,
.about-page .ab-3 .infos .arrow .ar img {
  display: inline-block;
  vertical-align: middle;
}

.about-page .ab-3 .infos .arrow .ar {
  margin-left: 24px;
}

.about-page .ab-3 .infos .arrow .al:hover,
.about-page .ab-3 .infos .arrow .ar:hover {
  background: #001425;
}

.about-page .ab-3 .list {
  margin-top: 30px;
}

.about-page .ab-3 .list span.tag {
  margin: 0 0 12px 0;
}

.about-page .ab-3 ul {
  max-height: 700px;
  padding-left: 10%;
  width: 70%;
}

.about-page .ab-3 ul li {
  padding-bottom: 42px;
  height: 165px;
}

.about-page .ab-3 ul li .box {
  display: flex;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.about-page .ab-3 ul .slick-list {
  overflow: hidden;
}

.about-page .ab-3 ul .slick-slide {
  overflow: hidden;
}

.about-page .ab-3 ul li .box:hover {
  color: #001425;
}

.about-page .ab-3 ul li .box .text {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 25px;
  border-bottom: solid 2px #e7e7e7;
  text-align: left;
  margin: auto;
}

.about-page .ab-3 ul li .box .img {
  padding-left: 30px;
  width: 30.5%;
  text-align: center;
}

.about-page .ab-3 ul li .box .title {
  width: 11.8%;
  font-size: 28px;
  line-height: 1.2;
  padding-left: 50px;
}

.about-page .ab-3 ul .slick-current div:nth-child(even) .box {
  margin: 0 0 0 auto;
  padding-left: 0;
  width: 64%;
}

.about-page .ab-3 ul .slick-current div:nth-child(even) li .box {
  margin: 0 0 0 auto;
  padding-left: 0;
  width: 64%;
}

.about-page .ab-3 ul .slick-current div:nth-child(even) li .box .text {
  text-align: left;
  order: 3;
  margin-left: 54px;
}

.about-page .ab-3 ul .slick-current div:nth-child(even) li .box .img {
  text-align: left;
  order: 2;
  padding: 0 0 0 0;
  width: 22.2%;
}

.about-page .ab-3 ul .slick-current div:nth-child(even) li .box .title {
  text-align: left;
  order: -1;
  padding: 0 50px 0 0;
}

/*.about-page .ab-3 ul .slick-current+div li .box {
  margin: 0 0 0 auto;
  padding-left: 0;
  width: 64%;
}

.about-page .ab-3 ul .slick-current+div li .box .text {
  text-align: left;
  order: 3;
  margin-left: 54px;
}

.about-page .ab-3 ul .slick-current+div li .box .img {
  text-align: left;
  order: 2;
  padding: 0 0 0 0;
  width: 22.2%;
}

.about-page .ab-3 ul .slick-current+div li .box .title {
  text-align: left;
  order: -1;
  padding: 0 50px 0 0;
}*/

.about-page .ab-4 {
  padding: 60px 0;
}
.about-page .ab-4 .home-title h3 {
    margin-left: 0;
}
.about-page .ab-4 .home-title{
  margin-bottom: 30px;
}
.about-page .ab-4 .home-title h3::before,
.about-page .ab-4 .home-title h3::after{
  display: none;
}
.about-page .ab-4 .header span {
  color: #001425;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
font-family: 'Hind-SemiBold';
}

.about-page .ab-4 .header h3 {
  font-size: 24px;
  line-height: 1;
}

.about-page .ab-4 .header p {
  font-size: 18px;
  line-height: 1.5;
  color: #6e6e6e;
}

.about-page .ab-4 .content {
  margin-top: 20px;
}

.about-page .ab-4 .content .slick-arrow {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 45px;
  height: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: none;
  color: rgba(0, 0, 0, 0);
}

/*.about-page .ab-4 .content .slick-arrow:hover {
  background-color: var(--color);
}

.about-page .ab-4 .content .slick-prev {
  background: url("../images/inner-l.png") no-repeat center center rgba(0, 0, 0, 0.2);
  left: 46.8%;
}

.about-page .ab-4 .content .slick-next {
  background: url("../images/inner-r.png") no-repeat center center rgba(0, 0, 0, 0.2);
  right: 46.8%;
  left: auto;
}*/
.about-page .ab-4 .content-t ul li a{
  display: block;
  width:100%;
  text-align: center;
}
.about-page .ab-4 .content-t ul li a img{
  width:auto;
  margin: auto;
}



.about-page .ab-4 .content-t ul button.slick-arrow{
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, .5);
  border:none;
  color: transparent;
  border-radius: 5px;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  z-index: -1;
  opacity: 0;
}
.about-page .ab-4 .content-t ul:hover button.slick-arrow{
  z-index: 100;
  opacity: 1;
}

.about-page .ab-4 .content-t ul button.slick-arrow:hover::before{
  color: white;
}
.about-page .ab-4 .content-t ul button.slick-prev{
  left: 20px;
}
.about-page .ab-4 .content-t ul button.slick-next{
  right: 20px;
}
.about-page .ab-4 .content-t ul button::before{
  font-size: 28px;
  font-family: 'FontAwesome';
  color: white;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.about-page .ab-4 .content-t ul button.slick-prev::before{
  content:'\f104';
}
.about-page .ab-4 .content-t ul button.slick-next::before{
  content:'\f105';
}













.about-page .ab-4 .content ul {
  margin-right: -15px;
}

.about-page .ab-4 .content ul li {
  padding-right: 15px;
}

.about-page .ab-4 .content ul li a {
  display: block;
}
.about-page .ab-4 .content ul li a img{
  width: 100%;
}


.about-page .ab-1 .imgs p {
  font-size: 18px;
  color: #555;
}

.about-page .ab-1 .imgs h3 {
  font-size: 48px;
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
font-family: 'Hind-SemiBold';
}

.about-page .ab-3 ul li .box .img img {
  width: 100%;
}




.about-page .ab-4 .header h2 {
  padding: 6px 0;
}

.about-page .honor {
  position: relative;
  z-index: 1;
  padding-bottom: 56px;
  padding-top: 80px;
}

.about-page .honor .left {
  width: 30%;
  padding-top: 20px;
}

.about-page .honor .left h2 {
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Hind-SemiBold';
}

.about-page .honor .left p {
  margin: 16px 0;
  font-size: 16px;
  line-height: 30px;
}

.about-page .honor .left .img {
  margin: 24px 0;
}

.about-page .honor .left .tab {
  font-size: 0;
  display: flex;
}
.about-page .honor .left .tab span:first-child{
  margin-right: 10px;
} 
.about-page .honor .left .tab span {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius:50%;
  background-color: rgba(204,204,204,.8);
  color:#fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.about-page .honor .left .tab span:hover{
  background-color: var(--color);
}
.about-page .honor .left .tab span img {
  vertical-align: middle;
}

/*.about-page .honor .left .tab span.left-btn {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.about-page .honor .left .tab span.right-btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}*/

.about-page .honor .right {
  width: 70%;
  position: relative;
}

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

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

.about-page .honor .right ul li img {
  width: 100%;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}



.about-page .ab-1 .left .factory .content ul li {
  padding:0 10px;
  height: auto;
}
.about-page .ab-1 .left .factory .content ul li a{
  height: calc((100% - 10px)/2);
}
.about-page .ab-1 .left .factory .content ul li a img{
  height: 100%;
  width:100%;
  object-fit: cover;
}
/*.about-page .ab-1 .left .factory .content ul .slick-slide:nth-child(2n) li a{
  height: 100%;
}
.about-page .ab-1 .left .factory .content ul .slick-slide:nth-child(2n) li a:first-child{
  display: none;
} */
.about-page .ab-1 .left .factory .content ul li a:first-child{
  margin-bottom: 10px;
  display: block;
} 
.about-page .ab-1 .left .factory .content ul {
  margin: -10px;
}

  .faq-page {
    padding: 60px 0;
  }

  .faq-page ul li h4 {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Hind-SemiBold' !important;
  }

  .faq-page ul li .content {
    font-size: 16px;
    font-family: 'Hind-Regular' !important;
  }

.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;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}

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

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

.inner-page.lg-page {
  overflow: hidden;
  padding: 100px 0;
}

.inner-page.lg-page .page-right-bar .piclist ul {
  overflow: hidden;
}

.inner-page.lg-page .page-right-bar .piclist li {
  transition: all .3s ease;
  width: 25%;
  padding: 20px;
}


.inner-page.lg-page .page-right-bar .piclist li .eq-text {
  transition: all .3s ease;
  max-height: 200px;
  overflow-y: overlay;
  padding: 20px;
  margin-top: 15px;
}


.inner-page.lg-page .page-right-bar .piclist li .eq-text h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  padding-bottom: 5px;
}

.inner-page.lg-page .page-right-bar .piclist li .eq-text p {
  line-height: 1.8;
  padding: 5px;
  font-size: 15px;
}

.inner-page.lg-page .page-right-bar .piclist li .eq {
  background: #f7f7f7;
}

.inner-page.lg-page .page-right-bar .piclist li .eq a{
  display: block;
}
.inner-page.lg-page .page-right-bar .piclist li .eq a img{
  width: 100%;
}
@media screen and (max-width: 1500px) {

  .inner-page .pro_tips{
    font-size: 32px;
  }


  .about-page h2 {
    font-size: 32px;
  }
  .about-page .honor .left h2{
    font-size: 32px;
  }
  .about-page .ab-4 .content .slick-prev{
    left: 45%;
  }
  .about-page .ab-4 .content .slick-next{
    right: 45%;
  }
  

}

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

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

  .faq-page ul li .content {
    font-size: 16px;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }

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

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

  .about-page i.tag {
    font-size: 16px;
  }

  .about-page .ab-4 .content .slick-prev{
    left: 44%;
  }
  .about-page .ab-4 .content .slick-next{
    right: 44%;
  }

  .faq-page {
    padding: 60px 0;
  }

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

  .faq-page ul li .content {
    font-size: 16px;
  }



}
@media screen and (max-width: 1000px){
  .mbx{
    padding:15px 0; 
  }
  .mbx .ui.container {
    height: auto;
    flex-wrap: wrap;
  }
  .about-page .ab-3 ul {
    max-height: unset;
  }

  .about-page .ab-3 ul li {
    height: auto;
  }
  .inner-banner .box{
    display: block;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
  }
  .inner-banner .box h2{
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
  .inner-banner .box h4{
    font-size: 16px;
    text-align: center;
  }
  .about-page .ab-2 .container {
    min-height: unset;
  }
  .about-page .ab-3{

    background: #e5e5e5;
  }
  .about-page .ab-3 .container{
    flex-direction: column;
  }
  .about-page .ab-3 ul li .box .text {
    border-bottom: solid 2px #d0d0d0;
  }
  .about-page .ab-3 ul {
    padding-left: 0;
    width: 100%;
    margin-top: 60px;
  }
  .about-page h2{
    font-size: 24px;
  }
    .inner-page.lg-page {
    padding: 40px 0;
  }
  .inner-banner h2 {
    font-size: 36px;
    margin-bottom: -7px;

  }
  .inner-banner h2.singlys {
      display: none;
  }

  .about-page .ab-4 .content .slick-prev{
    left: unset;
    right: 74px;
  }
  .about-page .ab-4 .content .slick-next{
    right: 16px;
  }
  .inner-page.lg-page .page-right-bar .piclist li {
    width: 100%;
    padding: 20px 0;
  }
  .about-page h5 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px){

  .about-page h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h2 {
    font-size: 14px;
  }
  .inner-banner .box .mbx {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .honor .left h2{
    font-size: 20px;
  }
  .about-page .ab-2 .header span{
    font-size: 24px;
  }
  
  .about-page .ab-4 .header span{
    font-size: 24px;
  }

  .about-page h2 {
    font-size: 20px;
    line-height: 1.8;
  }
  .inner-page.lg-page .page-right-bar .piclist li .eq-text{
    padding: 10px 16px;
    margin-top: 6px;
  }
  .inner-page.lg-page .page-right-bar .piclist li .eq-text h3{
    font-size: 16px;
  }

}






/*------------advantage--------*/

.advantage-page .advantage-1 {
    padding: 125px 0;
}
.advantage-page .advantage-1 .left {
    padding-right: 8%;
    vertical-align: middle;
    position: relative;
    padding-left: 20px;
}
.advantage-page .advantage-1 .left a.img-box:before {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#5F2DEE), to(#B882FC));
    background-image: -webkit-linear-gradient(bottom, #5F2DEE 0%, #B882FC 100%);
    background-image: -moz-linear-gradient(bottom, #5F2DEE 0%, #B882FC 100%);
    background-image: linear-gradient(0deg, #5F2DEE 0%, #B882FC 100%);
    z-index: -2;
}
.advantage-page .advantage-1 .left a.img-box {
    overflow: unset;
    height: 460px;
    margin-top: 5em;
    display: block;
}
.advantage-page .advantage-1 .left a.img-box:after {
    display: none;
}
.advantage-page .advantage-1 .left a.img-box span {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.advantage-page .advantage-1 .left a.img-box span img {
    width: auto;
    max-width: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.advantage-page .advantage-1 .right {
    vertical-align: middle;
    padding-left: 5%;
}
.advantage-page .advantage-1 .right .text {
    margin: 35px 0 55px;
    max-height: 400px;
    overflow: auto;
}
.advantage-page .advantage-1 .right .list ul li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.advantage-page .advantage-1 .right .list ul li:before {
    content: "\f006";
    margin-right: 10px;
    font-family: "FontAwesome";
}
.advantage-page .advantage-1 .right a.more {
    margin-top: 35px;
}
.advantage-page .advantage-1 .Datalist {
    margin-top: 100px;
}
.advantage-page .advantage-1 .Datalist ul {
    margin: -10px;
}
.advantage-page .advantage-1 .Datalist ul li {
    padding: 10px;
    text-align: center;
}
.advantage-page .advantage-1 .Datalist ul li h6 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
}
.advantage-page .advantage-1 .Datalist ul li h6 sup {
    font-size: 0.6em;
}
.advantage-page .advantage-1 .Datalist ul li span {
    display: inline-block;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid #f4f2f9;
    padding: 14px 30px;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}
.advantage-page .advantage-2 {
     background: #f5f5f5;
    padding: 70px 0;
}
.advantage-page .app-ul .app-list{
  display: none;
}
.advantage-page .advantage-2 .left {
    padding-right: 5%;
    vertical-align: middle;
}
.advantage-page .advantage-2 .left .title,
.advantage-page .advantage-2 .left span.tag{
  text-align: left;
}
.advantage-page .advantage-2 .left .text {
    margin: 40px 0;
}
.advantage-page .advantage-2 .right {
    vertical-align: middle;
    text-align: center;
}
.advantage-page .advantage-3 {
    padding: 150px 0;
    background: url("../images/advantage-3-bg.jpg") center center no-repeat;
    background-attachment: fixed;
    z-index: 1;
    position: relative;
    color: white;
    text-align: center;
}
.advantage-page .advantage-3:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1d1729;
    z-index: -1;
    opacity: .7;
}
.advantage-page .advantage-3 h2.title {
    color: inherit;
}
.advantage-page .advantage-3 a.more {
    margin-top: 60px;
    background: white;
    color: black;
}
.advantage-page .advantage-3 a.more:hover {
    color: white;
}
.advantage-page .advantage-4 {
    padding: 90px 0;
    border-bottom: 1px solid #F4F2F9;
}
.advantage-page .advantage-4 ul {
    margin: -2px;
}
.advantage-page .advantage-4 ul li {
    padding: 2px;
}
.advantage-page .advantage-4 ul li a {
    display: block;
    border-radius: 3px;
    padding: 20px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}
.advantage-page .advantage-4 ul li a img {
    display: block;
    margin: 0 auto;
}
.advantage-page .advantage-4 ul li a:hover {
    background: #F4F2F9;
}
.advantage-page .advantage-5 {
    padding-bottom: 120px;
    margin-top: -60px;
}
.advantage-page .advantage-5 .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advantage-page .advantage-5 .top .home-title h3::after{
  margin: 20px 0 0;
}
.advantage-page .advantage-5 .top .right {
    padding-left: 5%;
}
.advantage-page .advantage-5 .top .left .tag,
.advantage-page .advantage-5 .top .left .title{
  text-align: left;
}
.advantage-page .advantage-5 .bottom {
    margin-top: 90px;
}
.advantage-page .advantage-5 .bottom ul {
    margin: -40px;
}
.advantage-page .advantage-5 .bottom ul li .box .img_box1{
  margin-bottom: 10px;
}
.advantage-page .advantage-5 .bottom ul li {
    padding: 40px;
}
.advantage-page .advantage-5 .bottom ul li .box {
    display: block;
    position: relative;
    padding: 20px;
}
.advantage-page .advantage-5 .bottom ul li .box span {
    position: absolute;
    right: 0;
    top: 0;
    background: #e4e0ee;
}
.advantage-page .advantage-5 .bottom ul li .box span:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
}
.advantage-page .advantage-5 .bottom ul li .box span.line {
    width: 125px;
    height: 1px;
}
.advantage-page .advantage-5 .bottom ul li .box span.line:after {
    bottom: -4px;
    left: 50%;
    background: var(--color);
}
.advantage-page .advantage-5 .bottom ul li .box span.line2 {
    width: 1px;
    height: 150px;
}
.advantage-page .advantage-5 .bottom ul li .box span.line2:after {
    left: -4px;
    top: 50%;
    background: var(--colorLevel);
}
.advantage-page .advantage-5 .bottom ul li .box a.img-box {
    display: block;
}
.advantage-page .advantage-5 .bottom ul li .box h6 {
    font-size: 24px;
    font-weight: var(--font);
    margin-top: 15px;
}
.advantage-page .advantage-5 .bottom ul li .box:hover span.line:after {
    -webkit-animation: glide1 0.95s 0s ease-in-out;
    -moz-animation: glide1 0.95s 0s ease-in-out;
    animation: glide1 0.95s 0s ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.advantage-page .advantage-5 .bottom ul li .box:hover span.line2:after {
    -webkit-animation: glide2 0.95s 0s ease-in-out;
    -moz-animation: glide2 0.95s 0s ease-in-out;
    animation: glide2 0.95s 0s ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.advantage-page .advantage-6 {
    padding: 90px 0;
    background: url("../images/advantage-6.png") center center;
    background-size: cover;
    color: white;
}
.advantage-page .advantage-6 .left {
    width: 70%;
    vertical-align: middle;
}
.advantage-page .advantage-6 .left span {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}
.advantage-page .advantage-6 .left h2 {
    color: inherit;
}
.advantage-page .advantage-6 .right {
    text-align: right;
    width: 30%;
    vertical-align: middle;
}
.advantage-page .advantage-6 .right a.more {
    color: black;
    background: white;
}
.advantage-page .advantage-6 .right a.more:hover {
    color: white;
}
@-webkit-keyframes glide1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        background-color: var(--colorLevel);
        -webkit-transform: translate(54px);
        transform: translate(54px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-moz-keyframes glide1 {
    0% {
        -moz-transform: translate(0);
        transform: translate(0);
    }
    50% {
        background-color: var(--colorLevel);
        -moz-transform: translate(54px);
        transform: translate(54px);
    }
    100% {
        -moz-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes glide1 {
    0% {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }
    50% {
        background-color: var(--colorLevel);
        -webkit-transform: translate(54px);
        -moz-transform: translate(54px);
        transform: translate(54px);
    }
    100% {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes glide2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        background-color: var(--color);
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-moz-keyframes glide2 {
    0% {
        -moz-transform: translate(0);
        transform: translate(0);
    }
    50% {
        background-color: var(--color);
        -moz-transform: translateY(70px);
        transform: translateY(70px);
    }
    100% {
        -moz-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes glide2 {
    0% {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }
    50% {
        background-color: var(--color);
        -webkit-transform: translateY(70px);
        -moz-transform: translateY(70px);
        transform: translateY(70px);
    }
    100% {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }
}
span.tag {
    font-size: 16px;
    color: var(--color);
    display: block;
    line-height: 1;
    margin-bottom: 1em;
    text-align: center;
}
span.tag:before {
    content: '';
    width: 15px;
    height: 2px;
    background: var(--color);
    margin-right: 5px;
    display: inline-block;
    vertical-align: super;
    position: relative;
    top: .15em;
}
h2.title {
    font-size: 48px;
    font-family: var(--font);
    color: #1c1628;
    line-height: 1;
    text-align: center;
}
a.more {
    line-height: 60px;
    height: 60px;
    padding: 0 35px;
    font-size: 18px;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
    display: inline-block;
    z-index: 1;
    position: relative;
}
a.more:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--hover);
    z-index: -1;
}
a.more:hover:after {
    height: 100%;
    top: 0;
}
.advantage-page .text {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    color: #6c6a72;
}

#index-body .init-3 {
    padding: 100px 0 50px;
    text-align: center;
    background: url("../images/init-3-bg.jpg") center center no-repeat;
    background-size: contain;
}
#index-body .init-3 .container p{
  font-size: 18px;
  padding:0 10%;
  margin-top: 30px;
}
#index-body .init-3 .top {
    padding: 50px 5%;
}
#index-body .init-3 .top ul {
    margin:0 -15px;
    position: relative;
}
#index-body .init-3 .top ul .slick-arrow{
  width: 50px;
  height: 50px;
  background-color: #f9f9f9;
  color: transparent;
  border-radius: 50%;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  border: none;
}
#index-body .init-3 .top ul .slick-prev{
  left: -80px;
}
#index-body .init-3 .top ul .slick-prev::before{
  content: "\f104";
  display: block;
  color:#000;
  font-family: 'FontAwesome';
  font-size: 20px;
  transition: all 0.5s;
}
#index-body .init-3 .top ul .slick-next::before{
  content: "\f105";
  display: block;
  color:#000;
  font-family: 'FontAwesome';
  font-size: 20px;
  transition: all 0.5s;
}
#index-body .init-3 .top ul .slick-prev:hover::before,
#index-body .init-3 .top ul .slick-next:hover::before{
   color:#fff;
}
#index-body .init-3 .top ul .slick-next{
  right: -80px;
}
#index-body .init-3 .top ul .slick-arrow:hover{
  background-color: var(--primary);
}
#index-body .init-3 .top ul li {
    padding:0 15px;
    position: relative;
    cursor: pointer;
}

#index-body .init-3 .top ul li .img_box{
  transition: all 0.5s;
  width:100%;
  height:100%;
  display: block;
}
#index-body .init-3 .top ul li img{
  width:100%;
  height:100%;
  object-fit: cover;
}
#index-body .init-3 .top ul li.active .img_box{
  border: 3px solid #0f4ca0;
  padding: 3px;
  display: block;
}
#index-body .init-3 .top ul li.active .img_box img{
  filter: brightness(120%);
}
#index-body .init-3 .top ul li:hover .img_box img{
  filter: brightness(120%);
}
#index-body .init-3 .top ul li .box {
    text-align: center;
    display: block;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .5s .3s;
    -moz-transition: .5s .3s;
    transition: .5s .3s;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:15px;
    color:#fff;
    padding: 0 15px;
    width: 100%;
}

#index-body .init-3 .top ul li .box h6 {
    font-size: 20px;
    font-family: var(--font);
}
#index-body .init-3 .top ul li .box img{
  display: none;
}
#index-body .init-3 .top ul li .box p{
  display: none;
}
#index-body .init-3 .bottom .text {
    max-width: 420px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
    opacity: .73;
}
#index-body .init-3 .bottom a.more {
    margin-top: 35px;
}

.advantage-page .service-3 {
    background: #f5f5f5;
    padding: 0 0 230px;
}
.advantage-page .service-3 .left {
    padding-right: 3%;
    vertical-align: middle;
}
.advantage-page .service-3 .right {
    padding-left: 4%;
    vertical-align: middle;
}
.advantage-page .service-3 .right .tag,
.advantage-page .service-3 .right .title{
  text-align: left;
}
.advantage-page .service-3 .right .list {
    margin: 40px 0;
    font-size: 16px;
    line-height: 1.8;
}
.advantage-page .service-4 .box {
    position: relative;
    z-index: 1;
    padding: 80px 50px 80px 50px;
    color: white;
    /*background: url("../images/.jpg") center center;*/
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.advantage-page .service-4 .box:after {
    content: '';
    z-index: -1;
    background: -webkit-linear-gradient(330deg, #5F2DEE 0%, #B882FC 100%);
    background: -moz-linear-gradient(330deg, #5F2DEE 0%, #B882FC 100%);
    background: linear-gradient(120deg, #0f4ca0 0%, #0c6aeb 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .9;
}
.advantage-page .service-4 .box .left {
    vertical-align: middle;
    width: 30%;
}
.advantage-page .service-4 .box .left span.tag {
    color: inherit;
}
.advantage-page .service-4 .box .left span.tag:before {
    background: white;
}
.advantage-page .service-4 .box .left h2.title {
    font-size: 35px;
    color: inherit;
    text-align: left;
}
.advantage-page .service-4 .box .left .tag {
    text-align: left;
}
.advantage-page .service-4 .box .right {
    vertical-align: middle;
    width: 70%;
    padding-left: 3%;
}
.advantage-page .service-4 .box .right ul li {
    padding: 0 35px;
}
.advantage-page .service-4 .box .right ul .slick-current li,
.advantage-page .service-4 .box .right ul .slick-current + .slick-slide li{
  border-right: 1px solid #4885d9;
}
.advantage-page .service-4 .box .right ul li span {
    width: 60px;
    height: 60px;
    display: block;
    font-size: 24px;
}
.advantage-page .service-4 .box .right ul li span i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -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;
}
.advantage-page .service-4 .box .right ul li h6 {
    font-size: 20px;
    margin: 20px 0 10px;
    font-weight: bold;
    line-height: 1.2;
}
.advantage-page .service-4 .box .right ul li p {
    font-size: 14px;
}

.gallery-page {
  padding: 138px 0 110px;
}
.gallery-page ul {
  margin: -55px -15px;
}
.gallery-page ul li {
  padding: 15px;
}
.gallery-page ul li .img-box {
  position: relative;
}
.gallery-page ul li .img-box h5 {
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 90%;
  margin: auto;
  -webkit-transform: translate(-50%, 100px);
  -moz-transform: translate(-50%, 100px);
  -ms-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
}
.gallery-page ul li:hover h5 {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1500px) {
    #index-body .init-3 {
        padding: 100px 0;
    }
    #index-body .init-3 .top ul li .box {
        padding: 30px 15px;
    }
    #index-body .init-3 .top ul li .box i {
        height: 50px;
        line-height: 50px;
    }
    #index-body .init-3 .top ul li .box i img {
        max-height: 100%;
    }
    #index-body .init-3 .top ul li .box h6 {
        font-size: 16px;
    }
    .advantage-page .service-1 {
        padding: 80px 0;
    }
    .advantage-page .service-1 .right span.icon {
        width: 100px;
        height: 100px;
    }
    .advantage-page .service-2 .list ul li .box span {
        width: 140px;
        height: 140px;
    }
    .advantage-page .service-2 .list ul li .box span em {
        width: 60px;
        height: 60px;
        font-size: 20px;
        border-width: 5px;
    }
    .advantage-page .service-2 .list ul li .box .box2 {
        padding: 20px 20px 20px 80px;
        margin-left: -60px;
    }
    .advantage-page .service-2 {
        padding: 50px 3%;
    }
    .advantage-page .service-2 .list ul li .box .box2 h4 {
        font-size: 18px;
    }
    .advantage-page .service-2 .list ul li .box .box2 .text {
        font-size: 12px;
    }
    .advantage-page .service-3 {
        padding: 80px 0 200px;
    }
    .advantage-page .service-4 .box {
        padding: 30px;
    }
    .advantage-page .service-4 .box .left h2.title {
        font-size: 28px;
    }
    .advantage-page .advantage-4 {
        padding: 50px 0;
    }
    .advantage-page .advantage-1 {
        padding: 70px 0;
    }
    .advantage-page .advantage-1 .Datalist ul li h6 {
        font-size: 48px;
    }
    .advantage-page .advantage-1 .Datalist {
        margin-top: 60px;
    }
    .advantage-page .advantage-2 {
        padding: 60px 0;
    }
    .advantage-page .advantage-3 {
        padding: 100px 0;
    }
    .advantage-page .advantage-5 {
        padding: 60px 0;
    }
    .advantage-page .advantage-5 .bottom ul li .box h6 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1250px) {
    .advantage-page .advantage-1 .Datalist ul li h6 {
        font-size: 36px;
    }
    .advantage-page .advantage-1 .Datalist ul li span {
        padding: 10px 20px;
    }
    .advantage-page .advantage-5 .bottom ul li {
        padding: 15px;
    }
    .advantage-page .advantage-5 .bottom ul {
        margin: -15px;
    }
    .advantage-page .service-2 .list ul li {
        width: 100%;
    }
    .advantage-page .service-2 .list ul li .box .box2 {
        width: 100%;
    }
    #index-body .init-3 .top ul li .box h6 {
        margin-top: 5px;
    }
    #index-body .init-3 .top ul li .box {
        padding: 20px 10px;
    }
    #index-body .init-3 {
        padding: 60px 0;
    }
}
@media screen and (max-width: 1000px) {
    .advantage-page .service-1 .left {
        width: 100%;
        display: none;
    }
    .advantage-page .service-1 .right {
        width: 100%;
    }
    .advantage-page .service-1 .right a.more {
        margin-top: 20px;
    }
    .advantage-page .service-1 {
        padding: 50px 0;
    }
    .advantage-page .service-3 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .advantage-page .service-3 .left {
        width: 100%;
        padding-right: 0;
    }
    .advantage-page .service-4 .box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .advantage-page .service-4 .box .left {
        width: 100%;
    }
    .advantage-page .service-4 .box .right ul li {
        padding: 0 15px;
    }
    .advantage-page .service-4 .box .right ul li h6 {
        font-size: 16px;
        margin: 10px 0;
    }
    .advantage-page .service-4 .box .right ul li span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .advantage-page .service-4 .box {
        margin-bottom: -100px;
    }
    .advantage-page .advantage-1 .left {
        width: 100%;
        padding-right: 5%;
    }
    .advantage-page .advantage-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .advantage-page .advantage-1 .left a.img-box {
        height: 300px;
    }
    .advantage-page .advantage-1 .right .text {
        margin: 20px 0;
    }
    .advantage-page .advantage-1 .Datalist ul li {
        width: 50%;
    }
    .advantage-page .advantage-1 .Datalist ul li h6 {
        font-size: 28px;
    }
    .advantage-page .advantage-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .advantage-page .advantage-2 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .advantage-page .advantage-3 a.more {
        margin-top: 30px;
    }
    .advantage-page .advantage-5 .top .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .advantage-page .advantage-5 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .advantage-page .advantage-5 .bottom {
        margin-top: 50px;
    }
}
@media screen and (max-width: 700px) {
    .advantage-page .advantage-1 .left {
        padding-right: 60px;
    }
    .advantage-page .advantage-5 .bottom ul li .box a.img-box {
        height: 220px;
    }
    .advantage-page .advantage-5 .bottom ul li .box h6 {
        font-size: 16px;
    }
    .advantage-page .advantage-6 .left {
        width: 100%;
    }
    .advantage-page .advantage-6 .right {
        width: 100%;
        margin-top: 20px;
        text-align: left;
    }
    .advantage-page .advantage-6 {
        padding: 40px 0;
    }
}
@media screen and (max-width: 500px) {
    #index-body .init-3 .top {
        padding: 30px 0;
    }
    .advantage-page .advantage-1 .left a.img-box span img {
        width: 90px;
    }
    .advantage-page .advantage-1 .left {
        padding-right: 45px;
    }
    .advantage-page .advantage-1 .Datalist ul li {
        width: 100%;
    }
    .advantage-page .advantage-3 {
        padding: 60px 0;
    }
    .advantage-page .service-4 .box .left h2.title {
        font-size: 24px;
    }
    .advantage-page .service-4 .box .right ul li {
        padding: 10px 0;
    }
    .advantage-page .service-4 .box {
        margin-bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .advantage-page .service-4 {
        padding: 40px 0;
    }
    .advantage-page .service-3 {
        padding: 60px 0;
    }
}












/*------------news-page------*/
.news-page .news-nav{
  margin-top: 60px;
}
.news-page .news-nav ul li{
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  margin-right: 20px;
  min-width: 180px;
  border: 3px solid rgba(0, 0, 0, .2);
}
.news-page .news-nav ul li.active{
  border-color: var(--color);
  color:white;
  background-color: var(--color);
}
.news-page .sideright {
  padding: 0 50px 50px 0 !important;
}
.news-page .sideright .list ul {
  margin-right: -1rem;
}
.news-page .sideright .list ul li {
  padding-right: 2rem;
  margin-bottom: 3rem;
}
.news-page .sideright .list ul li .box{
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.news-page .sideright .list ul li .box .date{
  margin-bottom: 10px;
}
.news-page .sideright .list ul li .box .date span {
  display: block;
  font-size: 16px;
  line-height: 2;
}
.news-page .sideright .list ul li .box .date i {
  display: block;
  font-size: 24px;
  line-height: 0.8;
  font-style: normal;
  color: #fff;
  font-weight: 700;
}
.news-page .sideright .list ul li .con {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.news-page .sideright .list ul li .img-box{
  width: 100%;
  overflow: hidden;
  display: block;
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
  color: #000;
  font-size: 24px;
  font-family: var(--font);
  line-height: 1.8;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
  color: var(--color);
}
.news-page .sideright .list ul li .con p {
  color: #555;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page .sideright .list ul li .con i {
  color: var(--color);
  font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
  width: 100%;
  min-height: 1px;
  background-color: rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
  margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.news-page .sideright .list ul li .con a.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .news-page .sideright {
    padding: 0 0 50px 0 !important;
  }
  .inner-banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .news-page .sideright .list ul {
    margin-right: 0;
  }
  .news-page .sideright .list ul li {
    width: 100%;
    padding-right: 0;
  }
  .news-page .sideright .list ul li .con {
    padding: 20px 10px;
  }
  .news-page .sideright .list ul li .con h5,
  .news-page .sideright .list ul li .con h5 a {
    font-size: 20px;
  }
  .news-page .sideright .list ul li .con p {
    font-size: 14px;
  }
  .news-page .sideright .list ul li .con .news-info .card-news-service-text,
  .news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 14px;
  }
  .news-page .sideright .list ul li .con .news-info .news-info-right {
    font-size: 14px;
  }
}
.newdet-page .section-title2 {
  font-size: 34px;
  font-family: var(--font);
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}
.newdet-page p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  margin-bottom: 15px;
}
.newdet-page blockquote {
  border-left: 7px solid var(--color);
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
.newdet-page blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}
.newdet-page blockquote a {
  color: inherit;
}
.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 3rem;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: var(--color);
  font-weight: 600;
}
.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: var(--color);
}
.newdet-page .n-content{
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newdet-page .grid-box {
  margin-right: -12px;
}
.newdet-page .column {
  padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
  padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  transition: .5s;
  -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: var(--color);
}
.newdet-page .s_link {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.newdet-page .s_link .list .img i{
  transition: all .5s;
}
.newdet-page .s_link .list .img i:hover{
  color:var(--color);
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .s_link .list .cont {
  margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: var(--color);
}
.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
  font-weight: bold;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 3rem;
}
.news-form {
  background: #fafafa;
  padding-top: 80px;
}
.news-form h3 {
  font-size: 30px;
  color: #000;
  font-family: var(--font);
}
.news-form form {
  margin-top: 15px;
}
.news-form form .column {
  padding: 0;
}
.news-form form li{
  padding: 0 !important;
}
.news-form form li:nth-child(n+3){
  width:100% !important;
}
.news-form form li input[type="text"],
.news-form form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.news-form form li input[type="text"]:focus,
.news-form form li textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--color);
}
.news-form form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: var(--color);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.news-form form li button:hover {
  background: #000;
}
.news-form form li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }
  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }
  .newdet-page .news-post-comment-wrap {
    display: block;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 2rem 0 0 0;
  }
  .newdet-page .news-comment-section form .column {
    width: 100%;
  }
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}


.lianxi .from{
  background: rgba(255, 255, 255, .5);
  padding: 60px 10%;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.lianxi .from h2{
  font-family: var(--font);
}
.lianxi .from form{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lianxi .from form textarea,
.lianxi .from form input{
  width: 100%;
  height: 60px;
  padding-left: 10px;
  font-size: 16px;
  background: rgba(255,255,255,0.5);;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 6px;
  margin-bottom: 15px;
}
.lianxi .from form textarea::-webkit-input-placeholder {
  color: #333;
}
.lianxi .from form input::-webkit-input-placeholder {
  color: #333;
}
.lianxi .from form textarea{
  height: 120px;
  padding: 10px;
  width: 100%;
  resize: both;
}
.lianxi .from form p.upfile .btn{
  font-size: 16px;
    background: var(--color);
    color: white;
    padding: 5px 15px;
    border-radius: 8px;
    margin-right: 10px;
    cursor: pointer;
}
.lianxi .from form input[type="file"]{
    
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.lianxi .from form button{
  margin: auto;
  background: var(--color);
  font-size: 18px;
  padding: 6px 30px;
  color: white;
  border: none;
  border-radius: 10px;
}
.lianxi .from form button img{
  vertical-align: middle;
}
.lianxi .from form input[type='submit']{
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    border: none;
    position: relative;
    background-color: var(--color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    font-family: 'Hind-SemiBold';
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
}
.lianxi .from form input[type='submit']:hover{
  background-color: var(--primary);
}
.contact-1 {
  padding: 110px 0 110px;
}
.contact-1 .list ul {
  margin: -8px;
}
.contact-1 .list ul li {
  padding: 8px;
}
.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-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-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #023222;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-1 .list ul li .box h5 {
  font-size: 26px;
  line-height: 2;
  padding: 25px 0 15px;
  font-family: var(--font);
}
.contact-1 .list ul li .box p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: normal;
  min-height: 78px;
}

.contact-page .join-us-page{
  background: url(/template/en/images/contact-1.jpg) no-repeat center top;
  background-size: cover;
  margin-bottom: 100px;
}
.join-us-page .join-us-1 {
  padding: 90px 0;
}
.join-us-page .join-us-1 .box {
  display: block;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
}
.join-us-page .join-us-1 .box .left {
  vertical-align: middle;
  width: 42%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}
.join-us-page .join-us-1 .box .right {
  width: 58%;
  vertical-align: middle;
  padding: 0 5%;
}
.join-us-page .join-us-1 .box .right h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 2;
  text-transform: capitalize;
}
.join-us-page .join-us-1 .box .right .text p {
  font-size: 16px;
  line-height: 2;
}
.join-us-page .join-us-1 .box .right .text {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  margin: 20px 0 40px;
}
.join-us-page .join-us-1 .box .right .btn a {
  display: inline-block;
  font-weight: bold;
  line-height: 52px;
  height: 52px;
  padding: 0 35px;
  border-radius: 7px;
  border: 1px solid #033f94;
  background: #033f94;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
}
.join-us-page .join-us-1 .box .right .btn a:last-child {
  background: transparent;
  color: #033f94;
  margin-left: 25px;
}
.join-us-page .technology-page .i-support img {
  width: 100%;
}
.join-us-page .about-page {
  padding: 0;
}
.join-us-page .about-page .init-certification-public {
  background: -webkit-gradient(linear, left top, right top, color-stop(36%, #014099), color-stop(0%, #f7f7f7));
  background: -webkit-linear-gradient(left, #014099 36%, #f7f7f7 0%);
  background: -moz-linear-gradient(left, #014099 36%, #f7f7f7 0%);
  background: linear-gradient(to right, #014099 36%, #f7f7f7 0%);
  padding: 120px 0;
}
.join-us-page .about-page .init-certification-public h2 {
  color: white;
  line-height: 1;
}
.join-us-page .about-page .init-certification-public p {
  color: #fff;
  line-height: 2;
}
.join-us-page .about-page .init-certification-public .column:nth-child(1) {
  padding-left: 12%;
  padding-right: 5%;
  width: 36%;
}
.join-us-page .about-page .init-certification-public .column:nth-child(2) {
  padding-left: 3%;
  width: 64%;
}
.join-us-page .about-page .init-certification-public .column:nth-child(2) .slick-list {
  padding-right: 14%;
}
.join-us-page .about-page .init-certification-public .column {
  position: relative;
}
.join-us-page .about-page .init-certification-public .column .btn {
  margin-top: 20px;
}
.join-us-page .about-page .init-certification-public .column .slick-arrow {
  position: static;
  cursor: pointer;
  width: 58px;
  height: 60px;
  background: url(../images/factory-l.jpg) no-repeat center;
  left: -80%;
  bottom: 10%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.join-us-page .about-page .init-certification-public .column .slick-next {
  background: url(../images/factory-r.jpg) no-repeat center;
  margin-left: 10px;
}
.join-us-page .about-page .init-certification-public .column:nth-child(2) .honor-list ul {
  margin: 0 -25px;
}
.join-us-page .about-page .init-certification-public .column:nth-child(2) .honor-list ul li {
  padding: 0 25px;
}
.join-us-page .join-us-2 {
  padding: 50px 0 50px;
}
.join-us-page .join-us-2 h3 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.join-us-page .join-us-2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  line-height: 2;
  margin-top: 20px;
}
 
.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: 1;
  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: 24px;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color: var(--color);
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 180px;
}
.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: 15px 10px;
  width: 145px;
  border-radius: 10px;
}
.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%;
}
.pro-related{
  width: 100%;
  background-color:#f5f5f5;
}
.inner-page .sidebox {
  padding: 6rem 0;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 40px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-family: var(--font);
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  font-family: var(--color);
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width:calc(100% - 420px);
  padding: 0 10px 50px 50px;
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}

.news-page.product #index-body .product .content ul li .box .text h4{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-page.product #index-body .product .content ul li .box .text p{
      overflow: unset;
    text-overflow: unset;
    display: inline-block;
}
.news-page.product #index-body .product{
      background-color: #fff;
      padding: 1.55rem 0 5rem;
}

.about-page.single{
  background-color: #f5f5f5;
}
.Auxil-industry .home-title h3{
  text-align: left;
}
.Auxil-industry .home-title h3::after{
  margin-left: 0;
}
    .seoPublic .title {
       font-size: 48px;
        font-family: 'Hind-SemiBold';
        margin-bottom: 1em;
        text-align: center;
    }
        .seoPublic .title::after{
          content: "";
          display: block;
          background-color: var(--color);
          width: 100px;
          height: 6px;
          margin: 20px auto 0;
      }
      .seoPublic .Auxil-related{
        padding: 50px 0 80px;
      }
    .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: 26px;
        font-weight: normal;
        line-height: 40px;
        margin-bottom: 1em;
        font-family: var(--font);
    }

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

    .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:0 13px;
    }

.seoPublic .Auxil-news .list ul li .box{
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.seoPublic .Auxil-news .list ul li .box .date{
  margin-bottom: 10px;
}
.seoPublic .Auxil-news .list ul li .box .date span {
  display: block;
  font-size: 16px;
  line-height: 2;
}
.seoPublic .Auxil-news .list ul li .box .date i {
  display: block;
  font-size: 24px;
  line-height: 0.8;
  font-style: normal;
  color: #fff;
  font-weight: 700;
}
.seoPublic .Auxil-news .list ul li .con {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.seoPublic .Auxil-news .list ul li .img-box{
  width: 100%;
  overflow: hidden;
  display: block;
}
.seoPublic .Auxil-news .list ul li .con h5,
.seoPublic .Auxil-news .list ul li .con h5 a {
  color: #000;
  font-size: 24px;
  font-family: var(--font);
  line-height: 1.8;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}
.seoPublic .Auxil-news .list ul li .con h5:hover,
.seoPublic .Auxil-news .list ul li .con h5 a:hover {
  color: var(--color);
}
.seoPublic .Auxil-news .list ul li .con p {
  color: #555;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page .sideright .list ul li .con i {
  color: var(--color);
  font-size: 18px;
}
.seoPublic .Auxil-news .list ul li .con .divider {
  width: 100%;
  min-height: 1px;
  background-color: rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  margin-bottom: 20px;
}
.seoPublic .Auxil-news .list ul li .con .news-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
}
.seoPublic .Auxil-news .list ul li .con .news-info .news-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.seoPublic .Auxil-news .list ul li .con .news-info .news-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.seoPublic .Auxil-news .list ul li .con .news-info .news-icon-wrapper {
  margin-right: 7px;
}
.seoPublic .Auxil-news.list ul li .con .news-info .card-news-service-text,
.seoPublic .Auxil-news .list ul li .con .news-info .card-news-date-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.seoPublic .Auxil-news .list ul li .con a.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}
.seoPublic .Auxil-news .list ul li .con a.link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.seoPublic .Auxil-news .list ul li .con a.link-btn:hover::before {
  width: 100%;
}

    /*.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: #5b5d60;
    }

    .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: 0 -15px;
    }

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

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

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: flex;
        justify-content: center;
         background: #f9f9f9;
         border-radius: 10px;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px 0 0;
        text-align: left;
    }
    .seoPublic .Auxil-related .list ul .slick-dots {
    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;
    margin-top: 55px;
  }
  .seoPublic .Auxil-related .list ul .slick-dots .slick-active {
    background-color: var(--color);
  }
  .seoPublic .Auxil-related .list ul .slick-dots li {
    width: 40px;
    height: 6px;
    background-color: #c6c6c6;
    margin: 0 5px;
    padding: 0;
  }
  .seoPublic .Auxil-related .list ul .slick-dots li button {
    display: none;
  }
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
        color: #000;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        font-family: var(--font);
    }

    .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-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: #fff;
    }

    .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: 40px;
            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-weight: bold;
            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;
        }
    }
    
  @media screen and (max-width: 500px) {
    .about-page .ab-1 .left .con ,
    .seoPublic .Auxil-about .box .right .text{
     
        overflow-wrap: anywhere;
        word-break: break-word;
    }
  }





/*product*/

.product2-page .container .container{
  padding: 0;
}
.product2-page .product-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
}
.inner-page .sideBox .sidebar-right .hmvillaelevator1 h1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.inner-page .sideBox .sidebar-left {
  width: 420px;
}

.inner-page .sideBox .sidebar-left .inner .inner-title {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-family: 'Hind-SemiBold';
  background-color: var(--color);
  text-align: center;
  padding:28px 0;
}

.inner-page .sideBox .sidebar-left .inner .inner-search {
  margin-bottom: 32px;
}

.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: 90px;
  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-black.png) 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 .sideBox .sidebar-left .inner .inner-cat {
  margin-bottom: 32px;
  background-color: #f5f5f5;
  padding: 22px 20px;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat>ul>li {
  padding: 4px 0 0;
  font-size: 16px;
  position: relative;
  color: #333;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li i {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 25px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>ul>li {
  position: relative;
  overflow: hidden;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>ul>li i {
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active>i.fa-angle-down {
  transform: rotate(180deg);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>ul>li i.fa-angle-right {
  right: unset;
  top: 15px;
  left: 5px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>ul>li>ul>li i.fa-angle-right {
  right: unset;
  top: 8px;
  left: 15px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a,
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>ul li a{
  background-color: #fff;
  width: 100%;
  display: block;
  font-size: 18px;
  padding: 15px 25px;
  transition: all .5s;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>ul>li>a{
  font-size: 16px;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all .5s;
  margin-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active>ul>li>a,
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active>ul>li.active>a,
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.moreactive>ul>li>a{
  padding: 0 35px;
  height: 50px;
  margin-top: 4px;
  line-height: 50px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active>ul>li.active>ul>li>a{
  height: 38px;
  line-height: 38px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active>ul>li.active>ul li a{
  padding-left: 45px;
}
.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: #001425;
}

.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active>i {
  color: #fff;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active>a,
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:hover>a,
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active>ul>li.active>a,
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active>ul>li:hover>a{
  background-color:var(--color);
  color: #fff;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active>i,
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:hover>i,
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active>ul>li.active>i,
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active>ul>li:hover>i{
  color: #fff;
}
.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: 32px;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
  padding: 12px 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: 16px;
}

.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: 6px;

  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #001425;
}

.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #001425;
  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/product-5.png) no-repeat center center;
  padding: 60px 32px;
  color: #fff;
  background-size: cover;
  position: relative;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
  font-size: 28px;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Hind-SemiBold';
}

.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 18px;
  text-transform: capitalize;
  text-align: center;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact a {
  display: block;
  position: relative;
  margin: 40px auto 0;
  text-align: center;
}







.inner-page .sideBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
   width: 100%;

}



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





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

.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
  z-index: 99;
  position: relative;
}

.inner-page .sideBox .sidebar-right {
  width: calc(100% - 420px);
  padding-left: 5%;
}
.inner-page.prodet-page .sideBox .sidebar-right{
  display: flex;
  flex-direction: row;
}
.inner-page.prodet-page .sideBox .sidebar-right .left{
  max-width:45%;
  width:45%;
}
.inner-page.prodet-page .sideBox .sidebar-right .right{
  max-width:55%;
  width:55%;
}
.inner-page.prodet-page .sideBox .sidebar-right .right{
  padding-left: 5%;
}
.inner-page.prodet-page .sideBox .sidebar-right .right .table-up{
  width: 105px;
  line-height: 30px;
  border-radius: 5px;
  background-color: white;
  border:none;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  font-size: 16px;
  display: block;
  margin: 20px auto;
}
.inner-page.prodet-page .sideBox .sidebar-right .right .table-up span{
  margin-right: 5px;
}
.inner-page.prodet-page .sideBox .sidebar-right .right .table-up i{
  color:var(--blue);
}
.inner-page.prodet-page .sideBox .sidebar-right .right .det2{
  border-radius: 5px;
  height: auto;
  overflow: hidden;
  transition: all .5s;
  position: relative;
  margin-bottom: 20px;
}
.inner-page.prodet-page .sideBox .sidebar-right .right .Auxil-through{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner-page.prodet-page .sideBox .sidebar-right .right .Auxil-through a{
  font-size: 16px;
  margin: 15px 0;
  transition: color .5s;
}
.inner-page.prodet-page .sideBox .sidebar-right .right .Auxil-through a:hover{
  color:var(--color);
}
.inner-page.prodet-page .sideBox .sidebar-right .right .det2 p {
  padding: 5px 15px;
}
.inner-page.prodet-page .sideBox .sidebar-right .right .det2 p strong {
  width: 50%;
  display: inline-block;
}
.inner-page.prodet-page .sideBox .sidebar-right .right .det2 p br {
  display: none;
}
.inner-page.prodet-page .sideBox .sidebar-right .right .det2 p:nth-child(odd){
  background-color: #f4f4f4;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}

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

.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 32px;
}

.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: 90px;
  font-size: 14px;
  color: #555555;
  font-weight: 200;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) 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: 32px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li {
  padding: 8px 0;
  font-size: 16px;
  position: relative;
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li ul {
  margin-top: 16px;
  /*display: none;*/
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li a {
  padding-right: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li a span {
  color: #aaa;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li:hover {
  color: #001425;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.active {
  color: #000;
}

.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-recent {
  margin-bottom: 32px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 12px 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: 16px;
}

.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: 17px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 6px;

  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #001425;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #001425;
  display: block;
  font-size: 14px;
  line-height: 1;
}

.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-contact {
  background: url(../images/pro-01.jpg) no-repeat center center;
  padding: 172px 32px 44px;
  color: #fff;
  background-size: cover;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 18px;
  text-transform: capitalize;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  color: #001425;
  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: 30px;

}

.inner-page .sidebar-box .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 .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #001425;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}


.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}


/*pro-list*/
.product2-page{
  padding: 80px 0;
}
.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 -28px;
}

.product2-page .product-list ul li {
  padding: 0 28px;
}

.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 {
  display: flex;
  background: #fff;
  overflow: hidden;
  position: relative;
  border-bottom:1px solid  rgba(0, 0, 0, 0.4);
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  min-height: 385px;
}

.product2-page .product-list ul li .pro-box .imgbox {
  position: relative;
  max-width: 460px;
}
.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: 34px;
  color: #000;
  line-height: 2;
  font-family: 'Hind-SemiBold';
}
.product2-page .product-list ul li .pro-box .btn-go{
  border-radius: 35px;
}
.product2-page .product-list ul li .pro-box .text p.type{
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.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: 30px;
}

.product2-page .product-list ul li .pro-box .btm a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #001425;
  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 {
  display: -webkit-box;  
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  margin-top: 10px;
  line-height: 1.8;
  color:#000;
  font-size: 18px;
}

.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: #001425;
}

.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: 40px;
}

.product2-page .product-list ul li .pro-box .text {
  font-size: 15px;
  color: #757575;
  max-width: 450px;
}

.product2-page .product-list ul li .pro-box .text p {
  position: relative;
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

.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: 20px;
  font-size: 12px;
}


.inner-page.product2-page p {
  color: #000;
  line-height: 30px;
  padding: 5px 0;
  font-size: 16px;
}

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

}

.m-nav_hc {
    z-index: 2;
    position: relative;
    display: none;
}

.m-nav_hc i {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 16px;
    height: 16px;
    cursor: pointer;
    text-align: center;
}

.m-nav_hc i.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.m-nav_hc .active_cate {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    background: #001425;
    color: #fff;
    padding: 6px 16px;
    padding-right: 36px;
    text-transform: uppercase;
}

.m-nav_hc .active_cate i {
    position: absolute;
    top: 10px;
    right: 16px;
    cursor: pointer;
}



.m-nav_hc .item_cont {
    -webkit-box-shadow: 0 0 6px 0 #cdcdcd;
    box-shadow: 0 0 6px 0 #cdcdcd;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}



.m-nav_hc .item_cont .item {
    padding: 10px 16px;
    padding-right: 36px;
    font-size: 16px;
    position: relative;
    border-bottom: 1px #eee solid;
}

.m-nav_hc .item_cont .item>a.active {
    color: #001425;
}

.m-nav_hc .item_cont .item:last-child {
    border-bottom: none;
}

.m-nav_hc .item_cont .item i {
    position: absolute;
    top: 15px;
    right: 16px;
}

.m-nav_hc .item_cont .item a {
    display: block;
}

.m-nav_hc .item_cont .item .item_item_cont {
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item {
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px dashed #ccc;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item.active {
    color: #001425;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item:last-child {
    border-bottom: none;
    padding-bottom: 2px;
}



/*product3-page*/
.product3-page .product3-page-1{
  display: flex;
  justify-content: space-between;
  padding: 90px 15px;
}
.product3-page .product3-page-1 .left{
  width: 60%;
}
.product3-page .product3-page-1 .left>img{
  border: 1px solid rgba(0, 0, 0, .2);
  width: 100%;
  object-fit: cover;
}
.product3-page .product3-page-1 .right{
  max-width: 100%;
  width: 100%;
  padding-left: 60px;
}
.product3-page .product3-page-1 .right .btn-go{
  margin-top: 15px;
}
.product3-page .product3-page-1 .right h4{
  font-size: 16px;
}
.product3-page .product3-page-1 .right h1{
  font-size: 26px;
  font-family: 'Hind-Medium';
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.product3-page .product3-page-1 .content,
.product3-page .product3-page-1 .right .content{
  font-size: 17px;
  line-height: 1.8;
}
.product3-page .product3-page-1 .right .product-children{
  margin-top: 60px;
}
.product3-page .product3-page-1 .right .product-children ul li{
  padding: 0 10px 30px;
}
.product3-page .product3-page-1 .right .product-children ul li .img_box{
  width:100%;
  height: 100%;
  background: #f5f5f5;
  padding: 0; 
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.product3-page .product3-page-1 .right .product-children ul li h4{
  font-size: 18px;
  margin-top: 15px;
  transition: all 0.5s;
  text-align: center;
}
.product3-page .product3-page-1 .right .product-children ul li:hover h4{
  color:var(--blue);
}

.product3-page-2{
  padding-bottom: 110px !important;
}
.product3-page-2 .title{
  width: 100%;
  padding-top: 60px;
  transform: translateY(2px);
}
.product3-page-2 .title ul{
  width: 100%;
  display: flex;
  align-items: center;
}
.product3-page-2 .title ul li{
  background-color: #f4f4f4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 25px;
  margin-right: 4px;
  cursor: pointer;
}
.product3-page-2 .title ul li.active{
  background-color: white;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2),
              0 0 2px 0 rgba(0, 0, 0, 0.2),
              0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.product3-page-2 .title ul li h4{
  margin-top: 0;
}
.product3-page-2 .det3{
  font-size: 18px;
  line-height: 1.7;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  padding: 30px 20px;
}
.product3-page-2 .det3 table td{
  font-size: 16px;
}
.product3-page-2 .title span{
  width:20px;
  height: 1px;
  background-color: #000;
}
.product3-page-2 .title h4{
  font-size: 18px;
}
.product3-page-2 ul li{
  padding: 0 10px 30px;
}
.product3-page-2 ul li .img_box{
  width:100%;
  height: 100%;
  background: #f5f5f5;
  padding: 0; 
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.product3-page-2 ul li h4{
  font-size: 22px;
  margin-top: 15px;
  transition: all 0.5s;
}
.product3-page-2 ul li:hover h4{
  color:var(--blue);
}
.product3-page .product3-page-1 .left .left-big ul li{
  height: auto;
  padding: 1px;
}
.product3-page .product3-page-1 .left .left-big ul li .box{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.product3-page .product3-page-1 .left .left-small{
  margin-top: 25px;
  position: relative;
}
.product3-page .product3-page-1 .left .left-small ul{
  margin: 0 -10px;
}
.product3-page .product3-page-1 .left .left-small ul .slick-track{
  margin-left: 0;
}
.product3-page .product3-page-1 .left .left-small ul li{
  height: auto;
  padding: 2px 10px;
}
.product3-page .product3-page-1 .left .left-small ul li .box{
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
  padding: 0;
  transition: all .5s;
  border-bottom: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product3-page .product3-page-1 .left .left-small ul li:hover .box{
  border-bottom: 2px solid var(--color);
}
.product3-page .product3-page-1 .left .left-small ul li .box img{
  width: 100%;
}
.product3-page .product3-page-1 .left .left-small button{
  background: none;
  border: none;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}
.product3-page .product3-page-1 .left .left-small .left-small-prev{
  left: 0;
}
.product3-page .product3-page-1 .left .left-small .left-small-next{
  right: 0;
}
.product3-page .product3-page-1 .left .left-small button i{
  font-size: 28px;
  color: #8c8c8c;
}
.product3-page .product3-page-1 .left .left-small button:hover i{
  color: var(--color);
}
.product3-page .product3-page-1 .right .det1{
  margin: 20px 0;
}
.product3-page .product3-page-1 .right .det1 h4{
  font-size: 30px;
  font-family: 'Hind-SemiBold';
}
.product3-page .product3-page-1 .right .det1 p{
  font-size: 18px;
}
.product3-page .product3-page-1 .right .det2 h4{
  font-size: 30px;
  font-family: 'Hind-SemiBold';
}
.product3-page .product3-page-1 .right .det2 p{
  font-size: 18px;
}
.pro-form {
  background: url("../images/product-bg.jpg") no-repeat;
  background-size: 100% 100%;
  height: 680px;
}
.pro-form .pro-content .pro-form-title{
  width:100%;
  border-top: 2px solid #000;
  padding-top: 35px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-form .pro-content .pro-form-title h3{
  font-size: 36px;
  font-family: 'Hind-SemiBold';
}
.pro-form .pro-content .pro-form-title span {
    width: 20px;
    height: 1px;
    background-color: #000;
}
.pro-form .pro-content form{
  width:100%;
}
.pro-form .pro-content form ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pro-form .pro-content form ul li{
  width: 48%;
  margin-bottom: 20px;
}
.pro-form .pro-content form ul li:nth-child(n+5){
  width: 100%;
}
.pro-form .pro-content form ul li:last-child{
  margin-bottom: 0;
}
.pro-form .pro-content form ul li label{
  font-size: 18px;
  font-family: 'Hind-Medium';
  margin-bottom: 10px;
  width:100%;
  display: block;
}
.pro-form .pro-content form ul li label em{
  color: red;
  margin-right: 10px;
}
.pro-form .pro-content form input[type='text']{
  width:100%;
  height: 40px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 15px;
  font-size: 16px;
  font-family: 'Hind-Medium';
}
.pro-form .pro-content form textarea{
  width:100%;
  height: 100px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  padding: 20px 15px 0;
  font-family: 'Hind-Medium';
}
.pro-form .pro-content form input[type='submit']{
  width:100%;
  height: 50px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-family: 'Hind-Medium';
  background-color: var(--color);
  color:#fff;
  transition: all 0.5s;
  border: none;
  border-radius: 35px;
  text-transform: uppercase;
}
.pro-form .pro-content form input[type='submit']:hover{
  background-color: var(--primary);
}
.pro-form .pro-content form textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.pro-form .pro-content form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.pro-form .pro-content form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.pro-form .pro-content form input:-moz-placeholder {
  color:  rgba(0, 0, 0, 0.6);
}
.pro-form .pro-content form input:-ms-input-placeholder {
  color:  rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1600px) {
  .product3-page .product3-page-1 .left .left-big ul li {
    height: 565px;
    padding: 1px;
  }
  .product3-page .product3-page-1 .left .left-small ul li {
    height: 155px;
  }
  .about-page .ab-1 .box::after {
    right: 0;
    font-size: 180px;
    bottom: 0;
  }
}
@media screen and (max-width: 1400px) {
  .product3-page .product3-page-1 .left img{
    width:100%;
    height: 100%;
  }
  .inner-page .sideBox .sidebar-left {
    width: 320px;
  }
  .inner-page .sideBox .sidebar-left .inner .inner-title {
    font-size: 22px;
  }
  .product2-page .product-list ul li .pro-box h5 {
    font-size: 24px;
  }
  .product2-page .product-list ul li .pro-box .text {
    max-width: 440px;
    margin-right: 40px;
  }
  .inner-page .sideBox .sidebar-right {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 1200px) {
  .product3-page .product3-page-1 .left .left-big ul li {
    height: 400px;
  }
  .product3-page .product3-page-1 .right h1 {
    font-size: 28px;
  }
  .pro-form .pro-content form input[type='text'] {
    height: 60px;
  }
  .product3-page-2 ul li h4 {
    font-size: 20px;
  }
  .product2-page .product-list ul li .pro-box .text{
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .product2-page .product-list ul li .pro-box {
    align-items: flex-start;
    flex-direction: column;
  }
  .product2-page .product-list ul li .pro-box .imgbox {
    max-width: 100%;
  }
  .product2-page .product-list ul li .pro-box{
    min-height: unset;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .honor .left{
    position: relative;
  }
  .about-page .honor .left .tab {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .about-page .ab-1 .box::after {
    right: 0;
    font-size: 120px;
    bottom: 0;
  }
  .product3-page .product3-page-1 .left {
      margin-bottom: 0;
  }
  .inner-page .sideBox .sidebar-left,
  .inner-page .sideBox .sidebar-right .hmvillaelevator1 h1{
    display: none;
  }
  .product2-page .product-list ul{
    margin: 0;
  }
  .inner-page .sideBox .sidebar-right{
    width:100%;
    padding-left: 0;
  }
  .product2-page .product-list ul li {
    padding: 0;
  }
  .inner-banner h2:after {
    font-size: 60px;
  }
  .product3-page .product3-page-1 {
    flex-direction: column;
  }
  .product3-page .product3-page-1 .left{
    width:100%;
    margin-bottom: 60px;
  }
  .inner-page.prodet-page .sideBox .sidebar-right .right{
    width:100%;
    max-width:100%;
  }
  .inner-page.prodet-page .sideBox .sidebar-right .left {
    max-width: 100%;
    width: auto;
  }
  .product3-page .product3-page-1 .left .left-small ul li {
    height: auto;
  }
  .inner-page.prodet-page .sideBox .sidebar-right .right {
    padding-left: 0;
  }
  .product3-page .product3-page-1 .left .left-big ul li {
    height: auto;
  }
  .about-page .ab-1 .right{
    display: none;
  }
  .about-page .ab-1 .left{
    width:100%;
  }
  .about-page .honor .container .grid-box{
    display: flex;
    flex-direction: column;
  }
  .about-page .honor .container .grid-box .left{
    width:100%;
    margin-bottom: 60px;
  }
  .about-page .honor .container .grid-box .right{
    width:100%;
  }
  .about-page .ab-1 .left{
    padding-top: 0;
  }
  .product2-page {
    padding: 40px 0;
  }
  .product3-page.inner-page .sideBox .sidebar-right {
    padding-left: 0;
    padding-right:0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .ab-1 .box::after {
    font-size: 80px;
  }
  .product3-page-2 .title h4 {
    font-size: 16px;
  }
  .inner-banner img{
    width: 100%;
    object-fit: cover;
    height: 150px;
    object-position: 70%;
  }
.seoIndustry.Auxil-industry {
    display: none !important;
}
a.zhongjiaye{
    display: none !important;
}




  .inner-banner .btn a.more.contact{
    margin-left: 0;
    margin-top: 20px;
  }
  .product3-page .product3-page-1 .left .left-small ul li {
    height: auto;
  }
  .pro-form .pro-content form input[type='text']{
    width:100%;
    margin-right: 0;
  }
  .pro-form .pro-content form textarea{
     width:100%;
     margin-bottom: 20px;
  }
  .pro-form {
    background: #f5f5f5;
    height: auto;
    padding-bottom: 40px;
  }
 
}
@media screen and (max-width: 500px) {
  .product3-page .product3-page-1 .right .product-children ul li{
    width:50%;
  }
  .about-page .honor .left .tab {
    position: unset;
    transform: none;
  }
  .about-page .ab-2 {
    padding: 60px 0;
  }
  .about-page .ab-4 {
    padding: 0;
  }
   .about-page .ab-1 .box::after {
    display: none;
  }
  .product3-page-2 .title ul li {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 5px;
    margin-right: 0;
    text-align: center;
    width: 33.33333%;
  }
  .product3-page-2 .title ul li h4{
    font-size: 14px;
  }
  .about-page .ab-1 .left h3 {
    font-size: 24px;
    line-height: 1.6;
  }
  .seoPublic .title {
    margin-bottom: 4em;
  }
  .product3-page-2 {
    padding-bottom: 0 !important;
  }
  .pro-form .pro-content .pro-form-title h3 {
    font-size: 26px;
  }
  .pro-form .pro-content form ul li {
    width: 100%;
  }
}










/* 扒站样式 */
.about-big-title{
	font-size: 50px;
	color: #000;
	font-family: var(--font);
	margin-top: 100px;
	text-align: center;
}
.h3TxtArea {
    margin-bottom: 73px;
    text-align: center;
}
.h3TxtArea .txt {
    font-size: 16px;
    line-height: 31px;
    color: #555;
    margin-top: 30px;
    text-align: left;
}

.companyDiv .mTit {font-size:30px; font-family:var(--font); font-weight:normal; color:#000; margin-bottom:25px; text-align:center;} 
.companyDiv .sTit {text-align:center; line-height:1.5;font-size: 15px;}
.companyDiv .summaryArea {margin-top:80px;}
.companyDiv .summaryArea .mainImg {position:relative; height:810px; margin-bottom:217px; background: url(../images/summaryArea_main.jpg)no-repeat center; background-attachment: fixed;}
.companyDiv .summaryArea .mainImg .inner {height:100%; position:relative;}
.companyDiv .summaryArea .mainImg .txtArea {
	position:absolute; bottom:-140px; left:0; width:795px; height:557px; padding:80px 60px; box-sizing:border-box; box-shadow:70px 70px 80px rgba(0,0,0,0.4); color:#fff;
	background:url("../images/mainImg_Bg.png") no-repeat center; background-size:cover; 
}
.companyDiv .summaryArea .mainImg .txtArea .tit {font-size:32px; line-height:36px; font-family:var(--font); font-weight:normal; margin-bottom:30px;}
.companyDiv .summaryArea .mainImg .txtArea .txt {line-height:28px; margin-top:20px; color:rgba(255,255,255,0.6)}
.summaryDiv > div:nth-child(odd) .txtArea {
  float: left;
}
.summaryDiv > div:nth-child(odd) .imgArea {
  float: right;
}
.summaryDiv > div {padding-top:80px; position:relative; top:0; left:0;}
.summaryDiv > div:after {content:""; display:block; clear:both;}
.summaryDiv > div .txtArea {float:right; width: calc(50% - 60px); padding:42px 0; box-sizing:border-box;}
.summaryDiv > div .txtArea .tit {font-size:32px; line-height:34px; color:#000; font-family:var(--font); font-weight:normal;}
.summaryDiv > div .txtArea .tit .greenT {color:#8bbf45;}
.summaryDiv > div .txtArea .txt {line-height:28px; margin-top:30px; }
.summaryDiv > div .imgArea {float:left; width:700px; height:450px; overflow:hidden; box-sizing:border-box;}
.summaryDiv > div .imgArea img {width:100%;}
.summaryDiv > div:first-child .imgArea {float:right;}
.companyArea1 {position:relative; top:0; left:0; padding:260px 0 80px; background:url("../images/companyArea1_bg.png") no-repeat center top; background-size:cover;}
.companyList {margin-top:60px;}
.companyList:after {content:""; display:block; clear:both;}
.companyList li {float:left; position:relative; width:330px; height:330px; padding:40px; margin-left:25px; box-sizing:border-box; text-align:center; background:rgba(255,255,255,0.9);}
.companyList li:first-child {margin-left:0}
.companyList li .icon {margin-bottom:40px;}
.companyList li .tit {font-size:20px; line-height:1.3; font-family:var(--font); font-weight:bold; color:#000; margin-bottom:30px;}
.companyList li .txt {line-height:28px;}
.gradeList {position:relative;border-bottom:1px solid #e0e0e0; margin-bottom:150px;}
.gradeList:after {content:""; display:block; clear:both;}
.gradeList li {float:left; width:350px; padding:80px 0; text-align:center;}
.gradeList li .tit {font-size:18px; line-height:1.3; min-height:46px; color:#000; margin-bottom:30px;}
.gradeList li .txt {font-size:20px; color:#000;}
.gradeList li .txt strong {font-size:50px; color:#000; font-family:var(--font); font-weight:700;}
.gradeList li .date {font-size:15px; position:absolute; bottom:20px; right:0;}

.bizArea .imgCon {margin-top:80px; position:relative;}
.bizArea .imgCon img {width:100%;}
/* 2018-10-30 ���� */
.bizArea .imgCon .img2 , .bizArea .imgCon .img3 , .bizArea .imgCon .img4 {position:absolute; top:0; left:0;}
/*.bizArea .imgCon > a {display:inline-block; position:absolute; background:#545a66; color:#fff; padding:15px 60px ; text-align:center; top:-25px; left:50%; border-radius:3px; transform:translateX(-50%);}*/


.prod_subList .txtArea .subTxt ul{
    margin:-5px;
}
.prod_subList .txtArea .subTxt ul li{
    padding:5px;
}


.prodCon {background:#fff; position:relative; max-width:1920px; margin:0 auto;padding-top: 60px;}
.prodCon .inner {position:relative;}
.prod_subList {position:relative; top:0; left:0; opacity:1; height:555px; padding-top:80px; background:url("../images/prod_subList_bg.jpg") no-repeat 100% bottom;}
.prod_subList:nth-of-type(even) {background-position:0 bottom; text-align:right;}
// .prod_subList:nth-of-type(1) {padding-top:120px;}
.prod_subList.type4{background-size:1660px 500px; height:600px;}
.prod_subList .txtArea {position:absolute; top:0; left:-500px; min-height:475px; padding:65px 0 0 1200px;background-repeat: no-repeat; }
.prod_subList:nth-of-type(even) .txtArea {left:auto; right:-500px; padding:65px 1200px 0 0;background-position: 100% top;}
.prod_subList .txtArea .mTxt {font-size:37px; line-height: 55px; font-family:poppins ; font-weight:bold; color:#000;}
.prod_subList .txtArea .subTxt {font-size:18px; line-height:28px; margin:35px 0 30px;}
.prod_subList .txtArea .linkArea {text-align:right;}
.prod_subList:nth-of-type(odd) .txtArea .linkArea {text-align:left;}
.prod_subList .txtArea .linkArea > div {display:inline-block; max-width:330px; vertical-align:top; text-align:left;}
.prod_subList .txtArea .linkArea a {display:inline-block; width:160px; font-size:17px; line-height:1.3; font-family:var(--font); font-weight:normal; padding:19px 0 15px; margin-right:5px; border-bottom:1px solid #ccc; text-align:left;} 
.prod_subList .txtArea .linkArea a:nth-of-type(even) {margin-right:0}
.prod_subList .txtArea .linkArea a.w230 {width:230px;}
/*.prod_subList .txtArea .linkArea.type2 a {display:block;}*/
.prod_subList .txtArea .linkArea a:hover {color:#8bbf45; border-color:#8bbf45; background:url("../images/linkArea_icon_on.png") no-repeat right 57%;}
.prodCon .bottArea {position:relative; padding:140px 0 150px; background:url("../images/prodBottArea_bg.jpg") no-repeat center; background-size:cover; color:#fff; text-align:center; margin-top:80px;}
.prodCon .bottArea .tit {font-size:40px; font-family:var(--font);}
.prodCon .bottArea .txt {font-size:18px; margin:30px 0 50px;}
.prodCon .bottArea a {display:inline-block; border:2px solid #fff; border-radius:3px; padding:19px 100px 19px 24px; background:url("../images/prodBottArea_arrow.png") no-repeat right 30px center; font-size:18px; color:#fff;}


.m1m {
    line-height: 30px;
    text-align: center;
    width: 100px;
    border-radius: 25px;
    margin-top: 20px;
    font-style: normal;
}
.m1m a {
  display: block;
    line-height: 30px;
    font-size: 15px;
    color: #047c17;
    background: #FFFFFF;
    text-align: center;
    width: 100px;
    border-radius: 3px;
    font-style: normal;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.ny_pro_con_tu:nth-child(even) .ny_pro_con_tu_l{
  float: right;
}
.ny_pro_con_tu {
    margin-top: 15px;
    /*background: #047c17;*/
    background-color: #89d729; /* 不支持线性的时候显示 */
    background-image: linear-gradient(-45deg, #034874 0, #89d729 50% );
    margin-bottom: 30px;
}
.ny_pro_con_tu:nth-child(even){
  background-color: #89d729; /* 不支持线性的时候显示 */
  background-image: linear-gradient(135deg, #89d729 0, #034874 50%);
}
.ny_pro_con_tu_l{
  width: 50%;
  float: left;
}
.ny_pro_con_tu_l img{
  width: 100%;
}
.ny_pro_con_tu_r{
  width: 50%;
  float: left;
  padding-left: 60px;
  padding-top: 50px;
}
.ny_pro_con_tu_r h2{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 70px;
}
.ny_pro_con_tu_r ul{
  margin: 10px -10px 30px;
}
.ny_pro_con_tu_r ul li {
    line-height: 27px;
    color: #fff;
    padding:5px 10px;
}
.ny_pro_con_tu_r ul li a{
  font-size: 16px;
}


@media screen and (max-width:1430px) {
	
	.prodCon {max-width:100%;overflow: hidden;}
	.prod_subList {height:445px; background-size:1340px auto}
	.prod_subList.type4 {height:500px; background-size:1340px 425px;}
	.prod_subList .txtArea {min-height:355px; padding:45px 0 0 890px;}
	.prod_subList:nth-of-type(even) .txtArea { padding:45px 890px 0 0;}
	.prod_subList .txtArea {background-size:850px auto;}
	.prod_subList .txtArea .mTxt {font-size:40px;}
	.prod_subList .txtArea .subTxt {margin:30px 0 20px;}
	.prod_subList .txtArea .linkArea a {font-size:16px; padding:13px 0 11px;}



  .companyDiv .summaryArea .mainImg {
    margin-bottom: 227px;
  }
  .summaryDiv > div .imgArea {
    width: 50%;
    height: auto;
  }
  .summaryDiv > div .txtArea {
    width: 50%;
    padding: 0 20px;
  }
  .companyArea1 {
    padding-bottom: 60px;
  }
  .companyList {
    margin-top: 50px;
  }
  .companyList li {
    width: 19%;
    padding: 30px 10px;
    margin-left: 1%;
  }
  .companyList li .icon {
    margin-bottom: 30px;
  }
  .companyList li .tit {
    margin-bottom: 20px;
  }

  .gradeList li {
    width: 25%;
  }
  .gradeList li .txt {
    font-size: 16px;
  }
  .gradeList li .txt strong {
    font-size: 36px;
  }

  /*.bizArea .imgCon > a {
    padding: 10px 40px;
    font-size: 14px;
    top: -20px;
  }*/

  .summaryDiv > div .txtArea .txt {
    margin-top: 20px;
  }
}

@media screen and (max-width:1023px) {
	.prod_subList {height:auto; padding-bottom:50px; background-size:1500px auto;}	
	.prod_subList.type4 {height:auto; padding-bottom:50px; background-size:1500px auto;}
	.prod_subList .txtArea {position:relative; top:0; left:0; width:100%; min-height:auto; padding:0; padding-top:320px;}
	.prod_subList:nth-of-type(even) .txtArea {left:auto; right:auto; padding:0; padding-top:320px;}
	.prod_subList .txtArea {background-size:695px auto; background-position:center top;}
  .prod_subList:nth-of-type(even) .txtArea {background-size:695px auto; background-position:center top;}
	.prod_subList .txtArea .mTxt {font-size:45px;}
	.prod_subList .txtArea .subTxt {font-size:18px; line-height:28px; margin:20px 0 15px;}


  .companyDiv .summaryArea .mainImg .txtArea {
    margin-left: 5%;
    width: 90%;
    height: 517px;
    padding: 60px 40px;
  }

  .summaryDiv > div .imgArea {
    width: 100%;
    height: auto;
    margin: 30px 0;
  }
  .summaryDiv > div .txtArea {
    float: none;
    width: auto;
    padding: 0;
  }

  .companyArea1 {
    margin-top: 80px;
    padding-top: 80px;
    background: url(../images/companyArea1_bg_m.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .companyList li {
    width: 48%;
    margin: 20px 2% 0 0;
    height: 300px;
  }
  .companyList li:nth-child(-n+2) {
    margin-top: 0;
  }
  .companyList li:nth-child(even) {
    margin-right: 0;
  }

  .gradeList {
    margin-bottom: 120px;
  }
  .gradeList li {
    width: 50%;
    padding: 60px 0;
  }
  .summaryDiv > div:last-child{
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width:768px) {

	.prod_subList {height:auto; padding:50px 0 50px; background-size:1340px auto;}
	.prod_subList .txtArea {padding-top:230px;}
	.prod_subList:nth-of-type(even) .txtArea {background-size:500px auto;padding-top:230px;}
	.prod_subList .txtArea {background-size:500px auto;}
	.prod_subList .txtArea .mTxt {font-size:22px;}
	.prod_subList .txtArea .subTxt {font-size:13px; line-height:1.3; margin:20px 0 15px;}
	.prod_subList .txtArea .linkArea > div {max-width:100%; width:100%;}
	.prod_subList .txtArea .linkArea:after {content:""; display:block; clear:both;}
	.prod_subList .txtArea .linkArea a {font-size:13px; padding:10px 0 8px;}
	.prod_subList .txtArea .linkArea a:nth-of-type(even) {float:right;}
	.prod_subList .txtArea .linkArea a:hover {background-size:5px auto;}
	.prodCon .bottArea {padding:70px 0 75px; margin-top:50px;}
	.prodCon .bottArea .tit {font-size:15px; font-family:var(--font); }
	.prodCon .bottArea .txt {font-size:13px; margin:15px 0 25px;}
	.prodCon .bottArea a {border:1px solid #fff; padding:10px 50px 9px 12px; background-position:right 15px center; font-size:13px;}


  .about-big-title{
    font-size: 29px;
    line-height: 1.3;
    margin-top: 50px;
    padding: 0 3%;
  }
  .h3TxtArea .txt {
    font-size: 13px;
    margin-top: 25px;
    line-height: 1.6;
  }
  .companyDiv .summaryArea {
    margin-top: 40px;
  }
  .companyDiv .summaryArea .mainImg {
    height: 760px;
    margin-bottom: 230px;
    background-size: cover;
  }
  .companyDiv .summaryArea .mainImg .txtArea {
    bottom: auto;
    top: 270px;
    width: 94%;
    height: auto;
    margin-left: 3%;
    padding: 40px 30px;
    box-shadow: 35px 35px 40px rgba(0,0,0,0.4);
  }
  .companyDiv .summaryArea .mainImg .txtArea .tit {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .companyDiv .summaryArea .mainImg .txtArea .txt {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .summaryDiv > div {
    padding-top: 0;
  }
  .summaryDiv > div .txtArea .tit {
    font-size: 16px;
    line-height: 1.5;
  }
  .summaryDiv > div .txtArea .txt {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .companyArea1 {
    padding: 40px 0;
    margin-top: 40px;
  }
  .companyDiv .mTit {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .companyDiv .sTit {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 3%;
  }
  .companyList {
    margin-top: 30px;
  }
  .companyList li .icon {
    margin-bottom: 15px;
  }
  .companyList li .tit {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .companyList li .txt {
    font-size: 13px;
    line-height: 1.5;
  }
  .companyList li {
    width: 48%;
    height: 270px;
    margin: 10px 2% 0 0;
  }
  .gradeList {
    margin-bottom: 75px;
    font-size: 0;
  }
  .gradeList li {
    padding: 30px 0;
    float: none;
    display: inline-block;
  }
  .gradeList li .tit {
    font-size: 14px;
    min-height: 37px;
    margin-bottom: 15px;
  }
  .gradeList li .txt {
    font-size: 12px;
  }
  .gradeList li .txt strong {
    font-size: 24px;
    letter-spacing: -0.3px;
  }
  .gradeList li .date {
    font-size: 10px;
    bottom: 10px;
  }

  .companyDiv .mTit {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .companyDiv .sTit {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 3%;
  }
  .bizArea .imgCon {
    margin-top: 40px;
  }
  /*.bizArea .imgCon > a {
    padding: 5px 20px;
    font-size: 12px;
    top: -20px;
  }*/
}
@media screen and (max-width: 450px) {
    .companyDiv .summaryArea .mainImg .txtArea {
      top: 75px;
    }
}
@media screen and (max-width: 450px) {
  .companyDiv .summaryArea .mainImg {
      margin-bottom: 0;
  }
}
.join-us-page .join-us-2 .c-ino{
  padding-top: 80px;
  padding-left: 230px;
}
.join-us-page .join-us-2 .c-ino .column{
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.join-us-page .join-us-2 .c-ino .column:after{
  content:'';
  display: block;
  width:0;
  height: 0;
  clear: both;
}
.join-us-page .join-us-2 .c-ino .column span{
  float: left;
  width: 8%;
}
.join-us-page .join-us-2 .c-ino .column:first-child span,
.join-us-page .join-us-2 .c-ino .column:nth-child(2) span{
  font-size: 24px;
}
.join-us-page .join-us-2 .c-ino .column .ssds{
  float: right;
  width: 92%;
  font-size: 16px;
}
.join-us-page .join-us-2 .c-ino .column .ssds p{
  max-width: 370px;
}
.join-us-page .join-us-2 .c-ino .column .ssds h5{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  .join-us-page .join-us-2 .c-ino {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px){
   .join-us-page .join-us-2 .c-ino .column .box {
    width:100%;
    display: flex;
  }
  .join-us-page .join-us-2 .c-ino .column .ssds {
    width: calc(100% - 30px);
  }
  .contact-page .join-us-page{
    margin-bottom: 60px;
  }
} 
@media screen and (max-width: 700px){
  #index-body .factory{
    background: url(../images/factory-bg-1.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .join-us-page .join-us-2 .c-ino {
    padding: 30px 0;
  }
  .join-us-page .join-us-2 .grid-box .column{
    width: 100%;
  }
  .contact-page .join-us-page {
    background: url(../images/contact-2.jpg) no-repeat center;
  }
  .lianxi .from form textarea, .lianxi .from form input {
    height: 50px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .lianxi .from {
    padding: 30px 10%;
  }
  .lianxi .from h2{
    font-size: 20px;
  }
  .about-page .ab-2 video {
    height: auto;
  }
}
@media screen and (max-width: 500px){
  .about-page .ab-2 .bg-1{
    display: none;
  }
  .about-page .ab-2 .bg-2{
    display: block;
  }
  #index-body .about .about-bot ul li img {
    width: 100px;
  }
  #index-body .about .about-bot ul li {
    margin: 30px 0;
  }
}


.zhongjiap {
    font-size: 18px;
    line-height: 34px;
    max-width: 100%;
    color: rgba(0, 0, 0, 0.8);
    padding-bottom: 20px;
}
h1.zhongzhongjia1 {
    Display: inline;
}
h1.zhongjiap1 {
    font-size: 20px;
    line-height: 36px;
}
a.zhongjiaye {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 550px;
    display: inline-block;
    vertical-align: middle;
}