/*.wrapIn{
	background: #fff;
	padding: 0 40px;
	box-sizing: border-box;
}*/
.homeLoan{
	background: #fff;
	padding: 0 40px;
	box-sizing: border-box;
}
.homeLoan_title{
	
	background: url(../images/jztop.png) no-repeat  right center;
}
.homeLoan_title h3{
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	line-height: 100px;
}
.homeLoan_title p{
	font-size: 16px;
	line-height: 30px;
	padding-left: 20px;
}
.line_1{
	margin-top: 50px;
	border-bottom: 1px solid #e0e0e0;
}

/*表单*/
.survey_center {
    width: 100%;
    padding-top: 14px;
    line-height: 32px;
    font-size: 14px;
}
.survey_center li {
    margin-bottom: 25px;
}
.survey_center li h4 {
    position: relative;
    font-weight: normal;
}
.survey_center li h4 span {
    position: absolute;
    left: -8px;
    top: 3px;
    color: red;
}
.survey_center li div {
    padding-left: 15px;
}
.ovh {
    overflow: hidden;
}
.survey_center li div p {
    float: left;
    margin-right: 40px;
}
.survey_center li p span {
    background: url(../images/ico/select.png) no-repeat left center;
    display: inline-block;
    margin-top: -5px;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}
.survey_center li p span.cur2 {
    background-image: url(../images/ico/selected.png);
}
/*.survey_center li.li_rate div p {
    float: none;
}*/
.survey_center li.li_rate{
	height: 32px;
}
.survey_center li.li_rate h4 {
    float: left;
    width: 130px;
}
.survey_center li.li_rate input {
    float: left;
    width: 250px;
    height: 30px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #dedede;
}
.num {
	margin-top: 20px;
}
.num span{
	width: 93px;
	display: inline-block;
	padding-left: 22px;
}
.num input {
    width: 250px;
    height: 30px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
}
.num b{
	font-weight: normal;
	margin-left: 20px;
	line-height: 32px;
	color: red;
	/*display: none;*/
}
.hide{display: none;}
.survey_center li.li_rates div p span {
    width: 17px;
    height: 14px;
    background: url(../images/ico/1_1.png) no-repeat left center;
}
.survey_center li.li_rates div p span.cur3 {
    background-image: url(../images/ico/2.png);
}
.survey_center li div p input.input_box {
    width: 180px;
    height: 30px;
    border: 1px solid #dedede;
    margin-left: 10px;
}

.survey_center li.textarea div {
    position: relative;
    margin-top: 10px;
}
.survey_center li.textarea div textarea {
    width: 490px;
    height: 120px;
    border: 1px solid #0066b3;
    padding-left: 10px;
    max-width: 800px;
    max-height: 234px;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px ;
    resize: auto;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 微软雅黑;
}
.survey_bottom .submit a, .survey_center .submit a {
    width: 80px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    background: #0066b3;
    border-radius: 5px;
    float: left;
    margin-right: 28px;
}


.survey_bottom {
    width: 960px;
    height: 104px;
    background: url(../images/ico/jzvt.png) no-repeat center bottom;
    margin-top: -25px;
    z-index: 1;
    position: relative;
    padding-top: 5px;
    
	margin-bottom: 100px;
}


/*弹窗*/
.dark_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(../images/opacity_bg1.png);
    z-index: 1000000;
    display: none;
}
.dark_bg .open_box {
    width: 480px;
    height: 250px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -240px;
    top: 50%;
    margin-top: -125px;
}
.open_box h3 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 20px;
    color: #fff;
    background: #0066b3;
    font-weight: normal;
    text-align: center;
}

.open_box p {
    line-height: 150px;
    height: 150px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.open_box div {
    height: 60px;
    background: #eee;
    text-align: center;
}
.open_box div a {
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #0066b3;
    border-radius: 5px;
    display: inline-block;
    /*float: right;*/
    /*margin-right: 24px;*/
    margin-top: 10px;
    font-size: 16px;
}
.num i{
	position: absolute;
	left: 145px;
	top: 1px;
	font-style: normal;
}

