/*列表页分页样式*/
.pagenum{
	padding:40px 0; 
	overflow:hidden;
	margin:0; 
	text-align:center;
	line-height: initial!important;
}
.pagenum li{
	display: inline-block;
	margin: 0 5px 10px 0;
}
.pagenum a{ 
	font-size: 14px;
	line-height: 20px;
	display:inline-block; 
	padding:5px 11px; 
	background:#fff; 
	border: 1px solid #004098;
	color: #333;
	margin-right: 5px;
	}
.pagenum a:last-child{
	margin-right: 0;
}
.pagenum span{ 
	font-size: 14px;
	line-height: 20px;
	display:inline-block; 
	padding:5px 11px; 
	background:#004098; 
	border: 1px solid #004098;
	color:#fff; 
	margin-right: 5px;
	}
/*列表页分页样式*/


/*面包屑*/
.position{ 
	padding:0 4%; 
	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 2% 0;
}
.subnav li{ 
	float:left; 
	width:46%; 
	padding:0 2%; 
	margin-bottom:10px;
}
.subnav li a{ 
	display:block; 
	line-height:30px; 
	background:#004098; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	text-transform:capitalize;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}
.subnav li a:hover{ 
	background:#39a037; 
	color:#fff;
}
/*分类切换*/


/*公司简介*/
.about-content{
	padding: 20px;
	margin-bottom: 20px;
}
/*公司简介*/


/*线上留言*/
.list_box h1{
	color: #004098;
	margin-bottom: 20px;
	margin-top: 5px;
	font-size: 1.5em;
}
.list_box .form-group{
	margin-bottom: 10px;
}
.list_box .form-group .control-label{
	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:#004098;
	color: #fff;
}
.grey-btn{
	background: #e8e8e8;
	color: #333;
}
/*线上留言*/


/*产品列表页*/
.products{ 
	padding:20px 0 0;
}
.products>h3{
	text-align: center;
	color: #004098;
	font-size: 26px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	background:url(../image/h2bg.png) no-repeat;
	background-position:bottom center;
}
.products .clearfix{ 
	padding:0 2%;
	font-size: 0;
}
.products .clearfix li{ 
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	width:49%; 
	text-align:center;
}
.products .clearfix li:nth-child(2n){
	margin-left: 2%;
}
.products .clearfix li a{
	display: block;
	font-size: 0;
}
.products .clearfix li a img{ 
	width:96%; 
	height: 3.55rem;
	padding:2%; 
	background:#ededed;
}
.products .clearfix li p{ 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
	font-size:14px; 
	line-height:30px;
}
/*产品列表页*/


/*文章内容页*/
.content-article{ 
	padding:20px 0 0;
}
.content-article>.pift{
	padding: 0 10px 10px 10px;
}
.content-article>.pift>h3{
	color: #004098;
	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: 20px;
	line-height: 20px;
}
.content-article>.pifc{
	padding:20px;
	border-bottom: 1px dashed #004098;
	border-top: 1px dashed #004098;
	margin-bottom: 15px;
}
.content-article>.pifc>p{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 2;
}
.content-article>.pifc>p.s{
	text-indent: 32px;
}
/*文章内容页*/


/*上一篇/下一篇*/
.content-article>.ts{
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 15px;
}
.content-article>.ts a,
.products>.ts span{
	font-size: 14px;
	color: #333;
	transition: all .3s;
	white-space: nowrap;
}
.content-article>.ts a:hover{
	color:#004098;
}
.content-article>.ts>li{
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content-article>.ts>li:nth-child(1){
	float: left;
}
.content-article>.ts>li:nth-child(2){
	float: right;
	text-align: right;
}
/*上一篇/下一篇*/


/*新闻中心*/
.news>h2{
	font-size: 28px;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../image/h2bg.png) no-repeat;
	background-position: bottom center;
	color: #004098;
}
.news>h3{
	text-align: center;
	color: #004098;
	font-size: 26px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	background:url(../image/h2bg.png) no-repeat;
	background-position:bottom center;
}
.news ul.clearfix li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.news ul.clearfix h2{
	overflow: hidden;
	text-overflow: ellipsis;
}
.news ul.clearfix h2>a{
	display: inline-block;
	color: #5a5a5a;
	font-size: 16px;
	white-space: nowrap;
}
.news ul.clearfix span{
	font-size: 14px;
	color: #929292;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
.news ul.clearfix p{
	color: #999;
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}
/*新闻中心*/
	




.about-content .table {margin-top: 10px;}
.about-content .table h2{text-align: center;color: #004098;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;}
}

/*分页*/
.pagination-wrapper{ 
  	margin: 40px 0 20px 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pglist{
	vertical-align: top;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 30px;
}
.pglist a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	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;
} 
.pglist:last-child{
	margin-right: 0;
}
.pglist a:hover{ 
  	background:#57bece; 
  	color:#fff; 
  	border-color: #57bece;
} 
.pglist .curpage { 
  	background: #57bece; 
  	color: #fff;
  	border-color: #57bece;
} 
.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;
}
/*分页*/


#mes-form {
  	width: 100%;
  	text-align: center;
}
#mes-form ul {
  	overflow: hidden;
}
#mes-form li {
  	border: 1px solid #d8d8d8;
  	float: left;
  	width: 100%;
  	font-size: 0;
  	vertical-align: bottom;
	  box-sizing: border-box;
	  margin-bottom: 20px;
	  padding-left: 10px;
}
#mes-form li label {
  	display: inline-block;
  	width: 10%;
  	text-align: center;
  	font-size: 14px;
  	line-height: 38px;
  	color: #ED1B24;
  	vertical-align: middle;
}

#mes-form input {
  	border: 0;
  	outline: none;
}
#mes-form input[type=text],
#mes-form input[type=email] {
  	font-size: 14px;
  	line-height: normal;
  	display: inline-block;
  	vertical-align: middle;
  	width: 90%;
  	padding-left: 0;
}
#mes-form textarea {
  	display: inline-block;
  	width: 100%;
  	height: 150px;
  	border: 0;
  	padding: 10px 0;
  	font-size: 14px;
  	line-height: 20px;
  	text-align: left;
  	resize: none;
}
#mes-form #sub-btn {
  	font-size: 16px;
  	line-height: 30px;
  	padding: 10px 60px;
  	background-color: #57bece;
  	color: #ffffff;
  	cursor: pointer;
}