.banner-box .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 0;
	/* background: url(http://www.nanwutai.cn/static/images/lianhua.png) center center no-repeat; */
	opacity: 1;
	background-color: #fff;
}

.banner-box .swiper-pagination-bullet-active {
	/* background: url(http://www.nanwutai.cn/static/images/lianhua-z.png) center center no-repeat; */
	opacity: 1;
	background-color: #1593ff;
}

.banner-box .banner .swiper-slide {
	position: relative;
}

.banner-box .banner .swiper-slide .banner-nei {
	width: 1200px;
}

.banner-box .banner .swiper-slide .banner-nei {
	position: absolute;
	top: 40%;
	left: 50%;
	right: inherit;
	bottom: inherit;
	transform: translate(-50%, -75%);
	display: block;
	width: 100%;
	text-align: center;
}

.banner-box .banner .swiper-slide img.banner-pic {
	width: 100%;
	height: auto;
}

.banner-box .banner .swiper-slide .banner-nei .img-box {
	margin-bottom: 19px;
	transition: 600ms;
	-webkit-transition: 600ms;
	transform: translate(0px, -100px);
	-webkit-transform: translate(0px, -100px);
	opacity: 0;
}

.banner-box .banner .swiper-slide .banner-nei .zi-box h1 {
	font-size: 48px;
	font-family: NSimSun;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 80px;
	text-shadow: 1px 1px 5px rgba(102, 102, 102, 0.5);
	transform: translate(-100px, 0px);
	-webkit-transform: translate(-100px, 0px);
	opacity: 0;
	letter-spacing: 20px;
}

.banner-box .banner .swiper-slide .banner-nei .zi-box h1 div.xian {
	width: 320px;
	height: 2px;
	background: #FFFFFF;
	margin: 0 auto;
}

.banner-box .banner .swiper-slide .banner-nei .zi-box p {
	max-width: 450px;
	margin: 0 auto;
	margin-top: 8px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	text-shadow: 1px 1px 5px rgba(102, 102, 102, 0.5);

	transform: translate(0px, 100px);
	-webkit-transform: translate(0px, 100px);
	opacity: 0;
	transition: 300ms;
	-webkit-transition: 300ms;
}

.banner-box .banner .swiper-slide.swiper-slide-active .banner-nei .img-box {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	opacity: 1;
}

@-webkit-keyframes scaleUpDown2 {
	from {
		-webkit-transform: scale(1.58);
		transform: scale(1.58);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown2 {
	from {
		-webkit-transform: scale(1.58);
		transform: scale(1.58);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.banner-box .banner .swiper-slide.swiper-slide-active .banner-nei .zi-box h1 {
	-webkit-animation: scaleUpDown2 1s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown2 1s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner-box .banner .swiper-slide.swiper-slide-active .banner-nei .zi-box p {
	opacity: 1;
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}

.banner-box .banner .shoudi {
	position: absolute;
	left: 50%;
	z-index: 10;
	bottom: 60px;
	/* width: auto; */
	height: 100px;
	width: 100px;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	overflow: hidden;
}

.banner-box .banner .shoudi .bar {
	position: absolute;
	width: 1px;
	height: 100%;
	background: #fff;
	left: 50%;
	/* margin-left: -0.5px; */
	top: 0px;
}

.banner-box .banner .shoudi .point {
	top: 0px;
	right: auto;
	left: 50%;
	margin-left: -4.25px;
	width: 10px;
	height: 10px;
	position: relative;
	border-radius: 50%;
	background: #fff;
	-webkit-animation: 4s shizuku ease-in infinite;
	animation: 4s shizuku ease-in infinite;
}

.banner-box .banner .shoudi .point:before {
	content: '';
	position: absolute;
	border: 5px solid transparent;
	border-bottom: 13px solid #fff;
	border-radius: 2px;
	-webkit-animation: 4s shizukutwo ease-in infinite;
	animation: 4s shizukutwo ease-in infinite;
}

@-webkit-keyframes shizukutwo {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	35% {
		top: -0px;
		border-bottom: 0px solid #fff;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	58% {
		top: -14px;
		border-bottom: 13px solid #fff;
	}

	75% {
		top: -14px;
		border-bottom: 13px solid #fff;
	}

	88% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	95% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		top: -14px;
		border-bottom: 13px solid #fff;
	}
}

@keyframes shizukutwo {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	35% {
		top: -0px;
		border-bottom: 0px solid #fff;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	58% {
		top: -14px;
		border-bottom: 13px solid #fff;
	}

	75% {
		top: -14px;
		border-bottom: 13px solid #fff;
	}

	88% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	95% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		top: -14px;
		border-bottom: 13px solid #fff;
	}
}

@-webkit-keyframes shizuku {
	0% {
		-webkit-transform: translate(0px, 0%) scale(0.1);
		transform: translate(0px, 0%) scale(0.1);
	}

	20% {
		-webkit-transform: translate(0px, 0%) scale(0.1);
		transform: translate(0px, 0%) scale(0.1);
	}

	35% {
		-webkit-transform: translate(0px, 0%) scale(0.8);
		transform: translate(0px, 0%) scale(0.8);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	58% {
		-webkit-transform: translate(0px, 10px) scale(0.8);
		transform: translate(0px, 10px) scale(0.8);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	75% {
		-webkit-transform: translate(0px, 25px) scale(1);
		transform: translate(0px, 25px) scale(1);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	88% {
		-webkit-transform: translate(0px, 100px) scale(1);
		transform: translate(0px, 100px) scale(1);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	95% {
		-webkit-transform: translate(0px, 100px) scale(1);
		transform: translate(0px, 100px) scale(1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate(0px, 0%) scale(0.4);
		transform: translate(0px, 0%) scale(0.4);
	}
}

@keyframes shizuku {
	0% {
		-webkit-transform: translate(0px, 0%) scale(0.1);
		transform: translate(0px, 0%) scale(0.1);
	}

	20% {
		-webkit-transform: translate(0px, 0%) scale(0.1);
		transform: translate(0px, 0%) scale(0.1);
	}

	35% {
		-webkit-transform: translate(0px, 0%) scale(0.8);
		transform: translate(0px, 0%) scale(0.8);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	58% {
		-webkit-transform: translate(0px, 10px) scale(0.8);
		transform: translate(0px, 10px) scale(0.8);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	75% {
		-webkit-transform: translate(0px, 25px) scale(1);
		transform: translate(0px, 25px) scale(1);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	88% {
		-webkit-transform: translate(0px, 100px) scale(1);
		transform: translate(0px, 100px) scale(1);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	95% {
		-webkit-transform: translate(0px, 100px) scale(1);
		transform: translate(0px, 100px) scale(1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate(0px, 0%) scale(0.4);
		transform: translate(0px, 0%) scale(0.4);
	}
}

.banner-box .banner .swiper-slide.swiper-slide-active img.banner-pic {
	-webkit-animation: scaleUpDown 4.2s .1s ease both;
	animation: scaleUpDown 4.2s .1s ease both;
}

@-webkit-keyframes scaleUpDown {
	0% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	0% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* banner结束 */
/* 滚动公告开始 */
/*gong gao*/
#mnotice {
	overflow: hidden;
	border-top: 0;
	position: relative;
	box-sizing: border-box;
}

#mnotice h2 {
	position: absolute;
	top: 50%;
	left: 60px;
	margin-top: -10px;
	color: #1A8CED;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
}

#mnotice h2:before {
	display: inline-block;
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -6px;
	width: 1px;
	height: 12px;
	background-color: #1A8CED;
}

#mnotice h2:after {
	display: inline-block;
	content: "";
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -6px;
	width: 15px;
	height: 15px;
	/* background-color:#808080; */
	background: url(http://www.nanwutai.cn/static/images/gonggao.png) no-repeat;
	background-size: 15px 15px;
}

#mnotice .grap .obj {
	width: 100%;
	padding: 0;
}

#mnotice .grap .obj .item {
	position: relative;
	padding-right: 80px;
	line-height: 0;
	list-style: none;
	height: 60px;
}

#mnotice .grap .obj .item * {
	color: #0CA720;
	line-height: 20px;
}

#mnotice .grap .obj .item .date {
	position: absolute;
	right: 8%;
	font-size: 14px;
	color: #999;
}

#mnotice .control,
#mnotice .more {
	position: absolute;
	top: 0;
	right: 0;
}

#mnotice .control {
	right: 66px;
}

#mnotice .control .ir,
#mnotice .more .ir {
	display: inline-block;
	width: 66px;
	height: 70px;
	/* border-left:1px solid #e6e6e6; */
	vertical-align: middle;
	margin-top: 0px;
}

.home-call-action.about-subscibe-area.gonggao {
	margin: 0px;
	padding: 0px;
}

.ir {
	display: block;
	overflow: hidden;
	background: url(http://www.nanwutai.cn/static/images/ir.png) no-repeat;
	font-size: 0;
	line-height: 0;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;

}

.hxlun-box {
	width: 1400px;
	margin: 0 auto;

}

.hxlun-box .gonggao #mnotice {
	overflow: hidden;
}

.hxlun-box .gonggao #mnotice .zyzhs {
	z-index: 1;
	float: left;
	overflow: hidden;
	position: relative;
}

.hxlun-box .gonggao #mnotice .zyzhs img.xyxuanz {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	float: left;
	margin-top: 22px;
}

.hxlun-box .gonggao #mnotice .zyzhs img.xyfd {
	float: left;
	margin-left: -17px;
	display: none;
}

.hxlun-box .gonggao #mnotice .zyzhs img.laba {
	position: absolute;
	top: 33px;
	left: 22px;
}

#mnotice .grap {
	width: 92%;
	overflow: hidden;
	position: relative;
	float: left;
	height: 60px;
	margin-top: 20px;
	background: #FFFFFF;
	box-shadow: 2px 1px 10px 0px rgba(21,147,255, 0.15);
	margin-left: -7px;
	margin-bottom: 20px;
}

#mnotice .grap .obj .item a {
	padding-left: 30px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 60px;
}

/* #mnotice .grap .obj .item a:hover{
    color:#2CAE86 ;
} */
#mnotice .grap .obj .item .date {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 60px;
}

#mnotice .control .prev {
	background: url(http://www.nanwutai.cn/static/images/jiantou-l.png) no-repeat;
}

.banner-box .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 10px;
	/* background: url(http://www.nanwutai.cn/static/images/lianhua.png) center center no-repeat; */
	opacity: 1;
	background-color: #fff;
}

.banner-box .swiper-pagination-bullet-active {
	/* background: url(http://www.nanwutai.cn/static/images/lianhua-z.png) center center no-repeat; */
	opacity: 1;
	background-color: #1593ff;
}

.banner-box .banner .swiper-slide {
	position: relative;
}

.banner-box .banner .swiper-slide .banner-nei {
	width: 1200px;
}

.banner-box .banner .swiper-slide .banner-nei {
	position: absolute;
	top: 40%;
	left: 50%;
	right: inherit;
	bottom: inherit;
	transform: translate(-50%, -75%);
	display: block;
	width: 100%;
	text-align: center;
}

.banner-box .banner .swiper-slide .banner-bjz {
	position: absolute;
	top: 15%;
	left: 0%;
	right: inherit;
	bottom: inherit;
	padding-left: 12%;
	display: block;
	width: 100%;
	text-align: left;
	color: #FFFFFF;
	box-sizing: border-box;
}

.banner-box .banner .swiper-slide .banner-nei .img-box {
	margin-bottom: 19px;
	transition: 600ms;
	-webkit-transition: 600ms;
	transform: translate(0px, -100px);
	-webkit-transform: translate(0px, -100px);
	opacity: 0;
}

.banner-box .banner .swiper-slide .banner-nei .zi-box h1 {
	font-size: 48px;
	font-family: NSimSun, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 80px;
	text-shadow: 1px 1px 5px rgba(102, 102, 102, 0.5);
	transform: translate(-100px, 0px);
	-webkit-transform: translate(-100px, 0px);
	opacity: 0;
	letter-spacing: 20px;
}

.banner-box .banner .swiper-slide .banner-nei .zi-box h1 div.xian {
	width: 320px;
	height: 2px;
	background: #FFFFFF;
	margin: 0 auto;
}

.banner-box .banner .swiper-slide .banner-nei .zi-box p {
	max-width: 450px;
	margin: 0 auto;
	margin-top: 8px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	text-shadow: 1px 1px 5px rgba(102, 102, 102, 0.5);

	transform: translate(0px, 100px);
	-webkit-transform: translate(0px, 100px);
	opacity: 0;
	transition: 300ms;
	-webkit-transition: 300ms;
}

.banner-box .banner .swiper-slide.swiper-slide-active .banner-nei .img-box {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	opacity: 1;
}

@-webkit-keyframes scaleUpDown2 {
	from {
		-webkit-transform: scale(1.58);
		transform: scale(1.58);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown2 {
	from {
		-webkit-transform: scale(1.58);
		transform: scale(1.58);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.banner-box .banner .swiper-slide.swiper-slide-active .banner-nei .zi-box h1 {
	-webkit-animation: scaleUpDown2 1s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown2 1s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner-box .banner .swiper-slide.swiper-slide-active .banner-nei .zi-box p {
	opacity: 1;
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}

.banner-box .banner .shoudi {
	position: absolute;
	left: 50%;
	z-index: 10;
	bottom: 100px;
	/* width: auto; */
	height: 100px;
	width: 100px;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	overflow: hidden;
}

.banner-box .banner .shoudi .bar {
	position: absolute;
	width: 1px;
	height: 100%;
	background: #fff;
	left: 50%;
	/* margin-left: -0.5px; */
	top: 0px;
}

.banner-box .banner .shoudi .point {
	top: 0px;
	right: auto;
	left: 50%;
	margin-left: -4.25px;
	width: 10px;
	height: 10px;
	position: relative;
	border-radius: 50%;
	background: #fff;
	-webkit-animation: 4s shizuku ease-in infinite;
	animation: 4s shizuku ease-in infinite;
}

.banner-box .banner .shoudi .point:before {
	content: '';
	position: absolute;
	border: 5px solid transparent;
	border-bottom: 13px solid #fff;
	border-radius: 2px;
	-webkit-animation: 4s shizukutwo ease-in infinite;
	animation: 4s shizukutwo ease-in infinite;
}

@-webkit-keyframes shizukutwo {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	35% {
		top: -0px;
		border-bottom: 0px solid #fff;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	58% {
		top: -14px;
		border-bottom: 13px solid #fff;
	}

	75% {
		top: -14px;
		border-bottom: 13px solid #fff;
	}

	88% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	95% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		top: -14px;
		border-bottom: 13px solid #fff;
	}
}

@keyframes shizukutwo {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	35% {
		top: -0px;
		border-bottom: 0px solid #fff;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	58% {
		top: -14px;
		border-bottom: 13px solid #fff;
	}

	75% {
		top: -14px;
		border-bottom: 13px solid #fff;
	}

	88% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	95% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		top: -14px;
		border-bottom: 13px solid #fff;
	}
}

@-webkit-keyframes shizuku {
	0% {
		-webkit-transform: translate(0px, 0%) scale(0.1);
		transform: translate(0px, 0%) scale(0.1);
	}

	20% {
		-webkit-transform: translate(0px, 0%) scale(0.1);
		transform: translate(0px, 0%) scale(0.1);
	}

	35% {
		-webkit-transform: translate(0px, 0%) scale(0.8);
		transform: translate(0px, 0%) scale(0.8);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	58% {
		-webkit-transform: translate(0px, 10px) scale(0.8);
		transform: translate(0px, 10px) scale(0.8);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	75% {
		-webkit-transform: translate(0px, 25px) scale(1);
		transform: translate(0px, 25px) scale(1);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	88% {
		-webkit-transform: translate(0px, 100px) scale(1);
		transform: translate(0px, 100px) scale(1);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	95% {
		-webkit-transform: translate(0px, 100px) scale(1);
		transform: translate(0px, 100px) scale(1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate(0px, 0%) scale(0.4);
		transform: translate(0px, 0%) scale(0.4);
	}
}

@keyframes shizuku {
	0% {
		-webkit-transform: translate(0px, 0%) scale(0.1);
		transform: translate(0px, 0%) scale(0.1);
	}

	20% {
		-webkit-transform: translate(0px, 0%) scale(0.1);
		transform: translate(0px, 0%) scale(0.1);
	}

	35% {
		-webkit-transform: translate(0px, 0%) scale(0.8);
		transform: translate(0px, 0%) scale(0.8);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	58% {
		-webkit-transform: translate(0px, 10px) scale(0.8);
		transform: translate(0px, 10px) scale(0.8);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	75% {
		-webkit-transform: translate(0px, 25px) scale(1);
		transform: translate(0px, 25px) scale(1);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	88% {
		-webkit-transform: translate(0px, 100px) scale(1);
		transform: translate(0px, 100px) scale(1);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	95% {
		-webkit-transform: translate(0px, 100px) scale(1);
		transform: translate(0px, 100px) scale(1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate(0px, 0%) scale(0.4);
		transform: translate(0px, 0%) scale(0.4);
	}
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 50px;
	left: 0;
	width: 100%;
}

/* banner结束 */
/* 滚动公告开始 */
/*gong gao*/
#mnotice {
	overflow: hidden;
	border-top: 0;
	position: relative;
	box-sizing: border-box;
}

#mnotice h2 {
	position: absolute;
	top: 50%;
	left: 60px;
	margin-top: -10px;
	color: #1A8CED;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
}

#mnotice h2:before {
	display: inline-block;
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -6px;
	width: 1px;
	height: 12px;
	background-color: #1A8CED;
}

#mnotice h2:after {
	display: inline-block;
	content: "";
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -6px;
	width: 15px;
	height: 15px;
	/* background-color:#808080; */
	background: url(http://www.nanwutai.cn/static/images/gonggao.png) no-repeat;
	background-size: 15px 15px;
}

#mnotice .grap .obj {
	width: 100%;
	padding: 0;
}

#mnotice .grap .obj .item {
	position: relative;
	line-height: 0;
	list-style: none;
	height: 60px;
}

#mnotice .grap .obj .item * {
	color: #0CA720;
	line-height: 20px;
}

#mnotice .grap .obj .item .date {
	position: absolute;
	right: 0%;
	font-size: 14px;
	color: #999;
}

#mnotice .control,
#mnotice .more {
	position: absolute;
	top: 0;
	right: 0;
}

#mnotice .control {
	right: 0px;
	height: 60px;
	width: 90px;
}

#mnotice .control .ir,
#mnotice .more .ir {
	display: inline-block;
	width: 66px;
	height: 70px;
	/* border-left:1px solid #e6e6e6; */
	vertical-align: middle;
	margin-top: 0px;
}

.home-call-action.about-subscibe-area.gonggao {
	margin: 0px;
	padding: 0px;
}

.ir {
	display: block;
	overflow: hidden;
	background: url(http://www.nanwutai.cn/static/images/ir.png) no-repeat;
	font-size: 0;
	line-height: 0;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;

}

.hxlun-box {
	width: 1400px;
	margin: 0 auto;
	position: relative;
	top: -50px;
	z-index: 12;

}

.hxlun-box .gonggao #mnotice {
	overflow: hidden;
}

.hxlun-box .gonggao #mnotice .zyzhs {
	z-index: 1;
	float: left;
	overflow: hidden;
	position: relative;
}

.hxlun-box .gonggao #mnotice .zyzhs img.xyxuanz {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	float: left;
	margin-top: 22px;
}

.hxlun-box .gonggao #mnotice .zyzhs img.xyfd {
	float: left;
	margin-left: -17px;
	display: none;
}

.hxlun-box .gonggao #mnotice .zyzhs img.laba {
	position: absolute;
	top: 36px;
	left: 22px;
}

#mnotice .grap {
	width: 91.5%;
	overflow: hidden;
	position: relative;
	float: left;
	height: 60px;
	margin-top: 22px;
	background: #FFFFFF;
	box-shadow: 2px 1px 10px 0px rgba(21,147,255, 0.15);
	margin-left: -7px;
	margin-bottom: 22px;
}

#mnotice .grap .obj .item a {
	padding-left: 30px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 60px;
}

/* #mnotice .grap .obj .item a:hover{
        color:#2CAE86 ;
    } */
#mnotice .grap .obj .item .date {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 60px;
}

#mnotice .control .ir {
	display: inline-block;
	width: 20px;
	height: 20px;
	z-index: 1;
	margin-top: 0px;
}

#mnotice .grap .obj {
	overflow: hidden;
	position: relative;
	width: calc(100% - 90px);
}

#mnotice .control .prev {
	margin-top: 20px;
	margin-left: 20px;
	background: url(http://www.nanwutai.cn/static/images/jiantou-l.png) center center no-repeat;
}

#mnotice .control .next {
	background: url(http://www.nanwutai.cn/static/images/jiantou-r.png) center center no-repeat;
	margin-top: 20px;
	margin-left: 5px;
}

.hxlun-box .gonggao #mnotice .zyzhs1 {
	float: right;
	position: relative;
	right: 3px;
}

.hxlun-box .gonggao #mnotice .zyzhs1 .youtdt {
	margin-top: 22px;
}

.hxlun-box .gonggao #mnotice .zyzhs1 .xyfd2 {
	margin-right: -6px;
	margin-left: -0px;
}

.hxlun-box .gonggao #mnotice .zyzhs1 img.laba2 {
	position: absolute;
	top: 41px;
	left: 17px;
}

.hxlun-box .gonggao #mnotice .zyzhs1>a {
	display: block;
}

/* 南五台景区简介 */

.nwtjj-box {
	width: 1600px;
	height: 651px;
	margin: 10px auto;
	position: relative;
	background-image: url(../images/123.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1600px 651px;
}

.nwtjj-box .shipin {
	position: absolute;
	top: 50%;
	right: 250px;
	transform: translateX(-50%);
	cursor: pointer;
}

.nwtjj-box div.zi {
	width: 700px;
	height: 405px;
	/* writing-mode: vertical-rl; */
	float: left;
	margin-left: 45px;
	margin-top: 45px;
	display: none;
}

.nwtjj-box div.zi h1 {
	line-height: 24px;
	font-size: 24px;
	font-family: NSimSun;
	font-weight: bold;
	color: #3A3A3A;
}

.nwtjj-box div.zi p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4f4f4f;
	line-height: 30px;
}

.xwhd-box {
	width: 1400px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 100px;
}

.toubu-bt {
	text-align: center;
}

.toubu-bt img {
	width: 50px;
	height: 50px;
}

.toubu-bt p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
	margin-top: 11px;
}

.toubu-bt p a {
	color: #666666;
}

.toubu-bt p a:hover {
	/* color: #1593ff; */
}

.toubu-bt p.yingwen {
	line-height: 18px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-style: italic;
	color: #666666;
	margin-top: 8px;
}

.xwhd-box .new-nav {
	text-align: center;
	margin-top: 36px;
	margin-bottom: 40px;
	position: relative;
}

.xwhd-box .new-nav li {
	display: inline-block;
	width: 130px;
	height: 50px;
	background: rgba(204, 204, 204, 0);
	border: 1px solid #CCCCCC;
	margin: 0 10px;
	cursor: pointer;
}

.xwhd-box .new-nav li div {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	background: url(http://www.nanwutai.cn/static/images/btn-w.png) center center no-repeat;
	background-size: 100% 100%;
	margin-top: 4px;
	margin-left: 4px;
}

.xwhd-box .new-nav li.active {

	background: rgba(204, 204, 204, 0);
	border: 1px solid #2CAE86;
}

.xwhd-box .new-nav li.active div {
	background: url(http://www.nanwutai.cn/static/images/btn-z.png) center center no-repeat;
}

.newneir-box .newboxone {
	overflow: hidden;
}

.newneir-box .newboxone .newnr-left {
	float: left;
	width: 45.7%;
}

.newneir-box .newboxone .newnr-left .swiper-container .swiper-slide .tujie {
	width: 100%;
	height: 60px;
	background: #000000;
	opacity: 0.7;
	position: absolute;
	bottom: 0;
}

.newneir-box .newboxone .newnr-left .swiper-container .swiper-slide .tujie .biaoti {
	width: 52%;
	overflow: hidden;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
	position: absolute;
	left: 20px;
	top: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newneir-box .newboxone .newnr-right {
	float: right;
	width: 49.2%;
}

.newneir-box .newboxone .newnr-left .swiper-container-horizontal>.swiper-pagination-bullets,
.newneir-box .newboxone .newnr-left .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 19px;
	left: auto;
	right: 20px;
	width: auto;
}

.newneir-box .newboxone .newnr-left .swiper-pagination-clickable .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	opacity: 1;
	box-sizing: border-box;
	margin: 0px 3px;
}

.newneir-box .newboxone .newnr-left .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid #1593ff;
	background: #1593ff;
	border-radius: 50%;
}


.title_h2 {
	position: absolute;
	overflow: hidden;
	line-height: 32px;
	margin-top: 20px;
	right: 0;
	top: 0;
}

.title_h2 h3 {
	font-size: 30px;
}

.title_h2 .fr {
	position: relative;
	overflow: hidden;
}

.title_h2 .fr a {
	display: block;
	padding: 0 35px 0 0;
	position: relative;
	z-index: 20;
}

.title_h2 .fr span {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0;
	top: 0;
}

.title_h2 .fr .i1 {
	position: absolute;
	right: 3px;
	width: 12px;
	background: #c3c3c3;
	top: 10px;
	height: 2px;
}

.title_h2 .fr .i2 {
	position: absolute;
	right: 0;
	width: 15px;
	background: #c3c3c3;
	top: 15px;
	height: 2px;
}

.title_h2 .fr .i3 {
	position: absolute;
	right: 3px;
	width: 12px;
	background: #c3c3c3;
	top: 20px;
	height: 2px;
}

.title_h2 .fr .i4 {
	position: absolute;
	left: 39px;
	width: 150px;
	background: #c3c3c3;
	top: 30px;
	height: 2px;
}

.title_h2 .fr .i5 {
	position: absolute;
	left: 26px;
	width: 10px;
	background: #c3c3c3;
	top: 30px;
	height: 2px;
}

.title_h2 .fr .i6 {
	position: absolute;
	left: 13px;
	width: 10px;
	background: #c3c3c3;
	top: 30px;
	height: 2px;
}

.title_h2 .fr .i7 {
	position: absolute;
	left: 0;
	width: 10px;
	background: #c3c3c3;
	top: 30px;
	height: 2px;
}

.title_h2 .fr i {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.title_h2 .fr:hover a {
	color: #1593ff;
}

.title_h2 .fr:hover i {
	background: #1593ff;
}

.title_h2.green .fr:hover a {
	color: #2CAE86;
}

.title_h2.green .fr:hover i {
	background: #2CAE86;
}

.title_h2 .fr:hover .i5,
.title_h2 .fr:hover .i6,
.title_h2 .fr:hover .i7 {
	width: 20px;
}

.title_h2 .fr:hover .i2 {
	width: 22px;
}

.title_h2 .fr:hover .i1 {
	transform: translate(3px, 2px) rotate(45deg);
	width: 8px;
}

.title_h2 .fr:hover .i3 {
	transform: translate(3px, -2px) rotate(-45deg);
	width: 8px;
}

.newneir-box .newboxone .newnr-right ul li {
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
	padding-left: 8px;
}

.newneir-box .newboxone .newnr-right ul li a {
	display: block;
}

.newneir-box .newboxone .newnr-right ul li div.riqi {
	line-height: 66px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: red;
	float: left;
}

.newneir-box .newboxone .newnr-right ul li h1 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3A3A3A;
	line-height: 66px;
	float: left;
	margin-left: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 66%;
}

.newneir-box .newboxone .newnr-right ul li h1 span {
	display: none;
	width: 20px;
	height: 1px;
	background: #1593ff;
	float: left;
	margin-top: 33px;
	margin-right: 10px;
}

.newneir-box .newboxone .newnr-right ul li div.tuji {
	float: right;
	margin-right: 18px;
	margin-top: 20px;
}

.newneir-box .newboxone .newnr-right ul li div.tuji img:nth-child(2) {
	display: none;
}

.newneir-box .newboxone .newnr-right ul li:hover h1 {
	color: #1593ff;
}

.newneir-box .newboxone .newnr-right ul li:hover h1 span {
	display: inline-block;
}

.newneir-box .newboxone .newnr-right ul li:hover div.tuji img:nth-child(1) {
	display: none;
}

.newneir-box .newboxone .newnr-right ul li:hover div.tuji img:nth-child(2) {
	display: inline-block;
}

/* .newneir-box .newboxone .newnr-right ul li:first-child div.riqi{
    width: 100%;
    line-height: 16px;
    margin-top: 2px;
}
.newneir-box .newboxone .newnr-right ul li:first-child h1{
  margin-left: 0;
  line-height: 16px;
  margin-top: 10px;
}
.newneir-box .newboxone .newnr-right ul li:first-child p{
  width: 90%;
  float: left;
  margin-top: 13px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
  margin-bottom: 20px;
} */
/* 景点介绍 */
.jdjs-box {
	width: 100%;
	height: 700px;
	box-sizing: border-box;
	padding-top: 60px;
	overflow: hidden;
	background-image: url(../images/jdjsbg.jpg);
	background-attachment: fixed;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.jdjs-box .jdjs-div {
	width: 1440px;
	margin: 0 auto;
	margin-top: 39px;
	padding: 0 75px;
	box-sizing: border-box;
	position: relative;
}

.jdjs-box .jdjs-div .zuojiantou {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -27px;
}

.jdjs-box .jdjs-div .zuojiantou img:nth-child(2) {
	display: none;
}

.jdjs-box .jdjs-div .yjian img:nth-child(2) {
	display: none;
}

.jdjs-box .jdjs-div .yjian {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -27px;
}

.jdjs-box .jdjs-div .zuojiantou,
.jdjs-box .jdjs-div .yjian {
	cursor: pointer;
}

.jdjs-box .jdjs-div .zuojiantou:hover img:nth-child(1) {
	display: none;
}

.jdjs-box .jdjs-div .yjian:hover img:nth-child(1) {
	display: none;
}

.jdjs-box .jdjs-div .zuojiantou:hover img:nth-child(2) {
	display: inline-block;
}

.jdjs-box .jdjs-div .yjian:hover img:nth-child(2) {
	display: inline-block;
}

.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide {
	overflow: hidden;
	/* border-radius: 10px; */
}

.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide .dy-mask {
	width: 100%;
	height: 290px;
	background: linear-gradient(180deg, rgba(21,147,255, 0), rgba(21,147,255, 0.5));
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide .dy-mask .zi {
	line-height: 24px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FEFFFF;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
}

.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide .dr-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: #1593ff;
	opacity: 0.9;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	display: none;
}

.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide .dr-mask .ybj-div {
	width: 100%;
	height: 100%;
	background: url(http://www.nanwutai.cn/static/images/jdjsbk.png);
	overflow: hidden;
}

.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide .dr-mask .ybj-div h1 {
	line-height: 24px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FEFFFF;
	margin-top: 65px;
}

.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide .dr-mask .ybj-div img {
	margin-top: 20px;
}

.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide .dr-mask .ybj-div p {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 20px;
	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 6;
}

.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide .dr-mask .ybj-div div.more {
	width: 120px;
	height: 42px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	padding: 5px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 45px;
}

.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide .dr-mask .ybj-div div.more div {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1593ff;
	background: #FFFFFF;
	/* position: absolute; */
}

.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide {
	cursor: pointer;
}

.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide a {
	display: block;
}

.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide a>img {
	max-width: 250px;
	max-height: 456px;
}

.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide:hover .dy-mask {
	display: none;
}

.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide:hover .dr-mask {
	display: block;
}

.jqmp-box {
	width: 100%;
	height: 600px;
	box-sizing: border-box;
	padding-top: 60px;
	overflow: hidden;
	background-image: url(http://www.nanwutai.cn/static/images/shouyemp-daolan.png);
	background-attachment: fixed;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.jqmp-box .jqmpleft {
	width: 51.5%;
	height: 100%;
	float: left;
}

.jqmp-box .jqmpright {
	width: 48.5%;
	height: 100%;
	float: right;
	position: relative;
}

.jqmp-box .jqmpright img {
	position: absolute;
	bottom: 0;
	right: 88px;
}

.jqmp-box .jqmpright a {
	display: block;
	width: 100%;
	height: 100%;
}

.jqmp-box .jqmpleft h1 {
	line-height: 24px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2CAE86;
	width: 53.5%;
	margin-left: 25.25%;
	text-align: center;
	margin-top: 40px;
}

.jqmp-box .jqmpleft h1 a {
	color: #2CAE86;
}

.jqmp-box .jqmpleft h1 a:hover {
	color: #2CAE86;
}

.jqmp-box .jqmpleft p {
	line-height: 28px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2CAE86;
	width: 56%;
	margin-left: 25.25%;
	/* text-align: center; */
	max-height: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;

}

.jqmp-box .jqmpleft p:nth-child(2) {
	margin-top: 22px;
}

.jqmp-box .jqmpleft .ma-box {
	width: 70%;
	height: 210px;
	background: url(http://www.nanwutai.cn/static/images/xiankaung.png) no-repeat center center;
	margin-left: 18.2%;
	margin-top: 30px;
}

.jqmp-box .jqmpleft .ma-box .ewm-div {
	float: left;
	margin-left: 35px;
	margin-top: 35px;
}

.jqmp-box .jqmpleft .ma-box .ewm-div .mask {
	width: 140px;
	height: 140px;
	position: relative;
	float: left;
}

.jqmp-box .jqmpleft .ma-box .ewm-div .mask .mask-div {
	width: 100%;
	height: 100%;
	background: #2CAE86;
	opacity: 0.3;
	border-radius: 8px;
	position: relative;
}

.jqmp-box .jqmpleft .ma-box .ewm-div img {
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	max-width: 128px;

}

.jqmp-box .jqmpleft .ma-box .ewm-div .zi-div {
	float: left;
	margin-left: 14px;
}

.jqmp-box .jqmpleft .ma-box .xian {
	width: 1px;
	height: 120px;
	background: #2CAE86;
	opacity: 0.5;
	float: left;
	margin-top: 45px;
	margin-left: 40px;
}

.jqmp-box .jqmpleft .ma-box .ewm-div .zi-div div:nth-child(1) {
	line-height: 20px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2CAE86;
	margin-top: 30px;
}

.jqmp-box .jqmpleft .ma-box .ewm-div .zi-div div:nth-child(2),
.jqmp-box .jqmpleft .ma-box .ewm-div .zi-div div:nth-child(3) {
	line-height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2CAE86;
	margin-top: 14px;
}

.jqmp-box .jqmpleft .ma-box .ewm-div1 {
	margin-left: 48px;
}

.jqmp-box .jqmpleft .ma-box .ewm-div1 .zi-div {
	margin-left: 20px;
}


/* 旅游指南 */
.lyzn-box {
	width: 100%;
	height: 520px;
	box-sizing: border-box;
	padding-top: 60px;
	overflow: hidden;
	background-image: url(http://www.nanwutai.cn/static/images/lyznbg.png);
	background-attachment: fixed;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.lyzn-box .lyzn-div {
	width: 1366px;
	margin: 0 auto;

	margin-top: 60px;
	overflow: hidden;
}

.lyzn-box .lyzn-div div {
	float: left;
	margin-left: 34px;
	padding: 10px 0 0 0;

}

.lyzn-box .lyzn-div div a img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

.lyzn-box .lyzn-div div:hover img {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);

}

.lyzn-box .lyzn-div div a {
	display: block;
}

.lyzn-box .lyzn-div div:nth-child(1) {
	margin-left: 0;
}

/* 景区美景 */
.jqmj-box {
	width: 100%;
	padding-top: 80px;
}

.jqmj-box .jqmj-div {
	width: 1372px;
	margin: 0 auto;
	margin-top: 40px;
	overflow: hidden;
}

.jqmj-box .jqmj-div .jqmj-left {
	float: left;
	overflow: hidden;
	width: 350px;
	border-radius: 10px;
}

.jqmj-box .jqmj-div .jqmj-left img {
	width: 100%;
	height: auto;
	max-height: 570px;
}

.jqmj-box .jqmj-div .jqmj-zhong {
	float: left;
	width: 570px;
	margin-left: 6px;
}

.jqmj-box .jqmj-div .jqmj-zhong .jqmjzh-top {
	width: 100%;
	overflow: hidden;
}

.jqmj-box .jqmj-div .jqmj-zhong .jqmjzh-top div {
	float: left;
	max-width: 282px;
	overflow: hidden;
	border-radius: 10px;
}

.jqmj-box .jqmj-div .jqmj-zhong .jqmjzh-top div img {
	width: 100%;
	height: auto;
	max-height: 280px;
}

.jqmj-box .jqmj-div .jqmj-zhong .jqmjzh-top div:nth-child(2) {
	float: right;
}

.jqmj-box .jqmj-div .jqmj-zhong .jqmjzh-di {
	width: 100%;
	margin-top: 6px;
	border-radius: 10px;
	overflow: hidden;
}

.jqmj-box .jqmj-div .jqmj-zhong .jqmjzh-di img {
	width: 100%;
	height: auto;
	max-height: 284px;
}

.jqmj-box .jqmj-div .jqmj-right {
	float: right;
	width: 440px;
}

.jqmj-box .jqmj-div .jqmj-right .jqmjri-top {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.jqmj-box .jqmj-div .jqmj-right .jqmjri-top img {
	width: 100%;
	height: auto;
	max-height: 280px;
}

.jqmj-box .jqmj-div .jqmj-right .jqmjri-di {
	margin-top: 6px;
	border-radius: 10px;
	overflow: hidden;
}

.jqmj-box .jqmj-div a {
	display: block;
}

.jqmj-box .jqmj-div .jqmj-right .jqmjri-di img {
	width: 100%;
	height: auto;
	max-height: 284px;
}

.jqmj-box .jqmj-div .jqmj-left,
.jqmj-box .jqmj-div .jqmj-zhong .jqmjzh-top div,
.jqmj-box .jqmj-div .jqmj-zhong .jqmjzh-di,
.jqmj-box .jqmj-div .jqmj-right .jqmjri-di,
.jqmj-box .jqmj-div .jqmj-right .jqmjri-top {
	position: relative;
}

.jqmj-box .jqmj-div .jqmj-left h1,
.jqmj-box .jqmj-div .jqmj-zhong .jqmjzh-top div h1,
.jqmj-box .jqmj-div .jqmj-zhong .jqmjzh-di h1,
.jqmj-box .jqmj-div .jqmj-right .jqmjri-di h1,
.jqmj-box .jqmj-div .jqmj-right .jqmjri-top h1 {
	padding-left: 20px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FEFEFE;
	line-height: 18px;
	text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 20px;
	width: 100%;
	box-sizing: border-box;
}

.jqmj-box .jqmj-div {
	margin-bottom: 60px;
}

.jqmj-box .toubu-bt {
	position: relative;
	width: 1372px;
	margin: 0 auto;
}

.jqmj-box .toubu-bt .title_h2 {
	position: absolute;
	overflow: hidden;
	line-height: 32px;
	margin-top: 20px;
	right: 0;
	top: auto;
	bottom: 0;
}

.jqmj-box .jqmj-div div img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.jqmj-box .jqmj-div div:hover img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.lyzn-box .lyzn-div.lyzn-div-yd {
	display: none;
}

.jqmj-box .jqmj-div.jqmj-div-yd {
	display: none;
}

@media screen and (max-width:1850px) {
	.banner-box .banner .swiper-slide img.banner-pic {
		width: 100%;
		height: auto;
	}

	.banner-box .banner .swiper-slide .banner-nei {
		position: absolute;
		top: 40%;
		left: 50%;
		right: inherit;
		bottom: inherit;
		transform: translate(-50%, -30%);
		display: block;
		width: 100%;
		text-align: center;
	}

	.jqmp-box .jqmpleft .ma-box {
		width: 685px;
		height: 210px;
		background: url(http://www.nanwutai.cn/static/images/xiankaung.png) no-repeat center center;
		margin-left: 18.2%;
		margin-top: 30px;
	}

}

@media screen and (max-width:1500px) {
	.lyzn-box .lyzn-div {
		width: 96%;
		margin: 0 auto;
		margin-top: 60px;
		overflow: hidden;
	}

	.hxlun-box {
		width: 96%;
		margin: 0 auto;
		position: relative;
		top: -50px;
		z-index: 12;
	}

	#mnotice .grap {
		width: 90.8%;
		overflow: hidden;
		position: relative;
		float: left;
		height: 60px;
		margin-top: 22px;
		background: #FFFFFF;
		box-shadow: 2px 1px 10px 0px rgba(21,147,255, 0.15);
		margin-left: -7px;
		margin-bottom: 22px;
	}

	.nwtjj-box {
		width: 96%;
		height: 477px;
		margin: 0 auto;
		position: relative;
		background-image: url(../images/123.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 96% 477px;
	}

	.nwtjj-box div.zi {
		width: 700px;
		height: 350px;
		/* writing-mode: vertical-rl; */
		float: left;
		margin-left: 50px;
		margin-top: 50px;
		display: none;
	}

	.nwtjj-box div.zi p {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #4f4f4f;
		line-height: 28px;
		margin-right: 30px;
	}

	.xwhd-box {
		width: 96%;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 100px;
	}

	.jdjs-box .jdjs-div {
		width: 96%;
		margin: 0 auto;
		margin-top: 39px;
		padding: 0 75px;
		box-sizing: border-box;
		position: relative;
	}

	.lyzn-box .lyzn-div div {
		float: left;
		margin-left: 0;
		width: 20%;
	}

	.jqmj-box {
		width: 100%;
		padding-top: 60px;
	}

	.jqmj-box .jqmj-div {
		width: 96%;
		margin: 0 auto;
		margin-top: 40px;
		overflow: hidden;
		margin-bottom: 60px;
	}

	.jqmj-box .toubu-bt .title_h2 {
		position: absolute;
		overflow: hidden;
		line-height: 32px;
		margin-top: 20px;
		right: 32px;
		top: auto;
		bottom: 0;
	}

	.jqmj-box .jqmj-div .jqmj-left {
		float: left;
		overflow: hidden;
		width: calc(25.7% - 3px);
		border-radius: 10px;
	}

	.jqmj-box .jqmj-div .jqmj-zhong {
		float: left;
		width: calc(42% - 3px);
		margin-left: 6px;
	}

	.jqmj-box .jqmj-div .jqmj-right {
		float: right;
		width: calc(32.3% - 3px);
	}

	.jqmj-box .jqmj-div .jqmj-zhong .jqmjzh-top div {
		float: left;
		width: calc(50% - 3px);
		overflow: hidden;
		border-radius: 10px;
	}

	.jqmp-box .jqmpleft .ma-box {
		width: 500px;
		height: 210px;
		background: url(http://www.nanwutai.cn/static/images/xiankaung.png) no-repeat center center;
		background-size: contain;
		margin-left: 0;
		margin: 0 auto;
		margin-top: 30px;
	}

	.jqmp-box .jqmpleft .ma-box .ewm-div .mask {
		width: 90px;
		height: 90px;
		position: relative;
		float: left;
	}

	.jqmp-box .jqmpleft .ma-box .ewm-div img {
		display: block;
		position: absolute;
		top: 6px;
		left: 6px;
		width: 84%;
		height: 84%;
	}

	.jqmp-box .jqmpleft .ma-box .ewm-div .zi-div div:nth-child(1) {
		line-height: 20px;
		font-size: 17px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #2CAE86;
		margin-top: 2px;
	}

	.jqmp-box .jqmpleft .ma-box .ewm-div .zi-div div:nth-child(2),
	.jqmp-box .jqmpleft .ma-box .ewm-div .zi-div div:nth-child(3) {
		line-height: 16px;
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #2CAE86;
		margin-top: 14px;
	}

	.jqmp-box .jqmpleft .ma-box .xian {
		width: 1px;
		height: 120px;
		background: #2CAE86;
		opacity: 0.5;
		float: left;
		margin-top: 45px;
		margin-left: 20px;
	}

	.jqmp-box .jqmpleft .ma-box .ewm-div1 {
		margin-left: 30px;
	}

	.jqmp-box .jqmpleft .ma-box .ewm-div {
		float: left;
		margin-left: 35px;
		margin-top: 60px;
	}

	.jqmp-box .jqmpleft p {
		line-height: 28px;
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #2CAE86;
		width: 75%;
		margin-left: 14.25%;
		/* text-align: center; */
		max-height: 140px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}
}

/* 视频 */
.zpxxtk-kuai {
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}

.zpxxtk-kuai .mask {
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.zpxxtk-kuai .videos {
	width: auto;
	height: auto;
	background: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	padding: 0px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

.zpxxtk-kuai .videos .vclose {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.newneir-box .newboxone .newnr-left .swiper-wrapper .swiper-slide img {
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 395px;
	max-height: 395px;
}

@media screen and (max-width:1450px) {
	.banner-box .banner .swiper-slide .banner-nei .zi-box h1 {
		font-size: 38px;
		font-family: NSimSun;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 70px;
		text-shadow: 1px 1px 5px rgba(102, 102, 102, 0.5);
		transform: translate(-100px, 0px);
		-webkit-transform: translate(-100px, 0px);
		opacity: 0;
		letter-spacing: 15px;
	}

	.banner-box .banner .swiper-slide .banner-nei .zi-box h1 div.xian {
		width: 280px;
		height: 2px;
		background: #FFFFFF;
		margin: 0 auto;
	}

	.banner-box .banner .swiper-slide .banner-nei .zi-box p {
		max-width: 450px;
		margin: 0 auto;
		margin-top: 15px;
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 30px;
		text-shadow: 1px 1px 5px rgba(102, 102, 102, 0.5);
		transform: translate(0px, 100px);
		-webkit-transform: translate(0px, 100px);
		opacity: 0;
		transition: 300ms;
		-webkit-transition: 300ms;
	}

	.banner-box .banner .shoudi {
		position: absolute;
		left: 50%;
		z-index: 10;
		bottom: 100px;
		/* width: auto; */
		height: 70px;
		width: 100px;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		overflow: hidden;
	}

	#mnotice .grap {
		width: calc(100% - 120px);
		overflow: hidden;
		position: relative;
		float: left;
		height: 60px;
		margin-top: 22px;
		background: #FFFFFF;
		box-shadow: 2px 1px 10px 0px rgba(21,147,255, 0.15);
		margin-left: -7px;
		margin-bottom: 22px;
	}

	.jqmj-box .toubu-bt {
		position: relative;
		width: 96%;
		margin: 0 auto;
	}

	.toubu-bt img {
		width: 50px;
		height: 50px;
	}

}

@media screen and (max-width:1300px) {
	.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide a>img {
		max-width: none;
		width: 100%;
		height: auto;
		max-height: 456px;
	}

	.jdjs-box .jdjs-div .swiper-containeryqlj .swiper-slide .dr-mask .ybj-div {
		width: 100%;
		height: 100%;
		background: url(http://www.nanwutai.cn/static/images/jdjsbk.png);
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media screen and (max-width:1280px) {
	.top-box .top-d .nav-width {
		width: 96%;
	}

	.pc_nav li:first-child {
		margin-left: 25px;
	}

	.pc_nav li {
		float: left;
		height: 80px;
		line-height: 80px;
		text-align: center;
		transition: all 200ms;
		position: relative;
		font-size: 14px;
		margin-left: 20px;
	}

	.pc_nav li:nth-child(6) {
		margin-left: 630px;
	}
}

@media screen and (max-width:768px) {
	.banner-box .banner .swiper-slide .banner-bjz {
		display: none;
	}

	.nwtjj-box {
		display: none;
	}

	.banner-box .banner .shoudi {
		display: none;
	}

	.banner-box .banner .swiper-slide.swiper-slide-active .banner-nei .zi-box p {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		margin-top: 0;
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 20px;
		/* text-shadow: 1px 1px 5px rgba(102, 102, 102, 0.5); */
		/* transform: translate(0px,100px); */
		/* -webkit-transform: translate(0px,100px); */
		/* opacity: 0; */
		transition: 600ms;
		-webkit-transition: 600ms;
	}

	.hxlun-box {
		width: 96%;
		margin: 0 auto;
		position: relative;
		top: 0;
		z-index: 12;
	}

	.banner-box .swiper-pagination-bullet {
		display: none;
	}

	.banner-box .banner .swiper-slide .banner-nei .img-box img {
		width: 50px;
		height: auto;
	}

	.banner-box .banner .swiper-slide .banner-nei .zi-box h1 {
		font-size: 20px;
		font-family: NSimSun;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 30px;
		text-shadow: 1px 1px 5px rgba(102, 102, 102, 0.5);
		transform: translate(-100px, 0px);
		-webkit-transform: translate(-100px, 0px);
		opacity: 0;
		letter-spacing: 5px;
	}

	.banner-box .banner .swiper-slide .banner-nei .zi-box h1 div.xian {
		width: 150px;
		height: 2px;
		background: #FFFFFF;
		margin: 0 auto;
		display: none;
	}

	.banner-box .banner .swiper-slide .banner-nei .img-box {
		margin-bottom: 3px;
	}

	#mnotice .grap .obj .item {
		padding-right: 0px;
	}

	#mnotice .grap .obj {
		overflow: hidden;
		position: relative;
		width: calc(100% - 10px);
	}

	#mnotice .control {
		right: 0px;
		height: 60px;
		width: 70px;
	}

	#mnotice .grap .obj .item a {
		padding-left: 10px;
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #666666;
		line-height: 60px;
	}

	.xwhd-box {
		width: 96%;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.toubu-bt img {
		width: 50px;
		height: 50px;
	}

	.toubu-bt p {
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #666666;
		line-height: 14px;
		margin-top: 6px;
	}

	.toubu-bt p.yingwen {
		line-height: 14px;
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		font-style: italic;
		color: #666666;
		margin-top: 4px;
	}

	.xwhd-box .new-nav {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
		position: relative;
	}

	.title_h2 {
		display: none;
	}

	.xwhd-box .new-nav li {
		display: inline-block;
		width: 100px;
		height: 40px;
		background: rgba(204, 204, 204, 0);
		border: 1px solid #CCCCCC;
		margin: 0 10px;
		cursor: pointer;
	}

	.xwhd-box .new-nav li div {
		width: 90px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		background: url(http://www.nanwutai.cn/static/images/btn-w.png) center center no-repeat;
		background-size: 100% 100%;
		margin-top: 5px;
		margin-left: 5px;
	}

	.newneir-box .newboxone .newnr-left {
		float: left;
		width: 100%;
	}

	.newneir-box .newboxone .newnr-right {
		float: right;
		width: 100%;
	}

	.newneir-box .newboxone .newnr-left .swiper-wrapper .swiper-slide img {
		min-width: auto;
		height: auto;
		width: 100%;
		min-height: 215px;
		max-height: 215px;
	}

	.newneir-box .newboxone .newnr-right ul li:not(:first-child) {
		display: none;
	}

	.newneir-box .newboxone .newnr-right ul li:first-child {
		margin-top: 20px;
	}

	.jdjs-box {
		display: none;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding-top: 60px;
		overflow: hidden;
		background-image: url(../images/jdjsbg.jpg);
		background-attachment: fixed;
		overflow: hidden;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding-bottom: 30px;
	}

	.jqmp-box {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding-top: 60px;
		overflow: hidden;
		background-image: url(http://www.nanwutai.cn/static/images/shouyemp-daolan.png);
		background-attachment: fixed;
		overflow: hidden;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: none;
	}

	.jqmp-box .jqmpright {
		width: 100%;
		height: 100%;
		float: right;
		position: relative;
		display: none;
	}

	.jqmp-box .jqmpleft h1 {
		line-height: 20px;
		font-size: 20px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #2CAE86;
		width: 80.5%;
		margin: 0 auto;
		text-align: center;
		margin-top: 0px;
	}

	.jqmp-box .jqmpleft p {
		line-height: 28px;
		font-size: 13px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #2CAE86;
		width: 96%;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}

	.jqmp-box .jqmpleft .ma-box {
		width: 96%;
		height: auto;
		background: url(http://www.nanwutai.cn/static/images/xiankaung.png) no-repeat center center;
		background-size: contain;
		margin-left: 0;
		margin: 0 auto;
		margin-top: 0px;
	}

	.jqmp-box .jqmpleft {
		width: 100%;
		height: 100%;
		float: left;
	}

	.jqmp-box .jqmpleft .ma-box .xian {
		width: 1px;
		height: 120px;
		background: #2CAE86;
		opacity: 0.5;
		float: left;
		margin-top: 45px;
		margin-left: 20px;
		display: none;
	}

	.jqmp-box .jqmpleft .ma-box .ewm-div {
		float: left;
		margin-left: 35px;
		margin-top: 20px;
		width: 100%;
	}

	.jqmp-box .jqmpleft .ma-box .ewm-div1 {
		margin-bottom: 30px;
	}

	.lyzn-box .lyzn-div {
		display: block;
	}

	.lyzn-box .lyzn-div.lyzn-div-yd {
		display: none;
	}

	.lyzn-box .lyzn-div div {
		float: left;
		margin-left: 0;
		width: 33.3%;
	}

	.lyzn-box .lyzn-div div a img {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		width: 100%;
	}

	.lyzn-box .lyzn-div div:nth-child(4) {
		margin-left: 16.5%;
	}

	.lyzn-box .lyzn-div.lyzn-div-yd .swiper-slide {
		text-align: center;
		width: 100%;
	}

	.lyzn-box .lyzn-div {
		margin-top: 15px;
	}

	.lyzn-box {
		height: 450px;
	}

	.jqmj-box .jqmj-div .jqmj-left {
		float: left;
		overflow: hidden;
		width: 100%;
		border-radius: 10px;
		margin: 0 0 10px 0;
	}

	.jqmj-box .jqmj-div .jqmj-zhong {
		float: left;
		width: 100%;
		margin: 0 0 10px 0;
	}

	.jqmj-box .jqmj-div .jqmj-right {
		float: right;
		width: 100%;
	}

	.jqmj-box .jqmj-div .jqmj-right div {
		border-radius: 10px;
	}


	.jqmj-box .jqmj-div {
		display: none;
	}

	.jqmj-box .jqmj-div.jqmj-div-yd {
		display: block;
	}

	.jdjs-box .jdjs-div {
		width: 96%;
		margin: 0 auto;
		margin-top: 39px;
		padding: 0px 50px;
		box-sizing: border-box;
		position: relative;
	}

	/* 滚动新闻 */
	.hxlun-box .gonggao #mnotice .zyzhs img.xyxuanz {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		float: left;
		margin-top: 22px;
		height: 48px;
		width: auto;
	}

	.hxlun-box .gonggao #mnotice .zyzhs img.xyfd {
		float: left;
		margin-left: -13px;
		height: 75px;
		width: auto;
		margin-top: 6px;
		display: none;
	}

	.hxlun-box .gonggao #mnotice .zyzhs img.laba {
		position: absolute;
		top: 33px;
		left: 15px;
		width: 20px;
	}

	#mnotice .grap {
		width: calc(100% - 98px);
		overflow: hidden;
		position: relative;
		float: left;
		height: 48px;
		margin-top: 22px;
		background: #FFFFFF;
		box-shadow: 2px 1px 10px 0px rgba(21,147,255, 0.15);
		margin-left: -7px;
		margin-bottom: 22px;
	}

	#mnotice .grap .obj .item {
		position: relative;
		line-height: 0;
		list-style: none;
		height: 48px;
	}

	#mnotice .grap .obj .item a {
		padding-left: 10px;
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #666666;
		line-height: 48px;
	}

	#mnotice .control {
		right: 0px;
		height: 48px;
		width: 70px;
		display: none;
	}

	#mnotice .control .prev {
		margin-top: 15px;
		margin-left: 20px;
		background: url(http://www.nanwutai.cn/static/images/jiantou-l.png) center center no-repeat;
	}

	#mnotice .control .next {
		background: url(http://www.nanwutai.cn/static/images/jiantou-r.png) center center no-repeat;
		margin-top: 16px;
		margin-left: 5px;
	}

	.hxlun-box .gonggao #mnotice .zyzhs1 .youtdt {
		margin-top: 22px;
		height: 48px;
		width: auto;
	}

	.hxlun-box .gonggao #mnotice .zyzhs1 img.laba2 {
		position: absolute;
		top: 36px;
		left: 10px;
		width: 18px;
	}

	.hxlun-box .gonggao #mnotice .zyzhs img.xyfd {
		float: left;
		margin-left: -13px;
		height: 75px;
		width: auto;
		margin-top: 6px;
		display: none;
	}

	#mnotice .grap .obj .item .date {
		display: none;
	}

	.jqmp-box .jqmpright a {
		display: none;
	}
}

.PDImg {
	width: 100%;
	margin: 40px 0;
}

.PDImg img {
	width: 100%;
}

.PDNav {
	font-size: 16px;
	color: #383838;
	margin: 60px 0 40px;
	line-height: 30px;
}

.PDNav i {
	float: left;
	width: 8px;
	height: 15px;
	background-color: #44a8f2;
	margin: 7px 10px 0 0;
}

.zlhz {
	width: 100%;
	height: 564px;
	background-image: url(../images/hzhb.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 40px auto;
	background-size: 100%;
	/* visibility: hidden; */
}

* {
	letter-spacing: 2px;
}