/* 公共属性
------------------------------------ */
html {
	min-width: 950px;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px; 
	line-height: 22px;
	text-align: center;
	background: #FFFFFF;
	font-family: '宋体','新宋体',arial,verdana,sans-serif;
}
a {
	margin: 0px;
	padding:0px;
	border: 0px;
	text-decoration:none;	
}
a:link {
	color: #990000;
}

a:visited{
	color: #990000;
}
a:hover{
	color: #990000;
	text-decoration: underline;
}


/* 顶部
------------------------------------ */
#heander{
    width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 88px;
	background: #fff repeat-x left top;
	overflow:hidden;
}
#logo{
	float: left;
	width: 244px;
	height: 79px;
	
}
#menu {
	float: right;
	margin-top:50px;
	width: 260px;
	height: 30px;
	font-size:12px;
	color:#990000;	
}
#top1{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 35px;
	background: url(bg_1.jpg);
}

/*  主体 
------------------------------------ */
#contain{
	width: 845px;    
	/*height:500px;  */  
	margin-top:10px;
	margin-bottom:20px;
	margin-right: auto;
	margin-left: auto;
	border: solid #c5c5c6  1px;
	background: url(../images/images/bg_dot1.gif) #fff;
	text-align: left;
}
#contain_title {
    width: 845px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border-bottom: solid #c5c5c6 1px;
	background-color:#e0e0e0
}
/*  
#contain_title r {
    float: right;
    font-size: 14px;
	color: #990000;
	text-align: right;
	border-bottom: solid #c5c5c6 1px;
	background-color:#e0e0e0
}
------------------------------------ */
#contain_nav {
    padding-top:20px;
	margin-left:50px;
	margin-right:50px;
	color: #ff4e00;
	text-align: left;
	border-bottom: solid #c5c5c6 1px;	
}
#contain_nav ul {
	margin: 0;
	padding-top: 20px;
	list-style: none;
}

#contain_nav li {
	display: inline;
}

#contain_nav a {
	display:inline-block;
	width: 111px;
	height: 23px;
	margin-left:5px;
	padding-top: 3px;
	background: url(../images/images/menu_bg_01.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	color: #000000;
}
#contain_nav a:hover {
	background-image: url(../images/images/menu_bg_02.jpg);
}

#contain_nav .active a {
	background-image: url(../images/images/menu_bg_02.jpg);
}

#contain_info_l {
    float: left;
	width: 40%;
	padding-top:20px;
	padding-bottom:40px;
	font-size: 12px;
	color: #505050;
	text-align: center;
}
#contain_info_r {
    float: left;
	width: 87%;
	padding:20px 0px 10px 50px;
	font-size: 12px;
	color: #505050;
	text-align: left;
}
#contain_info_b {
    float:left;
    width: 750px;
	height:40px;		
	margin-left:20px;
	font-size: 12px;
	font-weight:bold;
	color: #505050;
	text-align: center;
}
.xieyi{   
	margin:0px 30px 0px 20px;
	color:#515151;
    font-size:12px;
    text-align:left;
	line-height:1.8em; 
}
.xieyiTitle{
  float:right;
  color:#990000;
  font-size:12px;
  text-align:left; 
  width:680px;
  border-top: 1px #505050 dashed;
  height:30px;
  padding:13px 0px 0px 50px;
  margin:0px 50px 0px 10px;
  background-image: url(../images/images/icon1.jpg); 
  background-position: 30px;
  background-repeat:no-repeat;
  display:inline;
}
.put in{
    margin-bottom:20px;
    text-align:center;
    
}

/* 底部
------------------------------------ */
#footer{
    font-size: 12px;
	color: #333333;
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background: url(../images/images/footer_bg.jpg);
	text-align: center;
	height: 111px;
}
#copyright{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 0px 0px 0px;
	text-align: center;
	height: 111px;
	line-height: 18px;
	font-size:12px;
	color:#666666;
}
#copyright a {
	color:#505050;
}
.STYLE1 {
    font-size:12px;
    line-height: 1.8em;
    color: #990000;  
}

.STYLE2 {font-size: 14px}

