* {
	box-sizing: border-box;
}

ul {
	list-style: none;
	padding: 0;
}

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-two-ellipsis {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 设置最大显示行数 */
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

a,
a:hover {
	text-decoration: none;
	font-family: "PingFang SC";
}

.header {
	width: 100%;

}

.header-top {
	width: 100%;
	height: 21px;
	background: #BA120D;
}

.header-title {
	width: 100%;
	background: url('../images/header-title-bg.png') no-repeat ;
	background-size: cover;
	display: flex;
	justify-content: center;
}

.header-title-inner {
	max-width: 1200px;
	width: 100%;
	padding-top: 26px;
	padding-bottom: 26px;
}


.header-title-inner>img {

	object-fit: contain;
	width: 400px;
}


/* 导航*/
.nav {
	width: 100%;
	height: 60px;
	background: #BA120D;
}

.nav .nav-inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	line-height: 60px;
	display: flex;
	justify-content: space-between;
}

.nav .nav-inner .nav-item {
	flex: 1;
	font-family: "PingFang SC";
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
}

.nav .nav-inner .nav-item.haschildren {
	position: relative;
}

.nav-item>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}

.nav-item>a:hover,
.nav-item.active>a {
	height: 60px;
	box-sizing: border-box;
	text-decoration: none;
	background: #8F0000;
}

.nav-item .nav-child-box {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	z-index: 99;
	background: #BA120D;
	display: none;
	font-weight: normal;
}

.nav-item .nav-child-box .nav-child-box-item {
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	background: #BA120D;
}

.nav-item .nav-child-box .nav-child-box-item>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 12px;
}

.nav-item .nav-child-box .nav-child-box-item>a:hover,
.nav-item .nav-child-box .nav-child-box-item.active>a {
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	background: #FFA646;
	color: #fff;
}

/* 内容部分 */
.main {
	overflow: hidden;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.main-list{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.main-title{
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	font-family: "PingFang SC";
	display: flex;
	align-items: center;
	margin: 27px 0 26px;
}
.main-title>img{
	width: 19px;
	height: 10px;
	margin: 0 20px;
}
.main-title a{
	color: #999999;
}
.main-title a.active{
	color: #BA120D;
}
/* 列表页面 详情页面banner */
.list-banner-content{
	
}
.swiper-slide-list-item{
	position: relative;
}
.swiper-slide-list-item>img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.list-banner-item{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	font-size: 64px;
	color: #FFFFFF;
	font-family: "AlibabaPuHuiTi285";
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 126px;
}
.list-banner-item-xian{
	width: 56px;
	height:8px;
	background:#fff;
	border-radius: 8px;
	margin-top: 8px;
}
/* 列表页面 详情页面左侧 */
.list-warp {
	display: flex;
}
.list-navbar {
	display: flex;
	flex-direction: column;
	margin-right: 12px;
}

.list-navbar-item {
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 22px;
	font-weight: 400;
	color: #666666;
	font-family: "PINGFANG MEDIUM";
	text-align: center;
	padding: 12px 20px;
	box-sizing: border-box;

}
.list-navbar-item div{
	width: 100%;
}
.list-navbar-item.active {
	background: #BA120D;
	border-radius: 4px;
	font-weight: 500;
	color: #FFFFFF;
}
.list-navbar-item.active>a{
	color:#fff;
	font-weight: 500;
}
.list-navbar-item div a{
	font-size: 22px;
	color: #666666;
}


.list-right {
	flex: 1;
	padding-left: 28px;
	border-left: 1px solid #F2F2F2;
}

/* 底部 */
.footer {
	width: 100%;
	background: url('../images/footer-bg.png') no-repeat ;
	background-size: 100% 100%;	
	padding-bottom: 20px;
	overflow: hidden;
}
.footer-inner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.footer-title{
	padding: 31px 0 49px;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
}
.footer-title>span{
	margin-left: 6px;
}
.footer-list{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-bottom: 77px;
}
.footer-list-item{
	display: flex;
	flex-direction: column;
}
.footer-list-item>a{
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.footer-biaos{
	display: flex;
	justify-content: space-between;
}
.footer-biaos>li{
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}

@media (max-width: 1200px) {
	.header-title-inner>img {
		object-fit: contain;
		padding-left:  20px;
	}
	.main {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer {
		padding-left: 10px;
		padding-right: 10px;
	}
	.list-banner-item{
		margin-top: 100px;
	}
	
}
@media (max-width: 768px) {
	.header-title-inner>img {
		width: 100%;
		object-fit: contain;
		padding-left:  20px;
	}
	.list-banner-item{
		font-size: 36px;
		margin-top: 40px;
	}
	.list-banner-item-xian{
		width: 28px;
		height: 4px;
		margin-top: 0;
	}
	.list-navbar-item  {
		padding: 12px 6px;
	}
	.list-warp{
		flex-direction: column;
	}
	.list-navbar{
		margin-right: 0;
		flex-direction: row;
		overflow-x: scroll;
		margin-bottom: 20px;
	}
	/* Webkit浏览器滚动条宽度 */
	.list-navbar::-webkit-scrollbar {
		height: 4px; /* 明确设置滚动条高度 */
	}

	/* 滚动条轨道 */
	.list-navbar::-webkit-scrollbar-track {
		background: rgba(186, 18, 13,0.5);
		border-radius: 6px;
	}

	/* 滚动条滑块 */
	.list-navbar::-webkit-scrollbar-thumb {
		background: rgba(186, 18, 13,1);
		border-radius: 6px;
	}

	/* 滚动条滑块悬停效果 */
	.list-navbar::-webkit-scrollbar-thumb:hover {
		background:rgba(186, 18, 13,1);
	}
	.list-right{
		padding-left: 0;
		border-left: none;
	}
	.nav-item .nav-child-box{
		width: 240%;
		left: -67px;
	}
	.footer-biaos>li{
		font-size: 16px;
		margin-right: 5px;
	}
	.footer-list-item{
		margin-right: 11px;
	}

}