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: 790px;
	/*height: 62px;*/
	height: 70px;
	margin-left: 36px;
	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;
}
.item img{
	display: block;
	width: 100%;
}


.banner{
	position: relative;
	padding-top: 166px;
	padding-bottom: 175px;
}
.infor_box{
	position: absolute;
	width: 960px;
	height: 217px;
	background: url(../images/img55.png) no-repeat;
	bottom: 0;
	left: 0;
}
.infor_box a{
	display: inline-block;
	width: 300px;
	height: 217px;
	float: left;
}
.a1,.a2,.a3,.a4,.a5,.a6{
	position: absolute;
}
.a1,.a2,.a3{
	font-size:40px !important;
	color: #3b3b3b;
}
.a4,.a5,.a6{
	font-size: 20px;
	color: #7d7d7d;
	display:none;
}
.a1{
	left: 60px;
	bottom: 60px;
}
.a2{
	left: 50%;
	margin-left: -76px;
	bottom: 23px;
}
.a3{
	right: 60px;
	bottom: 60px;
}
.a4{
	left: 42px;
	bottom: 55px;
}
.a5{
	left: 50%;
	bottom: 14px;
}
.a6{
	right: 40px;
	bottom: 55px;
}


.section1{
	background: #fff;
	margin-top: 33px;
	padding-top: 24px;
}
.section1 ul{
	width: 869px;
	margin: 0 auto;
}
.section1 ul li{
	float: left;
	margin-right: 16px;
	margin-bottom: 17px;
	position: relative;
}
.section1 ul li:nth-child(2n){
	margin-right: 0;
}
.section1 ul li>a>img{
	width:422px;
	height:286px;
	display: block;
}
.infor{
	position: absolute;
	height: 95px;
	width: 100%;
	background: rgba(255,255,255,0.8);
	bottom: 0;
}
.infor img{
	float: left;
	margin-left: 13px;
	margin-right: 10px;
}
.infor .content{
	width: 328px;
	float: left;
}
.infor .content p:first-child{
	font-size: 40px;
	color: #505050;
	line-height:1;
	padding: 12.5px 0 5px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.infor .content p:last-child{
	font-size: 24px;
	color: #7d7d7d;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


.section2{
	background: #fff;
	margin-top: 33px;
}
.section2 li{
	padding: 40px 40px 28px;
	border-bottom: 1px solid #b3b3b3;
}
.section2 li:last-child{
	border-bottom: none;
}
.img_box{
	width: 379px;
	height: 253px;
	overflow: hidden;
}
.img_box img{
	display: block;
	width: 100%;
}
.content{
	width: 480px;
}
.content .p1{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 15px;
}
.content .p1 a{
	font-size: 40px;
	font-weight: bold;
	color: #5eb4b4;
}
.content .p2{
	font-size: 32px;
	color: #7d7d7d;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.5;
	margin-bottom: 15px;
}
.content .p3{
	font-size: 30px;
	color: #7d7d7d;
}