/*@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: #0d0a0a;
	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:#0d0a0a;
	box-sizing:border-box;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/

}
/*
.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; /*background:rgba(255,255,255,0.5);*/}
.banner	.slideBox .hd li.on{ /*background:rgba(255,255,255,1);*/ background:#d61518; /*width:20px;*/  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ /*background:url(images/loading.gif) center center no-repeat;*/  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;  }


.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;}
.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: #fff; background-color:transparent; border:#cccccc 1px solid; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px; color: #fff; margin-bottom:10px; border:#cccccc 1px solid;}
.pages a.active { background: #e8251f; border:#e8251f 1px solid; color: #fff }
.pages a:hover {  background: #e8251f; border:#e8251f 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 60px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}

.bjb{ background:#fff;}
.bjb .pages a { color: #999999;}
.bjb .pages a.active { color: #fff }
.bjb .pages a:hover { color: #fff;}

.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: #265353; 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: #265353 }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #265353; 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: -20px;
	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;
    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);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/
.top2{ background:#1d1d1f;}
.top2_txt{ padding:10px 0; text-align:center; font-size:14px; color:#fff; line-height:30px;}

.i_title1 .title1{ font-size:18px; color:#ffffff; font-weight:bold; line-height:40px; text-align:center;}
.i_title1 .title1 span{ color:#d61618;}
.i_title1 .title2{ font-size:14px; color:#999999;  line-height:30px; text-align:center; text-transform:uppercase;}
.i_title1 .title2 .ico{ display:inline-block; width:40px; height:1px; background:#999999; position:relative; top:-4px; margin:0 15px;}
.i_title1 .title3{ font-size:14px; color:#e6e5ea;  line-height:30px; text-align:center;}

.i_d1_list li{ float:left; width:48%; margin-left:4%; margin-bottom:20px; background:#4a4a4a;}
.i_d1_list li:nth-child(2n+1){ margin-left:0;}
.i_d1_list li .img{ width:100%; height:4.5rem; position:relative;}
.i_d1_list li .img img{ display:block; width:100%; height:4.5rem; object-fit: cover;}
.i_d1_list li .img:after{content: ""; width:100%; height: 100%; position: absolute; left: 0; top:0; box-sizing:border-box; transition:all 0.3s;}
.i_d1_list li .txt{ padding:5px 10px;}
.i_d1_list li .txt .txt1{ font-size:16px; color:#fff; font-weight:bold; line-height:25px; height:25px;}
.i_d1_list li .txt .txt2{ font-size:14px; color:#fff; line-height:25px; height:25px;}
.i_d1_list li:hover{ background:#d61518;}
.i_d1_list li:hover .img:after{ border:#d61518 1px solid; box-sizing:border-box;}
a.i_d1_more{ display:block; width:100px; height:40px; text-align:center; margin:0 auto; background:#d61518; font-size:16px; color:#fff; line-height:40px;}

.i_d2_title{ font-size:16px; color:#ffffff; line-height:40px; text-align:center;}
.i_d2_txt{ font-size:14px; color:#999999; line-height:25px;}
.i_d2_txt *{ color:#999999; line-height:25px;}

.i_d3_title{ font-size:16px; color:#ffffff; line-height:40px;}
.i_d3_txt{ font-size:14px; color:#999999; line-height:25px;}
.i_d3_txt *{ color:#999999; line-height:25px;}

.i_d4_list li{ float:left; width:32%; margin-left:2%; position:relative;}
.i_d4_list li:nth-child(3n+1){ margin-left:0;}
.i_d4_list li img{ display:block; width:100%; object-fit: cover;}
.i_d4_list li .mb{ position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.3); box-sizing:border-box; transition:all 0.3s;}
.i_d4_list li .mb .txt{ position:absolute; left:0; bottom:10px; width:100%; text-align:center; font-size:14px; color:#ffffff; font-weight:bold; line-height:30px; box-sizing:border-box; transition:all 0.3s;}
.i_d4_list li:hover .mb{ opacity:0;}

.i_d5_title{ font-size:16px; color:#ffffff; line-height:40px; text-align:center;}
.i_d5_txt{ font-size:14px; color:#999999; line-height:25px; text-align:center;}
.i_d5_txt *{ color:#999999; line-height:25px;}

.i_d6_list li{ float:left; width:50%;}
.i_d6_list li .ico{ width:60px; height:60px; text-align:center; line-height:60px; border:#fff 2px solid; border-radius:50%; font-size:18px; color:#fff; font-weight:bold; margin:0 auto;}
.i_d6_list li .txt1{ font-size:16px; color:#fff; font-weight:bold; text-align:center; line-height:40px; margin-top:5px;}
.i_d6_list li .txt2{ font-size:14px; color:#cccccc; text-align:center; line-height:25px; height:75px;}
.i_d6_list li .txt2 *{ line-height:25px;}

.i_d7_title1{ font-size:16px; color:#ffffff; line-height:40px;}
.i_d7_title1 span{ color:#d61618;}
.i_d7_title2{ font-size:22px; color:#ffffff; font-weight:bold; line-height:40px; padding:10px 0;}
.i_d7_txt1{ font-size:14px; color:#ffffff; line-height:30px;}
a.i_d7_more1{ display:block; width:200px; height:40px; line-height:40px; text-align:center; background:#d61618; font-size:16px; color:#fff; border-radius:20px;}

.i_d7_bg2{ background:url(../images/i_d7_bg2.jpg) center no-repeat; background-size:cover; padding:20px; border-radius:10px;}

.i_d7_bg3{ background:url(../images/i_d7_bg3.jpg) center no-repeat; background-size:cover; padding:20px; border-radius:10px;}
.i_d7_img3_list li{ float:left; width:32%; margin-left:2%;}
.i_d7_img3_list li:nth-child(3n+1){ margin-left:0;}
.i_d7_img3_list li img{ display:block; width:100%; height:1.87rem; object-fit: cover;}
.i_d7_img3_list li .txt{ font-size:14px; color:#fff; line-height:40px; text-align:center;}

.i_d7_bg4{ padding:20px;}
.i_d7_bg4_r .txt1{ font-size:18px; color:#fff; font-weight:bold; line-height:30px; margin-top:20px;}
.i_d7_bg4_r .txt2{ font-size:16px; color:#fff; line-height:60px;}
.i_d7_bg4_r .txt2 span{ font-size:50px; font-weight:bold;}

.i_d8{ background:url(../images/i_d8_bg.jpg) center no-repeat; background-size:cover; padding:50px 20px 0 20px; position:relative;}
.i_d8_txt{  padding:10px 20px 10px 20px; background:rgba(0,0,0,0.6); box-sizing:border-box;}

.bg1{ background:#202020;}
.i_d9_title{ font-size:22px; color:#ffffff; font-weight:bold; line-height:40px; text-align:center;}
.i_d9_list{ text-align:center;}
.i_d9_list img{ width:22%; height:0.85rem; vertical-align:middle; object-fit: cover; margin:5px 1%;}

.i_d10_list{}
.i_d10_list li{ float:left; width:31%; margin:10px 1%}
.i_d10_list li .ico{ width:60px; height:60px; text-align:center; line-height:60px; border:#fff 2px solid; border-radius:50%; margin:0 auto;}
.i_d10_list li .ico img{ height:24px; vertical-align:middle;}
.i_d10_list li .txt1{ font-size:16px; color:#fff; font-weight:bold; text-align:center; line-height:30px; margin-top:10px;}
.i_d10_list li .txt2{ font-size:14px; color:#cccccc; text-align:center; line-height:30px; height:30px;}
.i_d10_list li .txt2 *{ line-height:30px;}
.i_d10_list li .txt3{ font-size:14px; color:#fff; text-align:center; line-height:30px; margin-top:10px;}
.i_d10_list li:nth-child(4){ margin-left:15.6%;}

.i_d11{ background:url(../images/i_d11_bg.jpg) center no-repeat; background-size:cover;}
.i_d11_list li{ float:left; width:48%; margin-left:4%; margin-bottom:10px;}
.i_d11_list li:nth-child(2n+1){ margin-left:0;}
.i_d11_list li .fd img{ display:block; width:100%; height:2.23rem; object-fit: cover;}
.i_d11_list li .txt{ font-size:14px; color:#202020; line-height:40px; height:40px; text-align:center;}


.i_d12{ background:url(../images/i_d12_bg.jpg) center no-repeat; background-size:cover;}
.i_d12_list{ padding-left:20%;}
.i_d12_list li{ float:left; width:38%; text-align:center; background:#fff; margin-left:-20%; position:relative;}
.i_d12_list li img{max-width:100%;}
.i_d12_list li:nth-child(2),
.i_d12_list li:nth-child(4){ z-index:1; margin-top:-10px;}
.i_d12_list li:nth-child(3){ z-index:2; margin-top:-20px;}

.i_d13{ background:#615f61;}
.i_d13_l{ margin-right:20px; margin-bottom:20px; position:relative;}
.i_d13_l img{ display:block; width:100%; z-index:2; position:relative;}
.i_d13_l:after{content: ""; width:100%; height: 100%; background:#d61518; position: absolute; left: 20px; top:20px; z-index:1;}
.i_d13_r{}
.i_d13_r .txt1{ padding-top:20px; padding-bottom:20px; font-size:14px; color:#fff; line-height:30px;}
.i_d13_r .txt1 *{ line-height:30px;}
a.i_d13_more{ display:block; width:143px; height:40px; background:#d61518; border:#d61518 1px solid; line-height:40px; text-align:center; font-size:14px; color:#fff;}
a.i_d13_more:hover{ background:#fff; color:#d61518;}

.i_d14{ background:#242323;}
.i_d14_l{}
.i_d14_title{ margin-bottom:10px; padding-left:15px; font-size:16px; color:#ffffff; line-height:30px; height:30px; position:relative;}
.i_d14_title:after{content: ""; width:6px; height: 18px; background:#d61518; position: absolute; left:0; top:50%; margin-top:-9px;}
.i_d14_title span{ font-size:12px; margin-left:10px;}
.i_d14_l_list li{ float:left; width:48%; margin-left:4%; background:#fff;}
.i_d14_l_list li:nth-child(2n+1){ margin-left:0;}
.i_d14_l_list li img{ display:block; width:100%; height:2.35rem; object-fit: cover;}
.i_d14_l_list li .txt{ padding:5px 5px;}
.i_d14_l_list li .txt .txt1{ font-size:14px; color:#333333; line-height:30px; height:30px;}
.i_d14_l_list li .txt .txt2{ font-size:12px; color:#999999; line-height:20px; height:40px; padding:5px 0; overflow:hidden; border-top:#e1e1e1 1px solid;}
.i_d14_r{}
.i_d14_r_list{ padding:10px 10px; background:#fff;}
.i_d14_r_list li{ height:40px; line-height:40px; position:relative; border-bottom:#e1e1e1 1px solid; padding-right:50px;}
.i_d14_r_list li .more{ position:absolute; right:0; top:0; font-size:14px; color:#d61618; line-height:40px;}

.totop{ height:40px; background:#d61618; text-align:center; line-height:40px; font-size:16px; color:#fff; cursor:pointer;}
.totop img{ position:relative; height:16px; top:2px; margin-left:10px;}

.footer1{ background:#0f080b; padding-top:40px; padding-bottom:20px;}
.footer1_l{ text-align:center; border-bottom:#333333 1px solid; padding-bottom:20px;}
.footer_logo{ height:40px;}
.footer1_ewm{ text-align:center; margin-top:10px;}
.footer1_ewm img{ height:100px;}
.footer1_ewm .txt{ font-size:14px; color:#fff; line-height:30px; text-align:center;}
.footer1_r{}
.footer1_nav{ line-height:50px; height:50px; font-size:14px; color:#fff;}
.footer1_nav a{ margin-right:25px; color:#fff;}
.footer1_xx{ font-size:14px; color:#ffffff; line-height:30px; margin-top:20px; text-align:center;}
.footer1_xx *{ line-height:30px;}

.footer2{ background:#5b565c; padding-top:10px; padding-bottom:10px;}
.footer2 .footer2_txt1{ font-size:14px; color:#fff; line-height:25px; text-align:center;}
.footer2 .footer2_txt2{ font-size:14px; color:#fff; line-height:25px; text-align:center;}
.footer2 a{ color:#fff;}

.bottom_nav{ position:fixed; left:50%; bottom:0; margin-left:-3.75rem; width:7.5rem; max-width:100%; height:50px; background:#d61618; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); z-index:9999;}
.bottom_nav li{ /*float:left; width:33.33%;*/ width:100%}
.bottom_nav li a{ display:block; width:100%; text-align:center; font-size:16px; color:#fff; line-height:50px; height:50px;}
.bottom_nav li a img{ position:relative; top:4px; height:20px; margin-right:10px;}
.bottom_nav li.on a{ color:#265353;}

.b_dh_a img{ display:block; width:100%;}
.layui-layer{ background-color:transparent !important;}

/*关于我们*/
.n_banner img{ display:block; width:100%;}
.n_weizhi{ padding:10px 0; height:30px; line-height:30px; font-size:14px; color:#666666;}
.n_weizhi a{ color:#666666;}
.n_weizhi img{ position:relative; top:2px; margin-right:10px; height:16px;}

.n_nav{ background:#999999;}
.n_nav_list{}
.n_nav_list li{ height:40px;}
.n_nav_list li a{ display:block; width:100%; height:40px; line-height:40px; text-align:center; font-style:14px; color:#fff;}
.n_nav_list li.on{ background:#ce1517;}

/*企业文化*/
.wh_txt{ font-size:14px; color:#ffffff; line-height:30px; text-align:center;}

.wh_list li{ float:left; width:48%; /*height:470px;*/ margin-left:4%; margin-top:20px; position:relative;}
.wh_list li:nth-child(1){ margin-left:0; width:100%;}
.wh_list li:nth-child(2){ margin-left:0;}
.wh_list li img{ display:block; width:100%; height:4.12rem; object-fit: cover;}
.wh_list li .mb{ position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.5);}
.wh_list li .mb .txt{ position:absolute; top:50%; left:0; width:100%; margin-top:-30px;}
.wh_list li .mb .txt1{ font-size:18px; color:#fff; font-weight:bold; text-align:center; line-height:30px;}
.wh_list li .mb .txt2{ font-size:12px; color:#fff; text-align:center; line-height:30px; text-transform:uppercase;}
.wh_list li:hover .mb{ background:rgba(0,0,0,0.3);}

/*公司荣誉*/
.ry_list li{ float:left; width:48%; height:4.82rem; line-height:4.82rem; text-align:center; background:#fff; margin-left:4%; margin-top:20px;}
.ry_list li img{ max-width:100%; max-height:4.82rem; vertical-align:middle;}
.ry_list li:nth-child(2n+1){ margin-left:0;}

/*厂房环境*/
.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 img{ display:block; width:100%; height:2.23rem; object-fit: cover;}
.pic_list li .txt{ font-size:14px; color:#ffffff; height:30px; line-height:30px; text-align:center; padding:10px 0;}

/*新闻列表页*/
.n_nav2{ font-size:30px; color:#636262; line-height:40px; text-align:center;}
.n_nav2 a{ display:inline-block; width:80px; height:40px; text-align:center; line-height:40px; font-size:14px; color:#fff; background:#666666; margin:0 5px;}
.n_nav2 a.on,
.n_nav2 a:hover{ background:#d61518;}

.news_list li{ float:left; width:48%; background:#fff; margin-left:4%; margin-top:20px;}
.news_list li:nth-child(2n+1){ margin-left:0;}
.news_list li img{ display:block; width:100%; height: 2.35rem; object-fit: cover;}
.news_list li .txt{ padding:5px 5px;}
.news_list li .txt .txt1{ font-size:14px; color:#333333; line-height:30px; height:30px;}
.news_list li .txt .txt1 a{ color:#333333;}
.news_list li .txt .txt2{ font-size:12px; color:#999999; line-height:20px; height:20px; padding:5px 0; overflow:hidden; border-top:#e1e1e1 1px solid;}

/*新闻详情页*/
.news_i_title1{ font-size: 16px; color: #cccccc; line-height: 40px; text-align:center;}
.news_i_title2{ font-size: 14px; color: #999999; line-height: 30px; padding-bottom: 20px; text-align:center;}

.news_i_more{ padding-top: 10px; line-height: 30px; border-top: #f1f1f1 1px dashed; margin-top: 20px; font-size: 16px; color: #666666;}
.news_i_more li{ font-size:14px;}
.news_i_more a{ color: #999999;}

/*生产设备*/
.scsb_title{ font-size:22px; color:#ffffff; font-weight:bold; line-height:40px; text-align:center;}
.scsb_txt{ font-size:14px; color:#ffffff; line-height:30px; text-align:center; margin-top:10px;}

.scsb_list li{ float:left; width:48%; margin-left:4%; margin-top:20px;}
.scsb_list li:nth-child(3n+1){ margin-left:0;}
.scsb_list li img{ display:block; width:100%; height:2.68rem; object-fit: cover;}
.scsb_list li .txt{ font-size:14px; color:#ffffff; line-height:25px; padding:10px 0;}

/*招聘*/
.zp_title{ font-size:22px; color:#ffffff; font-weight:bold; line-height:40px; text-align:center;}
.zp_txt{ font-size:14px; color:#ffffff; line-height:30px; text-align:center; margin-top:10px;}

.zp_list li{ padding:10px 20px; background:#f3f2f2; overflow:hidden; position:relative; height:80px; margin-top:20px; transition:all 0.3s;}
.zp_list li .zp_title1{ font-size:18px; color:#333333; font-weight:bold; line-height:40px;}
.zp_list li .zp_time{ font-size:14px; color:#666666; line-height:30px;}
.zp_list li .zp_title2{ font-size:14px; color:#666666; line-height:35px; font-weight:bold; margin-top:10px;}
.zp_list li .zp_txt2{ font-size:14px; color:#666666; line-height:30px;}
.zp_list li .zp_dh{ font-size:14px; color:#333333; line-height:30px; padding:10px 0;}
.zp_list li .zp_dh img{ position:relative; top:2px; margin-right:10px;}
.zp_list li .zp_more{ position:absolute; right:40px; bottom:20px; width:30px; height:30px; background:url(../images/zp_more1.png) center no-repeat; background-size:20px 20px; cursor:pointer; transition:all 0.3s;}
.zp_list li.on{ height:auto;}
.zp_list li.on .zp_more{ background:url(../images/zp_more2.png) center no-repeat; background-size:20px 20px;}

/*联系我们*/

.lx_list li{ float:left; width:48%; margin:0 1%; margin-top:20px;}
.lx_list li .ico{ width:60px; height:60px; line-height:60px; text-align:center; border:#fff 2px solid; border-radius:50%; margin:0 auto;}
.lx_list li .ico img{ max-width:25px; max-height:25px; vertical-align:middle;}
.lx_list li .txt1{ font-size:14px; color:#999999; text-align:center; line-height:30px; margin-top:10px;}
.lx_list li .txt2{ font-size:16px; color:#cccccc; text-align:center; line-height:30px; height:60px;}

.lx_d2{ background:url(../images/lx_d2_bg.jpg) center no-repeat; background-size:cover;}
.lx_d2_txt{ font-size:14px; color:#ffffff; line-height:30px; text-align:center;}

.ms_box{}
.ms_inp{ display:block; width:100%; height:40px; line-height:40px; padding:0 15px; box-sizing:border-box; outline:none; font-size:14px;}
.ms_textarea{ display:block; width:100%; height:225px; line-height:30px; padding:10px 15px; box-sizing:border-box; outline:none; font-family:"微软雅黑"; font-size:14px;}
.ms_bt{ display:block; width:100%; height:40px; line-height:40px; padding:0 15px; box-sizing:border-box; outline:none; background:#d61518; font-size:16px; color:#fff; border:0; cursor:pointer;}


/*工程案例*/
.case_list li{ padding:20px 20px; background:#ecebeb; margin-top:20px;}
.case_list li .fd{ width:100%;}
.case_list li .fd img{ width:100%; height:4.38rem; object-fit: cover;}
.case_list li .txt{ }
.case_list li .txt .title{ font-size:18px; color:#333333; font-weight:bold; line-height:40px;}
.case_list li .txt .txt1{ font-size:14px; color:#666666; line-height:30px; height:120px; overflow:hidden;}
.case_list li .txt a.case_lx{ display:block; width:100px; height:40px; line-height:40px; text-align:center; font-size:18px; color:#fff; background:#ce1517; border:#ce1517 1px solid; margin-top:10px;}
.case_list li .txt a.case_lx:hover{ background:#fff; color:#ce1517;}

/*产品列表页*/
.p_left{}
.p_l_title{ height:40px; line-height:40px; background:#d61518; font-size:16px; color:#ffffff; text-align:center;}
.p_l_title span{ padding-left:10px; font-size:12px; color:#ffffff;}
.p_l_box{ background:#ffffff; margin-bottom:30px;}
.p_l_list{ padding:10px 0;}
.p_l_list li{ float:left; width:33.33%; height:40px;}
.p_l_list li a{ display:block; height:40px; line-height:40px; font-size:14px; color:#666666; text-align:center;}
.p_l_list li a.on,
.p_l_list li a:hover{ color:#d61518;}
.p_l_box_txt{ padding:20px 30px; line-height:35px; font-size:14px; color:#666666;}
.p_right{}
.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{ height:100%; line-height:4.51rem; text-align:center; background:#e6e5ea;}
.p_list li .img img{ max-width:100%; max-height:4.51rem; vertical-align:middle;}
.p_list li .txt{ padding:10px 10px; background:#4a4a4a; font-size:14px; color:#ffffff; line-height:30px; transition:all 0.3s;}
.p_list li:hover .txt{ background:#d61518;}

/*产品详情页*/
.p_i_d1{ padding:20px; background:#fff;}
.p_i_list li{ width:100%; height:6.65rem; line-height:6.65rem; text-align:center; background: #e6e5ea; overflow:hidden;}
.p_i_list li img{ max-width:100%; max-height:6.65rem; vertical-align:middle;}
.p_i_swiper .swiper-pagination{ left:auto; right:10px; width:80px; height:30px; line-height:30px; background:rgba(0,0,0,0.5); text-align:center; color:#fff; border-radius:15px;}

.p_i_r{}
.p_i_r_title{ font-size: 20px; color: #333333; font-weight:bold; line-height: 40px;}
.p_i_r_content{ font-size: 14px; color: #666666; line-height: 30px; padding-bottom:10px;}
.p_i_r_dh{ line-height:40px; font-size:16px; color:#666666;}
.p_i_r_dh span{ font-size:24px; color:#d61518; font-weight:bold;}
a.p_i_lx{ display: block; margin-top:20px; width: 120px; height: 38px; text-align: center; line-height: 38px; background: #ce1517; font-size: 16px; color: #fff; border: #ce1517 1px solid; transition: all 0.3s;}
/*a.p_i_lx:hover{ background: #fff; color: #222222;}*/

.p_i_d2{ background:#202020;}
.p_i_d2_title{ font-size:20px; color:#fff; height:40px; line-height:40px; text-align:center; font-weight:bold;}
.p_i_d2_txt{ font-size:14px; color:#e6e5ea; line-height:30px; text-align:center;}
.p_i_d2_list li{ line-height:25px; padding:5px 10px 5px 90px; background:#333232; border:#636262 1px solid; margin-top:20px; font-size:14px; color:#999999; position:relative;}
.p_i_d2_list li span{ position:absolute; left:10px; top:50%; margin-top:-12.5px; display:block; width:70px; color:#cccccc; font-weight:bold; line-height:25px;}
.p_i_d2_list li:nth-child(7) span{ margin-top:-25px;}

.p_i_d3{ background:url(../images/p_i_d3_bg.jpg) center no-repeat; background-size:cover;}
.p_i_d3_title1{ font-size:16px; color:#ffffff; font-weight:bold; line-height:40px; text-align:center;}
.p_i_d3_title1 span{ color:#d61618;}
.p_i_d3_title2{ font-size:20px; color:#ffffff; font-weight:bold; line-height:40px; text-align:center;}
.p_i_d3_txt1{ font-size:14px; color:#fff; text-align:center;}
a.p_i_d3_a{ display:block; width:140px; height:40px; line-height:40px; text-align:center; background:#d61618; border-radius:20px; font-size:16px; color:#fff; margin:20px auto 0 auto;}

.p_i_d4_nav{ text-align:center;}
.p_i_d4_nav a{ display:inline-block; width:30%; height:40px; line-height:40px; text-align:center; font-size:14px; color:#333333; background:#d3d3d3; margin:0 1%; cursor:pointer;}
.p_i_d4_nav a:hover,
.p_i_d4_nav a.on{ color:#fff; background:#d61618;}
.p_i_d4_list li{ float:left; width:48%; height:2.74rem; line-height:2.74rem; text-align:center; margin-left:4%; margin-top:20px; background:#d3d3d3;}
.p_i_d4_list li:nth-child(2n+1){ margin-left:0;}
.p_i_d4_list li img{ max-width:100%; max-height:2.74rem; vertical-align:middle;}

.p_i_d5{ background:url(../images/p_i_d5_bg.jpg) center no-repeat; background-size:cover;}
.p_i_d5_list li{ float:left; width:46%; margin:0 2%; position:relative;}
.p_i_d5_list li:nth-child(5){ margin-left:27%;}
.p_i_d5_list li .title{ font-size:16px; color:#fff; font-weight:bold; line-height:40px; text-align:center;}
.p_i_d5_list li .txt{ font-size:14px; color:#fff; line-height:30px; text-align:center; height:90px;}
.p_i_d5_list li:after{content: ""; background:url(../images/p_i_d5_ico.png) center no-repeat; background-size:auto 12px; width:10px; height: 12px; position:absolute; left:-12px; top:50%; margin-top:-6px;}
.p_i_d5_list li:nth-child(2n+1):after{ display:none;}
