/*位置*/
.wz_Box{
	width: 100%;
	min-width: 1200px;
	background-color: #f7f7f7;
	padding: 50px 0 40px;
}
.wz_box{
	width: 1200px;
	margin: 0px auto;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wz_title{
	position: relative;
}
.wz_title p{
	font-size: 28px;
	color: #cd0000;
	position: absolute;
	top: 0;
	left: 0;
}
.wz_title h2{
	font-size: 50px;
	color: #f2f2f2;
	text-indent: 25px;
}
.wz_div{
	display: flex;
	align-items: center;
}
.wz_div a{
	font-size: 14px;
	color: #666;
}
.wz_div a:last-child{
	color: #cd0000;
}
.wz_div span{
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

/*新闻轮播*/
.xw_box{
	width: 100%;
	min-width: 1200px;
	background-color: #f7f7f7;
	padding: 44px 0 76px;
}
.xw_centent{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.xw_lunbo{
	width: 1110px;
	height: 412px;
	background-color: #fff;
}
.xw_lunbo .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.xw_img{
	width: 468px;
	height: 309px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 52px 0 0 34px;
}
.xw_text{
	width: 500px;
	height: 309px;
	overflow: hidden;
	margin: 52px 60px 0 0;
	position: relative;
}
.xw_up{
	width: 68px;
	text-align: center;
	margin-bottom: 37px;
}
.xw_up h2{
	font-size: 22px;
	color: #fff;
	line-height: 38px;
	background-color: #cd0000;
	border-top-right-radius: 10px;
	behavior: url(pie/PIE.htc);

}
.xw_up p{
	font-size: 14px;
	color: #fff;
	line-height: 21px;
	background-color: #88010c;
	border-bottom-left-radius: 10px;
	behavior: url(pie/PIE.htc);
}
.xw_title{
	font-size: 24px;
	color: #333;
	padding-bottom: 25px;
}
.xw_p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.xw_link{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 87px;
	line-height: 26px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.xw_link:hover{
	background-color: #cd0000;
	color: #fff;
}
.xw_centent .swiper-button-prev{
	width: 30px !important;
	height: 10px !important;
	background-image: url(../images/ny2_21.png) !important;
	background-size: 30px 10px !important;
	background-position: center !important; 
}
.xw_centent .swiper-button-next{
	width: 30px !important;
	height: 10px !important;
	background-image: url(../images/ny2_22.png) !important;
	background-size: 30px 10px !important;
	background-position: center !important; 
}
.xw_centent .swiper-pagination{
	width: 1200px;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
}
.xw_centent .swiper-pagination span{
	margin: 0 9px;
	opacity: 1;
	background-color: #999;
}
.xw_centent .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #cd0000;
}

.swiper-pagination6{
	text-align: center;
}
.swiper-pagination6 .swiper-pagination-switch{
width: 9px;
height: 9px;
border-radius: 50%;
behavior: url(pie/PIE.htc);
display: inline-block;
}
.swiper-pagination6 .swiper-active-switch{
	background-color: #cd0000 !important;
}
/*新闻列表*/
.news_box{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 65px;
}
.news_tab{
	display: flex;
	justify-content: space-between;
}
.news_tab a{
	width: 398px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #b6b6b6;
}
.news_style{
	background-color: #cd0000 !important;
}
.news_hide{
	display: none;
}
.news_show{
	display: block;
}
.news_ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
}
.news_li{
	width: 571px;
	display: flex;
	padding: 18px 16px 23px 13px;
	margin-bottom: 30px;
}
.news_date{
	width: 68px;
	margin-right: 19px;
	text-align: center;
}
.news_date h2{
	font-size: 22px;
	color: #fff;
	line-height: 38px;
	background-color: #cd0000;
	border-top-right-radius: 10px;
	behavior: url(pie/PIE.htc);
}
.news_date p{
	font-size: 14px;
	color: #fff;
	line-height: 21px;
	background-color: #88010c;
	border-bottom-left-radius: 10px;
	behavior: url(pie/PIE.htc);
}
.news_img{
	width: 195px;
	height: 134px;
	margin-right: 17px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news_text{
	width: 272px;
	position: relative;
}
.news_text_p1{
	font-size: 16px;
	color: #666;
	padding-bottom: 20px;
}
.news_text_p2{
	font-size: 14px;
	color: #666;
}
.news_text_img{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 33px;
	height: 11px;
	background-image: url(../images/ny2_20.png);
	background-repeat: no-repeat;
	background-position: center;
}
.news_li:hover{
	background-color: #f0f0f0;
}
.news_li:hover .news_text p a{
	color: #cd0000 !important;
}
.news_li:hover .news_text_img{
	background-image: url(../images/ny2_22.png);
}

.news_page{
	display: flex;
	justify-content: center;
	margin-top: 75px;
}
.news_page li{
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	color: #fff;
	margin: 0 1px;
	background-color: #ccc;
}
.news_page li a{
	color: inherit;
}
.news_page_style{
	background-color: #cd0000 !important;
}

.arrow-left6{
	width: 30px !important;
	height: 10px !important;
	background-image: url(../images/ny2_21.png) !important;
	background-size: 30px 10px !important;
	background-position: center !important; 
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:0;
	cursor: pointer;
}
.arrow-right6{
	width: 30px !important;
	height: 10px !important;
	background-image: url(../images/ny2_22.png) !important;
	background-size: 30px 10px !important;
	background-position: center !important; 
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:0;
	cursor: pointer;
}
.xw_centent .swiper-pagination{
	width: 1200px;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
}