
/*首页banner动画*/
.homebanner{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}

	/*轮播图*/
.wraper{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	overflow: hidden;
	opacity: 0;
}
.wraper.active{
	opacity: 1;
}
.wraper-box,.pic-content{
	position: relative;
	height: 100%;
	width: 100%;
}
.wraper-list{
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
}
.wraper-list.active{
	display: block;
}
.wraper-pc1 .pic-content{
	background: url(../../images/web/banner1.jpg)bottom center no-repeat;
	transition: all 0.8s;
	background-size: cover;
}
.wraper-pc2 .pic-content{
	background: url(../../images/web/banner2.jpg)bottom center no-repeat;
	transition: all 0.8s;
	background-size: cover;
}
.wraper-pc3 .pic-content{
	background: url(../../images/web/banner3.jpg) center no-repeat;
	transition: all 0.8s;
	background-size: cover;
}
.wraper-list .wzbox{
	position: absolute;
	width: 450px;
	height: 140px;
	z-index: 200;
	opacity: 1;
}

.wraper-pc1 .wzbox{
	top: 45%;
	left: 60%;
	padding: 10px;
}
.wraper-pc2 .wzbox{
	top: 45%;
	left: 51%;
	padding: 10px;
}
.wraper-pc3 .wzbox{
	top: 50%;
	left: 16%;
	padding: 10px;
}
.wraper-pc1 .zi00{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(67,38,21,.6);
}
.wraper-pc1 .zi01,
.wraper-pc2 .zi01,
.wraper-pc3 .zi01{
	position: relative;
	width: 100%;
	line-height: 50px;
	font-family: hbkx;
	font-size: 40px;
	color: #fff;
	transition: all 0.8s;
	text-shadow: #000 0px 0px 6px;
}
.wraper-pc1 .zi02,
.wraper-pc2 .zi02,
.wraper-pc3 .zi02{
	position: relative;
	width: 100%;
	line-height: 35px;
	font-family: hbkx;
	font-size: 24px;
	color: #fff;
	transition: all 0.8s;
	text-shadow: #000 0px 0px 4px;
}
.wraper-pc1 .zi03,
.wraper-pc2 .zi03,
.wraper-pc3 .zi03{
	position: relative;
	width: 100%;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	transition: all 0.8s;
	letter-spacing: 1px;
	text-shadow: #000 0px 0px 3px;
}
	/*三屏分页*/
.wraper-pages{
	position: absolute;
	width: 260px;
	bottom: 30px;
	left: 3%;
	color:rgba(255,255,255,0.6);
	z-index: 410;
	transition: all 0.4s;
	font-size: 20px;
}
.wraper-pages.active{
	opacity: 0;
}
.wraper-nownum{
	font-size: 20px;
	color: #fff;
}
.wraper-nowdesc .wraper-destxt{
	display: none;
}
.wraper-nowdesc .wraper-destxt.active{
	display: block;
}
.wraper-nowdesc{
	height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
	/*左右*/
.wraper-dir{
	position: absolute;
	width: 150px;
	height: 49px;
	top: -10px;
	right: 0;
}
.wraper-dir .wraper-tips{
	position: absolute;
	color: rgba(255,255,255,0.6);
	font-size: 14px;
	line-height: 51px;
	width: 50px;
	height: 49px;
	top: 0;
	left: 0;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	font-family: "宋体";
	font-weight: bold;
}
.wraper-dir .wraper-tips.wraper-next{
	margin-left: 70px;
}
.wraper-dir .wraper-tips:hover.wraper-prev{
	color: rgba(255,255,255,0.9);
	width: 80px;
	margin-left: -30px;
	padding-right: 30px;
}
.wraper-dir .wraper-tips:hover.wraper-next{
	color: rgba(255,255,255,0.9);
	width: 80px;
	padding-left: 30px;
}
.wraper-dir .wraper-tips.wraper-prev .line,
.wraper-dir .wraper-tips.wraper-next .line{
	position: absolute;
	height: 1px;
	width: 25px;
	top: 24px;
	background: rgba(255,255,255,.8);
	transition: 0.3s;
}
.wraper-dir .wraper-tips.wraper-prev  .line{
	right: -10px;
}
.wraper-dir .wraper-tips.wraper-next .line{
	left: -10px;
}
.wraper-dir .wraper-tips:hover.wraper-prev .line,
.wraper-dir .wraper-tips:hover.wraper-next .line{
	width: 65px;
}


.wraper-dir .wraper-tips .bigyuan{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
}
.wraper-dir .wraper-tips..wraper-prev .bigyuan{
	left: 0;
}
.wraper-dir .wraper-tips.wraper-next .bigyuan{
	right: 0;
}
.wraper-dir .wraper-tips .yuanbox{
	position:relative ;
	float: left;
	width: 25px;
	height: 100%;
	top: 0;
	overflow: hidden;
}

.wraper-dir .wraper-tips .yuanbox .circle{
	position: absolute;
	width: 50px;
	height: 50px;
	border: 2px solid transparent;
	border-radius: 50%;
	top: 0;
	transform: rotate(-135deg);
}
.wraper-dir .wraper-tips .yuanbox .leftcircle{
	border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    left: 0;
    transition: all 0.18s ease-out 0s;
}
.wraper-dir .wraper-tips:hover .yuanbox .leftcircle{
	transform: rotate(45deg);
}
.wraper-dir .wraper-tips .yuanbox .rightcircle{
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    right: 0;
    transition: all 0.18s ease-out 0.18s;
}
.wraper-dir .wraper-tips:hover .yuanbox .rightcircle{
    transform: rotate(45deg);
}

/*首页bannner动画结束*/


/*内容公用样式*/
.allnrbox{
	position: relative;
	width: calc(94% - 40px);
	max-width: 1600px;
	margin: 0 auto;
	z-index: 10;
}
.lmtitle{
	position: relative;
	width: 55%;
	height: auto;
	font-size: 22px;
	color: #432615;
	line-height: 30px;
	text-transform: uppercase;
	transform: translateY(-100px);
	opacity: 0;
	transition: all 0.6s ease;
}
/*.lmtitle{
	position: relative;
	width: 55%;
	height: auto;
	font-size: 22px;
	color: #432615;
	line-height: 30px;
	text-transform: uppercase;
}*/
.lmtitle SPAN{
	font-size: 24px;
	font-family:Arial, sans-serif;
	font-weight: 700;
}
.lmtitle:after{
	content: '';
	position: absolute;
	width: 0%;
	height: 1px;
	top: 15px;
	left: 0%;
	background: #900;
	transition: all 0.6s ease;
	transition-delay: 0.5s;
}

/*.lmtitle:after{
	content: '';
	position: absolute;
	width: 5%;
	height: 1px;
	top: 15px;
	left: -6%;
	background: #900;
}*/
/*内容公用样式结束*/

/*景区概况*/
.inabout{
	position: relative;
	width: 100%;
	height: auto;
	background: #fbfbfb url(../../images/web/indabbg.jpg) left center no-repeat;
	background-size:auto 100%;
	z-index: 10;
}
.inabout .bignrbox{
	position: relative;
	width: 100%;
	height: auto;
	padding: 9% 0;
	overflow: hidden;
}


.inabout.active .lmtitle{
	transform: translateY(0);
	opacity: 1;
}
.inabout.active .lmtitle:after{
	width: 5%;
	left: -6%;
}

.inabout .stitle{
	position: relative;
	width: 50%;
	height: 40px;
	font-size: 24px;
	line-height: 30px;
	font-family: hbkx;
	color: #900;
	transition: all 0.6s ease;
	opacity: 0;
	transform: translateY(-20px);
}
.inabout .stitle.en{
	font-size: 20px;
	color: #900;
	font-family: "微软雅黑";
	text-transform: uppercase;
	height: 70px;
}
.inabout.active .stitle{
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}


.inabout .nrbox{
	position: relative;
	width: 50%;
	height: 100px;
	line-height: 25px;
	overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    transition: all 0.6s ease;
	opacity: 0;
	transform: translateY(30px);
}
.inabout.active .nrbox{
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.7s;
}


.inabout .btbox{
	position: relative;
	width: 50%;
	height: auto;
	overflow: hidden;
	transition: all 0.6s ease;
	opacity: 0;
	transform: translateY(30px);
}
.inabout.active .btbox{
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.8s;
}


.inabout .btbox li{
	position: relative;
	float: left;
	width: 33%;
	height: auto;
}
.inabout .btbox li .btbox{
	position: relative;
	width: 100px;
	height: auto;
}
.inabout .btbox li .btbox .icobox{
	position: relative;
	width: 100%;
	height: 55px;
	overflow: hidden;
	margin-bottom: 10PX;
}
.inabout .btbox li .btbox .tb1,
.inabout .btbox li .btbox .tb2{
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 50px;
	line-height: 130%;
	transition: all 0.5s ease;
}
.inabout .btbox li .btbox .tb1{
	top: 0;
	color: #e67015;
}
.inabout .btbox li .btbox .tb2{
	top: 100%;
	color: #900;
}
.inabout .btbox li .btbox:hover .tb1{
	top: -100%;
}
.inabout .btbox li .btbox:hover .tb2{
	top: 0%;
}

.inabout .btbox li .btbox p{
	position: relative;
	width: 100%;
	height: 20%;
	font-size: 14px;
	line-height: 16px;
	left: 0;
	bottom: 0;
	color: #726767;
}
.inabout .btbox li .btbox p SPAN{
	opacity: 0.6;
	font-size: 12PX;
}

.inabout .spkk{
	position: absolute;
	width: 28%;
	height: 65%;
	bottom: 0;
	right: 0;
	border: 5px solid #726767;
	transition: all 0.6s ease;
	opacity: 0;
	transform: translateX(100px);
}
.inabout.active .spkk{
	opacity: 0.5;
	transform: translateX(0);
	transition-delay: 0.6S;
}

.inabout .sppic{
	position: absolute;
	width: 35%;
	height: 75%;
	top: 0;
	right: 1%;
	border: 10px solid #fbfbfb;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.6s ease;
	opacity: 0;
	transform: translateX(-100px);
}
.inabout.active .sppic{
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.5S;
}


.inabout .sppic .imgbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../../images/web/banner1.jpg) center no-repeat;
	background-size:cover ;
	transition: ALL 0.8S EASE;
	transform: scale(1);
}
.inabout .sppic:HOVER .imgbox{
	transform: scale(1.2);
}

.inabout .sppic .bfbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(67,38,21,.4);
	z-index: 5;
	transition: ALL 0.5S EASE;
}
.inabout .sppic:hover .bfbox{
	background: rgba(67,38,21,.7);
}
.inabout .sppic .bfbox i{
	position: absolute;
	width: 80px;
	height: 80px;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	font-size: 50px;
	line-height: 80px;
	color: rgba(255,255,255,.7);
	transition: ALL 0.5S EASE;
}
.inabout .sppic:hover .bfbox i{
	color: #fff;
}

/*景区概况结束*/

/*景区景点*/
.insenic{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 15;
}

.insenic .bignrbox{
	position: relative;
	width: 100%;
	height: auto;
	padding: 9% 0px 4% 0;
	overflow: hidden;
}

.insenic .bg{
	position: absolute;
	width: 110%;
	height: 110%;
	top: -5%;
	left: -5%;
	background:url(../../images/web/banner2.jpg)center no-repeat;
	background-size:cover;
	filter: blur(7px) grayscale(20%);
	background-attachment: fixed;
}
.insenic .bg2{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(0,0,0,.75);
	z-index: 2;
}

.insenic .lmtitle{
	color: #fff;
}
.insenic .lmtitle:after{
	background: #fff;
}

.insenic.active .lmtitle{
	transform: translateY(0);
	opacity: 1;
}
.insenic.active .lmtitle:after{
	width: 5%;
	left: -6%;
}

.insenic .nrbox{
	position: relative;
	width: 50%;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
    opacity:0;
    transition: all 0.8s ease;
    transform: translateX(20%);
}
.insenic.active .nrbox{
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.4s;
}

.insenic .gdbox{
	position: relative;
	width: 100%;
	height: auto;
    overflow: hidden;
}


.insenic .gdbox .chx{
	margin-top: 25%;
}
.insenic .rigbox{
	position: absolute;
	width: 500px;
	height: 25px;
	top: 25px;
	right: 0;
	opacity: 0;
	transition: all 0.8s ease;
    transform: translateX(-20%);
    text-align: right;
}
.insenic.active .rigbox{
	opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s;
}
.insenic .rigbox li{
	position: relative;
	display: inline-block;
	padding: 0px 10px;
	margin-left: 10px;
	width: auto;
	height: 100%;
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 15px;
	font-size:12px ;
	line-height: 23px;
	color: rgba(255,255,255,.5);
	transition: all 0.3s ease;
}
.insenic .rigbox li:hover{
	border: 1px solid rgba(255,255,255,.8);
	color: rgba(255,255,255,1);
}


.fx-btn{
	position: absolute;
	width: 30px;
	height: 50px;
	top: 50%;
	margin-top: -35PX;
	cursor: pointer;
	z-index: 20;
	font-size: 20PX;
	line-height: 50PX;
	text-align: LEFT;
}
.fx-btn i{
	font-size: 25PX;
	line-height: 50PX;
	text-align: LEFT;
	color: rgba(255,255,255,.2);
	transition: all 0.3s ease;
}
.fx-btn:hover i{
	color: rgba(255,255,255,.8);
}
.fx-btn.fxright{
	right: 20px;
	transition: all 0.8s ease;
    opacity: 0;
    text-align: RIGHT;
}
.insenic.active .fx-btn.fxright{
    right: 3px;
    opacity: 1;
    transition-delay: 0.9s;
}
.fx-btn.fxleft{
	left: 13px;
	transition: all 0.8s ease;
    opacity:0;
}
.insenic.active .fx-btn.fxleft{
    left: -7px;
    opacity: 1;
    transition-delay: 0.9s;
}
	/*景点滚动*/

.solution-swiper {
	position: absolute;
	width: 100%;
	height:100%;
	left: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.8s ease;
	transform:translateY(40px) ;
}
.insenic.active .solution-swiper{
    opacity: 1;
    transform:translateY(0px) ;
    transition-delay: 0.6s;
}
.solution-swiper ul{
	width: 10000%;
	height:100%;
}
.solution-swiper ul:after {
	display: block;
	clear: both;
	content: '';
}
.solution-swiper ul li{
	position: relative;
	float: left;
	width: 0.18%;
	height: 100%;
	margin-right:0.01% ;
	margin-left:0.01% ;
	transition: all 0.4s;
}

.solution-swiper ul li .imgbox{
	position: absolute;
	width: 70%;
	height: auto;
	overflow: hidden;
	left: 15%;
	top: calc(50% - 20px);
	border-radius: 50%;
	transform: translateY(-50%);
	border: 5px solid rgba(255,255,255,.1);
	transition: all 0.5s ease;
}
.solution-swiper ul li:hover .imgbox{
	position: absolute;
	width: 90%;
	height: auto;
	overflow: hidden;
	left: 0%;
	top: 0%;
	border-radius: 50%;
	transform: translateY(0%);
	border: 5px solid rgba(255,255,255,.9);
}
.solution-swiper ul li .imgbox .img{
	position: absolute;
	width: 102%;
	height: 102%;
	top: -1%;
	left: -1%;
	filter: blur(2px) grayscale(30%);
	transition: all 0.5s ease;
}
.solution-swiper ul li:hover .imgbox .img{
	filter: blur(0px) grayscale(0%);
}
.solution-swiper ul li .titbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(67,38,21,.3);
	z-index: 2;
	transition: all 0.3s ease;
	opacity: 1;
}
.solution-swiper ul li:hover .titbox{
	opacity: 0;
}
.solution-swiper ul li .titbox p,
.solution-swiper ul li .titbox i{
	position: absolute;
	width: 100%;
	height: 21px;
	text-align: center;
	top: 50%;
	margin-top: -15px;
	color: rgba(255,255,255,.9);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.solution-swiper ul li .titbox i{
	margin-top: 15px;
	font-size: 20px;
}

.solution-swiper ul li .infobox{
	position: absolute;
	width: 90%;
	height: 150px;
	top: 55%;
	left: 0%;
	background: #fff;
	z-index: 5;
	border-radius: 10px;
	transition: all 0.5s ease;
	padding: 10px;
	opacity: 0;
}
.solution-swiper ul li:hover .infobox{
	opacity: 1;
	left: 10%;
}

.solution-swiper ul li .infobox .ptitle{
	position: relative;
	width: 100%;
	height: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #900;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.solution-swiper ul li .infobox .pinfo,
.solution-swiper ul li .infobox .pinfo p{
	position: relative;
	width: 100%;
	height: 60px;
	color: #726767;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.solution-swiper ul li .btbox{
	position:relative;
	width: 100%;
	height: 30px;
	margin-top: 15px;
	overflow: hidden;
}
.solution-swiper ul li .infobox .bt{
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	overflow: hidden;
	margin-right: 5px;
	border-radius:13px;
	transition: all 0.3s;
	margin-left: 0px;
	background: rgba(67,38,21,.3);
}
.solution-swiper ul li:hover .infobox .bt{
	background: rgba(67,38,21,.6);
}
.solution-swiper ul li .infobox .bt:hover{
	width: 85px;
	background: #900;
}
.solution-swiper ul li .infobox .bt i{
	float: left;
	width: 25px;
	height: 25px;
	font-size: 18px;
	line-height: 25px;
	padding-left: 0px;
	transition: all 0.3s;
	text-align: center;
}
.solution-swiper ul li .infobox .bt i.ico1{
	font-size: 16px;
}
.solution-swiper ul li:hover .infobox .bt i{
	color: #fff;
}
.solution-swiper ul li .infobox .zi1{
	position: absolute;
	width: 70px;
	height: 25px;
	top: 0;
	left: 26px;
	font-size: 12px;
	line-height: 25px;
	color: #666;
	transition: all 0.3s;
}
.solution-swiper ul li:hover .infobox .bt .zi1{
	color: #f4f0ea;
}
.solution-swiper ul li .btbox p{
	position:relative;
	width: auto;
	float: left;
	height: 25px;
	border: 1px solid #27C8A3;
	padding: 2px 5px;
	line-height: 19px;
	color: #27C8A3;
	font-size: 12px;
	margin-right: 5px;
	transition: all 0.3s;
}
.solution-swiper ul li:hover .btbox p{
	border: 1px solid rgba(255,255,255,.7);
	padding: 2px 5px;
	color: rgba(255,255,255,.7);
}

/*景区新闻*/
.indnews{
	position: relative;
	width: 100%;
	height: auto;
	background: #fbfbfb url(../../images/web/indnesbg.jpg) right center no-repeat;
	background-size:auto 100%;
	z-index: 10;
}
.indnews .bignrbox{
	position: relative;
	width: 100%;
	height: auto;
	padding: 7% 0px;
	overflow: hidden;
}
.indnews.active .lmtitle{
	transform: translateY(0);
	opacity: 1;
}
.indnews.active .lmtitle:after{
	width: 5%;
	left: -6%;
}
.indnews .nrbox {
    position: relative;
    width: 50%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.8s ease;
    transform: translateX(20%);
}
.indnews.active .nrbox {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s;
}

.indnews .bigmoe {
    position: absolute;
    width: 40px;
    height: 25px;
    top: calc(60px + 1%);
    right: 0;
    line-height: 25px;
    font-family: fontName;
    font-size: 18px;
    text-align: right;
    color: rgba(67,38,21,.6);
    opacity: 0;
    transition: all 0.8s ease;
    transform: translateX(-100px);
}
.indnews.active .bigmoe {
    opacity: 1;
    transform: translateX(0%);
}
.indnews .bigmoe:after {
	content: '';
    position: absolute;
    width: 400px;
    height: 1px;
    top: 12px;
    right: 40px;
    background: linear-gradient(90deg,rgba(67,38,21,.0),rgba(67,38,21,.2));
}
.indnews .bigmoe:hover {
    color: #900;
}


.indnews .tjnewsbox{
	opacity: 0;
    transition: all 0.8s ease;
    transform: scale(0.8);
}
.indnews.active .tjnewsbox{
	opacity: 1;
    transform: scale(1);
    transition-delay: 0.5s;
}
/*景区新闻结束*/

/*首页中部广告*/
.ind-ggbox{
	position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    overflow: hidden;
    background: #f4f0ea;
    -moz-opacity: 1;
    opacity: 1;
    transition: all 0.8s ease;
}
.ind-ggbox.active{
    -moz-opacity: 1;
    opacity: 1;
    transition-delay: 0.1s;
}
.indgg-container {
    position: absolute !important;
    height: 100%;
    color: #fff;
}
.ind-ggbox .ggimg{
   position: absolute;
   width: 100%;
   height: 100%;
}
/*首页中部广告结束*/

/*旅游服务*/
.indser{
	position: relative;
	width: 100%;
	height: auto;
	background: #fbfbfb url(../../images/web/indabbg.jpg) left center no-repeat;
	background-size:auto 100%;
	z-index: 10;
}
.indser .bignrbox{
	position: relative;
	width: 100%;
	height: auto;
	padding: 6% 0px;
	overflow: hidden;
}
.indser.active .lmtitle{
	transform: translateY(0);
	opacity: 1;
}
.indser.active .lmtitle:after{
	width: 5%;
	left: -6%;
}
.indser .stitle{
	position: relative;
	width: 50%;
	height: 40px;
	font-size: 24px;
	line-height: 30px;
	font-family: hbkx;
	color: #900;
}
.indser .nrbox,.indser .nrbox2{
	position: relative;
	width: 50%;
	height: auto;
	max-height: 150px;
	line-height: 30px;
	overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    opacity: 0;
    transition: all 0.8s ease;
    transform: translateY(-50px);
}
.indser .nrbox.en{
	position: relative;
	width: 50%;
	height: auto;
	max-height: 600px;
	line-height: 30px;
	overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 20;
}
.indser .nrbox2{
    transform: translateY(30px);
}
.indser.active .nrbox{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.4S;
}
.indser.active .nrbox2{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.6S;
}


.indser .btbox{
	position: relative;
	width: 54%;
	height: auto;
	overflow: hidden;
	opacity: 0;
    transition: all 0.8s ease;
    transform: scale(1.2);
}
.indser.active .btbox{
	opacity: 1;
    transform: scale(1);
    transition-delay: 0.5S;
}
.indser .btbox li{
	position: relative;
	float: left;
	width: 16.666%;
	height: auto;
}
.indser .btbox li .btbox{
	position: relative;
	width: 100%;
	height: auto;
}
.indser .btbox li .btbox .icobox{
	position: relative;
	width: 100%;
	height: 45px;
	overflow: hidden;
	margin-bottom: 5PX;
	padding-left: 10px;
}
.indser .btbox li .btbox .tb1,
.indser .btbox li .btbox .tb2{
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 40px;
	line-height: 45px;
	transition: all 0.5s ease;
}
.indser .btbox li .btbox .tb1{
	top: 0;
	color: #e67015;
}
.indser .btbox li .btbox .tb2{
	top: 100%;
	color: #900;
}
.indser .btbox li .btbox:hover .tb1{
	top: -100%;
}
.indser .btbox li .btbox:hover .tb2{
	top: 0%;
}

.indser .btbox li .btbox p{
	position: relative;
	width: 100%;
	height: 20%;
	font-size: 14px;
	line-height: 16px;
	left: 0;
	bottom: 0;
	color: #726767;
}
.indser .btbox li .btbox p SPAN{
	opacity: 0.6;
	font-size: 12PX;
}

.indser .map{
	position: absolute;
	width: 40%;
	height: calc(100% - 60px);
	right: 0;
	bottom: 0;
	opacity: 0;
    transition: all 0.8s ease;
    transform: scale(0.8);
}
.indser.active .map{
	opacity: 1;
    transform: scale(1);
    transition-delay: 0.5S;
}
.indser .map #map_details {
    position: absolute;
    width: 100%;
    height: 100%;
}
.indser .rigbox{
	position: absolute;
	width: 80%;
	height: 25px;
	top: 25px;
	right: 0;
	opacity: 0;
    transition: all 0.8s ease;
    transform: translateX(50PX);
}
.indser.active .rigbox{
	opacity: 1;
    transform: translateX(0PX);
    transition-delay: 0.6S;
}
.indser .rigbox li{
	position: relative;
	float: right;
	padding: 0px 10px;
	margin-left: 10px;
	width: auto;
	height: 100%;
	border: 1px solid rgba(67,38,21,.4);
	border-radius: 15px;
	font-size:12px ;
	line-height: 23px;
	color: rgba(67,38,21,.9);
	transition: all 0.3s ease;
	cursor: pointer;
}
.indser .rigbox li:hover{
	border: 1px solid #900;
	background: #900;
	color: #fff;
}

/*旅游服务结束*/

/*视频弹窗*/
.sp-playbox{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	background: rgba(0,0,0,.9);
	z-index: 3500;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.sp-close{
	position: absolute;
	width: 30px;
	height:30px;
	top: 30px;
	right: 30px;
	cursor: pointer;
	z-index: 111;
	background:url(../../images/web/close1.png) center no-repeat;
	background-size:cover;
}
.video-spbox{
	position: absolute !important;
	width: 100% !important;
	height: 480px !important;
	top: 50% !important;
	margin-top: -240px !important;
	text-align: center !important;
}

.video-spbox video{
	width: 720px !important;
	height: 480px !important;
}
/*视频弹窗结束*/

/*广告样式*/
.floatimg{
	position: fixed; 
	top: 0;
	left: 0;
	width:240px; 
	height:auto; 
	z-index:2000;
	display: block;
	background: rgba(255,255,255,.9);
	padding: 5px;
	border-radius: 3px;
}
.floatimg img{
	position: relative;
	width: 100%;
	height: auto;
}
.floatimg .title{
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1000;
    margin-top: -29px;
    padding: 0 5px;
    background:rgba(0,0,0,.5);
}
.floatimg .info{
	position: relative;
	width: 100%;
	height: auto;
	max-height: 60px;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.floatimg .floatclose{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 5px;
	background: #796358;
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-family: arial;
	z-index: 1;
	cursor: pointer;
}
.floatimg .floatclose:hover{
	color: #ff0;
	background: #900;
}
.bot-ggbox{
	position: fixed;
	width: 240px;
	height: auto;
	right: 0;
	bottom: 0;
	z-index: 3000;
	border-radius:3px ;
	overflow: hidden;
	background: rgba(255,255,255,.9);
	padding-bottom: 5px;
	border: 1px solid rgba(0,0,0,.6);
	transition: all 0.5s;
}
.bot-ggbox .titlebox{
	width: 100%;
	height: 30px;
	background: #900;
}
.bot-ggbox .titlebox .tit{
	float: left;
	width: 200px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding-left: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bot-ggbox .titlebox .botgg-close{
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background: url(../../images/web/close1.png) center no-repeat;
	background-size:cover ;
	border-radius:50%;
	background-size:cover ;
	text-align: center;
	font-family: arial;
	cursor: pointer;
	transition: all 0.3s;
}
.bot-ggbox .titlebox .botgg-close:hover{
	background:rgba(0,0,0,.3) url(../../images/web/close1.png) center no-repeat;
	background-size:cover ;
}
.bot-ggbox .imgbox{
	width: 230px;
	height: 160px;
	margin: 5px;
}
.bot-ggbox .infobox{
	width: 230px;
	height: auto;
	max-height: 60px;
	font-size: 12px;
	line-height: 20px;
	color: #796358;
	margin: 5px;
	display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.bot-ggbox .more-bigbox{
	width: 200px;
	height: 25px;
	margin: 10px auto;
}
.bot-ggbox .ggmorebox{
	width: 100px;
	height: 25px;
	border-radius:15px;
	background: #906955;
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin: 0 auto;
	cursor: pointer;
	transition: all 0.3s;
}
.bot-ggbox .ggmorebox:hover{
	background: #900;
}
/*广告样式结束*/





@media (max-width:1367px){
	.solution-swiper ul li {
	    width: 0.24%;
	}
	.insenic .gdbox .chx {
	    margin-top: 30%;
	}
}
@media (min-width:2000px){
	.insenic .bignrbox {
	    padding: 200px 0px 110px 0;
	}
	.inabout .bignrbox  {
	    padding: 200px 0px;
	}
}