@charset "UTF-8";
/*
********************************外层框架 start********************************
*/
/*侧边按钮 start*/
.animateH{transform: translateX(80px);-webkit-transform: translateX(80px);transition: all .5s linear;-webkit-transition: all .5s linear;}
.animateR{transform: translateX(-80px);-webkit-transform: translateX(-80px);transition: all .5s linear;-webkit-transition: all .5s linear;}
.sideMenu{position: fixed;top: 38%;right: -80px;z-index: 99;}
.sideMenuList{background: url(../images/flbg.png);transition: all .5s linear;-webkit-transition: all .5s linear;}
.sideMenuList dd{width: 80px;height: 74px;background-position: center center;background-repeat: no-repeat;border-bottom: 2px solid #222222;position: relative;cursor: pointer;transition: all .3s linear;-webkit-transition: all .3s linear;opacity: 0.6;}
.sideMenuList dd a{width: 100%;height: 100%;display: block;}
.sideMenuList dd:nth-child(3){border: none;}
.sideMenuList dd.dd1{background-image: url(../images/backTop.png);}
.sideMenuList dd.dd2{background-image: url(../images/sidePhone.png); perspective: 1000px;}
.sideMenuList dd.dd2 .phoneBox{padding: 0 10px;box-sizing: border-box;-webkit-box-sizing: border-box;background-color: rgb(0,0,0,0.5);font-size: 36px;color: #dfdfdf;height: 74px;line-height: 74px; transition: all .4s ease-in;-webkit-transition: all .4s ease-in;position: absolute;top: 0;left: 0;overflow: hidden;opacity: 0; white-space: nowrap;transform: translateX(-100%)rotateY(-90deg);-webkit-transform: translateX(-100%)rotateY(-90deg);font-weight: lighter;transform-origin: right;}
.sideMenuList dd:hover{opacity: 1;}
.sideMenuList dd:nth-child(2):hover .phoneBox{opacity: 1;transform: translateX(-100%)rotateY(0deg);-webkit-transform: translateX(-100%)rotateY(0deg)}
.sideMenuList dd.dd3{background-image: url(../images/sideAddress.png);}
.sideMenuList:hover{background: rgb(0,0,0,0.5);}
/*侧边按钮 end*/
/* 引导页 start */
.ydBox{width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 99999;background: url(../images/ydbg.jpg) no-repeat center /cover;}
.ydBox .con{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);text-align: center;}
.ydBox .con img{display: inline-block;}
.ydBox .con .imgC{margin-bottom: 35px;}
/* 引导页 end */
/* 门票弹窗 start */
.registrationBox{width: 100%;height: 100%;background-repeat: no-repeat;background-position: top left;background-size: cover;background-color: rgba(0,0,0,0.7);position: fixed;top: 0;left: 0;opacity: 0;visibility: hidden;z-index: 1100;transition: all 0.4s;-webkit-transition: all 0.4s;}
.registrationBox.show{opacity: 1;visibility: visible;}
.yyewmBox{width: 450px;height: 300px;position: fixed;top: 0;left: 0;bottom: 0;right: 0;margin: auto; z-index: 100;text-align: center;}
.yyewmBox .ewmBox{width: 220px;height: 220px;border-radius: 15px;overflow: hidden;margin: 0 auto;position: relative;z-index: 5;}
.yyewmBox .ewmBox img{width: 100%;height: 100%;object-fit: cover;}
.yyewmBox .ewmText{height: 75px;line-height: 75px;font-size: 24px;color: #fff;text-align: center;}
.yyewmBox a:hover{color: #FF0B0C;}
.close.icon {top: 50px;right: 50px; color: #ffffff;position: absolute;width: 35px;height: 35px;border-radius: 50%;border: 1px solid #ffffff;cursor: pointer;z-index: 5;}
.close.icon:before,
.close.icon:after{width: 21px;height: 1px;display: block;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;background-color: currentColor}
.close.icon:before {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.close.icon:after {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.registrationBg{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;}
/* 门票弹窗 end */
/*fullPage的样式start*/
/*fullPage的样式start*/
#fullPage {transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;transition-delay: 0.2s !important;}
.section {position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;height: 100%;overflow: hidden;}
.slide {float: left;}
.slide,.slidesContainer {height: 100%;display: block;}
.slides {height: 100%;overflow: hidden;position: relative;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.section.fp-table,
.slide.fp-table {display: table;width: 100%;position: relative;}
.fp-tableCell {display: table-cell;vertical-align: middle;width: 100%;}
.slidesContainer {float: left;position: relative;}
.sectionCon,.columnBox{height: 100%;}
.animHide {opacity: 0;}
.center{text-align: center;}
/*fullPage 结束*/
/* 滚屏样式 end */
/*fullPage 结束*/
/*头部开始*/
.topBox{margin: 0 auto;position: absolute;top: 0;width: 100%;left: 0;z-index: 1000;background: rgb(255,255,255,0);-webkit-transition: all .4s linear;height: 200px;}
.topT{height: 80px;border-bottom: 1px solid rgb(255,255,255,0.4);}
.topT .btnList{margin-right: -5px;line-height: 80px;position: relative;}
.topT .btnList span{display: inline-block;}
.topT .btnList span a{display: block;margin-right: 35px;font-size: 16px;color: #fff;height: 40px;line-height: 40px;}
.topT .btnList span a:hover{font-weight: bold;}
.topT .btnList span a.buld{padding: 0 25px;background: #e60012;border-radius: 30px;font-weight: bold;}
.topT .btnList span a.buld em{width: 28px;height: 40px;margin-right: 10px;display: inline-block;vertical-align: middle;background: url(../images/menpiao.png)no-repeat center;position: relative;top: -2px;}
.topT .btnList .search{position: absolute;right: -80px;top: 0;width: 80px;height: 80px;background: url(../images/search.png)no-repeat center;border-left: 1px solid rgb(255,255,255,0.4);}
.top{height: 120px;}
.top .bg{width: 100%;height: 0;position: absolute;left: 0;top: 120px;background: rgb(255,255,255,0);transition: all .3s linear;-webkit-transition: all .3s linear}
.logo{display: block;position: relative;height: 120px;}
.logo img{display:none; position:absolute; left:0px; top:50%;height: 60px;transform: translateY(-50%);-webkit-transform: translateY(-50%)}
.logo .logo1{display: block;}
.top.show .logo1{display: none;}
.top.show .logo2{display: block;}
.top.show .topbtn em{background: #666666;}
.top.show .menu dd a.dh{color: #333;}
.menu {position: relative;z-index: 1;height: 120px;line-height: 120px;transform: translateX(0);-webkit-transform: translateX(0);opacity: 1;transition: all .7s linear;-webkit-transition: all .7s linear}
.menu dd {position: relative;z-index: 2;float: left;text-align: center;margin-right: 60px;}
.menu dd.last{margin-right: 0;}
.menu dd a.dh {display: block;font-size: 18px;color: #fff;transition: .3s linear;-webkit-transition: .3s linear;font-weight: bold;}
.menu dd span.dh{font-size: 18px;color: #fff;transition: .3s linear;-webkit-transition: .3s linear;font-weight: bold;}
.menu dd span.dh a{font-size: 18px;color: #fff;transition: .3s linear;-webkit-transition: .3s linear;font-weight: bold;}
.menu dd .ej {overflow: hidden;position: absolute;top: 95px;height: 0;line-height: 50px;white-space: nowrap;transition: all .3s linear;-webkit-transition: all .3s linear;}
.menu dd .ej li {display: inline-block;margin-right: 30px;line-height: 55px;text-align: center;}
.menu dd .ej li:last-child{margin-right: 0;}
.menu dd .ej li a {font-size: 14px;color: #fff;}
.menu dd.hover .dh {color: #fff;}
.menu dd:hover .dh {color: #fff;}
.menu dd .ej.open {height: 50px;}
.huaKRed {height: 3px;background: #fff;position: absolute;top: -2px;transition: all .3s linear;-webkit-transition: all .3s linear;}
.topbtn{padding-left: 32px;position: relative;width: 150px;-webkit-box-sizing: border-box;box-sizing: border-box;margin-left: 34px;}
.topbtn em{display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);width: 1px;height: 16px;background: #c7c7c7;transition: all .7s linear;-webkit-transition: all .7s linear;}
.topbtn ul{margin-right: -20px;overflow: hidden;}
.topbtn ul li{width: 33.3333%;float: left;}
.topbtn ul li a{display: block;margin-right: 20px;height: 120px;background-position: center;background-repeat: no-repeat;}
.indexTop{height: 200px;}
.indexTop .top{background: rgb(255,255,255,1);border-bottom: none;box-shadow: 0 3px 7px rgba(0,0,0,0.1)}
.indexTop .top .logo1{display: none;}
.indexTop .top .logo2{display: block;}
.indexTop .top .topbtn em{background: #666666;}
.indexTop .top .menu dd a.dh{color: #333;}
.indexTop .top .topbtn ul li:nth-child(1) a{background-image: url(../images/oaon.png);}
.indexTop .top .topbtn ul li:nth-child(2) a{background-image: url(../images/vron.png);}
.indexTop .top .topbtn ul li:nth-child(3) a{background-image: url(../images/shopon.png);}
.indexTop .top .bg{background: rgb(0,0,0,0.5)}
.indexTop .top .menuBox{overflow: unset;}
.indexTop .top .menu dd:hover a.dh{color: #1a7232;}
.indexTop .top .menu dd.hover a.dh{color: #1a7232;}
.indexTop .top .menu dd .ej li a:hover {font-weight: bold;}
/*搜索*/
.model.show::before {animation: menu-animation .8s ease-out forwards;transform: scale(2) translateY(0);}
.model.show{display: block;}
.model{position: fixed;top: 0;left: 0;z-index: 10600;display: none;width: 100%;height: 100%;overflow: hidden;outline: 0;}
.model span{display: inline-block;width: 50px;height: 50px;line-height: 50px;position: absolute;top: 30px;right: 30px;cursor: pointer;font-size: 72px;text-align: center;overflow: hidden;color: #fff;z-index: 10;}
.model::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;background-color: rgba(0,0,0,.87);width: 100%;height: 0;padding-bottom: 100%;border-radius: 100%;transform: scale(.04) translateY(9999px);overflow: hidden;z-index: 9;}
.searchPWBox {width: 600px;height: 60px;overflow: hidden;background: #fff;border-radius: 5px;position: absolute;top: 50%;left: 50%;z-index: 9;margin: -30px 0 0 -300px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;;}
.searchPWBox input {display: block;float: left;width: 530px;height: 60px;background: none;border: none;line-height: 60px;color: #333;font-size: 16px;margin-left: 10px;}
.searchPWBox input::placeholder {color: #999;font-size: 16px;}
.searchPWBox input::-webkit-placeholder {color: #999;font-size: 16px;}
.searchPWBox a {float: left;display: inline;width: 60px;height: 60px;background: #c61b1e url(../images/search.png) no-repeat center center;background-size: 18px 18px;color: #fff;font-size: 30px;text-align: center;line-height: 60px;}
.searchPWBox a:hover {opacity: 0.9;}

@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}
/*头部结束*/
/*底部开始*/
.footer{padding: 80px 0 105px 0;background: #fff;text-align: center;}
.footer .footerlogo{height: 40px;display: block;margin: 0 auto;margin-bottom: 55px;}
.footer .info{font-size: 24px;height: 24px;line-height: 24px;color: #666666;margin-bottom: 25px;overflow: hidden;}
.footer .title{font-size: 60px;height: 46px;line-height: 46px;color: #333;margin-bottom: 10px;overflow: hidden;}
.footer .title img{display: block;margin: 0 auto;}
.footercon{width: 50%;margin: 0 auto;}
.footercon .evm{width: 18.1286%;}
.footercon .evm.pic::before{padding-top: 100%;}
.footercon .evm.fl{margin-right: 40px;}
.footercon .evm.fr{margin-left: 40px;}
.footercon .con{overflow: hidden;}
.footerZpformSel {width: 190px;height: 50px;position: relative;border: 1px solid #bfbfbf;box-sizing: border-box;-webkit-box-sizing: border-box;cursor: pointer;background: #f8fbfb;display: inline-block;vertical-align: middle;}
.footerZpformSel .seljg {line-height: 50px;color: #818181;font-size: 14px;cursor: pointer;}
.footerZpformSel i {transition: all .3s linear;display: block;width: 58px;height: 50px;background: url(../images/youqbtn.png) no-repeat center center;position: absolute;right: 0px;top: 0px;cursor: pointer;}
.footerZpformSel.active i {transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.footerZpformSel .selTj {width: 100%;overflow: hidden;border: 1px solid #bfbfbf;border-top: none;max-height: 75px;overflow-y: auto;position: absolute;left: -1px;top: 45px;background: #FFF;display: none;z-index: 100000}
.footerZpformSel  ::-webkit-scrollbar-thumb {width:4px;background:#f8fbfb;border-radius: 8px;}
.footerZpformSel  ::-webkit-scrollbar {width:4px;background:#eaeff2;}
.footerZpformSel .selTj a {display: block;height: 35px;line-height: 35px;color: #818181;margin-bottom: 1px;font-size: 13px;overflow: hidden;}
.footerZpformSel .selTj a.hover,.footerZpformSel .selTj a:hover {color: #333;}
.yqlj{margin: 0 auto;margin-bottom: 25px;text-align: center;line-height: 50px;}
.yqlj .piao{margin-left: 10px;padding:0 10px;line-height: 50px;height: 50px;border: 1px solid #bfbfbf;box-sizing: border-box;-webkit-box-sizing: border-box;background: #f8fbfb;color: #818181;display: inline-block;vertical-align: middle;}
.ftArchival{text-align: center;font-size: 14px;color: #5d5d5d;line-height: 36px;}
.ftArchival a{font-size: 14px;color: #5d5d5d;}
.ftArchival a:hover{color: #333;}
/*底部结束*/
/* 右边悬浮 start*/

/* 右边悬浮 end*/
/* 侧边导航 start*/

/* 侧边导航 end*/


/*
********************************外层框架 end********************************
*/
/*
********************************首页样式 start********************************
*/

/*banner开始*/
.indexBanner{height: 100%;position: relative;}
.indexBanner .bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;background: rgb(0,0,0,0.12);}
.indexBanner .newA{display: block;position: absolute;width: 70%;height: 65%;top: 200px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%)}
.indexBanner .wrap{position: absolute;z-index: 3;height: 100%;top: 0;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%)}
.indexBanner .pation{display: inline-block;left: 0;bottom: 85px;position: absolute;}
.indexBanner .pation span{width: 12px;height: 12px;background: #fff;border-radius: 50%;margin: 0 5px;opacity: 1;cursor: pointer;transition: all .4s linear;-webkit-transition: all .4s linear}
.indexBanner .pation span.swiper-pagination-bullet-active{width: 65px;border-radius: 30px;background: #e60012;}
.nextbtn{position: absolute;bottom: 60px;left: 50%;width: 65px;height: 60px;cursor:pointer;;z-index: 1000;font-size: 16px;color: #fff;}
.nextbtn span{display: block;width: 24px;height: 34px;background: url(../images/shubiao.png)no-repeat center;margin: 0 auto;margin-bottom: 15px;-webkit-animation: arrowDown 1s infinite linear;transform: translateX(-50%);-webkit-transform: translateX(-50%)}
.dinpiao{display: block;position: absolute;right: 0;bottom: 115px;width: 160px;height: 160px;border-radius: 50%;text-align: center;line-height: 160px;}
.dinpiao img{display: block;height: 34px;margin: 0 auto;position: relative;z-index: 2;}
.dinpiao .tableCell{font-size: 36px;color: #fff;font-family: "FZTengZhanMinZhuKeS-R-GB";line-height: 50px;}
.dinpiao::before{display: block;content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;border-radius: 50%;background: url(../images/dinpiaobg.png)no-repeat center /cover;animation: xuanzhuan 15s linear infinite;-webkit-animation: xuanzhuan 15s linear infinite;}
.dinpiao.run::before{animation-play-state:running}
.dinpiao.stoprun::before{animation-play-state: paused;}
.indexvideo{width: 260px;height: 145px;padding: 3px;background: #fff;border-radius: 5px;position: absolute;left: 0;bottom: 180px;transition: all .4s linear;-webkit-transition: all .4s linear;cursor: pointer;}
.indexvideo span{display: none;position: absolute;width: 50px;height: 50px;border-radius: 50%;z-index: 2;background: url(../images/swiperclose.png)no-repeat center /cover;cursor: pointer;right: 30px;top: 30px;}
.indexvideo.active span{display: block;}
.indexvideo.active{bottom: 0;height: 100%;left: 50%;padding: 0;background: #000000;z-index: 99999;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.indexvideo.active .video img{opacity: 0;}
.indexvideo.active .video::before{display: none;}
.indexvideo.active .video::after{display: none;}
.indexvideo #a2{width: 100%;height: 100%;display: none;z-index: 2;}
.indexvideo #a2 video{object-fit: cover;}
.indexvideo.active #a2{display: block;}
.indexvideo.hover:hover{box-shadow: 5px 5px 8px rgb(0,0,0,0.2);bottom: 183px;}
.indexvideo .video{position: relative;height: 100%;z-index: 1;}
.indexvideo .video::before{display: block;content: "";background: rgb(0,0,0,0.2);width: 100%;height: 100%;left: 0;top: 0;z-index: 2;position: absolute;}
.indexvideo .video::after{display: block;content: "";background: url(../images/video.png)no-repeat center;width: 35px;height: 35px;left: 50%;top: 50%;z-index: 3;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);position: absolute;}
.indexvideo .video img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 1;display: block;opacity: 1;transition: all .4s linear;-webkit-transition: all .4s linear;}
.indexvideo #a2 .fpx{left: 50% !important;top: 50% !important;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%)}
/* 旋转 */
@keyframes xuanzhuan {
	0%{
		transform: rotateZ(0)
	}
	100%{
		transform: rotateZ(360deg)
	}
}
-webkit-@keyframes xuanzhuan {
	0%{
		transform: rotateZ(0)
	}
	100%{
		transform: rotateZ(360deg)
	}
}
/*向下的箭头跳动*/
@-webkit-keyframes arrowDown {
    0% {
        -webkit-transform: translate(0,0);
    }
    25%{
        -webkit-transform: translate(0,6px);
    }
    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(0, -6px);
    }
    100% {
        -webkit-transform: translate(0,0);
    }
}
.cloudWave{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(../images/cloudWave1.png) left top no-repeat;background-size: contain;-webkit-animation: cloud 100s linear infinite;-moz-animation: cloud 100s linear infinite;-o-animation: cloud 100s linear infinite;animation: cloud 100s linear infinite;-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);z-index: 3;}
@keyframes cloud {
  0% {
	transform: translateX(0);
  }
  100% {
	transform: translateX(1920px);
  }
}
/*公告 start*/
.txtScroll-top {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 30;
	height: 40px;
	overflow: hidden;
}

.txtScroll-top .infoList li {
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.txtScroll-top .infoList li .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.txtScroll-top .infoList li a {
	font-size: 14px;
	color: #fff;
	position: relative;
	padding-left: 30px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.txtScroll-top .infoList li a i {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/ggicon.png) no-repeat center center;
	height: 20px;
	width: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.txtScroll-top .infoList li a:hover {
	color: #e60012;
}

.txtScroll-top .infoList li a:hover i {
	background: url(../images/ggiconh.png) no-repeat center center;
}

.txtScroll-top .infoList li .time {
	font-size: 14px;
	color: #999999;
	margin-left: 15px;
}

.txtScroll-top .infoList li .date {
	float: right;
	color: #999;
}

/*公告 end*/
/*banner结束*/
/* 公共 start*/
.indexTitle{text-align: center;}
.indexTitle .title{position: relative;font-size: 36px;color: #fff;margin-bottom: 20px;font-family: "FZTengZhanMinZhuKeS-R-GB";display: inline-block;}
.indexTitle .title::before{position: absolute;top: 7px;left: -40px;width: 40px;height: 22px;display: block;content: "";background: url(../test/pic/titlebg1.png)no-repeat center;transform: rotateZ(-90deg);-webkit-transform: rotateZ(-90deg)}
.indexTitle .title::after{position: absolute;top: 7px;right: -40px;width: 40px;height: 22px;display: block;content: "";background: url(../test/pic/titlebg1.png)no-repeat center;transform: rotateZ(90deg);-webkit-transform: rotateZ(90deg)}
.indexTitle em{width: 100%;height: 90px;margin-bottom: 20px;display: block;/* background: url(../test/pic/titledian.png)no-repeat center */;}
.indexTitle .titlec{display: block;font-size: 16px;padding-left: 30px;color: #fff;padding-top: 20px;position: relative;}
.indexTitle .titlec::before{display: block;content: "";position: absolute;top: 0;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);width: 47px;height: 50px;background: url(../test/pic/titlecbg1.png)no-repeat center;}
.indexTitle .titlec:hover{font-weight: bold;}
.indexTitle.heise .title{color: #333333;}
.indexTitle.heise .title::before{background-image: url(../test/pic/titlebg2.png);}
.indexTitle.heise .title::after{background-image: url(../test/pic/titlebg2.png);}
.indexTitle.heise .titlec{color: #666;}
.indexTitle.heise .titlec::before{background-image: url(../test/pic/titlecbg2.png);}
.col2L .indexTitle .titlec:hover{color:#c00303}
.col3R .indexTitle .titlec:hover{color:#c00303}
.col3R .indexTitle .titlec:hover:before{background-image: url(../test/pic/titlecbg2.png);}
/* 公共 end*/
/*第一通栏 start*/
.col1L{width: 16.6666%;background: url(../test/background/col1Lbg.png)no-repeat center /cover;height: 100%;}
.col1L .indexTitle{margin: 0 auto;}
.ixBox3{overflow:hidden;position: relative;}
.ixBox3Slide{position:relative;overflow:hidden;background:#fafafa;}
.ixBox3Slide .bt{display: block;width:50px;height:50px;border:1px solid #fff;position: absolute;bottom:225px;right:80px;z-index:999;cursor:pointer;transition-duration:0.3s;background: url(../test/pic/col2btn.png)no-repeat center;border-radius: 50%;}
.ixBox3Slide .pr{display: block;width:50px;height:50px;border:1px solid #fff;position: absolute;right:80px;z-index:999;cursor:pointer;transition-duration:0.3s;background: url(../test/pic/col2btn.png)no-repeat center;border-radius: 50%;;bottom:155px;transform:rotateZ(180deg);-webkit-transform:rotateZ(180deg)}
.ixBox3Slide .next:hover{border-color: #c00303;background-image: url(../images/col2btnon.png);}
.ixBox3Dl{position: absolute;top:0;left:0;transition-duration:0.5s;}
.ixBox3Dl dd{overflow:hidden;position: relative;float:left;transition-duration:0.5s;z-index: 1;}
.ixBox3Dl dd a::before{display: block;width: 100%;height: 100%;left: 0;top: 0;background: rgb(0,0,0,0.2);position: absolute;content: "";z-index: 1;opacity: 1;transition: all .4s linear;-webkit-transition: all .4s linear}
.ixBox3Dl a{display: block;position: relative;height: 100%;}
.ixBox3Dl dd .divBg{width:100%;height:100%;position: absolute;top:0;left:0;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.ixBox3Dl dd .divC{position: absolute;bottom:0;left:0;background: rgb(0,0,0,0.3);padding: 50px;box-sizing: border-box;-webkit-box-sizing: border-box;width: 100%;height: 35.6481%;opacity: 0;transition: all .4s linear;-webkit-transition: all .4s linear;z-index: 2;}
.ixBox3Dl dd .divC .title{display: inline-block;height: 26px;line-height: 26px;position: relative;margin-bottom: 20px;overflow: hidden;}
.ixBox3Dl dd .divC .title span{font-size: 26px;color: #fff;position: relative;z-index: 2;}
.ixBox3Dl dd .divC .title::before{display: none;content: "";position: absolute;width: 90%;height: 90%;background: #e60012;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);z-index: 1;}
.ixBox3Dl dd .divC .info{font-size: 14px;line-height: 24px;color: #fff;margin-bottom: 45px;height: 0;overflow: hidden;transition: all .4s linear;-webkit-transition: all .4s linear}
.ixBox3Dl dd .divC .btn{padding: 0 40px;font-size: 16px;height: 16px;line-height: 16px;color: #fff;position: relative;display: inline;}
.ixBox3Dl dd .divC .btn::before{display: block;content: "";position: absolute;width: 28px;height: 100%;left: 0;top: 0;background: url(../test/pic/col2itembtn.png)no-repeat center;}
.ixBox3Dl dd .divC .btn::after{display: block;content: "";position: absolute;width: 28px;height: 100%;right: 0;top: 0;background: url(../test/pic/col2itembtn.png)no-repeat center;transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg)}
.ixBox3Dl dd .divB{position: absolute;left: 20px;top: 40%;width: 30px;text-align: center;opacity: 1;transition: all .4s linear;-webkit-transition: all .4s linear;z-index: 2;}
.ixBox3Dl dd .divB .title{writing-mode: vertical-lr;font-size: 30px;color: #fff;font-family: "FZTengZhanMinZhuKeS-R-GB";}
.ixBox3Dl dd.activeW .divC{opacity: 1;}
.ixBox3Dl dd.activeW .divB{opacity: 0;}
.ixBox3Dl dd.activeW .divC .info{height: 72px;}
.ixBox3Dl dd.activeW a::before{opacity: 0;}
/*第一通栏 end*/
/*第二通栏 start*/
.column2{position: relative;height: 100%;}
.column2::before{display: block;content: "";width: 100%;height: 180px;position: absolute;left: 0;bottom: 0;background: url(../test/background/col3bg.png)no-repeat bottom center /cover;z-index: 2;animation: move 7s linear infinite;}
.col2L{width: 16.66666%;margin-right: 30px;height: 100%;}
.col2L .indexTitle{margin: 0 auto;}
.col2R{overflow: hidden;height: 100%;padding: 120px 200px 60px 0;position: relative;}
.column2 .tongzhi{width: 400px;height: 204px;position: absolute;right: 80px;bottom: 70px;padding: 45px 30px 0 30px;background: url(../test/background/col2tgbg.png)no-repeat center /cover;z-index: 3;}
.column2 .tongzhi .L{width: 40.5%;margin-right: 25px;}
.column2 .tongzhi .L .title{font-size: 24px;color: #000000;height: 24px;line-height: 24px;overflow: hidden;}
.column2 .tongzhi .L .title img{height: 23px;}
.column2 .tongzhi .R{overflow: hidden;font-size: 14px;line-height: 24px;min-height: 120px;overflow: hidden;color: #666666;}
.indexmapBox{width: 80%;position: relative;margin:  0 auto;}
.indexmapBox::before{display: block;content: "";padding-top: 65.6683%;}
.indexmapBox img{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.indexmapBox .mapTxt_dl .mapTxtBox{width: 300px;}
.indexmapBox .mapTxt_dl dd{margin: -15px 0px 0 8px;}
.indexmapBox .close{display: block;width: 32px;height: 32px;position: absolute;top: 0;right: 0;opacity: 0;transition: all .4s linear;-webkit-transition: all .4s linear;z-index: 2;cursor: pointer;background: url(../test/pic/max.png)no-repeat center;transform: scale(1);-webkit-transform: scale(1)}
.indexmapBox:hover .close{opacity: 1;}
.indexmapBox .close:hover{transform: scale(1.1);-webkit-transform: scale(1.1)}

.mapBox{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: -1;opacity: 0;}
.mapBox::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;background:rgb(255,255,255,0.7);width: 100%;height: 0;padding-bottom: 100%;border-radius: 100%;transform: scale(.04) translateY(9999px);overflow: hidden;z-index: 9;}
.mapBox.show::before {animation: menu-animation .8s ease-out forwards;transform: scale(2) translateY(0);}
.mapBox span{display: inline-block;width: 50px;height: 50px;line-height: 50px;position: absolute;top: 30px;right: 30px;cursor: pointer;font-size: 72px;text-align: center;overflow: hidden;color: #000;z-index: 11;}
.mapBox.show{z-index: 99999;opacity: 1;}
.indexmap{width: 150%;position: absolute;right: 0;top: 0;cursor: url(../images/move.png), default;opacity: 0;z-index: 10;}
.indexmap.show{opacity: 1;}
.indexmap::before{display: block;content: "";padding-top: 64.9139%;}
.mapbg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.mapbg .mapcon{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.mapbg .mapcon img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.mapTxt_dl {position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 1;}
.mapTxt_dl dd {position: absolute;width: 1%;padding-top: 30px;}
.mapTxt_dl dd.dd1 {top: 54%;left: 57.6%;}
.mapTxt_dl dd.dd2 {top: 72%;left: 57.3%;}
.mapTxt_dl dd.dd3 {top: 80%;left: 55.5%;}
.mapTxt_dl dd.dd4 {top: 76.5%;left: 50.58%;}
.mapTxt_dl dd.dd5 {top: 66.8%;left: 49.2%;}
.mapTxt_dl dd.dd6 {top: 50.5%;left: 49.5%;}
.mapTxt_dl dd.dd7 {top: 48.4%;left: 46.85%}
.mapTxt_dl dd.dd8 {top: 44%;left: 49.8%;}
.mapTxt_dl dd.dd9 {top: 34.2%;left: 49.6%;}
.mapTxt_dl dd.dd10 {top: 44%;left: 36.3%;}
.mapTxt_dl dd.dd11 {top: 51.7%;left: 35.6%;}
.mapTxt_dl dd.dd12 {top: 59%;left: 34.1%;}
.mapTxt_dl dd.dd13 {top: 71.4%;left: 37.1%;}
.mapTxt_dl dd.dd14 {top: 75.8%;left: 47.4%;}
.mapTxt_dl dd.dd15 {top: 76.5%;left: 36.7%;}
.mapTxt_dl dd.dd16 {top: 75.4%;left: 30.1%;}
.mapTxt_dl dd.dd17 {top: 51.2%;left: 24.8%;}
.mapTxt_dl dd.dd18 {top: 61.9%;left: 11.8%;}
.mapTxt_dl dd.dd19 {top: 46.2%;left: 5.8%;}
.mapTxt_dl dd.dd20 {top: 32.5%;left: 6.2%;}
.mapTxt_dl dd.dd21 {top: 27%;left: 24.1%;}
.mapTxt_dl dd.dd22 {top: 24.4%;left: 55.7%;}
.mapTxt_dl dd.dd23 {top: 11.6%;left: 55.9%;}
.mapTxt_dl dd.dd24 {top: 8.3%;left: 63%;}
.mapTxt_dl dd.dd25 {top: 10.3%;left: 65.8%;}
.mapTxt_dl dd.dd26 {top: 24.5%;left: 60.2%;}
.mapTxt_dl dd.dd27 {top: 33%;left: 59%;}
.map_a {position: relative;display: block;padding-top: 125%;}
.locationIcon {display: block;overflow: hidden;position: absolute;left: 50%;top: 50%;width: 25px;height: 42px;margin-left: -18px;margin-top: -21px;text-align: center;background: url(../images/location.png) no-repeat center center /20px;cursor: pointer;z-index: 1;animation: moveUp 3s ease infinite;}
-webkit-@keyframes moveUp {
	0% {
		transform: translateY(0);

	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}
@keyframes moveUp {
	0% {
		transform: translateY(0);

	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}
@keyframes move {
	0% {
		transform: translate(0);
	}
	30% {
		transform: translateX(-10px);
	}
	50% {
		transform: translateX(0px);
	}
	70% {
		transform: translateX(10px);
	}
	100% {
		transform: translateY(0);
	}
}
-webkit-@keyframes move {
	0% {
		transform: translate(0);
	}
	30% {
		transform: translate(0px,-5px);
	}
	50% {
		transform: translate(-5px,-5px);
	}
	70% {
		transform: translate(0px,-5px);
	}
	100% {
		transform: translateY(0);
	}
}
.mapTxtOffset {position: absolute;left: 50%;top: -128px;visibility: hidden;transform: translateX(-63%);opacity: 0;transition: all 0.3s linear;z-index: 12;box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);}
.mapTxtOffset:after {display: block;content: "";overflow: hidden;width: 20px;height: 25px;position: absolute;left: 62%;bottom: -14px;margin-left: -10px;background: url(../images/downicon.png) no-repeat center center;background-size: cover;z-index: 7;}
.mapTxt_dl dd:hover .mapTxtOffset {visibility: visible;opacity: 1;top: -138px;}
.mapTxtBox {background: #fff;overflow: hidden;padding: 14px;border-radius: 10px;width: 335px;}
.mapTxtBox .pic {width: 90px;margin-right: 6px;}
.mapTxtBox .pic:before {padding-top: 100%;}
.mapTxtTit {padding-left: 22px;overflow: hidden;font-size: 20px;font-weight: bold;color: #333333;line-height: 36px;font-weight: bold;background: url(../images/locationicon1.png) left center no-repeat;margin-bottom: 12px;}
.mapBtn {overflow: hidden;margin-right: -10px;}
.mapBtn .con {float: left;width: 50%;display: inline;}
.mapBtn .con a {height: 30px;line-height: 30px;margin-right: 10px;display: block;text-align: center;font-size: 14px;color: #fff;background: #008b38;border-radius: 30px;}
.mapBtn .con.musicBtn a {margin-right: 10px;display: block;text-align: center;font-size: 14px;color: #fff;background: #f8b551;border-radius: 30px;}
.mapBtn .con a i {display: inline-block;width: 14px;height: 20px;vertical-align: middle;background: url(../images/btnicon1.png) no-repeat center center /14px;margin-right: 6px;margin-top: -2px;}
.mapBtn .con.musicBtn a i {background: url(../images/btnicon2.png) no-repeat center center /cover;}
.load1{width: 200px;height: 200px;position: absolute;left: 50%;top: 50%;margin: -100px 0 0 -100px;z-index: 999;}
.cloud{
    margin: 42px 30px;
    width: 4px;
    height: 20px;
    opacity: 0.5;
    position: relative;
    box-shadow: 6px 0px 0px 0px rgba(230,0,18,1),
                12px 0px 0px 0px rgba(230,0,18,1),
                18px 0px 0px 0px rgba(230,0,18,1),
                24px 0px 0px 0px rgba(230,0,18,1),
                30px 0px 0px 0px rgba(230,0,18,1),
                36px 0px 0px 0px rgba(230,0,18,1);
    -webkit-animation: rain 1s linear infinite alternate;
    -moz-animation: rain 1s linear infinite alternate;
    animation: rain 1s linear infinite alternate;
}
.cloud:after{
    width: 40px;
    height: 20px;
    position: absolute;
    content: "";
    background-color: rgba(230,0,18,1);
    top: 0px;
    opacity: 1;
    -webkit-animation: line_flow 2s linear infinite reverse;
       -moz-animation: line_flow 2s linear infinite reverse;
            animation: line_flow 2s linear infinite reverse;
}
@-webkit-keyframes rain{
    0%{
     box-shadow: 6px 0px 0px 0px rgba(230,0,18,1),
                12px 0px 0px 0px rgba(230,0,18,0.9),
                18px 0px 0px 0px rgba(230,0,18,0.7),
                24px 0px 0px 0px rgba(230,0,18,0.6),
                30px 0px 0px 0px rgba(230,0,18,0.3),
                36px 0px 0px 0px rgba(230,0,18,0.2);
    }
    100%{
    box-shadow: 6px 0px 0px 0px rgba(230,0,18,0.2),
                12px 0px 0px 0px rgba(230,0,18,0.3),
                18px 0px 0px 0px rgba(230,0,18,0.6),
                24px 0px 0px 0px rgba(230,0,18,0.7),
                30px 0px 0px 0px rgba(230,0,18,0.9),
                36px 0px 0px 0px rgba(230,0,18,1);
        opacity: 1;
    }
}
@-moz-keyframes rain{
    0%{
     box-shadow: 6px 0px 0px 0px rgba(230,0,18,1),
                12px 0px 0px 0px rgba(230,0,18,0.9),
                18px 0px 0px 0px rgba(230,0,18,0.7),
                24px 0px 0px 0px rgba(230,0,18,0.6),
                30px 0px 0px 0px rgba(230,0,18,0.3),
                36px 0px 0px 0px rgba(230,0,18,0.2);
    }
    100%{
    box-shadow: 6px 0px 0px 0px rgba(230,0,18,0.2),
                12px 0px 0px 0px rgba(230,0,18,0.3),
                18px 0px 0px 0px rgba(230,0,18,0.6),
                24px 0px 0px 0px rgba(230,0,18,0.7),
                30px 0px 0px 0px rgba(230,0,18,0.9),
                36px 0px 0px 0px rgba(230,0,18,1);
        opacity: 1;
    }
}
@keyframes rain{
    0%{
     box-shadow: 6px 0px 0px 0px rgba(230,0,18,1),
                12px 0px 0px 0px rgba(230,0,18,0.9),
                18px 0px 0px 0px rgba(230,0,18,0.7),
                24px 0px 0px 0px rgba(230,0,18,0.6),
                30px 0px 0px 0px rgba(230,0,18,0.3),
                36px 0px 0px 0px rgba(230,0,18,0.2);
    }
    100%{
    box-shadow: 6px 0px 0px 0px rgba(230,0,18,0.2),
                12px 0px 0px 0px rgba(230,0,18,0.3),
                18px 0px 0px 0px rgba(230,0,18,0.6),
                24px 0px 0px 0px rgba(230,0,18,0.7),
                30px 0px 0px 0px rgba(230,0,18,0.9),
                36px 0px 0px 0px rgba(230,0,18,1);
        opacity: 1;
    }
}
@-webkit-keyframes line_flow{
    0%{ width: 0px;}
    100%{width: 40px;}
}
@-moz-keyframes line_flow{
    0%{ width: 0px;}
    100%{width: 40px;}
}
@keyframes line_flow{
    0%{ width: 0px;}
    100%{width: 40px;}
}
/*第二通栏 end*/
/*第三通栏 start*/
.column3{position: relative;}
.col3L{width: 57.5520%;height: 100%;background: rgb(0,0,0,0.3);}
.col3L dl dd{padding: 28px 65px 28px 80px;box-sizing: border-box;-webkit-box-sizing: border-box;-webkit-transition: all .4s linear;background: rgb(0,0,0,0);position: relative;}
.col3L dl dd .pic{width: 25.3658%;margin-right: 30px;}
.col3L dl dd .text{overflow: hidden;}
.col3L dl dd .text .title{height: 24px;line-height: 24px;margin-bottom: 25px;}
.col3L dl dd .text .title a{font-size: 22px;color: #fff;-webkit-transition: all .4s linear}
.col3L dl dd .text .title a:hover{color: #e60012;}
.col3L dl dd .text .info{font-size: 14px;line-height: 24px;color: #fff;height: 0px;transition: all .4s linear;-webkit-transition: all .4s linear}
.col3L dl dd:hover .text .info{height: 48px;}
.col3L dl dd:hover .text .title a{font-size: 24px;}
.col3L dl dd:hover{background: rgb(0,0,0,0.5)}
.col3L dl dd .btn{position: absolute;width: 140px;height: 100%;right: -140px;top: 0;background:rgb(0,0,0,0.5) url(../test/pic/col3btn.png)no-repeat center;transform: rotateY(-180deg);-webkit-transform: rotateY(-180deg);transition: all .4s linear;-webkit-transition: all .4s linear;opacity: 0;transform-origin: left;}
.col3L dl dd:hover .btn{transform: rotateY(0);-webkit-transform: rotateY(0);opacity: 1;}
.col3R{overflow: hidden;height: 100%;}
.col3R .indexTitle{margin: 0 auto;}
/*第三通栏 end*/
/* 底部播放器 start */
.avBox {
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: -75px;
	overflow: hidden;
	z-index: 999;
	background: #121212;
	height: 75px;
}

.avBox .wrap {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.closeAv {
	display: block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 5px;
	background: url(../images/close2.png) no-repeat center center;
	background-size: auto 15px;
}

.avImg {
	width: 75px;
	height: 75px;
	overflow: hidden;
	margin-right: 20px;
}

.avCont {
	overflow: hidden;
	padding: 0px 7px;
	position: relative;
}

.avTit {
	font-size: 12px;
	color: #fff;
	overflow: hidden;
	line-height: 20px;
	font-weight: bold;
	padding-top: 10px;
}

.avBox .audiojs {
	width: 100%;
	background: none;
	overflow: visible;
}

.avBox .play-pause {
	float: right !important;
	margin-right: 62px;
}

.avBox .bt {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 35px;
}

.avBox .prev {
	right: 100px;
	background: url(../images/prevAv.png) no-repeat center center;
}

.avBox .next {
	right: 40px;
	background: url(../images/nextAv.png) no-repeat center center;
}

.avBox .scrubber {
	width: 660px;
	height: 7px;
	background: #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	overflow: visible;
	margin: 15px 0px 0px 0px;
}

.avBox .audiojs .loaded {
	background: none;
	height: 7px;
	border-radius: 7px;
}

.avBox .audiojs .progress {
	background: #c70c0c;
	height: 7px;
	overflow: visible;
	border-radius: 7px;
}

.avBox .audiojs .progress:after {
	display: block;
	content: "";
	overflow: hidden;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	right: -5px;
	top: -2px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-ms-border-radius: 11px;
	-o-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
}

.avBox .audiojs .time em,
.avBox .audiojs .time .duration {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

.avBox .play-pause {
	height: 20px;
	width: 20px;
	padding: 5px 0px;
}

.audiojs p.play {
	width: 20px;
	height: 20px;
	background-position: -5px -3px;
}

.avBox .audiojs .pause {
	width: 20px;
	height: 20px;
	background: url(../images/pause.png) no-repeat center center;
}

/* 底部播放器 end */

/*
********************************首页样式 end********************************
*/
/*内页框架开始*/
/*zt start*/
/*四级导航 start*/
.fourMenu{clear:both;width: 100%;height: 98px;background: #fff;overflow: hidden;padding-left: 50px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.fourMenu a{height: 98px;line-height: 98px;color: #333;font-size: 18px;display: inline;float: left;margin-right: 76px;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.fourMenu a em{width: 46px; height: 98px;line-height: 98px;display: inline;float: left;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.fourMenu a em.icn1{background: url(../images/zt/4jMenuIcn1.png) no-repeat center center;}
.fourMenu a em.icn2{background: url(../images/zt/4jMenuIcn2.png) no-repeat center center;}
.fourMenu a em.icn3{background: url(../images/zt/4jMenuIcn3.png) no-repeat center center;}
.fourMenu a em.icn4{background: url(../images/zt/4jMenuIcn4.png) no-repeat center center;}
.fourMenu a em.icn5{background: url(../images/zt/4jMenuIcn5.png) no-repeat center center;}
.fourMenu a em.icn6{background: url(../images/zt/4jMenuIcn6.png) no-repeat center center;}
.fourMenu a em.icn7{background: url(../images/zt/4jMenuIcn7.png) no-repeat center center;}
.fourMenu a:hover{color:#e60012}
.fourMenu a.hover{color:#e60012}
.fourMenu a:hover em.icn1{background: url(../images/zt/4jMenuIcn1Red.png) no-repeat center center;}
.fourMenu a:hover em.icn2{background: url(../images/zt/4jMenuIcn2Red.png) no-repeat center center;}
.fourMenu a:hover em.icn3{background: url(../images/zt/4jMenuIcn3Red.png) no-repeat center center;}
.fourMenu a:hover em.icn4{background: url(../images/zt/4jMenuIcn4Red.png) no-repeat center center;}
.fourMenu a:hover em.icn5{background: url(../images/zt/4jMenuIcn5Red.png) no-repeat center center;}
.fourMenu a:hover em.icn6{background: url(../images/zt/4jMenuIcn6Red.png) no-repeat center center;}
.fourMenu a:hover em.icn7{background: url(../images/zt/4jMenuIcn7Red.png) no-repeat center center;}

.fourMenu a.hover em.icn1{background: url(../images/zt/4jMenuIcn1Red.png) no-repeat center center;}
.fourMenu a.hover em.icn2{background: url(../images/zt/4jMenuIcn2Red.png) no-repeat center center;}
.fourMenu a.hover em.icn3{background: url(../images/zt/4jMenuIcn3Red.png) no-repeat center center;}
.fourMenu a.hover em.icn4{background: url(../images/zt/4jMenuIcn4Red.png) no-repeat center center;}
.fourMenu a.hover em.icn5{background: url(../images/zt/4jMenuIcn5Red.png) no-repeat center center;}
.fourMenu a.hover em.icn6{background: url(../images/zt/4jMenuIcn6Red.png) no-repeat center center;}
.fourMenu a.hover em.icn7{background: url(../images/zt/4jMenuIcn7Red.png) no-repeat center center;}
/*四级导航 end*/
/*zt end*/
/*内页banner*/
.subBanner{height: 1000px;clear: both;width: 100%;background-position: center center;background-repeat: no-repeat;background-size:cover;position:relative;}
.subBanner::before{display: block;content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgb(0,0,0,0.3);z-index: 1;}
.subBanner .text{position: absolute;left: 50%;top: 52%;transform: translateX(-50%);-webkit-transform: translateX(-50%);z-index: 2;text-align: center;}
.subBanner .text .title{font-size: 36px;line-height: 36px;height: 36px;color: #f5f5f5;overflow: hidden;}
.subBanner .text .titlec{font-size: 20px;line-height: 20px;height: 20px;color: #f5f5f5;overflow: hidden;}
.subBanner .next{width: 50px;height: 72px;position: absolute;bottom: 160px;left: 50%;-webkit-animation: arrowDown 1s infinite linear;animation: arrowDown 1s infinite linear;background: url(../test/pic/subBannerbtn.png)no-repeat center;z-index: 2;margin-left: -25px;cursor: pointer;}
/*内页banner结束*/
/* 当前位置开始*/
.location{overflow: hidden; height: 75px; line-height: 75px;background: #fff;border-bottom: 1px solid #e7e7e7;}
.locationL a{display: inline-block;margin-left: 20px;height: 75px;line-height: 75px;text-align: center;font-weight: bold;font-size: 14px;color: #8a8a8a;}
.locationL a:hover{color: #1a7232;height: 78px;}
.locationL a.hover{color: #1a7232;height: 78px;}
.locationR{ overflow: hidden; font-size: 14px;}
.locationR .home{background: url(../images/home.png)no-repeat center;display: inline-block;width: 18px;height: 75px;margin-right: 10px;}
.locationR span{ float: left; display: inline;}
.locationR a{ float: left; display: inline;color: #898989;font-weight: bold;font-size: 14px;}
.locationR a:hover{ color:#1a7232;}
.locationR a.hover{ color:#1a7232;}
.locationR em{ float: left; display: inline; font-style: normal;background: url(../images/loctionnext.png)no-repeat center;width: 22px;height: 12px; margin-top: 32px;}
/* 当前位置结束*/
/*页码开始*/
/*页码开始*/
.page{text-align: center;clear: both;font-size: 14px;position: relative;z-index: 2;}
.page a{display: inline-block;overflow: hidden;color:#999999;background: #fff; margin: 0 3px;border: 1px solid #e2e2e2;border-radius: 50%;width: 40px;height: 40px;padding-top: 9px;box-sizing: border-box;-webkit-box-sizing: border-box}
.page span{display: inline-block; width: 40px;height: 40px; position: relative; top: -15px;}
.page a:hover{background: #e60012;color: #fff;}
.page a.hover{background: #e60012;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{width: 40px;height: 19px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}
.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}
.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/
/*页码结束*/
/*内页框架结束*/
.box{margin-top: -130px;background: url(../test/background/subbg.png)no-repeat top 30px center /100%;position: relative;z-index: 3;}
.subTitle{text-align: center;}
.subTitle .title{font-size: 30px;line-height: 30px;position: relative;color: #333333;height: 30px;}
.subTitle .title em{display: inline-block;content: "";width: 30px;height: 30px;background: url(../test/pic/subtitle.png)no-repeat top left;margin-left: 8px;}
.subTitle .titlec{font-size: 24px;color: #999999;height: 24px;line-height: 24px;overflow: hidden;font-family: "Helvetica Neue LT Pro";}
/*概况开始*/
.gener1{padding: 60px 50px 80px 50px;}
.gener1 .pic{width: 52.2388%;margin-left: 50px;overflow: hidden;}
.gener1 .pic::before{padding-top: 66.5714%;}
.gener1 .text{overflow: hidden;padding-top: 90px;}
.gener1 .text .title{font-size: 24px;line-height: 24px;height: 24px;margin-bottom: 40px;color: #333333;overflow: hidden;}
.gener1 .text .info{font-size: 16px;line-height: 36px;max-height: 180px;margin-bottom: 50px;color: #666666;overflow: hidden;}
.gener1 .text .titlec{font-size: 20px;line-height: 22px;height: 22px;color: #333;overflow: hidden;font-weight: bold;}

.gener2swiper{overflow: hidden;position: relative;}
.gener2swiper .pic::before{padding-top: 41.6666%;}
.gener2swiper .textNew{position: absolute;height: 145px;width: 100%;bottom: 0;left: 0;background: rgb(0,0,0,0.5);padding: 45px 300px 0 50px;z-index: 2;}
.gener2swiper .textNew .titleNew{height: 52px;line-height: 26px;}
.gener2swiper .textNew .titleNew a{font-size: 16px;color: #fff;}
.gener2swiper .textNew .titleNew a:hover{font-weight: bold;}
.gener2swiper .gener2swipertion{bottom: 63px;right: 40px;position: absolute;z-index: 3;width: auto;left: auto;}
.gener2swiper .gener2swipertion span{width: 14px;height: 14px;opacity: 1;margin: 0 10px !important;background: none;border: 1px solid #fff;border-radius: 50%;cursor: pointer;}
.gener2swiper .gener2swipertion span.swiper-pagination-bullet-active{background: #fff;}

.gener3{padding-top: 130px;height: 1105px;padding: 130px 50px 0 50px;}
.gener3 .pic.fr{width: 44.0298%;margin-left: 105px;overflow: hidden;}
.gener3 .pic.fr::before{padding-top: 136.1016%;}
.gener3 .text{overflow: hidden;padding-top: 140px;}
.gener3 .text .info{font-size: 16px;color: #666666;line-height: 28px;margin-bottom: 205px;text-indent: 32px;}
.gener3 .text .picBox{padding-right: 40px;}
.gener3 .text .picBox .pic{overflow: hidden;}
.gener3 .text .picBox .pic::before{padding-top: 56.16666%;}

.gener4 .info{font-size: 16px;color: #666666;line-height: 28px;margin-bottom: 110px;text-indent: 32px;padding: 0 50px;}
.gener4 .genimgList{font-size: 0;}
.gener4 .genimgList .pic{width: 33.3333%;overflow: hidden;}
.gener4 .genimgList .pic::before{padding-top: 125%;}
/*概况结束*/

/*活动开始*/
.activeBox{padding: 0 50px;}
.active1Slick {position: relative;width: 49.2537%;}
.active1Slick .bd {overflow: hidden;}
.active1Slick .slick-list {overflow: visible;}
.active1Slick .myslide {float: left;display: inline;}
.active1Slick .slickCon {display: block;transition: all 0.2s linear;-webkit-transition: all 0.2s linear;}
.active1Slick .pic::before{padding-top: 56.0606%;}
.active1 .textBox{overflow: hidden;background: url(../test/background/active1bg.png)no-repeat center /cover;padding: 0 65px;}
.active1 .textBox .title{overflow: hidden;height: 20px;line-height: 20px;overflow: hidden;margin-bottom: 30px;}
.active1 .textBox .title a{font-size: 20px;color: #fff;}
.active1 .textBox .info{font-size: 14px;overflow: hidden;height: 56px;line-height: 28px;overflow: hidden;margin-bottom: 45px;color: #fff;}
.active1 .textBox .time{font-size: 16px;overflow: hidden;height: 16px;line-height: 16px;overflow: hidden;margin-bottom: 60px;color: #fff;}
.active1 .textBox .btn{width: 70px;margin-right: 25px;position: relative;height: 25px;}
.active1 .textBox em{overflow: hidden;height: 5px;background: url(../test/background/activexian.png)no-repeat center left;display: block;position: relative;top: 9px;}
.active1 .textBox .btn span{position: absolute;width: 23px;height: 24px;background: url(../test/pic/active1prev.png)no-repeat center;cursor: pointer;outline: none;left: 0;top: 0;}
.active1 .textBox .btn span.next{right: 0;transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);left: auto;}
.active1 .textBox .btn::before{display: block;content: "";width: 1px;height: 10px;background: #cc6667;left: 50%;top: 50%;margin: -5px 0 0 -0.5px;position: absolute;}
.activeBox .list{margin-right: -30px;}
.activeBox .list dd{width: 33.3333%;margin-bottom: 30px;}
.activeBox .list dd .con{display: block;margin-right: 30px;}
.activeBox .list dd .con .pic::before{padding-top: 66.6666%;}
.activeBox .list dd .con .text{font-size: 20px;color: #333;line-height: 70px;height: 70px;overflow: hidden;transition: all .4s linear;-webkit-transition: all .4s linear}
.activeBox .list dd .con:hover .text{font-size: 22px;}
.activebtn{padding: 0 40px;font-size: 16px;height: 16px;line-height: 16px;color: #666666 !important;position: relative;margin: 0 auto;display: inline-block;transition: all .4s linear;-webkit-transition: all .4s linear}
.activebtn::before{display: block;content: "";position: absolute;width: 28px;height: 100%;left: 0;top: 0;background: url(../test/pic/activebtn.png)no-repeat center;transition: all .4s linear;-webkit-transition: all .4s linear}
.activebtn::after{display: block;content: "";position: absolute;width: 28px;height: 100%;right: 0;top: 0;background: url(../test/pic/activebtn.png)no-repeat center;transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);transition: all .4s linear;-webkit-transition: all .4s linear}
.activebtn:hover{font-size: 17px;}
.activebtn:hover::before{left: 2px;}
.activebtn:hover::after{right: 2px;}
/*活动结束*/
/*秀场开始*/
.showTimeBox{padding: 0 50px;}
.showTime .dd1{width: 20.8955%;background: #faf5f0;}
.showTime .dd2{width: 23.5074%;background: #fffdfa;}
.showTime .dd3{overflow: hidden;background: #f5f2f5;}
.showTime .dd{height: 363px;overflow: hidden;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 35px 30px;}
.showTime .dd a{display: block;}
.showTime .dd .title{font-size: 18px;line-height: 18px;height: 18px;color: #333;overflow: hidden;}
.showTime .dd .info{font-size: 14px;line-height: 32px;height: 225px;color: #555555;overflow: hidden;}
.showSlick {position: relative;}
.showSlick .bd {overflow: hidden;}
.showSlick .slick-list {overflow: visible;}
.showSlick .myslide {float: left;display: inline;}
.showSlick .slickCon {display: block;transition: all 0.2s linear;-webkit-transition: all 0.2s linear;}
.showSlick ul.item{margin-right: -40px;}
.showSlick ul.item li{width: 50%;margin-bottom: 30px;}
.showSlick ul.item li .con{display: block;margin-right: 40px;font-size: 14px;color: #555555;line-height: 22px;height: 85px;overflow: hidden;}
.showSlick .slick-dots {position: absolute;bottom: -23px;left: 0;width: 100%;text-align: center;font-size: 0;animation-delay: 1.5s;}
.showSlick .slick-dots li {display: inline-block;width: 10px;height: 10px;border-radius: 100%;margin: 0 6px;vertical-align: middle;cursor: pointer;position: relative;border: 2px solid #d4d3d4;}
.showSlick .slick-dots li.slick-active {border: 2px solid #ff0b0c;}
.showvideoSlick {position: relative;}
.showvideoSlick .bd {overflow: hidden;}
.showvideoSlick .slick-list {overflow: visible;margin-right:-30px;}
.showvideoSlick .myslide {float: left;display: inline;}
.showvideoSlick .slickCon {display: block;margin-right:30px;transition: all 0.2s linear;-webkit-transition: all 0.2s linear;}
.showvideoSlick .slickCon .pic{margin-bottom: 25px;}
.showvideoSlick .slickCon .pic::before{padding-top: 56.1032%;}
.showvideoSlick .slickCon .pic::after{display: block;content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgb(0,0,0,0.3);z-index: 2;}
.showvideoSlick .slickCon .pic em{display: block;top: 50%;left: 50%;margin: -17.5px 0 0 -17.5px;width: 35px;height: 35px;position: absolute;background: url(../test/pic/video.png)no-repeat center;z-index: 3;}
.showvideoSlick .slickCon .text{height: 16px;line-height: 16px;color: #333333;font-size: 16px;overflow: hidden;transition: all .4s linear;-webkit-transition: all .4s linear}
.showvideoSlick .slick-dots {position: absolute;bottom: -85px;left: 0;width: 100%;text-align: center;font-size: 0;animation-delay: 1.5s;}
.showvideoSlick .slick-dots li {display: inline-block;width: 10px;height: 10px;border-radius: 100%;margin: 0 6px;vertical-align: middle;cursor: pointer;position: relative;border: 2px solid #d4d3d4;transition: all .4s linear;-webkit-transition: all .4s linear}
.showvideoSlick .slick-dots li.slick-active {border: 2px solid #ff0b0c;width: 36px;border-radius: 25px;background: #ff0b0c;}
.showvideoSlick .myslide:hover .slickCon .text{color: #FF0B0C;}
.videoListBox{margin-right: -30px;}
.videoListDl{position: relative;width: 100%;z-index: 1 !important;}
.videoListDl dd {width: 33.3333%;position: absolute;top: 0;left: 0;}
.videoListDl dd a {display: block;margin-right: 30px;background: #fff;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;margin-bottom: 30px;}
.videoListDl dd a .grPic {height: auto;;box-sizing: border-box;-webkit-box-sizing: border-box;overflow: hidden;}
.videoListDl dd a .grPic img {width: 100%;height: 100%;}
.videoListDl dd .con{position: relative;}
.videoListDl dd a .text {font-size: 16px;color: #fff;height: 50px;line-height: 50px;text-align: center;-webkit-box-sizing: border-box;background: rgb(0,0,0,0.4);position: absolute;bottom: 0;left: 0;width: 100%;opacity: 0;transition: all .4s linear;-webkit-transition: all .4s linear}
.videoListDl dd a:hover .text {opacity: 1;}
.viewer-number i {font-style: unset;}
.grid-item {position: absolute;top: 0;left: 0;width: 25%;border-radius: 3px;transition: .3s ease-in-out;}
/*秀场结束*/
/*商家介绍结束*/
.shopinfo{font-size: 15px;text-align: center;line-height: 36px;padding: 0 85px;color: #666666;}
/*商家介绍结束*/
/*景点介绍开始*/
.introd1 .indumapBox{position: relative;background: url(../test/images/indumapbg.png)no-repeat center /contain;}
.introd1 .indumapBox::before{display: block;content: "";padding-top: 41.6666%;}
.introd1 .list{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.introd1 .list dd{width: 30px;position: absolute;cursor: pointer;}
.introd1 .list dd .icn span{display: block;height: 36px;background: url(../test/pic/titlebtn.png)no-repeat center;animation: moveUp 3s ease infinite;margin-bottom: 2px;}
.introd1 .list dd .icn .title{width: 20px;margin: 0 auto;background: url(../test/pic/titlebg.png)no-repeat center /100% 100%;padding: 3px 5px 7px 2px;}
.introd1 .list dd .icn .title img{max-width: 100%;max-height: 100%;display: block;}
.introd1 .list dd .con{z-index: 2; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.35);padding: 15px;background: #fff;border-radius: 10px;position: absolute;top: -100px;left: -190%;width: 370px;margin-left: -175px;transition: all 0.4s;-webkit-transition: all 0.4s;}
.introd1 .list dd .con::before{display: block;content: "";width: 18px;height: 12px;position: absolute;bottom: -12px;left: 72%;margin-left: -9px;background: url(../images/downicon.png)no-repeat center /100%;}
.introd1 .list dd .con .pic{width: 29.0322%;margin-right: 10px;}
.introd1 .list dd .con .pic::before{padding-top: 100%;}
.introd1 .list dd .con .text{overflow: hidden;padding-top: 10px;}
.introd1 .list dd .con .text .title{font-size: 16px;font-weight: bold;color: #333;height: 23px;line-height: 20px;margin-bottom: 19px;overflow: hidden;}
.introd1 .list dd .con .text .title span{display: inline-block;margin-right: 5px;width: 15px;height: 20px;background: url(../images/huangbiao2.png)no-repeat center;}
.introd1 .list dd .con .text .time{font-size: 14px;color: #333;height: 20px;line-height: 20px;}
.introd1 .list dd .con .text .time span{display: inline-block;vertical-align: middle;margin: 0 5px;height: 20px;width: 20px;border-radius: 5px;background: #e60012;text-align: center;color: #fff;}
.introd1 .list dd.mszj{top: 31%;left: 19%;}
.introd1 .list dd.bzgc{top: 57%;left: 32%;}
.introd1 .list dd.yzxy{top: 21%;left: 31%;}
.introd1 .list dd.lgzgc{top: 71%;left: 41.5%;}
.introd1 .list dd.wzgc{top: 71%;left: 47.5%;}
.introd1 .list dd.dggc{top: 50%;left: 50%;}
.introd1 .list dd.dcdwt{top: 23%;left: 43.5%;}
.introd1 .list dd.dxbyc{top: 6%;left: 39.7%;}
.introd1 .list dd.hngc{top: 20%;left: 54.7%;}
.introd1 .list dd.acty{top: 3%;left: 62%;}
.introd1 .list dd.dzzl{top: 45%;left: 55%;}
.Slick {position: relative;}
.Slick .prev {display: block;width: 40px;height: 132%;cursor: pointer;background: rgba(0, 0, 0, 0.6) url(../images/nextbai.png)no-repeat center center;position: absolute;left: -15px;top: 5px;margin-top: -20px;z-index: 1;display: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;opacity: 0;transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);transition: all 0.2s linear;-webkit-transition: all 0.2s linear}
.Slick .next {display: block;width: 40px;height: 132%;cursor: pointer;background: rgba(0, 0, 0, 0.6) url(../images/nextbai.png) no-repeat center center;position: absolute;right: -15px;top: 5px;margin-top: -20px;z-index: 1;display: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;opacity: 0;transition: all 0.2s linear;-webkit-transition: all 0.2s linear}
.Slick .bd {overflow: hidden;}
.Slick .myslide {float: left;display: inline;}
.Slick .slickCon {display: block;transition: all 0.2s linear;-webkit-transition: all 0.2s linear;}
.Slick:hover .prev{opacity: 1;}
.Slick:hover .next{opacity: 1;}
.indumapDl .conBox{display: none;} 
.indumapDl .conBox.active{display: block;}
.indumapDl dd:hover{z-index: 4;}

.introd2{overflow: hidden;}
.introd2 .introd2Slide {position: relative;}
.introd2 .introd2Slide .bt {z-index: 3;width: 60px;height: 60px;position: absolute;bottom: -100px;cursor: pointer;transition: all 0.4s;border: 1px solid #c7c7c7;-webkit-transition: all 0.4s;background-repeat: no-repeat;background-position: center;}
.introd2 .introd2Slide .bt.prev {left: 50px;background-image: url(../test/pic/induc2prev.png);}
.introd2 .introd2Slide .bt.next {right: 50px;background-image: url(../test/pic/induc2prev.png);transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.introd2 .introd2Dl {position: absolute;top: 0;left: 0;transition-duration: 0.5s;-webkit-transition-duration: 0.5s;background: #701e1d;}
.introd2 .introd2Dl dd {overflow: hidden;position: relative;float: left;transition-duration: 0.5s;-webkit-transition-duration: 0.5s;background: #0b0c0f;}
.introd2 .introd2Dl a {display: block;position: relative;height: 100%;}
.introd2 .introd2Dl a::before{display: block;content: "";width: 100%;height: 100%;left: 0;top: 0;z-index: 2;background: rgb(0,0,0,0.2);position: absolute;transition: all 0.4s;-webkit-transition: all 0.4s;}
.introd2 .introd2Dl dd.activeW a::before{background: rgb(0,0,0,0);}
.introd2 .introd2Dl dd .divBg {width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-position: center center;background-repeat: no-repeat;background-size: cover;z-index: 1;}
.introd2 .introd2Dl dd .divC {position: absolute;top: 18%;left: 0;z-index: 3;padding-left: 40px;transition: all 0.4s;-webkit-transition: all 0.4s;}
.introd2 .introd2Box .introd2R {height: 100%;position: relative;}
.introd2 .introd2Dl dd .divC .galleryTitle {font-size: 26px;color: #fff;width: 30px;position: relative;text-align: center;margin-bottom: 25px;line-height: 28px;}
.introd2 .introd2Dl dd .divC em{display: block;width: 1px;height: 0;background: rgb(255,255,255,0.5);margin-left: 14px;transition: all 0.4s;-webkit-transition: all 0.4s;}
.introd2 .introd2Dl dd .divC .btn{display: block;width: 21px;height: 0;font-size: 16px;text-align: center;color: #fff;margin-left: 4px;position: relative;overflow: hidden;transition: all 0.4s;-webkit-transition: all 0.4s;}
.introd2 .introd2Dl dd .divC .btn::before{display: block;content: "";top: 0;left: 0;width: 21px;height: 15px;position: absolute;background: url(../test/pic/induc2titlebg.png)no-repeat center;}
.introd2 .introd2Dl dd .divC .btn::after{display: block;content: "";bottom: 0;left: 0;width: 21px;height: 15px;position: absolute;background: url(../test/pic/induc2titlebg.png)no-repeat center;transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg)}
.introd2 .introd2R .progress{position: absolute;left: 50%;bottom: -70px;width: 82.2916%;height: 1px;margin-left: -41.1458%;background: #dedede;z-index: 5;}
.introd2 .introd2R .progress div{position: relative;width: 100%;height: 100%;}
.introd2 .introd2R .progress span{display: block;height: 3px;background: #e60012;position: absolute;left: 0;top: -1px;transition-duration: 0.5s;-webkit-transition-duration: 0.5s;}
.introd2 .introd2Dl dd.activeW .divC{padding-left: 50px;}
.introd2 .introd2Dl dd.activeW .divC em{height: 200px;}
.introd2 .introd2Dl dd.activeW .divC .btn{height: auto;padding: 20px 0;}
/*景点介绍结束*/
