*,ul,p{margin: 0px; padding: 0px;}
li{list-style-type: none;}
a{text-decoration: none;background-color: transparent;color: #464646;}
a:hover{color:#35ac39;}
.mt20{margin-top: 20px;}
@media (min-width: 768px){
	.container{
		width: 1170px;
	}
	}
.pagetop{background-color:#198754;}

.pagetop .pagetopbox{
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.pagetop .pagetopbox .webname{
	color: #fff;
}
.pagetop .pagetopbox .zx{
	display: flex;
	align-items: center;
}
.pagetop .pagetopbox .zx .num{
	display: none;
}
.pagetop .pagetopbox .zx .but{
	margin-left: 20px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 5px;
	padding:5px;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #fff;
}

.pagetop .pagetopbox .zx .but:hover{
	background-color: red;
}
.pagetop .pagetopbox .zx i{margin-right: 3px;}


@media (max-width: 768px){
.pagetop .pagetopbox .zx .but{
    display: none;
}
.pagetop .pagetopbox .zx .num{
	display: block;
}
}

@media (max-width: 768px){
.pagetop .pagetopbox .zx .num{
    background-color: #99b9e4;
   	border-radius: 90px;
   	padding: 2px 10px;
   	margin: 7px 0PX;
}
}

/**导航**/

.mainnav{background-color: #fff;}

.mainnavbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;

}
.mainnavbox .logo img{height: 70px;}
.navlist{
	margin-right: auto;
	margin-left: 50px;
}
.navlist ul{
	display: flex;
}
.navlist ul li{margin: 0px 10px;}
.navlist ul li a{font-size:18px;}
.navbox .num{margin-left: auto;}
.navlist ul .navhover{
	color: #35ac39;
	border-bottom: 3px solid #35ac39;
}
.navlist ul .navhover a{
	color: #35ac39;
}

@media (max-width: 768px){
.mainnav{padding-top: 20px;background-color: #fff;}
.mainnavbox{
    	display: flex;
    	flex-direction: column;
}
.mainnavbox .logo img{
    	height: 50px;
}
.navlist{margin: 0;}
.navlist ul{margin: 10px 0px;}
.navlist ul li{text-align: center;margin: 5px;font-weight: bold;}
.navlist ul li a{font-size:1rem;text-align: center;}
.mainnavbox .num{display: none;}
}


/**服务**/
.service{
	padding-top: 30px;
	padding-bottom: 30px;
}
.service .servicebox{
	border-radius: 10px;
}
.service .servicebox .servicelist{
	box-shadow:0px 1px 10px 0px #ccc;
	padding-top:20px;
	padding-bottom:20px ;
	border-radius: 10px;
}
.service .servicebox .servicelist .services{
	display: flex;
	flex-direction: column;
    align-items: center;
    border-left: 1px solid #ccc;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.service .servicebox .servicelist .services .services-title{
	font-weight: bolder;
	font-size: 20px;
}
.service .servicebox .servicelist .services .services-describe{
	color: #888;
}
.service{}

@media (max-width: 768px){
	.service .servicebox .servicelist .services .services-title{
	font-weight: bolder;
	font-size: 0.8rem;
}
.service .servicebox .servicelist .services .services-describe{
	font-size: .5rem;
	color: #888;
	display: none;
}

}

/**介绍**/
.introduce{padding-top: 0px;}
.introduce .introducebox{}
.introduce .introducebox .introduce-content{
	border-radius: 10px;
	overflow: hidden;
}
.introduce .introducebox .introduce-content .introduce-pic{
	padding: 0px;
}
.introduce .introducebox .introduce-content .introduce-pic img{
	transition: all 0.6s;
	width: 100%;
}

.introduce .introducebox .introduce-content .introduce-pic img:hover{
	transform: scale(1.1);
}


.introduce .introducebox .introduce-content .introduce-txt{
	background-color: #f3f3f3;
	padding: 20px;
	position: relative;
}
.introduce .introducebox .introduce-content .introduce-txt .introduce-title{
	color:#118c3c;
	font-weight: bold;
	font-size: 30px;

} 
.introduce .introducebox .introduce-content .introduce-txt .introduce-title2{
	font-size: 26px;
	font-weight: bold;
} 
.introduce .introducebox .introduce-content .introduce-link-list{
	display: flex;
    justify-content: flex-end;
    flex-direction: row;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.introduce .introducebox .introduce-content .introduce-link{
	text-align: center;
	margin-left: 20px;
}
.introduce .introducebox .introduce-content .introduce-link a{
	display: block;
	background-color: #35ac39;
	padding: 5px 10px;
	border-radius: 10px;
	color: #fff;
}

@media (max-width: 768px){
.introduce .introducebox .introduce-content .introduce-pic img{
	width: 100%;
}
.introduce .introducebox .introduce-content .introduce-txt{
	padding: none;
	position: relative;
}
.introduce .introducebox .introduce-content .introduce-link-list{
	position: relative;
	bottom: unset;
    right: unset;
    margin-top: 20px;
}
.introduce .introducebox .introduce-content .introduce-link{
	margin: auto;
}

.introduce .introducebox .introduce-content .introduce-link a{
	font-size: 0.5rem;
}
.introduce .introducebox .introduce-content .introduce-txt .introduce-title{
	color:#118c3c;
	font-weight: bold;
	font-size: 3rem;
	text-align: center;

} 
.introduce .introducebox .introduce-content .introduce-txt .introduce-title2{
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
} 
}

/**/
.warptitle{
	text-align: center;
	padding: 40px 0px;
}

.warptitle h3{
	font-size: 30px;
	text-align: center;
	font-weight: bolder;
	color: #35ac39;
	display: inline-block;
    position: relative

}
.warptitle h3:after {
    right: -80px;
}
.warptitle h3:before {
    left: -80px;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.warptitle h3:after,.warptitle h3:before {
    content: "";
    height: 2px;
    background: #057748;
    width: 60px;
    position: absolute;
    top: 16px;
}

@media (max-width: 768px){
	.warptitle h3{
	font-size: 1.4rem;
	text-align: center;
	font-weight: bolder;
}
	.warptitle p{
	font-size: 0.7rem;
	text-align: center;
	font-weight: bolder;
}
}

.mudi{}
.mudi .mudilist{}
.mudi .mudilist .mudi-img{
	border-radius: 10px;
	overflow: hidden;
	height: 298px;
	width: 269px;
}

@media (max-width: 768px){
	.mudi .mudilist .mudi-img{
	height:auto;
	width:100%
}
}
.mudi .mudilist .mudi-img img{
	width: 100%;
	border-radius: 10px;
	transition: all 0.6s;

}
.mudi .mudilist .mudi-img img:hover{
	transform: scale(1.1);
}


.mudi .mudilist .mudi-txt{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #eee;
}
.mudi .mudilist .mudi-txt .bei-name-park{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mudi .mudilist .mudi-txt .bei-name{
	font-size: 22px;
	font-weight: bolder;
}

.mudi .mudilist .mudi-txt .bei-park{
	padding: 3px 10px;
	background-color: #35ac39;
	border-radius: 10px;
	color: #fff;
}
.mudi .mudilist .mudi-txt .bei-price{
	padding-top: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #ff4a00;

}
@media (max-width: 768px){

.mudi .mudilist .mudi-txt .bei-name{
	font-size: 1rem;
	font-weight: bolder;
}
.mudi .mudilist .mudi-txt .bei-park{
	font-size: 0.8rem;
	padding: 3px 10px;
	background-color: #35ac39;
	border-radius: 10px;
	color: #fff;
}

.mudi .mudilist .mudi-txt .bei-price{
	padding-top: 10px;
	font-size: 1rem;
	font-weight: bold;
	color: #ff4a00;

}

}








.mudi .mudilist .mudi-txt .bei-price span:before {
    content: "\ffe5";
    font-size: 12px;
    font-weight: 400;
    color: rgb(0 0 0/.5);
}

.mudi .mudilist .mudi-txt .bei-price span:after {
    content: "\8d77";
    font-size: 14px;
    font-weight: 400;
    margin-left: 2px;
    color: rgb(0 0 0/.5);
}

.mudi .mudilist .hoverbd:hover .mudi-txt{
		border-bottom: 3px solid #35ac39;
}

@media (max-width: 768px){
	.mudi .mudilist .mudibox{margin-bottom: 15px;}
}


/**环境**/
#mbOverlay{ position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#000; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url("80.png")/*tpa=http://www.beijinghuaxialy.com/templets/hxly/style/80.png*/ repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter {position:absolute; z-index:9999; left:50%; background-color:#fff; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background:#fff url("../images/WhiteLoading.gif")/*tpa=http://www.beijinghuaxialy.com/templets/hxly/images/WhiteLoading.gif*/ no-repeat center; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { display:inline; color:#999; font-weight:bold; line-height:20px; font-size:12px; }
#mbNumber { background:url("../images/mbNumber_bg.gif")/*tpa=http://www.beijinghuaxialy.com/templets/hxly/images/mbNumber_bg.gif*/ no-repeat center; display:inline; color:#C00; line-height:26px; font-size:12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width:65px; height:26px; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { width:32px; height:100px; background:transparent url("../images/CustomBlackPrevious.gif")/*tpa=http://www.beijinghuaxialy.com/templets/hxly/images/CustomBlackPrevious.gif*/ no-repeat center; position: absolute; top:38%; left:-32px; }
#mbNextLink { width:32px; height:100px; background:transparent url("../images/CustomBlackNext.gif")/*tpa=http://www.beijinghuaxialy.com/templets/hxly/images/CustomBlackNext.gif*/ no-repeat center; position: absolute; top:38%; right:-32px; }
#mbCloseLink { width:24px; background:transparent url("../images/CustomBlackClose.gif")/*tpa=http://www.beijinghuaxialy.com/templets/hxly/images/CustomBlackClose.gif*/ no-repeat center; position:absolute; top:10px; right:10px; }
#mbError { position:relative; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }
.layout_default{}
.mod_gallerylist{width:665px; margin:0 auto}
.meta{font-size:12px; text-align:center;}
.image_container img{border:1px solid #CCC; padding:2px;width: 100%;}
.meta a{color:#333; text-decoration:none}





.news .newshotimg{
	border-radius: 10px;
	overflow: hidden;
}
.news .newshotimg img{
	width: 100%;
	border-radius: 10px;
	transition: all 0.6s;
}
.news .newshotimg img:hover{
	width: 100%;
	border-radius: 10px;
	transform: scale(1.1);
}
.news .newshottxt a{
	font-size: 22px;
	font-weight: bolder;
	padding-top:10px;
	padding-bottom: 10px;
	display: block;
}


.newslink{
	display: flex;
	flex-direction: row;
	margin-bottom: 24px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 24px;
}

.newslink .newspic{
	flex-shrink: 0;
	width: 30%;
	overflow: hidden;
	border-radius: 10px;
}
.newslink .newspic img{
	width: 100%;
	border-radius: 10px;
	transition: all 0.6s;

}

.newslink .newspic img:hover{
	transform: scale(1.1);
}


.newslink .newstxt{
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.newslink .newstxt a{
	font-size: 16px;
	font-weight: bolder;
}

.newslink .newstxt p{
	font-size: 16px;
	color: #ccc;

}

.newslink .newstime{
	color: #ccc;
margin-bottom: auto;
text-align: right;
position: absolute;
bottom: 10px;
}
.pagenews{
}
.pagenews .newslink{
	margin-bottom: 0px;
	padding-top: 20px;
}
.pagenews .newslink .newstxt a{
	font-size: 22px;
	font-weight: bolder;
}


.pagenews .newslink .newstxt p{
	font-size: 16px;
	color: #ccc;
	padding-top: 10px;

}

.pagenews .newslinkbox{
	border-right: 1px solid #eee;
}
.tjbox{
	display: flex;
	background-color: #fff;
	flex-direction: column;
}


.tjbox .tjtt{
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bolder;
	border-bottom: 3px solid #000;
}
.tjbox .tjlist ul{
	display: flex;
	flex-direction: column;
}
.tjbox .tjlist ul li{
	list-style-type: circle;
	list-style-position: inside;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.tjbox .tjlist .newlist li{
	line-height: 40px;
	height: 40px;
	width: 100%;
	overflow: hidden;
}

.tjbox .tjlist .tjnewlist li{
	list-style: none;
	border: none;
}
@media (max-width: 768px){

.news .newshottxt a{
	font-size: 1rem;
	font-weight: bolder;
	padding-top:10px;
	padding-bottom: 10px;
	display: block;
}
.news .newshottxt p{
	display: none;
}

.newslist .newslink .newstxt p{
	display: none;
}


.newslist .newslink .newstime{
	bottom: 0px;
	right: 0px;
}

.pagenews .newslink .newstxt a{
	font-size: 1rem;
}
.pagenews .newslink .newstxt p{
	display: none;
}
.newslink .newstime{
	bottom: 0px;
}
}



.footer{background-color: #198754;padding-top:80px; padding-bottom: 20px;}


.footer .footer-logo-txt{
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
}
.footer .footer-logo{
	text-align: center;
}
.footer .footer-logo img{
	width: 50%;
}

.footer .footer-txt{
	padding-top: 10px;
}

.footer-add{
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
}

.footer-add-txt{
	padding-bottom: 10px;
}
.footer-add-txt img{
	width: 20px;
	margin-right: 10px;
}
.footer-dh-kf{
display: flex;
    flex-direction: column;

}
.footer-dh{
	background-color: #fff;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;

}

.footer-dh img{
	width: 100%;
	height: auto;
}

.footer-kf{
	display: flex;
	background-color: #fff;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;

}
.footer-kf-but{
	padding-left: 20px;
}
.footer-kf-but a{
	display: block;
	background-color: #35ac39;
	border-radius: 10px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}

@media (max-width: 768px){

.footer-dh{
margin-top: 20px;

}
.footer-add{
	margin-top: 20px;
}
}

.footer-nav{
	padding-top: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}

.footer-nav ul{
	display: flex;
    justify-content: space-evenly;}

.footer-nav ul li a{
	font-size: 1rem;
	color: #fff;
}


@media (max-width: 768px){

	.footer-nav ul{
	display: flex;
    justify-content: space-between;
}
.footer-nav{
	padding-top: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
}

.faq{
	text-align: center;
	color: #fff;
	padding-top: 20px;
}

.faq a{
	text-align: center;
	color: #fff;
	padding-top: 20px;
}



@media (max-width: 768px){
	.faq a{
	text-align: center;
	color: #fff;
	display: block;
}
}


.youshi{
	height: 400PX;
	background: url("../images/home-pic-a.jpg")/*tpa=http://www.beijinghuaxialy.com/templets/hxly/images/home-pic-a.jpg*/ no-repeat;
	background-size: 100%;
	background-position: center;
	padding-top: 30PX;
}

.youshi .warptitle h3{
	color: #FFF;
}

.youshi .warptitle P{
	color: #FFF;
}

.youshibox{
	background-color: #fff;
	padding: 20px;
	border-radius: 10PX;
	height: 174px;
	opacity:0.9;
}

.youshibox .youshitt{
	font-size: 18px;
	text-align: center;
	color: #35ac39;
	font-weight: bolder;
}

.youshibox .youshitxt{
	padding-top: 10px;

}


@media (max-width: 768px){
.youshibox{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20PX;
	height: auto;
}
.youshi{
	height: 800px;
	background-size:cover;
}

.youshi .warptitle h3:after,.youshi .warptitle h3:before{
	display: none;
}
}

.morelink{
	padding-top:20px;
	padding-bottom: 10px;
}
.morelink a{
	display: block;
	border-radius: 10px;
	border: 1px solid #35ac39;
	padding:5px 10px;
	width: 100px;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
}
.morelink a:hover{
	background-color: #35ac39;
	color: #fff;
}

.pagetitle{
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	margin-bottom: 30px;
	background: url("../images/pagebanner2.png")/*tpa=http://www.beijinghuaxialy.com/templets/hxly/images/pagebanner2.png*/;
	background-size: cover;
	background-position: center;
}

.pagetitle h1{
	text-align: center;
	font-weight: bolder;
	color: #fff;
}

/**购墓流程**/
.servicelc{
	overflow: hidden;
	background-color: #eee;
	padding-bottom: 50px;
}
.servicelc .servicebox{
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	padding: 30px;
}
.servicelc .servicebox .servicestep{
	text-align: center;
	padding: 0px;
	overflow: hidden;
}

.servicelc .servicebox .servicestep .servicestep-tt{
	font-size: 22px;
	font-weight: bolder;

}
.servicelc .servicebox .servicestep .servicestep-img{
	position: relative;
	overflow: hidden;
}
.servicelc .servicebox .servicestep .servicestep-img img{
	border: 1px solid #35ac39;
	border-radius: 90px;
	position: relative;
	background-color: #FFF;
}

.servicelc .servicebox .servicestep .servicestep-img:after{
	display: none;

}
.servicelc .servicebox .servicestep .servicestep-img:before{
	right: -100px;
}

.servicelc .servicebox .servicestep .servicestep-img:before{
    content: "";
    height: 2px;
    background: #057748;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
}

.servicelc .servicebox .servicestep .nobefor:before{
	display: none;
}
.servicelc .servicebox .servicestep .noafter:after{
	display: none;
}

@media (max-width: 768px){
.servicelc .servicebox .servicestep .servicestep-img img{
	width: 60%;
}

.servicelc .servicebox .servicestep .servicestep-tt{
	font-size: 1rem;
	font-weight: bolder;

}
.servicelc .servicebox .servicestep .servicestep-txt{
	font-size: 0.5rem;

}
.servicelc .servicebox .servicestep{
	margin-bottom: 10px;
}
}

.bannerbox{
	position: relative;
}

.banner-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-o-filter: blur(15px);
	-ms-filter: blur(15px);
	filter: blur(15px);
	top: 0;
	z-index: -1;
}


.bannerimg{
	padding: 0px;
	z-index: 9999;

}


/*f分页*/
.pagination {
  padding:50px 0px;
  font-weight: bold;
  font-size: 16px;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  clear:both;
  text-align:center;
  display: list-item;
}
.pagination .pageinfo{}
.pagination a,.pagination .pageinfo{
  padding: 8px 16px;
  border-radius: 3px;
  background: none;
  color: #000;
  text-decoration: none;
  margin-left: 3px;
  margin-right: 3px;
  border: 1px solid #35ac39;
}
.pagination a:hover {
  background:#35ac39;
  color: #fff;
}
.pagination a.thisclass {
  background: #35ac39;
  color: #fff;
}
.pagination a.thisclass:hover {
  cursor: default;
}
.pagination .prev:before {
  font-weight: normal;
}
.pagination .next:after {
  font-weight: normal;
}
.pagination .next:hover, .pagination .prev:hover {
  border-color: #35ac39;
  color: #fff;
  text-shadow: none;
}


@media (max-width: 768px){
.pagination{
	font-size: 0.9rem;
}
.pagination a, .pagination .pageinfo{
	padding: 4px;
    border-radius: 3px;
    background: none;
    color: #000;
    text-decoration: none;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #35ac39;
}

.pagenews .newslinkbox{
	border: none;
}

}

/**关于我们**/
.about{
	background-color: #eee;
}
.introduce2{

}
.introduce2 .introducebox2 .introduce-content{
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}

.introduce2 .introducebox2 .introduce-content .introduce-pic img{
	width: 100%;
	border-radius: 10px;
}
.introduce2 .introducebox2 .introduce-title h2{
	font-weight: bolder;
}

/**youshi2**/

.youshi2{
	background-color: #35ac39;
	text-align: center;
	border-radius: 10px;
	padding: 10px;
	margin-top: 75px;
	color: #fff;
}

.youshi2 .youshi2pic img{
	width: 60px;

}

.youshi2 .youshi2l{
	border-right: 1px solid #ccc;
}

.youshi2 .nol{
	border: none;
}

.youshi2 .youshi2tt{
	font-size: 20px;
	color: #fff;
	font-weight: bolder;
}

@media (max-width: 768px){
	.youshi2{
		margin-top: 20px;
	}
	.introduce2 .introducebox2 .introduce-title h2{
	font-weight: bolder;
	text-align: center;
	margin-top: 20px;
}
.youshi2 .youshi2l{
	border-bottom: 1px solid #ccc;
}

.youshi2 .mnol{
	border-right: none;
}

.youshi2 .nolb{
	border-bottom: none;
}
.youshi2 .youshi2tt{
	font-size: 1.1rem;
	color: #fff;
	font-weight: bolder;
}
}

.detailsbox,.detailsmap{
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.detailsbox .detailstt{
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.detailsbox .detailstxt p{
	margin-top: 10px;
}
.detailsmaptxt dl{
	border-bottom: 1px solid #eee;
}

.detailsmap .detailsmaptt{
	font-size: 22px;
	font-weight: bolder;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}


#map,#map2{
	border: none;

}

.tsx-photo-list{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}

.tsx-photo-list > li {
    flex:0 0 25%;
    min-width: 0;
    text-align: center;
    padding: 10px;
}

@media (max-width: 768px){
.photobox{padding: 0px;}
.tsx-photo-list > li {
    flex:50%;
    min-width: 0;
    text-align: center;
    padding: 10px;

}
}


.img-txt-item {
	display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    box-shadow: 0px 1px 10px 0px #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.img-txt-item .img-wrap img {
    width: 100%;
    height: auto;
}

.img-txt-item .txt-wrap .title, .normal-info .title {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 3;
}



#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    height: 40px;
    font-size: 18px
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@keyframes bounceFromRight {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@-webkit-keyframes bounceFromLeft {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

@keyframes bounceFromLeft {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}
.placebox{
	background-color: #eee;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	}
.placebox .place{
	font-size: 14px;
}
.atctt{
	background-color: #eee;
	padding-top: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}

.atctt h1{
	text-align: center;
	padding-bottom: 10px;
}
.atctt ul{
	display: flex;
	justify-content: center;
}
.atctt ul li{
	padding: 0 10px;
	color: #787676;
	font-size: 14px;
}

.atctt ul li span{
	font-weight: bold;
}

.atctxt .atctxtbox{
	border-right: 1px solid #eee;
}

.atctxt .actdescribe{
	background-color: #eee;
	padding: 20px;
	border-radius: 10px;
}

.atctxt .actwords{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.atctxt .actwords p{
	line-height: 28px;
	margin-bottom:10px;
}

