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: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
	-webkit-tap-highlight-color: transparent;
	background: #f6f6f6;
	font-size: 14px;
}

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

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: #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;
}

.header {
	background: #fff;
	margin: 0;
	box-shadow: 0px 8px 4px #efefef;
	margin-bottom: 25px;
}

.clearfix {
	zoom: 1;
}

.clearfix:after,
.w1k_box:after,
#main1k:after,
.xzdzbox:after {
	clear: both;
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
	content: " ";
}


.header .w1200 {
	height: 80px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.header .logo img {
	height: 48px;
}

.navBox li a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	padding: 0 15px;
	margin-left: 30px;
	border-bottom: 3px #fff solid;
}

.navBox li.on a,
.navBox li a.on,
.navBox li a:hover {
	color: #23c268;
	border-bottom: 3px #23c268 solid;
}

.mySwiper {
	width: 1200px;
	margin: 0 auto 25px;
	border-radius: 20px;
	overflow: hidden;
	height: 470px;
	position: relative;
}

.mySwiper img {
	width: 1200px;
	height: 470px;
}

.mySwiper .swiper-slide a {
	position: relative;
}

.mySwiper .swiper-slide a p {
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0;
	background: url(../img/des_bg.png) center no-repeat;
	background-size: 100% 100%;
	color: white;
	padding: 0 20px 20px;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
	color: #fff;
}

.mySwiper .swiper-button-next:hover,
.mySwiper .swiper-button-prev:hover {
	color: #23c268;
}

.indexHot {
	margin-bottom: 25px;
}

.title h2 {
	font-size: 24px;
	font-weight: 500;
	padding: 0 30px;
	position: relative;
}

.title a {
	font-size: 13px;
	padding: 0 20px;
	background: rgba(0, 0, 0, .05);
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
}

.title a:hover {
	background: #23c268;
	color: #fff;
}

.title h2::after {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 25px;
	height: 3px;
	background: #23c268;
}

.title h2::before {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	width: 25px;
	height: 3px;
	background: #23c268;
}

.hotUl {
	padding-top: 20px;
	margin-left: -18px;
}

.hotUl li {
	width: 20%;
	margin-bottom: 18px;
}

.hotUl li a {
	margin-left: 18px;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}

.hotUl li a .pic {
	width: 65px;
	height: 65px;
	margin-right: 10px;
}

.hotUl li a strong {
	font-size: 16px;
	font-weight: 500;
	height: 40px;
}

.hotUl li a p {
	padding-top: 7px;
	font-size: 13px;
	color: #999;
}

.hotInof {
	overflow: hidden;
}

.hotUl li a:hover {
	box-shadow: 0 0 18px rgba(0, 0, 0, .08);
}

.hotUl2 li {
	width: 16.667%;
}

.hotUl2 li a {
	padding: 30px 25px 15px;
}

.hotUl2 li a .pic {
	width: 100px;
	height: 100px;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 0;
	margin-bottom: 10px;
}

.hotUl2 li .hotInof {
	text-align: center;
}

.hotUl2 li a strong {
	margin-top: 8px;
	text-align: center;
	height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.hotUl2 li a .pic img {
	width: 100px;
	height: 100px;
}

.hotUl2 li a:hover img {
	transform: scale(1.05);
}


.newsUl {
	margin-left: -18px;
	margin-top: 18px;
}

.newsUl li {
	width: 33.3333%;
	margin-bottom: 18px;
}

.newsUl li .newsUlInfo {
	padding: 10px;
	padding-left: 0;
}

.newsUl li .newsUlInfo strong {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	height: 50px;
	margin-bottom: 10px;
}

.newsUl li .newsUlInfo p {
	font-size: 14px;
	color: #999;
}

.newsUl li a {
	margin-left: 18px;
	background: #fff;
	height: 110px;
	border-radius: 8px;
	overflow: hidden;
}

.newsUl li .pic {
	height: 110px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	overflow: hidden;
}

.newsUl li a:hover img {
	transform: scale(1.05);
}

.newsUl li a:hover {
	box-shadow: 0 0 18px rgba(0, 0, 0, .05);
}

.newsUl li .pic img {
	width: 150px;
}

.ztUl {
	margin-left: -18px;
	margin-top: 18px;
}

.ztUl li {
	width: 25%;
	margin-bottom: 18px;
}

.ztUl li a {
	display: block;
	position: relative;
	margin-left: 18px;
	height: 140px;
	border-radius: 8px;
	overflow: hidden;
}

.ztUl li a .pic {
	width: 100%;
	height: 140px;
	border-radius: 8px;
	overflow: hidden;
}

.ztUl li a .pic img {
	width: 100%;
	height: 140px;
}

.ztUl li a p {
	text-align: center;
	font-size: 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.ztUl li a:hover img {
	transform: scale(1.05);
}

.ztUl li a:hover p {
	background: #23c268;
}

.ztUl li a:hover {
	box-shadow: 0 0 18px rgba(0, 0, 0, .05);
}

.footer {
	background: #333;
	color: #fff;
	margin-top: 40px;
	padding: 25px 0;
}

.linkBox h3 {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: bold;
}

.linkBox li a {
	color: #fff;
	font-size: 14px;
}

.linkBox li a:hover {
	color: #23c268;
}

.linkBox li {
	line-height: 1.1;
	padding: 0 10px;
	margin-bottom: 10px;
}

.linkBox li+li {
	border-left: 1px #fff solid;

}

.copy {
	text-align: center;
	opacity: .5;
	font-size: 13px;
	line-height: 1.8;
}

.listHot {
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 8px;
}

.listHotA1 {
	display: block;
	position: relative;
	width: 600px;
	height: 282px;
	overflow: hidden;
}

.listHotA1 p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	z-index: 30;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
}

.listHotA1 {
	width: 50%;
}

.listHotUl {
	margin-bottom: -10px;
}

.listHotUl li {
	width: 50%;
}

.listHotUl li a {
	margin-bottom: 10px;
	margin-left: 10px;
	height: 136px;
	width: 290px;
	overflow: hidden;
	position: relative;
	display: block;
}

.listHotUl li a:before,
.listHotA1:before {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background-image: linear, -90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%;
	z-index: 10;
}

.listHotUl li a:hover img {
	transform: scale(1.05);
}

.listHotUl li a img {
	height: 136px;
	width: 290px;
}

.listHotUl li a p {
	font-size: 15px;
	position: absolute;
	text-align: center;
	padding: 0 10px;
	z-index: 20;
	color: #fff;
	line-height: 40px;
	height: 40px;
	left: 0;
	right: 0;
	bottom: 0;
}

.listHotUl li a:hover:before {
	height: 60px;
}

.listHotUl li a:hover p {
	color: #23c268;
}

.listHotA1:hover:before {
	height: 80px;
}

.listHotA1:hover img {
	transform: scale(1.05);
}

.listHotA1:hover p {
	color: #23c268;
}

.wz {
	font-size: 14px;
	margin-top: -10px;
	margin-bottom: 20px;
	color: #999;
}


.pages {
	text-align: center;
	padding-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.pages a {
	font-size: 15px;
	display: inline-block;
	padding: 0 15px;
	height: 36px;
	border: 1px solid #e7e7e7;
	line-height: 36px;
	background: #fff;
	margin: 0 5px;

}

.pages a.active,
.pages a:hover,
.pages span {
	border-color: #23c268;
	background: #23c268;
	line-height: 36px;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	height: 36px
}

.pages span.a1none {
	background: transparent;
	border-color: transparent
}

.pageBtn a,
.pageBtn span {
	padding: 5px 10px;
	margin: 0 5px;
}

.pageBtn {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	display: none;
	box-sizing: border-box;
}

.pageBtn a {
	background: #eee;

}

.pageBtn span {
	color: #fff;
	background: #23c268;
}


.newsBox {
	margin-bottom: 25px;
}

.newsBoxLeft {
	width: 880px;
}


.newsList li a {
	padding: 20px;
	margin-bottom: 18px;
	background: #fff;
}

.newsList li a .pic {
	width: 260px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 20px;
}

.newsList li a .pic img {
	width: 100%;
	height: auto;
}

.newsList li a:hover img {
	transform: scale(1.05);
}

.newsRinfo {
	line-height: 1.6;
}

.newsList li h5 {
	margin-bottom: 8px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
}

.newsList li .newsRinfoTxt {
	color: #666;
}

.newsList li span {
	color: #999;
	margin-top: 8px;
}

.newsList li p {
	text-align: right;
	color: #999;
	font-size: 14px;
	margin-top: 8px;
}

.newsList li a:hover span {
	color: #23c268;
}

.newsBox .title {
	margin-bottom: 20px;
}

.newsList li a:hover {
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

.newsBoxRigth {
	margin-left: 20px;
	overflow: hidden;
}

.nHost {
	background: #fff;
	border-radius: 8px;
	margin-bottom: 25px;

}

.nHost .hotUl li {
	width: 100%;
	margin-bottom: 0;
}

.nHost .hotUl {
	margin-top: 0;
	padding-top: 0;
}

.nHost .hotUl li strong {
	height: 20px;
	font-size: 16px;
}

.nHost .hotUl li a {
	padding: 8px 12px;
}

.nHost .hotUl li a:hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, .05);
}

.nHost .hotUl li img {
	width: 60px;
	height: 60px;
}

.nHost .hotUl li .pic {
	width: 60px;
	height: 60px;
}

.nHost .hotUl li span {
	font-size: 12px;
	margin-top: 8px;
	display: inline-block;
	background: rgba(0, 0, 0, .05);
	color: #999;
	padding: 3px 10px;
	border-radius: 5px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.nHost .hotUl li a:hover span {
	background: #23c268;
	color: #fff;
}

.nHost .title {
	padding: 8px 10px;
	border-bottom: 1px #f1f4f9 solid;
	margin-bottom: 0;
}

.nHost .title h2 {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
}

.newbRul02 {
	padding: 8px 15px;
	overflow: hidden;
}



.newbRul02 li a {
	padding-left: 13px;
	position: relative;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
}

.gl-ul li a:before {
	position: absolute;
	top: 12px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .1);
	content: ""
}

.gl-ul li a:hover:before {
	background: #23c268;
}


.tjyxUl li {
	width: 33.3333333%;
	box-sizing: border-box;
	padding: 13px 10px;
	text-align: center;
}

.tjyxUl li p {
	margin-top: 11px;
	font-size: 15px;
	line-height: 22px;
	height: 44px;
}

.tjyxUl li:hover {
	background: rgba(0, 0, 0, .038);
}

.tjyxUl li .pic {
	width: 70px;
	height: 70px;
	margin: 0 auto;

}

.tjyxUl li img {
	border-radius: 10px;
	width: 70px;
	height: 70px;
	-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)));
}

.ztBox {
	margin-bottom: 25px;
}

.ztUl li .abs {
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, .5) no-repeat;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
}

.ztUl li .abs span {
	font-weight: bold;
	display: inline-block;
	padding: 0 3px;
	color: #23c268;
	font-size: 14px;
}

.ztUl li:hover .abs {
	background: #23c268;
}

.ztUl li:hover .abs span {
	color: #f60;
}

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

.newsPage {
	padding-bottom: 25px;
}

.newsPageLeft {
	width: 880px;
	overflow: hidden;
}

.articleBox {
	background: #fff;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 25px;
}

.articleTitle {
	border-bottom: 2px #eee solid;
	padding-bottom: 20px;
}

.articleTitleLeft {
	text-align: center;
}

.articleTitle img {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	margin-right: 20px;
}

.articleTitle h1 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.articleTitle .info span {
	padding: 0 10px;
	color: #999;
	font-size: 14px;
}

div[class*='article-content'] {
	padding: 20px 0;
	line-height: 1.8;
	font-size: 15px;
}

div[class*='article-content'] p {
	margin-bottom: 10px;
}

div[class*='article-content'] img {
	display: block;
	margin: 10px auto;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
}

div[class*='article-content'] h3 {
	font-weight: bold;
	color: #23c268;
	font-size: 16px;
	padding-left: 15px;
	border-left: 5px solid #23c268;
	line-height: 18px;
	margin: 12px 0px;
}





.alert-warning {
	background-color: #fdf6ec;
	color: #e6a23c;
	text-align: center;
	padding: 10px 15px;
}

.insertApp {
	background: #fff;
	padding: 20px 15px;
	border-radius: 10px;
	display: flex !important;
	align-items: center;
	background: rgba(0, 0, 0, .02);
}

div[class*='article-content'] .insertApp img {
	margin: 0 !important;
	width: 110px !important;
	height: 110px !important;
	border-radius: 15px;
}

.newsBoxRigth .insertApp img {
	margin: 0 !important;
	width: 80px !important;
	height: 80px !important;
	border-radius: 10px;
}


.insertAppTxt {
	margin-left: 15px;
	text-align: left;
	margin-right: 20px;
}

.insertAppTxt .txt1 {
	color: #999;
	font-size: 14px;
}

.insertAppTxt .txt2 {
	color: #666;
	font-size: 14px;
	display: inline-block;
}

.insertAppTxt .txt2 span {
	margin-right: 15px;
}

.insertAppTxt h2 {
	font-size: 18px;
	margin-bottom: 4px;
}

.insertApp .btn {
	margin-top: 10px;
	background: #23c268;
	color: #fff;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	padding: 0 24px;
	/* max-width: 60%; */
	display: block;
	text-align: center;
	border-radius: 5px;
}

.newsBoxRigth .insertApp {
	background: #fff;
}

.newsBoxRigth .insertApp .btn {
	height: 34px;
	line-height: 34px;
	width: 100%;
}


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

.xgyy {
	margin-bottom: 25px;
	background: #fff;
	border-radius: 8px;
}

.title2 {
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #f1f4f9 solid;
}

.title2 h4 {
	font-size: 16px;
	font-weight: bold;
}

.title2 a {
	font-size: 14px;
	color: #999;
}

.title2 a:hover {
	color: #23c268;
}

.xgyy .tjyxUl li {
	width: 20%;
}


.newsUlindex {
	padding: 6px 0;
	overflow: hidden;
}

.newsUlindex li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
	overflow: hidden;
}

.newsUlindex li a {
	position: relative;
	display: block;
	padding-right: 50px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	padding-left: 12px;
	box-sizing: border-box;
}

.newsUlindex li a::after {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 17px;
	background: rgba(0, 0, 0, .2);
}

.newsUlindex li a span {
	position: absolute;
	right: 0;
}

.special {
	margin-bottom: 25px;
}

.special-article {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
}

.special-article .pic {
	width: 50%;
	max-height: 272px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.special-article .pic img {
	width: 100%;
	border-radius: 8px;
}

.special-articleRigth {
	margin-left: 20px;
}

.special-articleRigth h1 {
	font-size: 22px;
	margin-bottom: 10px;
}

.special-articleRigth .info {
	line-height: 1.8;
	max-height: 200px;
	overflow: auto;
	font-size: 15px;
}

.special-articleRigth .infoTime {
	margin-top: 10px;
	color: #999;
}

.special-articleRigth .infoTimeSapn {
	margin-left: auto;
	margin-right: 20px;
}

.special-articleRigth .infoTimeSapn span {
	color: #f60;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 0 5px;
}

.indexHotTj {
	margin-top: 25px;
}

#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%;
}
.imgPic-slide {
	position: relative;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-bottom: 30px
}

.imgPic-slide .hd {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0
}

.imgPic-slide .hd ul {
	text-align: center
}

.imgPic-slide .hd ul li {
	display: inline-block;
	margin-right: 10px;
	width: 28px;
	height: 8px;
	background: #e4e4e4
}

.imgPic-slide .hd ul li.on {
	background: #34495e
}

.imgPic-slide .next {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	margin-top: -50px;
	width: 40px;
	height: 100px;
	border: 1px solid #ddd;
	color: #999;
	text-align: center;
	font: bold 40px/100px "\5B8B\4F53", serif;
	cursor: pointer
}

.imgPic-slide .prev {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -50px;
	width: 40px;
	height: 100px;
	border: 1px solid #ddd;
	color: #999;
	text-align: center;
	font: bold 40px/100px "\5B8B\4F53", serif;
	cursor: pointer
}

.imgPic-slide .bd img {
	display: block;
	margin: 0 auto;
	max-width: 550px;
	max-height: 500px
}

.imgPic-slide {
	min-height: 290px;
}

.imgPic-slide .next:hover,
.imgPic-slide .prev:hover {
	background: #34495e;
	color: #fff;
	border-color: #34495e;
}
.mt20 {
	margin-top: 20px;
}
.d_name {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 20px;
}
.app-img {
	background: #fff;
	padding: 20px;
}