@charset "utf-8";
/* 内页大图 */
.page-bg{
	height: 317px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 8.5%;
}
.page-bg .cate-title{
	text-align: center;
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
}
.mbx{
	text-align: center;
	margin-top: 42px;
}
.mbx h2{ font-weight: bold; color: #5a5a5a;}
.mbx p{ text-align: center; font-size: 14px; line-height: 35px; color: #5a5a5a;}
.mbx .box{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #ffffff;
	padding-left: 30px;
	background: url(../images/home.png) no-repeat left center;
}
.mbx .box a{
	color: #ffffff;
	transition: all .3s;
}
.mbx .box a:hover{
	color: #24aae1;
}


/* 二级分类 */
.cate-list{
	font-size: 0;
}
.cate-list .list{
	text-align: center;
}
.cate-list .list .item{
	display: inline-block;
	vertical-align: top;
	padding: 33px 0;
	position: relative;
}

.cate-list .list .item a{
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	padding: 10px 25px;
	transition: all .3s;
}
.cate-list .list .item.active a,
.cate-list .list .item:hover a{
	color: #fff;
	background: #fed136;
}

/*新闻列表*/
/* 新闻列表页 */
.news-list{
	padding: 30px 0;
}
.news{
	padding: 0 15px;
}
.news li{
	padding: 30px 0;
	border-bottom: 1px solid #c7c7c7;
}
.news li .pic{
	width: 150px;
	float: left;
	margin-right: 10px;
}
.news li .pic a{
	display: block;
	width: 100%;
	height: 100%;
}
.news li .pic img{
	border: 1px solid #c7c7c7;
	min-height: 110px;
}
.news li .content h2{
	
}
.news li .content h2 a{
	display: inline-block;
	max-width: 100%;
	font-size: 18px;
	color: #24aae1;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news li .content p{
	font-size: 14px;
	color: #525252;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin: 10px 0 20px;
}
.news li .content .more{
	display: inline-block;
	width: 100px;
	height: 30px;
	background: #646464;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 5px;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}
.news li .content .more:hover{
	background: #24aae1;
}

/*新闻详情页*/
.news-info {
	padding: 50px 15px;
}
.news-info .hd {
	padding-bottom: 20px;
	text-align: center;
}

.news-info .hd h1 {
	font-size: 24px;
	line-height: 36px;
	word-wrap: break-word;
	font-weight: bold;
	word-break: normal;
	margin-bottom: 10px;
	font-family: "bookman old style";
}
.news-info .hd p {
	font-size: 14px;
	line-height: 1.6;
	color: #cccccc;
}
.news-info .hd p span{
	margin-right: 10px;
	font-family: Calibri;
}
.page {
    min-height: 500px;
    padding: 20px 0;
    line-height: 2;
    color: #666666;
    font-size: 14px;
	font-family: Calibri;
}
/*新闻详情页*/


.section3{
	margin-top: 35px;
	padding-bottom: 40px;
}
.section3 .proList {
	
}
.section3 .proList li {
	margin-right: 35px;
	margin-top: 20px;
	border:1px solid #ccc;
}
.section3 .proList li:nth-child(1),
.section3 .proList li:nth-child(2),
.section3 .proList li:nth-child(3),
.section3 .proList li:nth-child(4){
	margin-top: 0;
}
.section3 .proList li:nth-child(4n){
	margin-right: 0;
}
.section3 .proList li a{
	width: 270px;
	display: block;
}
.section3 .proList li .pic {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}

.section3 .proList 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%);
}
.section3 .proList li .title {
	font-size: 14px;
	color: #555555;
	font-family: "bookman old style";
	line-height: 24px;
	padding: 18px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}



/*上一页/下一页*/
.turn {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px;
}

.turn p {
	font-size: 12px;
	line-height: 30px;
	color: #333333;
	overflow: hidden;
}

.turn p span{
	display: inline-block;
	vertical-align: middle;
}
.turn p a {
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.turn p a:hover {
	color: #39424b;
	text-decoration: none;
}
/*上一页/下一页*/

/*分页*/
.pagination-wrapper{ 
  	margin: 20px 0;
  	text-align: center;
  	font-size: 0;
} 
.pagination{  
  	margin: 0;
  	border-radius: 0;
} 
.pagination>li{
	display: inline-block;
	vertical-align: top;
}
.pagination li 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;
} 
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a:hover{ 
  	background:#226426!important; 
  	color:#fff; 
  	border-color: #226426!important;
} 
.pagination li.active a { 
  	background: #226426; 
  	color: #fff;
  	border-color: #226426;
} 
.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;
}
/*分页*/