@charset "utf-8";

/*内页大图*/
.page-banner{
	font-size: 0;
}
.page-banner img{
	width: 100%;
}
/*内页大图*/

/*面包屑*/
.position{ 
	padding:0 15px; 
	line-height:40px; 
	border-bottom:1px solid #eee; 
	text-transform:capitalize;
}
.position a{
	font-size: 14px;
}
/*面包屑*/

/*栏目分类*/
.subnav{ 
	border-bottom:1px solid #eee;
}
.subnav ul{ 
	padding:10px 15px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.subnav li{
	flex: 0 0 48.5%;
	margin-right: 3%;
	margin-top:10px;
}
.subnav li:nth-child(1),
.subnav li:nth-child(2){
	margin-top: 0;
}
.subnav li:nth-child(2n){
	margin-right: 0;
}
.subnav li a{ 
	display:flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	font-size: 14px;
	background:#333;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	text-transform:capitalize;
	color: #fff;
	border-radius: 5px;
}
.subnav li.active a{ 
	background:#2e7900; 
}
/*栏目分类*/

/*单页*/
.single-page {
  	line-height: 32px;
  	font-size: 16px;
  	padding: 30px 15px;
}
/*单页*/

/*在线留言模板*/
.message{	
  	padding: 30px 15px;
}
.list_box h1{
	color: #2e7900;
	margin-bottom: 20px;
	font-size: 24px;
}
.list_box .form-group{
	margin-bottom: 10px;
}
.list_box .form-group .control-label{
	display: flex;
	font-weight: bold;
	color:#333;
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
}
.list_box .form-group input.form-control,
.list_box .form-group textarea.form-control{
	width: 100%;
	line-height: 30px;
	padding-left: 10px;
	box-sizing: border-box;
	color: #555;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
}
.btn{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	border-radius:0;
	border: none;
}
.page-btn{
	background-color:#2e7900;
	color: #fff;
}
.grey-btn{
	background: #e8e8e8;
	color: #333;
}
/*在线留言模板*/

/*分页*/
.pagination-wrapper{ 
  	margin: 40px 0 0px 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
  	margin-right: 8px; 
}
.pagination li a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a:hover{ 
  	background:#2e7900; 
  	color:#fff; 
  	border-color: #2e7900;
} 
.pagination li.active a { 
  	background: #2e7900; 
  	color: #fff;
  	border-color: #2e7900;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}
/*分页*/

/*新闻列表模板*/
.news{
	background: #fff;
	padding: 30px 0;
}
.news>h3{
	font-size: 28px;
	color: #2e7900;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../image/h2bg.png) no-repeat bottom center;
}
.news ul{
	padding: 0 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.news ul li{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 15px;
	padding-top: 15px;
}
.news ul h2{
	font-size: 0;
}
.news ul h2>a{
	display: inline-block;
	max-width: 100%;
	color: #333333;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
}
.news ul span{
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
.news ul p{
	color: #787878;
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}
/*新闻列表模板*/

/*新闻详情页模板*/
.content-article{ 
	padding:30px 0 0;
}
.content-article .pift{
	padding: 0 10px 10px 10px;
}
.content-article .pift h3{
	color: #222;
	text-align: center;
	margin-bottom: 15px;
	font-size: 20px;
}
.content-article .pift p{
	text-align: center;
}
.content-article .pift p a{
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-right: 5px;
	line-height: 20px;
}
.content-article .pifc{
	padding:10px 15px 0 15px;
	border-bottom: 1px dashed #e7e7e7;
	/*border-top: 1px dashed #e7e7e7;*/
	margin-bottom: 0px;

	font-size: 14px;
	line-height: 2;
}




.content-article .text{overflow: hidden;padding:10px 15px; }
.content-article .text h2{color: #222;font-size: 22px;font-weight: bold;}
.content-article .text p{color: #666;line-height:32px; font-size: 18px; }
.content-article .text p b{color: #d20808;}
/*新闻详情页模板*/




/*产品列表页*/
.cases{ 
	padding-top: 30px;
	padding-bottom: 30px;
}
.cases>h3{
	font-size: 28px;
	color: #2e7900;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../image/h2bg.png) no-repeat bottom center;
}
.cases ul{margin: 15px;}

.cases li{
	float: left;
	width:48%; 
	margin: 0 1%;
}


.cases li .pic{
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
	border: 0px solid #cccccc;
	position: relative;
	background: #ffffff;
}
.cases li .pic img{ 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.cases .title{ 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
	font-size: 14px;
	line-height: 26px;
	padding: 5px;
	text-align: center;
}
/*产品列表页*/



.downist{}
.downist>h3{font-size: 28px;color: #2e7900;text-align: center;padding-bottom: 20px;text-transform: uppercase;background: url(../image/h2bg.png) no-repeat bottom center;}
.downist ul{ margin: 15px;}
.downist ul li{float: left; overflow: hidden;background: #FFF; padding-bottom: 20px; margin-bottom: 20px; cursor: pointer; border-bottom: 1px solid #E7E7E7;}
.downist ul li .img{float: left; overflow: hidden; width: 60px; margin-right: 20px; border: 1px solid #E7E7E7; padding: 10px;}
.downist ul li .img img{max-width: 100%;}
.downist ul li .text{float: left;width: calc((100% - 80px));}
.downist ul li .text h2{font-size: 16px; font-weight: bold;}
.downist ul li .text h2:hover{color: #f1501a; }
.downist ul li .text .gk{line-height: 22px; color: #999; margin: 8px 0; font-size: 13px;}



.productinfo{overflow: hidden; clear: both; margin: 0px 15px;line-height: 32px;}
.productinfo h3{display: block; font-size: 17px; font-weight: bold; border-bottom: 1px solid #E7E7E7; margin-bottom: 10px; padding-bottom: 10px; line-height: 32px;}
.productinfo h3 b{color: #d7061a;}



/*产品表格*/
table,table tr th, table tr td { border:1px solid #000000!important; }
.table strong{font-weight: bold; font-size: 22px !important;}
.ccc{overflow-x: auto;}
.table{width: 100%;/*min-width: 1200px;*/text-align: center; border-collapse: collapse;	padding:2px;font-weight: normal;}
.table *{font-size: 14px!important;	}
.table tr th{
	background: #d6d6d8;
	color: #333333;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap!important;
	line-height: 25px!important;
	
}
.table tr td{
	background: #ffffff;
	color: #333333;
	font-weight: normal;
	vertical-align: middle;
}
.table tr th.head,
.table tr td.head2{
	background: #4b4d53;
	color: #ffffff;
}
.table .head3{
	background: #4b4d53 !important;
	color: #ffffff !important;
}
.table .firstRow td{
	background: #4b4d53 !important;
	color: #ffffff !important;
	white-space: nowrap;
}







/*上一篇/下一篇*/
.content-article>.ts{
	overflow: hidden;
	padding: 0 4%;
	margin-bottom: 15px;
}
.content-article>.ts a,
.content-article>.ts span{
	font-size: 14px;
	color: #333;
	transition: all .3s;
	white-space: nowrap;
}
.content-article>.ts a:hover{
	color:#2e7900;
}
.content-article>.ts>li{
	overflow: hidden;
	text-overflow: ellipsis;
}
.content-article>.ts>li:nth-child(1){
	margin-bottom: 8px;
}
/*上一篇/下一篇*/



	




.about-content .table {margin-top: 10px;}
.about-content .table h2{text-align: center;color: #2e7900;margin-bottom: 30px;}
.about-content .table table{width: 100%;text-align: left;}
.about-content .table table th{font-size: 14px;padding: 6px 0px 6px 0px;text-align:center;}
.about-content .table table td{font-size: 14px;padding: 6px 0px 6px 0px;text-align:center;}
@media screen and (max-width:425px){
	.about-contenta{padding:20px 10px;}
}
