.theme-outer{
	background:#42cbff url(../../img/Home/theme_bg_01.png) no-repeat;
	background-size: 100% auto;
	padding-top: 20%  ;
	position: relative;
}
.theme-animation{
	background:#267502 url(../../img/Home/theme_bg_02.png) no-repeat;
	background-size: 100% auto;
}
.theme-happy{
	background:#40ab37 url(../../img/Home/theme_bg_03.png) no-repeat;
	background-size: 100% auto;
}
.theme-hotel{
	background:#36a636 url(../../img/Home/theme_bg_04.png) no-repeat;
	background-size: 100% auto;
}
.theme-theme{
	background:#40ab37 url(../../img/Home/theme_bg_05.png) no-repeat;
	background-size: 100% auto;
}
.theme-castle{
	background:#447b00 url(../../img/Home/bg_top_01.png) no-repeat;
	background-size: 100% auto;
}
.theme-bg{
	background: url(../../img/Home/bg_bottom.png) no-repeat bottom center ;
	background-size: 100% auto;
}


.theme{
	margin-bottom: 200px;
	clear: both;
}
.theme-nav{
	position: relative;
	height: 102px;
}
.theme-oper{
	display: inline-block;
	width: 50px;theme-outer
	height: 102px;
	background: #3C3C3C;
	background: rgba(0,0,0,0.8);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.theme-oper:hover{
	background: #fecd05;
	cursor: pointer;
}
.theme-next{
	position: absolute;
	right: 0;
	top: 8px;
}
.theme-icon{
	display: inline-block;
	width: 18px;
	height: 33px;
	background: url(../../img/Home/icon.png) no-repeat;
	background-position: -30px -338px;
	margin: 34px 16px ;
}
.theme-icon-right{
	background: url(../../img/Home/icon.png) no-repeat;
	background-position: -50px -338px;
}
.theme-nav-pic{
	display: inline-block;
	width: 1060px;
	height: 107px;
	position: relative;
	top: 5px;
	overflow: hidden;
	*position: absolute;
	*top: 0;
	*left: 50px;
}
.theme-nav-items{
	width: 99999px;
	position: relative;
}
.theme-nav-item{
	display: inline-block;
	width: 200px;
	height: 100px;
	border: 1px solid #79b5c7;
	margin:  0 0 0 5px;
	overflow: hidden;
	position: relative;
	border-radius:  6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	*display: inline;
	*float: left;
}
.theme-nav-item.active{
	border: 3px solid #fff;
}
.theme-nav-img{
	width: 100%;
}
.theme-nav-text{
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
}
#theme_main{
	clear: both;
	min-height: 600px;
}
.theme-main{
	padding: 15px 20px;
	background: #fff;
	margin-top: 20px;
	display: none;
	border-radius:  6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	clear: both;
	zoom: 1;
}
#theme_main:after,.theme:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.theme-main-images{
	display: inline-block;
	width: 930px;
	border-radius:  6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	overflow: hidden;
	text-align: center;
	position: relative;

}
.theme-links{
	position: absolute;
	bottom: 0;
	left: 0;
}
.theme-div{
	width: 930px;
	position: relative;
	float: left;
	margin-right: 20px;
}
.theme-images .flex-viewport{
	height: 430px;
	overflow: hidden;
}
.theme-images .theme-image{
	width: 100%;
	min-height: 430px;
}
.theme-images .flex-control-nav{
	display: none;
	margin: 0 auto;
	text-align: center;
	/*position: absolute;*/
	bottom: -66px;
	position: relative;
	bottom: 67px;
	z-index: 4;
	opacity: 0;
	filter:alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.theme-item-img{
	display: none;
}
.theme-item-img:first-of-type{
	display: block;
}
.theme-image{
	width: 100%;
	min-height: 430px;
}
/*.flex-control-nav li a,.flex-control-nav li{
	display: inline-block;
	width: 90px;
	height: 50px;
}
.flex-control-nav li{
	margin: 8px ;
	background: rgba(255,255,255,0.4);
}*/
.theme-links-outer{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	text-align: center;
	overflow: hidden;
}
.theme-links{
	display: inline-block;
	height: 70px;
	line-height: 70px;
}
.theme-links .flex-prev,.theme-links .flex-next{
	display: inline-block;
    width: 38px;
    height: 70px;
    background: rgba(0,0,0,0.5) url(../../img/Home/prev_icon.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0px;
    text-indent: -9999px;
}
.theme-links .flex-next{
	left: auto;
	background: rgba(0,0,0,0.5) url(../../img/Home/next_icon.png) no-repeat center center;
	right: -830px;
}
.flex-viewport{
	overflow: visible!important;
}
.flex-viewport,.flex-viewport .slide{
	height: 70px;
}
.theme-links  {
	width: 100px!important;
}
.theme-links .slide{
	width: 100px!important;
}
.theme-link{
	display: inline-block;
	width: 90px;
	height: 50px;
	margin: 10px 5px;
	position: relative;
}
.theme-link .theme-link-img{
	width: 90px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
.theme-right{
	display: inline-block;
	width: 180px;
	height: 430px;
	border-radius:  6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
}
.theme-right-link{
	display: inline-block;
	width: 180px;
	height: 143px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #ff7537;
}
.theme-right-link-02{
	background: #9f73ff;
}
.theme-right-link-03{
	background: #9ddb32;
}
.theme-right-icon{
	display: inline-block;
	width: 40px;
	height: 45px;
	background: url(../../img/Home/icon.png) no-repeat;
	background-position: -70px -335px;
	margin: 30px 70px 10px;
}
.theme-right-icon-02{
	background-position: -110px -335px;
}
.theme-right-icon-03{
	background-position: -150px -345px;
}

.written-con{
	display: inline-block;
	width: 40%;
	color: #5a5a5a;
	margin: 0 10% 60px 0;
	float: left;
}
.written-title{
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #000;
	border-left: 4px solid #ff7537;
	text-indent: 12px;
	margin: 20px 0;
}
.careful-icon{
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(../../img/Home/icon.png) no-repeat;
	background-position: 0 -380px;
	position: relative;
}
.careful-icon-02{
	background-position: -35px -380px;
}
.careful-icon-03{
	background-position: -70px -380px;
}
.careful-icon-04{
	background-position: -105px -380px;
}
.careful-num{
	position: absolute;
	font-size: 9px;
	left: 12px;
	color: #000;
}
.careful-num-bottom{
	bottom: 2px;
}
.rgiht-nav{
	left: auto;
	right: 0;
	margin-left: 0;
	top: 0;
}
.map-bg{
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	z-index: 15;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	display: none;
}
.map-dialog{
	display: inline-block;
	width: 800px;

	border-radius: 3px;
	overflow: hide;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -400px;
}
.dialog-map-img{
	width: 800px;
	position: absolute;
	top: -50px;
}
.map-dia-close{
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: -60px;
	top: -100px;
}
.position-icon{
	position: absolute;
	z-index: 2;
	animation: top-ani 1s  infinite linear;
	-webkit-animation: top-ani 1s  infinite linear;
	-moz-animation: top-ani 1s  infinite linear;
	-o-animation: top-ani 1s  infinite linear;
}
@keyframes top-ani{
	0% {
		transform: translateY(15px);
	}
	100% {
		transform: translateY(0);
	}
}
@-webkit-keyframes top-ani{
	0% {
		-webkit-transform: translateY(15px);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes top-ani{
	0% {
		-moz-transform: translateY(15px);
	}
	100% {
		-moz-transform: translateY(0);
	}
}
@-o-keyframes top-ani{
	0% {
		-o-transform: translateY(15px);
	}
	100% {
		-o-transform: translateY(0);
	}
}
.theme-tit{
	position: absolute;
	color: #fff;
	top: 200px;
	display: inline-block;
	padding: 0 40px 0 90px;
	height: 55px;
	line-height: 55px;
	background: #ff7537;
	background:  rgba(255,117,55,0.8);
	/*background: rgba(0,0,0,0.6);*/
	font-size: 34px;
	border-left: 7px solid #fecd05;
}
.theme-tit-icon{
	display: inline-block;
	width: 60px;
	height: 35px;
	position: absolute;
	background: url(../../img/Home/theme_icon.png) no-repeat;
	left: 40px;
	top: 10px;
}
.theme-animation .theme-tit-icon{
	background-position: 0 -35px;
}
.theme-hotel .theme-tit-icon{
	background-position: 0 -70px;
}
.theme-theme .theme-tit-icon{
	background-position: 0 -105px;
}
.theme-happy .theme-tit-icon{
	background-position: 0 -140px;
}
.classification{
	text-align: center;
	margin-bottom: 20px;
}
.classify-item{
	display: inline-block;
	padding: 0 35px;
	height: 50px;
	line-height: 50px;
	border-radius: 80px;
	text-align: center;
	background: rgba(0,0,0,0.8);
	color: #fff;
	margin: 0 20px;
}
.classify-item .classify-icon{
	display: inline-block;
	width: 20px;
	height: 28px;
	background: url(../../img/Home/icon.png) no-repeat;
	background-position: -155px -700px;
	margin: 0 10px -8px 0;
}
.classify-item-active{
	background: #fecd05;
	color: #000;
}
.classify-item .classify-icon-02{
	background-position: -176px -700px;
}
.classify-item-active .classify-icon{
	background-position: -155px -730px;
}
.classify-item-active .classify-icon-02{
	background-position: -176px -730px;
}
.classify-item .classify-icon-03{
	background-position: 0 -760px;
}
.classify-item-active .classify-icon-03{
	background-position: -30px -760px;
}
.classify-item .classify-icon-04{
	width: 25px;
	background-position: -50px -760px;
}
.classify-item-active .classify-icon-04{
	width: 25px;
	background-position: -80px -760px;
}