
*{
	box-sizing: border-box;
}
.top{
	width: 100%;
	height: 577px;
	background: url(banner.png) top center no-repeat;
}
.wrap{
	padding-bottom: 162px;
	background: url(bg1.png) bottom center no-repeat;
}
.headline{
	margin-top: 38px;
	display: flex;
	height: 81px;
	justify-content: center;
	align-items: center;
	background: #BC161F;
}
.headline a{
	display: inline-block;
	font-weight: bold;
	color: #fff;
	font-size: 28px;
	line-height: 81px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 90%;
}
.wrap1{
	border: 2px solid #FDF6E5;
	display: flex;
	justify-content: space-between;
	margin-top: 22px;
}
.w1-c1{
	width: 674px;
	height: 440px;
	position: relative;
	overflow: hidden;
}
.w1-c1 a{
	display:block;
	width: 100%;
	height: 100%;
	background: #C80000;
	text-align: center;
}
.w1-c1 a img{
	height: 380px;
	max-width: 100%;
}
.w1-c1 a p{
	text-align: center;
	color: #FEF979;
	font-size: 17px;
	font-weight: bold;
	background: url(bg3.png); 
	background-size: 100% 100%;
	height: 62px;
	padding: 10px 10px 0;
	overflow: hidden;
}
.w1-c2{
	width: 318px;
	border-left: 5px solid #EA2313;
	background: #FFFEF6;
}
.w1-c2 a{
	display: flex;
	height: 63px;
	align-items: center;
	padding: 0 12px;
	border-top: 2px solid #FCF4E7;
}
.w1-c2 a:first-child{
	border-top: none;
}
.w1-c2 a span{
	font-size: 14px;
}
.w1-c2 a:hover{
	background: url(bg3.png);
	background-size: 100% 100%;
}
.w1-c2 a:hover span{
	color: #fff;
}
.wrap2{
	margin-top: 78px;
}
.title{
	text-align: center;
	position: relative;
}
.title:after{
	display: block;
	content: ' ';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #D01418;
	top: 45%;
	left: 0;
	z-index: -1;
}
.title .tit{
	display: inline-block;
	padding: 0 12px;
	background: #fff;
}
.title .more{
	position: absolute;
	right: 8px;
	top: 31%;
	background: #fff; 
	padding: 0 6px;
	font-size: 18px;
	color: #D01418;
}
.list1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 46px 0 22px;
}
.list1 li{
	width: 450px;
	height: 105px;
	border-bottom: 1px dashed #FDAA7A;
	padding-top: 18px;
	padding-left: 25px;
}
.list1 li a{
	display: inline-block;
	line-height: 34px;
	font-size: 22px;
	position: relative;
}
.list1 li a:before{
	content: ' ';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #CB0000;
	position: absolute;
	left: -18px;
	top: 14px;
}
.wrap3{
	margin-top: 100px;
}
.wrap3 .first{
	margin-top: 54px;
	height: 123px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(bg2.png) top center no-repeat;
	background-size: 100% 100%;
	padding: 0 28px;
}
.wrap3 .first a{
	display: inline-block;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 42px;
}
.list2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 38px;
	padding: 0 19px 0 6px;
}
.list2 li{
	width: 450px;
	margin-bottom: 30px;
}
.list2 li a{
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 20px;
	padding-left: 24px;
	position: relative;
	line-height: 30px;
}
.list2 li a:before{
	content: ' ';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #A50206;
	position: absolute;
	left: 0;
	top: 8px;
}
@media screen and (max-width: 768px){
	html {
		font-size: calc(100vw / 7.5);
		font-size: -webkit-calc(13.33333333vw);
	}
	.top{
		background-size: 140% auto;
		height: 3.2rem;
	}
	.centerWidth{
		padding: 0 .2rem;
	}
	.wrap{
		padding-bottom: 1rem;
		background-size: 140% auto;
	}
	.headline{
		margin-top: .3rem;
	}
	.headline a{
		font-size: .36rem;
	}
	.wrap1{
		margin-top: .3rem;
		flex-wrap: wrap;
	}
	.w1-c1{
		width: 100%;
		height: 4.4rem;
	}
	.w1-c1 a img{
		height: 3rem;
	}
	.w1-c1 a p{
		height: 1.4rem;
		font-size: .32rem;
	}
	.w1-c2{
		width: 100%;
		border-left: .04rem solid #EA2313;
	}
	.w1-c2 a{
		height: auto;
		padding: .2rem;
	}
	.w1-c2 a span{
		font-size: .32rem;
	}
	.wrap2{
		margin-top: .6rem;
	}
	.title .tit img{
		height: .8rem;
	}
	.title .more{
		font-size: .28rem;
		right: .06rem;
		padding: 0 .04rem;
		top: 22%;
	}
	.list1{
		padding: .5rem 0 0;
	}
	.list1 li{
		width: 100%;
		height: auto;
		padding: .2rem 0 .2rem .3rem;
	}
	.list1 li a{
		font-size: .32rem;
		line-height: initial;
	}
	.list1 li a:before{
		left: -.3rem;
		width: .12rem;
		height: .12rem;
		top: .16rem;
	}
	.wrap3{
		margin-top: .7rem;
	}
	.wrap3 .first{
		margin-top: .5rem;
		height: auto;
		padding: .2rem;
	}
	.wrap3 .first a{
		font-size: .32rem;
		line-height: initial;
	}
	.list2{
		margin-top: .5rem;
		padding: 0;
	}
	.list2 li{
		width: 100%;
		margin-bottom: .3rem;
	}
	.list2 li a{
		font-size: .32rem;
		padding-left: .3rem;
		line-height: initial;
	}
	.list2 li a:before {
		width: .12rem;
		height: .12rem;
		top: .16rem;
	}
}