.details{
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	overflow: hidden;
}
.details>div{
	margin: 80px auto;
	width: 1200px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ccc;
}
.details>div>h4{
	text-align: center;
    margin-top: 40px;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    height: 50px;
    line-height: 12px;
}
.details>div>h4>span{
	display: block;
    margin-top: 10px;
    font-size: 10px;
}
.details>div>div{
	width: 1000px;
    margin: auto;
    margin-top: 40px;
}
.details>div>div>img{
    width: 767px;
    height: 424px;
    display: block;
    margin: auto;
}
.details>div>div>span{
	display: block;
}
.details>div>ul{
	height: 50px;
    line-height: 50px;
    width: 1000px;
    margin: auto;
    list-style: none;
}
.details>div>ul>a{
	display: inline-block;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #999;
    height: 33px;
    line-height: 33px;
    width: 82px;
    text-align: center;
    overflow: hidden;
}
.details>div>ul>a:hover{
	background-color: #ED4A4B;
	color: #fff;
}
.details>div>div>table{
    margin: auto;
}
