.page_wrap {
    padding-top: 1.3rem;
}
.header_top{
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1);
}
.bread{
	padding: 0.47rem 0 0.52rem;
}
.inform{
	background: #F5F5F5;
	padding-bottom: 0.8rem;
}
.inform_img{
	width: 0.53rem;
	height: 0.53rem;
	background: #FFFFFF;
	box-shadow: 3px 5px 10px 1px rgba(0,0,0,0.16);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 50%;
	margin: auto;
	cursor: pointer;
}
.inform_img img{
	width: 0.26rem !important;
	height: 0.26rem !important;
}
.inform_img img:nth-of-type(2){
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
.inform .mySwiper p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 600;
	font-size: 0.18rem;
	color: #000000;
	margin-top: 0.15rem;
	text-align: center;
	cursor: pointer;
}
.n_news_cont{
	display: none;
}
.content_wrap .active{
	display: block;
}


.inform .swiper {
      width: 100%;
      height: 100%;
    }

    .inform .swiper-slide {
      /* display: flex;
      justify-content: center;
      align-items: center; */
	  display: block !important;
    }

    .inform .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .inform .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
	  width: 94%;
    }

    .inform .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .inform .mySwiper2 {
      height: 80%;
      width: 100%;
      padding-top: .49rem;
    }

    .inform .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .inform .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
    }
    .inform .mySwiper .swiper-slide:hover .inform_img,
    .inform .mySwiper .swiper-slide-thumb-active .inform_img{
      background: #DC000C;
    }
    
    .inform .mySwiper .swiper-slide:hover .inform_img img:nth-of-type(2),
	.inform .mySwiper .swiper-slide-thumb-active .inform_img img:nth-of-type(2){
		opacity: 1;
	}
	.inform .mySwiper .swiper-slide:hover .inform_img img:nth-of-type(1),
	.inform .mySwiper .swiper-slide-thumb-active .inform_img img:nth-of-type(1){
		opacity: 0;
	}

    .inform .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.inform .swiper-button-next,.inform .swiper-button-prev{
	width: 0.3rem !important;
	height: 0.3rem !important;
}
.inform .swiper-button-next{
	top: 0.5rem !important;
	    bottom: auto !important;
	    right: -0.4rem !important;
	    left: auto !important;
}
.inform .swiper-button-prev{
	top: 0.5rem !important;
	    bottom: auto !important;
	    left: -0.4rem !important;
	    right: auto !important;
}
.inform .swiper-button-next:after, .inform .swiper-button-prev:after{
	width: auto;
	height: auto;
	font-size: 0.14rem !important;
}
.inform .swiper-button-next.swiper-button-disabled, .inform .swiper-button-prev.swiper-button-disabled{
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}
.inform .swiper-button-next.swiper-button-disabled::after, .inform .swiper-button-prev.swiper-button-disabled::after{
	color: #DDDDDD;
}

.swiperb{
	padding: 0 0.3rem 0.3rem 0.3rem;
	overflow: hidden;
}
.swipert{
	overflow: hidden;
	/*padding-bottom: 0.49rem;*/
}
.inform_list{
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.1);
	padding: 0.57rem 0.5rem 1rem;
}
.inform_top{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.3rem;
	color: #000000;
	text-align: center;
}
.inform_bottom{
	margin-top: 0.33rem;
}
.inform_c:nth-of-type(1){
	border-top: 1px solid #EBEBEB;
}
.inform_li_p{
	flex: 0 0 11.62%;
	height: 0.6rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.2rem;
	color: #000000;
	line-height: 0.6rem;
	text-align: center;
	border-bottom: 1px solid #EBEBEB;
}
.red{
	background: #FFF2F3;
	font-size: 0.18rem;
	color: #DC000C;
}
.pre{
	flex: 0 0 7%;
	background: #F8F8F8;
}
.pre_last{
	background: transparent;
	position: relative;
}
.pre_last::after {
    content: "";
    position: absolute;
    top: 0.28rem;
    left: -0.04rem;
    background: #EBEBEB;
    width: .95rem;
    height: 0.01rem;
    transform: rotate(38deg);
}
.pre_first{
	color: #8D8D8D;
	position: relative;
}
.pre_first::after{
	content: "";
	position: absolute;
	top: 0.28rem;
	    left: -0.04rem;
	    background: #EBEBEB;
	    width: 1.62rem;
	    height: 0.01rem;
	    transform: rotate(21deg);
}
.pre_first p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.2rem;
	color: #8D8D8D;
	line-height: initial;
}
.pre_first p:nth-of-type(1){
	position: absolute;
	right: 0.15rem;
	top: 0.08rem;
}
.pre_first p:nth-of-type(2){
	position: absolute;
	left: 0.15rem;
	bottom: 0.08rem;
}
.pre_last2{
	font-size: 0.18rem;
	color: #C7C7C7;
	position: relative;
	cursor: pointer;
	transition: all .3s;
}
.pre_last2:hover{
    background: #DC000C;
    color: #fff;
}
.pre_cont{
	position: absolute;
	top: 0;
	right: 0.94rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2);
	border-radius: 10px 10px 10px 10px;
	width: 2.78rem;
	height: 2.78rem;
	display: none;
	z-index: 1;
}
.pre_last2:hover .pre_cont{
	display: block;
}
.pre_ewm{
	max-width: 1.96rem;
	max-height: 1.96rem;
	margin: auto;
	margin-top: 0.25rem;
}
.pre_cont p{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.18rem;
	color: #555555;
	text-align: center;
	margin-top: 0.04rem;
	line-height: initial;
}
.pre_close{
	width: 0.13rem !important;
	height: 0.13rem !important;
	position: absolute;
	top: 0.18rem;
	right: 0.18rem;
}
.inform .max-width{
	width: 86%;
}
.mySwiper .swiper-slide{
	position: relative;
}
.mySwiper .swiper-slide::after{
	content:"";
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translate(-50%,0);
	width: 0;
	height: 0;
	border-top: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 12px solid #ffffff;
	opacity: 0;
}
.inform .mySwiper .swiper-slide-thumb-active::after{
	opacity: 1;
}