﻿@charset "utf-8";
/* CSS Document */
.swiper {
	width: 100%;
	height: 100%;
	--swiper-navigation-size: 0; /* 设置按钮大小 */
}
.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;
	position: relative;
}
.swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	/*	object-fit: cover;*/
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	/*	object-fit: cover;*/
}
.mainSwiper {
	width: 100%;
	height: auto;
}
.mainSwiper .swiper {
	width: 100%;
	height: auto;
}
.mainSwiper .swiper-slide a {
	display: block;
	width: 100%;
	height: auto;
	/*	object-fit: cover;*/
}
.mainSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 566px;
	/*	object-fit: cover;*/
}
.mainSwiper .swiper-button-prev {
	left: 26px;
}
.mainSwiper .swiper-button-next {
	right: 26px;
}
.tabSwiper {
	margin-top: 18px;
}
/*新闻动态*/
.leftPic {
	width: 405px;
	height: 304px;
	position: relative;
	z-index: 0;
}
.newsSwiper a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.newsSwiper a .pic {
	width: 100%;
	height: 100%;
}
.newsSwiper a .pic img {
	width: 100%;
	height: 100%;
}
.newsSwiper a .txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	padding: 0 10px;
	z-index: 3;
	width: 100%;
	height: 44px;
}
.newsSwiper a .txt h3 {
	width: 100%;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	color: #fefefe;
	margin-bottom: .1rem;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.newsSwiper a .txt p {
	width: 100%;
	font-size: 12px;
	color: #fefefe;
	overflow: hidden;
	margin-top: 12px;
}
.newsSwiper a:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("../img/swiper/s1-mask.png") no-repeat bottom center;
	background-size: 100% 81px;
}
.rightTxt {
	width: 289px;
	height: 304px;
	position: relative;
	z-index: 3;
}
.rightTxt ul {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgb(246, 242, 240);
	padding-left: 20px;
}
.rightTxt ul li {
	width: 100%;
	height: 76px;
	position: relative;
}
.rightTxt ul li:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: 100%;
	background: #9b7d3a;
	transition: 0.5s;
	height: 76px;
	z-index: 2;
}
.rightTxt ul li.active:after {
	left: -40px;
}
.rightTxt ul li a {
	width: 219px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #333333;
	padding-left: 25px;
	position: relative;
}
.rightTxt ul li .dot{
	width: 8px;
	height: 8px;
	background-color: var(--blue);
	border-radius: 50%;
	position: absolute;
	top: 34.5px;
	left: 0px;
	z-index: 99;
}
.rightTxt ul li.active .dot{background-color:white}
.rightTxt ul li p {
	width: 100%;
	font-size: 19px;
	line-height: 33px;
	height: 33px;
	color: #333333;
	text-align: left;
}
.rightTxt ul li time {
	width: 100%;
	display: block;
	font-size: 19px;
	color: #0a3179;
	line-height: 20px;
	height: 20px;
	text-align: left;
}
.rightTxt ul li.active p, .rightTxt ul li.active time {
	color: #fff;
	z-index: 9;
}