@charset "utf-8";
/* Pbolck-01 */
#Pbolck-01 {
	position: relative;
	width: 1184px;
	height:558px;
	margin-left: auto;
	margin-right:auto;
}

#Pbolck-01 .swiper-container {
	padding-bottom: 60px;
}

#Pbolck-01 .swiper-slide {
	width: 900px;
	height: 569px;
	background: #000;
	box-shadow: 0 8px 30px #4f0103;
}
#Pbolck-01 .swiper-slide img{
	display:block;
	width:900px;
	height:506px;
	opacity: 0.4;
}
#Pbolck-01 .swiper-slide-active img,#Pbolck-01, .swiper-slide-active  p span{opacity: 1;}
#Pbolck-01 .swiper-slide p {
	font-size:18px;
	padding-top:20px;
	text-align: center;
	
	font-size: 1.1em;
	background-image: linear-gradient(to top, #d51518 0%, #900205 100%);
	height:63px;
	position:relative;
	opacity: 0.8;
}
#Pbolck-01 .swiper-slide p span{ color:#fff;opacity: 0.1;}
/* #Pbolck-01  .swiper-slide p:after{ position:absolute;display:block;bottom:63px; left:0px;width:600px; height:90px;content: "";background-image: linear-gradient(to top, rgb(199, 23, 30, 1), rgb(199, 23, 30, 0));} */

#Pbolck-01 .swiper-button-prev, #Pbolck03 .swiper-button-prev {
width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #c7171e center 50%/50% 50% no-repeat;
	opacity: 0.5;
	background-size:20px;
	cursor: pointer;
    top: 40%;
}

#Pbolck-01 .swiper-button-prev:hover,#Pbolck03 .swiper-button-prev:hover,#Pbolck-01 .swiper-button-next:hover  {
opacity: 0.8;
}

#Pbolck-01 .swiper-button-next, #Pbolck03 .swiper-button-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #c7171e center 50%/50% 50% no-repeat;
	opacity: 0.5;
	background-size:20px;
	cursor: pointer;
    top: 40%;
}




#Pbolck-01{height: 569px;}
#Pbolck-01 .swiper-slide {width: 900px;height: 569px;background: #000;}
#Pbolck-01 .swiper-slide img{	width:900px;	height:506px;}
#Pbolck-01 .swiper-button-next, #Pbolck03 .swiper-button-next,#Pbolck-01 .swiper-button-prev, #Pbolck03 .swiper-button-prev {top:45%;}
#Pbolck-01  .swiper-slide-active img, #Pbolck-01 .swiper-slide-active  p, #Pbolck-01 .swiper-slide-active  p span{opacity: 1;}








/* slide-picr01 */
.slide-pic01 {
	position: relative;
	width: 120rem;width: 100%;
	margin: 0 auto;
	display: block;
}
.slide-pic01 .swiper-container {
	padding-bottom: 6rem;
}
.slide-pic01 .swiper-slide {
	/*width: 52rem;height: 41rem;---5��*/
	width: 90rem;	height: 57rem;/*---3��*/
	overflow: hidden;
	background: #000;
 box-shadow: 0 .2rem 2rem #333;
}
.slide-pic01 .swiper-slide img {
	display: block;
	/*width: 52rem;	height: 34.7rem;---5��*/
	width: 90rem;	height: 51rem;/*---3��*/
	transition: all 0.5s;
	opacity: 0.2;
}
.slide-pic01 .swiper-slide a:hover img {
	transform: scale(1.02);
}
.slide-pic01 .swiper-slide p {
	height: 6.3rem;
	font-size: 1.6rem;
	display: flex;
	color: #fff;
	align-items: center;
	padding: 0 1rem;
	background-image: linear-gradient(to top, #000 0%, #333 100%);
}
.slide-pic01 .swiper-slide em {
	display: block;
	position: absolute;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	background-color: #000;
	background-size: 80% 80%;
	z-index: 100;
	opacity: .7;
	/*top: 13rem;	left: 22rem;---5��*/
	top:20rem;	left:40rem;/*---3��*/
}
.slide-pic01 .swiper-slide p span {
	opacity: 0.2;
}
.slide-pic01 .swiper-slide-active img, .slide-pic01 .swiper-slide-active p, .slide-pic01 .swiper-slide-active p span {
	opacity: 1;
}
.slide-pic01 .maskl {
    background-image: linear-gradient(to right, rgba(256,256,256, 1), rgba(256,256,256, 0));
    left: 0px;
}
.slide-pic01 .maskr {
    background-image: linear-gradient(to left, rgba(256,256,256, 1), rgba(256,256,256, 0));
    right: 0px;
}
.slide-pic01 .maskl, .slide-pic01 .maskr {
    position: absolute;
    display: block;
    bottom: 0px;
    width: 80px;
    height: 100%;
    z-index: 9;
}
.slide-pic01 .swiper-pagination {
	width: 100%;
	bottom: 2rem;
}
.slide-pic01 .swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0 .5rem;
 border: .3rem solid #fff;
	background-color: #d5d5d5;
	width: 1rem;
	height: 1rem;
	opacity: 1;
}
.slide-pic01 .swiper-pagination-bullets .swiper-pagination-bullet-active {
 border: .3rem solid #00aadc;
	background-color: #fff;
}
.slide-pic01 .swiper-button-prev, .slide-pic01 .swiper-button-next {
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	opacity: 0.5;
	background-size: 20px;
	cursor: pointer;
	top: 40%;
	background-color: #00aadc;
}
.slide-pic01 .swiper-button-prev:hover, .slide-pic01 .swiper-button-next:hover {
	opacity: 0.8;
}