* {
	margin: 0;
	padding: 0;
	text-decoration: none!important;
}
.bannerList {
	/* min-width: 1200px; */
	height: 60px;
	/* box-shadow: 0px 6px 12px 1px rgba(170, 171, 176, 0.15);
	display: flex;
	justify-content: center;
	align-items: center; */
}

.bannerList .bannerListItem {
	/* min-width: 1200px; */
	width: 100%;
	height: 60px;
	box-shadow: 0px 6px 12px 1px rgba(170, 171, 176, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
}

.bannerList .bannerItem {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}

.bannerList .bannerItem .item {
	width: 150px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.bannerList .bannerItem .item a {
	text-align: center;
	font-size: 16px;
	font-family: Source Han Sans CN;
	/* font-weight: 300; */
	color: #535252;
}

.bannerList .bannerItem .item.active a {
	/* font-size: 15px; */
	/* font-weight: 500; */
	color: #3A5E81;
}

.bannerList .bannerItem .item.active .line {
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 1px;
	background-color: #3A5E81;
	margin: 0 auto;
}
.xiazaiTitle{
	position: relative;
	margin-bottom: 100px;
}
.xiazaiTitle .text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.xiazaiTitle .text p:nth-child(1){
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	/* margin-top: 30px; */
}
.xiazaiTitle .text p:nth-child(2){
	font-size: 13px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
}
.xiazaiList {
	margin-bottom: 50px;
}
.xiazaiList .item{
	padding-bottom:20px;
	border-bottom: 1px solid #F5F5F5;
	cursor: pointer;
	display: block;
}
.xiazaiList .item.active{
	background-color: #F5F5F5;
}
.xiazaiList .item .itemList{
	width: 70%;
	margin: 0 auto;
	display: flex;
	/* align-items: center; */
}
.xiazaiList .item .itemList .left{
	width: 80%;
}
.xiazaiList .item .itemList .left>p{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	margin-top: 30px;
}
.xiazaiList .item .itemList .left .leftItem{
	display: flex;
}
.xiazaiList .item .itemList .left .leftItem .listText{
	display: flex;
}
.xiazaiList .item .itemList .left .leftItem .listText:nth-child(2){
	margin: 0 20px;
}
.xiazaiList .item .itemList .left .leftItem .listText img{
	width: 15px;
	height: 15px;
}
.xiazaiList .item .itemList .left .leftItem .listText p{
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #666666;
}
.xiazaiList .item .itemList .right{
	width: 20%;
}
.xiazaiList .item .itemList .right a{
	display: block;
	width: 98px;
	height: 34px;
	margin-top: 50px;
}
.xiazaiList .item .itemList .right button{
	width: 98px;
	height: 34px;
	border: 1px solid #333333;
	box-shadow: 1px 2px 4px 0px rgba(51, 51, 51, 0.23);
	border-radius: 2px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	background-color: white;
	margin-top: 50px;
}
.xiazaiList .item.active .itemList .right button{
	width: 98px;
	height: 34px;
	background: #333333;
	box-shadow: 1px 2px 4px 0px rgba(51, 51, 51, 0.23);
	border-radius: 2px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
}

@media screen and (max-width: 998px){
	.img-fluid {
		max-width: 100%;
		height: 270px!important;
	}
	.bannerList .bannerListItem{
		width: 80%;
		margin: 0 auto;
	}
	.bannerList .bannerItem{
		width: 100%;
	}


	.xiazaiList .item .itemList{
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.xiazaiList .item .itemList .left{
		width: 100%;
	}

	.xiazaiList .item .itemList .left .leftItem .listText{
		width: 38%;
	}

	.xiazaiList .item .itemList .right {
		width: 7%;
		margin: auto 0;
	}
	.xiazaiTitle .text {
		position: absolute;
		width: 90%;
		height: 100%;
		top: 0;
		left: 5%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
	}
}