﻿#header{
	position:relative;
}
.header{
	min-height:auto;
}
#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: 0px auto;	
}
input, select{
	box-sizing:border-box;
}