.search{
	display: flex;
	align-items: center;
	color: #666;
	padding-bottom: 4px;
}
.search font{
	margin-left: 10px;
	margin-right: 5px;
	flex-shrink: 0;
}
.search .layui-input{
    height: 32px;
}
.search a{
	display: flex;
	width: 68px;
	height: 24px;
	border-radius: 16px;
	border:1px solid #ccc;
	align-items: center;
	justify-content: center;
	color: #666;
	margin-left: 30px;
}
.search img{
	display: flex;
	width: 12px;
	height: 12px;
	margin-left: 4px;
}
#banner-1{
	width: 1200px;
	margin:0 auto;
	margin-top: 20px;
}
#banner-1 a{
	display: flex;
}
#banner-1 img{
	display: flex;
	width: 1200px;
	height: 450px;
	border-radius: 8px;
}
.banner-2{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.banner-2 a:nth-child(1){
	margin-left: 0;
}
.banner-2 a{
	display: flex;
	margin-left: 15px;
}
.banner-2 img{
	display: flex;
	width: 228px;
	height: 100px;
	border-radius: 6px;
}
.title{
	width: 1200px;
	margin: 0 auto;
	border-bottom: 4px solid #FE5723;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.title h1{
	position: relative;
	background: #FE5723;
	padding-left: 13px;
	height: 36px;
	display: flex;
	align-items: center;
	padding-top: 4px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding-right: 61px;
}
.title h1 span{
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top:18px solid #f8f8f8;
	border-right:18px solid #f8f8f8;
	border-left:18px solid transparent;
	border-bottom:18px solid transparent;
}
.title h1 img{
	display: flex;
	width: 14px;
	height: 14px;
	margin-right: 3px;
}
.list-main{
	display: flex;
	width: 1200px;
	margin:0 auto;
	margin-top: 20px;
	justify-content: space-between;
}
.list-1{
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	width: 374px;
	height: 246px;
}
.list-1 img{
	display: flex;
	width: 374px;
	height: 246px;
}
.list-1 .p{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.6);
	color: #fff;
	height: 66px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:0 20px;
}
.list-1 h1{
	font-weight: normal;
	font-size: 18px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-1 font{
	font-size: 16px;
	margin-top: 6px;
}
.list-2{
	width: 374px;
}
.list-2 a:nth-child(1){
	margin-top: 0;
}
.list-2 a{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.list-2 i{
	display: flex;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #ccc;
	margin-right: 8px;
}
.list-2 p{
	width: 1px;
	flex-grow: 1;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 16px;
	color: #333;
	margin-right: 20px;
}
.list-2 font{
	color: #999;
}
.list-3{
	width: 325px;
}
.list-3 a:nth-child(1){
	margin-top: 0;
}
.list-3 a{
	display: flex;
	margin-top: 12px;
}
.list-3 img{
	display: flex;
	width: 120px;
	height: 74px;
	border-radius: 6px;
	margin-right: 10px;
}
.list-3 .p{
	width: 1px;
	flex-grow: 1;
}
.list-3 h1{
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #333;
	font-size: 18px;
	font-weight: normal;
}
.list-3 font{
	display: flex;
	align-items: center;
	color: #999;
	font-size: 16px;
	margin-top: 14px;
}
.list-3 font img{
	display: flex;
	width: 16px;
	height: 16px;
	border-radius: 0;
	margin-right: 5px;
}
.company{
	width: 1200px;
	margin:0 auto;
	margin-top: 48px;
	display: flex;
	align-items: flex-start;
}
.company .left{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	color: #fff;
	width: 120px;
	font-size: 20px;
	background: #FE5723;
	height: 88px;
}
.list-4{
	flex-grow: 1;
	align-items: flex-start;
	width: 1px;
	display: flex;
	flex-wrap: wrap;
}
.list-4 a:nth-child(-n+4){
	margin-top: 0;
}
.list-4 a{
	display: flex;
	align-items: center;
	margin-left: 20px;
	width: 250px;
	margin-top: 20px;
	height: 16px;
}
.list-4 i{
	display: flex;
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 100%;
	margin-right: 8px;
}
.list-4 p{
	flex-grow: 1;
	width: 1px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #333;
	font-size: 16px;
}
.list-5{
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	margin-top: 30px;
}
.list-5 a:nth-child(-n+2){
	margin-top: 0;
}
.list-5 a{
	display: flex;
	align-items: center;
	width: 580px;
	margin-top: 24px;
}
.list-5 i{
	border-radius: 100%;
	background: #ccc;
	width: 6px;
	height: 6px;
	margin-right: 8px;
}
.list-5 p{
	color: #333;
	font-size: 16px;
	width: 297px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-5 span{
	color: #999;
	width:1px;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-5 font{
	color: #999;
}
#page-5{
	padding:0;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.layui-laypage{
    margin: 0;
}
.layui-laypage a, .layui-laypage span{
    margin: 0;
}