*{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
i ,b,em{
    font-style: normal;
}
li{
  list-style: none;
}
body{
  font-family: "微软雅黑";
}
img{
  border:0;
}
.bespread{
	width: 100%;
	display: block;
	margin-bottom: 46px;
}
.wrapper{
	width: 1200px;
	margin:0 auto 0;
}
.noticebox{
	border:1px solid #9479b8;
	box-sizing: border-box;
	position: relative;
	padding:12px 0;
	margin-bottom: 72px;
}
.noticebox .swiper-container{
	width: 1030px;
	margin:0 auto;
	height: 200px;
}
.noticebox .swiper-slide{
	border:1px solid #9479b8;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.noticebox .swiper-button-next, .swiper-button-prev{
	width: 73px!important;
	height: 200px!important;
	background: #ec4ca4;
	top: 12px!important;
	margin-top: 0!important;
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	line-height: 200px;
	text-align: center;
}
.noticebox .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 0!important;
	background-image: none!important;
}
.noticebox .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 0!important;
	background-image: none!important;
}
.viewimg{
	width: 100%;
	height: 100%;
	display: block;
}
.addr_date{
	position: absolute;
	top: 75px;
	text-align: center;
	width: 100%;
}
.addr{
	font-weight: bold;
	font-size: 26px;
	color: #e4007d;
}
.date{
	font-size: 18px;
	color: #e4007d;
}
.soon{
	width: 97px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #e4007d;
	display: inline-block;
	border-radius: 25px;
	position: absolute;
	bottom:20px;
	right: 15px;
}
.areatitle{
	margin-bottom: 30px;
}
.areatitle span{
	display: inline-block;
	width: 210px;
	color: #000;
	font-size: 28px;
	position: relative;
	padding-left: 25px;
	box-sizing: border-box;
}
.areatitle span::after{
	content: '';
	display: inline-block;
	width: 8px;height: 35px;
	background: #e4007d;
	position: absolute;
	top: 0;
	left: 0;
}
.label{
	float: right;
    vertical-align: middle;
    margin-top: 12px;
}
.project_intro{
	margin-bottom: 72px;
}
.project_intro p{
	font-size: 18px;
	color: #000;
	line-height: 35px;
	text-indent: 38px;
}
.livingbox{
	margin-bottom: 72px;
	overflow: hidden;
}
.living_video{
	width: 548px;
	height: 256px;
	float: left;
	margin-left: 24px;
	position: relative;
	cursor: pointer;
}
.living_video video{
	display: block;
	width: 100%;
	height: 100%;
}
.living_addr_date{
	position: absolute;
	top: 100px;
	text-align: center;
	width: 100%;
}
.living_addr{
	font-weight: bold;
	font-size: 40px;
	color: #e4007d;
}
.living_date{
	font-size: 25px;
	color: #e4007d;
}
.shadow{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;top: 0;
	background: rgba(0,0,0,.3);
}
.play{
	position: absolute;
	left: 50%;top: 50%;
	margin-left: -46px;
	margin-top: -46px;
}
.living_info{
	float: left;
	padding:0 50px 0 54px;
	box-sizing: border-box;
    width: 628px;
}
.info_word{
	float: left;
	margin-top: 80px;
	width: 310px;
}
.info_soon {
    width: 177px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #e4007d;
    display: inline-block;
    border-radius: 25px;
}
.info_date{
	font-size: 24px;
	color: #000;
	margin-bottom: 30px;
}
.livingcode{
    float: right;
}
.livingcode_img{
	padding:12px;
    border: 1px solid #9479b8;
    border-radius: 5px;
    width: 142px;
    margin:0 auto 25px;
}
.livingcode_img img{
	display: block;
	width: 100%;
}
.livingcode p{
	text-align: center;
	color: #000;
	font-size: 20px;
}
.recorded{
    border: 1px solid #9479b8;
    box-sizing: border-box;
    padding:24px 24px 0;
    overflow: hidden;
    margin-bottom: 42px;
}
.recordedlist{
	float: left;
	margin-right: 30px;
	margin-bottom: 24px;
	width: 363px;
	height: 216px;
	position: relative;
	cursor: pointer;
}
.recordedlist:nth-child(3n){
	margin-right: 0;
}
.recordedlist video{
	display: block;
	width: 100%;
	height: 100%;
}
.recorded_addr_date{
    position: absolute;
    top: 130px;
    text-align: center;
    width: 100%;
}.recorded_addr {
    font-weight: bold;
    font-size: 21px;
    color: #3c2673;
}.recorded_date {
    font-size: 14px;
    color: #3c2673;
}.recordedplay {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 62px;
    margin-left: -31px;
    margin-top: -31px;
}
.lubo{
	position: absolute;
	left: 0;
	top: 0;
}
.recordedcode{
	margin:0 auto 70px;
	width: 290px;
}
.recordedcode_img {
    padding: 12px;
    border: 1px solid #9479b8;
    border-radius: 5px;
    width: 142px;
    margin: 0 auto 25px;
}.recordedcode_img img {
    display: block;
    width: 100%;
}.recordedcode p {
    text-align: center;
    color: #000;
    font-size: 20px;
}