/*列表页分页样式*/
.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 #1abde8;
	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:#1abde8; 
	border: 1px solid #1abde8;
	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:#1abde8; 
	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;
	line-height: 2;
}
/*公司简介*/


/*线上留言*/
.list_box h1{
	color: #1abde8;
	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:#1abde8;
	color: #fff;
}
.grey-btn{
	background: #e8e8e8;
	color: #333;
}
/*线上留言*/


/*产品列表页*/
.products{ 
	padding:20px 0 0;
}
.products>h3{
	text-align: center;
	color: #1abde8;
	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: #1abde8;
	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 #1abde8;
	border-top: 1px dashed #1abde8;
	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:#1abde8;
}
.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: #1abde8;
}
.news>h3{
	text-align: center;
	color: #1abde8;
	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;
}
/*新闻中心*/
	

.contact{
	text-align: center;
	margin: 0px 0 30px;
}
.contact li{
	display: inline-block;
	vertical-align: top;
	width: 290px;
	margin-top: 20px;
}
.contact li img{
	
}

.contact li span{
	display: block;
}

.contact li p{
	font-size: 20px;
}
.contact li:last-child p{
	font-size: 14px;
}

.ifram{
	border: none;
	display: block;
	width: 100%;
	height: 320px;
}


.about-content .table {margin-top: 10px;}
.about-content .table h2{text-align: center;color: #1abde8;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;}
}
