@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;
}

.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;
	background: url(../images/ban-bg.png) no-repeat center top;
	height: 3.6rem;
}

.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.28rem;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	height: 0.35rem;
	z-index: 9;
}

.banner .slick-dots li {
	vertical-align: middle;
	margin: 0 0.06rem;
	padding: 0;
	width: 0.1rem;
	height: 0.1rem;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
}

.banner .slick-dots li.slick-active {
	width: 0.4rem;
	height: 0.35rem;
	background: url(../images/ban-dot1.png) no-repeat;
	background-size: 100% 100%;
}

.banner .slick-dots li button {
	display: none;
}

/*首页样式*/

.title {
	position: relative;
	z-index: 1;
	text-align: center;
	height: 1.41rem;
	line-height: 1.41rem;
}

.title h3 {
	display: inline-block;
	font-size: 0.48rem;
	font-weight: normal;
	position: relative;
	z-index: 1;
}

.title h3::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.24rem;
	height: 1.41rem;
	background: url(../images/tit-bg.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.more {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	transition: all 0.3s;
}

.more a {
	display: block;
	font-size: 0.16rem;
	color: #666;
	line-height: 0.4rem;
	background: url(../images/more1.png) no-repeat right center;
	background-size: 0.4rem 0.4rem;
	padding-right: 0.56rem;
	transition: all 0.3s;
}

.more:hover {
	right: 0.05rem;
}

.more:hover a {
	color: #af0f0e;
	background-image: url(../images/more2.png);
}

/*主体*/
/* 侧边导航 */
#asideNav {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	display: none;
	transition: all 0.5s;
}

#asideNav .cl-logo {
	display: block;
	margin: 0 auto;
	width: 1rem;
}

#asideNav .a {
	width: 1.01rem;
	background: url(../images/cl-bg.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 0.28rem;
	position: relative;
	z-index: 1;
	margin-top: -0.18rem;
}

#asideNav ul {
	padding-top: 0.1rem;
	padding-bottom: 0.29rem;
}

#asideNav ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding: 0.1rem 0;
	transition: all 0.4s;
}

#asideNav ul li:hover a {
	background: #f39800;
}

#asideNav ul li a .pic1 {
	transition: all 0.5s;
}

#asideNav ul li a .pic1 img {
	max-height: 0.3rem;
	transition: all 0.5s;
	display: block;
}

#asideNav ul li a p {
	width: 100%;
	font-size: 0.16rem;
	line-height: 0.3rem;
	text-align: center;
	color: #fff;
	margin-top: 0.1rem;
}


.section1 {
	padding-top: 0.9rem;
	padding-bottom: 0.95rem;
	background: url(../images/section1-bg.jpg) no-repeat center bottom;
	background-size: cover;
	overflow: hidden;
}

.s1-c {
	align-items: flex-start;
	margin-top: 0.45rem;
}

.s1-l {
	width: 47.29%;
	position: relative;
	z-index: 1;
}

.s1-l::after {
	content: '';
	position: absolute;
	bottom: 1.4rem;
	left: 0;
	top: 0;
	right: 1.4rem;
	background: #b31b1b;
	z-index: -1;
}

.s1-l .slick-slider {
	margin-top: 0.2rem;
	margin-left: 0.2rem;
}

.s1-l ul li a {
	display: block;
	position: relative;
}

.s1-l ul li .bg_img {
	height: 4.8rem;
}

.s1-l ul li:hover .bg_img .a {
	transform: scale(1.1);
}

.s1-l ul li .s1-ltx {
	position: absolute;
	left: 0.2rem;
	right: 0;
	bottom: 0;
	background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	padding: 0.2rem 0.6rem 0.2rem 0.26rem;
	z-index: 1;
}

.s1-l ul li .s1-ltx h3 {
	font-size: 0.18rem;
	line-height: 0.24rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #fff;
}

.s1-l ul li .s1-ltx span {
	display: block;
	font-size: 0.14rem;
	background: url(../images/i_date.png) no-repeat left center;
	background-size: 0.14rem 0.14rem;
	padding-left: 0.3rem;
	line-height: 0.24rem;
	color: #fff;
	margin-top: 0.15rem;
}

.s1-l .slick-prev,
.s1-l .slick-next {
	width: 0.48rem;
	height: 0.48rem;
	top: auto;
	transform: none;
	bottom: -0.24rem;
	z-index: 1;
	transition: all 0.3s;
}

.s1-l .slick-prev {
	left: auto;
	right: 0.93rem;
	background: url(../images/s1-lprev.png) no-repeat;
	background-size: 100% 100%;
}

.s1-l .slick-next {
	right: 0.28rem;
	background: url(../images/s1-lnext.png) no-repeat;
	background-size: 100% 100%;
}

.s1-l .slick-prev:hover,
.s1-l .slick-next:hover {
	transform: scale(1.05);
}

.s1-r {
	width: 47.97%;
}
.s1-rt {
  display: flex;
}
.s1-rt a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 0.3rem;
	border-bottom: 1px dashed #d2d2d2;

display: block;
}

.s1-rt a .bg_img {
	width: 2.6rem;
	height: 1.8rem;
}

.s1-rt a:hover .bg_img .a {
	transform: scale(1.1);
}

.s1-rt a .s1-rtx {
	/* width: calc(100% - 2.9rem); */
	padding-left: .3rem;
}

.s1-rt a .s1-rtx h3 {
	font-size: 0.18rem;
	line-height: 0.3rem;
	height: 0.6rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.4s;
}

.s1-rt a:hover .s1-rtx h3 {
	color: #b31b1b;
}

.s1-rt a .s1-rtx p {
	font-size: 0.15rem;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.15rem;
	color: #999999;
}

.s1-rt a .s1-rtx span {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.14rem;
	color: #999999;
	background: url(../images/time-h.png) no-repeat left center;
	padding-left: 0.3rem;
}

.gg-list {
	margin-top: 0.15rem;
}

.gg-list li {
	font-size: 0.16rem;
	line-height: 0.58rem;
	position: relative;
	left: 0;
	transition: all 0.4s;
}

.gg-list li span {
	float: right;
	color: #666;
	padding-left: 0.2rem;
	transition: all 0.4s;
}

.gg-list li a {
	display: block;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.4s;
	font-size: 0.18rem;
}

.gg-list li:hover {
	left: 0.05rem;
}

.gg-list li:hover span,
.gg-list li:hover a {
	color: #b31b1b;
}

.section2 {
	padding-top: 0.94rem;
	padding-bottom: 0.6rem;
	background: url(../images/section2-bg.png) no-repeat right center;
	background-size: 3.29rem auto;
}

.s2-c {
	margin-top: 0.26rem;
}

.qh-tit ul {
	justify-content: center;
}

.qh-tit ul li {
	margin: 0 0.2rem;
	line-height: 0.38rem;
	font-size: 0.18rem;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.qh-tit ul li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0.4rem;
	border-top: 0.03rem solid transparent;
}

.qh-tit ul li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0.4rem;
	border-bottom: 0.03rem solid transparent;
}

.qh-tit ul li.on::before {
	border-top-color: #b40202;
}

.qh-tit ul li.on::after {
	border-bottom-color: #b40202;
}

.qh-tit ul li.on {
	font-size: 0.18rem;
	font-weight: bold;
	color: #b40202;
}

.qh-bd {
	position: relative;
	margin-top: 0.45rem;
}

.qh-bd>div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
}

.qh-bd>div.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.qh-k ul li {
	position: relative;
}

.qh-k ul .qf::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5rem;
	height: 1.67rem;
	background: url(../images/s2-libg.png) no-repeat center;
	background-size: 100% 100%;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}

.qh-k ul li:hover::after {
	visibility: visible;
	opacity: 1;
}

.qh-k ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0.2rem 0.4rem;
	padding: 0.32rem 0.3rem;
	border: 1px solid #b31b1b;
	transition: all 0.3s;
}

.qh-k ul li:hover a {
	border-color: transparent;
}

.qh-k ul li .date {
	width: 0.64rem;
}

.qh-k ul li .date p {
	font-size: 0.3rem;
	font-weight: bold;
	color: #bc1616;
	padding-bottom: 0.05rem;
	position: relative;
	transition: all 0.4s;
}

.qh-k ul li .date p::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.2rem;
	border-bottom: 0.02rem solid #af1a1a;
	transition: all 0.4s;
}

.qh-k ul li .date span {
	display: block;
	font-size: 0.16rem;
	color: #666;
	margin-top: 0.05rem;
	transition: all 0.4s;
}

.qh-k ul li hr {
	background: none;
	border: none;
	height: 0.72rem;
	margin: 0 0.2rem;
	border-left: 1px solid #dcdcdc;
	transition: all 0.4s;
}

.qh-k ul li:hover .date p,
.qh-k ul li:hover .date span {
	color: #fff;
}

.qh-k ul li:hover .date p::after {
	border-bottom-color: #fff;
}

.qh-k ul li h3 {
	width: calc(100% - 1.06rem);
	font-size: 0.18rem;
	line-height: 0.36rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
        max-height: 0.72rem;
}

.qh-k ul li h3 em {
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#fff, #fff);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}

.qh-k ul li:hover h3 em {
	color: #fff;
	font-weight: bold;
	background-size: 100% 1px;
}

.qh-k .slick-list {
	margin: 0 -0.4rem;
}

.qh-k .slick-dots {
	position: static;
	font-size: 0;
	margin-top: 0.05rem;
}

.qh-k .slick-dots li {
	vertical-align: middle;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: #b40202;
	margin: 0 0.09rem;
	transition: all 0.4s;
}

.qh-k .slick-dots li.slick-active {
	width: 0.5rem;
	height: 0.05rem;
	border-radius: 0.025rem;
}

.qh-k .slick-dots li button {
	display: none;
}

.section3 {
	background: url(../images/section3-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 1.2rem 0;
}

.s3-c {
	overflow: hidden;
}

.s3-r {
	float: right;
	width: 50%;
	padding: 0.55rem;
	background: #b31b1b url(../images/s3-rzs.png) no-repeat right bottom;
	background-size: 4.39rem auto;
}

.s3-r .title {
	text-align: left;
}

.s3-r .title h3 {
	color: #fff;
}

.s3-r .title h3::before {
	background-image: url(../images/tit-bg2.png);
}

.s3-r .more a {
	color: #fff;
	background-image: url(../images/more3.png);
}

.s3-r>h3 {
	font-size: 0.24rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #fff;
	margin-top: 0.22rem;
}

.s3-r>hr {
	background: none;
	border: none;
	width: 0.6rem;
	border-top: 0.03rem solid #fff;
	margin: 0.25rem 0;
	transition: all 0.4s;
}

.s3-r:hover>hr {
	width: 1rem;
}

.s3-r>p {
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #fff;
}

.s3-r .gd a {
	display: block;
	width: 1.7rem;
	height: 0.48rem;
	line-height: 0.48rem;
	background: #fff;
	border-radius: 0.24rem;
	text-align: center;
	font-size: 0.18rem;
	color: #b40202;
	margin-top: 0.4rem;
	transition: all 0.4s;
}

.s3-r .gd a img {
	display: inline-block;
	width: 0.1rem;
	vertical-align: -0.02rem;
	margin-left: 0.12rem;
}

.s3-r .gd a img:nth-child(2) {
	display: none;
}

.s3-r .gd a:hover {
	background: #ff8f1f;
	color: #fff;
}

.s3-r .gd a:hover img:first-child {
	display: none;
}

.s3-r .gd a:hover img:nth-child(2) {
	display: inline-block;
}

.section4 {
	padding-top: 0.9rem;
	padding-bottom: 1.3rem;
	background: url(../images/section4-bg.png) no-repeat center bottom;
}

.s4-c {
	padding: 0 0.4rem;
	align-items: flex-start;
}

.s4-l {
	width: 38.92%;
}

.s4-l .title {
	text-align: left;
}

.s4-l .title h3::before {
	left: 0;
	transform: translate(0, -50%);
}

.s4-l ul {
	margin-top: 0.35rem;
}

.s4-l ul li p {
	font-size: 0.16rem;
	line-height: 0.36rem;
	height: 2.16rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
	color: #666;
}

.s4-l ul li .gd a {
	display: block;
	width: 1.7rem;
	height: 0.48rem;
	line-height: 0.48rem;
	background-color: #b40202;
	border-radius: 0.24rem;
	text-align: center;
	font-size: 0.18rem;
	color: #fff;
	margin-top: 0.4rem;
	transition: all 0.4s;
}

.s4-l ul li .gd a img {
	display: inline-block;
	vertical-align: -0.02rem;
	margin-left: 0.12rem;
}

.s4-l ul li .gd a:hover {
	background: #ff8f1f;
	color: #fff;
}

.s4-l .slick-dots {
	right: 0;
	width: auto;
	z-index: 1;
	margin-top: 0;
}

.s4-l .slick-dots li {
	display: none;
	width: auto;
	height: auto;
	margin: 0;
}

.s4-l .slick-dots li.slick-active {
	display: block;
	font-size: 0.24rem;
	color: #999999;
}

.s4-l .slick-dots li.slick-active span {
	font-size: 0.36rem;
	font-weight: bold;
	color: #b40202;
	padding-right: 0.05rem;
}

.s4-r {
	width: 57.21%;
	position: relative;
	z-index: 1;
}

.s4-r::after {
	content: '';
	position: absolute;
	top: 1.05rem;
	left: 1.05rem;
	bottom: -0.15rem;
	right: -0.15rem;
	background: #b40202;
	z-index: -1;
}

.s4-r ul li a {
	display: block;
}

.s4-r ul li a .bg_img {
	height: 5.34rem;
}

.section5 {
	background: url(../images/section5-bg.jpg) no-repeat center top;
	background-size: 100% 63.24%;
	padding-top: 0.92rem;
}

.s5-c .title h3 {
	color: #fff;
}

.s5-c .title h3::before {
	background-image: url(../images/tit-bg2.png);
}

.s5-c .more a {
	color: #fff;
	background-image: url(../images/more3.png);
}

.s5-c ul {
	margin-top: 0.4rem;
}

.s5-c ul li {
	transition: all 0.4s;
	transform: scale(0.8);
}

.s5-c ul li a {
	display: block;
	overflow: hidden;
	position: relative;
}

.s5-c ul li a .pic {
	padding-top: 67.77%;
}

.s5-c ul li .s5-tx {
	position: absolute;
	left: 0;
	right: 0.45rem;
	bottom: 0;
	background: #f7f7f7;
	height: 0.65rem;
	line-height: 0.65rem;
}

.s5-c ul li .s5-tx h3 {
	width: calc(100% - 0.9rem);
	font-size: 0.18rem;
	padding-left: 0.25rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s5-c ul li .s5-tx .gd {
	position: absolute;
	top: 0;
	right: 0;
	width: 0.8rem;
	height: 0.65rem;
	background: #990000 url(../images/s5-csj.png) no-repeat center;
	background-size: 0.1rem auto;
}

.s5-c ul li.slick-current .s5-tx {
	right: 0;
	left: 0;
	bottom: 0;
}

.s5-c ul li .pic {
	/* transform: scale(0.8); */
	transition: all 0.4s;
}

.s5-c ul li .pic::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.s5-c ul li.slick-active .pic::after {
	display: none;
}

.s5-c ul li .pic .zs {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.6rem;
	height: 0.6rem;
	background: url(../images/s5-q.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.s5-c ul li.slick-active .pic .zs {
	display: none;
}

.s5-c ul li.slick-current {
	box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.2);
	transform: scale(1);
}

.s5-c ul li.slick-current .pic {
	/* transform: scale(1); */
}

.s5-c .slick-track {
	padding-bottom: 0.3rem;
}

.s5-c .slick-dots {
	margin-top: 0;
	position: static;
	font-size: 0;
}

.s5-c .slick-dots li {
	vertical-align: middle;
	width: 0.07rem;
	height: 0.07rem;
	background: #990000;
	border-radius: 50%;
	margin: 0 0.12rem;
	transition: all 0.4s;
}

.s5-c .slick-dots li.slick-active {
	width: 0.1rem;
	height: 0.1rem;
}

.s5-c .slick-dots li button {
	display: none;
}

.section6 {
	padding-top: 1.05rem;
	margin-top: 0.6rem;
	position: relative;
	z-index: 1;
}

.section6 .s6-en {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.section6 .s6-en img {
	width: 100%;
}

.section6::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85%;
	background: #f7f7f7;
	z-index: -1;
}

.section6::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0.24rem;
	left: 1.25%;
	width: 8.02%;
	height: 32.5%;
	background: url(../images/s6-zs.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.section6 .title {
	position: absolute;
	top: 2.54rem;
	left: 50%;
	margin-left: 4.22rem;
	z-index: 2;
}

.s6-c {
	align-items: flex-start;
}

.s6-l,
.s6-r {
	width: 50%;
}

.s6-l {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.s6-lt {
	width: 100%;
}

.s6-lt a {
	display: block;
}

.s6-lt a .pic {
	padding-top: 60.41%;
}

.s6-lt a .pic::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/s6-yy1.png) no-repeat;
	background-size: cover;
}

.s6-lt a .pic .bf {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.59rem;
	height: 0.6rem;
	background: url(../images/bf.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.s6-lt a:hover .pic img {
	transform: scale(1.1);
}

.s6-tit1 {
	width: 35.41%;
}

.s6-tit1 a {
	display: block;
	position: relative;
}

.s6-tit1 a .pic {
	padding-top: 100%;
}

.s6-tit1 a:hover .pic img {
	transform: scale(1.1);
}

.s6-tit1 .s6-tx {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.s6-tit1 .s6-tx img {
	display: block;
	width: 0.44rem;
}

.s6-tit1 .s6-tx h3 {
	width: 100%;
	text-align: center;
	font-size: 0.24rem;
	font-weight: bold;
	color: #fff;
	margin-top: 0.3rem;
}

.s6-l2 {
	width: 41.66%;
}

.s6-l2 a {
	display: block;
	position: relative;
}

.s6-l2 a::after {
	content: '';
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	left: -0.2rem;
	bottom: -0.2rem;
	background: #011f5b;
}

.s6-l2 a .pic {
	padding-top: 69.75%;
	position: relative;
	z-index: 1;
}

.s6-l2 a .pic::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.s6-l2 a:hover .pic img {
	transform: scale(1.1);
}

.s6-r {
	margin-top: 0.95rem;
}

.s6-r2 {
	width: 100%;
}

.s6-r2 a {
	display: block;
}

.s6-tit2 {
	width: 35.41%;
}

.s6-tit2 a {
	display: block;
	position: relative;
}

.s6-tit2 a .pic {
	padding-top: 100%;
}

.s6-tit2 a:hover .pic img {
	transform: scale(1.1);
}

.s6-tit2 a .s6-tx {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.s6-tit2 .s6-tx img {
	display: block;
	width: 0.52rem;
}

.s6-tit2 .s6-tx h3 {
	width: 100%;
	text-align: center;
	font-size: 0.24rem;
	font-weight: bold;
	color: #fff;
	margin-top: 0.3rem;
}

.s6-r2 .pic {
	padding-top: 60.41%;
}




@media screen and (max-width:1500px) {}

@media screen and (max-width:1400px) {
	.qh-k ul li::after {
		width: 4.72rem;
		height: 1.58rem;
	}
}

@media screen and (max-width:1300px) {
	.qh-k ul li::after {
		width: 4.2rem;
		height: 1.4rem;
	}

	.section6 .title {
		margin-left: 3.22rem;
	}
}

@media screen and (max-width: 1200px) {
	.qh-k ul li::after {
		width: 3.8rem;
		height: 1.27rem;
	}
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {
	#asideNav {
		display: none !important;
	}

	.banner .slick-list::after {
		display: none;
	}

	.title {
		height: 1.13rem;
		line-height: 1.13rem;
	}

	.title h3 {
		font-size: 0.32rem;
	}

	.title h3::before {
		width: 1rem;
		height: 1.13rem;
	}

	.more a {
		background-size: 0.3rem 0.3rem;
		padding-right: 0.46rem;
	}

	.section1 {
		padding-top: 0.3rem;
		padding-bottom: 0.35rem;
	}

	.s1-c {
		margin-top: 0.3rem;
	}

	.section2 {
		padding-top: 0.3rem;
		padding-bottom: 0.35rem;
		background-size: 2.29rem auto;
	}

	.qh-k .slick-list {
		margin: 0 -0.2rem;
	}

	.qh-k ul li::after {
		display: none;
	}

	.qh-k ul li a {
		margin: 0.2rem;
		padding: 0.2rem 0.3rem;
	}

	.qh-bd {
		margin-top: 0.3rem;
	}

	.section3 {
		padding: 0.4rem 0;
	}

	.s3-r {
		padding: 0.3rem;
	}

	.section4 {
		padding-top: 0.4rem;
		padding-bottom: 0.5rem;
	}

	.s3-r .gd a,
	.s4-l ul li .gd a {
		width: 1.4rem;
		height: 0.4rem;
		line-height: 0.4rem;
	}

	.section5 {
		padding-top: 0.4rem;
	}

	.section6 {
		padding-top: 0.4rem;
		margin-top: 0.4rem;
		background-size: 100% 53.89%;
	}

	.section6 .title {
		top: 1.8rem;
	}

	.s6-tit1 .s6-tx h3,
	.s6-tit2 .s6-tx h3 {
		margin-top: 0.15rem;
		font-size: 0.22rem;
	}
}



@media screen and (max-width: 768px) {
	.s1-l {
		width: 100%;
	}

	.s1-l ul li .bg_img {
		height: auto;
		padding-top: 68.57%;
	}

	.s1-l .slick-slider {
		margin-top: 0.15rem;
		margin-left: 0.15rem;
	}

	.s1-l ul li .s1-ltx {
		left: 0;
	}

	.s1-r {
		width: 100%;
		margin-top: 0.5rem;
	}

	.qh-k .slick-list {
		margin: 0 -0.1rem;
	}

	.qh-k ul li a {
		margin: 0.1rem;
		padding: 0.2rem;
	}

	.qh-k .slick-dots {
		margin-top: 0.15rem;
	}

	.qh-bd {
		margin-top: 0.26rem;
	}

	.qh-k .slick-dots li {
		width: 0.08rem;
		height: 0.08rem;
		margin: 0 0.06rem;
	}

	.qh-k ul li .date p {
		font-size: 0.26rem;
	}

	.qh-k ul li h3 {
		line-height: 0.3rem;
	}

	.qh-k ul li a {
		padding: 0.1rem 0.2rem;
	}

	.s3-r>h3 {
		margin-top: 0.2rem;
	}

	.s3-r>hr {
		border-top: 0.02rem solid #fff;
		margin: 0.2rem 0;
	}

	.s3-r .gd a,
	.s4-l ul li .gd a {
		margin-top: 0.3rem;
	}

	.s3-r>h3 {
		font-size: 0.2rem;
	}

	.s4-c {
		padding: 0;
	}

	.s4-l {
		width: 100%;
	}

	.s4-l ul {
		margin-top: 0.3rem;
	}

	.s4-l ul li p {
		height: auto;
		max-height: 2.16rem;
	}

	.s4-r {
		width: 100%;
		margin-top: 0.4rem;
	}

	.s4-r ul li a .bg_img {
		height: auto;
		padding-top: 66.66%;
	}

	.s4-r::after {
		bottom: -0.1rem;
		right: -0.1rem;
	}

	.section6 .title {
		top: 1.4rem;
		margin-left: 2.22rem;
	}

	.s6-lt a .pic .bf {
		width: 0.49rem;
		height: 0.5rem;
	}

	.s6-tit2 .s6-tx img {
		width: 0.42rem;
	}

	.s6-tit1 .s6-tx img {
		width: 0.34rem;
	}

	.s6-l2 a::after {
		left: -0.1rem;
		bottom: -0.1rem;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
	.banner .slick-dots {
		bottom: 0.15rem;
	}

	.qh-tit ul li {
		margin: 0 0.1rem;
	}

	.section3 {
		padding: 0.2rem 0;
		background: none;
	}

	.s3-r {
		float: none;
		width: 100%;
	}

	.s4-l .slick-dots li.slick-active {
		font-size: 0.2rem;
	}

	.s4-l .slick-dots li.slick-active span {
		font-size: 0.3rem;
	}

	.s5-c ul {
		padding: 0 0.2rem;
	}

	.s5-c ul li {
		transform: scale(1);
	}

	.section6 .title {
		position: static;
		margin-left: 0;
	}

	.section6 {
		padding-top: 0.3rem;
		background-size: 100% 62.89%;
	}

	.s6-c {
		margin-top: 0.2rem;
	}

	.s6-r {
		margin-top: 0.4rem;
	}

	.s6-tit1 .s6-tx h3,
	.s6-tit2 .s6-tx h3 {
		font-size: 0.18rem;
		margin-top: 0.1rem;
	}
}

@media screen and (max-width: 375px) {
	.section6 {
		background-size: 100% 64.89%;
	}
}

@media screen and (max-width: 320px) {}