*{
	padding:0;
	margin:0;
}
body{
	position: relative;
	overflow:hidden;
	background-position:center center;
	background-size:contain;
	background-repeat: no-repeat;
	width:1080px;
	height:1920px;
}

a{text-decoration: none;color:#000;}

.footer{
	width:100%;
	height: auto;
	position: absolute;
	bottom:1rem;
	text-align: center;
	font-size:1.2rem;
	color:#4a4943;
	font-family:"黑体";
	font-weight:100;
}

.main{
	width:80%;
	height:auto;
	position:absolute;
	top:25%;
	left:-40%;
	margin-left:50%;
	overflow:hidden;
}
.main .wbox{

}
.box{
	width:35%;
	float:left;
	margin:0 7.5% 4rem;
}
.box img{
	width:100%;
}

.jd_list{
	width:80%;
	height:auto;
	position:absolute;
	top:25%;
	left:-40%;
	margin-left:50%;
	overflow:hidden;
}
.jd_list .jd_title{
	font-size:2.5rem;
	color:#7f6950;
	font-weight:bold;
	margin-bottom:4rem;
	font-family:"宋体";
}

.jd_list .jd_wbox{
	overflow: hidden;
}
.jd_list .jd_box{
	width:45.5%;
	margin-bottom:2rem;
	float:left;
}
.jd_list .jd_box:nth-child(odd){	
	margin-right:8%;
}
.jd_list .jd_box .jd_box_tit{
	font-size:1.3rem;
	color:#7f6950;
	margin-bottom:0.5rem;
	font-weight:600;
	font-family:"宋体";
}

.jd_list .jd_box .jd_box_tit{
	font-size:1.5rem;
	color:#7f6950;
	margin-top:0.5rem;
	font-weight:600;
	text-align: center;
	font-family:"宋体";
}

.jd_list .jd_box .jd_box_img{
	width:100%;
	height:15rem;
	overflow:hidden;
	background-position:center center;
	background-size:cover;
	background-repeat: no-repeat;
	border:4px solid #7f6950;
}
.jd_list .jd_box .jd_box_des{
	width:100%;
	height:3rem;
	font-size:0.9rem;
	margin-top: 0.5rem;
	overflow: hidden;
	font-family:"宋体";
	line-height:1.6rem;
}

.jd_body{
	font-size:0.9rem;
	overflow: hidden;
	font-family:"宋体";
	line-height:1.9rem;	
}
.jd_body img{
	
	max-width:100%;
}

/* 活动列表 */

.jd_list .hd_box{
	width:100%;
	overflow: hidden;
	margin-bottom:0.5rem;
}
.jd_list .hd_wbox{
	overflow: hidden;
	background-color:#fff;
	padding:5px;
}
.jd_list .hd_box .hd_box_tit{
	font-size:2rem;
	color:#7f6950;
	margin-bottom:1.5rem;
	font-weight:500;
	font-family:"微软雅黑";
}

.jd_list .hd_box .hd_box_img{
	width:40%;
	height:15rem;
	overflow:hidden;
	float: left;
	background-position:center center;
	background-size:cover;
	background-repeat: no-repeat;
}

.jd_list .hd_box .hd_box_r{
	width:58%;
	float:right;
	
}


.jd_list .hd_box .hd_box_des{
	width:100%;
	height:10rem;
	font-size:0.9rem;
	margin-top: 0.5rem;
	overflow: hidden;
	font-family:"宋体";
	line-height:1.6rem;
}

 #imageView_container {

	border: 2px solid #000;

}

#imageView_container.iv-loading {

	border: 2px solid #f00;

}

.page{
	text-align: center;
	overflow:hidden;
	margin-top:2rem;
}

.page li{
	list-style: none;
	display: inline-block;
	margin:0 1.5rem;
}
.page li a{
	background-color:#7f6950;
	color:#fff;
	padding:0.3rem 1rem;
	display:block;
}

.back{
	width:5rem;
	position: absolute;
	top:4rem;
	left:3rem;
}
.back img{
	width:100%;
}
.logo{
	width:30%;
	position: absolute;
	top:4rem;
	right:3rem;
}
.logo img{
	max-width:100%;
}