 @media screen and (max-width: 1400px) {
}
 @media screen and (max-width: 1600px) {
}
/* basic-css */
/* 基本元素重置 */
html {
	overflow-x: hidden;
}
* {
	margin: 0px;
	padding: 0px;
}
body, html, samp, #keywords {
	font-size: 14px;
	font-family: "Microsoft YaHei", SimSun, SimHei;/*	    font-family: Arial, Helvetica, sans-serif;*/
}
img {
	border: 0px;
	vertical-align: text-bottom;
}
a {
	text-decoration: none;
	color: #000;
	outline: none;
}
div {
	margin: 0px auto;
}
li, dl, dt, dd {
	list-style-type: none;
}
p {
	text-align: justify;
	color:#666;
	line-height: 26px;
}
input, textarea, select, option, em, h1, h2, h3, h4, h4, h6, span, li, dl, dt, td {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6, em, i {
	font-style: normal;
	font-weight: 400;
	outline: none;
}
/*****************top*********************/
.clear {
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 1px;
	clear: both;
	visibility: hidden;
}
input, textarea, select {
	border: 0;
	outline: none;/*去除蓝色边框*/
}
.fenye {
	text-align: center;
	clear: both;
	margin-top: 30px;
	margin-bottom: 90px;
}
 @media screen and (max-width: 1200px) {

/*分页页码*/
.ep-pages {
position:relative;
margin:20px 0;
clear:both;
padding-left:0px;
padding-right:0px;
}
 .ep-pages:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
 .ep-pages a, .ep-pages span {
margin:0;
padding:0;
display:none;
float:left;
width:25%;
line-height:35px;
border:1px solid #ddd;
border-right-color:#fff;
font-size:13px;
text-align:center;
background:#fff;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
}
 .ep-pages span {
color:#999;
}
 .ep-pages a {
color:#1A7815;
}
 .ep-pages span:nth-child(1), .ep-pages span:nth-child(2), .ep-pages a:nth-child(2) {
display:block;
float:left;
}
 .ep-pages span:nth-last-child(1), .ep-pages a:nth-last-child(1) {
display:block;
float:left;
border-right-color:#ddd;
}
 .ep-pages .current {
display:block;
float:left;
background:#1A7815;
color:#fff;
}
}
 @media screen and (min-width: 1200px) {

/*分页页码*/

.ep-pages {
 margin: 0 auto;
 display: inline-block;
	/*	border-right: 1px solid #E8E8E8;*/
	margin-top: 20px;
}
.ep-pages a, .ep-pages span {
 display: inline-block;
 border: 1px solid #E8E8E8;
 color: #000;
	/*border-right: none;*/
	margin-left: 5px;
 margin-right: 5px;
 padding-left: 10px;
 padding-right: 10px;
 font-size: 16px;
 height: 30px;
 line-height: 30px;
 text-align: center;
	/*	background: #F1F1F1;*/
	text-decoration: none;
}
.current {
 background: #1A7815 !important;
	/*	border: 1px solid #00A9C8 !important;*/
	color: #FFF !important;
}
.disabled {
 color: #000;
}
.ep-pages a:hover {
 background: #1A7815 !important;
	/*	border: 1px solid #00A9C8 !important;*/
	color: #FFF !important;
}
}
s {
	text-decoration: none;
}
em {
	font-style: normal;
}
.fanhui {
	float: right;
}
.fanhui a {
	display: block;
	border: 1px solid #00C1DE;
	color: #FFF;
	background: #1A7815;
	padding: 10px 20px;
}
.fanhui a:hover {
	color: #FFF;
}
.fy {
	width: 100%;
	padding: 50px 0 50px 0;
}
.fy p {
	color: #656565 !important;
	width: 100%;
	line-height: 30px !important;
	font-size: 16px !important;
	background-image: url(../images/san_1.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 11px;
	margin-bottom: 5px;
}
.fy p:hover {
!important;
	background-image: url(../images/san_2.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 11px;
	color: #00c1de !important;
}
.fy p a {
	color: #656565 !important;
	font-size: 16px;
}
.fy p:hover a {
	color: #00c1de !important
}
.p_img {
	text-indent: inherit !important;
}
/*****************搜索***********************/

.ss {
	width: 232px;
	height: 50px;
	float: right;
	background: url(../images/ss.jpg) center no-repeat;
}
#keywords {
	border: none;
	background: none;
	outline: none;/*去除蓝色边框*/
	color: #fff;
	line-height: 33px;
	height: 50px;
	width: 170px;
	font-size: 14px;
	float: left;
	margin-left: 14px;
	margin-right: 6px;
}
.ss-zz {
	letter-spacing: 1px;
	font-size: 14px;
}
.sousuo {
	width: 40px;
	height: 50px;
	float: right;
	text-indent: -9999px;
	cursor: pointer;
	border: none;
	background: none;
}
/*****************搜索***********************/



::-webkit-input-placeholder { /* WebKit browsers */
color: #404040;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:  #404040;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #404040;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color:  #404040;
}
.fen_sx {
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}
.fen_sx span a {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fen_sx span a:hover {
	font-size: 16px;
	line-height: 28px;
	color: #f0ab62;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cur_img {
	text-indent: 0px !important;
}
.current_page_item{ color:#409A07 !important;}