﻿/*new add*/
@font-face{
  font-family: 'PingFang';
  src:url('https://www.juchengac.com/skin/fonts/PingFang-Bold.ttf') format('ttf'),
      url('https://www.juchengac.com/skin/fonts/PingFang-ExtraLight.ttf') format('ttf'),
      url('https://www.juchengac.com/skin/fonts/PingFang-Heavy.ttf') format('ttf'),
      url('https://www.juchengac.com/skin/fonts/PingFang-Light.ttf') format('ttf'),
      url('https://www.juchengac.com/skin/fonts/PingFang-Medium.ttf') format('ttf'),
      url('https://www.juchengac.com/skin/fonts/PingFang-Regular.ttf') format('ttf'),
      url('https://www.juchengac.com/skin/fonts/PingFang-SC-Thin.otf') format('otf');

}
@font-face {
font-family: 'DIN';
src: url('https://www.juchengac.com/skin/fonts/DIN-LIGHT.OTF') format('OTF'),
     url('https://www.juchengac.com/skin/fonts/dinpro-regular.woff') format('woff');
}

.iv-diy .bg-cover img{width:100%;}
body *{
  font-family: "PingFang","Microsoft YaHei","STSong","SimSun",Arial,sans-serif;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.juchengac.com/skin/fonts/FontAwesome.otf');
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
input:focus {
  outline: white;
}
a{
  text-decoration: none !important;
}
/*头部css*/
.header {
  height: 120px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .065);
}
.header .header-cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background-color: #fff;
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); */
  padding-top: 2.162%;
  padding-bottom: 2.162%;
  box-sizing: border-box;
  /* max-height: 120px; */
}
.header .btn-menu {
  font-size: 1.25em;
  color: #000;
  position: relative;
  float: left; 
  display: inline-flex;
  padding-top: 6px;
}
.header .col-mini .btn.btn-menu.btn-js--menu.menu_b {
  line-height: 35px;
}
.header .btn-menu span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  /* height: 35px; */
  line-height: 35px;
  text-align: center;
  margin-right: .52083vw;
}
@keyframes i1 {	from {width: 25px;}	to {width: 18px;}}
@-webkit-keyframes i1 {	from {width: 20px;}	to {width: 18px;}}
@keyframes i2 {	from {width: 18px;}	to {width: 25px;}}
@-webkit-keyframes i2 {	from {width: 18px;}	to {width: 25px;}}
@keyframes i3 {	from {width: 25px;}	to {width: 18px;}}
@-webkit-keyframes i3 { from {width: 25px;}	to {width: 18px;}}
.header .btn-menu span i {
  display: block;
  height: 2px;
  background: #222;
  margin: 7px 0;
}
.header .btn-menu span i:before {
  content: "";
  width: 2px;
  height: 2px;
  background: #000;
  border-radius: 100%;
  position: absolute;
  right: 99px;
}
.header .btn-menu .i1 {
  animation: i1 1s infinite;
  -webkit-animation: i1 1s infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
.header .btn-menu .i2 {
  animation: i2 1s infinite;
  -webkit-animation: i2 1s infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
.header .btn-menu .i3 {
  animation: i3 1s infinite;
  -webkit-animation: i3 1s infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
.tools {
  display: inline-flex;
  float: right;
  font-family: 'FontAwesome';
}
.tools i{
  color: #000;
  font-style: normal;
  list-style: none;
  font-size: 16px;
  text-align: center;
  padding: 7px 0;
}
.tools .iconbox{
  display: inline-block;
}
.iconbox i {
  display: block;
  cursor: pointer;
}
.iconbox {
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
  position: relative;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  vertical-align: middle;
}
.phonenub {
  position: absolute;
  right: 0%;
  top: 30px;
  padding-top: 20px;
  visibility: hidden;
  background:#fff;
  border-radius: 5px;
}
.iconbox:hover {
  background: #000000;
  border: 1px solid #000000;
}
.iconbox:hover i {
  color: #fff;
}
.iconbox:hover .phonenub{
  visibility: visible; 
}
.iconbox .phonenub .inbox {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 24px;
  font-size: 16px;
}
.iconbox .ewmbox img {
  width: 100%;
  vertical-align: middle;
}
.iconbox .ewmbox {
  width: 120px;
  position: absolute;
  top: 50px;
  left: -45px;
  visibility: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.iconbox:hover .ewmbox{
  visibility: visible;
}
.iconbox .en {
  font-weight: 600;
  padding: 2px 0 !important;
}
.sys_search {
  display: inline-block;
  margin-left: 4px;
}
.search_k {
  width: 200px;
  border: none;
  line-height: 2;
  text-align: left;
  text-indent: 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #999;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.search_icon {
  float: right;
}
.search_icon .btn3 {
  float: right;
  background: none;
  border: 0;    
}
.search_icon svg.icon {
  padding: 16% 0 0;
  cursor: pointer;
}
.header .col-mini {
  padding-left: 3.625vw;
}
button.searchbtn {
  border: 0;
  background: none;
}
/*header css end*/

/*nav*/
.menu_nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  margin-left: 100%;
height:100% !important;
}
.menu_nav_close {
    position: absolute;
    width: 28px;
    z-index: 999;
    left: 5%;
    top: 5%;
    cursor: pointer;
}
.menu_nav_logo {
    width: 12%;
    margin: 0 auto 50px;
}
.menu_nav_box {
  width: 85%;
  margin: 40px auto;
  position: relative;
}
.menu_img {
  position: relative;
  border: #fff 1px solid;
  width: 19.377%;
  margin-right: 0.625%;
  display: inline-block;
  float: left;
}
.menu_img img {
  width: 100%
}
.menu_txt_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
}
.menu_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}
.menu_txt h5 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 18px;
  font-weight: lighter;
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  transition: margin-top .25s ease-out, font-size .25s ease-out, transform .25s;
  transition-delay: .125s;
  width: 100%;
  top: 50%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu_txt h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 3.2;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: none;
  transition: opacity .25s ease-out;
  width: 100%;
  transition-delay: .15s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.menu_txt h6 a {
  color: #fff;
}
.menu_txt h6 a:hover {
  color: #eb3c00;
}
.menu_img:hover .menu_txt h5 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.menu_img:hover .menu_txt h6 {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  position: relative;
    z-index: 9;
}
.menu_img:hover .menu_txt_bg {
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
}
.menu_nav_box .menu_dre {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #999;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  text-align: center;
}
.menu_nav_box .menu_dre.menu-left {
  left: -50px;
}
.menu_nav_box .menu_dre.menu-right {
  right: -50px;
}
.menu_nav_box .menu_dre i {
  color: #999;
  line-height: 40px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-size: 16px;
}
.menu_nav_box .menu_dre:hover {
  background: #111;
}
.menu_nav_box .menu_dre:hover i {
  color: #fff
}
.munu_list {
  text-align: center;
  margin-top: 35px;
}
.munu_list span {
  padding: 10px 26px;
  display: inline-block;
  position: relative;
}
.munu_list span a {
  font-size: 13px;
  letter-spacing: 1px;
  color: #000;
  text-align: center;
}
.munu_list span a i {
  background-color: #7f7f7f;
  color: #fff;
  font-size: 15px;
  height: 34px;
  margin-left: auto;
  width: 34px;
  line-height: 34px;
  transition: background-color .25s;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  margin-right: 18px;
  text-align: center;
}
.munu_list span:after {
  content: " ";
  background: #d6d6d6;
  width: 1px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 17px;
}
.munu_list span.after_none:after {
  display: none;
}
.munu_list span:hover a {
  color: #7f7f7f;
}
.munu_list span:hover a i {
    background: #000000;
}
.menu_bot {
  text-align: center;
  margin: 55px 0;
}
.menu_bot span {}
.menu_bot span a {
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 40px;
  text-decoration: none;
  letter-spacing: 1px;
}
span.after_none i{
    font-size: 22px !important;
}
/*nav end*/


/*banner*/
.projects__clock{
  top: auto;
}
.iv-banner .iv-wrap--content figcaption {
margin-left: 8vw;
padding-bottom: 50px;
}

/* ===== 移动端修复：减少轮播文字上下空白 ===== */
@media only screen and (max-width: 1024px){
  .iv-banner .iv-wrap--content figcaption {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .iv-banner .iv-wrap--content {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .iv-banner.iv-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .iv-wrap--thumbs {
    margin-bottom: 0 !important;
  }
  
  /* ===== 第二屏拉板完整修复 - 和第一屏banner相同的方法 ===== */
  .iv-prod,
  section.iv-prod,
  .iv-prod.iv-wrap,
  section.iv-prod.iv-wrap {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    padding: 0 !important;
    overflow: visible !important;
  }
  
  .iv-prod .iv-wrap--content {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
  }
  
  /* 禁用slick对第二屏的高度控制 */
  .iv-prod .js-prod--content .slick-slide,
  .iv-prod .js-prod--content .slick-list,
  .iv-prod .js-prod--content .slick-track,
  .iv-prod .slick-current {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }
  
  .iv-prod .js-prod--thumbs .slick-slide,
  .iv-prod .js-prod--thumbs .slick-list,
  .iv-prod .js-prod--thumbs .slick-track {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }
}
.iv-banner .iv-wrap--content figcaption h3 b {
margin-right: 25px;
}
.clock__dial__hours .clock__dial__hour_lx{
fill:rgba(255, 255, 255, 0);
stroke-width:1;
stroke:rgba(255, 255, 255, 0);
background: #fff0;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
.clock__dial__hours .clock__dial__hour__circle_lx{
fill:rgb(0,0,0);
stroke-width:1;
stroke:rgb(0,0,0);
background: #000;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
.clock__dial__hours .clock__dial__hour_sjx{
fill:rgba(255, 255, 255, 0);
stroke-width:1;
stroke:rgba(255, 255, 255, 0);
background: #fff0;
/* transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
-moz-transform: rotate(-30deg); */
}
.clock__dial__hours .clock__dial__hour__circle_sjx{
fill:rgb(0,0,0);
stroke-width:1;
stroke:rgb(0,0,0);
background: #000;
/* transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
-moz-transform: rotate(-30deg); */
}

/*拉板*/
.iv-prod .slick-dots li:last-child button::after{
background-color: transparent;
}
.iv-prod .btn-default .btn-lg .btn-probe .mt-70{
padding-top: 44px;
}
.iv-prod .slick-dots li:first-child button::after {
content: "";
display: block;
position: absolute;
top: 26%;
left: 0;
width: 12px;
height: 12px;
background: #ccc;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.iv-prod .slick-dots li:nth-child(2) button::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 35%;
width: 15px;
height: 15px;
background-color: #ccc;
border-radius: 100%;
}
.iv-prod .slick-dots li:last-child button::after {
content: "";
display: block;
position: absolute;
top: 30%;
left: 30%;
border-style: solid;
border-width: 8px;
border-color: transparent transparent #ccc transparent;
border-bottom-width: 16px;
}
.iv-prod .slick-dots li:last-child:before ,.iv-prod .slick-dots li:last-child::after {
display: none;
}
.iv-prod .slick-dots li.slick-active button::after {
background-color: #000000 !important;
}
.iv-prod .slick-dots li:last-child.slick-active button::after {
background-color: transparent !important;
border-color: transparent transparent #000000 transparent !important;
}
/*第三屏*/
#owl-demo {
width: 100%;
margin-left: auto;
margin-right: auto;
}
#owl-demo .item {
display: block;
}
#owl-demo img {
display: block;
width: 100%;
}
.owl-carousel .owl-item {
max-width: initial;
}
.owl-carousel .owl-stage-outer.owl-height {
box-shadow: 0 0 8px rgba(33, 40, 39, 0.1);
}
.owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
margin: 5px 14px;
background: #ccc;
}
.owl-theme .owl-dots .owl-dot.active span {
background: #000000;
}
.owl-theme .owl-controls {
margin-top: 74px;
}
.diy-list {
margin: 2% auto 4.7%;
}
.diy-list a {
font-size: 20px;
text-align: center;
color: #333;
border: 1px solid #eee;
padding: 1.052% 4.625%;
margin: 1% 2%;
border-radius: 0 20px 0 20px;
-webkit-transition: all 0.6s;
transition: all 0.6s;
}
.diy_text {
text-align: center;
color: #fff;
min-height: 423px;
padding: 8% 0;background-size: cover;
}
.diy_text h3 {
font-size: 20px;
font-weight: 300;
line-height: 4.5;
margin: 0 auto;
}
.diy_text p {
font-size: 24px;
font-weight: 300;
}
.diy_text .btn-default.btn-lg {
border: 1px solid #fff;
border-radius: 2px;
}
.diy_text .btn-default.btn-lg:hover {
border: 1px solid #69a3ff;
}
.diy_text .btn-default span,
.diy_text .btn-default small,
.diy_text .btn-past span,
.diy_text .btn-past small {
color: #fff;
}
.diy-list a:hover {
color: #fff;
border: 1px solid #000000;
background: #000000;
}
/*footer*/
.it-footer-bottom-area {
background-color: #000000;
padding: 26px 0;
font-size:14px;
color: #eee;
position: static !important;
}
.it-footer-bottom-area p {
color: #eaeaea;
}
.it-footer-bottom-area .conditions {
float: right;
}
.it-footer-bottom-area .copyright {
float: left;
}
.it-footer-bottom-area .conditions li {
display: inline-block;
padding-left: 20px;
position: relative;
}
.it-footer-bottom-area .conditions li:first-child::before {
content: "";
position: absolute;
top: 5px;
right: -14px;
width: 1px;
height: 12px;
background-color: #eee;
}
.it-footer-bottom-area a {
color: #eee;
}
#footer .container,
.it-footer-bottom-area .container {
max-width: 1785px;
}
#footer {
padding-top: 80px;
    position: static !important;
}
/*#footer*/
.footer-container {
margin: 60px auto;
width: 100%;
text-align: center;
overflow: hidden;
color: #000000;
font-size: 14px;
letter-spacing: 0.8px;
font-weight: 300;
}
.footer-container .footerlogo {
min-height: 100px;
/* background: #fff url(/skin/images/logo.png) no-repeat center 0px; */
float: none;
text-align: center;
width: 100%;
max-width: 200px;
display: inline-block;
z-index: 9;
}
.footer-container  .footerdiv:before {
content: "";
position: absolute;
border-top: 1px solid #ddd;
top: 50%;
width: 100%;
left: 0;
z-index: -1;
}
.footer-container .links #footer_sub_menu {
padding: 43px 0;
}
.block-social {
width: 100%;
text-align: center;
padding: 32px 0 50px;
}
.block-social ul {
margin-bottom: 0px;
}
.footer-container .block-social li {
padding: 0;
display: inline-block;
margin-bottom: 0px;
margin: 0 18px;
}
.block-social li {
text-align: center;
border-radius: 50%;
display: inline-block;
cursor: pointer;
margin-right: 6px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.footer-container li {
margin-bottom: 0;
display: inline-block;
padding: 0px 20px;
vertical-align: top;
position: relative;
}
.footer-container .block-social li {
padding: 0;
display: inline-block;
margin-bottom: 0px;
}
.footer-container li a i {
font: normal normal normal 23px/1 'FontAwesome';
}
.footer-container .links .collapse {
display: inline-block;
}
.footer-container .links #footer_sub_menu li:after {
border-right: 1px solid #858585;
content: "";
position: absolute;
right: 0px;
top: 5px;
height: 14px;
}
.footer-container .links #footer_sub_menu li:last-child::after{
display: none;
}
.footer-container li {
margin-bottom: 0;
display: inline-block;
padding: 0px 20px;
vertical-align: top;
position: relative;
}
.footer-container li a, .footer-container li span {
color: #333;
font-size: 16px;
letter-spacing: 1px;
font-weight: 400;
margin-bottom: 10px;
}
.block-contact li {
overflow: hidden;
line-height: 26px;
}
.footer-before {
width: 100%;
text-align: center;
margin: 0 auto;
}
.footer-before form{
  display: inline-block;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}
.footer{
border-top: none;
background-color: transparent;
}
.footer-container .footerdiv:before {
content: "";
position: absolute;
border-top: 1px solid #ddd;
top: 50%;
width: 100%;
left: 0;
z-index: -1;
}
.footer-before .coolbg {
background: #000000;
color: #fff;
padding: 13px 22px;
border-radius: 0 5px 5px 0;
font-size: 1rem;
position: absolute;
right: -2px;
top: 0;
}
.footer-before .intxt {
border: 1px solid #000000;
width: 453px;
height: 50px;
border-radius: 0 5px 5px 0;
padding-left: 30px;
color: #999;
}
.footer-before label {
position: absolute;
left: 39%;
line-height: 50px;
}
.owl-theme .owl-controls {
margin-top: 60px;
}
#owl-demo .owl-item a img + img{
display: none;
}
/* #owl-demo  .owl-item:hover a img{
display: none;
} */
#owl-demo .owl-item:hover a img + img{
display: block;
}
.commonweb {
margin: 0px auto;
max-width: 100%;
padding: 0;
padding-left: 3.125vw;
padding-right: 3.125vw;
padding-top: 3vw;
}
.full-inside-subnav .crumb {
position: inherit;
float: left;
max-width: 100%;
padding-left: 5px;
display: block;
color: #999;
font-size: 14px;
line-height: 3;
border-left: 0;
}
.full-inside-subnav {
border-bottom: 0;
}
.full-inside-subnav .crumb a:after{
display: none;
}
.full-inside-subnav .crumb .home {
background: url(../images/homeico.png) no-repeat 0 center;
width: 10px;
height: 10px;
}
.Pledetext {
padding-right: 0;
}
/*about*/
.box-container {
width: 100%;
margin: 0 auto;
}

.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}

.animated {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.box-1 .page-title-box {
text-align: center;
}

.page-title-box {
color: #414851;
}

.page-title-box .title {
font-size: 2.2rem;
line-height: 1.5;
}

.page-title-box .en {
text-transform: uppercase;
font-size: 1rem;
line-height: 1;
margin: 1% 0 3%;
font-weight: 100;
}

.box-1 .data {
height: 41rem;
background: url(../images/a_1.jpg) no-repeat center center;
background-size: cover;
margin-bottom: .8rem;
}

.box-1 .data ul {
padding-left: 18%;
font-size: 0;
}

.box-1 .data ul li:first-child {
background-position: -1px 8rem;
}

.box-1 .data ul li:nth-child(2) {
background-position: -1px 14.2rem;
}

.box-1 .data ul li:nth-child(3) {
background-position: -1px 25rem;
}

.box-1 .data ul li {
display: inline-block;
width: 33.33%;
height: 6.6rem;
padding-left: 20px;
border-left: 1px solid rgba(255, 255, 255, 0.3);
vertical-align: top;
background: url(../images/about-line.png) no-repeat;
min-height: 660px;
}

.box-1 .data ul li:first-child .title {
padding-top: 8rem;
}

.box-1 .data ul li:nth-child(2) .title {
padding-top: 14.2rem;
}

.box-1 .data ul li:nth-child(3) .title {
padding-top: 25rem;
}

.box-1 .data ul li .title {
font-size: 12px;
color: #fff;
}

.box-1 .data ul li .num {
color: #fff;
font-size: 12px;
line-height: 1.5;
}

.box-1 .data ul li .num span {
display: inline-block;
font-size: 2.65rem;
color: #fff;
font-family: 'DIN';
}

.box-1 .data ul li .num i {
color: #fff;
font-style: normal;
font-size: 24px;
vertical-align: top;
display: inline-block;
margin-left: 10px;
}

.box-1 .data ul li p {
font-size: 16px;
color: #fff;
margin-top: 10px;
}

.box-container .introduce-box {
text-align: center;
padding: 3vw 0 5vw;
margin: 0 auto;
border-bottom: 1px dashed #e1e1e1;
}

.box-container .introduce-box h1 {
font-size: 2rem;
color: #333;
line-height: 2;
}

.box-container .introduce-box h5 {
color: #000000;
font-family: 'DIN';
font-size: 2rem;
font-weight: 600;
text-transform: uppercase;
line-height: 2;
}

.box-container .desc {
font-size: 1rem;
line-height: 2.5;
padding-top: 15px;
}
/*culture*/
.box-container.box-3{
width: 100%;
margin: 5% auto 0;
text-align: center;
}
.box-3 ul {
display: flex;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
width: 100%;
display: inline-block;
}
.box-3 ul li:nth-child(3), .box-3 ul li:last-child {
margin-right: 0;
}
.box-3 ul li {
text-align: center;
background: #f9f9f9;
margin-right: 2%;
padding: 3%;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
display: inline-block;
width: 31.8%;
margin-bottom: 2%;
}
.box-3 ul li:hover {
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
transform: translateY(-5px);
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
background: #fff;
}
.culture-wrapper .box-3 ul li:hover .name {
color: #000000;
}
.box-3 ul li .icon img {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
padding: 3% 0;
}
.box-3 ul li .name {
font-size: 1.65rem;
color: #414851;
letter-spacing: 1px;
line-height: 2;
}
.box-3 ul li .desc {
font-size: 1rem;
color: #737373;
line-height: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
min-height: 110px;
}
.box-3 ul li:hover img {
transform: rotateY(180deg);
}
/*culture end*/

/* Brand pic*/
.about-wrapper .box-3 {
overflow: hidden;
}
.box-container-fluid {
width: 100%;
margin: 1% auto 2%;
}
.about-wrapper .box-3 .box {
position: relative;
}
.about-wrapper .box-3 .swiper-container {
position: relative;
width: 100%;

}
.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
z-index: 1;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-o-transform: translate(0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
}
.about-wrapper .box-3 .swiper-slide {
font-size: 0;
background: #fff;
padding: 0 2.2%;
overflow: hidden;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.about-wrapper .box-3 .swiper-slide img {
width: 100%;
height: 100%;
object-fit: cover;
min-height: 400px;
}
.about-wrapper .box-3 .swiper-slide .pic {
position: relative;
}

.about-wrapper .box-3 .swiper-slide .pic:after {
content: '';
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
position: absolute;
left: 0;
top: 0;
z-index: 10;
}
.about-wrapper .box-3 .swiper-btn {
display: inline-block;
width: 60px;
height: 60px;
position: absolute;
top: 45%;
z-index: 10;
}
.about-wrapper .box-3 .swiper-btn.prev {
left: 34%;
background: url(../images/left.jpg) no-repeat;
background-size: contain;
}
.about-wrapper .box-3 .swiper-btn.next {
right: 34%;
background: url(../images/right.jpg) no-repeat;
background-size: contain;
}
.about-wrapper .box-3 .swiper-btn.prev:hover {
background: url(../images/left_on.jpg) no-repeat;
}
.about-wrapper .box-3 .swiper-btn.next:hover {
background: url(../images/right_on.jpg) no-repeat;
}

.about-wrapper .box-3 .swiper-slide.swiper-slide-active .pic:after {
background: none;
}

.page-title-box {
text-align: center;
}
/*product inner*/
/* .nav-tabs--wrap {
  width: 100%;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
  margin: 0 auto;
}
.nav-tabs--wrap .nav-filter {
  border: 1px solid #eee;
  padding: 1% 6%;
}
.nav-tabs--wrap .nav-filter .item {
  line-height: 4;
  border-bottom: 1px dashed #eee;
}
.nav-tabs--wrap .nav-filter .item:last-child {
  border-bottom: 0;
}
.nav-tabs--wrap .nav-filter .item span {
  color: #000000;
  padding: 0 4vw 0 1vw;
}
.nav-tabs--wrap .nav-filter .item b {
  font-weight: 400;
  font-size: 1rem;
}
.nav-tabs--wrap .nav-filter .item a{
  color: #777;
} */
/*product inner end*/
.menu_bot span a:hover {
  color: #000000;
}
.pages {
  margin: 1% auto 3%;
  padding-top: 0;
  font-size: 15px;
  border-top: 0;
}
.subnav{
  text-align: center;
  padding-top: 4.5%;
}
.subnav a {
  border: 1px solid #eee;
  padding: 0.9% 1.8%;
  border-radius: 2px;
  margin: 0 5px;
  font-size: 1rem;
  background: #f9f9f9;
}
.subnav .cur {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.box-container-fluid .box-3 {
  margin-top: 5%;
}
.article-come .span-date {
  background: url(../images/article_time.png) no-repeat left;
}
.article-come .span-num {
  background: url(../images/article_num.png) no-repeat left;
}
.article-come .share {
  background: url(../images/share.png) no-repeat left;
}
.article-come span {
  margin: 0 15px;
  padding-left: 24px;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  color: #999;
}
.newscenter-detail .news-detail-title {
  text-align: center;
}
.newscenter-detail .news-detail-title h2 {
  line-height: 3.5;
}
.share a {
  margin: 6px 4px;
  display: inline-flex;
    font-size: inherit;
}
.share {
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  filter: grayscale(50%);
}
.newscenter-detail .news-datail-content {
  background: #f9f9f9;
  color: #777;
  font-size: 1rem;
  padding: 3vw;
  line-height: 2;
}
.news-detail-title:before{
  display: none;
}
.news-detail-title {
  border: 1px solid #f2f2f2;
}
.news-detail-title {
  padding: 28px 0;
}
.ny-more2 {
  border: 1px solid #eee;
  padding: 1% 2%;
  background: #000000;
  color: #fff;
}
.news-detail-foot dl {
  border: 1px dashed #eee;
  margin-top: 0.5%;
  padding: 1.5% 3%;
  font-size: 0.9rem;
}
.ny-more2:hover {
  color: #fff;
  text-decoration: underline;
}
.contact-dl .infor .text-center .info {
  display: grid;
  padding-bottom: 18px;
  color: #333;
  font-size: 1rem;
}
.contact-dl {
  border: 0;
}
.contact-dl .infor .text-center .company {
  font-size: 1rem;
  color: #333;
  letter-spacing: 2px;
}
.contact-dl .infor .text-center .info i.fa.fa-mobile-phone {
  font-size: 1.5rem;
}
.contact-dl .infor .text-center .info i {
  font-size: 1rem;
}
.contact-dl .infor .text-center .info i.fa.fa-envelope {
  font-size: 0.85rem;
}
.contact-dl .infor .text-center .info i.fa.fa-map-marker {
  font-size: 1.25rem;
}
.contact-dl .infor a {
  color: #333;
}
.mt-20{
  margin-top: 0;
  margin-bottom: 20px;
}
.mt-20 span {
  color: #999;
  font-size: 13px;
}
.contact-dl .infor h3 {
  padding: 0 0 5px 0;
}
.contact-dl .infor {
  padding: 2% 0 0;
}
.Comprepair {
  background: none !important;
}
.commonweb form {
  background: url(../images/ly.jpg) no-repeat center fixed;
}
.Comprepair {
  padding: 7% 0 1% 3%;
}
.Comprepair label .inputext {
  border: 1px solid #eee;
}
.Comprepair label .submit {
  border-radius: 3px;
  font-weight: 400;
}
/*case*/
.group-list .ban-content {
	background: #fafafa ;
  }  
  .group-list .ban-content .caption p {
    font-size: 0.9rem;
    text-align: justify;
    line-height: 2.5;
    margin-bottom: 12%;
}
.group-list .ban-content .caption h1 {
    font-size: 2rem;
    line-height: 3;
}
.group-list .ban-content .caption a {
  border: 1px solid #333;
  padding: 2% 6%;
  border-radius: 2px;
}
.group-list .ban-content .caption a:hover {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
/*case end*/

/*pro nav*/
/* .nav-tabs--wrap .nav-filter .item {
  display: inline-block;
}
.nav-tabs--wrap .nav-filter .item {
 border-bottom: 0;
} */

/* .card-body b{
  display: none;
}
.accordion>.card:not(:last-of-type){
  display: inline-flex;
  width: 12.25%;
}
.accordion>.card:not(:first-of-type){
  display: inline-flex;
  width: 12.25%;
} */
/* #accordionExample input[type=checkbox],#accordionExample input[type=radio]{
  display: block;
} */
/* #accordionExample .card h2{
  display: inline-flex;
}
.accordion>.card>.card-header,#accordionExample .card-body{
  text-align: center;
}
.accordion {
    position: absolute;
    z-index: 2;
    width: 93.5%;
    margin: 2% auto;
}

.card {
  background-color: #f9f9f9;
  border: 1px solid #eee;

}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #eee;
} */
.show_menu .menu_tit{
  display: none;
}
.btn-link {
  color: #333;
}
.btn-link:hover {
  color: #000000;
  text-decoration: none;
}
/* .accordion>.card:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}
.card-body {
    line-height: 3;
}
.card .btn:not(:disabled):not(.disabled) {
    font-size: 15px;
}
#accordionExample .card h2 i {
    padding-left: 30px;
} */
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
.btn {
  text-align: center;
  padding: initial;

}
#inner-pro{
  background: none;
  height: auto;
}
.menu_li p {
  background-color: transparent;
  border-bottom: 1px solid #eee;
}
.menu_li>p:hover a {
  color: #333;
}
.menu_li>p:hover {
  background: none;
  color: #333;
}
.menu_li ul p {
  border-bottom: 0;
}
.menu_li ul li a p {
  color: #888;
  background-color: transparent;
  font-size: 14px;
}
.sidebar {
  width: 170px !important;
}
.menu_li>p>span {
  width: 100%;
  background: url(../images/menu_tb1.png) 100% center no-repeat;
}
.menu_li>p>span.on {
  transform: rotateX(0deg);
}
.menu_li ul li a:hover p {
  color: #000000;
}
#inner-pro .product-list {
  padding-top: 40px;
}
.product-detail .mainimg-info {
  width: 100% !important;
  max-width: initial !important;
  border: 0 !important;
  text-align: center !important;
}
.pro-datial-tab .commonweb .composimin .Technical img {
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.iv-prod--wrap .sidebar.fix {
  top: 252px;
}
.btn-secondary.btn-ng {
  height: 48px;
  line-height: 48px;
}
.iv-meta {
  z-index: 1;
}
.wrapper {
  min-height: 70vh;
  width: 100%;
  margin: 0 auto;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}
.wrapper .container {
  max-width: 100%;
  padding: 0;
}
.product-gallery__nav-image {
  border: 1px solid #eee;
}
.product-gallery__large-image.mb-sm--30 {
  border: 1px solid #eee;
}
.slick-next:before, .slick-prev:before{
  display: none;
}
.lg-actions .lg-prev:after {
  font-family: 'FontAwesome';
  font-size: 8rem;
  content: "\f104";
}
.lg-actions .lg-next:before {
  content: "\f105";
  font-size: 8rem;
  font-family: 'FontAwesome';
}
.lg-toolbar .lg-close:after {
  content: "\f00d";
  font-size: 2.8rem;
  font-family: 'FontAwesome';
}
#lg-zoom-out:after {
    content: "\f010";
    font-size: 2.5rem;
    font-family: 'FontAwesome';
}
#lg-zoom-in:after {
    content: "\f00e";
    font-size: 2.4rem;
    font-family: 'FontAwesome';
}
.lg-fullscreen:after {
  content: "\f0b2";
  font-size: 2.1rem;
  font-family: 'FontAwesome';
}
.product-content-body .nav-tabs {
  z-index: 2;
}
.fa-eye:before {
  vertical-align: text-bottom;
}
i.fa.fa-eye {
  font-size: 1.8rem;
}
.wrapper .col-lg-5 .product-intro h1 {
  font-size: 2.8rem;
  line-height: 2.5;
  border-bottom: 1px solid#eee;
  margin-bottom: 5%;
}
.wrapper .col-lg-5 .product-intro p {
  font-size: 1.5rem;
  line-height: 2;
  color: #666;
  margin-bottom: 8%;
}
.wrapper .col-lg-5 .product-intro .para {
  padding: 0 1.2%;
  font-size: 1.5rem;
}
.wrapper .col-lg-5 .product-intro .para i {
  font-size: 1rem;
  padding-right: 8px;
  color: #434160;
}
.wrapper .col-lg-5 .product-intro .para .col-md-6 {
  color: #464646 !IMPORTANT;
}
.slick-gutter-10.slick-vertical .slick-list .slick-slide {
  border-bottom: 1px solid #eee;
}
.slick-gutter-10.slick-vertical .slick-list {
  margin-top: 0;
  margin: 70% 0;
}
.slick-center-bottom .slick-prev {
  margin-left: 0;
  top: -18%;
}
.slick-center-bottom .slick-next {
  margin-right: 0;
  top: 118%;
}
.pt--80 {
  padding-top: 60px;
}
.panel.product-detail {
  width: 100%;
  margin: 0 auto;
  height: auto;
  margin-bottom: 3% !important;
  padding-top: 20px;
}
.met-showproduct.pagetype1 .commonweb {
  padding-top: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.nav-tabs-line>li.active>a, .nav-tabs-line>li.active>a:focus, .nav-tabs-line>li.active>a:hover {
  border-bottom-color: #000000;
}
.nav-tabs-line>li>a {
  padding: 10px 10px;
}
.fa.fa-bullhorn {
  padding-right: 15px;
  color: #000000;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-hot h4.example-title {
  margin-top: 15px;
}
.met-showproduct.pagetype1 .tab-content {
  color: #666;
  line-height: 2.5;
  font-size: 1.5rem;
}
.met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
  margin-bottom: 50px;
}
/* .card-body a {
  width: 86px;
  display: block;
  float: left;
  text-align: left;
}
.card:first-child .card-body a ,.card:last-child .card-body a  {
    width: 56px;
    text-align: center;
}
.card:nth-child(2) .card-body a, .card:nth-child(3) .card-body a {
  width: 74px;
}
.card:nth-child(2) .card-body, .card:nth-child(3) .card-body {
  margin-left: 25px;
}
.card:nth-child(4) .card-body a {
  width: 95px;
}
.card:nth-child(4) .card-body {
  margin-left: 23px;
}
.card:nth-child(4) .card-body {
  padding: 1.25rem 0;
}
.card:nth-child(5) .card-body a{
  width: 80px;
  text-align: center;
}
 .card:nth-child(6) .card-body a, .card:nth-child(7) .card-body a {
  width: 88px;
  text-align: center;
} */
.left-img-box {
  position: relative;
}
.left-img-box img {
  display: block;
  width: 80%;
  position: absolute;
  overflow: hidden;
  border-radius: 5px;
}
.left-img-box img + img {
  opacity: 0;
}
.left-img-box:hover img + img {
  opacity: 1;
}
.left-img-box:hover img {
  opacity: 0;
}
.iv-details .prod-detail--pic .prod-pic--wrap {
  position: relative;
  background-color: #F8F8F8;
  padding: 50px 130px;
}
.property a:first-child, .property a:nth-child(2), .property a:nth-child(3) {
  display: none;
}
.iv-details .order-form .group {
   margin-bottom: 0;
  border-bottom: 1px solid #eee;
  line-height: 3;
}
.iv-details .prod-detail--info .attributes {
  margin-bottom: 15px;
}
.iv-details .order-form .group p {
  font-size: 1.35rem;
  margin-left: 6rem;
}

.iv-details .prod-detail--pic .prod-pic li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 16px;
  position: relative;
}
.iv-details .prod-pic li img {
  border-radius: 5px;
  overflow: hidden;
}
.iv-details .prod-pic  .img-box::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.iv-details .prod-pic  .img-box>img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.iv-details .prod-pic figure.generate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.iv-details .prod-detail--pic .prod-pic--wrap .generate img {
  position: absolute;
  /* top: 39%; */
  /* left: 0; */
  width: 100%;
}
/* .iv-details .prod-pic li:hover .img-box {
  opacity: 0;
  visibility: hidden;
} */
.iv-details .prod-pic li:hover .generate {
  opacity: 1;
  visibility: visible;
}
.iv-details .prod-detail--pic .check {
  position: unset;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.iv-details .prod-detail--pic .check span {
  color: #666;
  font-size: 1.5rem;
  line-height: 3;
}
.iv-details .prod-detail--info h1 {
  font-size: 2.2em;
}
.iv-details .prod-detail--pic .prod-pic li:last-child {
  width: 100%;
}
.iv-details .prod-detail--pic .check span:nth-child(2){
  float: right;
  margin-right: 10px;
}
.filter-options .features-filter b {
  display: none;
}
/*筛选*/
.nav-category a.on .fa-angle-down{
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nav-tabs .nav-tabs--wrap.fix {
  position: fixed;
  z-index: 5000;
  bottom: auto;
  top: 99px;
  top: 120px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}
.nav-tabs .nav-filter {
  position: relative;
}
.nav-tabs .nav-tabs--wrap.fix .nav-filter {
  padding-top: 40px;
}
.nav-stacked {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(112,112,112,0.24);
  z-index: 3400;
}
.nav-stacked .nav-category {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: -20px;
}
.nav-category>div {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-top: 20px;
}
.nav-category a {
  font-size: 15px;
  line-height: 1.625;
  letter-spacing: .03em;
  color: #333;
  position: relative;
  margin: 0 1.19792vw;
  margin: 0 1vw;
  padding-bottom: 31px;
}
.nav-category a.active {
  color: #000000;
}
.nav-category a.active::before {
  width: 20px;
}
.nav-tabs .filter-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.85);
  z-index: 3500;
}
.color-filter {
  font-size: 0;
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(112,112,112,0.24);
}
.features-filter {
  font-size: 0;
  text-align: center;
  padding: 40px 150px;
  border-bottom: 1px solid rgba(112,112,112,0.24);
}
.filter-options>div {
  display: none;
}
/* .features-filter#attr-26 {
  text-align: left;
} */
.features-filter a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin: 0 1.5625vw;
  cursor: pointer;
}
label{
   border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
/* .features-filter [type="radio"]+a, .features-filter  [type="checkbox"]+a {
  font-size: .75em;
  line-height: 2;
  letter-spacing: .05em;
  color: #000;
  line-height: 2.16667;
  letter-spacing: 0;
  cursor: pointer;
}
.features-filter input[type="radio"] +a, .features-filter input[type="checkbox"] +a {
  display: inline-block;
  vertical-align: -3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 8px;
  position: relative; */
}
.color-filter a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-category a .icon-icon-select{
  font-family: "iconfont";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}
.nav-category a.on {
  color: #000000;
}
.features-filter a.current {
  color: #000000;
}
.features-filter a:before{
  display: inline-block;
  vertical-align: -3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 8px;
  position: relative;
  content: "";
}
/* .features-filter a:first-child.current::before{
  display: inline-block;
  vertical-align: -3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 8px;
  position: relative;
  content: "";
  background: transparent;
} */
.features-filter a.current::before {
  content: "";
  border: 0;
  background: url(../images/yuan.png) no-repeat center center;
  position: relative;
}
.nav-category a:visited {
  color: #000000;
}

.menu_li p {
  font-size: 15px;
  color: #333;
  font-weight: normal;
  line-height: 37px;
  padding: 0;
}
.sidebar ul li a{
  padding:0;
}
.menu_li>p>span:hover {
  width: 100%;
  background: url(../images/menu_tb1.png) 100% center no-repeat;
}
.features-filter:nth-child(2), .features-filter:nth-child(3), .features-filter:nth-child(6) {
  text-align: left;
}
.filter-options #attr-23 a, .filter-options #attr-25 a {
  min-width: 83px;
  margin: 0 auto;
}
.filter-options #attr-24 a {
  min-width: 103px;
  margin: 0 auto;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.btn-reset .icon-icon-reset {
  font-family: "iconfont";
}
.owl-carousel .owl-item .img-box::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.owl-carousel .owl-item li {
  position: relative;
  vertical-align: middle;
}
.owl-carousel .owl-item a {
  display: block;
  position: relative;
}
.owl-carousel .owl-item .img-box {
  overflow: hidden;
}
.owl-carousel .owl-item .generate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.owl-carousel .owl-item .generate img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#owl-demo .owl-item li a:hover .material{
  opacity: 0;
  visibility: hidden;
}
#owl-demo .owl-item li a:hover .generate {
  opacity: 1;
  visibility: visible;
}
#ssy.iv-prod{
  position: relative;
  height: auto;
  overflow: hidden;
  background: none;
}
#apl .owl-carousel .owl-item {
  max-width: 100% !important;
}
#apl  .prod-detail--pic .prod-pic--wrap{
  padding: 0 !important;
}
#apl  .owl-theme .owl-controls {
  display: none;
}
#apl   .prod-pic .img-box {
  border-radius: 0 !important;
}
#apl    .prod-detail--wrap {
  background: #f9f9f9;
}
#apl .prod-detail--info {
  background-color: transparent ;
  padding-left: 7vw ;
}
#apl .prod-detail--info h1 {
  font-size: 3.75em;
  font-weight: 300;
  line-height: 2;
}
.iv-details .title-box {
  text-align: center;
  padding: 0 10% 2%;
}
.iv-details .title-box h5{
  font-size: 3em;
  line-height: 2.5;
  color: #111;
}
.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0px 12px;
}
.Pledge-min {
  background: transparent;
}
.about_us .owl-theme .owl-controls{
  display: none;
}
.about_us{ display:inline-flex; margin: 0 1vw;}
.about_us img{ padding:0 0.5vw;}
.box-container .introduce-box .mt-20 p {
    padding-bottom: 1vw;
}

.box-container .introduce-box {text-align: justify;padding: 2vw;}
.iv-details .order-form .group span {
  width: 210px;
}
.iv-prod .iv-wrap--content figcaption {
  margin-left: 13.79167vw;
}
.iv-prod .slick-dots {
    right: -89%;
  }
  .page-title-box .title {
    margin-bottom: 2%;
}
.xla_search{
  display: none;
}

/*@media*/
@media only screen and (max-width: 1440px) and (min-width: 1024px){
.munu_list {
  margin-top: 50px;
}
.header {
  height: 103px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .065) !important;
}
.header .logo img {
  width: 82px;
}
.iv-wrap .iv-wrap--content figcaption p {
  font-size: 23px;
}
.btn-default span, .btn-default small, .btn-past span, .btn-past small {
  font-size: 14px;
}
.iv-banner.iv-wrap {
  background: url(../images/quan.png)no-repeat 5% 69% #f5f5f5;
}
.iv-banner .iv-wrap--content figcaption h3 {
  line-height: 2.3;
}
.iv-prod .iv-wrap--content figcaption h3 span {
  font-size: 36px;
}
.iv-prod {
  background: url(../images/quan2.png)no-repeat 75% 19% #fff;
}
.iv-wrap .iv-wrap--content figcaption {
  padding-bottom: 100px;
}
.iv-prod .slick-dots{
  bottom: 25%;
}
.headtitle {
  font-size: 1vw;
}
.diy-list a {
  font-size: 16px;
}
.diy-list {
  margin: 5% auto 4%;
}
.diy_text p {
  font-size: 20px;
}
.diy_text h3 {
  font-size: 17px;
}
.diy_text {
  padding: 15% 0;
}
#footer {
  padding-top: 0;
}
.nav-tabs .nav-tabs--wrap.fix{
  top: 103px;
}
.iv-prod--wrap .sidebar.fix {
  top: 242px;
}
.iv-details .prod-detail--info h1 {
  font-size: 1.75em;
}
.iv-details .prod-detail--info .attributes {
  margin-bottom: 0;
}
.iv-details .order-form .group {
  line-height: 2.75;
}
.iv-details .prod-detail--pic .prod-pic--wrap {
  padding: 95px 130px;
}
.pt-100 {
  padding-top: 80px;
}
#apl .prod-detail--info h1 {
  font-size: 3em;
}
.newscenter-list li .news-text .name {
  font-size: 16px;
  height: auto;
}
.contact-dl .thumb {
  width: 54.5%;
}
.contact-dl .infor .text-center .info {
  padding-bottom: 12px;
}
}
@media only screen and (max-width: 1360px){
  .iv-details .prod-detail--pic .prod-pic--wrap {
    padding: 114px 130px;
  }

}
@media only screen and (max-width: 1024px){
.header .logo img {
    width: 100%;
    margin: 0 auto;
}
.header .header-cont {
  padding-top: 3%;
  padding-bottom: 3%;
}
.tools .iconbox:first-child, .tools .iconbox:nth-child(2), .sys_search {
  display: none;
}

.tools .iconbox {
  margin: 0 auto;
}
.header .col-mini {
  padding-left: 5.625vw;
}
.menu_txt h5{
  font-size: 18px;
}
.menu_txt h6{
  font-size: 16px;
}
.xla_search {
  display: block;
  margin: 1vw auto 4vw;
}
.xla_search .searchtext {
  width: 92%;
  border: none;
  line-height: 3;
  text-indent: 32px;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #999;
  font-size: 16px;
  border-bottom: 0 !important;
  margin: 0 auto;
}
.xla_search .searchbox {
  border: 1px solid #ccc;
}
.menu_img {
  width: 20%;
  margin-right: 0;
}
.menu_bot span a {
  padding: 10px 36px;
}
.iv-wrap {
  height: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* ===== 移动端轮播修复：取消绝对定位和垂直居中 ===== */
.iv-banner.iv-wrap {
  height: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.iv-wrap .iv-wrap--content {
  position: relative !important;
  top: auto !important;
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
}
.iv-banner .iv-wrap--content figcaption {
  margin-left: 0 !important;
}
.iv-wrap--thumbs {
  margin: 0 !important;
  padding: 0 !important;
}

/* ===== 禁用slick对banner文字区域的高度控制 ===== */
.iv-banner .js-banner--content .slick-slide,
.iv-banner .js-banner--content > div,
.iv-banner .js-banner--content .slick-current,
.iv-banner .js-banner--content .slick-active,
.iv-banner .slick-current {
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  display: block !important;
}

.iv-banner .js-banner--content .slick-list,
.iv-banner .js-banner--content .slick-track {
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
}

/* 强制覆盖任何.met-banner类的高度设置 */
.iv-banner.met-banner .slick-current {
  height: auto !important;
  max-height: none !important;
}

.clock {
  width: 100%;
  height: auto;
}
.iv-banner .iv-wrap--content {
  margin-top: 5px !important;   /* 从20px改为5px，进一步减少上边距 */
  margin-left: 3.625vw;
  margin-right: 3.625vw;
  margin-bottom: 10px !important;  /* 下边距改为10px */
}
.projects__clock {
  top: 6vw;
  display: none;
}
.clock__dial {
  height: auto;
}
.iv-wrap .iv-wrap--content figcaption,
.iv-banner .iv-wrap--content figcaption {
  margin: 0 !important;             /* 去除所有外边距 */
  padding: 10px 0 !important;       /* 统一上下10px内边距 */
  width: 100% !important;
}
.iv-banner .iv-wrap--content figcaption h3 {
  line-height: 2;
  font-size: 5vw;
  margin-top: 0 !important;         /* 去除标题上边距 */
  margin-bottom: 5px !important;    /* 从10px减少到5px */
}
.btn-default.btn-lg {
  height: 8vw;
  line-height: 8vw;
}
.mt-70 {
  margin-top: 10px !important;      /* 从3vw改为10px固定值 */
}
.iv-wrap .iv-wrap--content figcaption p {
  font-size: 26px;
  margin-top: 0 !important;         /* 去除段落上边距 */
  margin-bottom: 5px !important;    /* 从0改为5px */
}
.iv-wrap .iv-wrap--content article {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.iv-banner.iv-wrap {
  background: none;
}
.iv-prod {
  background: none;
  margin-top: 10px !important;     /* 从0改为10px并加!important，确保覆盖app.css中的13.33333vw */
  padding: 0 !important;
}
.iv-prod .slick-dots{
  display: none !important;
}

.iv-prod .iv-wrap--content {
  margin-left: 3.625vw;
  margin-right: 3.625vw;
  margin-top: 0 !important;         /* 从5px改为0，进一步减少上方空白 */
  margin-bottom: 10px !important;   /* 添加下边距10px */
  padding: 0 !important;            /* 去除内边距 */
}
.iv-diy .iv-wrap--thumbs figure {
  padding-top: 0;
}
.iv-diy {
  margin-top: 0;
  margin-bottom: 0;
}

.diy_text {
  padding: 7vw 3.625vw;
  background-size: cover;
}
.iv-wrap .iv-wrap--content figcaption h3 {
  font-size: 5vw;
}
.diy_text h3 {
  font-size: 5vw;
  line-height: 2;
}
.iv-diy .bg-cover img {
  width: 100%;
  height: 100%;
}
.iv-diy .iv-wrap--content {
  margin-top: 8vw;
  margin-bottom: 18vw;
  margin-left: 3.625vw;
  margin-right: 3.625vw;
}
.iv-diy .iv-wrap--content h4 {
  width: 100%;
  font-size: 18px;
}
.pagetitle {
  font-size: 5vw;
  line-height: 2;
}
.diy-list {
  margin: 3vw auto;
}
.iv-diy .mt-60 {
  margin-top: 5vw;
}
.owl-carousel .owl-item {
  max-width: 100% !important;
}
.footer-container li {
  padding: 0px 18px;
}
.footer-container li a, .footer-container li span {
  font-size: 14px;
}
#footer .container, .it-footer-bottom-area .container {
  max-width: 100%;
}
.it-footer-bottom-area {
  font-size: 12px;
}
.iv-mini {
  padding-top: 0;
}
.prod-nav--tabs {
  top: 20vw;
  padding-bottom: 0;
}
.btn-reset {
  font-size: 1.65vw;
  line-height: 1.2;
}
.iv-prod--wrap .sidebar {
  top: 25vw;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.92);
}
.sidebar {
  width: 100% !important;
  margin: 0 auto;
}
.pulldown {
  z-index: 1;
}
.show_menu .menu_list {
  padding: 1vw 1.5vw 2vw;
}
.iv-prod--wrap .panel {
  margin-top: 26vw;
}
.features-filter {
  padding: 2vw;
}
.features-filter a {
  margin: 0 auto;
  width: 16%;
}
.nav-stacked {
  padding-bottom: 0;
}
.menu_li ul ,.show_menu .menu_list{
  background: none;
}
.menu_li ul {
  width: 100%;
  height: auto !important;
}
.menu_li ul li {
  width: 16%;
  display: inline-block;
}
.iv-prod--wrap .sidebar.fix {
  top: 210px;
  left: 0;
  right: 0;
}
.prod-nav--tabs.fix {
  top: 16vw;
}
.menu_li p {
  font-size: 14px;
}
.iv-prod--wrap .prod-item {
  margin-bottom: 0;
}
.prod-item .iv-line {
  margin-top: 6vw;
}
.iv-details .prod-detail--pic .prod-pic--wrap {
  padding: 0;
  height: 100vh;
}
.iv-details .prod-detail--pic .prod-pic {
  padding: 5vw;
}
.iv-details .prod-detail--info {
  margin-top: 8vw;
}
.iv-details .prod-detail--info h1 {
  font-size: 2.75em;
}
.iv-details .order-form .group span {
  font-size: 1.5vw;
}
.iv-details .order-form .group span {
  width: 36%;
}
#apl .prod-detail--info {
  padding-left: 0;
  text-align: center;
}
#apl .iv-details .prod-detail--info .meta {
  margin-top: 0;
  padding: 6vw 0 0;
}
#apl .prod-detail--pic .prod-pic--wrap {
  height: 80vh;
}
#apl  .mt-20 {
  margin-bottom: 0;
}
.Comprepair label .inputext {
  width: 100%;
}
.Comprepair li ,.Comprepair label textarea {
  width: 100%;
  max-width: 100%;
}
.Comprepair {
  padding: 3.625vw;
  max-width: 100%;
}
.Comprepair li:nth-child(odd) {
  margin-right: 0;
}
.contact-dl .thumb {
  width: 100%;
  float: none;
  margin: 0 auto;
}
.contact-dl .infor {
  padding: 2vw 0;
  line-height: 2.5;
}
}
@media only screen and (max-width: 768px){
.header {
  height: 87px;
}
.header .logo {
  width: 100%;
  max-width: 74px;
}
.diy_text {
  padding: 13vw 3.625vw;
}
.diy_text p {
  font-size: 18px;
}
#footer {
  padding-top: 0;
}
.owl-theme .owl-controls {
  margin-top: 50px;
}
.it-footer-bottom-area .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.it-footer-bottom-area .copyright {
  float: none;
}
.it-footer-bottom-area .conditions {
  float: none;
}
.full-inside-subnav .commonweb {
  padding-top: 10vw;
}
.page-title-box .title {
  font-size: 2rem;
  line-height: 2;
}
.menu_txt h6 {
  font-size: 12px;
  line-height: 2.5;
}
.menu_bot span a {
  padding: 10px 15px;
}
.munu_list span {
  padding: 10px 18px;
}
.prod-nav--tabs {
  top: 27vw;
}

.nav-category a {
  font-size: 14px;
}
.menu_list .menu_li {
  overflow-y: unset;
}
.menu_list .menu_li {
  width: 90%;
}
.show_menu .menu_list {
  height: auto;
  display: block;
}
.show_menu .menu_list {
  padding: 9vw 1.5vw 2vw;
}
.prod-nav--tabs.fix {
  top: 17vw;
}
.iv-prod--wrap .sidebar.fix .show_menu .menu_list {
  display: none;
}
.iv-prod--wrap .panel {
  margin-top: 32vw;
}
.iv-details .prod-detail--pic .prod-pic {
  padding: 0;
}
.iv-details .prod-detail--pic .prod-pic--wrap {
  height: 86vh;
}
.iv-details .title-box {
  padding: 0 5vw;
}
#apl .prod-detail--info h1 {
  font-size: 2.75em;
  line-height: 1.65;
  padding: 3vw 0;
}
#apl .prod-detail--info .meta {
  margin-top: 0;
}
#apl .prod-detail--pic .prod-pic--wrap {
  height: 52vh;
}
.newscenter-list li {
  margin: 0 0 5vw 0;
  width: 100% !important;
  max-width: 100%;
}
.newscenter-list li .news-text {
  padding: 5vw;
}
.Comprepair label .submit {
  width: 100%;
  height: auto;
  line-height: 3;
}
.contact-dl .infor {
  border: 0;
}

}
@media only screen and (max-width: 425px){
.header .logo img {
  padding-top: 1vw;
}
.header .btn-menu span {
  margin-right: 2.52083vw;
}
.header .btn-menu {
  font-size: 1em;
}
.header .btn-menu span i:before {
  right: 89px;
}
.header .header-cont {
  padding-top: 5%;
  padding-bottom: 5%;
}
.iv-wrap .iv-wrap--content figcaption p {
  font-size: 18px;
  margin: 0 !important;             /* 去除所有外边距 */
  padding: 0 !important;            /* 去除所有内边距 */
}
.iv-wrap .iv-wrap--content figcaption h3 {
  font-size: 6vw;
  margin: 0 0 5px 0 !important;     /* 只保留下边距5px */
  padding: 0 !important;
  line-height: 2;
}
.iv-wrap .iv-wrap--content figcaption {
  padding: 10px 0 !important;       /* 统一上下10px内边距 */
  margin: 0 !important;
}
.iv-wrap .iv-wrap--content figcaption article {
  margin: 0 !important;
  padding: 0 !important;
}
.iv-banner .iv-wrap--content {
  margin-top: 5px !important;       /* 图片下方仅5px */
  margin-bottom: 10px !important;   /* 下方10px */
  padding: 0 !important;
}
.iv-prod .iv-wrap--content figcaption h3 span {
  font-size: 26px;
}
.diy_text {
  min-height: auto !important;
}
.diy_text p {
  font-size: 16px;
}
.diy_text h3 ,.pagetitle{
  font-size: 6vw;
  line-height: 3;
}
.diy-list a {
  font-size: 16px;
  padding: 2vw 10vw;
}
.iv-diy .iv-wrap--content h4 {
  font-size: 12px;
  line-height: 4.5;
}
.iv-diy .iv-wrap--content {
  margin-bottom: 30vw;
}
.footer-container .footerlogo {
  min-height: auto;
  width: 100%;
  max-width: 100%;
}
.owl-theme .owl-controls {
  margin-top: 42px;
}
.footer-container li {
  padding: 10px 18px;
}

.footer-container .links #footer_sub_menu li:after{
  top: 14px;
}
.footer-before form {
  max-width: 100%;
}
.footer-container {
  margin: 30px auto;
}
.footer-before .intxt {
  width: 375px;
  padding-left: 16px;
}
.it-footer-bottom-area .col-md-6 {
  padding: 0;
}
.xla_search .searchtext {
  width: 85%;
  text-indent: 16px;
  font-size: 14px;
}
.munu_list span:after{
  display: none;
}
.menu_nav_logo {
  width: 20%;
  margin: 0 auto 40px;
}
.menu_img {
  width: 33.333%;
}
.menu_txt h5 {
  font-size: 16px;
}
.menu_nav_box {
  width: 90%;
  margin: 2vw auto;
}
.munu_list {
  text-align: left;
}
.menu_nav_box .menu_nav_swiper{
  margin-bottom: 44vw;
}
.menu_bot span a {
  padding: 10px 0;
  font-size: 14px;
  letter-spacing: 0;
}
.menu_bot {
  text-align: center;
  margin: 5vw auto;
  line-height: 3;
  width: 100%;
  padding: 0 3.625vw;
}
.menu_bot span {
  width: 32%;
  display: inline-block;
  border: 1px solid #eee;
  margin-bottom: 1vw;
}
.munu_list span a {
  font-size: 14px;
  color: #333;
}
.full-inside-subnav .commonweb {
  padding-top: 12vw;
}
.about_us {
  display: inline-block;
}
.about_us img {
  padding: 1vw 0;
}
.page-title-box .title {
  font-size: 1.75rem;
}
.prod-nav--tabs {
  top: 42vw;
}
.menu_li p {
  border-bottom: 1px solid #ccc;
}
.iv-prod--wrap .sidebar {
  top: 59vw;
}
.features-filter a {
  width: 33.333%;
}
.menu_li ul li {
  width: 33.333%;
}
.slick-initialized .slick-slide .icon-icon-select {
  font-size: 12px;
}
.nav-stacked .btn-reset {
  top: 11vw;
}
.btn-reset {
  font-size: 3.65vw;
}
.nav-category a {
  font-size: 16px;
  padding-bottom: 0;
  line-height: 3;
}
.nav-category>div {
  padding-top: 0;
}
.full-inside-subnav .channel-title {
  display: none;
}
.menu_nav_box .menu_nav_swiper {
  display: none;
}
.iv-prod--wrap .panel {
  margin-top: 68vw;
}
#navigation-fix .slick-track {
  width: 100% !important;
}
.show_menu .menu_list {
  padding: 5vw 1.5vw 2vw;
}
.nav-tabs .nav-tabs--wrap.fix {
  top: 87px;
}
.prod-list li {
  width: 33.333%;
}

.iv-details .prod-detail--pic .prod-pic--wrap {
  height: 53vh;
}
.iv-details .prod-detail--info h1 {
  font-size: 2em;
}
.iv-details .order-form .group span {
  width: 48%;
  font-size: 3.25vw;
}
.iv-details .order-form .group p {
  font-size: 2rem;
}
.footer-before .coolbg {
  font-size: 1.15rem;
}
.it-footer-bottom-area p {
  font-size: 12px;
}
.iv-details .title-box h5 {
  font-size: 2em;
}
#apl .prod-detail--info h1 {
  font-size: 2em;
}
.iv-details .title-box {
  padding: 0 3vw;
}
#apl .prod-detail--pic .prod-pic--wrap {
  height: 29vh;
}
.font24 {
  font-size: 16px;
}
}
@media only screen and (max-width: 414px){
  .xla_search .searchtext {
    width: 80%;
}
.full-inside-subnav .crumb .inner a {
  font-size: 13px;
}
.footer-before .intxt {
  width: 346px;
  padding-left: 16px;
}

}