body{
	background: #fff;
}
header{
	width: 960px;
	padding-top: 30px;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 111;
	font-size: 0;
	border-bottom: 1px solid #b4b4b4;
}
.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: 36px;
	display: block;
	color: #505050;
}
.h_active{
	color: #5eb4b4 !important;
}
.back{
	position: absolute;
	left: 27px;
	bottom: 16px;
}


.section2{
	background: #fff;
	padding: 166px 40px 0;
}
.section2 .title{
	font-size: 30px;
	color: #2a2a2a;
	padding-top: 60px;
	margin-bottom: 60px;
}
.section2 .title span{
	color: #7d7d7d;
	margin-right: 40px;
}
.photo li{
	float: left;
	margin-right: 3px;
	margin-bottom: 60px;
	width: 290px;
}
.photo li:nth-child(3n){
	margin-right: 0;
}
.photo li div{
	width: 100%;
	height: 290px;
	overflow: hidden;
	margin-bottom: 18px;
}
.photo li img{
	width: 100%;
	display: block;
}
.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: 28px;
	font-weight: bold;
	outline: 0;
	border: 0;
	border-radius: 50px;
}


.section3{
	padding-top: 216px;
}
.input{
	height: 100px;
	line-height: 100px;
	font-size: 28px;
	color: #2a2a2a;
	position: relative;
	padding-left: 40px;
	padding-right: 90px;
	background: #fff;
}
.input input{
	width: 600px;
	height: 100%;
	outline: 0;
	border: 0;
	font-size: 28px;
	color: #2a2a2a;
}
.input img{
	position: absolute;
	right: 40px;
	top: 33px;
}
.text{
	padding: 40px 40px 0;
	margin-top: 33px;
	background: #fff;
}
textarea{
	width: 100%;
	height: 240px;
	line-height: 60px;
	background: url(../images/img117.jpg);
	outline: 0;
	border: 0;
	font-size: 28px;
	color: #2a2a2a;
	font-family: 'Microsoft Yahei';
	margin-bottom: 40px;
}
.sub3{
    margin-top: 33px;
    background: #fff;
    padding-top: 42px;
    padding-bottom: 62px;
}
.sub3 input {
    height: 60px;
    width: 346px;
    background: #5eb4b4;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    outline: 0;
    border: 0;
    border-radius: 50px;
}