.lkJGHl {
	padding-top: 48px;
	margin-top: 64px;
	width: 100%;
	height: 483px;
	background: url("/static/images/original.jpg") center center / cover no-repeat;
}
.hHDKtb {
	background: url("/static/images/original3.jpg") center top / 100% no-repeat, right center rgb(238, 240, 246);
	background-position: center top, right center;
}
.ivnJYH {
	background: url("/static/images/original4.jpg") center top / 100% no-repeat, right center rgb(238, 240, 246);
	background-position: center top, right center;
}
.iXBbut {
	font-size: 16px;
	color: rgb(21, 35, 65);
}
.bysySj img {
	width: 60px;
	height: 60px;
}
.bysySj {
	display: flex;
	margin-bottom: 18px;
}
.siderBar {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.siderBar .menu {
	width: 800px;
	overflow: hidden;
}
.siderBar ul {
	width: 800px;
	margin: 0;
	padding: 0;
}
.siderBar li {
	float: left;
	width: 150px;
}
.siderBar li.cur {
	float: left;
	width: 150px;
	color: #0098ff;
	height: 60px;
	font-family: PingFangSC-Semibold;
	border-bottom: 3px solid #0098ff;
	transition: none;
	float: left;
}
.siderBar li.cur a {
	color: #0098ff;
}
.swiper {
	width: 100%;
	height: 100%;
}
/*.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}*/
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body {
	background: #000;
	color: #000;
	overflow-x: hidden;
}
.swiper {
	width: 100%;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.mySwiper2 {
	height: 100%;
	width: 100%;
}
.mySwiper {
	width: 300px;
	float: right;
	height: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0 15px;
	;
}
.mySwiper .swiper-slide {
	width: 100%;
	height: 19.15%;
	opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-pagination-bullet-active {
	width: 32px;
	height: 6px;
	margin-top: 2px;
	border-radius: 5px;
	background-color: #edf0f5; /* 初始颜色设置为灰色 */
	position: relative; /* 设置相对定位，以便控制伪元素的位置 */
	overflow: hidden; /* 隐藏超出部分的背景色 */
}
.swiper-pagination-bullet-active::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%; /* 伪元素初始位置在左侧屏幕外 */
	width: 100%;
	height: 100%;
	background-color: #0098ff; /* 设置伪元素背景色为蓝色 */
	animation: slideBackground 5s forwards; /* 设置动画持续时间为3秒 */
}
 @keyframes slideBackground {
 from {
 left: -100%; /* 从左侧屏幕外开始 */
}
 to {
 left: 0; /* 移动到最终位置 */
}
}
.swiper-slide2 {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2);
	/* 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-button-next:after, .swiper-button-prev:after {
	content: '';
}
.mySwiper3 {
	height: 750px;
}
.wx{ position:relative;}
.wx .weixin{ position:absolute; display:none;}
.wx:hover .weixin{ display:block; width:150px; top:-200px; height:auto; overflow:hidden; background-color:#fff; padding:5px; text-align:center;}
.wx:hover .weixin img{ width:100%;}

/*新增新闻切换*/
    .mySwiper5 {
      height: 80%;
      width:100%; margin:0; padding:0;
    }
.mySwiper5{ margin-top:-70px; z-index:99999; position:relative;}
    .mySwiper4 {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

.mySwiper4 .swiper-button-prev,.mySwiper4 .swiper-button-next{
    top: 35px;}
    .mySwiper4 .swiper-slide {
      width:auto;
      height: 100%;
	  background:none; margin-right:25px;
	  opacity: 1;
	  position:static;
    }

    .mySwiper4 .swiper-slide-thumb-active {
    font-size: 28px;
    color: #fff;
    font-family: PingFangSC-Semibold;
    }


.mySwiper4 .swiper-slide:not(:first-child):before {
    position: absolute;
    top: 15px;
    left: -15px;
    height: 16px;
    width: 1px;
    background-color: hsla(0,0%,100%,.7);
    content: "";}
.mySwiper4 .swiper-slide-thumb-active:after {
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 8px;
    width: 100%;
    background-color: hsla(0,0%,100%,.4);
    z-index: -1;
    content: "";}
.mySwiper5 dl{font-size:16px; margin-bottom:10px; height:60px; line-height:30px; color:#fff; margin-left:190px;}
