* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	position: relative;
	max-width: 720px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}


.main {
	background-color: #BFF6E1;
}

.top_pic {
	background-image: url(../img/banner.png);
	background-size: 100% 100%;
	padding-top: 3rem;
}

.swiper_box {
	height: 2.78rem;
	overflow: hidden;
	background-image: url(../img/swiper_box.png);
	background-size: 100% 100%;
	padding-top: 0.2rem;
}

/* swiper */
#certify {
	position: relative;
	width: 6rem;
	margin: 0 auto;
	padding-top: 0.1rem;
}

#certify .swiper-container {
	padding-bottom: 0.4rem;
	width: 5rem;
}

#certify .swiper-slide-active {
	z-index: 999;
	transform: scale(1) !important;
}

#certify .swiper-slide {
	width: 3rem;
	height: 1.6rem;
	transform: scale(0.9);
	border-radius: 0.06rem;
	overflow: hidden;
}

#certify .swiper-slide-active img {
	filter: brightness(90%) !important;
}

#certify .swiper-slide img {
	display: block;
	width: 100% !important;
	height: 1.6rem;
	border-radius: 0.06rem;
	filter: brightness(50%);
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.02rem;
	background: url(../img/unac.png) no-repeat;
	background-size: 100% 100%;
	width: 0.1rem;
	height: 0.1rem;
	opacity: 0.8;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: url(../img/ac.png) no-repeat;
	background-size: 100% 100%;
	width: 0.12rem;
	height: 0.12rem;
	opacity: 1;
	margin-top: -0.02rem;
}

/* swiper */

.waterpall {
	padding-top: 0.2rem;
}

.all_product {
	width: 5.6rem;
	margin: 0 auto 0.48rem;
	display: block;
}

#con {
	position: relative;
	/* width: 7rem; */
	width: 6.2rem;
	margin: 0 auto;
}

#con a img {
	width: 100%;
}

.mingjia {
	width: 6.2rem;
	margin: 0 auto;
}

.mingjia .headLine {
	width: 100%;
}

.mingjia .headLine img {
	width: 100%;
	border-radius: 0.08rem;
}

.mingjia .headLine p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5;
	color: #1C7687;
	font-size: 0.28rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}

.mingjia .news a {
	background: #ACE9DB;
	border-radius: 0px 0.16rem 0px 0.16rem;
	color: #141414;
	display: flex;
	align-items: center;
	padding: 0.2rem;
	margin-bottom: 0.12rem;
}

.mingjia .news a img {
	margin-right: 0.12rem;
}

.mingjia .news a p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5;
	font-size: 0.28rem;
	flex: 1;
}

.mingjia .more {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0.2rem;
}

.mingjia .more a {
	display: flex;
	align-items: center;
	font-size: 0.14rem;
	color: #2165B3;
}

.mingjia .more img {
	width: 0.2rem !important;
	margin-left: 0.1rem;
}

.water_box {
	height: auto;
	position: absolute;
	/* width: 3.4rem; */
	width: 3rem;
	break-inside: avoid;
	background: #FFFFFF;
	padding: 0.16rem;
	margin-bottom: 0.23rem;
	border-radius: 0rem 0.16rem 0rem 0.16rem;
}

.water_box img {
	width: 100%;
}

.water_box_t {
	width: 2.56rem;
	border-radius: 0.08rem;
}

.water_box_m {
	font-size: 0.28rem;
	color: #141414;
	line-height: 0.4rem;
	margin: 0.16rem 0;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 0.8rem;
}

.water_box_b {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.water_box_b_l {
	padding: 0 0.05rem;
	background: #F0A620;
	border-radius: 0.02rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.22rem;
	color: #FFFFFF;
	line-height: 0.3rem;
}

.water_box_b_r {
	font-size: 0.22rem;
	color: #2165B3;
	line-height: 0.39rem;
	display: flex;
	align-items: center;
}

.water_box_b_r img {
	width: 0.2rem !important;
	height: 0.06rem;
	margin-left: 0.1rem;
}

.one_more {
	width: 2.88rem;
	height: 0.56rem;
	margin-left: 2.31rem;
	margin-bottom: 0.95rem;
}

.line {
	height: 0.01rem;
	border: 0.01rem solid #97D9D5;
}

.getMore img {
	width: 2.88rem;
	display: block;
	margin: 0.5rem auto;
}
.getMore p {
	width: 7rem;
	display: block;
	margin: 0.5rem auto;
	color: #1C7687;
	font-size: 0.28rem;
	text-align: center;
}

.footer {
	font-size: 0.2rem;
	color: #77978B;
	text-align: center;
	padding-bottom: 0.6rem;
}

.footer_list {
	margin-bottom: 0.25rem;
}

.footer_list span {
	margin-right: 0.0.5rem;
	color: #77978B;
}

.qrcode {
	padding-left: 0.5rem;
	font-size: 0.2rem;
	text-align: center;
	list-style: none;
}

.footer_p {
	color: #51685f;
	margin: 0.1rem 0;
}

.xq_top {
	height: 5.63rem;
	background-image: url(../img/banner.png);
	background-size: 100% 100%;
}

.scBanner{
	position: absolute;
	width: 100%;
	z-index: 1;
}

.scTitle{
	width: 5.6rem;
	margin: 0.4rem auto 0.6rem;
	display: block;
	position: relative;
	z-index: 2;
}

.fullBack {
	position: relative;
	z-index: 2;
	width: 2.46rem;
	height: 0.48rem;
	margin-left: 0.4rem;
	margin-top: 2.8rem;
}

.xq_content {
	padding-bottom: 0.4rem;
}

.xq_title {
	font-size: 0.48rem;
	font-weight: bold;
	color: #025D8D;
	margin-right: 0.42rem;
	margin-bottom: 0.32rem;
	padding-left: 0.4rem;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.author {
	margin-bottom: 0.07rem;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
}

.author_span1 {
	background: #F0A620;
	font-size: 0.22rem;
	color: #FFFFFF;
	line-height: 0.3rem;
	padding: 0.05rem;
}

.author_span2 {
	font-size: 0.24rem;
	color: #41717D;
	line-height: 1.5;
	padding-left: 0.2rem;
}

.time {
	font-size: 0.24rem;
	color: #41717D;
	line-height: 1.5;
	padding-left: 0.4rem;
}

.line2 {
	width: 6.7rem;
	height: 0.01rem;
	color: #7FB2AE;
	margin: 0.3rem 0;
}

.xq_text {
	font-size: 0.34rem;
	color: #0C354A;
	line-height: 0.56rem;
	text-indent: 2em;
	margin: 0 1em
}

.news {
	margin-bottom: 0.44rem;
}

.xq_text img {
	width: 6rem !important;
	height: auto !important;
	margin-bottom: 0.5rem;
}

.xq_text video {
	width: 80% !important;
	height: auto !important;
	margin-bottom: 0.5rem;
	margin-left: 4%;
}

.edit {
	text-align: right;
	padding-bottom: 0.5rem;
}

.passers {
	line-height: 1.5;
}


.xq_footer {
	font-size: 0.2rem;
	color: #83a699;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0.6rem 0.25rem;
}


.xq_page {
	height: 100vh;
}

.mjList {
	position: relative;
	z-index: 5;
}

.mjList .newsList {
	width: 6.9rem;
	margin: 0 auto;
}

.mjList .newsList a {
	display: flex;
	background: #FFFFFF;
	border-radius: 0 0.16rem 0 0.16rem;
	padding: 0.24rem;
	margin-bottom: 0.2rem;
}

.mjList .newsList a .left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}


.mjList .newsList a .left .tt {
	font-size: 0.28rem;
	color: #222222;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5;
}

.mjList .newsList a .left .date {
	font-size: 0.24rem;
	color: #888888;
}

.mjList .newsList a .thumb {
	width: 2.5rem;
	height: 1.4rem;
	overflow: hidden;
	border-radius: 0.08rem;
	margin-left: 0.17rem;
}

.mjList .newsList a .thumb img{
	width: 100%;
	height: 100%;
}

.totalPage{
	/* display: none !important; */
}

.pagination{
	transform: scale(0.9);
	margin-top: 0.4rem;
}