/*========================清空默认样式======================*/
body,ul,ol,dl,li,dt,dd,input,img,a,p,h1,h2,h3,h4,h5,h6{padding:0; margin:0;}
ol,ul{list-style: none;}
/*img{display: block;}*/
/*=======================定义文字三属性========================*/
body{font-size: 12px;color: #3e3e3e;font-family: "微软雅黑";}

/*======================超链接默认样式=====================*/
a{text-decoration: none;}

/*======================公共样式=====================*/
.content{width: 1200px;margin: 0 auto;}
.left{float: left;}
.right{float: right;}
button{outline:0;}
input:focus { 
    outline: none !important;
    border:1px solid red;
}



#top{
	width:100%;
	height:54px;
	background:#fbfbfb;
}
#top>.content{
	height:54px;
	/*background:pink;*/
}
#top>.content>a>img.img_logo{
	width:138px;
	height:40px;
	float:left;
	margin-top:8px;
}
#top>.content>div.border{
	width:1px;
	height:30px;
	background:#1e3988;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
#top>.content>div.name_site{
	width:150px;
	height:30px;
	float:left;
	/*border-left:1px solid #1e3988;*/
	margin-top:8px;
}
#top>.content>div.name_site>h2{
	font-size:14px;
	color:#000;
	margin-left:10px;
}
#top>.content>div.name_site>h4{
	font-size:12px;
	color:#000;
	margin-left:10px;
}
#top>.content>ul{
	float:right;
	/*margin-right:390px;*/
}
#top>.content>ul>li{
	width:48px;
	height:52px;
	line-height:52px;
	text-align:center;
	background:#fff;
}
#top>.content>ul>li.welcome{
	width:96px;
	height:52px;
	line-height:52px;
	text-align:center;
	background:#fff;
}
/*#top>.content>ul>li:hover{
	background:#f5f5f5;
	color:#1e3988;
}*/
#top>.content>ul>li>a{
	display:block;
	width:48px;
	height:52px;
	line-height:52px;
	text-align:center;
	background:#fff;
	color:#000;
	font-size:12px;
}
#top>.content>ul>li>a.welcome{
	display:block;
	width:96px;
	height:52px;
	line-height:52px;
	text-align:center;
	background:#fff;
	color:#000;
	font-size:12px;
}
#top>.content>ul>li>a:hover{
	background:#f5f5f5;
	color:#1e3988;
	border-bottom:2px solid #1e3988;
}