@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;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/ban_yy.png) repeat-x center bottom;
	height: 1.02rem;
}

.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.26rem;
	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.12rem;
	height: 0.12rem;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
	background-color: #fff;
}

.banner .slick-dots li button {
	display: none;
}


.banner .slick-prev,
.banner .slick-next {
	width: 0.57rem;
	height: 0.57rem;
	/* background-color: rgba(159, 3, 3, 0.7); */
	background-color: rgba(0, 145, 148, 0.7);
	border-radius: 50%;
	transition: all 0.5s;
}

.banner .slick-prev {
	left: 0.5rem;
	background-image: url(../images/ban_prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.19rem 0.32rem;
}


.more a {
	display: none;
}


.qh-more .on a {
	display: block;
}



.banner .slick-next {
	right: 0.5rem;
	background-image: url(../images/ban_next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.19rem 0.32rem;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
	background-color: rgb(6, 100, 102);
	/* background-color: rgba(159, 3, 3, 1); */
}

/*首页样式*/

.title {
	position: relative;
	z-index: 1;
	text-align: center;
}

.title h3 {
	display: inline-block;
	font-size: 0.32rem;
	font-weight: bold;
}

.title h3 span {
	font-weight: bold;
	color: #009194;
}

.more {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 57px;
	/*transition: all 0.5s;*/
}

.more a {
	/*display: block;*/
	font-size: 0.14rem;
	color: #009194;
	line-height: 0.27rem;
}

.more:hover {
	/*right: 0.05rem;*/
}

/*主体*/

.section1 {
	padding: 0.7rem 0;
	overflow: hidden;
}

.s1-c {
	align-items: flex-start;
	margin-top: 0.6rem;
}

.s1-l {
	width: 47.42%;
}

.jdt .slick-slider {
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.jdt ul li a {
	display: block;
	position: relative;

}

.jdt ul li .bg_img {
	height: 3.73rem;
}

.jdt ul li .jdt-tx {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0.75rem;
	padding: 0.15rem 0.2rem 0 0.2rem;
	background-color: rgba(0, 0, 0, 0.4);
}

.jdt ul li .jdt-tx h3 {
	width: calc(100% - 1rem);
	font-size: 0.16rem;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.5s;
	margin-top: 0.1rem;
}

.jdt ul li .jdt-tx span {
	font-family: Arial;
	display: block;
	font-size: 0.15rem;
	color: #fff;
	background: url(../images/jdt-time.png) no-repeat left center;
	background-size: 0.12rem 0.12rem;
	padding-left: 0.22rem;
}

.jdt .slick-dots {
	width: auto;
	right: 0.1rem;
	bottom: 0.12rem;
}

.jdt .slick-dots li {
	width: auto;
	margin: 0 0.05rem;
	transition: all 0.5s;
	position: relative;
}

.jdt .slick-dots li::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.2rem;
	background: url(../images/jdt-jt.png) no-repeat;
	background-size: 100% 100%;
	width: 0.23rem;
	height: 0.06rem;
	display: none;
}

.jdt .slick-dots li button {
	font-size: 0.15rem;
	color: #fff;
	padding: 0;
	width: auto;
}

.jdt .slick-dots li.slick-active {
	margin: 0 0.4rem 0 0.1rem;
}

.jdt .slick-dots li.slick-active::before {
	display: block;
}



.s1-r {
	width: 50%;
}

.s1-r ul {
	display: flex;
	justify-content: space-between;
}

.s1-r ul li {
	width: 46.71%;
}

.s1-r ul li a {
	display: block;
	background: #f5f5f5;
}

.s1-r ul li a .bg_img {
	height: 1.9rem;
}

.s1-r ul li a .jdt-tx {
	padding: 0.21rem;
	border-bottom: 0.03rem solid #009194;
}

.s1-r ul li a .jdt-tx h3 {
	font-size: 0.16rem;
	line-height: 0.25rem;
	height: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.s1-r ul li a .jdt-tx p {
	font-size: 0.14rem;
	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.1rem;
	color: #999999;
}

.s1-r ul li a .jdt-tx span {
	display: block;
	font-size: 0.15rem;
	color: #009194;
	background: url(../images/time0.png) no-repeat left center;
	background-size: 0.12rem 0.12rem;
	padding-left: 0.22rem;
	margin-top: 0.1rem;
}

.s1-r ul li:hover a .jdt-tx h3 {
	color: #009194;
}

.s1-d {
	margin-top: 0.25rem;
}

.s1-d ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s1-d ul li {
	width: 47.42%;
	overflow: hidden;
	line-height: 0.45rem;
	position: relative;
	left: 0;
	font-size: 0.16rem;
	transition: all 0.5s;
}

.s1-d ul li span {
	display: block;
	float: right;
	color: #666;
	padding-left: 0.1rem;
	transition: all 0.5s;
}

.s1-d ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	padding-left: 0.2rem;
}

.s1-d ul li a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.08rem;
	height: 0.14rem;
	background: url(../images/s0-dzs.png) no-repeat;
	background-size: 100% 100%;
}

.s1-d ul li:hover {
	left: 0.05rem;
}

.s1-d ul li:hover a,
.s1-d ul li:hover span {
	color: #009194;
}




.section2 {
	padding: 0.7rem 0;
	/* background: url(../images/section2_bg.png) no-repeat center bottom; */
	background: url(../images/bg_mid3.png) no-repeat center bottom;
	background-size: cover;
	overflow: hidden;
}

.s2-c {}

.s2-c ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.3rem;
}

.s2-c ul li {
	width: 33.333%;
	margin-top: 0.4rem;
}

.s2-c ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0.3rem;
	transition: all 0.5s;
	position: relative;
}

.s2-c ul li a .date {
	width: 0.91rem;
	height: 0.86rem;
	background: url(../images/rl0.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: Arial;
}

.s2-c ul li a .date p {
	font-size: 0.32rem;
	color: #009194;
}

.s2-c ul li a .date span {
	display: block;
	font-size: 0.14rem;
	color: #666;
}

.s2-c ul li a h3 {
	flex: 1;
	min-width: 0;
	padding-left: 0.25rem;
	font-size: 0.16rem;
	line-height: 0.3rem;
	max-height: 0.6rem;
	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 h3 {
	color: #009194;
	font-weight: bold;
}

.se_bg {
	background: url(../images/bg.png) no-repeat center bottom;
	background-size: 100% auto;
}

.section3 {
	padding: 0.7rem 0;
height: 880px;
}

.s3-c {
	align-items: flex-start;
}

.s3-c .title {
	text-align: left;
}

.s3-l{
	width: 40%;
}
.s3-m{
width: 40%;
}
.s3-r {
	width: 20%;
}


.qh-tit {
	position: relative;
}

.qh-tit ul {
	display: flex;
	align-items: center;
}

.qh-tit ul li {
	font-size: 0.26rem;
	position: relative;
}

.qh-tit ul li:nth-child(2) {
	margin-left: 0.5rem;
}

.qh-tit ul li:nth-child(2):before {
	content: '';
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: -0.28rem;
	width: 0.07rem;
	height: 0.25rem;
	background: url(../images/s3-lx.png) no-repeat;
	background-size: 100% 100%;
}

.qh-tit ul li.on {
	font-size: 0.32rem;
	font-weight: bold;
}

.qh-tit ul li.on span {
	font-weight: bold;
	color: #009194;
}


.qh-bd {
	position: relative;
}
.gongzuo,.liucheng{
display:block !important;
}
.qh-bd>ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 90%;
	opacity: 1;
	z-index: 8;
}

.qh-bd>ul.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.qh-bd>ul li {
	margin-top: 0.26rem;
}

.qh-bd>ul li:first-child {
	margin-top: 0.45rem;
}

.qh-bd>ul li a {
	display: flex;
	align-items: center;
	line-height: 0.9rem;
	/* background: #f8eceb; */
	background: #e5f4f4;
	padding: 0 0.2rem;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}

.qh-bd>ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background-color: #009194;
	z-index: -1;
	transition: all 0.5s;
}

.qh-bd>ul li:hover a::before {
	width: 100%;
}

.qh-bd>ul li a .date {
	font-family: Arial;
	font-size: 0.16rem;
	color: #009194;
	transition: all 0.5s;
}

.qh-bd>ul li a hr {
	display: block;
	background: none;
	border: 0;
	height: 0.6rem;
	border-left: 1px solid rgba(153, 0, 0, 0.3);
	margin: 0 0.25rem;
	transition: all 0.5s;
}

.qh-bd>ul li a h3 {
	flex: 1;
	flex-shrink: 0;
	font-size: 0.16rem;
	line-height: 0.28rem;
	max-height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.qh-bd>ul li:hover a .date,
.qh-bd>ul li:hover a h3 {
	color: #fff;
}

.qh-bd>ul li:hover a hr {
	background-color: rgba(255, 255, 255, 0.3);
}


.s3-r ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.15rem;
}

.s3-r ul li {
	width: 48%;
	margin-top: 0.3rem;
}

.s3-r ul li a {
	display: block;
}

.s3-r ul li a .bg_img {
	height: 2.15rem;
}

.s3-r .s3-rtx {
	padding: 0.23rem;
	border: 1px solid #dbdbdb;
}

.s3-r .s3-rtx .date {
	font-size: 0.16rem;
	color: #009194;
	background: url(../images/time1.png) no-repeat left center;
	background-size: 0.12rem 0.12rem;
	padding-left: 0.22rem;
}

.s3-r .s3-rtx h3 {
	font-size: 0.16rem;
	line-height: 0.26rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 0.1rem;
	transition: all 0.5s;
}

.s3-r ul li:hover .s3-rtx h3 {
	color: #009194;
}



.section4 {
	margin-bottom: 70px;
}


.foot-media {
	display: flex;
	align-items: center;
	height: 2.2rem;
	flex-wrap: wrap;
	/* background: #009194; */
	flex-direction: row;
	justify-content: space-between;
	margin-top: 59px;
}

.foot-media>div {
	position: relative;
	cursor: pointer;
	margin-bottom: 40px;
}

.foot-media>div:first-child {
	margin-left: 0;
}

.foot-media>div:hover div {
	display: block;
}

.foot-media>div>span {
	display: block;
	font-size: 0.2rem;
	color: #fff;
	opacity: 0.8;
	transition: all 0.5s;
	text-align: center;
	width: 125px;
}

.fuwuInfo{
	font-size: 16px;
	color: #333333;
	font-family: "PingFang SC";
}

.foot-media>div>span>img {
	display: inline-block;
	vertical-align: middle;
	//max-width: 0.4rem;
	// max-height: 0.32rem;
	//margin-right: 0.1rem;
	transition: all 0.3s;
}

.foot-media>div:hover>span,
.foot-media>div:hover>span>img {
	opacity: 1;
}

.foot-media>div>div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: 0.15rem;
	width: 1rem;
	padding: 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	z-index: 6;
	display: none;
}

.foot-media>div>div img {
	display: block;
	width: 100%;
}

.foot-media>div>div::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.foot-media>div>img {
	display: block;
	margin: 0 auto;
}

.section5 {
	padding: 0.7rem 0;
}

.s5-cbox {
	display: flex;
	justify-content: space-between;
	margin-top: 0.45rem;
}

.s5-l {
	width: 24.57%;
}

.s5-l ul li:nth-child(2) {
	margin-top: 0.07rem;
}

.s5-l ul li a .pic {
	padding-top: 74.41%;
}

.s5-c {
	width: 49.78%;

}

.s5-c ul li a .pic {
	padding-top: 74.46%;
}

.s5-cbox ul li a {
	display: block;
	position: relative;
}

.s5-cbox ul li a h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 0.2rem;
	line-height: 0.4rem;
	background: rgba(159, 3, 3, 0.7);
	font-size: 0.16rem;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.section6 {
	padding-bottom: 0.3rem;
}

.section6 .wp {
	display: flex;
	position: relative;
}

.section6 .wp::before {
	content: '';
	position: absolute;
	top: 0.6rem;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
}

.section6 .title {
	width: 0.94rem;
	//padding: 0 0.31rem;
}

.section6 .title h3,
.section6 .title h3 span {
	font-weight: normal;
	line-height: 1;
}

.section6 .title h3 {
	padding-top: 0.45rem;
}

.s6-c {
	flex: 1;
	min-width: 0;
	padding-right: 0.08rem;
	padding-bottom: 0.5rem;
}

.s6-c ul li a {
	display: block;
	margin: 0 0.12rem;
}

.s6-c ul li a .pic {
	padding-top: 49%;
}



@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1300px) {
	.section6 .title h3 {
		padding-top: 0.25rem;
	}
}

@media screen and (max-width: 1024px) {

	.banner .slick-prev,
	.banner .slick-next {
		width: 0.4rem;
		height: 0.4rem;
	}

	.banner .slick-prev,
	.banner .slick-next {
		background-size: 0.1rem 0.17rem;
	}

	.banner .slick-prev {
		left: 0.1rem;
	}

	.banner .slick-next {
		right: 0.1rem;
	}

	.banner .slick-dots li {
		width: 0.1rem;
		height: 0.1rem;
	}
}

@media screen and (max-width: 768px) {
	.title h3 {
		font-size: 0.3rem;
	}

	.more a {
		font-size: 12px;
	}

	.section1,
	.section2,
	.section3,
	.section5 {
		padding: 0.3rem 0;
	}

	.s1-c {
		margin-top: 0.3rem;
	}

	.s1-l {
		width: 100%;
	}

	.jdt ul li .bg_img {
		height: auto;
		padding-top: 56.17%;
	}

	.jdt ul li .jdt-tx h3,
	.s1-r ul li a .jdt-tx h3,
	.s1-d ul li,
	.s2-c ul li a h3,
	.qh-bd>ul li a .date,
	.qh-bd>ul li a h3,
	.s3-r .s3-rtx h3,
	.foot-media>div>span,
	.s5-cbox ul li a h3 {
		font-size: 0.18rem;
	}

	.s1-r {
		width: 100%;
		margin-top: 0.3rem;
	}

	.s1-r ul li a .bg_img {
		height: auto;
		padding-top: 58.1%;
	}

	.s2-c ul li {
		width: 100%;
		margin-top: 0.2rem;
	}

	.s3-l,
	.s3-r {
		width: 100%;
	}

	.s3-r {
		margin-top: 0.3rem;
	}

	.s3-r ul li a .bg_img {
		height: auto;
		padding-top: 63.66%;
	}

	.section6 {
		padding-bottom: 0.4rem;
	}

	.section6 .title {
		width: auto;
	}

	.section6 .title h3,
	.section6 .title h3 span {
		font-weight: bold;
	}

	.section6 .wp {
		flex-direction: column;
	}

	.section6 .wp::before {
		top: inherit;
		height: 1rem;
	}

	.s6-c {
		margin-top: 0.3rem;
		padding: 0 0.1rem 0.3rem 0.1rem;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
	.s1-r ul {
		flex-wrap: wrap;
	}

	.s1-r ul li {
		width: 100%;
	}

	.s1-r ul li:nth-child(2) {
		margin-top: 0.3rem;
	}

	.s1-d ul li {
		width: 100%;
	}

	.s3-r ul li {
		width: 100%;
	}

	.foot-media {
		flex-wrap: wrap;
	}

	.foot-media>div {
		width: 38%;
	}

	.s5-cbox {
		flex-wrap: wrap;
	}

	.s5-l {
		width: 100%;
	}

	.s5-c {
		width: 100%;
		margin: 0.07rem 0;
	}
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}