.content {
	background: #fff;
}

.content .box {
	width: 1136px;
	margin-left: 23px;
	margin-top: 60px;
	padding-top: 50px;
	margin-bottom: 50px;
}

.content .box .leftbox,
.content .box .rightbox {
	float: left;
}

.content .box .rightbox {
	width: 762px;
	margin-left: 50px;
}

.content .box .rightbox p {
	margin-bottom: 20px;
	color: #555;
}

.downbtn {
	padding: 14px;
	background: #fff;
	color: #4390c6;
	border: 1px solid #4390c6;
	border-radius: 4px;
	float: right;
	margin-top: 20px;
	margin-bottom: 30px;
}

.mask{
	z-index: 9999999999999999;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.7);
	display: none;
}
.mask .offbtn{
	width: 44px;
	height: 44px;
	position: absolute;
	right: 5%;
	top: 5%;
	cursor: pointer;
	transition: all .3s;
}
.mask .offbtn:hover{
	transform: rotate(360deg);
}
.mask .offbtn img{
	width: 100%;
}
.mask .wrap{
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	width: 400px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -200px;
	
}
.mask .wrap .inputbox{
	margin: 10px 0;
}
.mask .wrap .inputbox label,
.mask .wrap .inputbox input{
	display: block;
	box-sizing: border-box;
	height: 44px;
	float: left;
	font-size: 16px;
	line-height: 44px;
	color: #333;
}
.mask .wrap .inputbox label{
	width: 80px;
	text-align: right;
	padding-right: 10px;
	
}
.mask .wrap .inputbox input{
	background: transparent;
	display: block;
	width: 260px;
	height: 44px;
	float: left;
	padding: 0 10px;
	border: none;
	border: 1px solid #ccc;
}
#tosub{
	background: #2a90f5;
	color: #fff;
	width: 120px;
	margin: 108px auto 0 auto;
	line-height: 40px;
	border: none;
	border-radius: 4px;
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
	.main {
		background: #fff;
	}
	.content {
		padding: 0;
		margin-top: 0;
	}
	.content .box {
		width: 100%;
		margin: 0;
		padding-top: 0;
	}
	.content .box .leftbox,
	.content .box .rightbox {
		float: left;
		width: 100%;
	}
	.content .box .leftbox img {
		width: 100%;
	}
	.content .box .rightbox {
		margin-left: 0;
	}
	.content .box .rightbox p {
		font-size: 0.30rem;
		line-height: 1.5;
	}
	.downbtn {
		padding: 0.3rem;
		background: #fff;
		border: 1px solid #4390c6;
		border-radius: 4px;
		float: right;
		margin-top: 0.4rem;
		margin-bottom: 0.6rem;
		font-size: 0.3rem;
	}
	.downbtn a{
		text-decoration: none;
		color: #4390c6;
	}
}