* {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	border:0;
}
.wrap {
	width: 100%;
	height: auto;/*
	border: 1px saddlebrown solid;
	*/
}
.center {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/*´óÍ¼,begin*/
.center .biglist {
	width: 100% !important;
	max-width:100%;
	height: 930px;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	margin-top: 80px;
	position:relative;
	overflow:hidden;
}
.center .biglist ul {
	position:absolute;
	left:0;
	top:0;
}
.center .biglist ul li {
	float:left;
	text-align:center
}
.center .biglist ul li img {
	width:1600px;
	height:auto;
	overflow:hidden;
	max-width:100%;
	justify-content:space-between;
	align-content:space-between;
	align-items:center;
}
/*´óÍ¼,end*/
.center .show_dec {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background-color: #292B5B;
	text-align: center;
	font-family: PingFangSC-Semibold;
	color: #FFFFFF;
}
.center .show_dec p:nth-child(1) {
 font-size: 30px;
 margin-top: 120px;
 margin-bottom: 10px;
}
 .center .show_dec p:nth-child(2) {
 font-size: 18px;
}
.center .box {
	width: 120px;
	height: 930px;
	position: absolute;
	top: 80px;
	right: 30px;
}
.center .box .cki img {
	width: 25px;
	height: 14px;
}
.center .box .smalllist {
	width: 120px;
	height: 780px;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	flex-flow: wrap;
	overflow: hidden;
}
.center .box .smalllist li {
	width: 120px;
	height: 70px;
	margin-bottom:8px;
}
.center .box .smalllist li img {
	width: 118px;
	height: 68px;
}

.center .box .smalllist li.on {
	border:1px solid red;
	padding:0;
}
.center .box .prev_btn1 {
	width: 120px;
	height: 32px;
	background: #231917;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top:5px;
	margin-bottom:5px;
}
.center .box .next_btn1 {
	width: 120px;
	height: 32px;
	background: #231917;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top:5px;
	margin-bottom:5px;
}
.nav .list ul li:nth-child(4) a {
 color: #C6010D;
}
.mhc {
	background:#000;
	width:100%;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(Opacity=50);
	position:absolute;
	left:0;
	top:0;
	display:none;
}
