.home-banner{
	position: relative;
	width: 100%;
	z-index: 4;
}
.banner-img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}
.banner-icon{
	display: block;
	width: 3.63rem;
	position: absolute;
	top: 1.34rem;
	left: 50%;
	margin-left: -1.815rem;
	z-index: 10;
}
.banner-title{
	width: 100%;
	position: absolute;
	bottom: 1.2rem;
	left: 0;
	z-index: 10;
}
.banner-title .w75{
	padding: 0 2.5rem;
	zoom: 1;
}
.banner-title .w75:after{
	display: block;
	content: '';
	clear: both;
}
.banner-t01{
	float: left;
	display: block;
	width: 6.36rem;
}
.banner-t02{
	float: right;
	display: block;
	width: 6.83rem;
}
.banner-count{
	position: absolute;
	right: 0.5rem;
	bottom: 1.48rem;
	z-index: 20;
}
.banner-count h3{
	font-size: 0.26rem;
	color: #edc184;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 0.1rem;
}
.banner-count h3 span{
	position: relative;
}
.banner-count h3 span:after{
	display: block;
	content: '';
	width: 0.36rem;
	height: 3px;
	background: url(../images/count-line.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -0.42rem;
	top: 50%;
	margin-top: -1.5px;
}
.banner-count h3 span:before{
	display: block;
	content: '';
	width: 0.36rem;
	height: 3px;
	background: url(../images/count-line.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(180deg);
	position: absolute;
	left: -0.42rem;
	top: 50%;
	margin-top: -1.5px;
}
.count-down{
	display: flex;
}
.count-down span{
	width: 0.72rem;
	height: 0.72rem;
	border-radius: 0.1rem;
	background: rgba(255,255,255,0.3);
	margin-right: 0.06rem;
	font-size: 0.5rem;
	text-align: center;
	line-height: 0.72rem;
	color: #e6981e;
	/*font-weight: bold;*/
	/*background: -webkit-linear-gradient(to bottom, #efcb9c, #e6981e);
    background: linear-gradient(to bottom, #efcb9c, #e6981e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;*/
    text-shadow:
	    -1px -1px 0 #fff,  
	     1px -1px 0 #fff,
	    -1px 1px 0 #fff,
	     1px 1px 0 #fff;
}
.count-down span:last-child{
	margin-right: 0;
}

.home-news{
	background: #faf8f2;
	position: relative;
	z-index: 2;
	padding-top: 2.6rem;
	padding-bottom: 0.5rem;
	margin-top: -2.3rem;
}
.home-news .w75{
	position: relative;
	z-index: 10;
}
.home-icon-bg01{
	display: block;
	width: 4.71rem;
	position: absolute;
	left: 0.84rem;
	top: 0.48rem;
	z-index: 2;
}
.home-icon-bg02{
	display: block;
	width: 4.71rem;
	position: absolute;
	right: -1.7rem;
	bottom: 0.75rem;
	z-index: 2;
}



.home-newsBox{
	display: flex;
}
.home-newsBox-fl{
	width: 50%;
	position: relative;
}
.news-prev,.news-next{
	width: 0.4rem;
	height: 0.8rem;
	position: absolute;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 10;
	cursor: pointer;
}
.news-prev{
	left: 0;
	background: url(../images/news-jt.png) no-repeat center center #a5151b;
	background-size: 0.20rem 0.36rem;
	transform: rotate(180deg);
}
.news-next{
	right: 0;
	background: url(../images/news-jt.png) no-repeat center center #a5151b;
	background-size: 0.20rem 0.36rem;
}

.home-newsBox-fl-img{
	width: 100%;
	overflow: hidden;
}
.home-newsBox-fl-img img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.home-newsBox-fl:hover .home-newsBox-fl-img img{
	transform: scale(1.1);
}
.home-newsBox-fl-txt{
	background: #fff;
	padding: 0.16rem 0.15rem;
	position: relative;
	zoom: 1;
}
.home-newsBox-fl-txt:before{
	display: block;
	content: '';
	width: 0.13rem;
	height: 0.51rem;
	background: url(../images/h-dbx.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0.1rem;
	top: 50%;
	margin-top: -0.24rem;
}
.home-newsBox-fl-txt:after{
	display: block;
	content: '';
	clear: both;
}
.home-newsBox-fl-txt p{
	float: left;
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.38rem;
	padding-left: 0.35rem;
	width: calc(100% - 1.2rem);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition-duration: 0.3s;
}
.home-newsBox-fl-txt span{
	float: right;
	width: 1rem;
	display: block;
	font-size: 0.18rem;
	color: #333333;
	text-align: right;
	line-height: 0.38rem;
	transition-duration: 0.3s;
}
.home-newsBox-fl:hover .home-newsBox-fl-txt p{
	color: #a5151b;
}
.home-newsBox-fl:hover .home-newsBox-fl-txt span{
	color: #a5151b;
}
.home-newsBox-fr{
	width: 50%;
	padding-left: 0.08rem;
}
.home-newsBox-fr ul{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}
.home-newsBox-fr ul li{
	width: 49.5%;
	height: 49.5%;
	margin-right: 1%;
	margin-top: 1%;
	background: #fff;
	padding: 0.5rem 0.25rem 0;
	position: relative;
}
.home-newsBox-fr ul li:before{
	display: block;
	content: '';
	width: 0.13rem;
	height: 0.51rem;
	background: url(../images/h-dbx.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.home-newsBox-fr ul li:nth-child(2n){
	margin-right: 0;
}
.home-newsBox-fr ul li:nth-child(-n+2){
	margin-top: 0;
}
.home-newsBox-fr ul li p{
	font-size: 0.22rem;
	color: #333333;
	line-height: 1.6;
	margin-bottom: 0.12rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition-duration: 0.3s;
}
.home-newsBox-fr ul li span{
	display: inline-block;
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.4;
	position: relative;
	padding-left: 0.25rem;
}
.home-newsBox-fr ul li span:before{
	display: block;
	content: '';
	width: 0.2rem;
	height: 0.2rem;
	background: url(../images/time.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.1rem;
}
.home-newsBox-fr ul li a:hover p{
	color: #a5151b;
}

.home-notice{
	display: flex;
	background: #fff;
	padding: 0.1rem 0.24rem;
	margin-top: 0.6rem;
}
.mobile-title{
	display: none;
}
.pc-title{
	display: block;
}
.home-notice .home-title{
	width: 1.69rem;
	text-align: left;
	margin-bottom: 0;
}
.home-notice .home-title-info{
	width: 100%;
	margin-left: 0;
}
.home-notice-swiper{
	width: calc(100% - 1.69rem);
	padding: 0.22rem 0 0.21rem 0.3rem;
}
.noticeSwiper{
	overflow: hidden;
}
.noticeSwiper .swiper-slide{
	/*width: auto;*/
} 
.noticeSwiper .swiper-slide a{
	zoom: 1;
}
.noticeSwiper .swiper-slide a:after{
	display: block;
	content: '';
	clear: both;
}
.noticeSwiper .swiper-slide a p{
	float: left;
	width: calc(100% - 1.2rem);
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.4rem;
	position: relative;
	padding-left: 0.18rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.noticeSwiper .swiper-slide a p:before{
	display: block;
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	background: #a5151b;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.04rem;
}
.noticeSwiper .swiper-slide a span{
	float: right;
	width: 0.94rem;
	font-size: 0.18rem;
	color: #333333;
	text-align: right;
	line-height: 0.4rem;
}
.noticeSwiper .swiper-slide a:hover p{
	color: #a5151b;
}
.noticeSwiper .swiper-slide a:hover span{
	color: #a5151b;
}

.home-byc{
	margin-top: 0.2rem;
}
.home-byc ul{
	width: 100%;
	height: 3.2rem;
	display: flex;
	flex-wrap: nowrap;
}
.home-byc ul li{
	float: left;
	width: 1.16rem;
	height: 100%;
	position: relative;
	transition-duration: 1s;
}
.show-byc{
	width: calc(100% - 3.48rem) !important;
}
.home-bycBtn{
	float: right;
	width: 1.16rem;
	padding: 0.1rem 0.2rem;
	height: 100%;
	cursor: pointer;
	zoom: 1;
}
.home-bycBtn:after{
	display: block;
	content: '';
	clear: both;
}
.home-byc ul li:nth-child(1) .home-bycBtn,.home-byc ul li:nth-child(3) .home-bycBtn{
	background: url(../images/byc-bg02.jpg) no-repeat center bottom;
	background-size: cover;
}
.home-byc ul li:nth-child(2) .home-bycBtn{
	background: #d08355;
}
.home-byc ul li:nth-child(4) .home-bycBtn{
	background: #cfa26b;
}
.home-bycBtn h3{
	float: right;
	font-size: 0.2rem;
	color: #fbdfbd;
	line-height: 1.1;
	width: 0.3rem;
	text-align: center;
	font-family: 'systB';
}
.home-bycBtn h4{
	float: left;
	font-size: 0.24rem;
	color: #fbdfbd;
	line-height: 1.1;
	width: 0.34rem;
	text-align: center;
	font-family: 'systB';
}

.home-bycInfo{
	position: absolute;
	right: 1.16rem;
	top: 0;
	width: calc(100% - 1.16rem);
	height: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	overflow: hidden;
}

.home-byc ul li:nth-child(1) .home-bycInfo,.home-byc ul li:nth-child(3) .home-bycInfo{
	background: url(../images/byc-bg01.jpg) no-repeat center bottom;
	background-size: cover;
}
.home-byc ul li:nth-child(2) .home-bycInfo{
	background: #d08355;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.home-byc ul li:nth-child(4) .home-bycInfo{
	background: #cfa26b;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.bycInfo-txt{
	display: inline-block;
}
.bycInfo-txt h3{
	font-size: 0.36rem;
	color: #fbdfbd;
	text-align: center;
	font-family: 'systB';
	line-height: 1.4;
	white-space: nowrap;
}

.news-more{
	display: block;
	margin: 0.3rem auto 0;
	width: 1.8rem;
	height: 0.6rem;
	border-radius: 0.1rem;
	border: 1px solid #a5151b;
	font-size: 0.24rem;
	color: #a5151b;
	text-align: center;
	line-height: 0.6rem;
	transition-duration: 0.3s;
}
.news-more:hover{
	background: #a5151b;
	color: #fff;
}

.home-yqkd{
	padding-top: 0.45rem;
	padding-bottom: 0.7rem;
	background: url(../images/kd-bg.png) no-repeat center bottom #fff;
}

.home-yqkd-box{
	position: relative;
}
.yqkdSwiper{
	overflow: hidden;
}
.yqkd-img{
	width: 100%;
	overflow: hidden;
}
.yqkd-img img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.yqkdSwiper .swiper-slide:hover .yqkd-img img{
	transform: scale(1.1);
}
.yqkd-info{
	padding: 0.15rem 0;
	display: flex;
}
.yqkd-date{
	width: 1.04rem;
}
.yqkd-date span{
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 0.34rem;
}
.yqkd-date span:nth-child(1){
	font-size: 0.24rem;
	background: #cfa26b;
}
.yqkd-date span:nth-child(2){
	font-size: 0.2rem;
	background: #be0000;
}
.yqkd-txt{
	width: calc(100% - 1.04rem);
	padding: 0 0.25rem;
	height: 0.68rem;
	display: flex !important;
	align-items: center;
}
.yqkd-txt p{
	width: 100%;
	font-size: 0.24rem;
	color: #333333;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition-duration: 0.3s;
}
.yqkdSwiper .swiper-slide:hover .yqkd-txt p{
	color: #a5151b;
}
.yqkd-next,.yqkd-prev{
	display: block;
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -0.23rem;
	cursor: pointer;
	transition-duration: 0.3s;
}
.yqkd-next{
	right: -0.76rem;
	background: url(../images/yqkd-jt01.png) no-repeat center center rgba(0,0,0,0.09);
	background-size: 0.13rem 0.18rem;
	transform: rotate(180deg);
}
.yqkd-next:hover{
	background: url(../images/yqkd-jt02.png) no-repeat center center #a5151b;
	background-size: 0.13rem 0.18rem;
}
.yqkd-prev{
	left: -0.76rem;
	background: url(../images/yqkd-jt01.png) no-repeat center center rgba(0,0,0,0.09);
	background-size: 0.13rem 0.18rem;
}
.yqkd-prev:hover{
	background: url(../images/yqkd-jt02.png) no-repeat center center #a5151b;
	background-size: 0.13rem 0.18rem;
}

.home-history{
	padding-top: 0.35rem;
	background: #fff;
}
.history-box{
	display: flex;
	width: 100%;
	height: 7.23rem;
}
.history-box-fl{
	width: 24.0625%;
	height: 100%;
	position: relative;
}
.history-box-fl img{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.history-box-fr{
	width: 75.9375%;
	height: 100%;
	background: url(../images/history-bg02.jpg) no-repeat center center;
	background-size: cover;
	padding: 0.8rem 0 0.6rem 1.2rem;
	position: relative;
}
.historySwiper{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.history-info{
	width: 100%;
	height: 100%;
	padding-top: 0.4rem;
}
.historySwiper .swiper-slide:nth-child(even) .history-info{
	padding-top: 0;
}
.history-date{
	text-align: center;
	margin-bottom: 0.25rem;
}
.date-time{
	display: inline-flex;
}
.date-time span:nth-child(1){
	font-size: 0.48rem;
	color: #ffffff;
	font-family: 'systB';
	line-height: 0.54rem;
}
.date-time span:nth-child(2){
	font-size: 0.24rem;
	color: #ffffff;
	font-family: 'systB';
	line-height: 0.28rem;
	margin-top: 0.22rem;
	margin-left: 0.05rem;
}
.history-img{
	width: 100%;
	padding: 0.15rem;
	border-radius: 0.1rem;
	background: url(../images/lsfz-bg.png) no-repeat center center;
	background-size: cover;
	margin-bottom: 0.2rem;
}
.history-img img{
	display: block;
	width: 100%;
	box-shadow: 0px 3px 6px 0px #333;
}
.history-txt{
	font-size: 0.23rem;
	color: #fff;
	font-family: 'syhtB';
	line-height: 1.4;
	text-align: center;
}
/*.history-contorl{
	position: absolute;
	width: 56%;
	padding: 0 0.11rem;
	bottom: 0.3rem;
	right: 0;
}
.history-contorl:before{
	display: block;
	content: '';
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	border: 1px solid #efcb9c;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.05rem;
}
.history-contorl:after{
	display: block;
	content: '';
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	border: 1px solid #efcb9c;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.05rem;
}
.history-contorl .swiper-pagination{
	position: relative;
	width: 100%;
	height: 2px !important;
	background: rgba(239,203,156,0.5);
	z-index: 5;
}
.history-contorl .swiper-pagination-progressbar-fill{
	background: rgba(239,203,156,1) !important;
}
.history-button{
	display: flex;
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 50%;
	background: #cfa26b;
	position: absolute;
	left: 0.64rem;
	top: 50%;
	margin-top: -0.22rem;
	z-index: 10;
}
.history-prev,.history-next{
	width: 50%;
	height: 100%;
	cursor: pointer;
	position: relative;
}
.history-prev:before{
	display: block;
	content: '';
	width: 0.09rem;
	height: 0.13rem;
	background: url(../images/ls-jt01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0.04rem;
	top: 50%;
	margin-top: -0.065rem;
}

.history-next:before{
	display: block;
	content: '';
	width: 0.09rem;
	height: 0.13rem;
	background: url(../images/ls-jt02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0.04rem;
	top: 50%;
	margin-top: -0.065rem;
}*/
.swiper-pagination{
	display: none;
}
.history-prev,.history-next{
	width: 0.4rem;
    height: 0.8rem;
    position: absolute;
    top: 50%;
    margin-top: -0.4rem;
    z-index: 10;
    cursor: pointer;
}
.history-prev{
	left: 0.8rem;
    background: url(../images/news-jt.png) no-repeat center center rgba(165,21,27,0.3);
    background-size: 0.20rem 0.36rem;
    transform: rotate(180deg);
}
.history-prev:hover{
	background: url(../images/news-jt.png) no-repeat center center rgba(165,21,27,1);
    background-size: 0.20rem 0.36rem;
}
.history-next{
	right: 0;
    background: url(../images/news-jt.png) no-repeat center center rgba(165,21,27,0.3);
    background-size: 0.20rem 0.36rem;
}
.history-next:hover{
	background: url(../images/news-jt.png) no-repeat center center rgba(165,21,27,1);
    background-size: 0.20rem 0.36rem;
}

.home-impression{
	overflow: hidden;
	padding-top: 1.26rem;
	padding-bottom: 1.8rem;
	position: relative;
}
.home-impression-swiper{
	position: relative;
	padding-bottom: 0.45rem;
	margin-bottom: 0.6rem;
}
.impressionSwiper{
	width: 100%;
	height: 3.9rem;
	overflow: hidden;
	padding-left: 1.55rem;
}
.move{
	padding-left: 1.55rem;
}
.impressionSwiper .swiper-slide{
	width: 4.2rem;
}
.impressionSwiper .swiper-slide-active{
	width: 5.75rem;
}
.impressionSwiper .swiper-slide .impression-video{
	width: 4.2rem;
	position: absolute;
	bottom: 0;
	left: 0%;
	transition-duration: 0.5s;
	overflow: hidden;
}
.impressionSwiper .swiper-slide-active .impression-video{
	width: 5.75rem;
}
.home-impression-swiper .swiper-pagination{
	width: 5.75rem !important;
	height: 0.06rem !important;
	border-radius: 0.06rem !important;
	top: auto !important;
	bottom: 0 !important;
	left: 50% !important;
	transform: translateX(-50%);
	/*margin-left: ;*/
	overflow: hidden;
}
.home-impression-swiper .swiper-pagination-progressbar-fill{
	background: #d23918 !important;
}
.video-img{
	display: block;
	width: 100%;
	object-fit: cover;
	position: relative;
	z-index: 4;
}
.play-btn{
	display: block;
	width: 0.59rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 6;
}
.impression-video p{
	display: block;
	width: 100%;
	padding: 0.2rem 0.1rem;
	font-size: 0.24rem;
	color: #fff;
	line-height: 1.4;
	background:-moz-linear-gradient(bottom,rgba(0,0,0,0.8),rgba(0,0,0,0));  
    background:-webkit-linear-gradient(bottom,rgba(0,0,0,0.8),rgba(0,0,0,0));   
    background: -o-linear-gradient(bottom,rgba(0,0,0,0.8),rgba(0,0,0,0)); 
    background: -ms-linear-gradient(bottom,rgba(0,0,0,0.8),rgba(0,0,0,0)); 
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); 
	text-align: center;
	font-family: 'syhtB';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 8;
}
.home-impression .home-icon-bg01{
	top: auto;
	left: -0.84rem;
	bottom: 0;
}
.home-impression .home-icon-bg02{
	bottom: auto;
	top: -1.2rem;
}
@media only screen and (max-width: 1450px) {
    
}

@media only screen and (max-width: 1366px) {

}
@media only screen and (max-width: 1088px) {
   
}

@media only screen and (max-width: 820px) {
  .home-banner{
  	margin-top: 55px;
  	height: 400px;
  }
  .banner-img{
  	max-width: initial;
  	position: absolute;
  	top: 0;
  	left: 50%;
  	transform: translateX(-50%);
  	height: 100%;
  	width: auto;
  }
  .banner-icon{
  	width: 2.4rem;
  	top: 30px;
  	margin-left: -1.2rem;
  }
  .banner-title{
  	top: 150px;
  	bottom: auto;
  }
  .banner-title .w75{
  	padding: 0;
  }
  .banner-t01{
  	width: 44%;
  }
  .banner-t02{
  	width: 49%;
  }
  .banner-count{
  	right: auto;
  	left: 50%;
  	transform: translateX(-50%);
  	bottom:115px;
  }
  .banner-count h3{
  	font-size: 16px;
  }
  .home-icon-bg01{
  	width: 2.71rem;
  	left: -0.1rem;
  }
  .home-icon-bg02{
  	width: 2.71rem;
  	right: -0.1rem;
  }
  .home-newsBox{
  	display: block;
  }
  .home-newsBox-fl{
  	width: 100%;
  }
  .home-newsBox-fl-txt{
  	padding: 10px 5px;
  }
  .home-newsBox-fl-txt p{
  	width: calc(100% - 90px);
   	font-size: 16px;
   	line-height: 30px;
   }
   .home-newsBox-fl-txt span{
   	width: 90px;
   	font-size: 14px;
   	line-height: 30px;
   }
   .home-newsBox-fr{
   	width: 100%;
   	margin-top: 10px;
   }
   .home-newsBox-fr ul li{
   	width: 100%;
   	height: auto;
   	padding: 30px 15px 20px;
   	margin-right: 0;
   	margin-top: 0;
   	margin-bottom: 10px;
   }
   .home-newsBox-fr ul li p{
   	font-size: 16px;
   }
   .home-newsBox-fr ul li span{
   	font-size: 14px;
   	padding-left: 20px;
   }
   .home-newsBox-fr ul li span:before{
   	width: 14px;
    height: 14px;
    margin-top: -7px;
   }
   .home-notice{
   	display: block;
   	padding: 20px 10px;
   }
   .mobile-title{
		display: block;
	}
	.pc-title{
		display: none;
	}
	.home-notice .home-title{
		width: 100%;
		text-align: center;
		margin-bottom: 0.36rem;
	}
	.home-notice-swiper{
		width: 100%;
		padding: 0;
	}
	.noticeSwiper .swiper-slide a p{
		width: calc(100% - 90px);
	   	font-size: 16px;
	   	line-height: 30px;
	}
	.noticeSwiper .swiper-slide a span{
		width: 90px;
	   	font-size: 14px;
	   	line-height: 30px;
	}
	.home-byc ul{
		display: block;
		height: auto;
	}
	.home-byc ul li{
		width: 100% !important;
	}
	.home-bycBtn{
		width: 100%;
		padding: 15px 10px;
	}
	.home-bycBtn h3{
		float: none;
		width: 100%;
		font-size: 18px;
		line-height: 1.4;
	}
	.home-bycBtn h4{
		float: none;
		width: 100%;
		font-size: 20px;
		line-height: 1.4;
	}
	.home-bycInfo{
		position: relative;
		width: 100%;
		height: auto;
		right: 0;
		top: 0;
		padding: 20px 10px;
		display: none;
	}
	.home-byc ul li:nth-child(1) .home-bycInfo{
		display: block;
	}
	.bycInfo-txt{
		display: block;
	}
	.bycInfo-txt h3{
		font-size: 16px;
	}
	.home-byc ul li:nth-child(2) .home-bycInfo,.home-byc ul li:nth-child(4) .home-bycInfo{
		border-right: none;
	}
	.home-byc ul li:nth-child(4) .home-bycInfo{
		border-top: 1px solid #cfa26b;
	}
	.news-more{
		width: 94px;
		height: 32px;
		font-size: 16px;
		line-height: 32px;
		margin-top: 30px;
	}
	.home-yqkd{
		padding-bottom: 20px;
	}
	.home-yqkd-box{
		padding-bottom: 40px;
	}
	.yqkd-date{
		width: 80px;
	}
	.yqkd-date span{
		line-height: 28px;
	}
	.yqkd-date span:nth-child(1){
		font-size: 16px;
	}
	.yqkd-date span:nth-child(2){
		font-size: 14px;
	}
	.yqkd-txt{
		width: calc(100% - 80px);
		padding: 0 10px;
		height: 56px;
	}
	.yqkd-txt p{
		font-size: 16px;
	}
	.yqkd-next, .yqkd-prev{
		width: 36px;
		height: 36px;
		top: auto;
		bottom: 0;
		margin-top: 0;
		background-size:9px 14px !important;
	}
	.yqkd-prev{
		left: 35%;
	}
	.yqkd-next{
		right: 35%;
	}
	.history-box{
		display: block;
		height: auto;
	}
	.history-box-fl{
		display: none;
	}
	.history-box-fr{
		width: 100%;
		height: auto;
		padding: 20px 10px 60px;
	}
	.history-txt{
		font-size: 16px;
	}
	.date-time span:nth-child(2){
		font-size: 16px;
	}
	.history-info{
		padding-top: 0;
	}
	.history-contorl{
		position: relative;
		bottom: 0;
		width: 100%;
		margin-top: 40px;
	}
	.history-button{
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}
	.history-prev:before{
		width: 9px;
		height: 13px;
		margin-top: -6.5px;
	}
	.history-next:before{
		width: 9px;
		height: 13px;
		margin-top: -6.5px;
	}
	.impressionSwiper{
		padding: 0;
		height: auto;
	}
	.impressionSwiper .swiper-slide .impression-video{
		width: 100% !important;
		position: relative;
	}
	.impression-video p{
		font-size: 16px;
	}
	.play-btn{
		width: 44px;
	}
}




