/*@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:#fff;
	box-sizing:border-box;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*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:8px; height:8px; background:#999; border-radius:50% !important; opacity:1; border-radius:0; transition:all 0.3s; margin:0 3px !important;}
.banner-pagination .swiper-pagination-bullet-active{ background:#ff0000;}



.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: -17px;
	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: #e82b32;
    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_title1 .title1{ font-size:24px; color:#333333; font-weight:bold; line-height:30px; text-align:center;}
.i_title1 .title1 span{ color:#e82b32;}
.i_title1 .title1 span.big{ font-size:50px; color:#e82b32; position:relative; top:3px; margin-right:5px;}
.i_title1 .title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; text-transform:uppercase;}

.i_d1_box1{ height:5.54rem; border-radius:10px; overflow:hidden; position:relative;}
.i_d1_box1 .img img{ width:100%; height:5.54rem; object-fit: cover;}
.i_d1_box1 .txt{ position:absolute; left:0; bottom:0; width:100%; height:40px; background:rgba(240,240,240,0.75); line-height:40px; text-align:center; font-size:16px; color:#333333;}

.i_d1_box2{}
.i_d1_box2 li{ float:left; width:48%; margin-left:4%; height:2.56rem; position:relative; margin-top:20px; border-radius:10px; overflow:hidden;}
.i_d1_box2 li:nth-child(2n+1){ margin-left:0;}
.i_d1_box2 li .img img{ width:100%; height:2.56rem; object-fit: cover;}
.i_d1_box2 li .txt{ position:absolute; left:0; bottom:0; width:100%; height:30px; background:rgba(240,240,240,0.75); line-height:30px; text-align:center; font-size:14px; color:#333333;}
a.i_d1_more{ display:block; width:100px; height:34px; background:#e82b32; border:#e82b32 1px solid; line-height:34px; text-align:center; font-size:16px; color:#ffffff; margin:0 auto; transition:all 0.3s;}
a.i_d1_more:hover{ background:#fff; color:#e82b32;}



.i_d2{ background: url(../images/i_d2_bg.jpg) center no-repeat; background-size: cover;}
.i_d2_title1{ font-size:20px; color:#ffffff; font-weight:bold; line-height:30px; text-align:center;}
.i_d2_txt{ font-size:14px; color:#fffefe; line-height:30px; text-align:center; margin-top:10px;}
.i_d2_list{ /*padding:0 10%;*/}
.i_d2_list li{ float:left; width:33.33%;}
.i_d2_list li .txt1{ font-size:14px; color:#fff; line-height:30px; text-align:center;}
.i_d2_list li .txt1 span{ font-size:24px; color:#e00f25; margin-right:5px; font-weight:bold;}
.i_d2_list li .txt2{ font-size:14px; color:#fff; line-height:30px; text-align:center;}


.i_d3{ background: url(../images/i_d3_bg.jpg) center no-repeat; background-size: cover;}

.i_d3_nav{ }
.i_d3_nav li{ float:left; width:50%; border:#fff 1px solid; position:relative; box-sizing:border-box; height:80px; background:#eeeeee; padding-left:70px; padding-right:0px; cursor:pointer; transition:all 0.3s; margin-top:10px; box-shadow: 0px 0px 10px 0px rgba(232, 43, 50, 0.15);}
.i_d3_nav li:nth-child(1),
.i_d3_nav li:nth-child(2){ margin-top:0;}
.i_d3_nav li .ico{ position:absolute; left:10px; top:10px; width:60px; height:60px; background:#e0dfdf; border-radius:50%; line-height:95px; text-align:center; transition:all 0.3s;}
.i_d3_nav li .ico1{ background: url(../images/i_d3_ico1.png) #e0dfdf center no-repeat; background-size:auto 30px;}
.i_d3_nav li .ico2{ background: url(../images/i_d3_ico2.png) #e0dfdf center no-repeat; background-size:auto 30px;}
.i_d3_nav li .ico3{ background: url(../images/i_d3_ico3.png) #e0dfdf center no-repeat; background-size:auto 30px;}
.i_d3_nav li .ico4{ background: url(../images/i_d3_ico4.png) #e0dfdf center no-repeat; background-size:auto 30px;}
.i_d3_nav li .txt{ padding-top:15px;}
.i_d3_nav li .txt .txt1{ font-size:16px; color:#333333; font-weight:bold; line-height:25px; text-align:center; transition:all 0.3s;}
.i_d3_nav li .txt .txt2{ font-size:12px; color:#333333; line-height:25px; text-align:center; transition:all 0.3s;}
.i_d3_nav li.on{ border:#e82b32 1px solid; background:#e82b32;}
.i_d3_nav li.on .ico1{ background: url(../images/i_d3_ico1_on.png) #f24f55 center no-repeat; background-size:auto 30px;}
.i_d3_nav li.on .ico2{ background: url(../images/i_d3_ico2_on.png) #f24f55 center no-repeat; background-size:auto 30px;}
.i_d3_nav li.on .ico3{ background: url(../images/i_d3_ico3_on.png) #f24f55 center no-repeat; background-size:auto 30px;}
.i_d3_nav li.on .ico4{ background: url(../images/i_d3_ico4_on.png) #f24f55 center no-repeat; background-size:auto 30px;}
.i_d3_nav li.on .txt .txt1{ color:#fff;}
.i_d3_nav li.on .txt .txt2{ color:#fff;}

.i_d3_list li{ background:#f0f0f0; box-shadow: 0px 0px 10px 0px rgba(232, 43, 50, 0.15); display:none;}
.i_d3_list li.on{ display:block;}
.i_d3_list li .img img{ display:block; width:100%; height:4rem; object-fit: cover;}
.i_d3_list li .box{ width:100%; padding-left:10px; padding-right:10px; box-sizing:border-box;}
.i_d3_list li .box .box_t{ height:100px; border-bottom:#c1c7d3 1px solid; position:relative;}
.i_d3_list li .box .box_t .no{ position:absolute; left:6px; top:0; width:50px; height:80px; background:#e82b32; line-height:80px; text-align:center; font-size:30px; color:#ffffff;}
.i_d3_list li .box .box_t .box_t_title{ position:absolute; left:70px; top:10px;}
.i_d3_list li .box .box_t .box_t_title .title1{ font-size:16px; color:#bebebe; font-weight:bold; line-height:30px; text-transform:uppercase;}
.i_d3_list li .box .box_t .box_t_title .title2{ font-size:24px; color:#e82b32; font-weight:bold; line-height:30px;}
.i_d3_list li .box .box_txt{ padding:15px 10px 15px 10px; font-size:14px; color:#666666; line-height:25px;}


.i_d4_c{ position:relative;}
.i_d4_c_box1{ position:relative;}
.i_d4_c_list .swiper-slide {
	  /*transition: 300ms;*/
	  overflow:hidden;
	  transform: scale(0.7);
	  z-index:3;
	  background:#fff;
}
.i_d4_c_list .swiper-slide-active{ transform: scale(1); z-index:9;}
.i_d4_c_list .swiper-slide img{ /*opacity:0.5;*/}
.i_d4_c_list .swiper-slide-active img{ opacity:1;}
/*.i_d4_c_list li img { width:100%; height:600px; object-fit: cover;}*/
.i_d4_c_list{ padding:20px 0;}
.i_d4_c_list li { box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.3);}
.i_d4_c_list li .img {
  position: relative;
  padding: 31% 0;
  overflow:hidden;
  box-sizing:border-box;
  border:#fff 3px solid;
  border-radius:3px;
}
.i_d4_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_d4_c_list li .txt { height:130px; line-height:130px; font-size:30px; color:#222222; text-align:center; padding:0 20px;}
.i_d4_c_nav{ position:relative;}

.i_d4_c_nav .i_d4_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_on.png) center no-repeat; background-size:auto 20px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.i_d4_c_nav .i_d4_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_on.png) center no-repeat; background-size:auto 20px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
/*.i_d4_c_nav .i_d4_c_prev:hover{ background:url(../images/i_d3_left_on.png) #e00f25 center no-repeat; border:#e00f25 1px solid;}
.i_d4_c_nav .i_d4_c_next:hover{ background:url(../images/i_d3_right_on.png) #e00f25 center no-repeat; border:#e00f25 1px solid;}*/



.i_d5{ background:#f1f1f1;}
.i_d5_list{}
.i_d5_list li{ box-sizing:border-box; padding-left:60px; position:relative; margin-top:20px;}
.i_d5_list li:nth-child(1){ margin-top:0;}
.i_d5_list li .no{ position:absolute; left:0px; top:5px; width:50px; height:80px; line-height:80px; text-align:center; background:#e82b32; font-size:30px; color:#ffffff;}
.i_d5_list li .title{ font-size:16px; color:#333333; font-weight:bold; line-height:30px; padding-bottom:5px; border-bottom:#ccd1da 1px solid;}
.i_d5_list li .txt{ font-size:14px; color:#666666; line-height:30px; padding-top:5px;}
.i_d5_img{ display:block; margin-top:20px; margin-bottom:20px;}
.i_d5_img img{ max-width:100%;}





.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:#333 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_d6_c_nav .i_d6_c_next{ position:absolute; right:10px; top:50%; margin-top:-21px; width:40px; height:40px; border:#333 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;}



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_d8{ background:url(../images/i_d8_bg.jpg) center no-repeat; background-size:cover;}

.i_d8-container{ padding-bottom:60px;}

.i_d8_list li{ float:left; width:32%; height:1.05rem; line-height:114px; text-align:center; margin-left:2%; margin-top:10px; border:#999999 1px solid; box-sizing:border-box; background:#fff;}
.i_d8_list li:nth-child(3n+1){ margin-left:0;}
.i_d8_list li:nth-child(1),
.i_d8_list li:nth-child(2),
.i_d8_list li:nth-child(3){ margin-top:0;}
.i_d8_list li img{ display:block; width:100%; height:1rem;object-fit: contain;}

.i_d8-pagination{ position:absolute; left:0; bottom:30px !important; width:100%; text-align:center; z-index:2;}
.i_d8-pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#d2d2d2; opacity:1; border-radius:50%; margin:0 4px !important; transition:all 0.3s;}
.i_d8-pagination .swiper-pagination-bullet-active{ background:#e82b32;}



.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:#fff;}
.footer_logo{ text-align:center;}
.footer_logo img{ height:60px;}
.footer1_dh{ font-size:18px; color:#e00f25; font-weight:bold; line-height:30px; 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) center no-repeat; background-size: cover;}
.ab_d1_txt{ font-size:14px; color:#fffefe; line-height:30px; margin-top:10px;}

.ab_d2_img{ width:100%;}
.ab_d2_list{ margin-top:20px;}
.ab_d2_list li{ float:left; width:32%; margin-left:2%;}
.ab_d2_list li:nth-child(2){ width:59%;}
.ab_d2_list li:nth-child(1),
.ab_d2_list li:nth-child(3){ margin-left:0;}
.ab_d2_list li .ico{ line-height:60px; text-align:center;}
.ab_d2_list li .ico img{ vertical-align:middle; height:40px;}
.ab_d2_list li .title{ font-size:16px; color:#898989; line-height:30px; text-align:center; font-weight:bold;}
.ab_d2_list li .txt{ font-size:14px; color:#898989; line-height:25px; text-align:center; height:100px; margin-top:5px;}



/**/
.pic_list li{ float:left; width:48%; margin-left:4%; margin-top:20px;}
.pic_list li:nth-child(2n+1){ margin-left:0;}
.pic_list li:nth-child(1),
.pic_list li:nth-child(2){ margin-top:0;}
.pic_list li .img {
  position: relative;
  padding: 34% 0;
  overflow:hidden;
  box-sizing:border-box;
  overflow:hidden;
}
.pic_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.pic_list li .txt{ font-size:14px; color:#666666; line-height:36px; text-align:center; background:#ebebeb;}


/*荣誉证书*/
.ry_d1_list li{ float:left; width:48%; margin-left:4%; margin-top:20px;}
.ry_d1_list li:nth-child(1),
.ry_d1_list li:nth-child(2){ margin-top:0;}
.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; width:100%; font-size:14px; color:#666666; line-height:40px; margin-top:10px; text-align:center; box-sizing:border-box;}




/*联系我们*/
.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{ display:block; width:100%;}



/*新闻详情页*/
.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;}


/*产品中心*/
.n_nav2{ text-align:center; padding:5px 0;}
.n_nav2 li{ display:inline-block; margin:5px 0;}
.n_nav2 li a{ display:block; height:40px; text-align:center; line-height:40px; font-size:14px; color:#666666; transition:all 0.3s; padding:0 10px;}
.n_nav2 li.on a,
.n_nav2 li:hover a{ background:#e82b32; color:#fff;}


.p_title1{ font-size:16px; color:#333333; line-height:30px; text-align:center;}
.p_title1 .ico{ position:relative; top:-6px; display:inline-block; width:40px; height:1px; background:#999999; margin:0 5px;}

.p_nav_list{ line-height:30px; padding:5px 0; text-align:center;}
.p_nav_list a{ display:inline-block;  text-align:center; font-size:14px; color:#333333; margin:0 5px; transition:all 0.3s;}
.p_nav_list a.on,
.p_nav_list a:hover{ color:#e82b32;}





/*产品详情页*/
.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:10px; 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;}



