@charset "utf-8";


body {
	overflow-x: hidden;
}

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: auto;
}
.banner .slick img {
	width: 100%;
	height: auto;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner a {
	display: block;
	position: relative;
}

.banner .slick-slide a img {
	display: block;
	width: 100%;
}

.banner .slick-dots {
	width: 100%;
	max-width: 1400px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 36px;
	text-align: right;
}

.banner .slick-dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: 0 7px;
	transition: all 0.3s;
}

.banner .slick-dots li button {
	display: none;
}


.banner .slick-dots li.slick-active {
	background: #fff;
}

.banner::after {
	content: "";
	position: absolute;
	right: 50%;
	margin-right: 700px;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #165aad;
}

.banner .kslj {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
	font-size: 0;
}

.banner .kslj ul {
	display: inline-block;
	background: #165aad;
	height: 60px;
	line-height: 60px;
	padding-right: 60px;
	position: relative;
}

.banner .kslj ul::before {
	content: "";
	position: absolute;
	right: -59px;
	top: 0;
	border-top: 30px solid transparent;
	border-bottom: 30px solid #165aad;
	border-left: 30px solid #165aad;
	border-right: 30px solid transparent;
}

.banner .kslj ul h3 {
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.banner .kslj ul h3 img {
	vertical-align: -5px;
	padding-right: 10px;
}

.banner .kslj ul li {
	float: left;
	margin-left: 40px;
}

.banner .kslj ul li a {
	display: block;
	font-size: 18px;
	color: #fff;
	background-image: url(../images/kslj-sj.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

.banner .kslj ul li a:hover {
	opacity: 0.8;
}


/*首页主体*/


.title {
	text-align: center;
	position: relative;
}

.title h3 {
	font-family: 'sySong';
	font-size: 36px;
	position: relative;
}

.title h3 p {
	font-family: 'sySong';
	font-size: 18px;
	color: #999;
}

.title h3::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	right: 50%;
	margin-right: 100px;
	height: 1px;
	background: #e0e0e0;
}

.title h3::after {
	content: "";
	position: absolute;
	top: 30px;
	right: 80px;
	left: 50%;
	margin-left: 100px;
	height: 1px;
	background: #e0e0e0;
}

.more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.more a {
	display: block;
	font-size: 16px;
	color: #666;
	transition: all 0.3s;
}

.more a span {
	display: block;
}

.more a:hover {
	color: #104f9e;
}

.section1 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.s1-c {
	margin-top: 50px;
}

.s1-l {
	width: 670px;
	margin-right: 60px;
}

.s1-l ul li a {
	display: block;
	position: relative;
	transition: all 0.3s;
}

.s1-l ul li .pic {
	padding-top: 458px;
}

.s1-l ul li .pic::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 145px;
	background: url(../images/jdt-yy.png) repeat-x center;
}

.s1-l ul li a:hover .pic img {
	transform: scale(1.1);
}

.s1-l ul li .s1-linfo {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding: 0 20px;
	z-index: 1;
}

.s1-l ul li .s1-linfo h3 {
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-l ul li .s1-linfo p {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	background: url(../images/rl.png) no-repeat left center;
	padding-left: 27px;
}

.s1-l .slick-dots {
	width: auto;
	right: 16px;
	bottom: 30px;
}

.s1-l .slick-dots li {
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 4px;
}

.s1-l .slick-dots li.slick-active {
	background: #fff;
}

.s1-l .slick-dots li button {
	display: none;
}

.s1-r {
	overflow: hidden;
}

.s1-rt {
	background-color: #f5f5f5;
	padding: 25px 30px;
}

.s1-rt h3 {
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-rt p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 15px;
}

.s1-r ul {
	margin-top: 16px;
}

.s1-r ul li {
	border-bottom: 1px dashed #eee;
	line-height: 60px;
}

.s1-r ul li a {
	display: block;
	transition: all 0.3s;
	background: url(../images/yd.png) no-repeat left center;
	padding-left: 16px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-r ul li span {
	float: right;
	font-size: 14px;
	padding-left: 10px;
}

.xz-r1 ul {
	margin-top: 0;
}

.xz-r1 ul li {
	line-height: 63px;
}

.xz-r1 ul li a {
	display: block;
	background: none;
	padding-left: 0;
	transition: none;
}

.xz-r1 ul li .xz-rt {
	flex-wrap: nowrap;
}

.xz-r1 ul li .xz-rt h3 {
	font-size: 16px;
	background: url(../images/yd.png) no-repeat left center;
	padding-left: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.xz-r1 ul li p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 15px;
	white-space: initial;
	display: none;
}

.xz-r1 ul li.on a {
	padding: 25px 30px;
	background: #f5f5f5;
}

.xz-r1 ul li.on p {
	display: block;
}

.xz-r1 ul li.on .xz-rt h3 {
	background: none;
	padding-left: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}

.xz-r1 ul li.on .xz-rt span {
	display: none;
}
















.section2 {
	padding: 0 0 50px 0;
}

.section2 .title {
	text-align: left;
	margin-bottom: 30px;
}

.section2 .title h3::before {
	display: none;
}

.section2 .title h3::after {
	left: 60px;
}

.s2-l,
.s2-r {
	width: 48%;
}

.s2-l ul li {
	margin-top: 34px;
}

.s2-l ul li a {
	display: block;
	overflow: hidden;
	transition: all 0.3s;
}

.s2-l ul li .date {
	float: left;
	width: 80px;
	height: 80px;
	background: #104f9e;
	text-align: center;
	color: #fff;
	margin-right: 25px;
}

.s2-l ul li .date p {
	font-size: 30px;
	font-weight: bold;
	line-height: 46px;
}

.s2-l ul li .date span {
	display: block;
	font-size: 14px;
	line-height: 33px;
	border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

.s2-l ul li .s2-linfo {
	overflow: hidden;
	height: 80px;
	border-bottom: 1px dashed #dcdcdc;
}

.s2-l ul li .s2-linfo h3 {
	font-size: 18px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
}

.s2-l ul li .s2-linfo p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 5px;
}

.s2-l ul li a:hover .s2-linfo h3 {
	color: #104f9e;
	font-weight: bold;
}

.s2-r ul li {
	margin-top: 18px;
}

.s2-r ul li a {
	display: block;
	border: 1px solid #eeeeee;
	border-left: 3px solid #e5e5e5;
	padding: 12px 20px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 16px;
	transition: all 0.3s;
}

.s2-r ul li a:hover {
	font-weight: bold;
	background: #eee;
	border-left-color: #104f9e;
}


.section3 {
	padding: 0 0 50px 0;
}

.section3 .title {
	text-align: left;
}

.section3 .title h3::before {
	display: none;
}

.section3 .title h3::after {
	left: 60px;
}

.s3-l,
.s3-r {
	width: 48%;
}

.s3-l ul li {
	width: 48%;
	margin-top: 30px;
}

.s3-l ul li a {
	display: block;
	border: 1px solid #e5e5e5;
	padding: 20px;
	transition: all 0.3s;
}

.s3-l ul li h3 {
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s3-l ul li hr {
	width: 30px;
	height: 2px;
	background: #165aad;
	border: none;
	margin: 15px 0;
}

.s3-l ul li p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.s3-l ul li a:hover {
	background-color: #165aad;
}

.s3-l ul li a:hover h3,
.s3-l ul li a:hover p {
	color: #fff;
}

.s3-l ul li a:hover hr {
	background-color: #fff;
}

.s3-rt {
	margin-top: 30px;
}

.s3-rt a {
	display: block;
	overflow: hidden;
}

.s3-rt .s3-rt-pic {
	float: left;
	width: 260px;
}

.s3-rt .s3-rt-pic .pic {
	padding-top: 180px;
}

.s3-rt .s3-r-tx {
	overflow: hidden;
	background-color: #165aad;
	padding: 20px;
	height: 180px;
}

.s3-rt .s3-r-tx h3 {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s3-rt .s3-r-tx hr {
	width: 30px;
	height: 2px;
	background: #fff;
	border: none;
	margin: 20px 0;
}

.s3-rt .s3-r-tx p {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: rgba(255, 255, 255, 0.6);
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s3-rt a:hover .s3-r-tx h3 {
	text-decoration: underline;
}

.section4 {}

.s4-c {
	margin-top: 30px;
}

.s4-c ul {
	margin-left: -20px;
	margin-right: -20px;
}

.s4-c .slick-list {
	padding-bottom: 20px;
}

.s4-c ul li a {
	display: block;
	margin: 0 20px;
	transition: all 0.3s;
}

.s4-c ul li .pic {
	padding-top: 62.5%;
}

.s4-c ul li .s4-tx {
	border: 1px solid #eee;
	padding: 20px;
	position: relative;
}

.s4-c ul li .s4-tx::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 4px;
	background: #b8270a;
	transform: scaleX(0);
	transition: all 0.3s;
}

.s4-c ul li .s4-tx h3 {
	font-size: 22px;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s4-c ul li .s4-tx h4 {
	font-size: 16px;
	color: #999;
	margin: 15px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s4-c ul li .s4-tx p {
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.s4-c ul li a:hover {
	box-shadow: 0px 2px 10px 0px rgba(4, 0, 0, 0.2);
}

.s4-c ul li a:hover .s4-tx::after {
	transform: none;
}





@media screen and (max-width:1600px) {}

@media screen and (max-width:1500px) {}

@media screen and (max-width: 1440px) {
	.banner .kslj {
		left: 0;
		transform: translateX(0);
		margin-left: 0;
		margin-right: 0;
	}

	.banner .kslj ul {
		padding-left: 20px;
	}

	.banner::after {
		display: none;
	}
}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {
	.s1-l {
		width: 600px;
		margin-right: 40px;
	}

	.s1-l ul li .pic {
		padding-top: 68.35%;
	}

	.s1-rt {
		padding: 20px;
	}

	.section1 .s1-r ul li {
		line-height: 54px;
	}
}


@media screen and (max-width: 1024px) {

	.banner .kslj {
		position: static;
	}

	.banner .slick-dots {
		text-align: center;
		bottom: 10px;
	}

	.banner .slick-dots li {
		width: 10px;
		height: 10px;
	}

	.banner .kslj ul {
		width: 100%;
		padding-right: 20px;
		height: 50px;
		line-height: 50px;
	}

	.banner .kslj ul::before {
		display: none;
	}

	.banner .kslj ul h3 img {
		height: 20px;
		vertical-align: -3px;
		padding-right: 6px;
	}

	.banner .kslj ul h3 {
		font-size: 16px;
	}

	.banner .kslj ul li {
		margin-left: 20px;
	}

	.banner .kslj ul li a {
		font-size: 16px;
	}

	.title h3 {
		font-size: 26px;
	}

	.title h3 p {
		font-size: 14px;
	}

	.title h3::before {
		top: 20px;
		margin-right: 80px;
	}

	.title h3::after {
		top: 20px;
		margin-left: 80px;
		right: 70px;
	}

	.more a {
		font-size: 14px;
	}

	.section1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.s1-c {
		margin-top: 20px;
	}

	.s1-l {
		float: none;
		width: 100%;
	}

	.s1-l ul li .s1-linfo h3 {
		font-size: 16px;
		line-height: 30px;
	}

	.s1-l ul li .s1-linfo p {
		font-size: 12px;
		background-size: auto 14px;
		padding-left: 24px;
	}

	.s1-l ul li .s1-linfo {
		bottom: 15px;
	}

	.s1-l .slick-dots {
		bottom: 15px;
	}

	.s1-l .slick-dots li {
		width: 8px;
		height: 8px;
	}

	.section1 .s1-r {
		margin-top: 20px;
	}

	.xz-r1 ul li.on a {
		padding: 15px 20px;
	}

	.xz-r1 ul li p {
		margin-top: 10px;
	}

	.section2 {
		padding: 0 0 30px 0;
	}

	.section2 .title h3::after {
		left: 50px;
	}

	.s2-l,
	.s2-r {
		width: 100%;
	}

	.s2-r {
		margin-top: 30px;
	}

	.s2-l ul li {
		margin-top: 20px;
	}

	.s2-l ul li .date {
		width: 64px;
		height: 64px;
	}

	.s2-l ul li .date p {
		font-size: 24px;
		line-height: 36px;
	}

	.s2-l ul li .date span {
		font-size: 12px;
		line-height: 26px;
	}

	.s2-l ul li .s2-linfo {
		height: 64px;
	}

	.s2-l ul li .s2-linfo h3 {
		font-size: 16px;
	}

	.s2-l ul li .s2-linfo p {
		line-height: 26px;
		margin-top: 0;
	}

	.s2-r ul li a {
		line-height: 26px;
		padding: 10px 15px;
	}

	.s3-l,
	.s3-r {
		width: 100%;
	}

	.s3-l ul li h3 {
		height: auto;
		max-height: 60px;
	}

	.s3-r {
		margin-top: 30px;
	}

	.s3-rt .s3-r-tx h3 {
		height: auto;
		max-height: 48px;
	}

	.s3-r .s1-r ul li {
		line-height: 50px;
	}

	.s4-c ul {
		margin-left: -10px;
		margin-right: -10px;
	}

	.s4-c ul li a {
		margin: 0 10px;
	}

	.s4-c ul li .s4-tx {
		padding: 15px 20px;
	}

	.s4-c ul li .s4-tx h3 {
		font-size: 18px;
	}

	.s4-c ul li .s4-tx h4 {
		margin: 10px 0;
	}

}

@media screen and (max-width: 768px) {
	.banner .kslj ul {
		height: 40px;
		line-height: 40px;
	}

	.banner .kslj ul h3 {
		font-size: 14px;
	}

	.banner .kslj ul h3 img {
		height: 14px;
		vertical-align: -2px;
		padding-right: 5px;
	}

	.banner .kslj ul li {
		margin-left: 15px;
	}

	.banner .kslj ul li a {
		font-size: 14px;
		background-size: auto 8px;
		padding-left: 12px;
	}

	.title h3 {
		font-size: 24px;
	}

	.title h3 p {
		font-size: 12px;
	}

	.title h3::before {
		top: 18px;
		margin-right: 60px;
	}

	.title h3::after {
		top: 18px;
		margin-left: 60px;
		right: 60px;
	}

	.more a {
		font-size: 12px;
	}

	.section1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.s1-rt h3 {
		font-size: 16px;
	}

	.s1-rt p {
		margin-top: 10px;
	}

	.section1 .s1-r ul li {
		line-height: 46px;
	}

	.s1-r ul {
		margin-top: 5px;
	}

	.s2-l ul li .date {
		margin-right: 20px;
	}

	.s2-l ul li .date p {
		font-size: 22px;
	}

	.section3 {
		padding: 0 0 30px 0;
	}

	.s3-l ul li {
		margin-top: 20px;
	}

	.s3-l ul li a {
		padding: 15px 20px;
	}

	.s3-l ul li h3 {
		font-size: 16px;
	}

	.s3-l ul li hr {
		margin: 10px 0;
	}

	.s3-l ul li p {
		font-size: 12px;
	}

	.s3-r .s1-r ul li {
		line-height: 46px;
	}
}

@media screen and (max-width: 640px) {
	.section1 .title {
		text-align: left;
	}

	.title h3::before {
		display: none;
	}

	.title h3::after {
		left: 50px;
	}

	.xz-r1 ul li.on .xz-rt h3 {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	.banner .kslj ul h3 {
		font-size: 12px;
	}

	.banner .kslj ul li {
		margin-left: 10px;
	}

	.banner .kslj ul li a {
		font-size: 12px;
		background-size: auto 6px;
		padding-left: 10px;
	}

	.banner .kslj ul {
		height: auto;
		line-height: 24px;
		padding: 8px 20px;
	}

	.s3-rt .s3-rt-pic {
		float: none;
		width: 100%;
	}

	.s3-rt .s3-rt-pic .pic {
		padding-top: 69.23%;
	}

	.s3-l ul li {
		width: 100%;
	}

	.s3-rt .s3-r-tx hr {
		margin: 10px 0;
	}

	.s3-rt .s3-r-tx {
		height: auto;
		padding: 15px 20px;
	}

}

@media screen and (max-width: 375px) {}
