@charset "UTF-8";

body {
	overflow-x: hidden;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.banner {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner .slick-list {
	position: relative;
}

.banner .slick-list::after {
	/* content: ''; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;

	height: 2.47rem;
}

.banner .slick-slide a {
	display: block;
	overflow: hidden;
	position: relative;
}

.banner .slick-slide img {
	display: block;
	width: 100%;
	transform: scale(1.1);
	transition: all 5s ease-out;
}

.banner .img_scale img {
	transform: scale(1);
}

.banner .slick-dots {
	bottom: 0.35rem;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	z-index: 9;
}

.banner .slick-dots li {
	vertical-align: middle;
	margin: 0 0.1rem;
	padding: 0;
	width: 0.4rem;
	height: 0.03rem;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 0.2rem;
	transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
	width: 0.3rem;
	height: 0.3rem;
	background: url(../images/ban_dot.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
}

.banner .slick-dots li button {
	display: none;
}

/* .banner .slick-prev,
.banner .slick-next {
	width: 0.3rem;
	height: 0.3rem;
	top: inherit;
	transform: none;
	bottom: 0.33rem;
	z-index: 2;
}

.banner .slick-prev {
	left: inherit;
	right: 50%;
	margin-right: 1rem;

	background-size: 100% 100%;
}

.banner .slick-next {
	right: inherit;
	left: 50%;
	margin-left: 1rem;

	background-size: 100% 100%;
} */

/*首页样式*/

.title {
	position: relative;
	display: flex;
	align-items: center;
}

.title h3 {
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 1;
	padding-right: 0.2rem;
}

.title h3::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 1.71rem;
	width: 1.57rem;
	height: 1.21rem;
	background: url(../images/tit_bg2.png) no-repeat;
	background-size: 100% 100%;
}

.title h3 span {
	display: block;
	width: 1.2rem;
	height: 1.1rem;
	background: url(../images/tit_bg1.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding-bottom: 0.1rem;
	padding-right: 0.18rem;
}

.title h3 span img {
	vertical-align: bottom;
	max-width: 0.62rem;
	max-height: 0.6rem;
}

.title h3 b {
	font-family: 'sySong';
	font-size: 0.36rem;
	font-weight: bold;
	color: #76211B;
	padding-bottom: 0.1rem;
}

.title hr {
	display: block;
	flex: 1;
	min-width: 0;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin-top: 0.35rem;
}

.more {
	margin-top: 0.35rem;
}

.more a {
	display: block;
	font-family: 'sySong';
	font-size: 0.18rem;
	color: #863B36;
	width: 1.29rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background: url(../images/more1.png) no-repeat right top;
	background-size: 100% 100%;
	text-align: center;
	transition: all 0.5s;
}

.more a:hover {
	padding-right: 0;
}

/*主体*/

.section1 {
	padding-top: 0.6rem;
	padding-bottom: 0.88rem;
}

.s1-c ul {
	display: flex;
	justify-content: space-between;
	margin-top: 0.34rem;
}

.s1-c ul li {
	width: 33.33%;
}

.s1-c ul li a {
	display: flex;
	flex-direction: column;
}

.s1-c ul li a .bg_img {
	height: 2.6rem;
}

.s1-c ul li a .s1-ctx {
	height: 2.6rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 0.3rem;
	background: url(../images/s1-ctx_zs1.png) no-repeat right bottom;
	background-size: 1.47rem 0.27rem;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}

.s1-c ul li a .s1-ctx::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	transition: all 0.5s;
	background: url(../images/s1-ctx_bg.jpg) no-repeat;
	background-size: cover;
	z-index: -1;
}

.s1-c ul li:nth-child(2) a .s1-ctx::before {
	top: inherit;
	bottom: 0;
}

.s1-c ul li a .s1-ctx h3 {
	font-size: 0.2rem;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.5s;
}

.s1-c ul li a .s1-ctx p {
	font-size: 0.14rem;
	line-height: 0.24rem;
	height: 0.96rem;
	color: #9E9E9E;
	margin-top: 0.22rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.s1-c ul li a .s1-ctx::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 0.2rem solid #fff;
	border-left: 0.21rem solid transparent;
	border-right: 0.21rem solid transparent;
	transition: all 0.5s;
}

.s1-c ul li:nth-child(2) a .s1-ctx::after {
	top: -0.2rem;
	border-top: none;
	border-bottom: 0.2rem solid #fff;
}

.s1-c ul li:hover a .s1-ctx::before {
	height: 100%;
}

.s1-c ul li:hover a .s1-ctx::after {
	border-top-color: #76211B;
}

.s1-c ul li:nth-child(2):hover a .s1-ctx::after {
	border-bottom-color: #76211B;
}

.s1-c ul li:hover a .s1-ctx {
	border-color: #76211B;
}

.s1-c ul li:hover a .s1-ctx h3 {
	color: #fff;
}

.s1-c ul li:hover a .s1-ctx p {
	color: #fff;
}


.section2 {
	position: relative;
	padding-top: 0.56rem;
	padding-bottom: 0.6rem;
	background: url(../images/section2_bg.png) no-repeat;
	background-size: cover;
}

.s2-zs {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 3.5rem;
	height: 1.93rem;
}

.s2-c {
	margin-top: 0.1rem;
	height: 5.23rem;
	padding-top: 1.53rem;
	padding-left: 0.93rem;
	padding-right: 0.93rem;
	position: relative;
}

.s2-s {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/s2-s.png) no-repeat;
	background-size: 100% 100%;
}

.s2-c ul {
	display: flex;
	flex-wrap: wrap;
}

.s2-c ul li {
	width: 33.333%;
}

.s2-c ul li a {
	display: flex;
	align-items: center;
	border-left: 1px dashed rgba(176, 139, 102, 0.35);
	padding: 0.3rem;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}

.s2-c ul li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1.46rem;
	height: 0.29rem;
	background: url(../images/s2-zs2.png) no-repeat;
	background-size: 100% 100%;
	transform: scale(0);
	transform-origin: right;
	transition: all 0.5s;
}

.s2-c ul li a .date p {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.32rem;
	color: #76211B;
	position: relative;
}

.s2-c ul li a .date p::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.2rem;
	height: 0.02rem;
	background: #76211B;
}

.s2-c ul li a .date span {
	display: block;
	font-size: 0.14rem;
	line-height: 1;
	color: #3D3D3D;
	margin-top: 0.07rem;
}

.s2-c ul li a h3 {
	flex: 1;
	min-width: 0;
	padding-left: 0.25rem;
	font-size: 0.18rem;
	line-height: 0.26rem;
	max-height: 0.52rem;
	color: #111111;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.s2-c ul li:hover a {
	background: rgba(255, 255, 255, 0.29);
}

.s2-c ul li:nth-child(1) a,
.s2-c ul li:nth-child(2) a,
.s2-c ul li:nth-child(3) a {
	border-bottom: 1px dashed rgba(176, 139, 102, 0.35);
}

.s2-c ul li:nth-child(3n + 1) a {
	border-left: none;
}

.s2-c ul li:hover a::before {
	transform: none;
}

.s2-c ul li:hover a h3 {
	color: #76211B;
	font-weight: bold;
}


.section3 {
	padding-top: 0.52rem;
	padding-bottom: 0.9rem;
}

.s3-c {
	margin-top: 0.35rem;
}

.s3-c ul li a {
	display: block;
	margin: 0 0.3rem;
}

.s3-c ul li a .pic {
	padding-top: 56.9%;
}

.s3-c ul li a .s2-tx {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 0.3rem;
	position: relative;
	z-index: 1;
}

.s3-c ul li a .s2-tx::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	background: url(../images/s3-bg.jpg) no-repeat;
	background-size: cover;
	z-index: -1;
	transition: all 0.5s;
}

.s3-c ul li a .s2-tx h3 {
	font-family: 'sySong';
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.36rem;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.5s;
}

.s3-c ul li a .s2-tx p {
	font-size: 0.14rem;
	line-height: 0.24rem;
	height: 0.72rem;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 0.05rem;
	transition: all 0.5s;
}

.s3-c ul li:hover a .s2-tx::before {
	height: 100%;
}

.s3-c ul li:hover a .s2-tx h3 {
	color: #fff;
}

.s3-c ul li:hover a .s2-tx p {
	color: #fff;
}


.section4 {
	background: url(../images/section4_bg.png) no-repeat;
	background-size: cover;
	padding-top: 0.56rem;
	padding-bottom: 1.12rem;
}

.s4-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.3rem;
}

.s4-l,
.s4-r {
	width: 50%;
}

.s4-l {
	background: url(../images/s4-lbg.jpg) no-repeat;
	background-size: cover;
	padding: 0.5rem;
}

.s4-l ul li a {
	display: block;
	font-size: 0.18rem;
	line-height: 0.6rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	background: url(../images/s4-sj.png) no-repeat left center;
	background-size: 0.16rem 0.16rem;
	padding-left: 0.26rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	position: relative;
	left: 0;
	transition: all 0.5s;
}

.s4-l ul li:hover a {
	left: 0.05rem;
	color: #76211B;
}

.s4-r {}

.s4-r ul li a {
	display: block;
	position: relative;
}

.s4-r ul li a .bg_img {
	height: 5.31rem;
}

.s4-r ul li:hover a .bg_img .a {
	transform: scale(1.1);
}

.s4-r ul li a .bg_img::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1.6rem;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.s4-r ul li a h3 {
	position: absolute;
	left: 0.3rem;
	right: 1.8rem;
	bottom: 0.36rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #fff;
	transition: all 0.5s;
}

.s4-r ul li:hover a h3 {
	left: 0.25rem;
}

.s4-r .slick-dots {
	position: absolute;
	width: auto;
	right: 0.32rem;
	bottom: 0.44rem;
	font-size: 0;
}

.s4-r .slick-dots li {
	vertical-align: middle;
	position: static;
	width: 0.1rem;
	height: 0.1rem;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	margin: 0 0.05rem;
	padding: 0;
	position: relative;
}

.s4-r .slick-dots li.slick-active {
	background: #D8D8D8;
	border-color: #D8D8D8;
}

.s4-r .slick-dots li button {
	display: none;
}

/* .s1-l .slick-prev,
.s1-l .slick-next {
	width: 0.5rem;
	height: 0.5rem;
	top: auto;
	transform: none;
	bottom: 0.3rem;
	z-index: 1;
	transition: all 0.3s;
}

.s1-l .slick-prev {
	left: auto;
	right: 0.5rem;
	background-color: #F95A41;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0.11rem 0.13rem;
}

.s1-l .slick-next {
	right: 0;
	background-color: rgba(53, 58, 191, 0.5); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0.11rem 0.13rem;
}

.s1-l .slick-prev:hover,
.s1-l .slick-next:hover {
	transform: scale(1.05);
} */


@media screen and (max-width:1400px) {}

@media screen and (max-width:1300px) {}

@media screen and (max-width: 1024px) {

	.banner,
	.banner div.slick-list,
	.banner .slick-slide a,
	.banner .slick-slide a img {
		height: auto;
	}

	.banner .slick-dots {
		bottom: 0.25rem;
	}

}

@media screen and (max-width: 768px) {
	.section1 {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}

	.title h3 b {
		font-size: 0.3rem;
	}

	.title h3 span {
		width: 0.9rem;
		height: 0.83rem;
		padding-right: 0.1rem;
	}

	.title h3 span img {
		max-width: 0.48rem;
		max-height: 0.46rem;
	}

	.title h3::before {
		left: 1.3rem;
		width: 1.1rem;
		height: 0.85rem;
	}

	.more a {
		font-size: 0.16rem;
		width: 1.1rem;
		height: 0.34rem;
		line-height: 0.34rem;
	}

	.s1-c ul {
		flex-direction: column;
		margin-top: 0;
	}

	.s1-c ul li {
		width: 100%;
		margin-top: 0.3rem;
	}

	.s1-c ul li a .bg_img {
		order: 1;
		height: auto;
		padding-top: 55.79%;
	}

	.s1-c ul li a .s1-ctx {
		order: 2;
		height: auto;
		padding: 0.2rem;
	}

	.s1-c ul li a .s1-ctx::after {
		display: none;
	}

	.s1-c ul li a .s1-ctx p {
		height: auto;
		max-height: 0.96rem;
		font-size: 12px;
		margin-top: 0.1rem;
	}

	.section2 {
		padding-top: 0.4rem;
		padding-bottom: 0.3rem;
	}

	.s2-zs {
		width: 2.2rem;
		height: 1.21rem;
	}

	.s2-c {
		margin-top: 0.1rem;
		height: auto;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.s2-s {
		display: none;
	}

	.s2-c ul li {
		width: 100%;
	}

	.s2-c ul li a {
		border-left: none;
		border-bottom: 1px dashed rgba(176, 139, 102, 0.35);
		padding: 0.2rem;
	}

	.s2-c ul li a .date p {
		font-size: 0.2rem;
	}

	.s2-c ul li a h3 {
		font-size: 0.2rem;
	}

	.section3 {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}

	.s3-c ul li a {
		margin: 0 0.15rem;
	}

	.s3-c ul li a .s2-tx {
		padding: 0.2rem;
	}

	.s3-c ul li a .s2-tx p {
		font-size: 12px;
	}

	.section4 {
		padding-top: 0.3rem;
		padding-bottom: 0.8rem;
	}

	.s4-l,
	.s4-r {
		width: 100%;
	}

	.s4-l {
		padding: 0.2rem;
	}

	.s4-l ul li a {
		font-size: 0.2rem;
		line-height: 0.7rem;
	}

	.s4-r ul li a h3 {
		font-size: 0.2rem;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}

.s2-c .date {
    min-width: 50px;
}