/*æ¡ˆä¾‹Css*/
.container{
	margin-top:0;
}
.container .main{
	margin-top:20px;
}
.container .main .main_list li{
    float:left;
    width:17.5%;
    height:90px;
    margin-left:3%;
    margin-top:40px;
    margin-bottom:50px;
}
.container .main .main_list li .pic {
	width: 100%;
	position: relative;
}
.container .main .main_list li .pic img{
	position: absolute;
	top: 0;
	left:0;
	bottom:0;
	right:0;
	margin: auto;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
.container .main .main_list li:nth-child(5n+1){
	margin-left:0;
}
.detail_title{
	margin-top:40px;
}
.detail_img{
	margin-top:20px;
	text-align:center;
}