body{
	background: #ebf0f2;
}
header{
	width: 960px;
	padding-top: 30px;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 111;
	font-size: 0;
}
.search{
	width: 904px;
	/*height: 62px;*/
	height: 70px;
	margin: 0 auto;
	position: relative;
}
.search img{
	position: absolute;
	left: 24px;
	top: 16px;
}
.search input{
	width: 100%;
	height: 100%;
	background: #ededed;
	font-size: 28px;
	border: 0;
	outline: 0;
	border-radius: 50px;
	padding-left: 77px;
}
.search input::-webkit-input-placeholder{
	font-size: 28px;
	color: #c1c1c1;
}
header>ul{
	display: inline-block;
}
header>ul>li{
	float: left;
	margin-right: 78px;
}
header>ul>li:nth-last-child(2){
	margin-right: 0;
}
header>ul>li a{
	line-height: 74px;
	font-size: 32px;
	display: block;
	color: #505050;
}
.h_active{
	color: #5eb4b4 !important;
}
.back{
	position: absolute;
	left: 27px;
	bottom: 16px;
}



.section1{
	padding-top: 166px;
	background: #5eb4b4;
}
.section1 .main{
	height: 328px;
	padding-top: 70px;
	background: #5eb4b4;
}
.tx{
	width: 176px;
	height: 176px;
	border: 4px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 60px;
	margin-right: 86px;
}
.tx img{
	width: 100%;
	display: block;
}
.infor{
	padding-top: 26px;
	font-size: 30px;
	color: #fff;
}
.infor p{
	margin-bottom: 20px;
	text-align: left;
}
.infor label{
	margin-right: 30px;
}


.section2{
	box-shadow: 0 10px 10px #d4d5d4 inset;
	background: #fff;
	padding-left: 95px;
	padding-top: 62px;
	padding-bottom: 82px;
}
.type{
	margin-bottom: 50px;
}
.type span{
	font-size: 30px;
	color: #2a2a2a;
	line-height: 54px;
}
.type ul{
	font-size: 0;
}
.type li{
	display: inline-block;
	font-size: 30px;
	color: #2a2a2a;
	line-height: 54px;
	margin-right: 26px;
}
.type li img{
	margin-right: 20px;
}
.jg{
	height: 54px;
	width: 614px;
	border: 0;
	border-bottom: 2px solid #000;
	outline: 0;
	font-size: 30px;
	color: #2a2a2a;
}
.date{
	height: 54px;
	width: 175px;
	border: 0;
	border-bottom: 2px solid #000;
	outline: 0;
	font-size: 30px;
	color: #2a2a2a;
	padding-left: 50px;
}
.type textarea{
	width: 614px;
	height: 235px;
	border: 2px solid #000;
	outline: 0;
	font-size: 30px;
	color: #2a2a2a;
	font-family: 'Microsoft Yahei';
	margin-top: 12px;
	padding: 5px 10px;
}
.photo{
	margin-top: 66px;
}
.photo li{
	float: left;
	margin-right: 3px;
	margin-bottom: 20px;
}
.photo li img{
	margin-bottom: 20px;
}
.photo li p{
	font-size: 22px;
	color: #2a2a2a;
}
.add{
	margin-top: 70px;
}

.sub{
	margin-top: 33px;
	background: #fff;
	padding-top: 42px;
	padding-bottom: 62px;
}
.sub input{
	height: 60px;
	width: 346px;
	background: #5eb4b4;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	outline: 0;
	border: 0;
	border-radius: 50px;
}