body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.w1200{
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
header{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: url(../img/img06.jpg) no-repeat center;
	background-size: cover;
}
header .logo{
	width: 180px;
	display: block;
	line-height: 60px;
} 
header .logo img{
	width: 100%;
	position: relative;
	top:0;
	transition:top 0.3s;
}
header .logo:hover img{
	top:-3px;
}
header .exit{
	font-size: 14px;
	padding-left: 25px;
	color: #529bd6;
	background: url(../img/img09.png) no-repeat left center;
	transition:color 0.3s;
}
header .exit:hover{
	color: #80d1ff;
}
header i{
	width: 1px;
	padding: 0 32px;
	height: 60px;
	display: block;
	background: url(../img/img08.png) no-repeat center;
}
header .cust-name{
	font-size: 14px;
	color: #80d1ff;
	padding-left: 23px;
	background: url(../img/img07.png) no-repeat left center;
}
#container{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#container .img{
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover !important;
}
#container .img .pic{
	height: 100%;
	width: auto;
}
#container .enter{
	width: 910px;
	height: 190px;
	position: absolute;
	top:50%;
	left: 50%;
	margin: -95px 0 0 -455px;
}
#container .bottom{
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
}
#container .title{
	font-size: 26px;
	color: #fff;
	padding-bottom: 50px;
}
#container .title span{
	margin-left: 25px;
	line-height: 30px;
	padding-top: 13px;
}
#container .read{
	display: none;
	padding-left: 25px;
	margin-top: 23px;
	font-size: 14px;
	color: #fff;
	line-height:17px;
	background: url(../img/img05.png) no-repeat left center;
}
#container form{
	width: 100%;
	height: 55px;
}
#container label{
	width: 38.4%;
	margin-right: 1.6%;
	background: #fff;
	height: 55px;
	float: left;
	border-radius: 3px;
	overflow: hidden;
}
#container label span{
	float: left;
	margin-left:1.7%;
	width:15.5%;
	height: 55px;
}
#container .title img{
	width:33%;
}
#container label span.one{
	background: url(../img/img03.png) no-repeat center;
}
#container label span.two{
	background: url(../img/img04.png) no-repeat center;
}
#container label input{
	padding: 0;
	margin: 0;
	width:82.8%;
	background: none;
	border: none;
	padding: 18px 0 18px;
	font-size: 14px;
	color: #0053c4;
	opacity: 0.75;
	filter:alpha(opacity=75);
}
#container label.on{
	transition:box-shadow 0.3s;
	box-shadow: 0 0px 10px rgba(0,0,0,.1);
}
#container .submit{
	padding: 0;
	width: 19.7%;
	height: 55px;
	background: #ff9212;
	font-size: 18px;
	color: #fff;
	border: none;
	float: left;
	border-radius: 3px;
	line-height: 55px;
	text-align: center;
	transition:box-shadow 0.3s;
}
#container .submit:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.download{
	background: #f5f5f5;
}
footer{
	font-size: 14px;
	color: #424e67;
	line-height: 24px;
	padding-bottom: 26px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.contect{
	position: absolute;
	left: 50%;
	top:50%;
	margin: -222px 0 0 -600px;
	background: #fff;
	padding: 100px 0 100px;
	text-align: center;
}
.contect img{
	padding-bottom: 31px;
}
.contect h2{
	font-size: 20px;
	color: #424e67;
	line-height: 40px;
	width: 1000px;
	margin: 0 auto;
}
.contect p{
	font-size: 14px;
	color: #424e67;
	line-height: 28px;
	width: 1000px;
	margin: 0 auto;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.contect .click-down{
	margin: 67px auto 0;
	width: 240px;
	height: 55px;
	background: #347adb;
	border-radius: 10px;
	color: #f6faff;
	font-size: 16px;
	line-height: 55px;
	display: block;
	position: relative;
	top:0;
	transition:top 0.3s;
}
.contect .click-down span{
	font-size: 14px;
	opacity: 0.5;
	filter:alpha(opacity=50);
	padding-left: 10px;

}
.contect .click-down:hover{
	top:-5px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #0053c4; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
color: #0053c4; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
color: #0053c4; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #0053c4; 
} 

@media (max-width: 1200px){
	.w1200{
		width: 92%;
	}
	.contect {
	    margin: -222px 0 0 -46%;
	}
}
@media (max-width: 1024px){
	#container .enter{
		width: 92%;
		margin: -95px 0 0 -46%;
	}
	.contect{
		padding: 50px 0;
	}
	.contect h2{
		width: 92%;
	}
	.contect p{
		width: 92%;
	}
}
@media (max-width: 768px){
	#container .title span{
		display: block;
		margin: 0;
		font-size: 20px;
		width: 100%;
	}
	#container .title img {
	    width: 42%;
	}
	#container .title{
		padding-bottom: 20px;
	}
}
@media (max-width: 480px){
	#container label{
		width:100%;
	    margin-right:0;
	    height: 35px;
	    margin-bottom: 10px;
	}
	#container .enter{
		height: 210px;
		margin: -105px 0 0 -46%;
	}
	#container form{
		height: 126px;
	}
	#container label span {
	    height: 35px;
	}
	#container label input {
	    padding: 8px 0 8px;
	    font-size: 12px;
	}
	#container .submit {
	    width: 28%;
	    height:35px;
	    font-size: 14px;
	    line-height: 35px;
	    margin-left: 36%;
	}
	#container .bottom{
		width: 92%;
		left: 4%;
		font-size: 12px;
		line-height: 22px;
		bottom: 10px;
	}
	header{
		height: 45px;
		line-height: 45px;
	}
	header .logo{
		width: 20%;
		line-height: 45px;
	}
	header .exit{
		font-size: 12px;
    	padding-left: 20px;
	}
	header i{
		padding: 0 8px;
		height: 45px;
	}
	header .cust-name {
	    font-size: 12px;
	    padding-left: 20px;
	}
	footer{
		font-size: 12px;
		line-height: 20px;
		width: 92%;
		left: 4%;
		padding-bottom: 9px;
	}
	.contect h2{
		font-size: 16px;
		line-height:26px;
	}
	.contect img{
		margin-bottom: 12px;
	}
	.contect .click-down{
		width: 77%;
		margin: 30px auto 0;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.contect {
	    margin: -160px 0 0 -46%;
	}
}
/*# sourceMappingURL=style.css.map */