body{
	background-color: #b30000;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img{
	border: none;
}
a{
	text-decoration: none;
}
.clearfloat{
	clear: both;
}
.bg_con{
	width: 100%;
	height: 906px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/body_bg.png) left top repeat;
}
.container{
	width: 940px;
	min-height: 1000px;
	margin: 0px auto;
	position: relative;
}
.logo{
	position: absolute;
	left: 16px;
	top: 15px;
	z-index: 100;
}
.navi{
	position: absolute;
	top: 105px;
	left: 0px;
	z-index: 100;
}
.navi li.item{
	display: block;
	width: 203px;
	height: 38px;
	float: left;
	margin-right: 4px; 
}
.navi li.item .item_a{
	display: block;
	width: 190px;
	padding-left: 13px;
	height: 38px;
	color: #fff;
	font-size: 18px;
	line-height: 38px;
}
.navi li.item .input_txt{
	width: 190px;
	height: 18px;
	margin: 0px;
	padding: 10px 0px 10px 13px;
	line-height: 18px;
	color: #5c5c5c;
	border: none;
	background: transparent;
	font-size: 18px;
	float: left;
	position: relative;
}
.navi li.item .search_btn{
	width: 38px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(../images/search_bg.png) no-repeat;
	float: left;
	position: relative;
	cursor: pointer;
}
.bgOrange{
	background: #eb9100;
}
.bgBlue{
	background: #4c5aa5;
}
.bgRed{
	background: #9b221a;
}
.bgRed2{
	background: #c60000;
}
.bgYellow{
	background: #fff100;
}
.bgGreen{
	background: #44a428;
}
.navi li.search{
	width: 241px;
}
.subnav_con{
	width: 824px;
	height: 45px;
	position: absolute;
	left: 0px;
	top: 38px;
	display: none;
}
.subnav_con li{
	padding: 0px 30px;
	float: left;
	position: relative;
}
.subnav_con li a{
	padding-left: 13px;
	height: 100%;
	color: #1f1b1b;
	font-size: 18px;
	line-height: 45px;
}
.subnav_con li.active a{
	color: #fff;
}
.bgYellow li.active a{
	color: #5c5c5c;
}
/*
.search{
	background: #fff100 url(../images/search_bg.png) right top no-repeat;
	padding-right: 38px;
}
.navi li.search a{
	color: #5c5c5c;
}
*/
.fontcolorOrange{
	color: #eb9100;
}
.footer{
	clear: both;
	padding-top: 40px;
	background: #810707;
}
.footer_content{
	width: 940px;
	margin: 0px auto;
	padding-bottom: 20px;
	color: #de8585;
}
.footer_content .group{
	width: 220px;
	float: left;
	position: relative;
}
.footer_content .group a{
	color: #de8585;
	line-height: 15px;
}
.footer_content .group .group_title{
	margin-bottom: 15px;
}
.footer_links{
	border-top: solid 1px #952323;
	padding: 10px 0px 40px 0px;
	margin-top: 40px;
}
.link_con{
	color: #de8585;
	font-size: 12px;
	padding-top: 20px;
	/* text-align: right; */
}
.link_con a{
	color: #380000;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	/* margin-left: 90px; */
	margin-left: 60px;
	margin-right: 10px;
	text-align: left;
}
.link_con a span{
	font-size: 36px;
	font-weight: bold;
}
.copyright{
	color: #af4646;
	font-size: 12px;
	text-align: center;
	background: #380000;
	padding: 20px;
}

.bg_gray{
	width: 940px;
	display: inline-block;
	/* padding-top: 217px; */
	background: #201f1f;
}
.content{
	padding-top: 208px;
	/* background: #201f1f url(../images/header_img1.png) top left no-repeat; */
	margin-bottom: 35px;
}






























