
@charset "utf-8";
a:link{text-decoration:none ; color:white ;}
a:visited {text-decoration:none ; color:white;}
a:hover {text-decoration:underline ; color:white;}
a:active {text-decoration:none ; colorwhite;}

.nhbm{
	width: 870px;
	/* min-height: 1129px; */
	margin: 0 auto;
	padding-bottom: 50px;
	box-shadow: 0 0 16px #cfcfcf;
	border-radius: 6px;
	margin-bottom: 60px;
	margin-top: 33px;
	/* padding-left: 180px; */
}

.nhbm h2 {
    font-size: 20px;
    color: #333333;
    padding-left: 108px;
    line-height: 74px;
    border-bottom: 3px solid #f3f3f3;
    /* font-weight: bold; */
}
.nhbm form {
    margin: 40px 182px 20px;
}

.nhbm .sub {
    text-align: center;
}

.nhbm .sub a {
	width: 140px;
	margin-left: 20px;
	
	border: 0;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	font-size: 18px;
	color: #1476c6;
	background: #fff;
	border: 1px solid #1476c6;
}
.nhbm .sub a:first-child {
    color: #fff;
    background: #1476c6;
    border: 1px solid #1476c6;
}
.nhbm form label {
    font-size: 18px;
    /* width: 116px; */
    color: #333333;
    font-weight: 400;
    text-align: justify;
    /* padding-left: 19px; */
	    margin-bottom: 30px;
}

.nhbm form label span {
    display: inline-block;
    width: 90px;
    text-align: justify;
    vertical-align: text-top;
    line-height: 16px;
    /* margin-top: -22px; */
}

.nhbm form label span:after {
    width: 100%;
    display: inline-block;
    content: " ";
    /* position: absolute; */
}
.nhbm form label i{
	color:#cc0000;
	margin-right: 15px;
	vertical-align: sub;
}

.nhbm form input[type=text]{
    width: 386px;
    margin: 0;
    height: 45px;
    line-height: 45px;
    background: #f0f0f0;
    border: 0;
    padding-left: 10px;
}
.nhbm form input[type=radio]{
	margin-right: 5px;
}
.nhbm form input[type=radio]+input[type=radio]{
	margin-left: 20px;
}
.nhbm form select{
	width: 386px;
	margin: 0;
	margin-left: 0px;
	height: 45px;
	border: 1px solid #444;
	/* font-size: 16px; */
	-webkit-appearance:none;
	padding-left: 20px;
	color: #6d6a6a;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	background:#fff url(../images/select.png) right 7px center no-repeat;
}
select::-ms-expand { display: none; }
.nhbm form option{
	background-color: #fff;
	color: #333;
}
.nhbm form label.yzm input{
	width: 240px;
}
.nhbm form label.yzm button{
	width: 133px;
	margin-left: 20px;
	background: #1476c6;
	border: 0;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
}
.nhbm form label.yzm input{
	width: 210px;
}
.nhbm form label.yzm button{
	width: 152px;
	margin-left: 20px;
	background: #1476c6;
	border: 0;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
}
/* .nhbm a:active{
	text-decoration: none;
} */
.nhbm.zc,
.nhbm.xz{
	margin:130px auto;
}
.nhbm.xz h2{
	border-bottom: 3px solid #1476c6;
}
.nhbm.xz .xz-button{
	margin-top: 30px;
	margin: 100px 0;
	text-align: center;
}
.nhbm.xz .xz-button a{
	transition: all .3s;
	position: relative;
	width: 200px;
	height: 60px;
	line-height: 60px;
	margin-left: 20px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: #1476c6;
	background:inherit;
	border: 1px solid #1476c6;
}

.nhbm.xz .xz-button a:hover:before {
    width: 200px;
}
.nhbm.xz .xz-button a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 60px;
    background: #1476c6;
    transition: 0.5s;
	z-index: -1;

}
.nhbm.xz .xz-button a:hover{
	color: #fff;
}
.nhbm.xz .xz-button i{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/zc.png) no-repeat;
    vertical-align: middle;
    background-size: 76%;
	margin-right: 10px;
}
.nhbm.xz .xz-button a:hover i{
	background: url(../images/zc-2.png) no-repeat;
	vertical-align: middle;
	background-size: 76%;
}
.nhbm.xz .xz-button a:last-child i{
	background: url(../images/xx.png) center 2px no-repeat;
	vertical-align: middle;
	background-size: 76%;
}
.nhbm.xz .xz-button a:last-child:hover i{
	background: url(../images/xx-2.png) center 2px no-repeat;
	vertical-align: middle;
	background-size: 76%;
}
a:hover{text-decoration:none}

@media (max-width:1200px) {
	.nhbm{
		width: 100%;
		margin-bottom: 20px;
		
	}
	.nhbm form {
	    margin: 10px;
	}
	.nhbm form label span{
		width: auto;
		    letter-spacing: 2px;
	}
	.nhbm form label.yzm span{
		margin-right: 190px;
	}
	.nhbm form label{
		width: 100%;
	}
	.nhbm form select{
		margin-left: 0;
		width: 100%;
		display: block;
	}
	.nhbm form input[type=text]{
		width: 100%;
		display: block;
	}
	.nhbm form label.yzm input{
		width: 60%;
		display: inline-block;
	}
	.nhbm form label.yzm button{
		    width: 36%;
		    margin-left: 4%;
	}
	.nhbm h2{
		padding: 0;
		text-align: center;
	}
	.nhbm.zc, .nhbm.xz {
	    margin: 20px auto;
	}
	.nhbm.xz .xz-button a{
		width: 88%;
		margin: 2%;
	}
	.nhbm .sub a{
		width: 44%;
		margin: 2%;
	}
	.nhbm .sub a+a{
/* 		margin-left: 4%; */
	} 
}