@charset "utf-8";

/*banner*/
.banner .slick-slide img {
	width: 100%;
}

.banner .slick-slide a {
	display: block;
}

.banner .slick-dots {
	right: 50%;
	transform: translateX(-50%);
	bottom: 26px;
	text-align: center;
}

.banner .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0 6px;
}

.banner .slick-dots li button {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.4);
	border: 0;
}

.banner .slick-dots li.slick-active button {
	background: rgba(255, 255, 255, 1);
}

.banner .slick-prev,
.banner .slick-next {
	width: 74px;
	height: 74px;
}

.banner .slick-prev {
	left: 75px;
	background: url(../img/prev1.png) no-repeat;
}

.banner .slick-next {
	right: 75px;
	background: url(../img/next1.png) no-repeat;
}

/*公用标题*/

.tit {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.tit h3 {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #3e3e3e;
	position: relative;
}
.tit h3 a{
	display: inline-block;
}
.tit h3 a:hover{
	color: #dd131f;
}
.tit h3 span{
	font-size: 13px;
	padding-left: 10px;
}

.tit h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 46px;
	height: 2px;
	background: #a72d34;
}

.more a {
	display: block;
	font-size: 13px;
	color: #3e3e3e;
	transition: all 0.3s;
}

.more a:hover {
	color: #dd131f;
}


/*首页板块*/

.section1 {
	padding: 14px 0;
}

.s1-l {
	float: left;
	width: 700px;
}
.s1-lpic{
	width: 393px;
	height: 295px;
/* 	overflow: hidden; */
}
.s1-lpic a{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.s1-lpic a img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.s1-lpic a:hover img{
	transform: scale(1.06);
}
.s1-linfo{
	overflow: hidden;
}
.s1-linfo h3 a{
	display: block;
	padding-left: 20px;
	padding-right: 60px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	height: 48px;
	margin-top: 26px;
	overflow: hidden;
}
.s1-linfo h3 a:hover{
	color: #dd131f;
}
.s1-linfo span{
	display: block;
	padding-left: 20px;
	font-size: 12px;
	margin-top: 10px;
}
.s1-lbg{
	padding:20px 40px 20px 20px;
	background: #dd131f url(../img/jdt-zs.png) no-repeat right bottom;
	margin-top: 15px;
	height: 180px;
}
.s1-lbg p{
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.s1-lbg .gd a{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #eaf2f4;
	font-size: 14px;
	color: #7f0615;
	margin-top: 35px;
	transition: all 0.3s;
}
.s1-lbg .gd a:hover{
	margin-left: 5px;
}


.s1-r {
	float: right;
	width: 463px;
	padding-left: 17px;
	position: relative;
}
.s1-r::after{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 2px;
	height: 290px;
	background: #e7e7e7;
}

.public-list {
	margin-top: 25px;
}

.public-list li {
	font-size: 14px;
	line-height: 34px;
	background: url(../img/yd1.png) no-repeat left center;
	padding-left: 14px;
}

.public-list li span {
	float: right;
	font-size: 12px;
	color: #838383;
	padding-left: 15px;
}

.public-list li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.public-list li:hover a{
	color: #dd131f;
}
.public-list li:hover span{
	color: #dd131f;
}



.section2 {
	background: #f4f4f4;
	padding: 40px 0;
}

.section2>div {
	overflow: hidden;
}

.s2-l{
	width: 590px;
	margin-top: 20px;
}
.s2-lpic{
	width: 245px;
	height: 346px;
	margin-right: 30px;
}

.s2-lpic a,
.s2-lpic img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.s2-lpic a:hover img{
	transform: scale(1.05);
}

.s2-info{
	overflow: hidden;
}

.s2-info h3 a{
	display: block;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #696969;
}
.s2-info h3 a:hover{
	color: #dd131f;
}
.s2-info span{
	display: block;
	font-size: 12px;
	color: #bcbcbc;
	margin-top: 20px;
}

.s2-info p{
	font-size: 13px;
	line-height: 24px;
	max-height: 170px;
	overflow: hidden;
	color: #696969;
	margin-top: 30px;
}

.s2-info .gd a{
	display: block;
	margin-top: 52px;
	font-size: 14px;
	color: #696969;
}
.s2-info .gd a:hover{
	color: #dd131f;
}


.s2-r{
	width: 500px;
}
.s2-r ul li{
	margin-top: 20px;
}
.s2-r ul li a{
	display: block;
	background: #fff;
	border-radius: 6px;
	padding: 20px;
}
.s2-r ul li .s2-rdate{
	margin-right: 20px;
	text-align: center;
	position: relative;
	padding-right: 20px;
}
.s2-r ul li .s2-rdate::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 60px;
	background: #e5e5e5;
}
.s2-r ul li .s2-rdate p{
	font-size: 28px;
	color: #b13939;
}
.s2-r ul li .s2-rdate span {
	display: block;
	font-size: 12px;
	color: #c3c3c3;
}
.s2-r ul li .s2-rinfo{
	overflow: hidden;
}
.s2-r ul li .s2-rinfo h3{
	font-size: 15px;
	color: #666;
	white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
}
.s2-r ul li .s2-rinfo p{
	font-size: 12px;
	line-height: 16px;
	max-height: 32px;
	margin-top: 10px;
	color: #666;
}

.s2-r ul li a:hover {
	background: #dd131f;
}
.s2-r ul li a:hover .s2-rdate p,
.s2-r ul li a:hover .s2-rdate span,
.s2-r ul li a:hover .s2-rinfo h3,
.s2-r ul li a:hover .s2-rinfo p{
	color: #fff;
}


.section3 {
    padding: 60px 0;
}

.section3>div {
	overflow: hidden;
}

.s3-c ul li{
	float: left;
	width: 548px;
	margin-top: 20px;
}
.s3-c ul li:nth-child(even) {
	margin-left: 84px;
}
.s3-c ul li a{
	display: block;
	overflow: hidden;
	transition: all .3s;
}
.s3-c ul li .s3-cpic{
	float: right;
	width: 135px;
	height: 78px;
	border-radius: 8px;
	overflow: hidden;
	/* background: #dd131f; */
	transition: all .3s;
}
.s3-c ul li .s3-cpic img{
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
.s3-c ul li .s3-date{
	float: left;
	width: 60px;
	height: 54px;
	background: #e8eae9;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 20px;
	text-align: center;
	transition: all .3s;
}

.s3-c ul li .s3-date p{
	font-size: 18px;
	color: #a7a8a9;
	margin-top: 5px;
}
.s3-c ul li .s3-date span {
	font-size: 12px;
	color: #a7a8a9;
}

.s3-c ul li .s3-info{
	width: calc(100% - 155px);
}

.s3-c ul li .s3-info h3{
	font-size: 14px;
	color: #525252;
	white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
}
.s3-c ul li .s3-info p {
	font-size: 12px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	color: #525252;
	margin-top: 8px;
}

.s3-c ul li a:hover .s3-date{
	background: #dd131f;
}
.s3-c ul li a:hover .s3-date p,
.s3-c ul li a:hover .s3-date span{
	color: #fff;
}
.s3-c ul li a:hover .s3-info h3{
	color: #dd131f;
}
.s3-c ul li a:hover .s3-cpic {
	background: #eaf2f4;
}


.section4 {
	background: #f4f4f4;
	padding: 55px 0;
}

.s4-c{
	margin-top: 20px;
}

.s4-c ul li {
	float: left;
	width: 257px;
	margin-left: 50.5px;
}
.s4-c ul li:first-child{
	margin-left: 0;
}

.s4-c ul li a {
	display: block;
	background: #fff;
	text-align: center;
	transition: all .3s;
}
.s4-c ul li .s4-pic{
	width: 100%;
	height: 210px;
}
.s4-c ul li .s4-pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.s4-c ul li h4{
	font-size: 14px;
	line-height: 24px;
	padding: 20px;
	color: #666;
}
.s4-c ul li a:hover{
	background: #dd131f;
}
.s4-c ul li a:hover .s4-pic img{
	transform: scale(1.05);
}
.s4-c ul li a:hover h4{
	color: #fff;
}


.section5 {
	padding: 55px 0;
}

.picMarquee-left {
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}

.picMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
	display: none;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	
}

.picMarquee-left .hd .next {
	background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}

.picMarquee-left .bd {
	padding: 0;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 25px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic {
	width: 260px;
	height: 325px;
	overflow: hidden;
	float: left;
}

.picMarquee-left .bd ul li .pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.picMarquee-left .bd ul li a:hover .pic img {
	border-color: #999;
}

.picMarquee-left .bd ul li .s5-info {
	float: left;
	width: 180px;
	height: 325px;
	margin-left: 10px;
	background: #f4eaeb;
	padding: 20px;
	text-align: left;
}
.picMarquee-left .bd ul li .s5-info h3{
	font-size: 15px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	color: #666;
}
.picMarquee-left .bd ul li .s5-info span {
	display: block;
	font-size: 12px;
	color: #b9afb0;
	margin-top: 10px;
}
.picMarquee-left .bd ul li .s5-info p {
	font-size: 12px;
	line-height: 20px;
	max-height: 100px;
	margin-top: 30px;
	color: #7e7475;
	overflow: hidden;
}
.picMarquee-left .bd ul li .s5-info .gd{
	font-size: 13px;
	color: #787675;
	margin-top: 65px;
}
.picMarquee-left .bd ul li a:hover .s5-info h3,
.picMarquee-left .bd ul li a:hover .s5-info .gd{
	color: #b13939;
}

.section6{
	background: #f4f4f4;
	padding: 55px 0;
}
.picMarquee-left22 {
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}

.picMarquee-left22 .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
	display: none;
}

.picMarquee-left22 .hd .prev,
.picMarquee-left22 .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	
}

.picMarquee-left22 .hd .next {
	background-position: 0 -50px;
}

.picMarquee-left22 .hd .prevStop {
	background-position: -60px 0;
}

.picMarquee-left22 .hd .nextStop {
	background-position: -60px -50px;
}

.picMarquee-left22 .bd {
	padding: 0;
}

.picMarquee-left22 .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left22 .bd ul li {
	width: 233px;
	margin: 0 18px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picMarquee-left22 .bd ul li a{
	display: block;
	background: #fff;
}

.picMarquee-left22 .bd ul li .pic {
	width: 233px;
	height: 167px;
	overflow: hidden;
}

.picMarquee-left22 .bd ul li .pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.picMarquee-left22 .bd ul li a:hover .pic img {
	border-color: #999;
}

.picMarquee-left22 .bd ul li .s6-info {
	padding: 20px;
	text-align: left;
height:88px;
display:flex;
align-items: center;

}

.picMarquee-left22 .bd ul li .s6-info h3 {
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	color: #666;
}

.picMarquee-left22 .bd ul li a:hover .s6-info h3 {
	color: #b13939;
}