

:root {
  --thm-font: "Poppins", sans-serif;
  --thm-base: #ffffff;
  --thm-base-rgb: 255, 255, 255;
  --thm-primary: #0458c6;
  --thm-primary-rgb: 234, 19, 14;
  --thm-black: #151515;
  --thm-black-rgb: 21, 21, 21;
  --thm-gray: #868686;
}

body {
  font-family: var(--thm-font);
  color: var(--thm-gray);
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}
button:focus {
  outline: none;
}
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
p{margin: 0;}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black);
  margin: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    -ms-interpolation-mode: bicubic;
}

::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-thumb {background-color: #9b9b9b;}
::-webkit-scrollbar-track {background-color: #f7f7f7;}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0;
  }
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
.header-top-wrap{
  height: 38px;
  background: #000000;
  font-size: 14px;
  color: #616a7c;
  line-height: 38px;
}
.header-top-wrap .header-top-inner{
  position: relative;
}
.header-top-wrap .language{
  position: absolute;
  top: 25%;
  right: 0;
  display: flex;
  width: 180px;
  height: 24px;
  background: #2e86ef;
  z-index: 100;
  justify-content: center;
  align-items: center;
}
.header-top-wrap .language a{
  color: #ffffff;
  width: 88px;
  text-align: center;
}
.header-top-wrap .language .line{
  height: 20px;
  border: 1px solid #ffffff;
  width: 0px;
}
.header-wrap{
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: all .3s;
    left: 0;
    top: 38px;
    padding: 7px 0;
    background: #fff;
}
.activehead {
  padding: 22px 0;
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgb(170 170 170 / 15%);
}
.header-wrap .navbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 55px;
}

.header-wrap .navbox  .logobox {
  width: 275px;
  /* position: absolute;
  left: 0;
  top: 0; */
  float: left;
}
.header-wrap .navbox .navList {
  width: 68.8958%;
  margin: 0 auto;
  /* position: relative;
  left: 12%; */
  float: right;
}



.header-wrap .navbox .navList a {
  display: block;
  color: #000000;
  font-size: 16px;
  width: 15%;
  text-align: center;
  line-height: 45px;
  height: 45px;
  margin: 4px 0;
  float: left;
  transition: all .3s;
  position: relative;
}
.header-wrap .navbox .navList a:hover {
  color: #fff!important;
}
.header-wrap .navbox .navList a:hover::after, .header-wrap .navbox .navList a:hover::before {
  transform: scaleX(1);
}
.head .navbox .navList a:hover {
    color: #fff!important;
}
.header-wrap .navbox .navList a::before {
  transition: all .3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  display: block;
  content: "";
  background: #097bc8;
  transform: scaleX(0);
  transform-origin: 0 100%;
  z-index: -1;
}
.header-wrap .navbox .navList a::after {
  z-index: -1;
  transition: all .3s;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: block;
  content: "";
  background: #097bc8;
  transform: scaleX(0);
  transform-origin: 100% 0;
}


.header-wrap .navbox .logobox .side-menu-toggler {
  display: none;
}

/* 轮播 */
#swiper1 .swiper-slide img{
  width: 100%;
}

.mobanner{
  display: none;
}

/* #swiper1 .tobox{
    width: 145px;
    position: absolute;
    left: 28%;
    bottom: 15%;
    height: 80px;
    z-index: 111;
}
.swiper-container-horizontal .swiper-pagination-fraction{
  color: #000000;
  font-size: 34px;
  font-weight: bold;
}
.swiper-container-horizontal .swiper-pagination-fraction .swiper-pagination-current{
  font-size: 75px;
  font-weight: bold;
  
}
.swiper-container-horizontal .swiper-pagination-fraction .swiper-pagination-total{
  font-size: 34px;
  font-weight: bold;
} */

#swiper1 .swiper-pagination {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: auto;
  right: auto;
  transform: translate(50%,-50%);
  left: 7%;
  width: auto;
  height: auto;
  bottom: 40px
}

#swiper1 .swiper-pagination-bullet {
  margin: 3px 5px !important;
  background: hsl(0deg 0% 100% / 40%);
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: all ease .3s
}

#swiper1 .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 15px;
  background: rgb(255 255 255)
}

#swiper1 .swiper-pagination-bullet:hover {
  background: rgb(255 255 255)
}

#swiper1 .p_btn_next {
  color: #fff;
  border-radius: 50%;
  background: none;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  transition: all ease .3s;
  position: static;
  margin: 0 auto
}

#swiper1 .p_btn_next::after {
  font-size: 16px
}

#swiper1 .p_btn_next:hover {
  background: #f9b707;
  border: 1px solid #f9b707
}

#swiper1 .p_btn_next:hover::after {
  color: #fff
}

#swiper1 .p_btn_prev {
  color: #fff;
  border-radius: 50%;
  background: none;
  border: 1px solid #fff;
  height: 50px;
  width: 50px;
  transition: all ease .3s;
  position: static;
  margin: 0px 20px 0px 0px
}

#swiper1 .p_btn_prev::after {
  font-size: 16px
}

#swiper1 .p_btn_prev:hover {
  background: #f9b707;
  border: 1px solid #f9b707
}

#swiper1 .p_btn_prev:hover::after {
  color: #fff
}



.about-wrap{
  padding-top: 39px;
  background: url(../images/0003.jpg) no-repeat;
}

.about-wrap .about-left-wrap{
  float: left;
  width: 70%;
  padding: 160px 18px 80px 50px;
  background: url('../images/0001.png') left top no-repeat;
  background-size: 100%;
}
.about-wrap .about-left-wrap .about-left-wrap-title{
  font-size: 48px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 50px;
}
.about-wrap .about-left-wrap .about-left-wrap-content{
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  letter-spacing: 2px;
  margin-bottom: 90px;
}
.about-wrap .about-left-wrap .about-itmes-ul li{
  padding: 10px 0;
  float: left;
  margin-right: 10%;

}

.about-wrap .about-left-wrap .about-itmes-ul li:last-child{
  margin-right: 0;
}

.about-wrap .about-left-wrap .about-itmes-ul li .num{
  font-size: 16px;
  text-align: center;
  color: #000000;
}
.about-wrap .about-left-wrap .about-itmes-ul li .num span{
  font-size: 48px;
  font-weight: bold;
 
}

.about-wrap .about-left-wrap .about-itmes-ul li .h5{
  font-size: 16px;
  text-align: center;
  color: #000000;
 
}



.about-wrap .about-right-wrap{
  float: right;
  width: 30%;
}

.about-wrap .about-right-wrap .about-more-block{
  width: 353px;
  height: 500px;
  background: url('../images/0002.png') top center no-repeat;
  position: relative;
}

.about-wrap .about-right-wrap .about-more-block .more-btn{
  position: absolute;
  bottom: 0;
  left: calc(50% - 73px);
}

.more-btn{
  display: flex;
  text-align: center;
  width: 146px;
  height: 46px;
  border-radius: 23px;
  align-items: center;
  justify-content: center;
  background: #2e86ef;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
 
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  
}
.more-btn:hover{
  display: flex;
  text-align: center;
  
  color: #2e86ef;
  width: 146px;
  height: 46px;
  border-radius: 23px;
  align-items: center;
  justify-content: center;
  border: 1px solid #2e86ef;
  font-size: 24px;
  background: #ffffff;
  font-weight: bold;
 
  
}

.product-wrap{
  background: url(../images/product_bg.jpg) top center no-repeat;
  padding: 45px 0;
}

.product-wrap .product-title-block{
  height: 130px;
  display: flex;
  align-items: center;
  padding: 0 50px;
  background: url(../images/product-block-title.png) no-repeat;
  margin-bottom: 18px;
}

.product-wrap .product-title-block h1{
  font-size: 48px;
  font-weight: bold;
}

.product-block ul li{
  background: #ffffff;
  float: left;
  position: relative;
  margin-right: 1%;
  margin-bottom: 16px;
  padding: 12px;
  width: 32%;
}

.product-block ul li .img{
  position: relative;
}

.product-block ul li:nth-child(3n){
  margin-right: 0;
}

.product-block ul li .img .cate-title{
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #000000;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 23px;
  padding: 0 20px;
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 78px;
}



.product-block ul li .img::before{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: rgba(10, 10, 10, 0.4);
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 999;
}
.product-block ul li:hover .img::before {
  transform: scaleX(1);
 
}


.product-block ul li .ico {
  width: 62px;
  height: 62px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -31px 0 0 -31px;
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1000;
  
}

.product-block ul li .ico img{
  width: 100%;
}
.product-block ul li:hover .ico{
  transform: scale(1);
}

.product-block .product-more-block{
  float: left;
}

.product-block .product-more-block{
  width: 32%;
  height: 254px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.honor-wrap{
  background: url(../images/honor_bg.jpg) top center no-repeat;
  padding: 155px 0 40px 0;
}

.honor-wrap .honor-block h1{
  font-size: 72px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  
}
.honor-wrap .honor-block .honor-block-itme{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px 0 22px;
}
.honor-wrap .honor-block .honor-block-itme span{
  display: inline-block;
  font-size: 30px;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 23px;
  padding: 8px 25px;
}

.honor-wrap .honor-block .honor-block-itme span{
  margin-right: 20px;
}
.honor-wrap .honor-block .honor-block-itme span.on{
  background: #0458c6;
  color: #ffffff;
}
.honor-wrap .honor-block .honor-block-itme span:last-child{
  margin: 0;
}

.honor-wrap .honor-block .honor-block-title-en{
  text-align: center;
  display: flex;
  font-size: 24px;
  color: #000000;
  justify-content: center;
  align-items: center;
}

.honor-wrap .honor-block .honor-img{
  text-align: center;
  background: url(../images/h_bg.png) bottom center repeat-x;
  padding: 80px 0 90px;
}
.honor-wrap .honor-block .honor-img img{
  max-width: 100%;
}

/* 厂区实景 */
.factory-wrap{
  background: url(../images/factory_bg.jpg) top center no-repeat;
  padding: 38px 0;
}
.factory-wrap .factory-title-block{
  margin-bottom: 15px;
}
.factory-wrap .factory-title-block h1{
  background: url(../images/factory_title.png)left center no-repeat;
  height: 125px;
  line-height: 125px;
  padding-left: 50px;
  float: left;
  width: 686px;
  font-size: 48px;
  font-weight: bold;
}

.factory-wrap .factory-title-block .more-btn{
  float: right;
  margin-top: 50px;
}


.factory-wrap  .factory-img-block{
  overflow: hidden;
  background: #ffffff;
  padding: 18px;
}

.factory-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.factory-wrap .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  
}

.footer-wrap{
  background: #1a1b1c;
  padding: 30px 0;
}
.footer-wrap .foot-logo{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
}
.footer-wrap p{
  font-size: 14px;
  color: #ffffff;
  /* height: 24px; */
  line-height: 24px;
}
.footer-wrap p span a{
  color: #ffffff;
}

/* 手机端菜单 */
.mobile-nav-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #151515;
	opacity: 0.8;
	cursor: pointer;
}

.mobile-nav-wraper.expanded {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mobile-nav-wraper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	z-index: 9999999;
}
.mobile-nav-content {
  width: 300px;
  background-color: #000000;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}


.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.mobile-nav-close i{
	font-size: 18px;
	color: #ffffff;
}
.mobile-nav-content .logo-box {
	margin-bottom: 40px;
}
.mobile-nav-content .logo-box img{
	width: 170px;
}

.mobile-nav-block .mobile-nav-box li{
	display: block;
	
}
.mobile-nav-block .mobile-nav-box li ul{
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-content .mobile-nav-box li:not(:last-child){
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-content .mobile-nav-box li a{
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    line-height: 30px;
	    color: #fff;
	    font-size: 15px;

	    height: 46px;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-transition: 500ms;
	    transition: 500ms;
}
.mobile-nav-block .mobile-nav-box li button{
	height: 30px;
	width: 30px;
	background: #0458c6;
	border: none;
	outline: none;
	color: #fff;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg); 
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.mobile-nav-block .mobile-nav-box li button i{
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}
.mobile-nav-block .mobile-nav-box li button.open{
	background: #0458c6;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); 
}
.mobile-nav-block .mobile-nav-box li button.open i{
	color: #000;
	
}


.mobile-nav-block .mobile-nav-box li ul li{
	padding-left: 1em;
}
.mobile-nav-contact{
	margin: 20px 0;
}
.mobile-nav-contact li{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}
.mobile-nav-contact li i{
	height: 30px;
	width: 30px;
	background: #0458c6;
	border-radius: 50%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	
	margin-right: 10px;
	color: #fff;
}
.mobile-nav-contact li a{
	font-size: 16px;
	color: #fff;
}

.mobile-nav-bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
.mobile-nav-bottom .mobile-nav-language img{
	border-radius: 50%;
	margin-right: 10px;
}
.mobile-nav-bottom .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 70px;
	padding: 0;
}
.mobile-nav-language .bootstrap-select .dropdown-menu > li > a{
	background: #0458c6;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 4px 20px;
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.mobile-nav-language .bootstrap-select > .dropdown-toggle{
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border: none;
	outline: none !important;
	color: #fff;
}
.bootstrap-select > .dropdown-toggle {
    box-shadow: none !important;
}

.mobile-nav-language .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus{
	box-shadow: 0;
}

.mobile-nav-language .bootstrap-select .dropdown-menu{
	background: #0458c6;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}
.mobile-nav-language .bootstrap-select .dropdown-menu li a span.text{
	color: #ffffff;
}

.mobile-nav-bottom .mobile-nav-social a i{
	font-size: 16px;
	color: #ffffff;
}


/* 通用 */
@keyframes myfirst{
	from {transform:scale(1.1,1.1);}
	to {transform:scale(1,1);}
}
@-webkit-keyframes myfirst {
	from {transform:scale(1.1,1.1);}
	to {transform:scale(1,1);}
}
.sub_banner {
  position: relative;
  overflow: hidden;
}
.sub_banner img {
  width: 100%;
  display: block;
  transform: scale(1.1,1.1);
  animation: myfirst 3s forwards;
  -webkit-animation: myfirst 3s forwards;
}
.min_show {
  display: none!important;
}


/* 单页面子页 */
.location_main {
  padding: 10px 0;
  background: #fbfbfb;
}
.location_main .crumbs_nav {
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.location_main .crumbs_nav a {
  position: relative;
  color: #666;
}
.location_main .crumbs_nav i {
  margin: 0 10px;
}
.content_title{
  margin: 60px auto 45px;
}

.content_title .title_p1{
  font-size: 32px;
  color: #008cd6;
}
.content_title .title_p1{
  font-size: 32px;
  color: #008cd6;
}
.content-wrap .container{
  padding-bottom: 20px;
}
.content-wrap .news-title {
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid #dfdfdf;
}

.content-wrap .news-title h1 {
  font-size: 20px;
  color: #333;
  display: block;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  white-space: initial;
}

.content_title .title_p2 {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}

.content-wrap .contents {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: left;
  padding: 40px 10px;
}

/* 产品列表 */

.product-list-wrap .menu-block {
  width: 24%;
  overflow: hidden;
  margin: 0;
  padding: 0 0 20px;
  float: left;
}
.product-list-wrap .menu-block  .menu_tit {
  width: 100%;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
  padding: 16px 20px;
  background: #0071bf;
  box-sizing: border-box;
}
.product-list-wrap .menu-block .menu_tit p {
  width: 100%;
  height: 28px;
  overflow: hidden;
  line-height: 28px;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  padding: 0;
}
.product-list-wrap .menu-block .menu_tit span {
  display: block;
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  color: rgba(255,255,255,.5);
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  margin: 0 auto;
  padding: 0;
}
.product-list-wrap .menu-block .menu_list {
  background: #fff;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 20px 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-top: 0;
}
.sub-nav-box .sub-nav {
  clear: both;
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
  overflow: visible;
}

.sub-nav-box .sub-nav li {
  width: 100%;
  padding: 0px;
  text-align: left;
  position: relative;
  display: block;
}
.sub-nav-box li .arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  transition-duration: 0.1s;
  cursor: pointer;
}

.sub-nav-box li .arrow {

  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}


.sub-nav-box .sub-nav li a {
  display: block;
  padding-left: 25px;
  line-height: 54px;
  font-size: 14px;
  color: #808080;
  font-family: "Microsoft YaHei",Tahoma,Verdana,"Simsun";
  border-bottom: 1px #ececec solid;
  font-size: 15px;
}

.sub-nav-box .sub-nav li ul li a {
  padding-left: 55px;
}


.product-list-wrap .product-list-block {
  width: 76%;
  margin: 0;
  padding: 0;
  float: left;
}

.product-list-wrap .product-list-block > ul > li {
  width: 33.33333%;
  margin: 0 0 20px;
  padding: 0 0 0 3%;
  float: left;
}

.product-list-wrap .product-list-block > ul > li .img {
  width: 100%;
  height: 210px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.product-list-wrap .product-list-block > ul > li .img i {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/search-btn.png);
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -50px;
  z-index: 99;
  pointer-events: none;
  transition: all .3s;
}

.product-list-wrap .product-list-block > ul > li:hover .img i {
  top: 50%;
  margin-top: -15px;
}

.product-list-wrap .product-list-block > ul > li:hover .img a {
  opacity: 0.7;
}

.product-list-wrap .product-list-block > ul > li .img a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #007bff;
  opacity: 0;
  z-index: 9;
  transition: all .3s;
}
.product-list-wrap .product-list-block > ul > li .img  img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.product-list-wrap .product-list-block > ul > li  .text {
  text-align: center;
}
.product-list-wrap .product-list-block > ul > li  .text a {
  font-size: 14px;
  line-height: 40px;
}




/* 分页 */

.navigation{
	text-align: center;
	font-size: 0;
	margin-top: 30px;
  display: flex;
  clear: both;
  justify-content: center;
}
.navigation h2{
	display: none;
}
.navigation a,.navigation span{
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	background: #f5f5f5;
	margin: 0 1px;
}
.navigation span{
	background: #ca2424;
	color: #ffffff;
}
.navigation a:hover,.navigation span:hover{
	background: #ca2424;
	color: #ffffff;
}
.navigation a.next,.navigation a.prev{
	width: auto;
	padding: 0 15px;
}


@media (max-width: 1199px) {
  .about-wrap .about-left-wrap{
    padding: 110px 18px 80px 50px;
  }
  .about-wrap .about-left-wrap .about-itmes-ul li .num span{
    font-size: 32px;
  }

  .product-block .product-more-block{
    height: 199px;
  }

  .product-block ul li .img .cate-title{
    left: 4%;
    bottom: 20%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

}

@media (max-width: 992px) {
  .header-wrap .navbox .logobox{
    width: 100%;
  }
  .header-wrap .navbox .navList{
    display: none;
  }
  .header-wrap .navbox .logobox .side-menu-toggler {
    float: right;
    font-size: 32px;
    margin: 10px 10px 10px 0;
  }
  .header-wrap .navbox .logobox .side-menu-toggler {
    display: block;
  }

  .header-top-wrap .language{
    display: none;
  }

  /* 公司概况 */
  .about-wrap .about-left-wrap .about-itmes-ul li .num span{
    font-size: 24px;
  }

  .product-block .product-more-block{
    height: 149px;
  }
  .product-block ul li .img .cate-title{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  
}

@media (max-width: 767px) {
  /* 导航 */
  .header-top-wrap{
    display: none;
  }
  .header-wrap {
    height: 45px;
    top: 0;
    padding: 0;
  }
  .header-wrap .navbox .logobox{
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-wrap .navbox .logobox img {
    height: 30px;
  }
  .header-wrap .navbox .logobox .side-menu-toggler{
    margin: 0;
  }
  .activehead{
    padding: 0;
  }
  .pcbanner{
    display: none;  
  }
  .mobanner {
    display: block;
}

#swiper1 .tobox{
  left: 33%;
  bottom: 5%;
}

.swiper-container-horizontal .swiper-pagination-fraction{
  font-size: 20px;
}
.swiper-container-horizontal .swiper-pagination-fraction .swiper-pagination-current{
  font-size: 30px;
}
.swiper-container-horizontal .swiper-pagination-fraction .swiper-pagination-total{
  font-size: 20px;
}

  .product-block .product-more-block{
    display: none;
  }
  .product-block ul li{
    width: 48%;
    margin-right: 4%;
  }

  .product-block ul li:nth-child(3n){
    margin-right: 4%;
  }
  .product-block ul li:nth-child(2n){
    margin-right: 0;
  }

  .product-block ul li .img .cate-title{
    font-size: 12px;
    height: 24px;
    /* width: 73px; */
    line-height: 24px;
    /* padding: 0; */
    bottom: 20%;
    margin: 0 auto;
    left: 8%;
  }


  .about-wrap{
    background: url(../images/about-web.jpg) center no-repeat;
    background-size: 100%;
  }
  .about-wrap .about-right-wrap{
    display: none;
  }
  .about-wrap .about-left-wrap{
    width: 100%;
    padding: 10px;
    background:url(../images/about-web-title.jpg) left top no-repeat;
    background-size: 100%;
    
  }
  .about-wrap .about-left-wrap .about-itmes-ul li{
    margin-right: 8%;  
  }
  .about-wrap .about-left-wrap .about-itmes-ul li .num span{
    font-size: 24px;
  }

  .about-wrap .about-left-wrap .about-left-wrap-title{
    font-size: 20px;
    padding-left: 50px;
  }
  .about-wrap .about-left-wrap .about-left-wrap-content{
    margin-bottom: 10px;
  }


  .product-block ul li .img .cate-title{
    font-size: 12px;
    height: 24px;
    /* width: 73px; */
    line-height: 24px;
    /* padding: 0; */
    display: inline-block;
    bottom: 20%;
    margin: 0 auto;
    left: 8%;
  }
  .product-block .product-more-block{
    width: 100%;
    height: auto;
    background: none;
  }
  .product-block .product-more-block .more-btn{
    width: 146px;
    height: 32px;
  }
  .product-wrap .product-title-block{
    height: 80px;
    background-size: 100%;
  }
  .product-wrap .product-title-block h1{
    font-size: 20px;
  }

  
  .product-block ul li{
    width: 48%;
    margin-right: 4%;
  }

  .product-block ul li:nth-child(3n){
    margin-right: 4%;
  }
  .product-block ul li:nth-child(2n){
    margin-right: 0;
  }
  .honor-wrap .honor-block h1{
    font-size: 36px;
  }
  .honor-wrap .honor-block .honor-block-itme span{
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .honor-wrap .honor-block .honor-block-title-en{
    font-size: 12px;
  }

  .factory-wrap .factory-title-block h1{
    height: 86px;
    line-height: 86px;
    width: 100%;
    background-size: 100%;
    font-size: 20px;
  }

  .factory-wrap .factory-title-block .more-btn{
    display: none;
  }

  /* 底部 */
  .footer-wrap .foot-logo{
    justify-content: center;
  }
  .footer-wrap p {
    /* display: none; */
    height: auto;
  }
  .footer-wrap .site_xx{
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  
  .footer-wrap p span{
    display: block;
    text-align: center;
  }


  /* 产品列表 */
  .product-list-wrap .product-list-block{
    width: 100%;
    margin-top: 30px;
  }
  .product-list-wrap .product-list-block > ul > li {
    width: 50%;
    margin: 0 0 20px;
    padding: 0 0 0 3%;
    float: left;
  }
  
  .product-list-wrap .menu-block {
    display: none;
  }
  
}

@media (max-width: 420px){
  .sub_banner{
    padding-top: 48px;
  }
  .about-wrap .about-left-wrap .about-itmes-ul li .num span {
      font-size: 14px;
  }
  .about-wrap .about-left-wrap .about-itmes-ul li .h5{
    font-size: 14px;
  }
  .about-wrap .about-left-wrap .about-left-wrap-content{
    font-size: 14px;
  }
  .pl_service2{
    display: none;
  }
  .pl_service{
    display: block;
  }
  
}



.pl_service2 {
  right: 2px!important
}

.pl_service2 .service_item {
  background-color: #fff!important;
  color: #666!important;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
  border-radius: 5px!important;
  margin-bottom: 5px!important
}

.pl_service2 .service_item:hover {
  background-color: #fb8c30!important;
  color: #fff!important
}

.pl_service2 .service_value {
  background-color: #fb8c30!important;
  font-size: 14px;
}
.pl_service2 .service_value a{
  color: #ffffff;
}
.pl_service2 .service_item .icon{
  fill: currentColor;
  font-size: 16px;
  font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.footer-wrap {
  background: #2e86ef;
  padding-top: 75px;
  color: #ffffff;
}
.footer-wrap  .logo-widget p {
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  padding: 15px 0;
}
.footer-wrap .top-footer .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
}
.footer-wrap .logo-widget .social-icon li {display: inline-block;margin-right: 15px;}
.footer-wrap .logo-widget .social-icon li a {font-size: 15px;color: #ccd1dd;}
.footer-wrap .logo-widget .social-icon li a:hover {color: #fff;}
.footer-wrap .bottom-footer {
  margin-top: 60px;
  border-top:1px solid rgba(255,255,255,0.1);
  padding: 12px 0;
  text-align: center;
}
.footer-wrap  .top-footer .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
  }
  .footer-wrap  .top-footer .footer-list ul li {
          line-height: 35px;
          padding-left: 20px;
          position: relative;
  }
.footer-wrap  .top-footer .footer-list ul li:before {
  content: '\f0c1';
  font-family: 'FontAwesome';
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  line-height: 35px;
  top:0;
  left:0;
  }
  .footer-wrap  .top-footer .footer-list ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #ffffff;
  }
.footer-wrap .top-footer .footer-list ul li a:hover {color: #fff;}
.footer-wrap  .top-footer .contact-widget ul li:last-child {padding-bottom: 0;}
.footer-wrap  .top-footer .contact-widget ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #ffffff;
}
.pl_service2 {
right: 2px!important
}

.pl_service2 .service_item {
background-color: #fff!important;
color: #666!important;
box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
border-radius: 5px!important;
margin-bottom: 5px!important
}

.pl_service2 .service_item:hover {
background-color: #fb8c30!important;
color: #fff!important
}

.pl_service2 .service_value {
background-color: #fb8c30!important
}


.pl_service2 .service_value::after {
border-left: 6px solid #fb8c30!important
}