*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}
html,body{
    width: 100%;
	height: 100%;
}
i{
	font-style: normal;
	color: inherit;
}
a:link {
    text-decoration: none;
    color: black;
}
a {
    color: #333;
    text-decoration: none;
}
img{
	width: 100%;
	height: 100%;
	display: block;
}
.warp_banner{
    width: 100%;
    height:auto;
}
.warp_tile{
    width: 100%;
    height: 50px;
    background: #e1e1e1;
}
.warp_name{
    width: 1200px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #4a4a4a;
    margin: 0 auto;
}
.warp_con{
    width: 1200px;
    margin: 43px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.warp_person{
    width: 256px;
    margin-bottom: 50px;
    cursor: pointer;
}
.warp_img{
    width: 256px;
    height: 256px;
}
.warp_n{
    font-size: 22px;
    color: #4a4a4a;
    margin-top: 20px;
}