
/*面包屑*/
.mbx{
	margin-bottom: 20px;
}
.mbx>p{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
	font-size: 14px;
	color: #666;
}
.mbx>p>a{
	font-size: 14px;
	color: #666;
}
/*面包屑*/

/*单页内容部分*/
.about-content{
	min-height: 450px;
	margin-bottom: 20px;
	line-height: 2;
	font-size: 14px;
	color: #333;
}
/*单页内容部分*/

/*列表页公用*/
.content{
	font-size: 0;
}
.content .left{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin-right: 40px;
}
.content .left h3{
	font-size: 20px;
	font-weight: normal;
	padding-left: 15px;
	line-height: 100%;
	border-left: 5px solid #139fba;
	color: #5a5a5a;
	margin-bottom: 20px;
}
.content .left ul{
	
}
.content .left ul li{
	
}
.content .left ul li a{
	display: block;
	font-size: 14px;
	color: #666;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d0d0d0;
	padding-left: 20px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.content .left ul li a.cur,
.content .left ul li a:hover{
	color: #139fba;
}
.content .right{
	display: inline-block;
	vertical-align: top;
	width: 910px;
}
/*列表页公用*/

/*产品列表页*/
.product{
	min-height: 800px;	
}
.product li{
	display: inline-block;
	vertical-align: top;
	width: 212.5px;
	margin-right:20px;
	margin-bottom: 30px;
}
.product li:nth-child(4n){
	margin-right: 0;
}
.product a{
	display: block;
}
.product p{
	height: 212.5px;
	border: 1px solid #ccc;
}
.product img{
	width: 100%;
	height: 100%;
}
.product span{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
/*产品列表页*/

/*分页*/
.cl {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 45px;
}
.cl ul {
	font-size: 0;
}
.cl ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.cl ul li a {
	display: inline-block;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #cccccc;
	font-size: 16px;
	color: #fff;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	border-radius: 5px;
}
.cl ul li a:hover {
	background: #d02a1c;
	color: #FFF;
	text-decoration: none;
}
.cl ul li.thisclass a {
	background: #d02a1c;
	color: #FFF;
	text-decoration: none;
}
/*分页*/

/*文章详情页*/
.article{
	
}
.article{
	min-height: 450px;
	margin-bottom: 25px;
}
.article h2{
	font-size: 26px;
	font-weight: normal;
	color: #333;
}
.article div.info{
	margin: 10px 0;
}
.article div.info span{
	font-size: 12px;
	color: #999;
	display: inline-block;
	margin-right: 10px;
}
.article div.single-page{
	border-top: 1px dashed #ddd;
	font-size: 14px;
	line-height: 2;
	color: #333;
	padding: 15px 0;
	border-bottom: 1px dashed #ddd;
}
/*文章详情页*/

/*上一篇/下一篇CSS*/
.c2{
	margin-bottom: 20px;
}
.c2 ul{
	
}
.c2 ul li{
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	color: #333;
}
.c2 ul li span{
	font-size: 14px;
	color: #333;
}
.c2 ul li a{
	font-size: 14px;
	color: #333;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.c2 ul li a:hover{
	color: #c21b14;
}
/*上一篇/下一篇CSS*/

/*新闻列表页*/
.news{
	min-height: 500px;	
}
.news li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	line-height: 18px;
}
.news h2{
	
}
.news a{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news a:hover{
	color: #139fba;
}
.news time{
	font-size: 12px;
	color: #999;
}
.news p{
	font-size: 12px;
	color: #666;
}
/*新闻列表页*/

/*在线留言*/
.bda {
	min-height: 600px;
	padding: 40px 10px 20px 10px;
}
#form li {
	margin-bottom: 20px;
}
#form label {
	width: 120px;
	text-align: right;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	vertical-align: middle;
}
#form i {
	color: #ff0000;
	font-style: normal;
	padding-left: 5px;
	font-size: 14px;
}
#form input[type=text],#form input[type=email] {
	width: 280px;
	font-size: 16px;
	line-height: normal;
	padding: 6px 8px;
	outline: none;
	border: 1px solid #cccccc;
}
#form textarea {
	width: 600px;
	height: 150px;
	padding: 5px 4px;
	vertical-align: top;
	outline: none;
	border: 1px solid #cccccc;
}
#form>input {
	width: 150px;
	height: 50px;
	background-color: #990000;
	color: #ffffff;
	border: 0;
	box-shadow: none;
	outline: none;
	display: block;
	margin-top: 30px;
	margin-left: 125px;
	cursor: pointer;
}
/*在线留言*/