#header {
	width: 100%;
	height: 188px;
	background: white;
	position: relative;
	z-index: 99999;
}
#header_top {
	width: 100%;
	height: 26px;
	margin: 0 auto;
	background: #eaeaea;
	border-bottom: 1px solid #ccc;
	color: #336699;
}
#top_nav {
	width: 1250px;
	height: 26px;
	margin: 0 auto;
	position: relative;
	z-index: 999999;
}
#top_nav dt {
	float: left;
	height: 26px;
	margin-right: 10px;
	line-height: 26px;
	text-indent: 10px;
}
#top_nav dt a {
	color: #336699;
}
#top_nav dt .small {
	width: 25px;
	height: 25px;
}
#top_nav dd {
	float: left;
	height: 14px;
	line-height: 14px;
	margin: 6px 0;
	padding: 0 14px;
	border-left: 1px solid #999;
}
#top_nav dd a {
	display: block;
	color: #336699;
}
#top_nav ul {
	position: absolute;
	right: 0;
	top: 0;
}
#top_nav ul li {
	float: left;
	height: 14px;
	line-height: 14px;
	margin: 6px 0;
	padding: 0 10px;
	border-left: 1px solid #999;
}
#top_nav ul .border {
	height: 18px;
	line-height: 18px;
	margin: 4px 10px 4px 0;
	background: #e3591a;
	border-left: none;
}
#top_nav ul .border a {
	color: white;
}
#top_nav ul .border a:hover {
	color: white;
}
#top_nav ul .service {
	position: relative;
	padding-right: 20px
}
#top_nav ul .service span {
	position: absolute;
	right: 6px;
	top: 4px;
	display: block;
	width: 9px;
	height: 6px;
	background: url(images/icon.png) -25px top no-repeat;
	overflow: hidden;
}
#top_nav ul .class_visited span {
	background: url(images/icon.png) -34px top no-repeat;
}
#top_nav ul .class_visited a {
	color: #ff5400;
}
#top_nav ol {
	display: none;
	position: absolute;
	right: 68px;
	top: 26px;
	width: 76px;
	padding: 5px 0;
	background: #eaeaea;
	border: 1px solid #ccc;
}
#top_nav ol li {
	height: 26px;
	line-height: 26px;
	text-align: center
}
#top_nav a:hover {
	color: #ff5400;
	text-decoration: none;
}
/**********top_nav_end************/
#header_content {
	width: 1250px;
	height: 96px;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
}
#header_content .search {
	width: 456px;
	position: absolute;
	left: 300px;
	top: 50px;
	border: 3px solid #e4572c;
}
#header_content .select {
	float: left;
	width: 64px;
	height: auto;
	background: #f8f8f8;
	border-right: 1px solid #e4e4e4;
	position: relative;
	z-index: 9999;
}
#header_content .select p {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	cursor: pointer;
	overflow: hidden;
}
#header_content .select .small {
	position: absolute;
	right: 10px;
	top: 12px;
	width: 9px;
	height: 6px;
	background-position: -25px top;
}
#header_content .select .class_visited {
	background-position: -34px top;
}
#header_content .select .select_list {
	position: absolute;
	left: 0;
	top: 30px;
	width: 62px;
	background: #f8f8f8;
	border: 1px solid #e4e4e4;
	border-top: none;
	display: none;
}
#header_content .select .select_list li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	cursor: pointer;
}
#header_content .select .select_list .hover {
	background: #ccc;
}
#header_content .select .select_list li a:hover {
	text-decoration: none;
}
#header_content .search .text {
	float: left;
	display: block;
	width: 266px;
	height: 14px;
	line-height: 14px;
	padding: 9px 5px 7px 30px;
	background: url(images/icon.png) -176px 10px no-repeat;
	border: none;
	overflow: hidden;
}
#header_content .search .submit {
	float: left;
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #e4572c;
	border: none;
	color: white;
	font: bold 14px/normal arial, \5b8b\4f53, Helvetica, sans-serif;
	cursor: pointer;
}
/**********select_end************/
#header_content .btn {
	position: absolute;
	right: 200px;
	top: 52px;
}
#header_content .btn p {
	float: left;
}
#header_content .btn p a {
	display: block;
	width: 102px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin-left: 10px;
	background: url(images/icon.png) -45px top no-repeat;
	font-weight: bold;
	color: #d74f41;
	overflow: hidden;
}
#header_content .btn p a:hover {
	text-decoration: none;
}
/**********btn_end************/
#header_content .shopping {
	position: absolute;
	right: 5px;
	top: 56px;
}
#header_content .shopping .title {
	width: 150px;
	height: 28px;
	line-height: 28px;
	background: url(images/shopping_title.png) no-repeat;
	cursor: pointer;
}
#header_content .shopping .title cite {
	padding: 0 5px;
}
#header_content .shopping .title .small {
	width: 17px;
	height: 17px;
	margin: 4px 10px 0;
	background-position: left -25px;
}
#header_content .shopping .title span {
	position: absolute;
	right: 10px;
	top: 12px;
	display: block;
	width: 9px;
	height: 8px;
	background: url(images/icon.png) -25px top no-repeat;
	overflow: hidden;
}
#header_content .shopping .title .class_visited {
	background: url(images/icon.png) -34px top no-repeat;
}
#header_content .shopping .down {
	position: absolute;
	left: 0;
	top: 32px;
	display: none;
}
#header_content .down {
	width: 190px;
	height: auto;
	padding: 10px;
	background: white;
	border: 1px solid #ddd;
}
#header_content .down dl {
	height: 60px;
	margin-bottom: 10px;
}
#header_content .down dl a:hover {
	color: #ff5400;
}
#header_content .down dl dt img {
	float: left;
	width: 64px;
	height: 45px;
	padding: 2px;
	margin-right: 10px;
	border: 1px solid #ddd;
}
#header_content .down dl dd {
	float: left;
	width: 110px;
	line-height: 18px;
	position: relative;
	top: -2px;
}
#header_content .down dl dd a:hover cite {
	text-decoration: underline;
}
#header_content .down dl dd a span {
	color: #336699;
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
}
#header_content .down dl dd a:hover span {
	color: #ff5400;
}
#header_content .shopping p {
	overflow: hidden;
	padding: 0 0 10px 10px;
}
#header_content .shopping p a {
	float: left;
	display: block;
	width: auto;
	height: auto;
	margin-top: 5px;
	padding: 5px 0;
}
#header_content .shopping p a:hover {
	color: #ff5400;
}
#header_content .shopping p .settlement {
	display: block;
	width: auto;
	height: auto;
	margin-left: 20px;
	padding: 5px 10px;
	background: #7b2705;
	border: 1px solid #ff5400;
	color: white;
}
#header_content .shopping p a {
	color: #1e6285;
}
#header_content .shopping p a:hover {
	text-decoration: none;
}
/**********shopping_end************/
#header_bottom {
	width: 100%;
	height: 36px;
	background: #e4572c;
}
#mianbav {
	width: 1250px;
	height: 36px;
	margin: 0 auto;
}
#mianbav ul li {
	float: left;
}
#mianbav ul li a {
	float: left;
	display: block;
	height: 36px;
	padding: 0 30px;
	text-align: center;
	color: white;
	font: bold 14px/36px arial, \5b8b\4f53, Helvetica, sans-serif;
}
#mianbav ul .visited a {
	background: #7b2705;
}
#mianbav ol li {
	float: left;
}
#mianbav .border {
	padding-left: 20px;
	background: url(images/icon.png) -198px -23px no-repeat;
}
#mianbav ol li a {
	float: left;
	height: 36px;
	line-height: 36px;
	color: white;
	padding: 0 10px;
}
#header_bottom a:hover {
	text-decoration: none;
	color: yellow;
}
/****************************header_end****************************/






#footer {
	width: 100%;
	height: auto;
	padding-top: 16px;
	background: white;
	border-top: 1px solid #ddd;
	overflow: hidden;
	position: relative;
}
#footer .top {
	width: 1250px;
	height: 168px;
	margin: 0 auto;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}
#footer .top_left {
	width: 270px;
	height: 168px;
	position: absolute;
	left: 0;
}
#footer .top_left .subscription {
	width: 260px;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}
#footer .top_left .subscription .text {
	float: left;
	width: 193px;
	height: 26px;
	line-height: 24px;
	padding-left: 3px;
	border: none;
	background: none;
	color: #ddd;
}
#footer .top_left .subscription .submit {
	width: 60px;
	height: 26px;
	line-height: 26px;
	border: none;
	color: white;
	background: #ff5400;
	float: right;
	cursor: pointer;
}
#footer .top_middle {
	height: 168px;
	margin-left: 50px;
	overflow: hidden;
	position: absolute;
	left: 260px;
}
#footer .top_middle dl {
	width: 100px;
	float: left;
	padding: 0 47px 0 47px;
	white-space: nowrap;
	overflow: hidden;
}
#footer .top_middle dl dt {
	height: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 14px;
	font-weight: bold;
	border-left: 3px solid #e4572c;
}
#footer .top_middle dl dd {
	height: 24px;
	padding-left: 12px;
	overflow: hidden;
}
#footer .top_middle a:hover {
	color: #ff5400;
	text-decoration: none;
}
#footer .top_right {
	width: 150px;
	float: right;
	padding-left: 40px;
	color: #666;
	text-align: center;
	position: absolute;
	right: 0;
}
#footer .top_right p {
	margin-top: 12px;
}
#footer .top_right .micro_letter {
	width: 100%;
	height: 86px;
	text-align: center;
}
#footer .bottom {
	border-top: 4px solid #e4572c;
}
#footer .bottom .bottom_nav {
	width: 660px;
	margin: 0 auto;
	padding: 20px 0 10px;
}
#footer .bottom ul {
	height: 20px;
}
#footer .bottom ul li {
	float: left;
	margin: 0 10px;
}
#footer .bottom ul li a:hover {
	color: #ff5400;
}
#footer .bottom p {
	padding-top: 10px;
	text-align: center;
}
#footer .bottom .record {
	padding: 20px 0 10px;
	text-align: center;
}
#footer .bottom .record a {
	margin: 0 5px;
}
/****************************footer_end****************************/
