@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: auto;
}
.dblj .slick-track {
    margin: 0 auto;
}
.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;
	background: url(../images/ban-yy.png) repeat-x;
	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.25rem;
	font-size: 0;
	z-index: 1;
}

.banner .slick-dots li {
	margin: 0 0.07rem;
	padding: 0;
	width: 0.1rem;
	height: 0.1rem;
	background: #fff;
	border-radius: 50%;
	transition: all 0.5s;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-dots li.slick-active {
	background: #E8A724;
}


/* .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: url(../images/ban_prev.png) no-repeat;
	background-size: 100% 100%;
}

.banner .slick-next {
	right: inherit;
	left: 50%;
	margin-left: 1rem;
	background: url(../images/ban_next.png) no-repeat;
	background-size: 100% 100%;
} */

/*首页样式*/

.title {
	position: relative;
	text-align: left;
	margin-bottom: 0.2rem;
}

.tit-c {
	display: inline-block;
}

.tit-c h3 {
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.5rem;
	color: #2F2F2F;
	padding-left: 0.31rem;
	background: url(../images/tit.png) no-repeat left top;
	background-size: 0.2rem 0.2rem;
}

.more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: all 0.5s;
}

.more a {
	display: block;
	font-size: 0.18rem;
	line-height: 0.5rem;
	color: #474747;
	background: url(../images/more.png) no-repeat right center;
	background-size: 0.53rem 0.03rem;
	padding-right: 0.63rem;
	transition: all 0.5s;
}

.more:hover {
	right: 0.05rem;
}

.more:hover a {
	color: #9D0808;
}

/*主体*/

.section1 {
	padding-top: 0.4rem;
	padding-bottom: 0.47rem;
	overflow: hidden;
	background: url(../images/section1-bg.png) no-repeat center;
	background-size: cover;
}

.s1-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s1-l {
	width: 65.42%;
}

.s1-lbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #FFFFFF;
	padding: 0.25rem;
}

.jdt {
	width: 45.03%;
}

.jdt ul li a {
	display: block;
}

.jdt ul li a .bg_img {
	height: 2.35rem;
}

.jdt ul li:hover a .bg_img .a {
	transform: scale(1.1);
}

.jdt ul li a .jdt-tx {}

.jdt ul li a .jdt-tx h3 {
	font-size: 0.18rem;
	line-height: 0.3rem;
	height: 0.6rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.12rem;
	transition: all 0.5s;
}

.jdt ul li a .bg_img .date {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(225, 188, 128, 0.9);
	font-size: 0.16rem;
	font-weight: 350;
	color: #FFFFFF;
	padding: 0.05rem;
}

.jdt ul li a .bg_img .date span {
	font-family: Arial;
	font-size: 0.24rem;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 0.05rem;
}

.jdt ul li:hover a .jdt-tx h3 {
	color: #9D0808;
}

.s1-l-r {
	flex: 1;
	min-width: 0;
	padding-left: 0.28rem;
}

.s1-l-r ul li {
	overflow: hidden;
	line-height: 0.5rem;
}

.s1-l-r ul li span {
	float: right;
	padding-left: 0.2rem;
	font-size: 0.14rem;
	color: #9E9E9E;
}

.s1-l-r ul li a {
	display: block;
	font-weight: 400;
	font-size: 0.18rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	background: url(../images/s1-d.png) no-repeat left center;
	background-size: 0.06rem 0.08rem;
	padding-left: 0.16rem;
	position: relative;
	left: 0;
	transition: all 0.5s;
}

.s1-l-r ul li:hover a {
	left: 0.05rem;
	color: #9D0808;
	background-image: url(../images/s1-d2.png);
}

.s1-r {
	width: 31%;
}

.qh-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.2rem;
}

.qh-tit ul {
	display: flex;
	align-items: center;
	padding-left: 0.31rem;
	background: url(../images/tit.png) no-repeat left top;
	background-size: 0.2rem 0.2rem;
	line-height: 50px;
}

.qh-tit ul li {
	font-size: 0.24rem;
	color: #666666;
	line-height: 0.5rem;
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}

.qh-tit ul li:nth-child(2) {
	margin-left: 0.4rem;
}

.qh-tit ul li:nth-child(2)::before {
	content: '/';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -0.25rem;
	font-size: 0.24rem;
	color: #666666;
	transition: all 0.5s;
}

.qh-tit ul li:nth-child(2).on::before {
	font-size: 0.24rem;
	font-weight: normal;
	color: #666666;
}

.qh-tit ul li.on {
	font-size: 0.3rem;
	font-weight: bold;
	color: #2F2F2F;
}

.qh-more a {
	font-size: 0.18rem;
	line-height: 0.5rem;
	color: #474747;
	background: url(../images/more.png) no-repeat right center;
	background-size: 0.53rem 0.03rem;
	padding-right: 0.63rem;
	display: none;
}

.qh-more a.on {
	display: block;
}

.qh-bd {
	position: relative;
}

.qh-bd>ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
	background: #fff;
}

.qh-bd>ul.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.qh-bd>ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.1363rem 0.25rem;
	position: relative;
	z-index: 1;
}

.qh-bd>ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background: #9D0808;
	z-index: -1;
	transition: all 0.5s;
}

.qh-bd>ul li a .date {
	text-align: center;
}

.qh-bd>ul li a .date p {
	font-size: 0.26rem;
	font-weight: bold;
	color: #9D0808;
	transition: all 0.5s;
}

.qh-bd>ul li a .date span {
	display: block;
	margin-top: 0.05rem;
	width: 0.62rem;
	line-height: 0.2rem;
	border: 1px solid #D6D6D6;
	text-align: center;
	font-size: 0.14rem;
	color: #9E9E9E;
	transition: all 0.5s;
}

.qh-bd>ul li a h3 {
	flex: 1;
	min-width: 0;
	font-size: 0.18rem;
	line-height: 0.3rem;
	max-height: 0.6rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-left: 0.16rem;
	transition: all 0.5s;
}

.qh-bd>ul li:hover a::before {
	width: 100%;
}

.qh-bd>ul li:hover a .date p {
	color: #fff;
}

.qh-bd>ul li:hover a .date span {
	color: #fff;
	border: 1px solid #D6D6D6;
}

.qh-bd>ul li:hover a h3 {
	color: #fff;
	font-weight: bold;
}




.section2 {
	overflow: hidden;
	background: url(../images/section2_bg.png) no-repeat center;
	background-size: cover;
	padding: 0.54rem 0;
}

.s2-c ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.2rem;
}

.s2-c ul li {
	width: 33.333%;
}

.s2-c ul li a {
	display: block;
	margin: 0.13rem 0.2rem;
}

.s2-c ul li a .pic {
	padding-top: 42.14%;
}


.section3 {
	background: url(../images/section3-bg.png) no-repeat center;
	background-size: cover;
	padding-top: 0.4rem;
	padding-bottom: 0.7rem;
}

.s3-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s3-l {
	width: 49%;
}

.s3-l ul {
	border: 1px solid #EBEBEB;
	padding: 0.1rem 0.18rem;
}

.s3-l ul li {
	overflow: hidden;
	border-top: 1px dashed #B0BBD1;
	line-height: 0.5rem;
}

.s3-l ul li:first-child {
	border-top: 0;
}

.s3-l ul li span {
	float: right;
	font-size: 0.16rem;
	font-weight: 350;
	color: #666666;
	padding-left: 0.2rem;
}

.s3-l ul li a {
	display: block;
	font-size: 0.18rem;
	font-weight: 400;
	color: #222222;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	padding-left: 0.15rem;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}

.s3-l ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.05rem;
	height: 0.05rem;
	background: #9D0808;
	border-radius: 50%;
	transition: all 0.5s;
}

.s3-l ul li:hover a {
	padding-left: 0.28rem;
	color: #9D0808;
}

.s3-l ul li:hover a::after {
	width: 0.21rem;
	height: 0.18rem;
	background: url(../images/star.png) no-repeat;
	background-size: 100% 100%;
}


.s6-c {
	margin-top: 0.46rem;
}

.s6-c ul li a {
	display: block;
	padding-top: 0.05rem;
}

.s6-c ul li a .pic1 {
	width: 0.9rem;
	height: 0.9rem;
	margin: 0 auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.s6-c ul li a .pic1::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	padding: 0;
	background: linear-gradient(180deg, #BF0B0B 0%, #A40D0D 100%);
	opacity: 0.1;
	border-radius: 50%;
	z-index: -1;
	transition: all 0.5s;
}

.s6-c ul li:hover a .pic1::before {
	width: 100%;
	height: 100%;
	padding: 0.07rem;
}

.s6-c ul li a .pic1::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background: linear-gradient(180deg, #BF0B0B 0%, #A40D0D 100%);
	border: 1px dashed transparent;
	border-radius: 50%;
	z-index: -1;
	transition: all 0.5s;
}

.s6-c ul li:hover a .pic1::after {
	width: 100%;
	height: 100%;
}

.s6-c ul li a .pic1 img {
	max-width: 0.62rem;
	max-height: 0.6rem;
}

.s6-c ul li a .pic1 img:first-child {
	display: block;
}

.s6-c ul li a .pic1 img:nth-child(2) {
	display: none;
}

.s6-c ul li:hover a .pic1 img:first-child {
	display: none;
}

.s6-c ul li:hover a .pic1 img:nth-child(2) {
	display: block;
}

.s6-c ul li a h3 {
	text-align: center;
	font-size: 0.2rem;
	font-weight: normal;
	line-height: 0.32rem;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 0.1rem;
	transition: all 0.5s;
}

.s6-c ul li:hover a h3 {
	font-weight: bold;
	color: #9D0808;
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1300px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
	.section1 {
		padding-bottom: 0.4rem;
	}

	.s1-l,
	.s1-r,
	.jdt,
	.s1-l-r {
		width: 100%;
	}

	.s1-r,
	.s1-l-r {
		margin-top: 0.3rem;
	}

	.jdt ul li a .bg_img {
		height: auto;
		padding-top: 60.25%;
	}

	.jdt ul li a .jdt-tx h3 {
		font-size: 0.2rem;
		height: auto;
		max-height: 0.6rem;
		margin-top: 0.2rem;
	}

	.s1-l-r {
		flex: none;
		padding-left: 0;
	}

	.s1-l-r ul li a,
	.qh-bd>ul li a h3,
	.s3-l ul li a {
		font-size: 0.2rem;
	}

	.s1-l-r ul li span,
	.s3-l ul li span {
		font-size: 0.18rem;
	}

	.section2 {
		padding: 0.3rem 0;
	}

	.s2-c ul {
		margin: 0 -0.1rem;
	}

	.s2-c ul li {
		width: 50%;
	}

	.s2-c ul li a {
		margin: 0.1rem;
	}

	.s3-l {
		width: 100%;
	}

	.s3-r {
		margin-top: 0.3rem;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}