@import url("font_2423890_zvuv5bjmfo.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: #fafafa url(../image/hheaderbg.png) left -.5rem no-repeat;
	background-size: 7.5rem;
	font-size: 0.28rem;
}

html {
	background: #fafafa url(../image/bg.png);
	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: " "
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
	color: #333;
}

a:hover {
	color: #2dbfa9;
}

.ov {
	overflow: hidden;
}

/* 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;
}

.logo img {
	margin-bottom: 0.2rem;
	height: 0.68rem;
}

.nav a {
	flex: 1;
	text-align: center;
	font-size: 0.3rem;
	color: #fff;
	padding: 0.1rem 0;
}

.nav a.on {
	background: rgba(0, 0, 0, .15);
	border-radius: 0.3rem;
}

img {
	max-width: 100%;
}

.mySwiper {
	position: relative;
	margin: 0.2rem;
	border-radius: 0.2rem;
	overflow: hidden;
	height: 3.6rem;
	margin-top: .05rem;
}

.mySwiper img {
	width: 7.1rem;
	height: 3.6rem;
}


.mySwiper .swiper-slide {
	position: relative;
}

.mySwiper .swiper-slide p {
	background: linear-gradient(to top, #000, transparent);
	color: #fff;
	font-size: 0.28rem;
	padding: 0.3rem 0.2rem .5rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexHot {
	margin: 0.2rem;
}

.title {
	padding: 0.15rem 0;
	font-size: 0.32rem;
	font-weight: bold;
}

.title a {
	font-weight: 500;
	font-size: 0.28rem;
	color: #2dbfa9;
}

.tjyxUl {
	margin-top: 0.15rem;
	background: #fff;
	box-shadow: 0 0.06rem 0.29rem 0 rgb(0 0 0 / 10%);
	border-radius: 0.1rem;
	padding: 0.25rem 0;
	padding-bottom: 0;
	padding-right: 0.25rem;
}

.tjyxUl li {
	width: 25%;
	padding-left: 0.25rem;
	box-sizing: border-box;
	margin-bottom: 0.3rem;
}

.tjyxUl li img {
	border-radius: 0.25rem;
}

.indexUl {
	padding-top: 0.1rem;
}

.indexUl li a {
	background-color: #fff;
	box-shadow: 0 0.06rem 0.19rem 0 rgb(0 0 0 / 10%);
	border-radius: 0.2rem;
	padding: 0.2rem;
	margin-bottom: 0.25rem;
}

.indexUl li a img {
	margin-right: 0.2rem;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 0.2rem;
}

.indexUl li a h5 {
	font-size: 0.32rem;
	font-weight: bold;
}

.indexUl li .type {
	margin: 0.08rem 0;
	font-size: .27rem;
	color: #808080;
}

.indexUl li .type i {
	color: #f60;
	font-size: 0.38rem;
}

.indexUl li .time {
	font-size: 0.26rem;
	color: #999;
}

.indexUl li .btn {
	height: 0.48rem;
	font-size: 0.26rem;
	padding: 0 0.3rem;
	border-radius: 0.24rem;
	color: #fff;
	background-image: linear-gradient(45deg, #2dbfa9, #39b54a);

}

.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
}


.newsList01 {
	box-shadow: 0 0.06rem 0.29rem 0 rgb(0 0 0 / 10%);
	border-radius: 0.2rem;
	background: #fff;
	padding: 0.2rem;
	margin-top: 0.1rem;
	padding-top: 0.1rem;
}

.newsList01 li img {
	width: 2.2rem;
	height: 1.5rem;
	margin-left: 0.25rem;
}

.newsList01 li a {
	padding: 0.2rem 0;
}

.newsList01 li {
	border-bottom: 1px #eee solid;
}

.newsList01 li h5 {
	height: 0.96rem;
	font-size: 0.32rem;
	line-height: 1.5;
}

.newsList01 li .newsList01Bottom {
	color: #999;
	margin-top: 0.15rem;
	font-size: 0.26rem;
}

.newsList01 li .ckSpan {
	color: #2dbfa9;
}

.newsList01 li:last-child {
	border-bottom: none;
}

.newsList01 li:last-child a {
	padding-bottom: 0.05rem;
}

.footer {

	background: #303030;
	padding: 0.4rem 0.2rem;
	color: #fff;
	font-size: 0.26rem;
	text-align: center;
	line-height: 1.8;
	margin-top: 0.4rem;
}

.color-fff {
	margin-top: -.2rem;
	color: #fff;
}

.crumbs {
	color: #fff;
	padding: 0 0.2rem;
	margin-bottom: 0.3rem;
	opacity: .7;
}

.crumbs a {
	color: #fff;
	padding: 0 0.08rem;
	font-size: 0.26rem;
}

.appInfo {
	margin-top: 1.6rem;
	position: relative;

	padding-bottom: 0.7rem;
}

.appInfo:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	height: 3rem;
	bottom: 0.73rem;
	right: 0;
	margin: auto;
	width: 6.46rem;
	box-shadow: 0 0.06rem 0.29rem 0 rgb(133 212 222 / 21%);
	background-color: rgba(255, 255, 255, .5);
	border-radius: 0.3rem;
}


.appInfoBg {
	box-shadow: 0 0.06rem 0.29rem 0 rgb(45 191 169 / 18%);
	background-color: rgba(255, 255, 255, .9);
	margin: 0.3rem;
	border-radius: 0.2rem;
	padding-bottom: 0.5rem;
	position: relative;
	z-index: 10;
}

.appInfo img {
	box-shadow: 0 0.2rem 0.26rem 0 rgb(45 191 169 / 40%);
	width: 2.2rem;
	height: 2.2rem;
	position: absolute;
	top: -1.2rem;
	left: 50%;
	margin-left: -1.1rem;
	border-radius: 0.6rem;
	border: 0.2rem rgba(255, 255, 255, .5) solid;
	z-index: 50;
}

.appInfoBg h1 {
	text-align: center;
	font-size: 0.36rem;
	font-weight: bold;
	padding-top: 2rem;
	margin-bottom: 0.2rem;
}

.appInfoTxt {
	color: #999;
	font-size: 0.26rem;
}

.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, #2dbfa9, #21b47c);
	-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;
}

.sectionBox {
	margin: 0.2rem;
	box-shadow: 0 0.06rem 0.29rem 0 rgb(45 191 169 / 18%);
	background-color: rgba(255, 255, 255, .9);
	margin-top: -.4rem;
	position: relative;
	z-index: 30;
	border-radius: 0.2rem;
	padding: 0.2rem;
}

.gTitle {

	line-height: .52rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.gTitle em {
	position: relative;
	height: .52rem;
	font-size: .32rem;
	color: #1B323B;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex: 1;
	padding-left: .24rem;
}

.gTitle em:before {
	content: '';
	position: absolute;
	left: 0;
	top: .2rem;
	width: .16rem;
	height: .16rem;
	background: linear-gradient(90deg, #2dbfa9 0%, #21b47c 100%);
	border-radius: 50%;
}

.gTitle a {
	font-size: .22rem;
	color: #aaa;
}

.gTitle a i {
	display: inline-block;
	width: .09rem;
	height: .14rem;
	background-position: -7.02rem -6.20rem;
	position: relative;
	top: 0;
	margin-left: .08rem;
}

.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%
}


.article {
	font-size: .3rem;
	line-height: 1.8;
	color: #666;
	padding: .24rem 0;
}


.article p {
	margin-bottom: .16rem;
}

.article img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: .1rem auto;
}

.article br:last-child {
	display: none;
}

.article h3 {
	font-size: .3rem;
	color: #2dbfa9;
	line-height: .6rem;
	font-weight: 700;
	margin: .1rem 0;
	border: 0;
}

.article h3:before {
	content: '';
	display: inline-block;
	width: .1rem;
	height: .1rem;
	background-color: #2dbfa9;
	transform: rotate(45deg);
	vertical-align: middle;
	margin-right: .16rem;
}

.article h3:after {
	content: '';
	display: inline-block;
	width: .1rem;
	height: .1rem;
	background-color: #2dbfa9;
	transform: rotate(45deg);
	vertical-align: middle;
	margin-left: .16rem;
}

.article iframe {
	width: 100%;
	height: 3.6rem;
	margin: 0 auto;
	display: block;
	border: none;
}

.article table {
	width: 100% !important;
	border-color: #d9d9d9;
}

.article table a {
	border-bottom: none;
}

.article strong {
	font-weight: bold;
}


#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(../image/icon_up.png) no-repeat center;
	background-size: 50%;
}

.newDetailed {
	margin: 0.2rem;
	box-shadow: 0 0.06rem 0.29rem 0 rgb(45 191 169 / 18%);
	background-color: rgba(255, 255, 255, .9);
	position: relative;
	z-index: 30;
	border-radius: 0.2rem;
	padding: 0.2rem;
}

.newDetailed h1 {
	padding-top: 0.25rem;
	line-height: 1.5;
	font-size: 0.42rem;
	text-align: center;
}

.articleTopinfos {
	padding: 0.2rem 0;
	border-bottom: 1px #f1f4f9 solid;
}

.articleTopinfos span {
	padding: 0 0.2rem;
	font-size: 0.26rem;
	color: #999;
}

.insertApp {
	margin-top: 0.2rem;
	background: #fafafa;
	padding: 0.2rem;
	display: flex !important;
	margin-bottom: 0.2rem;
}

.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: #2dbfa9;
	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;
}

.insertApp02 {
	background: rgba(243, 123, 29, 0.1) !important;
	border-radius: 5px;
	overflow: hidden;
	margin: 10px 0;
}

.insertApp02 .insertAppBtn {
	background: #f37b1d;
	margin-top: 3px;
	margin-left: 0;
	text-align: center;
}

.addBtn {
	text-align: center;
	background: #2dbfa9;
	color: #fff !important;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-bottom: 15px;
	border-radius: 10px;
	/*display: block !important;*/
	display: none;
	font-weight: bold;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
}
