@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-size: 12px;
}

.cote{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.cote1{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

/* 连接样式 */
A.linkE:link  {
	color: #7a7a7a;
	text-decoration: none;
}
A.linkE:visited   {
color: #7a7a7a; text-decoration:none 
}
A.linkE:hover{
color:#FB7600; text-decoration: none
}

A.linkA:link {
	color: #7a7a7a;
	text-decoration: none
}
A.linkA:visited {
color: #7a7a7a; text-decoration:none 
}
A.linkA:hover {
color:#fff; text-decoration: underline
}
A.linkB:link {
	color: #00b2d2;
	text-decoration: none;
	font-weight: bold;
}
A.linkB:visited {
	color: #00b2d2;
	text-decoration:none;
	font-weight: bold;
}
A.linkB:hover {
	color:#00b2d2;
	text-decoration: underline;
	font-weight: bold;
}
A.linkC:link {
color: #fff; text-decoration: none
}
A.linkC:visited {
color: #fff; text-decoration:none 
}
A.linkC:hover {
color:#fff; text-decoration: underline
}
A.linkD:link {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
A.linkD:visited {
	color: #666;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
}
A.linkD:hover {
	color:#666;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
/* 菜单开始 */
#menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	background-color: #f1f0f0;
} 
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: inline;
}
#menu a {
	float: left;
	margin-right: 6px;
	margin-left: 5px;
	padding: 5px 35px 3px 35px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: none;
	background: #983D3A;
	border: 1px #D45951 solid;
}

#menu .first a {
	background: #983D3A;
	border: 1px #D45951 solid;
}
#menu .mode a {
	border: 1px solid #E05730;
	background-color: #D0652B;
}
/* 菜单结束 */
/*-----------content-------*/
.content{
	width:960px;
	height:500px;
	float:left;
	}
.content a{
	font-size:12px;
	color:#000000;
	line-height:20px;
	font:"宋体";
	}
.left-content{
	width:320px;
	height:500px;
	float:left;
	}
.content-title{
	width:320px;
	height:35px;
	margin-bottom:5px;
	}
.right-title{
	width:625px;
	height:35px;
	margin-bottom:0px;
	background-image: url(../img/content-bg.gif);
	background-repeat: repeat-x;
	}
.tb {
	width:625px;
	height:200px;
	}
.ty{
	background:#FFFFFF none repeat scroll 0 0 ;
	height:15px;
	}
.ty img{
	margin:0px;
	padding:0px;}
.tx{
	background:#f5f5f5 none repeat scroll 0 0;
	height:15px;
	}
.ty img{
	margin:0px;
	padding:0px;
	}
.menuleft{
	display:block;
	height:36px;
	line-height:36px;
	padding:0;
	text-align:left;
	text-indent:5px;
	width:100%;
	font-size:14px;
	background-image: none;
	font-weight: bold;
}

.content span{
	text-align:right;
	float:right}
.center-content{
	width:600px;
	height:250px;
	float:left;
	margin-left:5px;
	}
.center-content p{
	border-right:1px #CCCCCC dotted;
	margin-left:10px;}
.center-content b{
	margin-left:10px;
	font-size:14px;
	color:#000000;}
	
	
	/*-----------column-------*/
.column{
	width:940px;
	height:266px;
	background:#EDEDED;
	float:left;
	margin-right: 5px;
	margin-left: 5px;
	}
.column-box{
	width:226px;
	height:266px;
	float:left;
	margin-left:5px;

	}
.column-box-top{
	width:226px;
	height:23px;
	background:url(../img/column-top.gif);
	}
.column-box-center{
	width:226px;
	height:220px;
	background:#FFFFFF;
	}
.column-box-center table{
	height:60px;
	width:100%;}

.column-box-center span{
	font-size:14px;
	color:#000000;
	margin-left:10px;
	font-weight:bold;
	}
.column-box-bottom{
	width:226px;
	height:23px;
	background:url(../img/column-bottom.gif);
	}	
.column-box-center img{
	margin-left:7px;
	}
.column-box-center p{
	margin:0px 7px 0px 7px;}
#footer{
	margin-top:10px;
	width:960px;
	height:25px;
	background:#D0CFCF;
	text-align:center;
	float:left;
	color: #626262;
	line-height: 23px;
	}
#footer a{
	font-size:12px;
	}
#footer a:link{
	color:#626262;
	text-decoration: none;
	}
#footer a:hover {
	color:#626262;
	text-decoration: none;
	}
#footer a:visited {
	color:#626262;
	text-decoration: none;
	}
#copyright{
	height:25px;
	width:960px;
	text-align:center;
	padding-top:0.5em;
	float:left;
	background-color: #FFFFFF;
	}
#copyright a {
	font-size:12px;
	}
	/*-----------二级-------*/
.second{
	background-image: url(../img/erji_ad.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}		
#mid_left{
	float: left;
	width: 226px;
}
#mid_left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#mid_left li {
	display: inline;
}

#mid_right{
	float: right;
	width: 720px;
}	
.list{
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	float: left;
	padding-top: 5px;
	color: #660000;
}	
.list1{
	background-color: #dfdfdf;
	width:98%;
	height: 15px;
}	
.list_con{
	width: 97%;
	text-indent: 25px;
	line-height: 23px;
}	
	
.leftTT{
	float: left;
	width: 230px;
}	
	
.rightTT{
	float: right;
	width: 730px;
	height: 500px;
}	
.rightTT2{
	float: right;
}	
		
.aboutbonc{
	background-repeat: no-repeat;
	width: 960px;
	margin:  5px auto;
}	
	
	
	
	
	
	
	
	
	
.MenuBox .listBox {width: 226px; height: 37px; background: url(../img/tree1.gif);}
.MenuBox .listBox ul li a{font-size: 14px; font-weight: bold; text-indent: 21px; line-height: 37px; width: 226px; height: 37px; color: black; text-decoration: none; display: block;}
.MenuBox .txtBox ul li a{width: 226px; height: 25px; border-bottom: 1px dashed #CCCCCC; line-height: 25px; text-indent: 21px; color: black; text-decoration: none; display: block;}
.MenuBox .txtBox ul { display: none; }
.MenuBox .txtBox ul.show { display: block; }
.MenuBox .txtBox ul li a:hover {font-weight: bold; color: #333;}