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;
}



html,
body {
	max-width: 750px;
	margin: 0 auto;
	font-family: Helvetica, sans-serif;
	min-width: 320px;
	background: #f9f9f9;
	font-size: .3rem;
}

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: #32CCBC;
}

.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 {}

.header .logo {
	padding-top: .2rem;
	padding-left: 0.2rem;
	height: 0.7rem;
	display: block;
	margin-bottom: .2rem;
}

.header .navBox {
	height: 0.8rem;
	background: #f74837;
}

.header .navBox a {
	height: 0.8rem;
	line-height: .8rem;
	flex: 1;
	font-size: 0.32rem;
	text-align: center;
	color: #fff;
}

.header .navBox a.on {
	background: rgba(0, 0, 0, .15);
}

.mySwiper {
	position: relative;
	overflow: hidden;
	height: 4.2rem;
}

.mySwiper img {
	height: 4.2rem;
	width: 100%;
}

.mySwiper .swiper-slide {
	position: relative;
}

.mySwiper .swiper-slide p {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: .32rem;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	height: 0.7rem;
	line-height: .7rem;
	padding: 0 0.2rem;
}

.mySwiper .swiper-scrollbar {
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 6px;
}

.swiper-pagination-progressbar {
	background: rgba(255, 255, 255, .5);
}



.section {
	background: #fff;
	padding-bottom: 0.2rem;
	margin-bottom: 0.25rem;
}

.sectionTitle {

	height: 0.88rem;
	padding: 0 .2rem;
	border-bottom: 1px #f5f5f5 solid;
}

.sectionTitle strong {
	font-size: 0.34rem;
	color: #f74837;
	border-left: 4px #f74837 solid;
	padding-left: 0.15rem;
}

.sectionTitle a {
	color: #999;
	height: 0.88rem;
	line-height: .88rem;
	font-size: .28rem;
}

.indexApp {
	padding: 0 0.08rem;
}

.indexApp li {
	width: 25%;
	padding-top: 0.2rem;
}

.indexApp li p {
	text-align: center;
	line-height: 1.6;
	font-size: .27rem;
	padding: 0 0.08rem;
	margin-top: 0.1rem;
}

.indexApp li img {
	border-radius: 20px;
	display: block;
	margin: 0 auto;
	width: 1.45rem;
	height: 1.45rem;
}

.special {
	padding: .25rem 0;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
	font-size: 0;
}

.special li {
	display: inline-block;
	margin-left: 0.2rem;
	width: 5rem;
	overflow: hidden;
	height: 2.8rem;
	border-radius: 0.2rem;
}

.special li img {
	display: block;
	width: 5rem;
	height: 2.8rem;
}

.special li a {
	width: 5rem;
	overflow: hidden;
	display: block;
	position: relative;
}

.special li p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: .3rem;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	height: 0.6rem;
	line-height: 0.6rem;
	padding: 0 0.1rem;
}

.newsHot {
	display: block;
	padding: 0.2rem;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.newsHot .t1 {
	font-size: 0.32rem;
	color: #fff;
}

.indexHotNews {
	margin: 0.2rem;
	position: relative;
	overflow: hidden;
	border-radius: 0.2rem;
	background: #000;
	height: 3.6rem;

}

.indexHotNews .indexHotNewsImg {
	max-width: 120%;
	transform: scale(1.2);
	-webkit-filter: blur(0.2rem);
	filter: (.2rem);
	opacity: .5;
}

.indexHoot {
	margin-top: 0.18rem;
	font-size: 0.29rem;
	color: #fff;
	line-height: 1.6;


}

.indexHoot .tt1 {
	height: 2.3rem;
	overflow: hidden;
	margin-top: 0.15rem;
}

.indexHoot img {
	margin-right: 0.2rem;
	width: 3.8rem;
	height: 2.5rem;
	border-radius: 0.2rem;
}

.newsUls {
	margin: 0 .2rem;
	margin-bottom: -.2rem;
	padding-top: 0.1rem;
}

.newsUls li a {
	display: block;
}

.newsUls li {
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	border-bottom: 1px dashed #dcdcdc;
}

.newsUls li:last-child {
	border-bottom: 0;
}


.newsUls li a strong {
	font-size: 0.3rem;
	margin-bottom: 0.15rem;
}

.newsUlsdiv {
	font-size: 0.28rem;
	line-height: 1.6;
	color: #666;
}

.newsUlsMoob {
	font-size: 0.26rem;
	color: #999;
	margin-top: 0.14rem;
}

.footer {
	text-align: center;
	font-size: .28rem;
	color: #999;
	line-height: 1.6;
	background: #333;
	padding: 0.3rem 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(../images/icon_up.png) no-repeat center;
	background-size: 50%;
}

.appListDbox {
	padding: 0.2rem;
	margin: 0 0 0.2rem;
	background: #fff;
}

.appListDboxUl li {
	padding-bottom: 0.25rem;
	margin-bottom: 0.25rem;
	border-bottom: 1px #dcdcdc dashed;
}

.appListDboxUl li img {
	margin-right: 0.25rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.3rem;
}

.appListDboxUl .appListDboxUlRiht strong {
	font-size: 0.3rem;
	font-weight: 500;
	letter-spacing: 1px
}


.appListDboxUl li:last-child {
	margin-bottom: 0;
	border: none;
}

.appListDboxUl .appListDboxUlRiht .appListTT1 span {
	padding: 0 0.15rem;
	height: 0.45rem;
	position: relative;
	border: 1px #dcdcdc solid;
	border-radius: 0.08rem;
	margin-right: 0.15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.26rem;
}

.appListDboxUl .appListDboxUlRiht .appListTT1 {
	margin-top: 0.15rem;
	color: #666;
}

.appListTT2 {
	font-size: 0.26rem;
	color: #999;
	margin-top: 0.15rem;
}

.appListDboxUl .btns {
	background: #f74837;
	color: #fff;
	padding: 0.1rem 0.3rem;
	border-radius: 0.1rem;
	font-size: 0.28rem;
}

.subBox {
	padding-top: 0.2rem;
	margin-left: -.05rem;
}

.subBox a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.28rem;
	width: 1.65rem;
	height: 0.66rem;
	background: #fff;
	margin-bottom: 0.2rem;
	margin-left: 0.2rem;
}

.subBox a.on {
	background: #f74837;
	color: #fff;
}


.page {
	margin-top: .2rem;
	display: flex;
	position: relative;
}



.page>a {
	flex: 1;
	margin: .08rem;
	display: inline-block;
	line-height: .6rem;
	border-radius: .1rem;
	background: #ddd;
	text-align: center;
	color: #333;
	font-size: .28rem;
	display: flex;
	align-items: center;
	justify-content: center;
}



.page>span {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	margin: .1rem;
	display: inline-block;
	line-height: .6rem;
	border-radius: .1rem;
	text-align: center;
	background: #f74837;
	color: #fff;
	font-size: .28rem;
	position: relative;
}

.newsList {
	padding-top: 0.1rem;
}

.newsList li {
	padding-bottom: 0.15rem;
	margin-bottom: 0.15rem;
}

.newsList li .nt1 {
	margin-bottom: 0.15rem;
	line-height: 1.7;
	font-size: 0.3rem;
}

.newsList li img {
	width: 2.9rem;
	margin-right: 0.2rem;
	height: 1.8rem;
}

.newsList li .info {
	padding-top: 0.1rem;
	font-size: 0.28rem;
	color: #666;
	line-height: 1.7;
	border-bottom: 1px dashed #dcdcdc;
}

.newsList li .date {
	color: #999;
	margin-top: 0.15rem;
	font-size: 0.27rem;
}

.newsList li .date .see {
	color: #f74837;
}

.newsTop {
	padding: 0.3rem 0;
	line-height: 1.8;
	text-align: center;
	border-bottom: 1px dashed #dcdcdc;
}

.newsTop h1 {
	font-weight: bold;
	font-size: 0.34rem;
	margin-bottom: 0.15rem;
}

.newsTop .info {
	font-size: 0.26rem;
	color: #999;
}

.article {
	padding-top: 0.2rem;
	line-height: 2;
	font-size: 0.29rem;
	color: #666;
}

.article p {
	margin-bottom: 0.1rem;
}

.article>p:nth-child(1) {
	background: #f4f5f5;
	padding: 0.15rem;
	margin-bottom: 0.2rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.appAbout .article>p:nth-child(1) {
	background: no-repeat;
	padding: 0;
	margin-bottom: 0.1rem;
	border: none;
}

.appAbout .article {
	padding: 0.25rem;
	padding-bottom: 0;
}


.article img {
	display: block;
	margin: 0.1rem auto;
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.article h3 {
	line-height: 1.5;
	background-color: #fffafa;
	color: #f74837;
	font-weight: bold;
	font-size: 0.32rem;
	padding: 0.15rem 0.2rem;
	margin: 0.1rem 0;
}

.p-20 {
	padding: 0.2rem;
	padding-bottom: 0;
}

.pt-20 {
	padding-top: 0.2rem;
}

.pt-20 li a strong {
	font-weight: 500;
}

.star {
	width: 74px;
	height: 12px;
	position: relative;
	overflow: hidden;
	background: url(../images/star.png) no-repeat;
}

.star5 {
	background-position: 0 0;
}

.star4 {
	background-position: -14px 0;
}

.star3 {
	background-position: -29px 0;
}

.star2 {
	background-position: -44px 0;
}

.star1 {
	background-position: -60px 0;
}

.star0 {
	background-position: -74px 0;
}

.dlapp-box {
	background: #f4f5f5;
	border-radius: 10px;
	height: 100px;
	padding: 15px;
	position: relative;
	margin: 10px 0;
	overflow: hidden;
	box-sizing: border-box;
}

.dlapp-box dt {
	float: left;
}

.dlapp-box dt img {
	width: 70px !important;
	height: 70px !important;
	max-width: 100% !important;
	margin: 0;
	border-radius: 15px;
}

.dlapp-box dd.dd01 {
	margin-left: 85px;
	padding-right: 70px;
}

.dlapp-box dd.dd01 .att {
	display: block;
	font-size: 15px;
	margin-bottom: 8px;
	color: #333;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.dlapp-box dd.dd01 .att:hover {
	color: #f74837;
}

.dlapp-box dd.dd01 p {
	color: #999;
	margin-top: 5px;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
}

.dlapp-box dd.dd02 {
	position: absolute;
	right: 15px;
	top: 36px;

}

.dlapp-box dd.dd02 a {
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f74837;
	color: #fff;
	display: block;
	border-radius: 15px;
	font-size: 15px;
}

.appInfos {
	background-color: #fef4e9;
	padding: .4rem 0.25rem;
}

.appInfos h1 {
	font-size: 0.34rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 0.25rem;
}

.appInfos .aimg {
	margin-right: 0.3rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.2rem;
}

.infosUl li {
	display: flex;
	width: 50%;
	font-size: 0.26rem;
	color: #666;
}

.infosUl li:last-child {
	width: 100%;
}

.appBtn {
	margin-top: 0.3rem;
	width: 100%;
	display: block !important;
	text-align: center;
	font-size: 0.38rem;
	height: .9rem;
	line-height: .9rem;
	border-radius: 0.5rem;
	color: #fff;
	background: #f74837;
}

.appBtn:hover {
	color: #fff;
}

.appBtn.on {
	background: #aaaaaa;
}


.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
}

.addBtn {
	text-align: center;
	background: #00b459;
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin: .3rem .3rem 0;
	border-radius: 10px;
	text-shadow: 1px 1px 1px #04743c;
	box-shadow: 0 5px 5px #04743c;
	display: block;
	font-weight: bold;
}

.imgshow .swiper-slide {
	background: 0 0
}