@charset "utf-8";
/* CSS Document */
.regard{
	font-size: 24px;
	color: #156bb6;
	margin-top: 40px
}
.other-wrap .details{
	width: 100%;
}
.single-page{
    background: #f9f3e8;
    padding: 50px;
}
label{
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
	padding: 0px 20px;
	float: left;
	width: 100%
}
label.half{
	width: 50%;
}
label p{
    width: 100px;
    float: left;
    text-align: left;
    font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #156BB6;
	line-height: 36px;
}
label p span{
	color: red
}
label img{
    margin-left: 30px;
    margin-top: 10px
}
p.form-title{
    float: none;
    margin-right: 0px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #842B00;
    width: 100%
}
form{
    max-width: 100%;
	background: #F2F6FA;
	padding: 35px 20px;
	border-radius: 20px;
	margin-top: 30px;
}
form input,form textarea,form select{
    background: #fff;
    border-radius: 8px;
    padding: 5px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #444;
}
form input,form select,form textarea{
    float: right;
	width: calc(100% - 100px);
    height: 40px;
}
form textarea{
    height: 150px
}
form input[type="file"]{
	background: none;
	height:auto;
	padding:0;
	line-height:40px
}
form input[type="file"]::file-selector-button{
	padding: 10px 40px;
	background: #044B8A;
	display: block;
	float: left;
	color: #FFFFFF;
	border-radius: 10px;
	margin-right: 10px;
	border:none;
	cursor: pointer;
}
.provinceTarget,.cityTarget{
    width: 48%;
    display: block;
    float: left
}
.cityTarget{
    margin-left: 4%;
}
#dwlx{
    width: 100%;
}
#kpzygxssfa{
    width: 100%;
    height: 115px;
    padding: 10px;
}
textarea::placeholder,input::placeholder{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #777;
}
.textarea-count{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #D6B87D;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.zxly_sub{
    font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
    width: 355px;
    height: 46px;
    background: #044B8A;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 33px;
	border-radius: 10px;
}
.blank{
    padding: 25px;
    border: 1px solid #D6B87D;
    margin-top: 33px
}
.blank .form-title{
    margin-bottom: 30px
}
.blank p:last-child{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #842B00;
    line-height: 30px;
}
.blank label p{
    font-weight: 400;
}
.blank label{
    margin-top: 13px;
}
input.zxly_yzm_txt{
    width: 20%;
    float: left
}
.blank label .right{
    width: 491px;
}
.scfj{
	padding: 10px 40px;
	background: #044B8A;
	display: block;
	float: left;
	color: #FFFFFF;
	border-radius: 10px;
	margin-right: 10px
}
.ztxs{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #777777;
	line-height: 40px;
}
.right p.tips{
	color: #842B00;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	margin-top: 10px;
}
.right .span_desc{
    color: #842B00;
	font-size: 16px;
    margin-left: 15px;
    line-height: 36px;
    font-weight: 400;
}
@media(max-width:1199px){
    label p{
        float: none;
    }
	label.half{
		width: 100%;
	}
	form input,form select,form textarea{
		width: 100%;
		float: none;
	}
    .right{
        float: none;
        width: 100%;
    }
}
@media(max-width:991px){
    .single-page{
        padding: 15px;
    }
    .content-menu.people-menu li{
        width: 48%
    }
    .blank{
        padding: 15px;
        margin-top: 15px;
    }
    label{
		margin-bottom: 15px
    }
}
.banner-box{
	position: relative
}
.banner-box h1{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 38px;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0px;
	background: linear-gradient(0deg, #000000 0%, rgba(0,0,0,0) 15%);
	padding: 100px 0px;
	z-index: 99;
}