@charset "utf-8";
/*
*	****************************************
*	*           Public style               
*	****************************************
*/

body{
	font-family: '微软雅黑';
}

/*clearifx*/
.clearfix:after{
	clear: both;
	display: block;
	visibility: hidden;
	height:0;
	line-height: 0;
	content: ''; 
}
.clearfix{
	zoom:1;
}

/*public position*/
.fl{
	float: left;
}
.fr{
	float: right;
}
.marr0{
	margin-right: 0 !important;
}
.auto{
	margin: 0 auto;
}

/*public text style*/
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.ti2{
	text-indent: 2em;
}
.textEllipsis{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/*public layout*/
.w1000{
	width: 1000px;
}
.w1200{
	width: 1200px;
}

/*public font style*/
.fen{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.fw{
	font-family: '微软雅黑';
}
.fs{
	font-family: '宋体';
}

/*pagelist*/
#pagelist{ 
	color:#666; 
	font-size:12px;
	line-height:40px;
	text-align:left;
	display:inline-block;
	margin-top:15px;
}
.pagination{
	height:25px;
	overflow:hidden;
	font-size:12px;
	margin:0;
	text-align:left; 
	padding:10px 0;
	margin-right:-10px;
	display: flex;
	justify-content: center;
	margin-top:15px;
}
.pagination a{
	border:#d9d9d5 1px solid;
	color:#fff;
	padding:3px 4px;
	margin-left:8px;
	background:#0377da;
}
.pagination a:hover{
	color:#fff;
	background:#0068c0;
}
.pagination span{
	border:#d9d9d5 1px solid;
	color:#4e4e4e;
	padding:3px 4px;
	margin-left:8px;
	background:#e5e3e5;
}
.pagination span{ 
	color:#4e4e4e;
	background:#e5e3e5;
}

/*pageSwitch*/
#pageSwitch{
	margin-top:30px;
}
#pageSwitch a{
	width: 45%;
	color:#888;
	display:block;
}
#pageSwitch a:hover{
	text-decoration:underline;
}
#pageSwitch .pre,#pageSwitch .next{
	color:#888;
	font-size:14px;
	line-height:22px;
}

/*more*/
a.more{
	display: block;
	width: 76px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	color: #ec7a00;
	text-align: center;
	border: #ec7a00 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
a.more:hover{
	color: #5e9f05;
	border-color: #5e9f05;
}

/*banner*/
.banner{
	overflow: hidden;
}
.banner img{
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

/* 留言 */

.mess_form{

}
.mess_form .input{
	width: 70%;
	margin: 0 auto;
	
}
.mess_form .input p{
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.mess_form .input input{
	display: block;
	line-height: 30px;
	padding: 0 5px;
	width: 48%;

	box-sizing: border-box;
}

.mess_form .text{
	width: 70%;
	margin: 10px auto;
}
.mess_form .text textarea{
	height: 200px;
	width: 100%;
	line-height: 30px;
	padding: 5px;
	font-size: 14px;
	box-sizing: border-box;
	font-family: '微软雅黑';
}

.submit{
		text-align: center;
		margin: 20px 0;
}
.submit input{
	line-height: 30px;
	width: 120px;
