/*@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1625532141317') format('woff2'),
       url('../font/iconfont.woff?t=1625532141317') format('woff'),
       url('../font/iconfont.ttf?t=1625532141317') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/


body{
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	visibility: hidden;
}
.header{
	padding:10px 3%;
	/*position: relative;*/
	position:fixed;
	left:50%;
	top:0;
	margin-left:-3.75rem;
	width:7.5rem;
	max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
	z-index: 9999;
	background:#e00f25;
	box-sizing:border-box;
}
.header .logo{
	max-width:85%;
	display: block;
	height:40px;
	object-fit: contain;
	/*margin:0 auto;*/
	float:left;

}
.header .logo_txt{
	display: block;
	height:40px;
	float:left;
	margin-left:10px;
	font-size:20px; color:#fff;
	line-height:40px;

}
.header.fixed
{
	background:rgba(0,0,0,0.6);
}
/*
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}*/

/*banner*/
/*
.banner	.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%; }
.banner	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0px; right:0; z-index:1;  width:100%; text-align:center;}
.banner	.slideBox .hd li{ display:inline-block; width:8px; height:8px;  background:none; text-indent:-9999px; overflow:hidden; margin:0 6px; border-radius: 4px; background:#fff; }
.banner	.slideBox .hd li.on{ background:#721d36;  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ vertical-align:top; width:100%;}
.banner	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  } 
.banner	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/tm.png) repeat; color:#fff;  text-align:left;  }*/

.banner-container{ position:relative;}
.banner-slide img{ display:block;}
.banner-pagination{ position:absolute; left:0; bottom:0; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:12px; height:6px; background:#fff; opacity:1; border-radius:0; transition:all 0.3s; margin:0 3px !important;}
.banner-pagination .swiper-pagination-bullet-active{ width:25px; background:#e00f25;}



.clearfix::after { content: ""; clear: both; overflow: hidden; display: block; height: 0; visibility: hidden;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.sl2{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sl3{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.sl4{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.sl5{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.block{ display:block;}
.yy{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.fl{ float:left;}
.fr{ float:right;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px; color: #333333; margin-bottom:10px; border:#cccccc 1px solid;}
.pages a.active { background: #e00f25; border:#e00f25 1px solid; color: #fff }
.pages a:hover {  background: #e00f25; border:#e00f25 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 60px; line-height: 30px; line-height: 30px;}

.download_bg .pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.download_bg .pages a { text-decoration: none; color: #fff; background: #721d36; border:#cccccc 1px solid; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px;}
.download_bg .pages a.active { background: #fff; border:#fff 1px solid; color: #721d36 }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #721d36; text-decoration: none;  }
.download_bg .pages a.wz{ display: inline-block; width: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}



.hamburger {
		display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 50%;margin-top: -16px;
	right: 3%;

  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 8px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
	width:100%;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	width:100%;
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/
.h40{ height:40px;}
.h20{ height:20px;}
.h10{ height:10px;}



.i_d1{ background:url(../images/i_d1_bg.jpg) center no-repeat; background-size:cover;}
.i_title1 .title1{ font-size:24px; color:#e00f25; font-weight:bold; line-height:40px; text-align:center;}
.i_title1 .title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; text-transform:uppercase;}

.i_d1_box1{ border:#aaa 1px solid; border-radius:5px; overflow:hidden;}
.i_d1_box1 .title{ background-size:100% auto; height:50px; border-radius:5px; line-height:50px; font-size:18px; color:#fff;}
.i_d1_box1 .title1{ background:url(../images/i_d1_list1_bg1.jpg) center repeat-y; background-size:cover;}
.i_d1_box1 .title2{ background:url(../images/i_d1_list1_bg2.jpg) center repeat-y; background-size:cover;}
.i_d1_box1 .title .ico{ height:24px; margin-left:20px; margin-right:10px; position:relative; top:-3px; vertical-align:middle;}

.i_d1_nav{ padding:10px 15px;}
.i_d1_nav li{ float:left; font-size:14px; color:#333333; line-height:40px; transition:all 0.3s;}
.i_d1_nav li .ico{ display:inline-block; width:8px; height:11px; position:relative; top:-1px; margin-right:5px; background:url(../images/i_d1_ico.png) center no-repeat; background-size:auto 10px; transition:all 0.3s;}
.i_d1_nav1 li{ width:33.33%;}
.i_d1_nav li:hover .ico{ background:url(../images/i_d1_ico_on.png) center no-repeat;}
.i_d1_nav li:hover a{ color:#e00f25;}
.i_d1_nav2 li{ width:33.33%;}
/*.i_d1_nav2 li:nth-child(2n+1){ width:66.66%;}*/

.i_d1_list2 li{ float:left; width:48%; overflow:hidden; position:relative; margin-left:4%;}
.i_d1_list2 li:nth-child(2n+1){ margin-left:0;}

.i_d1_list2 li .img {
  position: relative;
  padding: 50% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d1_list2 li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.i_d1_list2 li .mb{ display:none; position:absolute; left:0; top:100%; width:100%; height:100%; background:rgba(0,0,0,0.7); transition:all 0.3s;}
.i_d1_list2 li .mb .mb_c{ position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
.i_d1_list2 li .mb .mb_c .title{ font-size:24px; color:#ffffff; line-height:40px; text-align:center; padding:0 20px;}
.i_d1_list2 li .mb .mb_c .ico{ width:38px; height:38px; margin:20px auto 0 auto; line-height:38px; text-align:center; font-size:24px; color:#ffffff; text-align:center; border:#fff 1px solid; border-radius:50%;}
/*.i_d1_list2 li:hover .mb{ top:0;}*/
a.i_more1{ display:block; margin:0 auto; width:120px; height:36px; border:#e00f25 1px solid; text-align:center; line-height:36px; font-size:16px; background-color:#fff; color:#e00f25;}
/*a.i_more1:hover{ background:#e00f25; color:#ffffff;}*/


.i_d22{ background:url(../images/i_d22_bg.jpg) center no-repeat; background-size:cover;}
.i_d22_title{ font-size:20px; line-height:40px; text-align:center; font-weight:bold; color:#fff;}
.i_d22_txt{ font-size:14px; line-height:30px; text-align:center; color:#fff;}
.i_d22_txt *{ line-height:30px;}

.i_d22_list{}
.i_d22_list li{ float:left; width:33.33%;}
.i_d22_list li .txt1{ font-size:16px; color:#fff; line-height:40px; text-align:center;}
.i_d22_list li .txt1 span{ font-size:30px; color:#e00f25; margin-right:5px; font-weight:bold;}
.i_d22_list li .txt2{ font-size:16px; color:#fff; line-height:30px; text-align:center;}

.i_d22_list2{ padding:0 3%;  background:url(../images/i_d22_hr.png) top 0.4rem center no-repeat; background-size:100% auto;}
.i_d22_list2 li{ float:left; width:20%;}
.i_d22_list2 li .img{ width:1.2rem; height:1.2rem; border:#fff 1px solid; border-radius:50%; overflow:hidden; box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.4); margin:0 auto;}
.i_d22_list2 li .img img{ display:block; width:1.2rem; height:1.2rem;}
.i_d22_list2 li:nth-child(1) .img{ margin-top:10px;}
.i_d22_list2 li:nth-child(2) .img{ margin-top:0;}
.i_d22_list2 li:nth-child(3) .img{ margin-top:1px;}
.i_d22_list2 li:nth-child(4) .img{ margin-top:20px;}
.i_d22_list2 li:nth-child(5) .img{ margin-top:0px;}

.i_d2{ background:url(../images/i_d2_bg.jpg) #fff top center no-repeat;}

a.i_more2{ display:block; margin:0 auto; width:120px; height:36px; border:#e00f25 1px solid; text-align:center; line-height:36px; font-size:16px; background-color:#e00f25; color:#fff;}



.i_d3{ background:url(../images/i_d3_bg.jpg) center no-repeat; background-size:cover;}

.i_d3_c{ position:relative;}
.i_d3_c_box1{ position:relative;}
.i_d3_c_list .swiper-slide {
	  /*transition: 300ms;*/
	  overflow:hidden;
	  transform: scale(0.7);
	  z-index:3;
	  background:#fff;
}
.i_d3_c_list .swiper-slide-active{ transform: scale(1); z-index:9;}
.i_d3_c_list .swiper-slide img{ /*opacity:0.5;*/}
.i_d3_c_list .swiper-slide-active img{ opacity:1;}
/*.i_d3_c_list li img { width:100%; height:600px; object-fit: cover;}*/
.i_d3_c_list{ padding:20px 0;}
.i_d3_c_list li { box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.3);}
.i_d3_c_list li .img {
  position: relative;
  padding: 31% 0;
  overflow:hidden;
  box-sizing:border-box;
  border:#fff 3px solid;
  border-radius:3px;
}
.i_d3_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.i_d3_c_list li .txt { height:130px; line-height:130px; font-size:30px; color:#222222; text-align:center; padding:0 20px;}
.i_d3_c_nav{ position:relative;}

.i_d3_c_nav .i_d3_c_prev{ position:absolute; right:60px; top:50%; margin-top:-21px; width:40px; height:40px; border:#e00f25 1px solid; border-radius:50%; background:url(../images/i_d3_left.png) center no-repeat; background-size:auto 20px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.i_d3_c_nav .i_d3_c_next{ position:absolute; right:10px; top:50%; margin-top:-21px; width:40px; height:40px; border:#e00f25 1px solid; border-radius:50%; background:url(../images/i_d3_right.png) center no-repeat; background-size:auto 20px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
/*.i_d3_c_nav .i_d3_c_prev:hover{ background:url(../images/i_d3_left_on.png) #e00f25 center no-repeat; border:#e00f25 1px solid;}
.i_d3_c_nav .i_d3_c_next:hover{ background:url(../images/i_d3_right_on.png) #e00f25 center no-repeat; border:#e00f25 1px solid;}*/



.i_d4{ background:url(../images/i_d4_bg.jpg) center no-repeat; background-size:cover;}
.i_d4_title{ font-size:18px; color:#fff; line-height:30px; font-weight:bold; text-align:center;}
.i_d4_title *{ line-height:30px;}
.i_d4_txt{ font-size:14px; color:#fff; line-height:30px;}
.i_d4_txt *{ line-height:30px;}

.i_d4_list li{ float:left; width:50%; margin-top:20px;}
.i_d4_list li .box{ width:2.5rem; height:2.5rem; background:rgba(224,15,37,0.7); border-radius:50%; overflow:hidden; box-sizing:border-box; margin:0 auto;}
.i_d4_list li .ico{ line-height:1.4rem; text-align:center; padding-top:0.2rem}
.i_d4_list li .ico img{ height:1rem; vertical-align:middle;}
.i_d4_list li .txt{ font-size:16px; color:#ffffff; line-height:0.6rem; text-align:center;}


.i_d5{ background:url(../images/i_d5_bg.jpg) center no-repeat; background-size:cover;}
a.i_d5_more{ display:block; width:118px; height:34px; border:#e00f25 1px solid; line-height:34px; text-align:center; font-size:18px; color:#e00f25; font-weight:bold;}
a.i_d5_more:hover{ background:#e00f25; color:#fff;}

.i_d5_c_list li { position:relative;}
.i_d5_c_list li .img {
  position: relative;
  padding: 35% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d5_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.i_d5_c_list li .txt{ position:absolute; left:0; bottom:0; width:100%; height:30px; background:rgba(0,0,0,0.5); box-sizing:border-box; padding:0 10px; font-size:14px; color:#fff; line-height:30px; text-align:center;}

.i_d5_c_nav{ position:relative; height:40px;}
.i_d5_c_pagination{ font-size:16px; color:#999999; line-height:40px; font-weight:normal;}
.i_d5_c_pagination .swiper-pagination-current{ font-size:24px; color:#e00f25;}

.i_d5_c_nav .i_d5_c_prev{ position:absolute; right:60px; top:50%; margin-top:-21px; width:40px; height:40px; border:#e00f25 1px solid; border-radius:50%; background:url(../images/i_d3_left.png) center no-repeat; background-size:auto 20px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.i_d5_c_nav .i_d5_c_next{ position:absolute; right:10px; top:50%; margin-top:-21px; width:40px; height:40px; border:#e00f25 1px solid; border-radius:50%; background:url(../images/i_d3_right.png) center no-repeat; background-size:auto 20px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
/*.i_d5_c_nav .i_d5_c_prev:hover{ background:url(../images/i_d3_left_on.png) #e00f25 center no-repeat; border:#e00f25 1px solid;}
.i_d5_c_nav .i_d5_c_next:hover{ background:url(../images/i_d3_right_on.png) #e00f25 center no-repeat; border:#e00f25 1px solid;}*/



.i_d6{ background:url(../images/i_d6_bg.jpg) center no-repeat; background-size:cover;}

.i_d6_c{ position:relative;}
.i_d6_c_list li .img{ width:100%}
.i_d6_c_list li .img {
  position: relative;
  padding: 69% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d6_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
  object-fit: contain;
}

.i_d6_c_list li .txt{ width:392px; max-width:100%; height:50px; line-height:48px; font-size:24px; color:#666666; text-align:center; border:#cdcdcd 1px solid; box-sizing:border-box; margin:30px auto 0 auto; transition:all 0.3s;}
.i_d6_c_list li:hover .txt{ color:#ea5404;}

.i_d6_c_nav{ position:relative; height:40px;}
.i_d6_c_nav .i_d6_c_prev{ position:absolute; right:60px; top:50%; margin-top:-21px; width:40px; height:40px; border:#fff 1px solid; border-radius:50%; background:url(../images/i_d3_left_on.png) center no-repeat; background-size:auto 20px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.i_d6_c_nav .i_d6_c_next{ position:absolute; right:10px; top:50%; margin-top:-21px; width:40px; height:40px; border:#fff 1px solid; border-radius:50%; background:url(../images/i_d3_right_on.png) center no-repeat; background-size:auto 20px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}


a.i_d7_more{ float:right; display:block; height:40px; line-height:40px; font-size:16px; color:#e00f25;}

.i_d7_list li{ margin-top:20px;}
.i_d7_list li .img {
  position: relative;
  padding: 34% 0;
  overflow:hidden;
  box-sizing:border-box;
  border-radius:10px; 
  overflow:hidden;
}
.i_d7_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}


.i_d7_list li .title{ height:30px; line-height:30px; margin-top:10px; font-size:16px; color:#000000; font-weight:bold; transition:all 0.3s;}
.i_d7_list li .txt{ height:60px; line-height:30px; font-size:14px; color:#000000; overflow:hidden;}

/*.i_d7_list li:hover .fd img{transform: scale(1.05)}
.i_d7_list li:hover .title{ color:#e00f25;}*/


.footer1_r{ text-align:center;}
.footer1_r .txt{ font-size:16px; color:#333333; line-height:30px; text-align:center;}

.totop{ position:fixed; right:3%; bottom:20px; width:30px; height:30px; background:url(../images/totop.png) center no-repeat; background-size:30px auto; z-index:10;}


.footer1{ background:#f3f3f3;}
.footer_logo{ text-align:center;}
.footer_logo img{ height:60px;}
.footer1_dh{ font-size:24px; color:#e00f25; font-weight:bold; line-height:40px; text-align:center; margin-top:10px; margin-bottom:10px;}
.footer1_l_dz{ font-size:14px; color:#666666; line-height:30px; text-align:center;}

.footer2{ background:#e00f25; padding:10px 0;}
.footer2 .txt1{ font-size:14px; color:#fff; line-height:30px; text-align:center;}
.footer2 .txt1 *{ color:#fff;}
.footer2 .txt2{ font-size:14px; color:#fff; line-height:30px; text-align:center;}
.footer2 .txt2 *{ color:#fff;}


/*企业简介*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; object-fit: cover;}

.n_nav_c{ background:#f3f3f3;}
.n_nav{ text-align:center;}
.n_nav li{ display:inline-block; padding:0 5px; margin:10px 1%;}
.n_nav li a{ display:block; height:40px; text-align:center; line-height:40px; font-size:16px; color:#666666; transition:all 0.3s;}
.n_nav li.on a,
.n_nav li:hover a{ color:#e00f25;}



.ab_d1{ background:url(../images/ab_d1_bg.jpg) top center no-repeat; background-size:cover;}
.ab_d1_title{ font-size:20px; color:#010101; line-height:40px; text-align:center; font-weight:bold;}
.ab_d1_txt{ font-size:14px; color:#333333; line-height:30px;}
.ab_d1_txt *{ line-height:30px;}


.ab_d1_list{}
.ab_d1_list li{ float:left; width:33.33%;}
.ab_d1_list li .txt1{ font-size:16px; color:#333333; line-height:40px; text-align:center;}
.ab_d1_list li .txt1 span{ font-size:30px; color:#e00f25; margin-right:5px; font-weight:bold;}
.ab_d1_list li .txt2{ font-size:16px; color:#333333; line-height:30px; text-align:center;}

.ab_d1_list2 li{ float:left; width:49%; margin-left:2%;}
.ab_d1_list2 li:nth-child(2n+1){ margin-left:0;}
.ab_d1_list2 li .img {
  position: relative;
  padding: 34% 0;
  overflow:hidden;
  box-sizing:border-box;
  overflow:hidden;
}
.ab_d1_list2 li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}

.ab_d2{ background:url(../images/ab_d2_bg.jpg) center no-repeat; background-size:cover;}
.ab_d2_title{ font-size:30px; color:#fff; line-height:70px; text-align:center; font-weight:bold;}
.ab_d2_title *{ line-height:70px;}
.ab_d2_txt{ font-size:20px; color:#fff; line-height:40px; text-align:center; padding:0 100px;}
.ab_d2_txt *{ line-height:40px;}
.ab_d2_list li{ float:left; width:206px; height:206px; border:#fff 1px solid; border-radius:50%;}
.ab_d2_list li .ico{ padding-top:10px; line-height:120px; text-align:center;}
.ab_d2_list li .txt{ font-size:30px; color:#ffffff; line-height:40px; text-align:center;}



/*工厂展示*/
.pic_d1{ background:url(../images/pic_d1_bg.jpg) center no-repeat; background-size:cover;}
.pic_d1_list li{ float:left; width:48%; margin-left:4%; margin-top:20px;}
.pic_d1_list li:nth-child(2n+1){ margin-left:0;}
.pic_d1_list li .img {
  position: relative;
  padding: 34% 0;
  overflow:hidden;
  box-sizing:border-box;
  overflow:hidden;
}
.pic_d1_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}



/*工厂案例*/
.case_list li{ float:left; width:100%; margin-top:20px; position:relative;}
.case_list li:nth-child(2n+1){ margin-left:0;}
.case_list li .img {
  position: relative;
  padding: 34% 0;
  overflow:hidden;
  box-sizing:border-box;
  overflow:hidden;
}
.case_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.case_list li .txt{ position:absolute; left:0; bottom:0; width:100%; height:40px; line-height:40px; text-align:center; background:rgba(0,0,0,0.5); font-size:16px; color:#ffffff; font-weight:bold;}


/*新闻列表页*/
.news_list li{ margin-top:20px;}
.news_list li .img {
  position: relative;
  padding: 34% 0;
  overflow:hidden;
  box-sizing:border-box;
  border-radius:10px;
  overflow:hidden;
}
.news_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.news_list li .txt1{ font-size:20px; color:#000000; font-weight:bold; line-height:40px; margin-top:25px; transition:all 0.3s;}
.news_list li .txt2{ font-size:16px; color:#000000; line-height:32px; height:64px; overflow:hidden; margin-top:10px;}
.news_list li:hover .txt1{ color:#e00f25;}
.news_list li:hover .fd img{transform: scale(1.05)}


/*新闻详情页*/
.news_i_title1{ font-size:18px; color:#181818; line-height:40px; text-align:center; font-weight:bold;}
.news_i_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; padding-bottom:10px; border-bottom:#efefef 1px solid; margin-bottom:20px;}


.news_i_more{ border-top:#efefef 1px solid; margin-top:20px; position:relative;}
.news_i_more .li{ position:relative; padding-left:72px; height:33px; font-size:14px; color:#999999; margin-top:20px;}
.news_i_more .li a{ font-size:14px; color:#999999; transition:all 0.3s;}
.news_i_more .li a:hover,
.news_i_more .li a.on{ color:#333333;}
.news_i_more .li a .ico1{ position:absolute; left:0; top:0; width:60px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico1.png) center no-repeat; background-size:18px auto; transition:all 0.3s;}
/*.news_i_more .li a:hover .ico1{ border:#ea5404 1px solid; background:url(../images/news_i_more_ico1_on.png) #ea5404 center no-repeat; background-size:18px auto;}*/
.news_i_more .li a .ico2{ position:absolute; left:0; top:0; width:60px; height:31px; border:#e00f25 1px solid; background:url(../images/news_i_more_ico2_on.png) #e00f25 center no-repeat; background-size:18px auto; transition:all 0.3s;}
/*.news_i_more .li a:hover .ico2{ border:#ea5404 1px solid; background:url(../images/news_i_more_ico2_on.png) #ea5404 center no-repeat; background-size:18px auto;}*/
a.news_i_more_back{ display:block; height:33px; line-height:33px; font-size:14px; color:#222222; margin-top:20px;}


/*荣誉证书*/
.ry_d1_list li{ float:left; width:48%; margin-left:4%; margin-top:20px;}
.ry_d1_list li:nth-child(2n+1){ margin-left:0;}
.ry_d1_list li .img {
  position: relative;
  padding: 69.2% 0;
  overflow:hidden;
  box-sizing:border-box;
  box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15);
}
.ry_d1_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.6s;
  background:#fff;
}
.ry_d1_list li .txt{ border:#c9c9c9 1px solid; margin:0 auto; font-size:14px; color:#666666; line-height:30px; margin-top:20px; text-align:center; padding:0 10px;}


/*联系我们*/
.lx_l{}
.lx_l_title{ font-size:18px; color:#e00f25; font-weight:bold; line-height:40px;}
.lx_l_list li{ margin-top:20px; position:relative; padding-left:70px;}
.lx_l_list li .ico{ position:absolute; left:0; top:0; width:50px; height:50px; border:#e00f25 1px solid; border-radius:50%; text-align:center; line-height:50px;}
.lx_l_list li .ico img{ vertical-align:middle;}
.lx_l_list li .title{ font-size:16px; color:#e00f25; line-height:30px; font-weight:bold;}
.lx_l_list li .txt{ font-size:14px; color:#999999; line-height:25px;}
.lx_l_list li .txt *{ line-height:25px;}

.lx_r{ width:100%; height:250px;}


/*产品列表页*/
.p_nav{ border-top:#cac8c5 1px solid;}
.p_nav li{ border:#cac8c5 1px solid; border-top:0; padding:10px 10px 10px 10px; background:#f6f6f6; position:relative; line-height:30px;}
/*.p_nav li .title{ position:absolute; left:0; top:10px; width:120px; line-height:30px; font-size:14px; color:#000000; text-align:right;}*/
.p_nav li .title{ font-weight:bold;}
.p_nav li a{ /*display:inline-block;*/ font-size:14px; color:#666666; margin-right:10px;}
.p_nav li a.on{ color:#e00f25;}

.p_list li{ float:left; width:48%; margin-left:4%; margin-top:20px;}
.p_list li:nth-child(2n+1){ margin-left:0;}
.p_list li .img {
  position: relative;
  padding: 50% 0;
  overflow:hidden;
  box-sizing:border-box;
  /*box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15);*/
}
.p_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.p_list li .txt{ border:#c9c9c9 1px solid; margin:0 auto; font-size:14px; color:#666666; line-height:30px; margin-top:10px; text-align:center; padding:0 10px;}



/*产品详情页*/
.p_i_d1{ background:#f3f1f1; padding:0 30px;}
.p_i_d1_l{}

    .p_i_d1_l .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .p_i_d1_l .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .p_i_d1_l .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      /*opacity: 0.4;*/
    }

    .mySwiper .swiper-slide-thumb-active {
      /*opacity: 1;*/
    }
	.mySwiper .swiper-slide-thumb-active:after{content: ""; width:100%; height: 100%; position: absolute; left: 0; top:0px; box-sizing:border-box; border:#e00f25 2px solid;}



.p_i_d1_l .img {
  position: relative;
  width:100%;
  padding: 50% 0;
  overflow:hidden;
  box-sizing:border-box;
  /*box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15);*/
}
.p_i_d1_l .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.6s;
  background:#fff;
}
.mySwiper_c{ position:relative;}
.mySwiper_c .p_prev{ left:-30px; color:#aaa9a9; outline:none;}
.mySwiper_c .p_next{ right:-30px; color:#aaa9a9; outline:none;}
.mySwiper_c .p_prev:after,
.mySwiper_c .p_next:after{ font-size:20px;}

.p_i_d1_r{}
.p_i_title1{ font-size:18px; color:#e00f25; font-weight:bold; line-height:30px;}
.p_i_txt1{ font-size:14px; color:#666666; line-height:30px; margin-top:30px; color:#666666;}
.p_i_txt1 *{ color:#666666;}
.p_i_d2_title{ font-size:20px; color:#e00f25; font-weight:bold; line-height:40px; text-align:center;}

