@import url("//at.alicdn.com/t/font_3051127_nvn3f1flp1.css");

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%;
}

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: " "
}

.addBtn {
	text-align: center;
	background: #00b459;
	color: #fff !important;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-bottom: 15px;
	border-radius: 10px;
	text-shadow: 1px 1px 1px #04743c;
	box-shadow: 0 5px 5px #04743c;
	display: block !important;
	font-weight: bold;
	animation: shareCodeBtnAn 0.5s ease-in-out infinite alternate;
}

@keyframes shareCodeBtnAn {
	from {
		transform: scale(0.95);
	}

	to {
		transform: scale(1);
	}
}


a {
	text-decoration: none;
	-webkit-touch-callout: none;
	color: #333;
}

a:hover {
	color: #00b37b;
}

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;
}


/* 正式开始 */
.header {
	padding: 0.2rem;
	background-image: linear-gradient(45deg, #39b54a, #00b37b);
	box-shadow: 0 0 0.2rem rgb(0 0 0 / 15%);
}

.logo {
	height: 0.68rem;
}

.logo img {
	height: 0.68rem;
}

.navList {
	margin-top: 0.15rem;
}

.navList a {
	height: 0.6rem;
	line-height: 0.6rem;
	flex: 1;
	color: #fff;
	font-size: 0.32rem;
	text-align: center;
	opacity: .8;
	text-shadow: 0 0.133333rem 0.133333rem rgba(0, 0, 0, .1);
}

.navList a.on {
	position: relative;
	opacity: 1;
	font-size: 0.34rem;
}

.swiperBox {
	overflow: hidden;
	border-radius: 0.2rem;
	/* height: 3.14rem; */
	margin: 0.2rem;
}

.index-swiper {
	/* height: 3.14rem; */
	position: relative;
	overflow: hidden;
}

.index-swiper p {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, #000, transparent);
	color: #fff;
	font-size: 0.28rem;
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
}

.index-swiper .swiper-pagination {
	text-align: right;
	padding-right: 0.2rem;
	bottom: 0.2rem !important;
	width: 100% !important;
}

.index-swiper .swiper-pagination span {
	border-radius: 0;
	height: 0.1rem;
	width: 0.2rem;
	background: #fff;
	opacity: 1;
}

.index-swiper .swiper-pagination-bullet-active {
	background: #00b37b !important;
	opacity: 1;
	width: 0.3rem !important;
}

.ico01 {
	color: #f00;
}

.mt30 {
	margin-top: 0.3rem;
}

.ico02 {
	color: #f60;
}

.ico05 {
	color: #9266f9;
}

.ico06 {
	color: #00b37b;
}

.ico07 {
	color: #007AFF;
}

.box {
	background: #fff;
	border-radius: 0.1rem;
	overflow: hidden;
	box-shadow: 0 0 0.1rem rgb(0 0 0 / 1%);
	margin: 0.3rem 0.2rem 0;
}

.title {
	position: relative;
	height: 0.80rem;
	line-height: 0.80rem;
	font-size: 0.32rem;
	padding: 0 0.2rem;
	border-bottom: 1px #f1f4f9 solid;
}

.title a {
	color: #999;
	font-size: 0.4rem;
}

.indexTopbox {
	background: #fff url(../img/one_bg.png) no-repeat;
	background-size: 100% auto;
}

.title h4 i {
	margin-right: 0.08rem;
	font-size: 0.40rem;
	font-weight: 400;
}

.title h4 {
	font-weight: bold;
}

.title .abs {
	position: absolute;
	font-size: 0.6rem;
	right: 0;
	top: -0.1rem;
}

.tjyxUl li {
	width: 33.3333%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 0.1rem;
	padding-bottom: 0.3rem;
}

.tjyxUl li a {
	display: block;
}

.tjyxUl li .pic {
	margin: 0 auto;
	border-radius: 0.2rem;
	width: 1.6rem;
	height: 1.6rem;
}

.tjyxUl li .pic img {
	width: 1.6rem;
	height: 1.6rem;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.2)));
}

.tjyxUl li p {
	line-height: 1.5;
	margin-top: 0.1rem;
	font-size: 0.28rem;
}

.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;
}

.top5Ul {
	padding-bottom: 0.1rem;
}

.top5Ul li {
	padding: 0.2rem;
	border-bottom: 1px #f1f4f9 solid;
	display: block !important;
}

.top5Ul li a {
	display: block !important;
}

.top5Ul li:last-child {
	border-bottom: none;
}

.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.1rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background: rgba(0, 179, 123, .1);
	color: #00b37b;
	font-size: 0.28rem;
	text-align: center;
	border-radius: 0.15rem;
	margin-left: 0.1rem;
}

.top5Ul li h3 {
	font-size: 0.29rem;
}

.style01 li h3 {
	margin-bottom: 0.1rem;
	font-size: 0.3rem;
}


.style01 li .p1 {
	margin-top: 0.10rem;
	color: #999;
	font-size: 0.24rem;
}

.style01 li .p2 {
	line-height: 1.6;
	color: #666;
	font-size: 0.24rem;
}

.hotNnews {
	padding: 0.2rem;
}

.hotNnews h3 {
	padding-bottom: 0.18rem;
	text-align: center;
	font-weight: bold;
	font-size: 0.32rem;
}

.hotNnewsTxt {
	font-size: 0.28rem;
	line-height: 1.6;
	padding: 0.2rem;
	border-radius: 0.1rem;
	background: rgba(0, 0, 0, .03);
	color: #666;
}

.newsUlindex {
	padding: 0.2rem;
	padding-top: 0;
}

.newsUlindex li {
	font-size: 0.29rem;
	overflow: hidden;
	justify-content: space-between;
	align-items: center;
}

.newsUlindex li+li {
	border-top: 1px #f1f4f9 solid;
}

.newsUlindex li a {
	padding: 0.15rem 0;
	overflow: hidden;
}

.newsUlindex li span {
	color: #999;
	font-size: 0.26rem;
}

.footer {
	margin-top: 0.2rem;
	text-align: center;
	font-size: 0.26rem;
	padding: 0.2rem;
}

#Top {
	display: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: fixed;
	z-index: 2019;
	right: 12px;
	bottom: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4) url(../img/icon_up.png) no-repeat center;
	background-size: 50%;
}

.listHost {
	position: relative;
	margin-top: 0.3rem;
	background: #fff;
	box-shadow: 0 0 0.2rem rgb(0 0 0 / 15%);
	padding: 0.2rem;
	padding-bottom: 0;
	overflow: hidden;
}

.listHost i.abs {
	position: absolute;
	right: -0.05rem;
	top: -0.05rem;
	font-size: 0.8rem;
}

.listHost h2 {
	padding-top: 0.1rem;
	text-align: center;
	font-weight: bold;
	font-size: 0.40rem;
}

.listHost h3 {
	margin-top: 0.10rem;
	font-size: 0.3rem;
	text-align: center;
	color: #666;
}

.listBox {
	margin-top: 0.3rem;
	box-shadow: 0 0 0.2rem rgb(0 0 0 / 15%);
	background: #fff;
}

.appBg {
	background: #000;
	height: 3.4rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.appBg img {
	-webkit-filter: blur(8px);
	filter: blur(8px);
	width: 120%;
	max-width: 120%;
	margin-left: -8%;
	opacity: .5;
}

.appInfo {}

.appInfo {
	background: #fff;
	border-radius: 0.1rem;
	box-shadow: 0 0 0.1rem rgb(0 0 0 / 1%);
	margin: 0.3rem 0 0;
	position: relative;
	z-index: 10;
	min-height: 5rem;
	padding-top: 0.4rem;
	padding-bottom: 0.5rem;
}

.appInfo .pic img {
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 0.3rem;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, transparent), to(rgba(250, 250, 250, 0.2)));
}

.appInfo .pic {
	text-align: center;
	position: relative;
}

.appInfo h1 {
	font-size: 0.45rem;
	text-align: center;
	padding: 0 0.2rem;
	display: block !important;
}

.appInfoTxt {
	margin-top: 0.18rem;
	color: #999;
	font-size: 0.28rem;
}

.appInfoTxt i {
	padding: 0 0.06rem;
	font-size: 0.24rem;
	opacity: .5;
}

.btnBox {
	display: flex !important;
}

.appBtn {
	margin-top: 0.3rem;
	width: 85%;
	display: block !important;
	text-align: center;
	font-size: 0.38rem;
	height: 1rem;
	line-height: 1rem;
	border-radius: 0.5rem;
	color: #fff;
	background-image: linear-gradient(45deg, #39b54a, #00b37b);
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, transparent), to(rgba(250, 250, 250, 0.2)));

}

.appBtn:hover {
	color: #fff;
}

.appBtn.no {
	background: #aab2bd !important;
}

.appInfoBottom {
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	font-size: 0.26rem;
	color: #999;
	padding: 0.2rem;
	background: #fef2e9;
	margin-top: 0.5rem;
}

.appInfoBottom i {
	color: #00b37b;
	display: inline-block;
	margin-right: 0.06rem;
}


.img_list {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin-top: 0.2rem;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	padding-bottom: 0.2rem;
}

.img_list ul li {
	margin-right: 0.2rem;
	display: inline-block;
}

.img_list ul li img {
	max-height: 3.5rem;
	z-index: 1;
	height: auto;
	max-width: 100%
}

.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
}

.appArticle01Txt {
	padding: 0.2rem;
	line-height: 1.8;
	font-size: 0.28rem;
}

.appArticle01Txt h3 {
	margin-bottom: 0.1rem;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
	font-size: 0.3rem;
	padding-left: 0.1rem;
	border-left: 0.08rem solid #00b37b;
}

.appArticle01Txt p {
	padding-bottom: 0.15rem;
}

.appArticle01Txt img {
	width: auto !important;
	height: auto !important;
	display: block;
	margin: 0.2rem auto;
}

.newsList01 li {
	padding: 0.2rem;
}

.newsList01 li+li {
	border-top: 1px #f1f4f9 solid;
}

.newsList01 li .pic {
	overflow: hidden;
	width: 2.6rem;
	height: 1.3rem;
	margin-left: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.newsList01 li h3 {
	margin-bottom: 0.1rem;
	font-size: 0.30rem;
}

.newsList01 li i {
	margin-right: .05rem;
	font-size: .2rem;
}

.newsList01 li a {
	flex-flow: row-reverse;
}

.newsList01Bottom {
	color: #999;
	font-size: 0.26rem;
}

.articleTop {
	border-bottom: 1px #f1f4f9 solid;
	text-align: center;
	padding: 0.2rem;
}

.articleTop h1 {
	padding-top: 0.15rem;
	line-height: 1.6;
	font-size: 0.38rem;
}

.articleTopinfos {
	padding-top: 0.10rem;
	color: #999;
	font-size: 0.28rem;
}

.article {
	padding: 0.3rem 0.2rem;
}

.articleTopTxt02 {
	/* background:#fafafa; */
	padding: 0.2rem;
	position: relative;
	font-size: 0.28rem;
	line-height: 1.6;
	border-radius: 0.1rem;
	/* text-indent: 2em; */
	margin-left: -0.2rem;
	margin-right: -0.2rem;
}

.articleTopTxt02 .itop02 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0.45rem;
	color: #999;
	text-indent: 0;
	opacity: .5;
	display: none;
}

.articleTopTxt02 .iright02 {
	display: none;
	text-indent: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.45rem;
	color: #999;
	opacity: .5;
}

.insertApp {
	margin-top: 0.2rem;
	background: #fafafa;
	padding: 0.2rem;
	display: flex !important;
}

.insertApp .pic {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.15rem;
}

.insertApp .pic img {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.15rem;
}

.insertAppBtn {
	font-size: 0.26rem;
	color: #fff;
	border-radius: 0.1rem;
	padding: 0.08rem 0.20rem;
	background: #00b37b;
	margin-left: 0.1rem;
}

.insertAppInfo h4 {
	margin-bottom: 0.08rem;
	font-size: 0.3rem;
}

.insertAppInfo .start {
	margin: 0.05rem 0;
}

.insertAppfl {
	border-radius: 0.1rem;
	font-size: 0.26rem;
	color: #999;
}

.start {
	position: relative;
	overflow: hidden;
	width: 74px;
	height: 12px;
	background: url(../img/star.png) no-repeat;
	display: inline-block
}

.start5 {
	background-position: 0 0
}

.start4 {
	background-position: -14px 0
}

.start3 {
	background-position: -29px 0
}

.start2 {
	background-position: -44px 0
}

.start1 {
	background-position: -60px 0
}

.start0 {
	background-position: -74px 0
}

.articleTxt {
	margin-top: 0.2rem;
	font-size: 0.28rem;
	line-height: 1.8;
}

.articleTxt h3 {
	margin-bottom: 0.1rem;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
	font-size: 0.3rem;
	padding-left: 0.1rem;
	border-left: 0.08rem solid #00b37b;
}

.articleTxt p {
	margin-bottom: 0.1rem;
}

.articleTxt img {
	display: block;
	margin: 0.1rem auto;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

a[href*="https://www.cnzz.com"] {
	display: none !important;
}