* { 
	margin:0px; 
	padding:0px; 
	text-decoration:none;
}
body { 
	font-size:14px; 
	color:#333333;
}
a { 
	color:#333333;
	hide-focus: expression(this.hideFocus=true);
	outline: none;
	cursor:pointer;
}
a:hover{
	 text-decoration:none;
	 color:#1a5895;
	}
input {
	
	color:#535353;
	hide-focus: expression(this.hideFocus=true);
	outline: none;
}
textarea {
	
	color:#535353;
	hide-focus: expression(this.hideFocus=true);
	outline: none;
}
img {
	 border:0px;
}
dl,ol,ul,li{
	list-style: none;
}
.clear{
	clear:both;
}



body{
	width:100%;
	height:auto;
	min-width: 1200px;
}

.main{
	width:1100px;
	margin:0 auto;
	
}
.top-w{
        width:100%;
	height:220px;
	background:url(../images/logo.jpg) repeat-x;
}

.nav-w{
           height:45px;
	background:#1271cb;
}
.nav{
           
height:45px;
           
background:#1271cb;
           
width: 1120px;
           
margin: 0 auto;
}
.nav ul li{
	float:left;
	line-height:45px;
	background:url(../images/line_03.png) no-repeat right center;
	
}
.nav ul li:last-child{
	background:none;
}
.nav ul li a{
	color:#fff;
	padding:0 27px;
	display:block;
}
.nav ul li a:hover{
	background:#1a5895;
}


.foot{
	width:1130px;
	height:105px;
	background:#2489e8;
	
}
.foot p{
	text-align:center;
	line-height:25px;
	color:#ffffff;
	font-family:"å®‹ä½“";
	padding-top:28px;
	font-size:12px;
}

