select {	/*取消默认箭头开始*/	appearance: none;	-moz-appearance: none;	-webkit-appearance: none;	/*取消默认箭头结束*/	border: none;	width: 60px;	font-size: 14px;	color: #666;	text-align-last: center;	/* 文本居中*/	background: url(../images/xljt.png) no-repeat right 0rem center;}/*下拉后箭头*/select:focus {	background: url(../images/sljt.png) no-repeat right 0rem center;}/*修改option*/option::-ms-expand {	display: none;}option {	-moz-appearance: none;	/* Firefox */	-webkit-appearance: none;	/* Safari 和 Chrome */	appearance: none;}/* --背景色字体颜色--*/option:hover {	color: #fff;	background-color: #1E90FF;}

.perd{
	width: 100%;
	height: 0.5rem;
	background: rgba(0,0,0,0.3);
	box-sizing: border-box;
	padding-left: 0.2rem;
	margin-top: -0.5rem;
	position: relative;
	z-index: 9;
}
.perd a{
	font-size: 0.18rem;
	line-height: 0.5rem;
	color: #ffffff;
}
.newsBner .swiper-button-next{
	background: url(../images/an_y.png) no-repeat;
	width: 35px;
}
.newsBner .swiper-button-prev{
	width: 35px;
	background: url(../images/an_z.png) no-repeat;
}
.newsTion{
	width: 14% !important;
	left: auto !important;
	right: 0%;
	bottom: 4% !important;
}
.newsTion .swiper-pagination-bullet{
	background: white;
	width: 9px;
	height: 9px;
	opacity:1;
}
.newsTion .swiper-pagination-bullet-active{
	background: #ef350c;
}
.swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}