body{
	background-color: #85cbfa;
}
/* 登陆样式 */
.dl-box{
	width: 1368px;
	height: 720px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -360px;
	margin-left: -684px;
	background-color: #FFFFFF;
	box-shadow: 0 0 20px -10px #656565;

}
.dl-box .bgc{
	width: 950px;
	height: 100%;
	background: url(../images/dl-bg.png) no-repeat;
	background-position: center 100%;
	float: left;
	box-shadow: 0 0 25px -10px #042873;
}
.dl-box .content{
	width: 400px;
	height: 100%;
	float: right;
	padding: 0 75px;
	box-sizing: border-box;

}
.dl-box .content .img-box{
	margin: 80px 0;
	text-align: center;
}
.dl-box .content h2{
	position: relative;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 50px;
}
.dl-box .content h2:before{
	content: "";
	width: 65px;
	height: 0;
	border-top: 5px solid #006cff;
	position: absolute;
	top: -30px;
	left: 0;
	
}
input{
	 background:no-repeat 0 0 scroll ＃EEEEEE;
 border:none;
 outline:medium;
}
.content .phone,.mima,.duanxin,.qmima,.mm,.zc-phone{
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #e4e4e4;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.mima{
	margin-bottom: 0;
}

.content form input{
	width: 85%;
	margin-left: 5%;
}
.tiaozhuan{
	width: 100%;
	padding: 10px 0;
}
.zc{
	float: left;
	color: #006CFF;
	font-size: 14px;
	font-weight: bold;
}
.wj{
	float: right;
	font-size: 14px;
	font-weight: bold;
}
.dl{
	width: 230px;
	height: 50px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 60px;
	border-radius: 4px;
	border: none;
	letter-spacing: 10px;
	color: #FFFFFF;
	background-color: #197aff;
}

/* 登陆样式结束 */

.zc-bgc{
	width: 292px;
	height: 100%;
	background: url(../images/z-bg.png) no-repeat;
	background-position: center;
	float: left;
}
.zc-content{
	width: 1000px;
	height: 100%;
	float: right;
	padding: 0 75px;
	box-sizing: border-box;
	text-align: center;
}
.zc-content h2{
	font-size: 44px;
	font-weight: bold;
	margin: 80px 0;
}
.duanxin{
	width: 400px;
	position: relative;
}
.duanxin img{
}
.duanxin input{
	width: 200px;
}
.duanxin button{
	width: 140px;
	height: 30px;
	border-radius: 4px;
	background-color: #006CFF;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
}
.zc-content .phone,.mm,.duanxin,.qmima{
	width: 400px;
	margin-bottom: 30px;
}
.zc-content .imgs{
	display: inline-block;
	width: 20px;
	text-align: center;
	margin-right: 10px;
}
.zc-content form{
	width: 400px;
	margin: 0 auto;
	text-align: left;
}
.tiao{
	
}
.tiao a{
	font-size: 16px;
	color: #b2b2b2;
	margin-left: 25px;
}
.check_box{ display:inline-block; position:relative;}

.check_box label{ width:16px; height:16px; position:absolute; top:0; left:0; border:2px solid #cacaca; border-radius:50%; background:#fff; cursor:pointer;}


.check_box label:after{ content:''; width:8px; height:4px; position:absolute; top:4px; left:3px; display: none; border:2px solid #cacaca; border-top:none; border-right:none; opacity:0.4; transform:rotate(-45deg); /*-webkit-transform:rotate(-45deg);*/}

.check_box input:checked + label{ border:2px solid #006CFF;background-color: #006CFF;}

.check_box input:checked + label:after{ opacity:1; border:2px solid #FFFFFF; border-top:none; border-right:none;display: block;}

#check_2{
	display: none;
}
/* 提示框文字的样式 */
input::-webkit-input-placeholder{
	color: #b2b2b2;
	font-size: 16px;
}
input:-moz-placeholder { color: #b2b2b2;
	font-size: 16px; } 
	.xieyi{
		transition: all 0.5s;
	}
	.xieyi:hover{
		color: #006CFF;
	}