.photoRegion{
	position:relative;
	width:100%;
	height:500px;
	overflow:hidden;
	background:url("../images/fengjing5.jpg") 
	center center/100% no-repeat;
	margin-bottom:80px
}
.photoRegion .profile{
	position:absolute;
	top:60%;
	left:50%;
	transform:translate(-50%, -50%);
	padding:20px 10px;
	width:700px;
	height:125px;
	font-family:'黑体';
	color:#FFF;
	background:rgba(80,83,80,0.4)
}
.photoRegion .profile h2{
	font-weight:600;
	font-size:24px;
	text-align:center;
	margin-bottom:20px
}
.photoRegion .profile p{
	font-size:20px;
	text-indent:2em;
	line-height:26px
}
.SelectCard{
	width:100%;
	min-height:430px;
	margin-bottom:80px;
	background-color:#EEE
}
.SelectCard .SelectRim{
	width:1080px;
	min-height:430px;
	margin:0 auto;
	background-color:red
}
.Select{
	float:left;
	width:100%;
	min-height:400px;
	padding:15px;
	background:#EEE
}
.Select div{
	font-size:26px;
	line-height:26px;
	font-weight:400;
	border-bottom:1px dashed #AAA;
	line-height:26px;
	overflow:hidden
}
.Select div a{
	float:left
}
.Select div a::before{
	content:"★";
	font-size:22px
}
.Select div a small{
	padding-left:5px;
	font-size:18px;
	line-height:18px
}
.Select div i{
	float:right;
	width:24px;
	height:24px;
	margin-top:2px;
	background:url("../images/list/jia.png") 
	top/100% auto no-repeat
}
.Select li{
	display:none;
	padding:10px;
	min-height:20px;
	line-height:26px;
	background:#CCC;
	margin:10px 30px
}
.Select li p{
	font-size:18px
}
.Select li span{
	text-indent:2em;
	display:block;
	font-size:16px
}
.Select li img{
	width:1000px
}
.Select li .SelectSHow{
	display:block
}

.beian{
	width:100%;
	height:30px;
	line-height:30px;
	background:#8a8989
}

