.seizeat{
	width: 100%;
	height: 100px;
}
.content{
	max-width: 1180px;
	min-height: 500px;
	margin: 0 auto;
}
.content .titleinfo{
	font-size: 20px;
    margin: 35px 0 0 0;
    font-weight: 700;
    border-bottom: 1px dashed #cbcbcb;
    padding-bottom: 15px;
	text-align: center;
}
.content .fbandly{
	font-size: 15px;
    margin-top: 10px;
    color: #666;
}
.content .items{
	max-width: 1180px;
	text-align: center;
}
 .items .tiemItem{
	margin-right: 30px;
}
.content .infomation{
	margin-top: 20px;
	width: 100%;
	height: 100%;
}
.footer{
	margin-top: 60px;
	width: 100%;
	height: 140px;
	background-color: #cb0401;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer .info{
	color: #fff;
    font-size: 14px;
    text-align: center;
	line-height: 40px;
}