

@media screen and (min-width: 960px) {
	body {
		width: 960px;
	}

} 
html {
		width: 100%;
		height: 100%;
	}
body {
	background: url(../../img/home/7.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	min-width: 960px;
	/* width:expression_r(document.body.clientWidth < 960 ? "960px": "auto" ); */
	min-height: 600px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.last2{
	
	position: fixed;
	width: 100%;
	bottom: 0;
	text-align: center!important;
}
.last2 a{
	color: white!important;
}
.box{
	width: 960px;
	height: 600px;
	top:calc(50% - 300px);
	position:relative;
	margin: auto;
}
.h1 {
	font-size: 40px;
	color: white;
	text-shadow: 1px 1px 4px #FFFFFF;
	letter-spacing: 20px;
	text-align: center;
	position: absolute;
	top: 0px;
	font-weight: bold;
	width: 100%;

}

.container {
	width: 960px;
	height: 400px;
	margin: auto;
	background-color: rgb(229,229,229);
	top: 85px;
	position: relative;
	
}

.container1 {
	width: 480px;
	height: 400px;
	position: relative;
}

.container2 {
	width: 480px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 480px;
}

.container2last {
	margin-top: 20px;
	margin-left: 80px;
	width: 300px;
	position: relative;
}

.h2 {
	height: 90px;
	width: 480px;
	text-align: center;
	line-height: 90px;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}

.image1 {
	position: absolute;
	top: 72px;
	width: 400px;
	left: 40px;
}

.image2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 102px;
}

.image3 {
	width: 420px;
	    height: 54px;
		background-repeat: no-repeat;
	background-image: url(../../img/home/2.png);
}

.img1 {position: absolute;top: 9px;
    left: 270px;}

.img2 {position: absolute;top: 1px;
    right: 0;}

.input1 {
	left: 80px;
	width: 300px;
	height: 40px;
	position: relative;
}

.input1>input {
	width: 300px;
	height: 38px;
	background-color: white;
	border: 1px solid lightgray;
	text-indent: 2em;
}

.input2 {
	left: 80px;
	width: 300px;
	height: 40px;
	position: relative;
	margin-top: 20px;
}

.input2>input {
	width: 300px;
	height: 38px;text-indent: 2em;
	background-color: white;
	border: 1px solid lightgray;
}

.input3 {
	left: 80px;
	width: 300px;
	height: 40px;
	position: relative;
	margin-top: 20px;
}

.input3>input {
	width: 300px;
	height: 38px;text-indent: 2em;
	background-color: white;
	border: 1px solid lightgray;
}

.last {
	position: absolute;
	left: 270px;
	bottom: 10px;
	width: 420px;
	height: 54px;
}

.lasttext {
	color: white;
	float: left;
	width: 200px;
	height: 40px;
}
.login{
	background-color: #007DDB!important;
	float: right;
}
.check{
	position: absolute;
	top: 17px;
	
}
.checkspan{
	position: absolute;
	    top: 14px;
	    left: 20px;
}
.text1{
	height: 30px;
	text-align: right;
	line-height: 30px;
	color: gray;
}
