.banner {
	position: relative;
	animation: 0.8s ease 0s 1 normal backwards running fadeInDown;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.banner .slider {
	overflow: hidden;
	width: 100%;
	max-height: 100vh;
}

.banner .slider img {
	width: 100%;
	transform: scale(1.2);
	transition: opacity 0.3s ease, transform 0s ease 1s;
	vertical-align: bottom;
}

.banner .slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 5s cubic-bezier(0, .56, .44, 1);
}

.banner .custom_paging {
	position: absolute;
	right: 55px;
	bottom: 58px;
	color: #fff;
	text-align: center;
	line-height: 1;
}

.banner .custom_paging li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	cursor: pointer;
	background: #ac0b0f;
	border-radius: 50%;
	line-height: 40px;
	font-size: 24px;
}

.banner .custom_paging li.slick-active {
	background: #db7406;
}


.banner .slick-prev,
.banner .slick-next {
	position: absolute;
	top: 45%;
	width: 50px;
	height: 50px;
	z-index: 9;
}
.title{
	margin-bottom: 35px;
}
.title h2{
	font-size: 32px;
	color: #0f0404;
	float: left;
	color: #ac0b0f;
}
.title .more{
	float: right;
}
.index1{
	padding: 50px 0;
	background: url(../img/news-bg.png) no-repeat center;
	background-size: 100% 100%;
}

.index1 .news{
	float: left;
	width: 66%;
}
.index1 .news .first{
	background: #fff;
	margin-bottom: 20px;
}
.index1 .news .first .img{
	float: left;
	width: 28%;
	height: 170px;
	overflow: hidden;
}
.index1 .news .first .img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.index1 .news .first .txt{
	float: right;
	width: 69%;
	padding-right: 20px;
}
.index1 .news .first .txt h2{
	font-size: 22px;
	line-height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.index1 .news .first .txt p{
	font-size: 15px;
	color: #323232;
	margin: 10px 0;
	line-height: 25px;
	height: 50px;
}
.index1 .news .first .txt span{
	font-size: 14px;
	color: #ac0b0f;
}
.index1 .news .li{
	line-height: 60px;
	background: #fff;
	margin-bottom: 10px;
	padding: 0 50px 0 20px;
	position: relative;
}
.index1 .news .li::before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 29px;
	content: "";
	background: url(../img/bf.png) no-repeat center;
}
.index1 .news .li span{
	float: right;
	font-size: 17px;
	color: #bfbfbf;
}
.index1 .news .li p{
	font-size: 18px;
	color: #323232;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.index1 .news .li:hover{
	background: #ce911d;
}
.index1 .news .li:hover p,.index1 .news .li:hover span{
	color: #fff;
}
.index1 .news .li:hover::before{
	background: url(../img/bf1.png) no-repeat center;
}
.index1 .news .first:hover .img img{
	transform: scale(1.1);
}
.index1 .news .first:hover{
	background: #ce911d;
}
.index1 .news .first:hover h2,.index1 .news .first:hover p{
	color: #fff;
}



.index1 .zcwj {
	width: 30%;
}
.index1 .zcwj li {
	border-bottom: 1px solid #d5d0d2;
	padding: 15px 0;
}
.index1 .zcwj li:first-child {
	border-top: 1px solid #d5d0d2;
}
.index1 .zcwj li a{
	font-size: 18px;
	color: #0f0404;
	line-height: 31px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.index1 .zcwj li p{
	font-size: 15px;
	color: #ac0b0f;
	line-height: 30px;
}
.index1 .zcwj li:hover a{
	color: #b37d16;
}
.index1 .zcwj li:hover {
	border-bottom: 1px solid #b37d16;
}



.index2{
	padding: 60px 0;
	background: url(../img/sdyx-bg.png) no-repeat center;
	background-size: 100% 100%;
}
.index2 .sdyx{
	float: left;
	width: 66%;
}
.index2 .sdyx li{
	float: left;
	width: 48%;
	background: #fff;
	border: 10px solid #f4f4f4;
	padding: 20px 30px; 
	margin-bottom: 35px;
}
.index2 .sdyx li:nth-child(2n){
	margin-left: 4%;
}

.index2 .sdyx li h2{
	font-size: 18px;
	color: #241919;
	line-height: 32px;
	margin-bottom: 10px;
	height: 58px;
}
.index2 .sdyx li p{
	font-size: 16px;
	color: #323232;
	line-height: 28px;
}
.index2 .sdyx li span{
	display: block;
	background: url(../img/more2.png) no-repeat center;
	width: 52px;
	height: 30px;
	margin: 10px 0 0;
	float: right;
	opacity: 0;
	transition: all 0.5s;
}
.index2 .sdyx li:hover{
	border: 10px solid #f6e8cd;
}
.index2 .sdyx li:hover h2,.index2 .sdyx li:hover p{
	color: #b37d16;
}
.index2 .sdyx li:hover span{
	opacity: 1;
}

.index2 .zt{
	float: right;
	width: 30%;
	margin-top: 66px;
}
.index2 .zt li{
	/* float: left; */
	/* width: 47%; */
	margin: 0 15px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	margin-top: 100px;
}
.index2 .zt li img{
	width:100%;
	height: 450px;
	object-fit: cover;
}
.index2 .zt .slick-current{
	margin-top: 0;
}

.index2 .zt2{
	margin-top: 25px;
}
.index2 .zt2 li{
	float: left;
	width: 49%;
}
.index2 .zt2 li:nth-child(2n){
	margin-left: 2%;
}