.mainswiper {
	display: none;
	height: 100vh;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 0.2rem;
}

.mainswiperpage .swiper-pagination-bullet {
	background: #7582a0;
}

.mainswiperpage .swiper-pagination-bullet-active {
	background: #FFFFFF;
	opacity: 1;
}


/*新增内容*/

.activeswiper {
	z-index: 1;
	opacity: 1;
}

/**********************顶部导航*************************/

.topnav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/* height: 114px; */
	/* height: 0.95rem; */
	z-index: 999;
	background-color: #fff;
}

.topnavbox {
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 1640px; */
	/* height: 114px; */
	width: 13.666rem;
	height: 0.95rem;
	margin: 0 auto;
}

.topnavbox_logo {
	/* width: 152px;
											height: 50px; */
	width: 1.2666rem;
	height: 0.416rem;
	display: flex;
}

.topnavbox_logo img {
	/* width: 152px;
														height: 50px; */
	width: 1.2666rem;
	height: 0.416rem;
}

.topnavbox_nav {
	/* padding:0 60px; */
	padding: 0 0.5rem;
	display: flex;
	flex-grow: 1;
}

.topnavbox_nav_a {
	display: flex;
	flex-direction: column;
	/* padding: 0 12px; */
	padding: 0 0.125rem;
	align-items: center;
	justify-content: center;

}

.topnavbox_nav_span {
	color: #595757;
	/* font-size: 20px; */
	font-size: 0.166rem;
}

.topnavbox_nav_span_b {
	display: inline-block;
	background-color: transparent;
	/* width: 12px; */
	/* height: 2px; */
	width: 0.1rem;
	height: 2px;
}

.topnavbox_nav .active .topnavbox_nav_span {
	color: #254291;
}

.topnavbox_nav .active .topnavbox_nav_span_b {
	background-color: #254291;
}

.topnavbox_nav .actived .topnavbox_nav_span {
	color: #254291;
}

.topnavbox_nav .actived .topnavbox_nav_span_b {
	background-color: #254291;
}

.topnavbox_btn {

	width: ;
}

.topnavbox_btn_log {
	display: inline-block;
	width: 60px;
	height: 28px;
	width: 0.5rem;
	height: 0.2333rem;
	background-color: #fff;
	border: 1px solid #595757;
	border-radius: 5px;
	color: #595757;
}

.topnavbox_btn_sy {
	display: inline-block;
	margin-left: 16px;
	width: 60px;
	height: 28px;
	width: 0.5rem;
	height: 0.2333rem;
	background-color: #254291;
	border: 1px solid #254291;
	border-radius: 5px;
	color: #fff;
}

/***********************第一个幻灯片背景****************************/

/***********************第二个幻灯片背景****************************/
/* .page2 {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../images/xwzx_bg.jpg) center 0 no-repeat;
	background-size: cover;
} */

/* 第一幕 */
/*第二屏幕 第一屏幕*/

.page2_2 {
	width: 100%;
	height: 100%;
	background: url(../images/v1/xwzx_bg.jpg) no-repeat center center;
	background-size: cover;
}

.page2_2_content {
	width: 12rem;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.page2_2_box {
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	/* transform: translate(-50%, -30%); */
	transform: translate(-50%, -10%);
}

.htlinecontent .swiper-container {
	padding: 0.4rem 0;
}

.htlinecontent .swiper-slide-active {
	z-index: 99999;
}

.htlinecontent .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 0.02rem solid #fff;
}

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

.htlinecontent .swiper-slide {
	width: 6.4rem;
	height: 3rem;
}

.htlinecontentbtna {
	width: 1.1rem;
	height: 0.36rem;
	text-align: center;
	color: #fff;
	line-height: 0.36rem;
	text-align: center;
	font-size: 0.14rem;
	border-radius: 0.2rem;
	background: #3090bc;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	;
}

.brnbox {
	opacity: 0;
	transition: all 0.3s linear;
}

.htlinecontent:hover .brnbox {
	opacity: 1;
}

/***************筛选框****************/

.shaixuan_box {
	display: flex;
	/* width: 1460px; */
	width: 12.1666rem;
	margin: 0.6rem auto 0 auto;
	align-items: center;
	justify-content: space-between;
}

.shaixuan_box select {
	/* margin: 0 10px; */
	margin: 0 0.0833rem;
	flex: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: #f0f0f0;
	background-image: url(../images/v1/xiasanjiao.png);
	background-repeat: no-repeat;
	/* background-position: right 10px center; */
	background-position: right 0.0833rem center;
	cursor: pointer;
	color: #254291;
	outline: none;
	/* height: 54px; */
	height: 0.45rem;
	/* font-size: 17px; */
	font-size: 0.1416rem;
	/* padding: 0 24px; */
	padding: 0 0.2rem;
}

.shaixuan_box select:first-child {
	margin-left: 0;
}

/* 如果需要支持IE，可以添加以下样式 */
.shaixuan_box select::-ms-expand {
	display: none;
}

.keyword {
	/* margin: 0 10px; */
	margin: 0 0.0833rem;
	flex: 1;
	color: #254291;
	outline: none;
	/* height: 54px; */
	height: 0.45rem;
	/* font-size: 17px; */
	font-size: 0.1416rem;
	background-color: #f0f0f0;
	display: flex;
}

.keyword input {
	color: #254291;
	outline: none;
	border: none;
	flex: 1;
	/* height: 54px; */
	height: 0.45rem;
	/* font-size: 17px; */
	font-size: 0.1416rem;
	/* padding: 0 24px; */
	padding: 0 0.2rem;
	background-color: transparent;
}

.keyword input::placeholder {
	color: #254291;
}

.search_icon {
	/* 				width: 54px;
				height: 54px; */
	width: 0.45rem;
	height: 0.45rem;
	background-image: url(../images/v1/search_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.chongzhi_icon {
	/* margin-left: 10px; */
	margin-left: 0.0833rem;
	/* 				width: 54px;
				height: 54px; */
	width: 0.45rem;
	height: 0.45rem;
	background-color: #252d38;
	background-image: url(../images/v1/reset_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

/********************资讯列表*************************/


.zixun-box {
	display: flex;
	flex-direction: column;
	/* width: 1460px; */
	width: 12.1666rem;
	margin: 0.6rem auto 0 auto;
	align-items: center;
	justify-content: space-between;
}

.zixun-item {
	display: flex;
	/* width: 1460px; */
	width: 12.1666rem;
	background-color: #fff;
	border-bottom: 1px solid #a3a3a3;
}

.zixun-item-riqi {
	display: flex;
	padding: 0 20px;
	flex-direction: column;
	color: #595757;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
	position: relative;
	font-weight: 600;
}

.zixun-item-riqi::after {
	display: none;
	content: '';
	position: absolute;
	top: 50%;
	/* right: -12px; */
	right: -0.09rem;
	width: 0;
	height: 0;
	/* 				border-top: 12px solid transparent;
				border-bottom: 12px solid transparent;
				border-left: 12px solid #254291; */
	border-top: 0.1rem solid transparent;
	border-bottom: 0.1rem solid transparent;
	border-left: 0.1rem solid #254291;
	/* 三角形的颜色 */
	transform: translateY(-50%);
	: :after
}

.zixun-item-riqi-ri {
	/* font-size: 76.53px; */
	font-size: 0.63775rem;
}

.zixun-item-riqi-ny {
	/* font-size: 22.68px; */
	font-size: 0.189rem;
}

.zixun-item-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	/* padding: 60px 60px 20px 60px; */
	padding: 0.5rem 0.5rem 0.1666rem 0.5rem;
}

.zixun-item-body h3 {
	/* font-size: 22.68px; */
	font-size: 0.189rem;
	color: #595757;
}

.zixun-item-body p {
	/* font-size: 17px; */
	font-size: 0.1416rem;
	color: #595757;
	/* padding-top: 30px; */
	padding-top: 0.25rem;
}

.zixun-item-body-icon {
	display: flex;
	align-items: center;
	/* padding-top: 30px; */
	padding-top: 0.25rem;
}

.zixun-item-body-icon span {
	/* font-size: 14.17px; */
	font-size: 0.1180rem;
	color: #595757;
	/* padding-left: 6px; */
	padding-left: 0.05rem;
	;
}

.zixun-item-body-view,
.zixun-item-body-fenxiang {
	display: flex;
	align-items: center;
}

.zixun-item-body-fenxiang {
	margin-left: 12px;
	margin-left: 0.1rem;
	cursor: pointer;
}

.zixun-item-img {
	padding: 0.2083rem;
	display: flex;
	align-items: center;
	width: 2.9rem;
}

.zixun-item-img img {
	/* 				width: 348px;
							height: 206px; */
	width: 2.9rem;
	height: 1.7166rem;
}

/* 鼠标移上样式 */
.zixun-item:hover {
	background-color: #f0f0f0;
	border-bottom: none;
}

.zixun-item:hover .zixun-item-riqi::after {
	display: block;
}

.zixun-item:hover .zixun-item-riqi {
	background-color: #254291;
	color: #fff;
}

.zixun-item:hover .zixun-item-body h3 {
	color: #254291;
}

/*******************分页*********************/


.page_box {
	display: flex;
	/* width: 1460px; */
	width: 12.1666rem;
	margin: 0.6rem auto 0.6rem auto;
	align-items: center;
	justify-content: flex-end;
}

.page_des {
	/* font-size: 14.17px; */
	font-size: 0.1180rem;
	/* padding: 0 12px; */
	padding: 0 0.1rem;
	color: #595757;
}

.page_list {
	display: flex;
	/* align-items: center; */
}

.page_list a {
	padding: 0 6px;
	padding: 0 0.05rem;
}

/****************底部导航******************/
.footer_box {
	display: flex;
	width: 100%;
	flex-direction: column;
	padding: 0.2rem 0;
	align-items: center;
	background-color: #1a1a1a;
}

.footer_nav {
	display: flex;
	/* padding:30px 0; */
	padding: 0.25rem 0;
}

.footer_nav a {
	/* padding: 0 15px; */
	padding: 0 0.125rem;
	/* font-size: 20px; */
	font-size: 0.1666rem;
	color: #fff;
}

.footer-line {
	width: 100%;
	height: 1px;
	background-color: #cccccc;
}

.footer-text-box {
	width: 1460px;
	width: 12.1666rem;
	/* padding: 20px 0; */
	padding: 0.1666rem;
	0;
}

.footer-left {
	float: left;
}

.footer-m {
	/* margin-left: 72px; */
	margin-left: 0.6rem;
	float: left;
}

.footer-left p,
.footer-m p {
	/* 				padding: 8px 0;
				font-size: 16px; */
	padding: 0.0666rem 0;
	font-size: 0.1333rem;
	color: #cccccc;
}

.footer-left p a,
.footer-m p a {
	color: #cccccc;
}

.footer-text-box .qrcode {
	float: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer-text-box .qrcode span {
	/* font-size: 12px; */
	font-size: 0.1rem;
	font-size: 0.1rem;
	color: #cccccc;
	/* padding-top: 6px; */
	padding-top: 0.05rem;
}