.layui-container {
  /* width: 1920px !important;
	margin: 0 auto; */
}
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-top: 2px solid #be1a1d;
  border-bottom: none;
}
.layui-tab .layui-tab-title {
  border-bottom-width: 0;
  border-top-width: 1px;
  border-top-style: solid;
}

.layui-tab-brief > .layui-tab-title .layui-this {
  color: #be1a1d !important;
}

.layui-tab-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}
.layui-tab-title li {
  font-size: 18px !important;
}



#top {
  width: 100%;
  background: #be1a1d;
  display: flex;
}
#top .nav{
	display: flex;
	justify-content: space-between;
}
#top .nav .img{
	display: flex;
	margin-right: 40px;
	padding: 10px 0;
	height: 40px;
}
#top .nav .list{
	display: flex;
	align-items: center;
}
#top .nav .list .one{
	padding: 0px 17px;
	margin: 0 3px;
	height: 100%;
	display: flex;
	align-items: center;
}
#top .nav .list .one a{
	font-size: 18px;
	color: #ffffff;
}
#top .nav .list .xuan,#top .nav .list .one:hover{
	background-color: #000000;
	border-bottom: 5px solid yellow;
}


#top .nav1{
	display: flex;
	/*justify-content: space-between;*/
	width: 100%;
	flex-direction: column;

}
#top .nav1 .img{
	display: flex;
	height: 30px;
	width: 100%;
	margin:10px 0 5px 0;
	justify-content: center;
}

#top .nav1 .list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: auto;
	padding: 10px 0;
}
#top .nav1 .list .one{
	padding: 5px;
	/*margin: 0 3px;*/
	display: flex;
	align-items: center;
}
#top .nav1 .list .one a{
	font-size: 16px;
	color: #ffffff;
	line-height: 1.3;
}
#top .nav1 .list .xuan a,#top .nav1 .list .one:hover a{
	/*color: yellow;*/
	font-weight: 600;
	/*text-decoration: underline*/
}


#ID-carousel-demo-image .text{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 60px;
	color: #ffffff;
	letter-spacing: 14px;
	flex-direction: column;
}
#ID-carousel-demo-image .text .text-span{
	font-size: 25px;
	letter-spacing: 1px;
	word-spacing: 10px;
}


#box .grid-demo{
	background-color: #ffffff;
	width: 100%;
	height: 392px;
	padding: 10px;
	box-sizing: border-box;
}
#box .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #efefef;
	margin-bottom: 8px;
	padding-bottom: 5px;
}
#box .top h3,#box .top a{
	display: flex;
	align-items: center;
}
#box .top h3 i{
	padding-right: 5px;
}
#box .tab-list-ul li{
	padding:7px 5px ;
	border-bottom: 1px solid rgba(0,0,0,.1);
	white-space: nowrap; /* 禁止换行 */
	overflow: hidden; /* 隐藏溢出内容 */
	text-overflow: ellipsis; /* 溢出显示省略号 */
}
#box .tab-list-ul li i{
	padding-right: 10px;
	font-size:18px;
}
#box .tab-list-ul li a{
	font-size: 16px;
}

#youqing {
  margin: 30px 0;
}
#youqing .bod {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
/*#youqing .bod::after {*/
/*    content: "";*/
/*    flex: 1;*/
/*}*/
#youqing .bod .one{
	width:calc( 12.5% - 8px);
	box-sizing: border-box;
	padding: 10px;
	/*margin: 5px 0;*/
	height: 97px;
	overflow: hidden;
	background-color: #ffffff;
	margin-bottom: 10px;
}
#youqing .bod .one a{
	display: flex;
	align-items: center;
	justify-content: center;
}
#youqing .bod img{
	width:136px;
	height: 77px;
	object-fit: cover; /* 覆盖容器，保持比例，裁剪多余部分 */
	object-position: center; /* 居中裁剪 */
}

#about a {
  padding: 10px;
  margin: 8px;
  color: #ffffff;
  /* font-weight: 600; */
  font-size: 16px;
}
#about a:hover {
  color: #f4f4f4;
  font-weight: 400;
  text-decoration: underline;
}
#footer {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
	text-align: center;
}
#footer div,#footer div a{
	line-height: 2;
	font-size: 16px;
}

#about {
  display: flex;
  justify-content: center;
  align-items: center;
}




#down .box{
	/* background-color: #ffffff; */
	background-image: linear-gradient(180deg,#ffdad2,#fff);
	margin: 0px 10px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	box-shadow: 0px 0 10px #ffdad2;
}
#down .box .title{
	font-size: 20px;
	line-height: 2;
}

#down .box .img{
	width: 100px;
	margin: 15px 0;
	height: 130px;
	display: flex;
	align-items: center;
}
#down .box  .v{
	font-size: 18px;
	line-height: 2;
}
#down .box  a{
	font-size: 18px;
	line-height: 2;
	background-color: #be1a1d;
	border-radius: 30px;
	padding: 2px 65px;
	color: #ffffff;
	margin: 20px 0;
}

@media screen and (min-width: 1524px) {
	.p20{
		margin: 20px 0;
	}
	.pl0{
		padding-left: 0;
	}
	.pr0{
		padding-right: 0;
	}
	.w400{
		width: 400px;
	}
	.d_cont p span{
		text-wrap-mode: wrap !important;
	}
	.ch_pd1{
		padding: 50px !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1523px) {
	#top .nav .list .one{
		padding: 0px 8px;
	}
	#top .nav .list .one a{
		font-size: 16px;
	}
}


/* 手机版显示（屏幕宽度 < 992px 时） */
@media screen and (max-width: 991px) {
	.p20{
		padding: 10px 0;
	}
	.pl0{
		padding-left: 7.5px;
	}
	.pr0{
		padding-right: 7.5px;
	}
	.w400{
		width: 100%;
	}
	#ID-carousel-demo-image{
		height: auto !important;
	}
	#youqing .bod .one{
		width: 48%;
	}
	#about{
		flex-wrap: wrap;
	}
	.s9{
		padding-left: 0 !important;
		max-width: 100% !important;
	}
	.d_cont{
		margin: 0 !important;

	}
	.d_cont p{
		text-indent: 0em !important;
		max-width: 100% !important;
	}
	.d_cont p span{
		text-wrap-mode: wrap !important;
		word-break: break-all;
	}
	.ch_pd{
		padding: 10px !important;
	}
	.ch_pd1{
		padding: 10px !important;
	}
	#about a{
		padding: 5px;
		margin: 3px;
		color: #ffffff;
		/* font-weight: 600; */
		font-size: 16px;
	}
}