html,body{
    height: 100%;
    overflow-x: hidden;
}
body{
	margin: 0;
	padding: 0;
    border: 0;
    background: url(../img/jkglszcbg.jpg) no-repeat;
    background-size: cover;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{color:#bfbfbf;}/* 使用webkit内核的浏览器 */
input:-moz-placeholder,textarea:-moz-placeholder,select:-moz-placeholder{color:#bfbfbf;}/* Firefox版本4-18 */
input::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{color:#bfbfbf;}/* Firefox版本19+ */
input:-ms-input-placeholder,textarea:-ms-input-placeholder,select:-ms-input-placeholder{color:#bfbfbf;}/* IE浏览器 */
.bg img{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.content{
	width: 64%;
    height: 74%;
    margin: 5% auto 0;
    background: #fcfcfc;
    border-radius: 10px;
    padding: 3%;
}
div.bg{
    display: none;
}
.content_tit{
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}
.zc_content h1{
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 36px;
	color: #585858;
	font-weight: 700;
}
.line{
	width: 20px;
	border-top: 2px solid #1e75c9;
	margin: -1px;
}
.sfxx{
	width: 50%;
	height: 100px;
	border: 1px solid #585858;
	position: absolute;
	margin-top: 5%;
	margin-left: 18.9%;
}
.tb{
	text-align: center;
	font-size: 20px;
	color: #585858;
	margin: 5% 0 3%;
}
.con_inp,.con_inp2{
	width: 56%;
	margin: 20px auto;
}
.zc_content input{
	width: 100%;
	height: 50px;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	padding: 0 0 0 8px;
    font-size: 16px;
}
.zc_content input:focus {
	outline: 1px solid #e8e8e8;
}
.hx{
	font-size: 16px;
	color: #595959;
	margin: 14px 0 30px;
}
.hx img{
	margin: 4px;
}
.hqyzm{
	height: 22px;
    border-left: 1px solid #ebebeb;
    position: absolute;
    right: 0;
    top: 15px;
    padding: 0 20px;
}
.hqyzm a{
	text-decoration: none;
}
.hqyzm p{
	margin: 0;
	text-align: center;
	color: #62b4e8;
}
.con_inp2 input{
	/* margin-top: 40px; */
}
.jkgls_btn{
	width: 200px;
	height: 50px;
	margin: 80px auto;
}
.jkgls_btn button{
	width: 100%;
	height: 50px;
	border-radius: 4px;
	background-color: #62b4e8;
	font-size: 16px;
	color: #fff;
	border: #62b4e8;
	cursor: pointer;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .zc_content{
        background-color: #fcfcfc;
    }
}