body{
	background: #ebf0f2;
	padding-bottom: 169px;
}
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: 40px;
	display: block;
	color: #505050;
}
.h_active{
	color: #5eb4b4 !important;
}


.page_ip1{
	padding-top: 166px;
}
.page_ip1 img{
	float: left;
	width: 50%;
}
.cooperate_ip2{
	margin-top: 33px;
}
.cooperate_ip2 img{
	display: block;
	width: 100%;
}
.cooperate_ip3{
	background: #fff;
	padding-left: 44px;
	padding-top: 26px;
	padding-bottom: 10px;
}
.cooperate_ip3 p:first-of-type {font-size:40px;}
.cooperate_ip3 p{
	font-size: 32px;
	color: #636262;
	margin-bottom: 10px;
}
header>a>img {
    padding-right: 100px;
}