.detail .right .text img {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.detail .right .text p {
	font-size: 14px;
	line-height: 2.0;
	margin-bottom: 5px;
	color: #666666;
}

.detail .right .text .p1 {
	font-size: 24px;
	color: #f77400;
}

.detail .right .text .p1-1 {
	font-size: 15px;
	color: #f77400;
}

.photo-mask {
	position: fixed;
	z-index: 10;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.9);
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	display: none;
}

.photo-panel {
	position: fixed;
	display: none;
	clear: both;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}

.photo-panel .photo-div,
.photo-panel .photo-bar {
	width: 100%;
}

.photo-panel .photo-div {
	width: 1050px;
	height: 730px;
	z-index: 11;
	margin: auto;
	position: relative;
}

.photo-panel .photo-close {
	background: url(../images/close.png);
	width: 56px;
	height: 56px;
	position: absolute;
	margin-left: 755px;
}

.photo-panel .photo-close:hover {
	background: url(../images/close_ch.png);
	width: 56px;
	height: 56px;
	position: absolute;
	margin-left: 755px;
}

.photo-panel .photo-img {
	width: 810px;
	float: left;
	height: 600px;
	background: #fff;
}

.photo-panel .photo-view-w {
	width: 810px;
	height: 600px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.photo-panel .photo-view-h {
	width: 730px;
	height: 550px;
	text-align: center;
	vertical-align: middle;
}

.photo-panel .photo-view-w img {
	width: 90%;
	max-height: 500px;
	vertical-align: middle;
	text-align: center;
	margin: 10px;
	margin-top: 40px;
	-webkit-animation: swing 1s .2s ease both;
	-moz-animation: swing 1s .2s ease both;
}

.photo-panel .photo-view-w p,
.photo-panel .photo-view-h p {
	font-size: 16px;
}

.photo-panel .photo-view-h img {
	width: 90%;
	max-height: 500px;
	margin: 10px;
	margin-top: 40px;
	-webkit-animation: swing 1s .2s ease both;
	-moz-animation: swing 1s .2s ease both;
}

.photo-panel .photo-left,
.photo-panel .photo-right {
	width: 120px;
	float: left;
	margin-top: 220px;
}

.photo-panel .arrow-prv {
	background: url(../images/l.png);
	width: 120px;
	height: 120px;
}

.photo-panel .arrow-prv:hover {
	background: url(../images/l_ch.png);
	width: 120px;
	height: 120px;
	cursor: pointer;
}

.photo-panel .arrow-next {
	background: url(../images/r.png);
	width: 120px;
	height: 120px;
}

.photo-panel .arrow-next:hover {
	background: url(../images/r_ch.png);
	width: 120px;
	height: 120px;
	cursor: pointer;
}

.demo {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-left: -10px;
}

.demo li {
	width: 31%;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.demo li img {
	width: 100%;
}

.demo2 li img {
	width: 100%;
	height: 182px;
	border: 1px solid #E3E3E3;
	padding: 10px 20px;
}

.demo li p {
	text-align: center;
	margin-top: 7px;
	font-size: 16px;
	margin-bottom: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.iw_poi_title {
	color: #f77400;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

.allmap {
	width: 100%;
	padding: 0;
	height: 410px;
	margin-top: 15px;
}

.detail .right .map .top {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}

.detail .right .map .top img {
	float: left;
	margin-right: 20px;
}

.detail .right .map .top p:nth-child(2) {
	font-size: 24px;
	font-weight: bold;
	color: #f77400;
	margin-bottom: 5px;
	margin-top: 15px;
}

.detail .right .map .top p:nth-child(3) {
	line-height: 1.8;
	color: #666666;
}

.detail .right .map .list {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}

.detail .right .map .list p {
	float: left;
	width: 33.3%;
	text-align: center;
}

.detail .right .map .list p span {
	display: block;
	margin: 10px 0;
	font-size: 16px;
}

.detail .right .feedback {
	width: 790px;
	clear: both;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

.detail .right .feedback .left {
	width: 370px;
	float: left;
}

.detail .right .feedback .left .p1 {
	font-size: 20px;
	font-weight: bold;
	color: #da251c;
}

.detail .right .feedback .left .p2 {
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}

.detail .right .feedback .left .p2 input {
	border: 1px solid #cccccc;
	height: 35px;
	font-size: 14px;
	padding-left: 10px;
	width: 280px;
	outline: none;
}

.detail .right .feedback .left .p2 textarea {
	border: 1px solid #cccccc;
	font-size: 14px;
	padding-left: 10px;
	width: 280px;
	vertical-align: top;
	outline: none;
}

.detail .right .feedback .left .sub {
	background: #f77400;
	color: #FFFFFF;
	border: none;
	padding: 5px 30px;
	border-radius: 5px;
	margin-left: 35px;
	margin-top: 10px;
}

.detail .right .feedback .left .res {
	background: #666666;
	color: #FFFFFF;
	border: none;
	padding: 5px 30px;
	border-radius: 5px;
	margin-left: 35px;
	margin-top: 10px;
}

.detail .right .feedback .img {
	float: right;
	margin-top: 0px;
}

.detail .right2 {
	width: 90%;
	margin-left: 5%;
	float: none;
}

.detail .right .link li {
	border-bottom: 1px solid #E3E3E3;
	margin-top: 40px;
	clear: both;
	overflow: hidden;
	padding-bottom: 5px;
}

.detail .right .link li a {
	color: #666666;
	text-decoration: none;
}

.detail .right .link li .p1 {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	padding-left: 10px;
	margin-bottom: 20px;
	border-left: 5px solid #f77400;
}

.detail .right .link li .p2 a {
	font-size: 16px;
	margin-right: 35px;
}

.detail .right .link li .p2 a:hover {
	font-weight: bold;
	color: #f77400;
}

@media only screen and (max-width: 640px) {
	.detail .right .text {
		margin-top: 20px;
	}
	.detail .right .text .p1 {
		font-size: 20px;
		color: #f77400;
		margin-bottom: 0;
	}
	.photo-panel .photo-div {
		width: 100%;
		height: 350px;
		z-index: 11;
		margin: auto;
		position: relative;
	}
	.photo-panel .photo-close {
		background: url(../images/close.png);
		background-size: 100% 100%;
		width: 50px;
		height: 50px;
		position: absolute;
		margin-left: 88%;
	}
	.photo-panel .photo-close:hover {
		background: url(../images/close_ch.png);
		background-size: 100% 100%;
		width: 50px;
		height: 50px;
		position: absolute;
		margin-left: 88%;
	}
	.photo-panel .photo-img {
		width: 100%;
		height: 350px;
		float: left;
		background: #fff;
	}
	.photo-panel .photo-view-w {
		width: 85%;
		height: 340px;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
	}
	.photo-panel .photo-view-h {
		width: 85%;
		height: 340px;
		text-align: center;
		vertical-align: middle;
	}
	.photo-panel .photo-view-w img {
		width: 95%;
		max-height: 260px;
		vertical-align: middle;
		text-align: center;
		margin: 10px;
		margin-top: 50px;
		-webkit-animation: swing 1s .2s ease both;
		-moz-animation: swing 1s .2s ease both;
	}
	.photo-panel .photo-view-h img {
		width: 95%;
		max-height: 260px;
		margin: 10px;
		margin-top: 50px;
		-webkit-animation: swing 1s .2s ease both;
		-moz-animation: swing 1s .2s ease both;
	}
	.photo-panel .photo-left,
	.photo-panel .photo-right {
		display: none;
	}
	.demo li {
		width: 46.5%;
		overflow: hidden;
		float: left;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.demo li img {
		width: 100%;
		height: 120px;
		padding: 0px;
		background: #FFFFFF;
	}
	.demo li p {
		text-align: center;
		margin-top: 7px;
		font-size: 14px;
		margin-bottom: 0;
	}
	.demo2 li img {
		width: 100%;
		height: 120px;
		border: 1px solid #E3E3E3;
		padding: 10px;
	}
	.allmap {
		width: 100%;
		padding: 0;
		height: 310px;
		margin-top: 15px;
	}
	.detail .right .map .top p:nth-child(2) {
		font-size: 18px;
		font-weight: bold;
		color: #f77400;
		margin-bottom: 5px;
		margin-top: 15px;
	}
	.detail .right .map .list {
		clear: both;
		overflow: hidden;
		margin-top: 20px;
	}
	.detail .right .map .list p {
		float: none;
		width: 100%;
		text-align: left;
		clear: both;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.detail .right .map .list p img {
		float: left;
		margin-right: 15px;
		width: 40px;
	}
	.detail .right .map .list p span {
		display: block;
		margin-top: 0;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 1.4;
	}
	.detail .right .map .list p:nth-child(3) span {
		line-height: 40px;
	}
	.detail .right .map .list p span:nth-child(2) {
		display: none;
	}
	.detail .right .feedback {
		width:100%;
		clear: both;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		margin-top: 35px;
	}
	.detail .right .feedback .left {
		width:100%;
		float:none;
	}
	.detail .right .feedback .left .p1 {
		font-size: 14px;
		font-weight: bold;
		color: #da251c;
	}
	.detail .right .feedback .left .p2 {
		font-size: 14px;
		line-height: 35px;
		margin-bottom: 20px;
		clear: both;
		overflow: hidden;
	}
	.detail .right .feedback .left .p2 input {
		border: 1px solid #cccccc;
		height: 35px;
		font-size: 14px;
		padding-left: 10px;
		width:75%;
		outline: none;
	}
	.detail .right .feedback .left .p2 textarea {
		border: 1px solid #cccccc;
		font-size: 14px;
		padding-left: 10px;
		width:75%;
		vertical-align: top;
		outline: none;
	}
	.detail .right .feedback .left .sub {
		background: #f77400;
		color: #FFFFFF;
		border: none;
		padding: 5px 25px;
		border-radius: 5px;
		margin-left: 10%;
		margin-top: 10px;
	}
	.detail .right .feedback .left .res {
		background: #666666;
		color: #FFFFFF;
		border: none;
		padding: 5px 25px;
		border-radius: 5px;
		margin-left: 10%;
		margin-top: 10px;
	}
	.detail .right .feedback .img {
		display: none;
	}
}