/*--------------------------------样式初始化-------------------------*/
* {
	margin: 0;
	padding: 0
}
body,button,input,select,textarea {
	font: 12px/1.5 "宋体", arial, verdana, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style: none;
}
 img{
 	border:0px
 }
 /*不加这个在IE浏览器中 超链接图片会有蓝色边框*/
fieldset,img {
	border: 0;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/*-------------------------------公共样式----------------------------*/
.border{
	border: 10px solid #FFFFFF;
	border-radius: 10px;
}
.gradient{
	background:-webkit-linear-gradient(top, #305490,#0000FF);
	background:-moz-linear-gradient(top, #305490,#0000FF);
	background:-ms-linear-gradient(top, #305490,#0000FF);
	background:linear-gradient(top, #305490,#0000FF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#305490, endColorstr=#0000FF)";
	+background:#305490;
}


/*--------------------------------样式初始化-------------------------*/
body{
	background: #f6f6f6;
	margin:0 auto;
}
.header{
	width: 1200px;
	margin: 0 auto;
	background: url(imgyinfu.png) center center repeat-x;
}
.logo{
	width: 1200px;
	margin: 0 auto;
}
.logo img{
	margin-top: 30px;
}
.nav{
	width: 1300px;
	height: 50px;
	margin: 0 auto;
	/*background: #305490;*/
	border-radius:5px;
	box-shadow: 2px 2px 3px #333;
}
.nav ul{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
}
.nav ul li{
	width: 82px;
	height: 50px;
	float: left;
	margin-right: 20px;
	font-size: 20px;
	text-align: center;
}
.active{
	background: #06266f;
}
.nav ul li a{
	color: #fff;
}


/*--------------------------------底部开始-------------------------*/
.footer{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}
.footer ul li{
	margin-top: 10px;
	color: #555555;
}
.footer ul li b{
	color: #000;
}
/*--------------------------------底部结束-------------------------*/




