*{
	padding: 0px;
	margin:0px;
}
html{
	width:100%;
	height: 100%;
}
body{
	width:100%;
	height: 100%;
	background-color: #eff3f6;
}
.top{
	width:100%;
	height: 70px;
	background-color: #137dd6;
}
.top .header-logo{
	width: 27%;
	height: 70px;
}
.top .header-logo img{
	margin-top:6%;
}
.top .header{
	width: 1200px;
	height: 70px;
	margin:0 auto;
}
.header-logo{
	float: left;
}
.header-tab {
	width: 73%;
	height: 70px;
	float: left;
}
.header-tab ul{
	float: left;
	height: 70px;
	line-height: 70px;
	width: 100%;
}
.header-tab ul li{
	float: left;
	list-style-type: none;
	width: 18%;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}
.header-tab ul li:last-child{
	width:33%;
}
.header-tab ul li:hover{
	color:#eee;	
}
.tab-content .tab-pane li .right a:hover,.tab-content .tab-pane li #right a:hover{
	color: #137dd6;
	text-decoration: none;
}
.container{
	margin-right: 5px;
}
#touxiang{
	float:right;
}
#touxiang div{
	height:100%;	
}