/* basic-css */
/* 基本元素重置 */
html {
	overflow-x:hidden;
}
* {
	margin:0px;
	padding:0px;
}
body, html {
	font-size:14px;
	font-family:"Microsoft YaHei", SimSun, SimHei;
	color:#000000;

}
body{ background:url(../images/di-1.png)  top  !important;}
img {
	border:0px;
}
em {
	font-style:normal;
}
s {
	text-decoration:none;
}
a {
	text-decoration:none;
	color:#404242;
	outline:none;
}
div {
	margin:0px auto;
}
li, dl, dt, dd {
	list-style-type:none;
}
input, textarea, select, option, em, h1, h2, h3, h4, h4, h6, strong, span, li, dl, dt, td {
	font-size:12px;
}
h1, h2, h3, h4, h5, h6, em, i {
	font-style:normal;
	font-weight:400;
	outline:none;
}
/* 重用类样式 */
.f_l {
	float:left !important;
}
.f_r {
	float:right !important;
}
.no_margin {
	margin:0px !important;
}
.no_border {
	border:0px !important;
}
.no_bg {
	background:none !important;
}
.clear_both {
	clear:both !important;
}
.display_block {
	display:block !important;
}
.text_over {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-moz-binding: url('ellipsis.html#ellipsis');
}
/* 重用自定义样式 */
.w_100 {
	width:100%;
}
.w_95 {
	width:95%;
}
.indextx {
	width:980px;
	margin:0 auto;
	margin-top:10px;
	background:#FFFFFF;
}
.w_min_width {
	min-width:1200px;
}
.w_1200 {
	width:1200px;
}
.w_1067 {
	width:1067px;
}
.w_980 {
	width:980px;
}








/*分页样式*/
.ep-pages {
	padding:15px 12px;
	clear:both;
	text-align:center;
	font-family:Arial, "\5B8B\4F53", sans-serif;
	font-size:14px;
	vertical-align:top
}
.ep-pages a, .ep-pages s {
	display:inline-block;
	height:23px;
	line-height:23px;
	padding:0 8px;
	margin:5px 1px 0 0;
	background:#fff;
	border:1px solid #e5e5e5;
	overflow:hidden;
	vertical-align:top
}
.ep-pages a:hover {
	background:#B281E0;
	border:1px solid #B281E0;
	text-decoration:none
}
.ep-pages a, .ep-pages a:visited {
	color:#252525
}
.ep-pages a:hover, .ep-pages a:active {
	color:#ffffff
}
.ep-pages .current {
	background:#B281E0;
	border:1px solid #B281E0;
	color:#fff
}
.ep-pages a.current, .ep-pages a.current:visited {
	color:#ffffff
}
.ep-pages a.current:hover, .ep-pages a.current:active {
	color:#ffffff
}
.ep-pages-ctrl {
	font-family:"\5B8B\4F53", sans-serif;
	font-weight:bold;
	font-size:16px
}
.ep-pages-e5e5e5 {
	color:#252525
}
.ep-pages-all {
	font-size:12px;
	vertical-align:top
}



.fy {
    width:800px;
    float: left;
    padding: 50px 35px 50px 35px;
}
.fy p {
    float: left;
    font-family:"微软雅黑";
    color:#656565 !important;
    width: 100%;
    line-height: 30px !important;
    font-size: 14px !important;
}


























