@charset "utf-8";

.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: 100%;
}

body {
	overflow-x: hidden;
}


/*banner*/

.banner {
	overflow: hidden;
}

.banner .slick {
	position: relative;
	z-index: 9;
}

.banner .slick-slide a {
	display: block;
	position: relative;
}

.banner .slick-slide a img {
	display: block;
	width: 100%;
}

.banner .slick-dots {
	bottom: 56px;
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: right;
	font-size: 0;
	height: 26px;
	line-height: 26px;
}

.banner .slick-dots li {
	width: 12px;
	height: 12px;
	font-size: 0;
	border: 3px solid #fff;
	border-radius: 50%;
	margin: 0 6px;
	vertical-align: middle;
	position: relative;
	transition: all 0.3s;
}

.banner .slick-dots li::after {
	content: "";
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 1px;
	background: #fff;
	transition: all 0.3s;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-dots li.slick-active {
	width: 26px;
	height: 26px;
	border: 6px solid #c9161d;
	margin-left: 62px;
}

.banner .slick-dots li.slick-active::after {
	width: 34px;
}


/*首页样式*/

.tit {
	line-height: 40px;
	position: relative;
}

.tit h3 {
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #c9161d;
	position: relative;
	z-index: 1;
}

.tit h3 i {
	float: left;
	display: block;
	font-style: normal;
	font-size: 0;
	position: relative;
	margin-right: 10px;
}

.tit h3 i img {
	vertical-align: -17px;
}

.tit h3 i::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 37px;
	width: 2px;
	height: 10px;
	background: rgba(201, 22, 29, 0.15);
}

.tit h3 span {
	position: absolute;
	left: 0;
	bottom: 10px;
	font-size: 40px;
	font-weight: bold;
	color: #ededed;
	z-index: -1;
}

.tit h3:after {
	content: "";
	position: absolute;
	left: 105%;
	bottom: 5px;
	width: 50px;
	height: 2px;
	background: rgba(201, 22, 29, 0.15);
}

.more a {
	display: block;
	font-size: 14px;
	color: #353535;
	transition: all 0.3s;
}

.more a em {
	font-style: normal;
	font-family: "宋体";
	font-size: 14px;
	color: #353535;
	padding-left: 2px;
}

.more a:hover,
.more a:hover em {
	color: #c9161d;
}



/*主体样式*/

.section1 {
	background: #f9f9f9 url(../images/section1-bg.png)no-repeat center bottom;
	padding: 80px 0;
}

.s1-l {
	width: 860px;
	margin-right: 40px;
}

.s1-l ul li {
	float: left;
	width: 47.6%;
}

.s1-l ul li:nth-child(3),
.s1-l ul li:nth-child(4) {
	margin-top: 45px;
}

.s1-l ul li a {
	display: block;
	position: relative;
}

.s1-l ul li:nth-child(even) {
	margin-left: 4.8%;
}

.s1-l ul li .pic {
	width: 100%;
	padding-top: 65.85%;
}

.s1-l ul li .s1-linfo {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 20px;
}

.s1-l ul li .s1-linfo h3 {
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	text-align: center;
}

.s1-l ul li a .s1-linfo>p {
	font-size: 16px;
	color: #999;
	line-height: 36px;
	height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 10px;
}

.s1-r {
	overflow: hidden;
	padding-top: 5px;
}

.s1-r ul {
	margin-top: 6px;
}

.s1-r ul li {
	border-bottom: 1px dashed #ddd;
}

.s1-r ul li a {
	display: block;
	padding: 18px 0;
	transition: all 0.3s;
}

.s1-r ul li p {
	font-size: 14px;
	color: #666666;
	background: url(/images/time1.png) no-repeat center left;
	padding-left: 25px;
	line-height: 22px;
}


.s1-r ul li h3 {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-r ul li a:hover h3 {
	color: #c9161d;
}

.s1-r ul li a:hover {
	padding: 18px 0 18px 15px;
}



.section2 {
	padding: 80px 0;
	background: url(/images/section2-bg.png) no-repeat center;
	background-size: cover;
}

.section2 .tit h3 {
	color: #fff;
}

.section2 .tit h3 span {
	color: rgba(201, 22, 29, 0.2);
}

.section2 .tit h3 i::after {
	background: rgba(255, 255, 255, 0.3);
}

.section2 .tit h3:after {
	background: rgba(255, 255, 255, 0.3);
}

.section2 .more a,
.section2 .more a em {
	color: #fff;
	position: relative;
	z-index: 2;
}

.section2 .more a:hover {
	text-decoration: underline;
}

.s2-l {
	width: 60%;
}

.s2-l .public-sjlist {
	margin-top: 20px;
}

.s2-l .public-sjlist li {
	float: left;
	width: 48%;
}

.s2-l .public-sjlist li:nth-child(even) {
	margin-left: 4%;
}

.s2-l .public-sjlist li {
	padding: 15px 0;
}

.s2-l .public-sjlist li a {
	display: block;
}

.s2-l .public-sjlist li .date {
	margin-right: 20px;
	text-align: right;
	padding-right: 20px;
	position: relative;
}

.s2-l .public-sjlist li .date::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 46px;
	background: rgba(255, 255, 255, 0.3);
}

.s2-l .public-sjlist li .date p {
	font-size: 24px;
	color: #fff;
}

.s2-l .public-sjlist li .date span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	margin-top: 10px;
}

.s2-l .public-sjlist li h3 {
	overflow: hidden;
	font-size: 0;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
}

.s2-l .public-sjlist li h3 p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	transition: all 0.3s;
}

.s2-l .public-sjlist li a:hover h3 p {
	text-decoration: underline;
}





.s2-r {
	width: 37.14%;
}

.s2-r .tit h3 i::after {
	height: 18px;
	left: 36%;
	transform: translateX(0);
	top: 30px;
}

.s2-r ul {
	margin-top: 20px;
}

.s2-r ul li a {
	display: block;
	line-height: 30px;
	overflow: hidden;
	margin-top: 22px;
	transition: all 0.3s;

}

.s2-r ul li a span {
	display: block;
	float: left;
	color: rgba(255, 255, 255, 0.6);
}

.s2-r ul li a em {
	display: block;
	float: left;
	width: 92px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-style: normal;
	font-size: 14px;
	background: rgba(201, 22, 29, 0.5);
	color: #fff;
	margin-left: 10px;
}

.s2-r ul li a h3 {
	float: left;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	width: calc(100% - 176px);
	color: #fff;
	margin-left: 10px;
}

.s2-r ul li a:hover h3 {
	text-decoration: underline;
}

.s2-r .slick-dots {
	position: static;
	margin-top: 15px;
	font-size: 0;
}

.s2-r .slick-dots li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	padding: 0 5px;
	transition: all 0.3s;
}

.s2-r .slick-dots li.slick-active {
	background: #fff;
	width: 32px;
	border-radius: 6px;
}

.s2-r .slick-dots li button {
	display: none;
}



.section3 {
	padding: 50px 0 60px 0;
}

.section3 .s1-tit {
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.section3 .s1-tit ul {
	line-height: 40px;
	padding: 15px 0;
	font-size: 0;
}

.section3 .s1-tit ul li {
	display: inline-block;
	width: 40%;
	max-width: 300px;
	margin: 0 80px;
}

.section3 .s1-tit ul li a {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #c9161d;
	text-align: center;
	position: relative;
	z-index: 1;
}

.section3 .s1-tit ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -24px;
	height: 2px;
	background: #c9161d;
	display: none;
}

.section3 .s1-tit ul li a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -24px;
	border-top: 12px solid transparent;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #c9161d;
	display: none;
}

.section3 .s1-tit ul li a i {
	display: inline-block;
	font-style: normal;
	font-size: 0;
	position: relative;
	margin-right: 10px;
	vertical-align: middle;
}

.section3 .s1-tit ul li a i img {
	vertical-align: middle;
}

.section3 .s1-tit ul li a span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	font-size: 40px;
	font-weight: bold;
	color: #ededed;
	z-index: -1;
}

.section3 .s1-tit ul li.on a::before {
	display: block;
}

.section3 .s1-tit ul li.on a::after {
	display: block;
}

.section3 .s1-tit ul li.on a::before {
	display: block;
}

.section3 .s1-tit ul li.on a::after {
	display: block;
}

.section3 .s1-bd {
	position: relative;
	margin-top: 40px;
}

.section3 .s1-bd>ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
}

.section3 .s1-bd>ul.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.s3-c ul {
	margin-left: -20px;
	margin-right: -20px;
}

.s3-c ul li a {
	display: block;
	margin: 0 20px;
}

.s3-c ul li .pic {
	padding-top: 56.36%;
}

.s3-c ul li .s3-cinfo {
	padding: 25px 0;
}

.s3-c ul li .s3-cinfo h3 {
	font-size: 20px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s3-c ul li .s3-cinfo p {
	font-size: 14px;
	color: #666;
	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;
	line-height: 24px;
}

.s3-c ul li a:hover .s3-cinfo h3 {
	color: #c9161d;
}

.gd {
	text-align: center;
}

.gd a {
	display: inline-block;
	margin: 0 auto;
	line-height: 36px;
	position: relative;
	transition: all 0.3S;
}

.gd a::before {
	content: "";
	position: absolute;
	left: -60px;
	top: 0;
	width: 34px;
	height: 34px;
	border: 1px solid #c9161d;
	border-radius: 50%;
}

.gd a::after {
	content: "";
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 10px;
	background: url(/images/gd.png) no-repeat;
	transition: all 0.3s;
}

.gd:hover a {
	color: #c9161d;
}

.gd:hover a::after {
	left: -35px;
}



.section4 {
	padding: 0 0 60px 0;
}

.s4-w {
	width: 31.4%;
	height: 210px;
}

.s4-c,
.s4-r {
	margin-left: 2.9%;
}

.s4-l,
.s4-c {
	background: #eee;
}


.s4-w ul li {
	float: left;
	width: 50%;
}

.s4-w ul li a {
	display: block;
}

.s4-l h3 {
	float: left;
	width: 40px;
	text-align: center;
	height: 100%;
	background: #c9161d;
	padding: 45px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	writing-mode: lr-tb;
	line-height: 30px;
}

.s4-l ul {
	overflow: hidden;
	padding: 35px 20px;
}

.s4-l ul li {
	width: 50%;
	text-align: center;
}

.s4-l ul li:nth-child(3),
.s4-l ul li:nth-child(4) {
	margin-top: 30px;
}

.s4-l ul li .pic1 {
	line-height: 30px;
}

.s4-l ul li p {
	font-size: 16px;
	color: #353535;
}

.s4-l ul li a:hover p {
	color: #c9161d;
}

.s4-l ul li a:hover .pic1 img {
	animation: icon-yh 0.6s linear;
}


.s4-c ul {
	padding: 34px 20px;
}

.s4-c ul li {
	width: 33.333%;
	text-align: center;
}

.s4-c ul li:nth-child(4),
.s4-c ul li:nth-child(5),
.s4-c ul li:nth-child(6) {
	margin-top: 30px;
}

.s4-c ul li .pic1 {
	line-height: 30px;
}

.s4-c ul li .pic1 img{
max-width:26px;
}

.s4-c ul li p {
	font-size: 16px;
	color: #353535;
}

.s4-c ul li a:hover p {
	color: #c9161d;
}

.s4-c ul li a:hover .pic1 img {
	animation: icon-yh 0.6s linear;
}


.s4-r ul {
	margin-left: -10px;
	margin-right: -10px;
}

.s4-r ul li a {
	margin: 0 10px;
}

.s4-r ul li:nth-child(1) a {
	background: url(/images/s4-r1.jpg) no-repeat;
	background-size: cover;
}

.s4-r ul li:nth-child(2) a {
	background: url(/images/s4-r2.jpg) no-repeat;
	background-size: cover;
}

.s4-r ul li:nth-child(3) a {
	background: url(/images/s4-r3.jpg) no-repeat;
	background-size: cover;
	margin-top: 20px;
}

.s4-r ul li:nth-child(4) a {
	background: url(/images/s4-r4.jpg) no-repeat;
	background-size: cover;
	margin-top: 20px;
}

.s4-r ul li a {
	text-align: center;
	font-size: 30px;
	line-height: 95px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.s4-r ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #c9161d;
	transform: scaleX(0);
	z-index: -1;
	transition: all 0.5s;
}

.s4-r ul li a:hover::after {
	transform: none;
}

.w1 {
	display: block;
}

.w2 {
	display: none;
	margin-bottom: 10px;
}





@media screen and (max-width: 1600px) {}


@media screen and (max-width:1420px) {
	.banner .slick-dots {
		padding: 0 20px;
	}
}

@media screen and (max-width:1300px) {
	.s1-l {
		width: 720px;
	}

	.s1-r ul li:last-child {
		display: none;
	}
}

@media screen and (max-width:1200px) {
	.s1-l {
		width: 660px;
	}

	.s1-r ul li a {
		padding: 14px 0;
	}

}

@media screen and (max-width: 1024px) {

	html,
	body,
	.banner,
	.banner .slick,
	.banner .slick div,
	.banner .slick-slide a,
	.banner .slick-slide a img {
		height: auto !important;
	}

	.banner .slick-dots {
		text-align: center;
		bottom: 15px;
	}

	.tit h3 {
		font-size: 26px;
	}

	.tit h3 span {
		font-size: 34px;
	}

	.tit h3:after {
		width: 32px;
	}

	.tit h3 i img {
		max-height: 26px;
		vertical-align: -15px;
	}

	.tit h3 i::after {
		top: 35px;
	}

	.more a,
	.more a em {
		font-size: 12px;
	}

	.section1 {
		padding: 30px 0;
	}

	.s1-l {
		float: none;
		width: 100%;
	}

	.s1-l ul li {
		float: left;
		width: 48.5%;
	}

	.s1-l ul li:nth-child(even) {
		margin-left: 3%;
	}

	.s1-l ul li:nth-child(3),
	.s1-l ul li:nth-child(4) {
		margin-top: 30px;
	}

	.s1-l ul li .s1-linfo {
		height: 40px;
	}

	.s1-l ul li .s1-linfo h3 {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	.s1-r {
		margin-top: 30px;
	}

	.s1-r ul li a {
		padding: 10px 0;
	}

	.s1-r ul li p {
		font-size: 12px;
		background-size: auto 12px;
		padding-left: 20px;
	}

	.s1-r ul li h3 {
		font-size: 16px;
	}

	.section2 {
		padding: 30px 0;
	}

	.s2-l,
	.s2-r {
		float: none;
		width: 100%;
	}

	.s2-r {
		margin-top: 30px;
	}

	.s2-l .public-sjlist li {
		padding: 10px 0;
	}

	.s2-l .public-sjlist {
		margin-top: 10px;
	}

	.s2-r ul {
		margin-top: 0;
	}

	.s2-r .slick-dots li {
		width: 10px;
		height: 10px;
	}

	.s2-r .slick-dots li.slick-active {
		width: 26px;
	}

	.section3 {
		padding: 30px 0;
	}

	.section3 .s1-tit ul li {
		width: 20%;
	}

	.section3 .s1-tit ul li a {
		font-size: 26px;
	}

	.section3 .s1-tit ul li a span {
		font-size: 36px;
	}

	.section3 .s1-tit ul {
		padding: 5px 0;
	}

	.section3 .s1-tit ul li a::before {
		bottom: -13px;
	}

	.section3 .s1-tit ul li a::after {
		bottom: -11px;
		border-top: 6px solid transparent;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #c9161d;
	}

	.section3 .s1-tit ul li a i img {
		max-height: 24px;
	}

	.section3 .s1-bd {
		margin-top: 30px;
	}

	.s3-c ul {
		margin-left: -15px;
		margin-right: -15px;
	}

	.s3-c ul li a {
		margin: 0 15px;
	}

	.s3-c ul li .s3-cinfo h3 {
		font-size: 18px;
	}

	.s3-c ul li .s3-cinfo p {
		margin-top: 10px;
	}

	.s3-c ul li .s3-cinfo {
		padding: 15px 0;
	}

	.gd a {
		font-size: 14px;
		line-height: 28px;
	}

	.gd a::before {
		width: 28px;
		height: 28px;
	}

	.gd a::after {
		left: -46px;
	}

	.section4 {
		padding: 0 0 20px 0;
	}

	.s4-w {
		float: none;
		width: 100%;
		height: auto;
	}

	.s4-l h3 {
		width: 100%;
		height: 40px;
		line-height: 40px;
		padding: 0;
	}

	.s4-l ul{
		padding: 20px;
	}

	.s4-c,
	.s4-r {
		margin-left: 0;
		margin-top: 20px;
	}

	.s4-c ul {
		padding: 20px;
	}

	.s4-r ul li {
		width: 25%;
	}

	.s4-r ul li a {
		font-size: 26px;
	}

	.s4-r ul li:nth-child(3) a {
		margin-top: 0;
	}

	.s4-r ul li:nth-child(4) a {
		margin-top: 0;
	}

	.s4-l ul li {
		width: 25%;
	}
	.s4-l ul li:nth-child(3), .s4-l ul li:nth-child(4) {
		margin-top: 0;
	}

	.w1 {
		display: none;
	}

	.w2 {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.banner .slick-dots li.slick-active {
		width: 20px;
		height: 20px;
		margin-left: 34px;
	}

	.banner .slick-dots li::after {
		left: -38px;
	}

	.banner .slick-dots li.slick-active::after {
		width: 26px;
	}

	.section1 {
		padding: 25px 0 20px 0;
	}

	.s1-l ul li:nth-child(3),
	.s1-l ul li:nth-child(4) {
		margin-top: 20px;
	}

	.s1-r {
		margin-top: 10px;
	}

	.section3 .s1-tit ul li {
		width: 30%;
		margin: 0 50px;
	}
}

@media screen and (max-width: 640px) {
	.s2-l .public-sjlist li {
		float: none;
		width: 100%;
	}

	.s2-l .public-sjlist li:nth-child(even) {
		margin-left: 0;
	}

	.s4-l ul li {
		width: 50%;
	}

	.s4-l ul li:nth-child(3), .s4-l ul li:nth-child(4) {
		margin-top: 30px;
	}

	.s4-r ul li a {
		font-size: 22px;
	}

	.section3 .s1-tit ul li {
		width: 46%;
		margin: 0 2%;
	}

	.s3-c ul li .s3-cinfo h3 {
		font-size: 16px;
	}

	.s3-c ul li .s3-cinfo p {
		font-size: 13px;
	}
}

@media screen and (max-width: 480px) {
	.s1-l ul li {
		float: none;
		width: 100%;
	}

	.s1-l ul li:nth-child(even) {
		margin-left: 0;
	}

	.s1-l ul li:nth-child(2) {
		margin-top: 20px;
	}

	.s1-l ul li:nth-child(3),
	.s1-l ul li:nth-child(4) {
		display: none;
	}

	.s4-r ul li {
		width: 50%;
	}

	.s4-r ul li:nth-child(3),
	.s4-r ul li:nth-child(4) {
		margin-top: 20px;
	}

	.s4-r ul li a {
		line-height: 65px;
		font-size: 20px;
	}
}

@media screen and (max-width: 375px) {
	.s2-r ul li a span {
		font-size: 14px;
	}

	.s2-r ul li a em {
		font-size: 12px;
		width: 80px;
	}

	.s2-r ul li a h3 {
		width: calc(100% - 156px);
	}

	.section3 .s1-tit ul li {
		width: 50%;
		margin: 0;
	}

	.section3 .s1-tit ul li a {
		font-size: 22px;
	}
}

@media screen and (max-width: 320px) {
	.tit h3 span {
		font-size: 28px;
	}

}