html {
	height: 100%;
}

body {
	font-family: 'Microsoft Yahei', Tahoma, Arial, Helvetica, Simsun, STHeiti;
	font-size: 14px;
	color: #444;
	line-height: 180%;
	padding: 0 0 100px 0;
	margin: 0;
	min-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}

a.active {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	float: right;
	text-decoration: none;
	border: 1px solid #52619C;
	color: #fff;
	background: #52619C;
}

a.normal {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	float: right;
	text-decoration: none;
	border-bottom: 1px solid #52619C;
	border-top: 1px solid #fff;
	color: #555;
}

iframe {
	margin: 0;
	border: none;
}

.iframe_head {
	box-shadow: 0 2px 5px #867878;
}

.iframe_foot {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-top: 50px;
}

.wrap,.contant {
	width: 920px;
	background-color: #fff;
	margin: 0 auto;
}

p {
	padding: 0;
	margin: 15px 0;
}

.clear {
	clear: both;
}

.title {
	width: 920px;
	margin: 0 auto;
	color: rgb(91, 91, 91);
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 50px 0 15px 0;
	border-bottom: 2px solid #ccc;
}

.style3 {
	text-indent: 2em;
}

.style1 {
	color: #444;
}

.style2 {
	padding: 5px 0 0 0;
	margin: 0;
}

.style4 {
	padding-left: 10px;
	margin: 0;
}

.style14 {
	color: #990000;
}

.style5 {
	padding-top: 10px;
}

.red {
	color: #990000;
}

.blue {
	color: #0000FF;
}

.prog {
	margin-bottom: 1em;
	line-height: 180%;
}

.prog .txt {
	padding-left: 1.5em;
	margin-top: 0.5em;
}

.prog .txt p {
	padding: 0;
	margin: 0;
	text-indent: -2.5em;
	padding-left: 2.5em;
}

.prog span {
	color: #0000ff;
}

.cant_bay {
	padding: 0 50px 20px 50px;
}

.style10 {
	text-indent: 4em;
}

@media(max-width: 767px){
    body{
        font-size: .8rem;
        width: 100%;
    }
    .wrap,.title {
        width: 95%;
        margin: 0 auto;
    }
	
	.info {
		padding: 0;
	}

    table{
        width: 100%;
    }
	
	img{
		width: 100%;
	}
	
	#dituContent img{
		width: auto;
	}

    .ren_js {
        margin-right: 0;
    }

    .td_w,.td_b{
        padding: 0 0 0 .8rem;
    }
	
	.hotel_img{
		width: 100%;
	}
}

.img_item{
    max-width: 500px;
	margin: 0 auto;
	position: relative;
}
.img_item img{
    width: 100%;
}
.img_cover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background:url(../fangda.png) no-repeat center rgba(0, 0, 0, .3);
}
.img_item:hover .img_cover{
    display: block;
}