@charset "utf-8";

/*banner*/

.banner {
	position: relative;
}

.banner::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 159px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(84, 103, 97, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.banner a {
	display: block;
	position: relative;
	z-index: 2;
}

.banner .slick-slide img {
	display: block;
	width: 100%;
}

.banner a p {
	display: none;
}

.banner .slick-dots {
	width: 100%;
	font-size: 0;
	bottom: 31px;
	text-align: center;
	z-index: 1;
}

.banner .slick-dots li {
	vertical-align: middle;
	width: 33px;
	height: 33px;
	line-height: 33px;
	border-radius: 50%;
	border: 1px dashed rgba(255, 255, 255, 0.3);
	margin: 0 51px;
	position: relative;
	transition: all 0.3;
}

.banner .slick-dots li::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -13px;
	width: 8px;
	height: 4px;
	background: url(../images/ban-l.png) no-repeat;
	background-size: 100% 100%;
	opacity: 0.8;
	transition: all 0.3;
}

.banner .slick-dots li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -13px;
	width: 8px;
	height: 4px;
	background: url(../images/ban-r.png) no-repeat;
	background-size: 100% 100%;
	opacity: 0.8;
	transition: all 0.3;
}

.banner .slick-dots li.slick-active {
	width: 48px;
	height: 44px;
	line-height: 44px;
	background: url(../images/ban-dot.png) no-repeat center;
	background-size: 100% 100%;
	border: none;
}

.banner .slick-dots li.slick-active::before,
.banner .slick-dots li.slick-active::after {
	opacity: 1;
}

.banner .slick-dots li .dot-page {
	font-size: 18px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.3);
	transition: all 0.3;
}

.banner .slick-dots li.slick-active .dot-page {
	color: #fff;
}

/*公用标题*/
.title {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 13px;
}

.title::before {
	content: '';
	position: absolute;
	top: 18px;
	left: 0;
	right: 50%;
	margin-right: 102px;
	border-bottom: 1px solid #D8D8D8;
}

.title::after {
	content: '';
	position: absolute;
	top: 18px;
	right: 0;
	left: 50%;
	margin-left: 102px;
	border-bottom: 1px solid #D8D8D8;
}

.title h3 {
	display: inline-block;
	font-family: 'sySong';
	font-size: 34px;
	font-weight: normal;
	line-height: 1;

	position: relative;
	z-index: 1;
}

.title h3 a {
	display: block;
	color: #9F181E;
}

.title h3::before {
	content: '';
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	width: 240px;
	height: 36px;
	background: url(../images/tit1.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.title h3 a span {
	color: #3D3D3D;
}

.more {
	position: absolute;
	top: 36%;
	transform: translateY(-50%);
	right: 0;
}

.more a {
	display: block;
	width: 67px;
	height: 36px;
	line-height: 36px;
	background: url(../images/more1.png) no-repeat center bottom;
	font-size: 16px;
	color: #9B9B9B;
	text-align: center;
	transition: all 0.4s;
}

.more:hover a {
	color: #9F181E;
}

/*首页板块*/
.section1 {
	background: url(../images/section1-bg.png) no-repeat center;
	background-size: cover;
	padding-top: 70px;
}

.s1-c {
	justify-content: space-between;
}

.s1-l {
	width: 766px;
	position: relative;
	z-index: 1;
}

.s1-l::before {
	content: '';
	position: absolute;
	top: -70px;
	left: 0;
	height: 150px;
	border-left: 1px dashed #9F181E;
	z-index: -1;
}

.s1-l .title {
	margin-right: 68px;
}

.s1-lbox {
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.33) 100%);
	padding: 1px 68px 0 40px;
	position: relative;
}

.s1-lbox::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 766px;
	height: 3px;
	background: url(../images/s1-lbox-x.png) no-repeat;
	background-size: 100% 100%;
}

.s1-lbox::after {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	width: 40px;
	height: 40px;
	background: url(../images/s1-lzs.png) no-repeat;
	background-size: 100% 100%;
}

.s1-lbox p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 28px;
}

.s1-lbox p.f20 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 17px;
}

.s1-lbox p.x {
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.s1-lbox .cgxz {
	width: 658px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: url(../images/s1-cgxz.png) no-repeat;
	background-size: 100% 100%;
	font-family: 'sySong';
	font-weight: 900;
	font-size: 34px;
	color: #B37C39;
	margin-top: 28px;
}

.s1-lbox h3 {
	width: 127px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	background: url(../images/s1-lbox-h3.png) no-repeat;
	font-size: 24px;
	margin-top: 28px;
}

.s1-lbox h3:nth-child(2) {
	margin-top: 20px;
}

.s1-r {
	width: 634px;
}

.s1-r .title h3::before {
	width: 291px;
	background-image: url(../images/tit3.png);
}

.s1-r .title::before {
	margin-right: 127px;
}

.s1-r .title::after {
	margin-left: 127px;
}

.s1-rt {
	height: 415px;
	border-radius: 10px;
	overflow: hidden;
}

.s1-rt ul li a {
	display: block;
}

.s1-rt ul li a .pic {
	height: 100%;
	height: 419px;
}

.s1-rd {
	height: 218px;
	padding-top: 21px;
	position: relative;
}

.s1-rd::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 219px;
	background: url(../images/s1-rzs.png) no-repeat;
	z-index: -1;
}

.s1-rd ul {
	height: 100%;
	justify-content: center;
}

.s1-rd ul li {
	margin: 0 70px;
}

.s1-rd ul li a {
	display: block;
	width: 155px;
	height: 141px;
	background: url(../images/s1-rd-libg.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 16px;
	padding-left: 16px;
}

.s1-rd ul li a .k {
	width: 109px;
	height: 109px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.s1-rd ul li a .icon {
	text-align: center;
}

.s1-rd ul li a h3 {
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	text-align: center;
	color: #fff;
	background: url(../images/s1-r1.png) no-repeat center bottom;
	background-size: 76px 6px;
	padding-bottom: 8px;
	transition: all 0.4s;
}

.s1-rd ul li:hover a .icon {
	animation: icon-yh 1s linear;
}

.s1-rd ul li:hover a h3 {
	color: #EFC380;
}

.section2 {
	padding-top: 60px;
	padding-bottom: 70px;
	background: url(../images/section2-bg.png) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.section2::before {
	content: '';
	position: absolute;
	top: 174px;
	left: 50%;
	right: 0;
	width: 100%;
	height: 12px;
	background: url(../images/s2-x.png) repeat-x;
	z-index: -1;
}

.section2 .title {
	margin-bottom: 63px;
}

.section2 .title::after,
.section3 .title::after {
	right: 86px;
}

.s2-c {
	justify-content: space-between;
}

.jdt {
	width: 773px;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px 0px rgba(159, 24, 30, 0.1);
}

.jdt ul li a {
	display: block;
	width: 100%;
}

.jdt ul li a .pic {
	display: block;
	width: 100%;
	height: 457px;
	overflow: hidden;
	position: relative;
}

.jdt ul li a .pic img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.4s;
}

.jdt ul li a .pic .date {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 84px;
	height: 84px;
	text-align: center;
	background: rgba(159, 24, 30, 0.9);
	color: #fff;
}

.jdt ul li a .pic .date>p {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	padding-top: 12px;
}

.jdt ul li a .pic .date>span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 5px;
}

.jdt ul li:hover a .pic img {
	transform: scale(1.1);
}

.jdt ul li .s1-lintro {
	width: 100%;
	padding: 15px 24px 24px;
}

.jdt ul li .s1-lintro h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	color: #262626;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.jdt ul li:hover .s1-lintro h3 {
	color: #9F181E;
}

.jdt ul li .s1-lintro>p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	color: rgba(17, 17, 17, 0.6);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.jdt .slick-dots {
	right: 36px;
	bottom: 120px;
	text-align: right;
	font-size: 0;
}

.jdt .slick-dots li {
	margin: 0 12px;
	width: 10px;
	height: 10px;
	font-size: 0;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	transition: all 0.4s;
}

.jdt .slick-dots li button {
	display: none;
}

.jdt .slick-dots li.slick-active {
	background-color: #fff;
}

.s2-r {
	width: 627px;
	padding: 16px 28px 0 31px;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	margin-top: 12px;
}

.s2-r ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 88px;
	border-bottom: 1px dashed #E4E4E4;
	transition: all 0.4s;
}

.s2-r ul li a h3 {
	max-width: calc(100% - 110px);
	font-size: 20px;
	font-weight: normal;
	line-height: 34px;
	color: #262626;
	background: url(../images/s2-r1.png) no-repeat left center;
	padding-left: 43px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.4s;
	width: auto;
	position: relative;
	padding-right: 34px;
}
.s2-r ul li a h3 b{
	width: 34px;
	position:absolute;
	top: 4px;
	right: 0;
	height: 34px;
}

.s2-r ul li a .date {
	width: 100px;
	font-size: 15px;
	line-height: 20px;
	color: #C4C4C4;
	transition: all 0.4s;
}

.s2-r ul li a .date span {
	font-size: 24px;
	padding-right: 3px;
}

.s2-r ul li:hover a h3 {
	background-image: url(../images/s2-r2.png);
	padding-left: 56px;
	color: #9F181E;
}

.s2-r ul li:hover a {
	border-bottom-color: #9F181E;
}

.s2-r ul li:hover a .date {
	color: #9F181E;
}

.section3 {
	padding-top: 67px;
	padding-bottom: 77px;
	background: url(../images/section3-bg.png) no-repeat center;
	background-size: cover;
}

.section3 .title {
	margin-bottom: 43px;
}

.s3-c ul li a {
	display: block;
}

.s3-c ul li .date {
	width: 148px;
	height: 148px;
	border-radius: 50%;
	margin: 0 auto;
	background: #FBF7F0;
	box-sizing: border-box;
	border: 1px solid rgba(159, 24, 30, 0.5);
	text-align: center;
	padding-top: 23px;
	transition: all 0.4s;
}

.s3-c ul li .date p {
	font-size: 36px;
	line-height: 20px;
	color: #9F181E;
	transition: all 0.4s;
}

.s3-c ul li .date span {
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #C4C4C4;
	margin-top: 13px;
	transition: all 0.4s;
}

.s3-c ul li:hover .date {
	background: #9F181E;
	border: 1px solid #9F181E;
}

.s3-c ul li:hover .date p {
	color: #fff;
}

.s3-c ul li:hover .date span {
	color: rgba(255, 255, 255, 0.5);
}

.s3-c ul li .s3-ctx {
	width: 124px;
	height: 422px;
	background: url(../images/s3-li1.png) no-repeat;
	margin: 0 auto;
	margin-top: -64px;
	padding: 39px 32px 96px 32px;
	transition: all 0.4s;
}

.s3-c ul li .s3-ctx h3 {
	writing-mode: tb-rl;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	width: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: -webkit-box; */
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.4s;
}

.s3-c ul li:hover .s3-ctx {
	background-image: url(../images/s3-li2.png);
}

.s3-c ul li:hover .s3-ctx h3 {
	color: #9F181E;
}

.s3-c .slick-list {
	overflow: hidden;
}

.s3-c .slick-prev,
.s3-c .slick-next {
	width: 74px;
	height: 60px;
	z-index: 9;
	transition: all 0.4s;
}

.s3-c .slick-prev {
	left: -75px;
	background: url(../images/s3-prev.png) no-repeat;
	background-size: 100% 100%;
}

.s3-c .slick-next {
	right: -75px;
	background: url(../images/s3-next.png) no-repeat;
	background-size: 100% 100%;
}

.s3-c .slick-prev:hover,
.s3-c .slick-next:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1580px) {
	.s3-c .slick-prev {
		left: 0;
	}

	.s3-c .slick-next {
		right: 0;
	}

	.s3-c .slick-list {
		margin: 0 40px;
	}
}