html, body{
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

*{
	font-family: arial;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#header{
	width: 1000px;
	height: 100px;
	margin: 0px auto;
	position: relative;
}

#home{
	position: absolute;
	top: 0px;
	right:0px;
}

#header ul{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#header li{
	float :left;
	width: 110px;
	height: 47px;
	line-height: 47px;
	font-size: 12px;
	color: #404041;
	text-align: center;
	cursor: pointer;
}

#header li:hover{
	box-shadow: 9px 0px 11px -11px #1B75BB, -9px 0px 11px -11px #1B75BB;
}

#header .current{
	box-shadow: 9px 0px 11px -11px #1B75BB, -9px 0px 11px -11px #1B75BB;
}

#banner{
	height: 580px;
	width: 100%;
	background: url("banner.jpg");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

#barContainer{
	width: 100%;
	position: relative;
	height: 48px;
	background-color: white;
}

.redbar{
	position: absolute;
	bottom: 0px;
	height: 48px;
	background-color: rgba(238,53,38,0.8);
}

#content{
	width: 1000px;
	margin: 20px auto;
}

#footer{
	height: 107px;
	line-height: 107px;
	text-align: center;
}

/*-----------------------aboutus----------------------*/

#content2{
	width: 891px;
	margin: 20px auto;
}

.center{
	text-align: center;
}

.title{
	height: 50px;
	line-height: 50px;
	width: 300px;
	color: white;
	font-size: 12px;
	padding-left: 30px;
	margin: 30px 0px;
	background: -moz-linear-gradient(left,  rgba(238,53,38,1) 0%, rgba(238,55,40,1) 1%, rgba(255,255,255,0.57) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,53,38,1)), color-stop(1%,rgba(238,55,40,1)), color-stop(100%,rgba(255,255,255,0.57)));
	background: -webkit-linear-gradient(left,  rgba(238,53,38,1) 0%,rgba(238,55,40,1) 1%,rgba(255,255,255,0.57) 100%);
	background: -o-linear-gradient(left,  rgba(238,53,38,1) 0%,rgba(238,55,40,1) 1%,rgba(255,255,255,0.57) 100%);
	background: -ms-linear-gradient(left,  rgba(238,53,38,1) 0%,rgba(238,55,40,1) 1%,rgba(255,255,255,0.57) 100%);
	background: linear-gradient(to right,  rgba(238,53,38,1) 0%,rgba(238,55,40,1) 1%,rgba(255,255,255,0.57) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3526', endColorstr='#91ffffff',GradientType=1 );

}

#content2 p{
	width: 80%;
	margin: 20px auto;
	color: #6D6E70;
	font-size: 12px;
	line-height: 20px;
}

#content2 span{
	font-size: 20px;
	color: #ED1C24;
	padding-left: 20px;
}

#content2 table{
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content2 table tr:first-child{
	background-color: #598DCA;
	font-weight: bold;
	color: white;
}

#content2 table td{
	border: 1px solid black;
	padding-left: 8px;
	line-height: 23px;
	font-size: 13px;
	color: black;
}

#content2 table td:first-child{
	width: 5%;
}

#content2 table td:nth-child(2){
	width: 15%;
}

#content2 table td:nth-child(3){
	width: 30%;
}




