body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, sans-serif;
	-webkit-tap-highlight-color: transparent;
	background: #f1f4f9;
	font-size: 0.28rem;
}

html {
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100px;
}

.addBtn {
	text-align: center;
	background: #00b459 !important;
	color: #fff !important;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin: 20px 0;
	border-radius: 10px;
	text-shadow: 1px 1px 1px #04743c;
	box-shadow: 0 5px 5px #04743c;
	display: block !important;
	font-weight: bold;
}

html,
body {
	max-width: 750px;
	margin: 0 auto;
	min-width: 320px;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	-webkit-tap-highlight-color: transparent;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input {
	outline: none;
	border-radius: 0;
}

input[type="submit"],
input[type="reset"],
input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
	color: #333;
}

a:hover {
	color: #23c268;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

/* flex 布局*/
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.leftBox {
	overflow: hidden;
}

.articleLeft {
	overflow: hidden;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-en {
	display: flex;
	align-items: flex-end;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-end {
	display: flex;
	justify-content: flex-end;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-overflow1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

a[href*="https://www.cnzz.com"] {
	display: none !important;
}

.header {
	background: #fff;
	box-shadow: 0px 15px 10px -10px rgb(0 0 0 / 10%), 0 0 0 1px rgb(0 0 0 / 1%);
}

.logo {
	display: block;
	padding: 0.2rem;
}

.logo img {
	height: 0.7rem;
}

.nav {
	background: #23c268;
	margin-top: -..5rem;
}

.nav a {
	color: #fff;
	padding: 0.2rem 0;
	flex: 1;
	text-align: center;
	font-size: 0.28rem;
}

.nav a.on {
	background: rgba(0, 0, 0, .25);
	font-weight: bold;
}


.hd_wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top: 0.2rem;
	display: none;
	margin-bottom: 0.25rem;
}

#hd_wrap {
	width: 260%;
	margin-left: -80%;
}

#hd_wrap .swiper-pagination-bullet,
#hd_wrap .swiper-pagination-bullet-active {
	background: #fff;
}

#hd_wrap a {
	display: block;
	position: relative;
}

#hd_wrap a img {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#hd_wrap a p {
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
	bottom: 0.6rem;
	font-size: 0.28rem;
	text-align: center;
	padding: 0 .15rem;
}

#hd_wrap .swiper-slide {
	position: relative;
}

#hd_wrap .swiper-slide::before {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 1.5rem;
	background: -webkit-linear-gradient(to bottom, transparent 0%, #000000 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19000000', endColorstr='#99000000', GradientType=0) !important;
	background: linear-gradient(to bottom, transparent 0%, #000000 100%) !important;
}

.sectionBox {
	margin-bottom: 0.25rem;
	padding: .2rem;
	background: #fff;
	overflow: hidden;
}

.title {
	font-size: .34rem;
	position: relative;
	z-index: 10;
}

.title::after {
	height: .1rem;
	background: #23c268;
	content: "";
	position: absolute;
	left: 0;
	bottom: .05rem;
	width: 2rem;
	z-index: -1;
}

.title span {
	padding: 0 0.1rem;
	font-weight: bold;
}


.indexSwiper {
	position: relative;
	margin-top: 0.25rem;
	padding-bottom: .25rem;
	margin-left: -1rem;
	margin-right: -1rem;
}

.indexSwiper .swiper-slide {

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.indexSwiper .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.indexSwiperBox {
	display: block;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 0.2rem 0 rgb(50 50 50 / 10%);
	margin-top: 0.5rem;
	padding-bottom: 0.15rem;
	border-radius: 0.08rem;
}

.indexSwiperBox .pic {
	margin-top: -.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.indexSwiperBox .pic img {
	border-radius: 0.2rem;
	width: 1.6rem;
	height: 1.6rem;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(250, 250, 250, 0.2)));
}

.indexSwiperBox h3 {
	line-height: 1.6;
	font-size: 0.31rem;
	padding: 0 .1rem;
	margin-top: 0.15rem;
	text-align: center;
}

.indexSwiperBox .desc {
	margin: 0.1rem 0;
	font-size: 0.26rem;
	color: #777;
	padding: 0 .1rem;
}

.indexSwiperBox p {
	margin-top: 0.15rem;
	color: #999;
	font-size: 0.26rem;
	text-align: center;
}


.sectionBox2 {

	background: #fff;
	margin-bottom: 0.25rem;
	border-radius: 0.08rem;
}

.sectionBox2 .title span {}

.sectionBox2 .title::after {
	width: 1.75rem;
}

.sectionBox2 .title p {
	padding-left: 0.1rem;
}

.hobBoxUl li {
	width: 25%;
	padding: 0 0.1rem;
	padding-bottom: 0.3rem;
}

.hobBoxUl li a {
	display: block;
	text-align: center;
}

.hobBoxUl li .pic {
	width: 1.3rem;
	display: block;
	margin: 0 auto;
	border-radius: 0.2rem;
	overflow: hidden;
}

.hobBoxUl li .pic img {
	width: 1.3rem;
	height: 1.3rem;
}

.hobBoxUl li p {
	font-size: 0.27rem;
}

.hobBoxUl li span {
	color: #999;
	font-size: 0.2rem;
}

.mt30 {
	margin-top: 0.3rem;
}


.top5Ul {
	padding-top: .1rem;
	padding-bottom: 0.1rem;
	margin-left: -.2rem;
	margin-right: -.2rem;
}

.top5Ul li {
	padding: 0.2rem;
	border-bottom: 1px #f1f4f9 solid;
	display: block !important;
}

.top5Ul li a {
	display: flex !important;
}

.top5Ul li:last-child {
	border-bottom: none;
}

.top5Ul li .hotAppTit {
	display: flex !important;
}

.top5Ul li .top5UlDiv {
	display: block !important;
}

.top5Ul li .appImg {
	width: 1.3rem;
	height: 1.3rem;
	overflow: hidden;
	margin-right: 0.2rem;
	border-radius: 0.2rem;
}

.top5UlDiv {
	overflow: hidden;
}

.top5Ul li .btn {
	width: 1.16rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background: rgba(0, 179, 123, .1);
	color: #23c268;
	font-size: 0.28rem;
	text-align: center;
	border-radius: 0.15rem;
}

.top5Ul li h3 {
	font-size: 0.3rem;
}

.top5Ul li .p1 {
	margin: 0.1rem 0;
	color: #666;
	font-size: 0.22rem;
}

.top5Ul li .p2 {
	color: #999;
	font-size: 0.18rem;
}

.more-row {
	margin-bottom: .1rem;
	background: #eee;
	font-size: .26rem;
	color: #999;
	height: 0.6rem;
	line-height: 0.6rem;
	border-radius: .3rem;
}

#Top {
	display: none;
	width: 0.6rem;
	height: 0.6rem;
	cursor: pointer;
	position: fixed;
	z-index: 2019;
	right: 0.2rem;
	bottom: 0.5rem;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4) url(../img/icon_up.png) no-repeat center;
	background-size: 50%;
}


.newsList01 li {
	padding: 0.2rem;
	margin-left: -.2rem;
	margin-right: -.2rem;

}

.newsList01 li+li {
	border-top: 1px #f1f4f9 solid;
}

.newsList01 li .pic {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.6rem;
	height: 1.3rem;
	margin-right: 0.2rem;
}

.newsList01 li h3 {
	margin-bottom: 0.1rem;
	font-size: 0.30rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newsList01 li i {
	margin-right: .05rem;
	font-size: .2rem;
}

.newsList01Bottom {
	color: #999;
	font-size: 0.26rem;
}

.ztSwiper {
	border-radius: 0.1rem;
	overflow: hidden;
	margin-top: 0.25rem;
	margin-bottom: 0.15rem;
}

.ztSwiper a {
	display: block;
	position: relative;
}

.ztSwiper a p {
	height: 0.7rem;
	line-height: 0.7rem;
	padding: 0 .1rem;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	text-align: center;
	font-size: 0.28rem;
}

.footer {
	background: #333;
	color: #fff;
	margin-top: 0.3rem;
	padding: .25rem 0;
	text-align: center;
}

.footer p {
	font-size: 0.28rem;
	line-height: 1.6;
	opacity: .7;
}


.breadcrumb {
	height: 0.64rem;
	overflow: hidden;
	background: #FBFBFB;
	position: relative;
	padding: 0 0.14rem;
}

.breadcrumb li {
	flex-shrink: 0;
	line-height: 0.64rem;
	height: 0.64rem;
	padding-right: 0.22rem;
	background: url(../img/ico-crumb.png) no-repeat 100% 0;
	background-size: 0.22rem 100%;
}

.breadcrumb li a {
	font-size: 0.26rem;
	display: block;
	padding: 0 .2rem;
}

.breadcrumb li:last-child {
	flex-shrink: 1;
	background: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #999;
}

.breadcrumb li:last-child a {
	color: #999;
}

.page {
	padding: .05rem 0;
	display: flex;
	position: relative;
	background: #fff;
}

.page>a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0.6rem;
	border-radius: 4px;
	background: #f6f6f6;
	text-align: center;
	color: #333;
	font-size: 0.28rem;
	margin: 0 .1rem;
}

.page>a:active,
.page span .cbtn a:active {
	background: #ddd;
}

.page>span {
	flex: 1;
	margin: 0 .1rem;
	display: inline-block;
	line-height: 0.6rem;
	border-radius: 4px;
	text-align: center;
	background: #23c268;
	color: #fff;
	font-size: 0.28rem;
	position: relative;
}


.articleTitle {
	padding: 0.15rem 0;
	text-align: center;
	border-bottom: solid .04rem #eee;
	padding-bottom: 0.2rem;
}


.articleTitle h1 {
	line-height: 1.5;
	font-size: 0.36rem;
	margin-bottom: 0.15rem;
	font-weight: bold;
}

.articleTitle .info {
	font-size: 0.26rem;
	color: #999;
}

.articleTitle .info span {
	padding: 0 .15rem;
}

article[class*='article'] {
	color: #666;
	padding: 0.25rem 0;
	font-size: 0.28rem;
	line-height: 2;
}

article[class*='article'] p {
	margin-bottom: 0.1rem;
}

article[class*='article'] img {
	display: block;
	margin: .15rem auto;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

article[class*='article'] h3 {
	color: #23c268;
	font-size: 0.32rem;
	font-weight: bold;
	position: relative;
	padding-left: 0.18rem;
}

article[class*='article'] h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0.08rem;
	height: 0.36rem;
	width: 0.08rem;
	background: #23c268;
}

.insertApp {
	background: #fafafa;
	padding: 0.2rem;
	border-radius: .1rem;
	display: flex !important;
	margin: .25rem auto;
	align-items: center;
}

article[class*='article'] .insertApp img {
	width: 1.3rem !important;
	height: 1.3rem !important;
	border-radius: 0.2rem;
	margin-right: .2rem;
}

.insertAppT {
	font-size: 0.32rem;
	line-height: 1.5;
	font-weight: 500;
	-webkit-line-clamp: 2 !important;
}

.insertAppTxt .txt1 {
	font-size: 0.26rem;
	color: #999;
	line-height: 1.2;
}

.insertAppTxt .txt1 span {
	display: block;
}

.insertApp span.btn {
	background: #23c268;
	height: 0.6rem;
	line-height: 0.6rem;
	padding: 0 .2rem;
	color: #fff;
	margin-left: 0.2rem;
	border-radius: 0.2rem;
	display: block;
}

.insertApp .btn.no {
	background: #ccc;
}

.alert-warning {
	background-color: #fdf6ec;
	color: #e6a23c;
	text-align: center;
	padding: 0.15rem .2rem;
	font-size: 0.28rem;
	margin-top: 0.25rem;
}

.newsBox {
	margin-left: -.2rem;
	margin-right: -.2rem;
	margin-bottom: -.2rem;
}

.newsBox li {
	padding: .2rem;
	border-bottom: solid .2rem #f1f4f9;
}

.newsBox li a {
	display: flex;
	background: #fff;
	margin-bottom: 0.2rem;
	padding-top: 0;
}

.newsBox .newst {
	font-size: 0.32rem;
	line-height: 1.6;
	font-weight: bold;
}

.newsBox li a .pic {
	margin-top: .25rem;
	width: 100%;
	height: 3.5rem;
	overflow: hidden;
	position: relative;
	border-radius: 0.4rem;
}

.newsBox li a .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
}

.newsBox li .newstxt {
	margin-top: 0.2rem;
	text-indent: 2em;
	color: #666;
	line-height: 1.8;
	font-size: .26rem;
}

.newsBox li span {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 30;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 0.24rem;
	padding: 0.133333rem 0.333333rem;
}


.imgshow {
	display: none;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2019521;
}

.swiperbox {
	height: 100vh;
	z-index: 3;
	background: rgba(0, 0, 0, .6);
}

.swiperbox img {
	width: initial;
	position: relative;
	z-index: 2;
}

.swiper-zoom-container:before {
	width: 100%;
	height: 100%;
	content: ' ';
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	cursor: pointer;
}

.closebtn {
	position: absolute;
	z-index: 22;
	width: 60px;
	height: 60px;
	bottom: 0;
	left: 10px;
	background-size: 40px
}

.imgshow .swiper-slide {
	background: 0 0
}

.ztPage {
	padding: 0.2rem;
}

.ztPage .newsBox li {
	border-bottom: none;
	padding: 0;
}

.ztPage .newsBox li a {
	padding: 0.2rem;
}

.ztPage .newsBox {
	margin-top: -0.2rem;
}

.ztPage .newsBox {

	margin-bottom: 0;
}

.ztPage .page {
	margin-top: 0.4rem;
	background: transparent;
}

.ztPage .page a {
	background: #fff;
}

.zt-article img {
	width: 100%;

	height: auto;
}

.zt-article {
	padding-bottom: 0.2rem;
	background: #fff;
}

.zt-article h1 {
	font-size: 0.34rem;
	text-align: center;
	margin-top: 0.15rem;
	line-height: 1.5;

}

.zt-article .info {
	color: #999;
	margin-top: 0.15rem;
	font-size: 0.28rem;

}

.zt-article .info span {
	margin: 0 .15rem;
}

.zt-article .info strong {
	display: inline-block;
	color: #f60;
	padding: 0 .06rem;
	font-size: .3rem;
}

.zt-article .article {
	padding: .3rem 0.2rem .15rem;
	color: #666;
}

.img_list {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin: .15rem 0;
}

.img_list ul li {
	margin-right: .15rem;
	display: inline-block;
}

.img_list ul li img {
	max-height: 4.5rem;
	z-index: 1;
	height: auto;
	max-width: 100%
}