/*标签公共样式*/
	body,b,p,input,textarea,a,h1,h2,h3,h4,h5,h6,i,b,ul,ol,li,img,dl,dt,dd,iframe,img{
		margin: 0;
		padding: 0;
		outline: none;	
		font-style: normal;
		text-decoration: none;
	}
/*页面公用样式*/
	.pub_wrap{
		width: 100%;
		color: #0667b7;
		font-family: "微软雅黑";
	}
		.pub_wrap .pub_top{
			width: 100%;
		}
		.pub_wrap .pub{
			width: 1100px;
			margin: 0 auto;
		}
	/*顶部导航条样式*/
	    .pub_wrap .index_top{
			height: 80px;
		}
			.index_top .index_toplogo_L{
				float: left;
				font-size: 20px;
			}
				.index_toplogo_L img{
					float: left;
				    padding-top: 8px;
				}
			.index_top .index_toplogo_R{
				float: right;
				color: #0667b7;
				display: block;
				cursor: pointer;
			}
			.index_top span{
				line-height: 80px;
			}
		.pub_wrap .pub_top_nav{
			height: 40px;
		    padding: 10px 0;
			background: #0070bf;
		}
			.pub_top_nav ul{			
				width: 1100px;
				margin:0 auto;
			}
				.pub_top_nav ul li{
					color: #fff;
					float: left;
				    width: 181px;
					list-style: none;
				    line-height: 40px;
				    text-align: center;
				    border: 1px solid #0070bf;
				}
.pub_top_nav ul li a{
	color: #fff;
}
				.pub_top_nav .li_current{
					border: 1px solid #fff;
				}
				.pub_top_nav ul li:hover{
					border: 1px solid #fff;
				}
	/*底部样式*/
		.pub_wrap .pub_bottom{
		    color: #fff;    
		    height: 100px;
			padding: 30px 0;
		    font-size: 14px;
		    line-height: 24px;
		    text-align: center;
			background: #05223d;
			overflow: hidden;
		}

