﻿@charset "utf-8";
@import url("link.css");
@import url("../SpryAssets/SpryMenuBarHorizontal.css");
/* CSS Document */
html {
	font-family: "宋体",Arial;
/*	font-family:, Helvetica, sans-serif;*/
	font-size: 12px;
	line-height: 1.8em;
	background-color: #B03A07;
}
body {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
ul,li{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
#header {
    width:800px;
    height:90px;
	background:#FFF;
}
#header #top_right {
	height: 60px;
	width: 300px;
	margin-top: 8px;
}

#header #top_right #search {
    clear:right;
	color:#666;
	padding: 0px;
	height: 32px;
	width:300px;
	margin-top: 3px;
/*	margin-right: 20px;*/
	display:block;
	text-align:right;
}
#header #top_right #skin{
    clear:right;
	color:#B20505;
	margin-right:12px;
}
#header #top_right img {
	margin-right: 3px;
}
.searchbtn{
    margin-top:8px;
	padding-top:2px;
	background:url(images/search_bg.gif) no-repeat bottom left;
	border:0px;
	width:59px;
	height:22px;
}
#logo a {
	background-image: url(images/logo.gif);
	height: 80px;
	width: 500px;
/*	padding:16px 0px 0px 12px;*/
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
}
/* 菜单 */
.menu {
	background-image: url(images/nav_bg.gif);
	height: 35px;
	width: 800px;
/*	padding-left:30px;*/
	text-align: center;
}
.menu_02 {
	background:url(images/nav_bg02.gif);
	height: 35px;
	width: 640px;
	padding-left:160px;
	text-align: center;
	}
/*.menu li {
	float:left;
	height: 35px;
	width: 88px;
	background-image: url(images/nav_bg_01.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.menu li a{
	display:block;
	height: 28px;
	width: 88px;
	padding-top:7px;
	font-size: 12px;
    font-weight: bold;
}*/
.banner{
    width:800px;
	height:260px;
	clear:left;
}
.banner_02{
    width:800px;
	height:150px;
	clear:left;
}
/*主体部*/
.main{
    clear:both;
    width:800px;
	height:auto;
	margin:6px 0px;
	display:block;
}
.lan{
    float:left;
	position:relative;
	height:185px;
	width:248px;
	margin:0px 6px;
	padding:0px;
	background-color:#FFFFFF;
}
.lan h1{
	display:block;
	position:relative;
	font-size:13px;
	font-weight:bold;
	color:#B20505;
	margin:0px;
	padding:1px 0px 2px 20px;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
}
.lan h1 span{
   position:absolute;
   top:2px;
   right:8px;
}
.clear{
    margin:0px;
	padding:0px;
	border:0px;
	clear:both;
}
/*底部*/
#menu_footer{
	background-color:#FDFBEC;
	color: #B20505;
	height:25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DE6B39;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DE6B39;
	margin-top:8px;
	padding-top:4px;
	text-align:center;
}
#footer{
   clear:left;
   margin-top:8px;
   padding-top:2px;
   width:800px;
   height:80px;
   text-align:center;
   line-height:2.2em;
}

/*二级页面开始*/
.main h2{
	font-size:12px;
	font-weight:normal;
	margin:8px;
	padding-left:6px;
	width:778px;
	height:22px;
	display:block;
}
.main h3{
    font-size:20px;
	color:#333;
	font-weight:bold;
	margin:8px 15px;
	height:25px;
	padding:0px;
	text-align:center;
	display:block;
}
.main h4{
	font-size:12px;
	font-weight:normal;
	text-align:center;
	margin:8px 15px;
	padding:0px;
	height:28px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color:#666;
}
.main #hs_content{
    width:750px;
	padding:2px 25px;
	display:block;
}
.list{
    position:relative;
    width:750px;
	height:20px;
	padding-left:30px;
}
.list span{
   position:absolute;
   top:0px;
   right:20px;
   color:#666;
}
.page{
    width:750px;
	height:20px;
	padding-left:30px;
	margin:8px 0px;
	text-align:center;
	color:#666;
}
/*二级页面结束*/
