@CHARSET "UTF-8";
html{
	font-family: sans-serif;
}
body{
	margin: 0px;
	background: #fff;
}
img{
	border: 0px;
}
ul{
	list-style-type: none;
	margin: 0xp;
	padding: 0px;
	
}
h2{
	margin: 0px;
	padding: 0px 10px;
	line-height: 30px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
h5{
	margin: 0px;
	padding: 0px 10px;
	line-height: 30px;
	font-size: 10px;
	color: #000;
	font-weight: normal;
}
/*wrapper*/
#wrapper{
	width: 974px;
	margin: 0 auto;
}

/*header*/
#header{
	margin-top: 10px;
}
#logo{
	width: 100px;
	height: 30px;
	float: left;
}
#ico{
	float: right;
	margin-right: 20px;
	line-height: 35px;
}

/*rotator*/
#rotator {
	position: relative;
	height: 300px;
	overflow: hidden;
	width: 582px;
}

#rotator li {
	float: left;
	position: absolute;
}
#rotator li.show {
	z-index: -10;
}

#logo{
	height: 33px;
}
#infoBar{
	background: #737373;
	height: 30px;
	margin-top: 10px;
	border-bottom: 1px solid #000;
}

/*view*/
#view{
	height: 300px;
}
#viewImg{
	width: 582px;
	float: right;
	height: 300px;
	overflow: hidden;
}
#viewText{
	width: 375px;
	float: left;
	color: #000;
}
#viewText h3{
	font-size: 16px;
	margin: 15px 0;
	margin-top: 20px!important;
	color: #000;
}
#viewText p{
	font-size: 13px;
	color: #000;
}

/*menu*/
#menu{
	background: #737373;
	height: 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#menu li{
	float: left;
	color: #fff;
	line-height: 30px;
	margin: 0px 0px;
	padding: 0px 23px;
	font-size: 14px;
	overflow: hidden; 
}
#menu li:hover{
	background: #999;
	cursor: pointer;
	color: #ffffff;

}
#menu a{
	text-decoration: none;
	color: #fff;
	
}
.activ{
	background: #555;
}
/*content*/
#content{
	width: 974px;
}
#contentImg{
	width: 974px;
}
#contentImg li{
	width: 190px;
	height: 120px;
	float: left;
	background: #000;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-top: 3px;
}

#contentImg li:nth-child(5n){
	margin-right: 0px;
}


/*main text*/
#mainText{
	width: 974px;
	margin: 10px 0;
}
.mainText1{
	color: #000;
	
}
.mainText2{
	width: 40%;
	color: #000;
}

.clear{
	clear: both;
}

div#wrap {
	width: 500px;
	margin: 50px auto;	
}

img {
	/*border: 1px solid #CCC;*/
	/*padding: 2px;*/	
	/*margin: 10px 5px 10px 0;*/
			
			
}
		
.green 
{color:#060; font-size:14px}
