.w1400 {
	width: 1280px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}

body {
	margin: 0;
}
a:hover {
    text-decoration: none;}
.index_main {
	max-width: 1920px;
	margin: 0 auto;
}

.index_banner {
	position: relative;
}

.index_top {
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	box-sizing: border-box;
	/* background-color: rgba(255,255,255,1); */
	max-width: 1920px;
	min-width: 1220px;
	margin: 0 auto;
	padding: 20px 30px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

.indexLogo {
	margin-top: 12px;
}

.indexTopRight p {
	padding-top: 10px;
}

.indexTopRight p,
.indexTopRight p a {
	color: #ccc;
	font-size: 14px;
}
.indexTopRight p a:hover{
	color: #fff;
	font-size: 14px;
}
.indexTopRight p a {
	margin: 0 4px;
	display: inline-block;
}

.indexTopRight p.bot {
	text-align: right;
	padding-top: 26px;
}

.indexTopRight p.bot span {
	display: inline-block;
	font-size: 20px;
	margin-right: 6px;
}

.indexTopRight p.bot a {
	vertical-align: middle;
	cursor: pointer;
}

.menuList {
	position: absolute;
	width: 50%;
	z-index: 6;
	right: 0;
	bottom: 33px;
	display: none;
	-webkit-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.menuList.cur {
	display: block;
}

.menuList ul {
	width: 100%;
	margin-left: 0;
	padding: 0;
	text-align: right;
}

.menuList ul>li {
	display: inline-block;
	position: relative;
}

.menuList ul>li a {
	font-size: 20px;
	color: #fff;
	display: block;
	padding: 0 20px;
}
.menuList ul>li a:hover{text-decoration:none;text-shadow:2px 2px #777;}
.menuList .menuHover {
	display: none;
	position: absolute;
	z-index: 7;
	left: 50%;
	width: 120px;
	margin-left: -70px;
	top: 30px;
	background-color: #fff;
	-webkit-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	line-height: 45px;
}

.menuList li:hover .menuHover {
	display: block;
}

.menuList .menuHover li {}

.menuList .menuHover li a {
	font-size: 18px;
	color: #494949;
	padding: 0;
}
.menuList .menuHover li a:hover{ text-decoration:none;text-shadow:1px 0px #126b3f;}

.search-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1920px;
	min-width: 1280px;
	margin: 0 auto;
	z-index: 4;
}

.search-xx {
	color: white;
	font-weight: 700;
	padding: 2rem;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.search-xx .search-message {
	flex: .96;
}

.search-xx .search-message div {
	background-color: #fff;
	line-height: 60px;
	width: 40%;
	margin: 0 auto;
	border-radius: 5px;
}

.search-message input[type=text] {
	width: 78%;
	outline: none;
	border: none;
	margin: 0;
	padding: 0 3%;
	font-size: 20px;
	color: #494949;
	display: inline-block;
}

.search-message input[type=button] {
	width: 16%;
	background: #126b3f url(../images/index/icon_ss.png) no-repeat center;
	background-size: 40%;
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 60px;
	float: right;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.search .search-close {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.3s;
}

.search-xx .search-close img {
	width: 46px;
}

.search-xx .search-close:hover {
	background: rgba(0, 0, 0, 0.12);
}

.search-xx.success {
	background: rgba(255, 255, 255, .9);
}

.search.success::after {
	background: rgba(255, 255, 255, .9);
}


.search-xx::after {
	content: "";
	position: absolute;
	height: 10%;
	width: 100%;
	bottom: 100%;
	left: 0;
}

.search-xx:not(.visible) {
	display: none;
	transform: translateY(-100%);
}

.search-xx.visible {
	animation-name: search-in;
	animation-direction: forwards;
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}

@keyframes search-in {
	0% {
		transform: translateY(-100%);
	}

	50% {
		transform: translateY(10%);
	}

	100% {
		transform: translateY(0);
	}
}

.show-banner {
	appearance: none;
	background: #ededed;
	border: 0;
	padding: 1rem 2rem;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	margin: 0.25rem;
}

.indexTopRight p.bot a img {
	width: 30px;
	float: right;
	margin: -1px 0 0;
}

.shou_banner {
	position: relative;
	height: auto;
}

.shou_banner .swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.shou_banner .swiper-slide img {
	width: 100%;
	height: auto;
	max-height: 100%;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.shou_banner .swiper-slide-active img,
.shou_banner .swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1, 1);
}

.shou_banner .swiper-pagination {
	bottom: 40px;
	top: auto;
	position: absolute;
	width: 100%;
}

.shou_banner .swiper-pagination .swiper-pagination-bullet {
	background: rgba(255, 255, 255, .5);
	border-radius: 50%;
	width: 22px;
	height: 22px;
	margin-left: 10px;
	line-height: 22px;
}

.shou_banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #69fdb4;
}



.index_calendar {
	height: 102px;
	background-color: #f8f8f8;
}

.index_calendar .indexCalendarLeft {
	width: 13%;
	overflow: hidden;
	margin-top: 38px;
}
.index_calendar .indexCalendarLeft img{ width:25px;}
.c-datepicker-date-editor img {
	vertical-align: bottom;
}

#indexDateym {
	font-size: 20px;
	color: #363636;
	background: url(../images/index/jt_b.png) no-repeat right center;
	background-size: 12%;
	display: inline-block;
	border: none;
	outline: none;
	width: 68%;
	text-indent: 10%;
	cursor: pointer;
}

.index_calendar .indexCalendarRight {
	width: 87%;
	padding: 34px 0;
	white-space: nowrap;
	text-align: center;
}

.indexCalendarRight span {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #777;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	margin: 0 3px;
}

.indexCalendarRight span:hover {
	text-decoration: none;
}

.indexCalendarRight span.active {
	color: #126b3f;
	background-color:#e1e1e1;
	cursor: pointer;
	position: relative;
}

.indexCalendarRight span div.piaofu {
	display: none;
	border-radius: 3px;
	background-color: #126b3f;
	color: #d2e8dd;
	position: absolute;
	left: 0;
	top: 31px;
	z-index: 4;
	width: 320px;
	height: auto;
	white-space: normal;
}

.indexCalendarRight span div.piaofu.r {
	left: auto;
	right: 0;
}

.indexCalendarRight span div.piaofu ul {
	margin: 0;
	padding: 10px 10px 0;
}

.indexCalendarRight span div.piaofu ul li {
	padding: 2px 0px 2px 56px;
	background: url(../images/ico_w.png) no-repeat left 6px;
	z-index: 100;
	line-height: 25px;
	list-style: none;
	text-align: left;
	margin-bottom: 10px;
	text-align: justify;
}

.indexCalendarRight span div.piaofu ul li a {
	color: #d2e8dd;
	z-index: 100;
	font-size: 16px;
}

.indexCalendarRight span div.piaofu ul li a:hover {
	z-index: 100;
	color:#fff;
}

.indexCalendarRight span.active:hover {
	background-color: #126b3f;
	color: #fff;
}

.indexCalendarRight span.active:hover div.piaofu {
	display: block;
}


.index_concert {
	margin: 60px 0;
}

.indexYyh {
	position: relative;
	margin:0 3%;
}

.index_concert h3 {
	text-align: center;
	color: #303030;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 40px;
}

.index_concert .swiper {
	width: 100%;
	height: 100%;
}

.index_concert .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #f5f5f5;
	padding-bottom: 22px;
}

.index_concert .swiper-slide a .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: linear-gradient(rgba(255, 255, 255, 0.4) 0%, rgb(18, 107, 63) 100%);
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;

}
.index_concert .swiper-slide a .img{
	overflow: hidden;
}
.index_concert .swiper-slide dl dd{width:50%;margin: 0 auto;}
.index_concert .swiper-slide dl dd .btn{
	display: block;
	font-size: 16px;
	color: #fff;
	padding:12px 30px;
	background-color: #126b3f;
	border-radius: 5px;
	margin-top: 20px;
	cursor: pointer;
	text-decoration: none;
}
.index_concert .swiper-slide .btn:hover{
	background-color: #1ca15f;
}
.index_concert .swiper-slide a .text {
	font-size: 20px;
	color: #fff;
	width: 94%;
	padding: 3%;
	position: absolute;
	left: 0;
	bottom: 3%;
	z-index: 3;
	line-height: 32px;
	opacity: 0;
}
.index_concert .swiper-slide dl dt{
	overflow: hidden;
}

.index_concert .swiper-slide dl dt img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.index_concert .swiper-slide dl:hover dt img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.index_concert .swiper-slide a:hover .bg,
.index_concert .swiper-slide a:hover .text {
	opacity: 1;
}

.index_concert .swiper-button-next {
	right: -40px;
}

.index_concert .swiper-button-prev {
	left: -40px;
}

.index_concert .swiper-button-next,
.index_concert .swiper-button-prev {
	color: #126b3f;
}

.index_newNotice {
	background: url(../images/index/xwbg.jpg) no-repeat center;
	padding: 60px 0;
}

.index_news {
	width: 48%;
}

.index_news h3 {
	margin-bottom: 40px;
}

.index_news h3 a {
	font-size: 36px;
	color: #ccc;
	font-weight: normal;
}
.index_news h3 a:hover {
	font-size: 36px;
	color: #fff;
	
}
.index_news ul {
	background-color: rgba(255, 255, 255, .8);
	padding: 10px 20px 20px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index_news ul li {
	list-style: none;
	border-bottom: 1px dashed #a7a7a7;
	padding: 20px 0;
}
.index_news .nlist ul li a:hover{ color:#cfd9d8;}
.index_news ul li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	font-size: 20px;
	padding-bottom: 10px;
}

.index_news ul li div.fbsj {
	font-size: 16px;
	color: #505050;
}

.index_video {
	margin: 60px 0;
}

.xzImgPic {
	position: relative;
	font-size: 0;
}

.xzImgPic .bg {
	position: absolute;
	z-index: 1;
	background-color: rgba(0, 0, 0, .3);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.xzImgPicMc {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -58px;
	margin-top: -58px;
	display: block;
	width: 116px;
	height: 116px;
	text-align: center;
	line-height: 116px;
	letter-spacing: -1px;
	color: white;
	border: none;
	border-radius: 50%;
	background: url(../images/index/bfbtn.png) center no-repeat;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
	-webkit-animation: pulse 2s infinite;
	z-index: 2;
}


.index_botNavs {
	background-color: #0c1b14;
	padding: 60px 0;
}

.index_botNavs dl dd {
	margin: 6px 0 0;
}

.botLogo {
	width: 10%;
}

.botNav {
	width: 70%;
}

.botNav dl {
	width: 20%;
	float: left;
}

.botNav dl:first-child {
	width: 15%;
}

.botNav a {
	color: #ccc;
}

.botNav dl dt {
	color: #ebebeb;
	font-size: 18px;
	padding-bottom: 10px;
}

.botNav dl dd {
	font-size: 14px;
	line-height: 36px;
}

.botEwm {
	width: 20%;
	text-align: center;
}

.botEwm dl {
	line-height: 30px;
	color: #dadada;
	font-size: 14px;
}

.botEwm p {
	color: #ccc;
	font-size: 18px;
	padding-top: 20px;
}

.index_copy {
	background-color: #010302;
	text-align: center;
	line-height: 65px;
}

.index_copy img {
	vertical-align: sub;
}

.index_copy,
.index_copy a {
	color: #ccc;
	font-size: 14px;
}

a {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover {
	
	color: #0c1b14;
}

.index_news ul:hover {
	background-color: rgba(255, 255, 255, 1);
}

.index_news ul li a:hover p {
	color: #0c1b14;
}

.botNav a:hover,
.index_copy a:hover {
	color: #fff;
}

@-webkit-keyframes pulse {
	0% {
		-moz-transform: scale(0.6);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	70% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 50px rgba(100, 96, 244, 0);
	}

	100% {
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(100, 96, 244, 0);
	}
}

@media only screen and (min-width: 100px) and (max-width:500px) {
	.w1400 {
		width: 100%;
	}

	.shou_banner {
		height: auto !important;
	}

	.dhWapTopHtIco {
		width: 26px;
		height: 26px;
		background: url(../images/index/icon_cd.png) no-repeat;
		background-size: 100%;
	}

	.index_top,
	.dhWapTopaH,
	.botLogo,
	.botNav {
		display: none;
	}

	.dhWapTopHt {
		background-color: #126b3f;
	}

	.shou_banner {
		padding-top: 60px;
	}

	.shou_banner .swiper-slide img {
		height: 100%;
	}

	.shou_banner .swiper-pagination {
		bottom: 10px;
	}

	.index_calendar,
	.index_concert,
	.index_newNotice {
		height: auto;
		padding: 0 3%;
		width: 94%;
	}

	.index_concert {
		margin-top: 40px;
	}

	.index_concert .swiper-button-prev {
		left: 0;
	}

	.index_concert .swiper-button-next {
		right: 0;
	}

	.index_concert .swiper-button-next,
	.index_concert .swiper-button-prev {
		background-color: rgba(18, 107, 63, .8);
		border-radius: 5px;
		color: #fff;
		padding: 5px;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 30px;
	}

	.index_calendar .indexCalendarLeft,
	.index_calendar .indexCalendarRight {
		width: 100%;
		white-space: normal;
	}

	.c-datepicker-date-editor {
		width: 60%;
		margin: 0 auto;
	}

	#indexDateym {
		text-indent: 18%;
		background-size: 16%;
	}
	.index_calendar .indexCalendarRight {
		text-align: left;
		position: relative;
	}

	.indexCalendarRight span {
		display: inline-block;
		width: 12.57%;
		float: left;
		margin: 0 2% 2% 0;
	}
	.indexCalendarRight span.active{
		position: static;
	}

	.indexCalendarRight span:nth-child(7n) {
		margin-right: 0;
	}

	.index_news {
		width: 100%;
		padding-bottom: 30px;
	}

	.index_news ul li p {
		white-space: normal;
		overflow: auto;
		text-align: justify;
	}

	.index_newNotice {
		background-size: cover;
		padding: 30px 3%;
	}

	.index_newNotice .list {
		width: 100%;
	}

	.index_video {
		margin: 30px 3%;
	}

	.xzImgPicMc {
		margin-left: -30px;
		margin-top: -30px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		background-size: 100%;
	}

	.index_botNavs {
		padding: 30px 0;
	}

	.index_copy {
		line-height: 30px;
		padding: 10px 0;
	}

	.index_copy a {
		display: block;
	}

	.botEwm {
		width: 100%;
	}
	.index_concert .swiper-slide dl dd{
		width: 90%;
	}
	.dhWapTopHt,.dhWapTopBj,.dhWapTop{z-index: 1000;}
	.indexYyh .viewer-transition .viewer-button{z-index: 1001;}
	.index_calendar .indexCalendarRight span div.piaofu{
		bottom: -10px;
		top: auto;
		left: 0;
		width: 100%;
	}
}
