* {
	padding: 0;
	border: 0;
	margin: 0;
	font-family: 微软雅黑;
	/*字体，字号*/
	font-size: 15px;
}

input {
	background: none;
	color: #5e5e5e;
	font-size: 14px;
}

input,
textarea,
select,
button,
a:focus {
	outline: none;
}

body {
	min-width: 1200px;
	width: 100%;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #242424;
	/*链接颜色*/
}

a:hover {
	/*font-weight: bold;*/
	color: #0152d4;
	/*鼠标指上*/
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearboth {
	clear: both;
}

.clearfix {
	clear: both;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.p_width {
	width: 100%;
	min-width: 1400px;
	margin: 0 auto;
}

.m_width {
	width: 1400px;
	margin: 0 auto;
}

.index_top {
	background: url(../images/index_top.png) center top no-repeat;
}

.header{
        border-bottom:2px solid #d4b87c;
	background: #0152d4;
	height: 60px;
	color: #fff;
	line-height: 60px;
	position: fixed;
	z-index: 11;
	top: 0;

}
.top_link li{
	float: left;
	margin:0 5px;
}
.top_link li a{
	color: #fff;
}
.search{
	margin:15px 0;
}
.search_txt{
	background: none;
	border: none;
	width: 200px;
	height: 30px;
	color: #fff;
}
.search_btn{
	background: url(../images/search_ico.png) right center no-repeat;
	height: 30px;
	width: 30px;
}

input.search_txt::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}

input.search_txt:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
}

input.search_txt::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
}

input.search_txt:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
}

.main3{
	background: #f6f6f6;
}

.index_bottom{
	background: url(../images/index_bottom_bg.png) center top no-repeat;
	min-width: 1400px;
	height: 100%;
	
}
.index_bottom .m_width{
	position: relative;
}
/*logo_bottom*/
.logo_bottom{
	position: absolute;
	top: 120px;
	width: 600px;
	height: 100px;
	margin: 0 auto;
	left: 30%;
}
.ej_index_bottom{
	background: url(../images/ej_index_bottom.png) center no-repeat;
	height: 100px;
	padding: 40px 0;
}

.wp_paging{
margin: 0px auto!important ;
width:680px!important;
float:none!important;
padding-bottom:50px!important;
}
