* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family:"微软雅黑";
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

.index_left {
	float: left;
	width: 955px;
}

.index_right {
	float: right;
	width: 400px;
}

.p_width {
	width: 100%;
	min-width: 1400px;
}

.m_width {
	width: 1400px;
	margin: 0 auto;
}

.index_main {
	margin: 25px auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear_both {
	clear: both;
}

.bannerbox {
	height: 760px;
	position: relative;
}

.topbox {
	background: url(../images/bg_topbox.png) top center no-repeat;
	height: 160px;
	position: absolute;
	top: 0;
	z-index: 99;
	padding: 14px 0;
}

.header {
	height: 65px;
}

.nav_list {
	height: 60px;
}

.nav_list ul li {
	float: left;
	position: relative;
}

.nav_list ul li a {
	color: #8c0000;
	font-size: 18px;
	padding: 0 63px;
	display: block;
	height: 60px;
	line-height: 60px;
}

.nav_list ul li ul {
	display: none;
}

.nav_list ul li:hover a,
.nav_list ul li.current a {
	background: url(../images/bg_m_tt.png) center 55px no-repeat;
}

.nav_list ul li:hover ul {
	display: block;
	position: absolute;
	top: 60px;
        left:50px;
	background: #8c0000;
        min-width:180px;
}

.nav_list ul li:hover ul li {
	float: none;
        padding:0;
min-height:42px;
height:auto;
display: block;
}

.nav_list ul li:hover ul li a {
	color: #fff;
	font-size: 15px;
	line-height: 42px!important;
min-height:42px!important;
height:auto!important;
display: block;
        padding:6px 10px;
}

.nav_list ul li:hover ul li a:hover {
	background: #f1f1f1;
	color: #8c0000;
}

.bannerbox .banner {
	position: absolute;
	top: 0;
	z-index: 10;
}

.search {
	width: 258px;
	height: 30px;
	margin: 15px 0;
	background: url(../images/bg_box_search.png) center no-repeat;
}

.search .search_txt {
	height: 30px;
	line-height: 30px;
	background: none;
	width: 204px;
	padding: 0 10px;
}

.search .search_btn {
	height: 30px;
	width: 30px;
	background: url(../images/ico_search.png) center no-repeat;
}

input:focus {
	outline: none;
}

input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
	font-size: 14px;
}

input:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	font-size: 14px;
}

input:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
	opacity: 1;
	font-size: 14px;
}

input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	opacity: 1;
	font-size: 14px;
}

.index_left {
	width: 980px;
}

.index_right {
	width: 380px;
}

.index_middle {
	background: url(../images/bg_index_middle.png) center no-repeat;
	height: 400px;
	padding: 65px 0;
}

.leftbox {
	width: 920px;
}

.infobox {
	width: 440px;
}
.footerbox{
	background: #8c0000 url(../images/bg_foot.png) center -20px no-repeat;
	height: 265px;
	padding-top: 55px;
	position: relative;
}
.foot_info{
	height: 200px;
}
.foot_txt p{
	font-size: 15px;
	line-height: 45px;
}
.foot_logo{
	margin-right: 150px;
	margin-top: 0px;
}
.foot_ewm{
	margin-left: 130px;
	margin-top: 40px;
}
.copyright{
	position: absolute;
	bottom: 0;
	height: 55px;
	left:0;
	right: 0;
}
.copyright p{
	text-align: center;
}
.copyright p span{
	font-size: 15px;
	line-height: 55px;
	color: #fff;
	margin: 0 10px;
}
.ej_bannerbox{
	height: 560px;
	background: url(../images/ej_banner.png) center top no-repeat;
}