
/*内页大图*/
.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:#1457dc;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	text-transform:capitalize;
	color: #fff;
	border-radius: 5px;
}
.subnav li.active a{ 
	background:#1457dc; 
}
/*栏目分类*/

/*单页*/
.single-page {
  	line-height: 32px;
  	font-size: 16px;
  	min-height: 600px;
  	padding: 30px 15px;
}
.single-page *{
	max-width: 100%!important;
	
}
.single-page img{
	height: auto!important;
}
/*单页*/

/*在线留言模板*/
.message{	
  	padding: 30px 15px;
}
.list_box h1{
	color: #1457dc;
	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:#1457dc;
	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:#1457dc; 
  	color:#fff; 
  	border-color: #1457dc;
} 
.pagination li.active a { 
  	background: #1457dc; 
  	color: #fff;
  	border-color: #1457dc;
} 
.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: #1457dc;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../images/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: #1457dc;
	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:20px 15px;
	border-bottom: 1px dashed #1457dc;
	border-top: 1px dashed #1457dc;
	margin-bottom: 15px;
	min-height: 300px;
	font-size: 14px;
	line-height: 2;
}
/*新闻详情页模板*/

/*产品列表页*/
.products{ 
	padding-top: 30px;
	padding-bottom: 30px;
}
.products>h3{
	font-size: 28px;
	color: #1457dc;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	background: url(../images/h2bg.png) no-repeat bottom center;
}
.products .list{ 
	padding:0 15px;
	margin-top: 30px;
	font-size: 0;
	margin-bottom: 30px;
}
.products .list li{
	width:48.5%; 
	text-align:center;
	margin-top: 15px;
}
.products .list li:nth-child(1),
.products .list li:nth-child(2){
	margin-top: 0;
}
.products .list li:nth-child(2n){
	margin-left: 3%;
}
.products .list li a{
	display: block;
	font-size: 0;
}
.products .list li .pic{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	border: 3px solid #cccccc;
	position: relative;
	background: #ffffff;
}
.products .list 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%);
}
.products .list li .title{ 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
	margin-top: 5px;
}
/*产品列表页*/


















/*上一篇/下一篇*/
.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:#1457dc;
}
.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: #1457dc;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;}
}
