.layui-carousel {
	display: flex;
}

.newsImages {
	height: 19.6875rem !important;
}

.lunbo .layui-this,
.lunbo .lunboList,
.layui-carousel>[carousel-item] {
	/* display: flex !important; */
	position: absolute;
	width: 100%;
	height: 25rem !important;
}

.lunboList img {
	width: 58.9%;
	height: auto;
}

.newsImages2{
	float: left;
	width: calc(50% - 1.25rem);
	height: 25rem;
	background: #ccc;
	overflow: hidden;
	display: flex;
}
.layui-carousel img{
	width: 100%;
	height: 100%;
	position: absolute;
}
.carousel-box {
    width: 60%;
}
.text-box {
  width: 40%;
  background: linear-gradient(0deg, #0050A0 0%, #3BADFF 41%, #3BADFF 100%);
  border-radius: 0rem 0rem 0.0625rem 0rem;
  display: block;
  padding: 1.875rem 1.1875rem;
  text-align: justify;
  white-space: normal;
}
.text-box  a{
	color: #FFFFFF;
}
.text-box span:first-child {
	width: 100%;
	font-weight: bold;
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 1.875rem;
}

.text-box span:nth-of-type(2) {
	font-size: 1.125rem;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.5rem;
	left: 1.25rem;
	margin-top: 1.25rem;
	/* height: 6.25rem; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-align: center;
}

.text-box span:nth-of-type(3) {
	font-size: 1.125rem;
	color: #FFFFFF;
	line-height: 1.5rem;
	font-weight: 400;
	top: 3.125rem;
	text-align: left;
	position: relative;
}

.layui-carousel-ind {
	top: calc(75% + 1.875rem) !important;
}
.newsList {
	width: 50%;
	height: 25rem;
}
.kpListUl2  li,
.kpListUl  li{
	width: calc(100% - 1.625rem);
	height: 4.0625rem;
	padding: 0 0.8125rem;
	line-height: 4.0625rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.125rem;
	color: #4A4E58;
	display: flex;
	align-items: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-align: center;
}
.kpListUl2 li:hover,
.kpListUl li:hover{
	color: #0050A0;
}
.kpListUl2  a:nth-of-type(2n) li,
.kpListUl  a:nth-of-type(2n) li{
	background: #fff;
}
.kpListUl2  a:nth-of-type(2n+1) li,
.kpListUl  a:nth-of-type(2n+1) li{
	background: #F0F1F7;
}
.kpListUl li:hover,
.kpListUl2 li:hover{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	cursor: pointer;
	list-style: inside;
	list-style-image: url("../images/li-green.png");
}
.kpListUl li:hover,
.kpListUl2 li:hover{
	color: #0050A0;
	list-style-image: url("../images/li-red.png");
}
/* 科普基地 */
.MainView5 {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0.625rem 0 0;
}

.color {
	height: 80%;
	width: calc(75% + 25% / 2);
	/* max-width: calc(1440px + (100% - 1440px) / 2); */
	left: 0;
	background: antiquewhite;
	position: absolute;
	background: linear-gradient(180deg, #F0F1F7 0%, rgba(240, 241, 247, 0.5) 100%);
	border-radius: 0rem 12.5rem 0rem 0rem;
}

.jxView {
	width: 75%;
	/* max-width: 1440px; */
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
}

.actBtn {
	position: absolute;
	float: right;
	right: 1.25rem;
	cursor: pointer;
}

.actBtn .prevBtn2,
.actBtn .nextBtn2 {
	width: 3.75rem !important;
	height: 3.75rem !important;
	margin-right: 1.25rem;
}

.jx-list {
	width: calc(100% - 2.8125rem);
	padding-left: 2.8125rem;
	display: flex;
	overflow: hidden;
	margin: 1.25rem 0 2.5rem 0;
}

.intro {
	font-size: 1.125rem;
	margin-top: 1.75rem;
	color: #FFFFFF;
	line-height: 1.5rem;
}

.jx-box img {
	width: 32rem;
	height: auto;
	position: relative;
	margin-right: 2.5rem;
	min-height: 18rem;
}

.jx-box{
	width: 100%;
	position: relative;
}

.jx-container {
     display: flex; /* 使用flex布局 */
     width: 100%;
     transition: transform 0.2s ease; /* 平滑过渡效果 */
}

.lbTitle{
	font-weight: bold;
	bottom: 0;
	padding: 0.625rem;
	display: flex;
	align-items: end;
	width: calc(100% - 3.75rem);
	height: 4rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
	line-height: 1.25rem;
	text-align: center;
	font-size: 1.125rem;
	color: #FFFFFF;
}

.jx-box .action2 {
	display: flex;
	width: 100%;
	position: absolute;
	width: calc(100% - 5rem);
	bottom: 1.25rem;
}

.action2 span {
	text-align: center;
}

.action2 a:first-child {
	width: 50%;
	margin-right: 1.25rem;
}

.action2 a:last-child {
	width: 50%;
}

.jx-box .title {
	font-weight: bold;
	font-size: 2.25rem;
	color: #FFFFFF;
	line-height: 3rem;
	display: block;
}

.action {
	position: absolute;
	width: calc(100% - 5rem);
	bottom: 1.25rem;
}

.action span,
.action2 span {
	display: block;
	width: 100%;
	padding: 0.625rem 0;
	border-radius: 0.5rem;
	border: 0.0625rem solid #FEFBC6;
	font-weight: bold;
	font-size: 1.125rem;
	margin-bottom: 1.25rem;
	color: #FEFBC6;
}

.action2 a:first-child span {
	background: #FEFBC6;
	color: #0050A0;
	margin-right: 1.25rem;
}

/**end**/
.wxListUl li{
	width: 100%;
	height: 5rem;
	font-weight: 400;
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 2.5rem;
	display: flex;
	align-items: center;
	padding-left: 1.1875rem;
}
.wxListUl li.active,.wxListUl li:hover{  
	border-left: 0.5rem solid #3BADFF;
	background: linear-gradient(90deg, #F0F1F7 0%, rgba(240,241,247,0) 100%);
}
.kpImg {
	display: flex;
	position: relative;
	justify-content: end;
	width: calc(50% - 1.25rem);
	height: 100%;
	margin-left: 1.25rem;
}
.kpImg a{
	width: 100%;
	height: 100%;
}

.kpImg img {
	width: 100%;
	height: 25rem;
}

.kpImg p {
	position: absolute;
	font-weight: bold;
	font-size: 1.125rem;
	color: #FFFFFF;
	line-height: 2.25rem;
	transform: translate(1.25rem, -3.125rem);

}

/* 案例 */
.kpal {
	width: 100%;
	display: flex;
}

.alBox {
	flex: 1;
	display: flex;
}

.alContent {
	width: 100%;
}
.alContent .normalTitle{
	margin: 2rem 0;
}
.alBox div:not(:nth-of-type(3)) {
	margin-right: 1.25rem;
	width: calc(33.3% - 1.25rem);
}

.alBox div:not(:nth-of-type(1)) {
	width: 33.3%;
}

.alBox div {
	height: 27.5rem;
	text-align: justify;
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.5rem;
	background: #F0F1F7;
	position: relative;
	overflow: hidden;
}

.alBox img {
	width: 100%;
	height: 12.5rem;
	transition: transform 1s ease;
}
.alBox img:hover {
	transform: scale(1.05);
}
.alBox div span:first-of-type {
	font-weight: bold;
	margin: 1.75rem 1.875rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-align: center;
}

.alBox div span:last-of-type {
	font-weight: 400;
	display: block;
	margin: 1.75rem 1.875rem;
	bottom: 1.25rem;
	position: absolute;
}

.ranking {
	width: 31%;
}

.weatherRanking {
	height: 27.5rem;
}

.weatherRankingIndex {
	overflow: hidden;
	padding-left: 1.25rem;
}

.productTitle {
	height: 5.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 1.5rem;
	color: #4A4E58;
}

.weatherTitle {
	background: #CCD2E3;
	display: flex;
	height: 2.5rem;
}

.weatherTitle span {
	width: 33%;
	display: block;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.125rem;
	color: #4A4E58;
	height: 2.5rem;
}

.weatherTitle span:not(:last-child) {
	border-right: 0.0625rem solid #fff;
}

.weatherList span:not(:last-child) {
	border-right: 0.0625rem solid #fff;
}

.weatherRankingIndex .weatherList li {
	height: 2.5rem;
	overflow: hidden;
	display: flex;
	justify-content: end;
	text-align: center;
	align-items: center;
	position: relative;
}

.weatherRanking .weatherList li {
	height: 2.5rem;
	overflow: hidden;
	line-height: 2.5rem;
	position: relative;
}

.weatherList li:nth-of-type(2n) {
	background: #F0F1F7;
}

.weatherList li span {
	display: flex;
	font-weight: 400;
	height: 2.5rem;
	justify-content: center;
	align-items: center;
	font-size: 1.125rem;
	color: #4A4E58;
	text-align: center;
	float: left;
	width: 33%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.weatherList li:nth-child(1) span:nth-child(1) {
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 auto;
	border-radius: 50%;
	line-height: 1.5rem;
	color: #fff;
	padding: 0;
	/* background: linear-gradient(0deg, #F7CB00 0%, #FBE65B 100%); */
	background: url('../images/qxkp/number1.png') no-repeat;
	background-size: 100% 100%;
}

.weatherList li:nth-child(2) span:nth-child(1) {
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 auto;
	border-radius: 50%;
	line-height: 1.5rem;
	color: #fff;
	padding: 0;
	/* background: linear-gradient(0deg, #909090 0%, #CFCFCF 100%); */
	background: url('../images/qxkp/number2.png') no-repeat;
	background-size: 100% 100%;
}

.weatherList li:nth-child(3) span:nth-child(1) {
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 auto;
	border-radius: 50%;
	line-height: 1.5rem;
	color: #fff;
	padding: 0;
	/* background: linear-gradient(0deg, #DB7100 0%, #F2B100 100%); */
	background: url('../images/qxkp/number3.png') no-repeat;
	background-size: 100% 100%;
}
/*end*/
/* 科普商城 */
.kpShop{
	width: 100%;
	margin: 1.25rem 0;
	display: flex;
}
.kpLi{
	width: 16.6%;
	/* height: 165px; */
	margin-right: 1.25rem;
	text-align: center;
	padding: 1.25rem;
}
.kpLi:hover{
	box-shadow: 0rem 0.125rem 0.5rem 0rem rgba(0,0,0,0.1);
}
.kpLi img{
	width: 54.1%;
	height: auto;
	margin: 1.25rem auto 1.125rem;
	min-height: 9.0625rem;
}
.kpLi span{
	/* width: 220px; */
	display: block;
	font-weight: 400;
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.25rem;
}
/*end*/
/* 科普知识 */
.kpzs{
	width: 100%;
	display: flex;
	margin: 2.5rem 0 3.75rem;
}
.kpLeftList{
	flex: 1;
	display: flex;
}
.kpLeftList div{
	width: calc(100% - 0.625rem);
}
.wjBox{
	margin-right: 1.25rem;
}
.wjBox div{
	width: 100%;
	height: 10rem;
	background: url("../images/qxkp/bg-wj.png") no-repeat;
	background-size: 100% 100%;
}
.dwBox  div{
	width: 100%;
	height: 10rem;
	background: url("../images/qxkp/bg-dw.png") no-repeat;
	background-size: 100% 100%;
}
.wjBox div,
.dwBox div{
	width: 100%;
	display: block;
}
.wjBox div span,
.dwBox div span{
	font-weight: bold;
	font-size: 1.5rem;
	color: #FFFFFF;
	padding-top: 2.6875rem;
	display: flex;
	justify-content: center;
}
.kpLeftList div img{
	width: 10rem;
	height: 2.5rem;
	display: block;
	margin: 1.25rem auto;
}
.kpLeftList  ul{
	width: 100%;
	display: block;
}
.kpLeftList  ul li{
	height: 5rem;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.25rem;
	color: #4A4E58;
	text-align: justify;
	padding: 0 1.25rem;
	display: flex;
	align-items: center;
}
.kpLeftList ul a:nth-of-type(2n+1) li{
	background: #F0F1F7;
}
.kpLeftList ul li:hover{
	color: #0050A0;
}
.kpRightList{
	width: calc(54.1% - 1.25rem);
	margin-left: 1.25rem;
}
.kpRightList .normalTitle {
    margin: 2rem 0 1.375rem;
}
.kpRightList .newsListBut span:last-child{
	border-right: none;
}
.kpRightList .newsListBut{
	height: 3.75rem;
	margin-bottom: 0.625rem;
}
.kpRightList .newsListBut span {
	width: 25%;
	font-size: 1.25rem;
}
.kpRightList ul li{
	height: 3.1875rem;
	display: flex;
	padding: 0 1.1875rem;
}
.kpRightList ul li:hover{
	background: #0050A0;
	color: #fff;
}
.kpRightList ul li:not(:nth-last-of-type()){
	border-bottom: 0.0625rem solid #F0F1F7;
}

/*end*/