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: 'Regular', "微软雅黑", "PingFang SC", 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	-webkit-tap-highlight-color: transparent;
	font-size: 14px;
	background: #F4F5F5;
}

html {
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

::-webkit-scrollbar {
	width: 6px !important;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #DFDFDF !important;
}

img {
	max-width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


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;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

a:hover {
	color: #2dbfa9;
}

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;
}

.headerBox {
	height: 80px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
	background: #2dbfa9;
	margin-bottom: 20px;
}

.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}

a.logo {
	height: 80px;
}

a.logo img {
	height: 45px;
}

.navBox {
	height: 80px;
}

.navBox a {
	font-size: 18px;
	color: #fff;
	padding: 0 30px;
	height: 80px;
	line-height: 80px;
}

.indexUl li .ulInfo {
	flex: 1;
}

.navBox a.on,
.navBox a:hover {
	background: rgba(0, 0, 0, 0.1);
}

.indexLeft {
	width: 850px;
	overflow: hidden;
}

.mySwiper {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 400px;
	margin-bottom: 20px;
}

.mySwiper img {
	width: 100%;
	height: 400px;
}

.mySwiper .swiper-slide {
	position: relative;
}

.mySwiper a:hover img {
	transform: scale(1.1);
}

.mySwiper .swiperabs {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
}

.mySwiper .swiperabs p {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 16px;
}

.swiper-pagination-progressbar {
	background: rgba(255, 255, 255, 0.7);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #f60;
}

.indexList {
	padding: 20px 0;
	background: #fff;
}

.listTitle {
	padding: 0 20px;
	margin-bottom: 10px;
}

.leftTit {
	font-size: 18px;
	font-weight: bold;
	color: #2dbfa9;

}

.leftTit .li {
	margin-right: 7px;
	width: 8px;
	height: 18px;
	background: url(../images/l.png) no-repeat;
}

.leftTit .ri {
	margin-left: 7px;
	width: 8px;
	height: 18px;
	background: url(../images/r.png) no-repeat;
}

.indexUl li {
	border-bottom: 1px #ccc dashed;
}

.indexUl li a {
	padding: 20px;
}

.indexUl li a:hover {
	background: rgba(0, 0, 0, 0.01);
}

.indexUl li .pic {
	width: 240px;
	height: 150px;
	border-radius: 20px;
	overflow: hidden;
	margin-right: 20px;
}

.indexUl li .pic img {
	width: 240px;
	height: 150px;
}

.indexUl li a:hover img {
	transform: scale(1.2);
}

.indexUl li .ulTime {
	margin-top: 8px;
	color: #999;
}


.indexUl li .ulTitl {
	font-size: 18px;
	margin-bottom: 8px;
}

.indexUl li .text2 {
	text-indent: 2em;
	font-size: 15px;
	line-height: 2;
	color: #666;
}

.indexUl li:last-child {
	border: none;
}

.indexUl li .spanBtn {
	color: #2dbfa9;
	padding: 5px 10px;
	background: rgb(45 191 169 / 8%);
}

.indexUl li a:hover .spanBtn {
	color: #fff;
	background: #2dbfa9;
}

.morevr {
	padding: 8px 20px 0;
}

.morevr a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #CCCCCC;
}

.morevr a:hover {
	border: 1px solid #2dbfa9;

}

.footer {
	margin-top: 20px;
	text-align: center;
	color: #999;
	padding: 20px;
	background-color: #141414;
}

.indexRight {
	margin-left: 20px;
	min-width: 300px;
}

.rightHot {
	margin-bottom: 20px;
	padding: 20px 0;
	background: #fff;
}

.kxUl {
	margin: 10px 15px;
	position: relative;
}

.kxUl::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 2px;
	border-left: 1px dashed #efefef;
}

.kxUl li {
	position: relative;
	padding: 8px 0 8px 15px;
}

.kxUl li::after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: -5px;
	top: 15px;
	border-radius: 50%;
	border: 2px #2dbfa9 solid;
	z-index: 20;
}

.kxUl li a {
	display: block;
	line-height: 1.6;
	font-size: 15px;
}

.kxUl li span {
	display: inline-block;
	margin-top: 4px;
	font-size: 12px;
	color: #999;
}

.kxUl li:hover::after {
	background: #2dbfa9;
}

.kxUl li .kxDiv a {
	font-size: 12px;
	color: #2dbfa9;
	opacity: .5;
}

.kxUl li .kxDiv a:hover {
	opacity: 1;
}

.rBoxul {
	margin-bottom: -20px;
}

.rBoxul li .pic {
	width: 100px;
	height: 70px;
	margin-right: 10px;
}

.rBoxul li .indexListRbox strong {
	font-size: 15px;
	line-height: 1.6;
}

.rBoxul li:last-child a {
	border: none;
}

.rBoxul li .pic img {
	width: 100px;
	height: 70px;

}

.rBoxul li .pic {
	width: 100px;
	height: 70px;
	overflow: hidden;
}

.time {
	padding-top: 4px;
	font-size: 12px;
	color: #999;
}

.rBoxul li a:hover img {
	transform: scale(1.2);
}


.rBoxul li a {
	padding: 10px 15px;
	border-bottom: 1px #efefef solid;
}


.pages {
	text-align: center;
	padding-top: 25px
}

.pages a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	border: 1px solid #e7e7e7;
	line-height: 30px;
	background: #fff
}

.pages a.active,
.pages a:hover,
.pages span {
	border-color: #2dbfa9;
	background: #2dbfa9;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	height: 30px
}

.pages span.a1none {
	background: transparent;
	border-color: transparent
}

.page {
	display: none;
	margin-top: 25px;
}

.page a {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin: 0 5px;
	background: #ddd;
	text-align: center;
}

.page .current {
	height: 40px;
	line-height: 40px;
	background: #2dbfa9;
	color: #fff;
	padding: 0 20px;
}

.article {
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
}

.articleTop {
	text-align: center;
	border-bottom: 1px #e0e0e0 solid;
	padding-bottom: 20px;
}

.articleTop h1 {
	font-weight: bold;
	padding-top: 10px;
	font-size: 22px;
	margin-bottom: 20px;
}

.articleInfo {
	font-size: 13px;
	color: #999;
}

.articleInfo span {
	padding: 0 10px;
}

.articleTxt {
	font-size: 15px;
	line-height: 2;
	padding-top: 20px;
}

.articleTxt p {
	margin-bottom: 8px;
}

.articleTxt h3,
.articleTxt h2 {
	font-size: 16px;
	line-height: 1.2;
	color: #2dbfa9;
	font-weight: bold;
	border-left: 3px #2dbfa9 solid;
	padding-left: 10px;
	margin-bottom: 8px;
}

.articleTxt img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}


.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);
}

#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%;
}


.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
}


.addBtn {
	text-align: center;
	background: #2dbfa9;
	background-size: cover;
	color: #fff !important;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
	display: block !important;
	font-weight: bold;
}

@media only screen and (max-width: 960px) {
	.pages {
		display: none;
	}

	.page {
		display: flex;
	}

	.indexRight {
		display: none;
	}

	.mySwiper {
		height: auto;
	}

	.mySwiper img {
		height: auto;
	}

	.indexLeft {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.indexRight {
		display: none;
	}

	.mySwiper {
		height: auto;
		margin-bottom: 10px;
	}

	.mySwiper img {
		height: auto;
	}

	.indexLeft {
		width: 100%;
	}

	.indexUl li .pic {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		width: 100%;
		height: 180px;
		margin-bottom: 20px;
	}

	.indexUl li .pic img {
		width: 100%;
		height: auto;
	}


	.indexUl li a {
		flex-direction: column;
	}

	a.logo {
		height: 50px;
		padding-left: 10px;
	}

	a.logo img {
		height: 30px;
	}

	.navBox {
		height: 50px;
	}

	.navBox a {
		height: 50px;
		line-height: 50px;
	}

	.headerBox {
		margin-bottom: 10px;
		height: 50px;
	}

	.indexUl li .ulTitl {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 16px;
		line-height: 1.6;
	}

	.indexUl li .text2 {
		font-size: 14px;
	}

	.navBox a {
		padding: 0 20px;
	}
}

@media only screen and (max-width:500px) {

	.article {
		margin-bottom: 15px;
		padding: 15px;
	}

	.indexUl li a {
		padding: 15px;
	}

	.page {
		margin-top: 10px;
		padding: 0 10px;
	}

	.page a {
		height: 35px;
		line-height: 35px;
		padding: 0;
		flex: 1;
		text-align: center;
	}

	.page .current {
		text-align: center;
		flex: 1;
		height: 35px;
		line-height: 35px;
		background: #2dbfa9;
		color: #fff;
		padding: 0;
	}
}
.footer a {
	color: #fff;
}

.footer a:hover {
	color: #23c268;
}