@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration: none;
}
body{
	margin:0;
	padding:0;
	font:12px "微软雅黑",arial;
	background:#fff;
	margin: 0 auto;
}

ul, ol, li {
    list-style: none;
}
img {
    border: 0 none;
}

/*wrapper*/
.wrapper{
	width: 100%;
	height: auto;
	min-height: 590px;
	overflow: hidden;
	background: #fff;
}


.banner{
	width: 100%;
	height: 552px;
	margin: 0 auto;
	overflow: hidden;
	display: block;		
}
.advertising{
	width: 1170px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
	display: block;		
}
.ad-title{
    border-bottom: 1px solid #d60000;
    line-height: 48px;
    height: 48px;
}
.ad-title a {
    float: right;
    padding-right: 36px;
    color: #373737;
    font-size: 18px;
}
.ad-title span {
    background: #d60000;
    padding: 0 20px;
    font-size: 24px;
    display: inline-block;
    color: #fff;
}



.ad-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ad-list ul li {
    margin-top: 20px;
}
.ad-list li img {
	width: 225px;
    height: 400px;
    display: block;
}


.person li img {
	width: 276px;
    height: 387px;
    display: block;
}

.official li img {
	width: 180px;
    height: 273px;
    display: block;
}

.footer {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 90px 0;
    box-sizing: border-box;
}
.w1170 {
    margin: 0 auto;
    width: 1170px;
}
.footer p {
    font-size: 18px;
    color: #555;
    line-height: 30px;
    text-align: center;
}