.banner {
    overflow: hidden;
    position: relative;
}

.banner .slick-list .slider img{
    width: 100%;
    transform: scale(1.2);
    transition: opacity 0.3s, transform 1s;
}

.banner .slick-list .slick-active img {
    transform: scale(1);
    transition: 5s cubic-bezier(0, 0.56, 0.44, 1);
}

.banner .slick-dots li{
	top: -6px;
}
.banner .slick-dots li.slick-active{
	width: 23px;
	height: 23px;
	background: url(../img/slick-icon.png) no-repeat center;
	border-radius: 0;
	top: 0;
}

.banner .slick-dots{
	width: auto;
	bottom: 50px;
	left: auto;
	right: 200px;
}


.index1{
	padding: 40px 0;
}
.index1 .flex{
	display: flex;
}
.index1 .news{
	width: 72%;
}
.tit{
	border-bottom: 2px solid #ebc2c4;
	background: url(../img/titbg.png) no-repeat center left;
	padding-left: 100px;
	margin-bottom: 40px;
}

.tit h2{
	float: left;
}
.tit a{
	display: block;
	line-height: 48px;
	float: right;
}

.tit h2{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	line-height: 48px;
	margin-right: 40px;
	position: relative;
	cursor: pointer;
}

.tit h2.on{
	color: #d7000e;
}

.tit h2:nth-child(2)::before{
	display: block;
	position: absolute;
	content: "";
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 3px;
	height: 28px;
	background: #d7000e;
}
.news .news-l{
	float: left;
	width: 56%;
}

.news .news-l .li{
	line-height: 54px;
	border-bottom: 1px solid #e1e1e1;
	background: url(../img/libg.png) no-repeat center left;
}
.news .news-l .li span{
	font-size: 16px;
	color: #ccc;
}
.news .news-l .li a{
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	text-indent: 15px;
}







.news .news-l .first {
	margin-bottom: 20px;
}
.news .news-l .first .time {
	text-align: center;
	padding: 8px 0;
	width: 75px;
}
.news .news-l .first .time h2{
	color: #d7000e;
	font-size: 24px;
}
.news .news-l .first .img{
	width:100%;
	height: 402px;
	overflow: hidden;
}
.news .news-l .first .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.news .news-l .li:hover a,.pblist1 li:hover p,.index2 .kjcx .li:hover a{
	color: #d7000e;
}
.news .news-l .first:hover .text,.index3 .zdxcp .li:hover a{
	background:#d7000e;
}
.index3 .zdxcp .li:hover a{
	color:#fff;
}
.news .news-l .first:hover .text h2,.news .news-l .first:hover .text p{
	color:#fff;
}
.news .news-l .first:hover img{
	transform:scale(1.1);
}
.news .news-l .first .time p{
	font-size: 16px;
	color: #999;
	line-height: 20px;
}

.news .news-l .first .text{
	padding: 20px;
	background: rgba(0, 0, 0, .4);
	/* border-left: 2px solid #d7000e; */
	width: 100%;
	margin-top: -58px;
	position: relative;
	z-index: 999;
}
.news .news-l .first .text h2{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	/* margin-bottom: 12px; */
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news .news-l .first .text p{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}


.news .news-r{
	width: 40%;
	float: right;
}
.pblist1 li{
	padding: 23px 0;
	border-bottom: 1px solid #efefef;
}
.pblist1 li .time {
	text-align: center;
	float: left;
	border: 1px solid #d7000e;
	border-radius: 5px;
	width: 75px;
}
.pblist1 li .time h2{
	line-height: 41px;
	color: #d7000e;
	font-size: 24px;
}
.pblist1 li .time p{
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: #d7000e;
}

.pblist1 li .txt{
	font-size: 16px;
	color: #333;
	line-height: 36px;
	float: right;
	width: 75%;
	width: calc(100% - 90px);
}

.pblist1 li:first-child{
	padding-top: 0;
}

.news .dome{
	display: none;
	animation: 1s ease 0.3s 1 normal backwards running fadeInUp;
}
.news .dome.on{
	display: block;
}
.news .tit .more{
	display: none;
}
.news .tit .more.on{
	display: block;
}

.notice{
	width: 25%;
}

.notice li{
	background: url(../img/noticelibg1.png);
	background-size: 100% 100%;
	border-bottom: 2px solid #d80815;
	margin-bottom: 17px;
}
.notice li a{
	padding: 16px 20px;
	display: block;
}
.notice li p{
	font-size: 16px;
	color: #d7000e;
	text-indent: 25px;
	margin-bottom: 10px;
	background: url(../img/time.png) no-repeat center left;
}

.notice li h2{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 28px;
}
.notice li:hover{
	background: url(../img/noticelibg.png);
	border-bottom: 2px solid #feb465;
	background-size: 100% 100%;
}
.notice li:hover p{
	color: #fff;
	background: url(../img/time1.png) no-repeat center left;
}
.notice li:hover h2{
	font-weight: bold;
	color: #fff;
}



.index2{
	background: url(../img/index2bg.png) no-repeat center;
	background-size: cover;
	padding: 40px 0;
}

.index2 .pblist1{
	width: 25%;
}

.index2 .kjcx{
	width: 36%;
	margin-right: 3%;
}
.index2 .pblist2{
	width: 33%;
}
.index2 .kjcx .first {
	margin-bottom: 20px;
}
.index2 .kjcx .first .img{
	width: 66%;
	overflow: hidden;
}
.index2 .kjcx .first .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.index2 .kjcx .first:hover .img img{
	transform:scale(1.1);
}
.index2 .kjcx .first .txt{
	padding: 30px 20px;
	width:34%;
	background: url(../img/kjcxtxt.png) no-repeat center;
	background-size: 100% 100%;
}
.index2 .kjcx .first .img,.index2 .kjcx .first .txt{
	height: 235px;
}
.index2 .kjcx .first .txt h2{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.index2 .kjcx .first .time{
	width: 88px;
	height: 28px;
	background: url(../img/time2.png) no-repeat center;
	margin-bottom: 20px;
}

.index2 .kjcx .first .time span{
	width: 50%;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #d7000e;
}
.index2 .kjcx .first  .time span:nth-child(1){
	font-weight: bold;
}

.index2 .kjcx .li a{
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	text-indent: 30px;
}
.index2 .kjcx .li span{
	font-size: 18px;
	color: #999;
	float: right;
}

.index2 .kjcx .li {
    line-height: 49px;
    background: url(../img/libg1.png) no-repeat center left;
}


.index2 .pblist1 li{
	padding:0;
	border:0;
	margin-bottom: 30px;
}
.pblist2 li .time{
	width: 68px;
}
.pblist2 li .time p{
	color: #d7000e;
	font-size: 24px;
	text-align: center;
}
.pblist2 li .time p:nth-child(2){
	font-size: 16px;
	margin-top: 5px;
}
.pblist2 li h2{
	font-size: 16px;
	color: #333;
	line-height: 35px;
	font-weight: normal;
	border-left: 1px solid #c8c8c8;
	text-indent: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 90px);
}
.pblist2 li{
	padding: 0 20px;
}
.pblist2 li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
	border-bottom: 1px dashed #c8c8c8;
	padding: 12px 0;
}
.pblist2 ul{
	border: 1px solid #cecece;
	background: #fff;
}

.pblist2 li:last-child a{
	border:0;
}
.pblist2 li:hover{
	background: url(../img/pblist2bg.png) no-repeat center;
	background-size: cover;
}
.pblist2 li:hover h2,.pblist2 li:hover .time p{
	color: #fff;
}



.index3{
	padding: 40px 0;
}
.index3 .pblist2 li a{
	padding: 18px 0;
}
.index3 .djgz{
	width: 36%;
	margin-right: 3%;
}
.index3 .zdxcp{
	width:33%;
}
.index3 .zdxcp ul{
	padding: 12px;
	border: 1px solid #cecece;
}
.index3 .zdxcp .first {
	margin-bottom: 20px;
}
.index3 .zdxcp .first a{
	display: block;
	position: relative;
}
.index3 .zdxcp .first a::before{
	position: absolute;
	background: url(../img/btm.png) no-repeat center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	z-index: 1;
	background-size: cover;
}
.index3 .zdxcp .first a::after{
	position: absolute;
	background: url(../img/bf.png) no-repeat center;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 55px;
	height: 55px;
	right: 0;
	margin: auto;
	z-index: 2;
}
.index3 .zdxcp .first a img{
	width:100%;
	height: 210px;
	object-fit: cover;
}

.index3 .zdxcp .li{
	border: 1px solid #fff0f1;
	line-height: 40px;
	margin-bottom: 10px;
	background: #fffafa;
}
.index3 .zdxcp .li a{
	border-left: 4px solid #d7000e;
	display: block;
	text-indent: 18px;
	font-size: 16px;
	color: #999;
}
.index3 .zdxcp .ztzl{
	margin-top: 20px;
}
.index3 .zdxcp .ztzl img{
	width:100%;
	height: 130px;
	/* object-fit:cover; */
}

.index3 .lxwm{
	float: right;
	width: 25%;
}
.index3 .lxwm .info{
	padding: 40px 20px;
	background: url(../img/lxwmbg.png) no-repeat center;
	height: 562px;
	background-size: cover;
}
.index3 .lxwm .ewm {
	text-align: center;
}
.index3 .lxwm .ewm img{
	border: 3px solid #dd2b37;
}
.index3 .lxwm .ewm h2{
	font-size: 24px;
	color: #333;
	margin-top: 30px;
	font-weight: normal;
}
.index3 .lxwm h3{
	font-size: 18px;
	color: #f0a5a5;
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
	line-height: 30px;
}
.index3 .lxxx {
	width: 85%;
	margin: 40px auto 0;
}
.index3 .lxxx p{
	font-size: 16px;
	color: #ec8383;
	line-height: 30px;
}


.index3 .yjzs{
	margin-top: 60px;
}

.index3 .yjzs li{
	float: left;
	width: 19.2%;
	margin-right: 1%;
}
.index3 .yjzs li:last-child{
	margin-right: 0;
}
.index3 .yjzs li:hover .img img{
	transform:scale(1.1);
}
.index3 .yjzs li .img{
	width: 100%;
	height: 198px;
	overflow: hidden;
}
.index3 .yjzs li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index3 .yjzs li p{
	font-size: 16px;
	color: #333;
	line-height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.links{
	margin-top: 40px;
}
.links .dome {
    margin-right: 2%;
    position: relative;
    float: left;
    width: 23.5%;
}

.links .dome:last-child {
    margin-right: 0;
}

.links .tt {
    width: 100%;
    height: 55px;
    background: #d7000e;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 55px;
    cursor: pointer;
    background-image: url(../img/jtbottom.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.links .dome-list {
    line-height: 35px;
    display: none;
    position: absolute;
    top: 55px;
    width: 100%;
    background: #ffe9eb;
    z-index: 20;
    max-height: 185px;
    overflow: auto;
}
.links .dome-list a {
    padding: 0 18px;
    display: block;
    height: 45px;
    line-height: 45px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #fafafa;
}

.links .dome-list a:hover {
    color: #d7000e;
}