﻿#header{
	position:relative;
}
#header .header-bg-img{
	display:block;
	width:100%;
}
.header-inner-box{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.header-inner-wrap{
	width:1200px;
	margin:30px auto 0;
}
.header-inner-wrap img{
	display:block;
	width:310px;
}
.box{
	width:1200px;
	margin:0 auto;
}
.interactCommTitle{ line-height: 45px;border-bottom:solid 1px #e4e4e4;margin-top:30px;}
.interactCommTitle span{ font-size: 20px; color: #015293;}
.interactCommTitle span img {margin: 0px 10px;}
.interactCommTitle a.more{ line-height: 45px; display: block; float: right; font-size: 14px; color: #666; ~margin-top:-45px;}
select, input{
	box-sizing:border-box;
}