textarea {
    resize: none;
}
.top {
	width: 100%;
	height: 450px;
	background: url(../images/m1.png) no-repeat top center;
	background-size: 100% 100%;
	margin-bottom: 42px;
	text-align: right;
	padding-right: 13px;
	padding-top: 45px;
	box-sizing: border-box;
}
.top div {
	text-align: right;
	margin-top: 20px;
}
.top div a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 168px;
	height: 45px;
	line-height: 45px;
	background: #c41714;
}
.photo {
	width: 273.25px;
	height: 288px;
	background-size: cover;
	cursor: pointer;
}
.photo:hover .name {
	background: #c41714;
}
.photo .name {
	background: #949599;
	color: #fff;
	height: 30px;
	line-height: 30px;
	float: right;
	width: 120px;
	text-align: center;
	margin-top: 258px;
}
.middle {
	margin-bottom: 44px;
}
.middle li {
	position: relative;
	float: left;
	margin-bottom: 23px;
}
.middle li:not(:nth-child(4n)) {
	margin-right: 41px;
}
.middle li .wrap {
	display: none;
	position: absolute;
	top: 311px;
	left: 0;
	width: 1216px;
	height: 247px;
	padding: 37px 20px;
	box-sizing: border-box;
}
.middle li .wrap .name {
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 18px;
}
.middle li .wrap .name .sub_name {
	margin-right: 30px;
}
.middle li .wrap .content {
	padding-left: 125px;
	padding-top: 20px;
}
.bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 247px;
	background: #f5f5f5;
}

form {
	margin: 50px 0 150px;
}
label span {
	color: #d16160;
}
form textarea {
	width: 100%;
	height: 100px;
	padding: 5px 15px;
}
form label, .label {
	height: 50px;
	line-height: 50px;
}
form input[type="radio"] {
	margin-right: 20px;
}
form input[type="text"] {
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	text-indent: 15px;
	width: 100%;
}
form input.name,form label.name {
	display: inline-block;
	width: 260px;
	margin-right: 50px;
}
form .button {
	width: 100%;
	margin: 80px 0 20px;
	text-align: center;
}
form .button input {
	margin-right: 60px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #c41714;
	color: #fff;
	border: 1px solid #c41714;
	border-radius: 10px;
	cursor: pointer;
}
form .button div {
	display: inline-block;
	line-height: 50px;
	cursor: pointer;
}