/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

ul,
ol,
li {
	list-style: none;
}

em,
i {
	font-style: normal;
}

img {
	padding: 0;
	margin: 0;
	border: none;
}

input,
img {
	vertical-align: middle;
}

html {
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: 'Microsoft Yahei', 'Times New Roman', Times, serif;
}

body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	-font: 85%/1 "\9ED1\4F53";
	background-color: #ffffff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: 'Microsoft Yahei';
	font-size: 16px;
}

input {
	background-color: #ffffff;
	-webkit-appearance: none;
	outline: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

body .swiper-container .swiper-pagination {
	bottom: 20px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.hide {
	display: none;
}


/*项目列表页*/

.search_box {
	width: 100%;
	margin: 8% 0 0 0%;
}

.search_text {
	width: 91%;
	height: 27px;
	border-radius: 5px;
	border: none;
	margin-left: 3%;
	font-size: 16px;
	padding-left: 3%;
	background: #f1f1f1;
	font-family: 'Microsoft Yahei';
}

.secrch_img {
	position: absolute;
	margin-top: 2%;
	left: 90%;
}

.top_line {
	width: 100%;
	height: 1px;
	border-top: 1px dashed #dcdcdc;
	margin-top: 10%;
}

.page1_cont1 {
	margin-top: 6%;
}

.ul_bottom {
	overflow: hidden;
	margin: 6% auto;
	width: 90%;
}

.ul_bottom li {
	color: #606060;
	font-size: 13px;
}

.bot_li1 {
	float: left;
	padding-right: 3%;
}

.bot_li2 {
	float: left;
	padding-right: 3%;
}

.bot_li3 a {
	float: right;
	background: #d29602;
	padding: 1% 3%;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	font-weight: 500;
}

.text_bot {
	margin: 2% 0 10% 0;
	text-align: center;
	color: #d59e2a;
	padding-bottom: 30px;
}

.page_text {
	margin: 5% 0 5% 6%;
}

.page_text li {
	position: relative;
	padding-left: 10px;
	color: #535656;
}

.page_text span {
	float: left;
	background: url(../images/triangle_03.png) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
}

.page_project {
	position: relative;
	left: 50%;
	margin-left: -45%;
	border-radius: 5px;
	width: 90%;
	padding: 3% 0;
	background: #c59834;
	color: #fff;
	font-size: 13px;
	text-align: center;
	;
}

.page_project p {}


/*项目列表页 end*/


/*项目详情页*/

.page_top {
	position: relative;
	margin-top: 1px;
	display: block;
}

.page_bg_nav {
	position: absolute;
	bottom: -28%;
	z-index: 3;
}

.details_ul {
	position: relative;
	left: 50%;
	margin-left: -25%;
	text-align: center;
	margin-top: 20%;
	overflow: hidden;
	float: left;
}

.details_ul li {
	padding: 6px 10px;
	float: left;
	color: #c59834;
	text-decoration: none;
}

.li_left {
	border: 1px solid #e2e2e2;
	border-radius: 5px 0 0 5px;
}

.li_right {
	border: 1px solid #e2e2e2;
	border-radius: 0 5px 5px 0;
	border-left: none;
}

.details_ul .active {
	background: #c59834;
	color: #fff;
	border-color: #c59834;
}

.details_ul2 {
	width: 90%;
	height: 40px;
	margin-top: 36%;
	background: #eeeeee;
	border-top: 1px dashed #dcdcdc;
	padding-left: 10%;
}

.details_ul2 li {
	float: left;
	width: 30%;
	height: 100%;
	line-height: 40px;
	text-align: center;
}

.details_ul2 li.active {
	background: #FFF;
	color: #c59834;
	border-top: 5px solid #c59834;
	border-bottom: 5px solid #fff;
	line-height: 30px;
}

.page2_01 {
	margin-top: 10%;
}

.page2_popup {
	position: fixed;
	left: 50%;
	top: 80%;
	width: 90%;
	margin-left: -45%;
	height: 100px;
	background: #eeeeee;
	border: 1px solid #c59834;
	border-radius: 10px;
	z-index: 6;
}

.popup_left {
	float: left;
	padding: 5% 0 5% 4%;
}

.popup_left p {
	font-size: 16px;
	line-height: 24px;
	color: #707070;
}

.popup_left a {
	color: #707070;
}

.popup_left .popup_title {
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 3%;
	color: #3e3e3e;
}

.page2_explain {
	font-size: 13px;
	display: block;
	color: #888888;
}

.pup_text {
	position: absolute;
	right: 8%;
	top: 52%;
}

.go_map {
	position: absolute;
	right: 3%;
	top: 7%;
	z-index: 5;
	padding: 2px 4px;
	background: #a87802;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
}

.popup_left page2_btn {
	color: #fff;
}

.popup_right {
	float: right;
}

.page2_text1 {
	position: relative;
	padding: 5% 3%;
	background: #eeeeee;
	margin: 5% 5%;
	border-radius: 5px;
	color: #6b6b6b;
	font-size: 15px;
}

.text2_bottom {
	position: absolute;
	width: 10%;
	height: 16%;
	left: 50%;
	margin-left: -5%;
	bottom: -8%;
}

.text2_p {
	overflow: hidden;
}

.text2_p .spacing {
	margin-left: 34%;
}

.page2_text2 {
	position: relative;
	padding: 5% 3%;
	background: #eeeeee;
	margin: 10% 5%;
	border-radius: 5px;
	color: #6b6b6b;
	font-size: 15px;
}

.page2_text2 .text2_left {
	float: left;
	width: 25%;
}

.page2_text2 .text2_right {
	float: left;
	width: 72%;
}

.page2_text3 {
	margin: 10% 0 30% 0;
	border-top: 1px dashed #dcdcdc;
}

.page2_text3 {
	margin: 5% 10% 5% 10%;
}

.page2_text3 li {
	padding: 5% 0;
	border-bottom: 1px solid #c9c9c9;
	color：#2a2a2a；
}

.page2_text3 p {
	font-size: 15px;
	color: #575757;
}

.page02_text4 {
	width: 80%;
	padding: 10%;
	background: #eeeeee;
	padding-bottom: 36%;
}

.page02_text4 p {
	font-size: 13px;
	color: #525252;
}

.page2_text3 h2 {
	font-size: 16px;
	color: #575757;
	padding-bottom: 2%;
}

.page2_tit1 {
	width: 100%;
	text-align: center;
	line-height: 24px;
	margin-top: 5%;
	color: #d8a643;
}

.page2_tit1 span {
	padding: 0 5px;
	border-bottom: 1px solid #d8a643;
}

.page2_text3 .page12_h3 {
	border: none;
	text-align: center;
	color: #e0b75c;
	font-style: normal;
	padding: 5% 0 2% 0;
}

.page12_h3 span {
	border-bottom: 1px solid #e0b75c;
	padding: 0 5px;
}


/*我要预约弹层*/

.page2_layer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 6;
}

.appointment {
	width: 90%;
	background: #fff;
	border: 1px solid #c59834;
	border-radius: 6px;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -100px;
}

.text_box {
	width: 100%;
	text-align: left;
	margin-top: 10%;
	padding: 5% 0;
}

.text_box input {
	width: 60%;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #c9c9c9;
	padding-left: 5px;
	margin-right: 10%;
	font-size: 14px;
}

.text_box p {
	line-height: 40px;
	width: 100%;
	line-height: 40px;
	text-align: right;
}

.page_submit {
	width: 100%;
	text-align: center;
}

.page_submit img {
	width: 40%;
	margin-top: 10px;
}

.page2_cuo {
	position: absolute;
	right: -5%;
	top: -5%;
}


/*我要预约弹层*/


/*项目详情页*/


/*支持者*/

.page2_support {
	margin: 10% 3% 50% 3%;
}

.support_ul {
	overflow: hidden;
}

.support_ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	color: #383838;
	text-align: center;
}

.support_li1 {
	width: 32%;
	padding-left: 5px;
}

.support_li2 {
	width: 32%;
}

.support_li3 {
	width: 32%;
}

.support_title {
	border: 1px solid #c9c9c9;
	overflow: hidden;
	border-left: none;
	border-right: none;
}

.page2_more {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #c59834;
	color: #fff;
}


/*支持者 end*/


/*预约成功*/

.success_top {
	position: relative;
}

.success_top a {
	position: absolute;
	left: 8%;
	top: 25%;
	width: 10%;
	height: 57%;
}

.black_03 {
	position: absolute;
	left: 6%;
	top: 35%;
}

.Information {
	width: 95%;
	padding: 3% 0 3% 5%;
	background: #e4e4e4;
	color: #6b6b6b;
	font-size: 17px;
}

.Information_success {
	width: 100%;
	text-align: center;
	margin-top: 10%;
}

.Information_success h1 {
	line-height: 24px;
	font-size: 20px;
	color: #c59834;
}

.Information_success p {
	line-height: 22px;
	font-size: 17px;
	color: #c59834;
}

.from {
	width: 100%;
	margin-top: 8%;
	text-align: center;
}

.from a {
	color: #fff;
	font-size: 18px;
}

.from_dzhi {
	padding: 2% 25%;
	background: #c59834;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 3%;
}

.from p {
	line-height: 20px;
	color: #8d8d8d;
	font-size: 13px;
}

.share_box {
	margin-top: 8%;
	padding-bottom: 10%;
	overflow: hidden;
}

.share_box a {
	color;
	color: #fff;
	background: #c59834;
	border-radius: 5px;
	margin: 0 5%;
	font-size: 17px;
}

.share {
	float: left;
	padding: 3% 13%;
}

.reservation {
	float: right;
	padding: 3% 10%;
}

.img_code {
	margin-top: 5%;
}


/*预约成功 end*/


/*我的预约 */

.space_box {
	background: #f2f2f2;
}

.space_p {
	width: 94%;
	padding-left: 6%;
	line-height: 36px;
	font-size: 17;
	background: #e4e4e4;
	color: #6b6b6b;
}

.space_ul1 {
	width: 96%;
	height: 35px;
	padding: 0 2%;
	background: #c59834;
}

.space_ul1 li {
	float: left;
	height: 100%;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 13px;
}

.space_ul2 {
	width: 96%;
	height: 40px;
	padding: 0 2%;
	font-size: 12px;
}

.space_ul2 li {
	float: left;
	height: 100%;
	line-height: 50px;
	text-align: center;
	color: #4c4c4c;
	border-bottom: 1px solid #c9c9c9;
}

.space_li1 {
	width: 8%;
}

.space_li2 {
	width: 34%;
}

.space_li3 {
	width: 15%;
}

.space_li4 {
	width: 27%;
}

.space_li5 {
	width: 12%;
}

.space_from {
	margin-top: 81%;
}

.space_dzhi {
	padding: 2% 8%;
	margin-top: 4%;
}


/*我的预约 end*/

.custom_line {
	width: 100%;
	height: 1px;
	border-top: 1px dashed #dcdcdc;
	margin-top: 38%;
	margin-bottom: 5%;
}

.progress {
	padding: 4%;
	width: 80%;
	position: relative;
	left: 6%;
	top: 5%;
	background: #eeeeee;
	border-radius: 5px;
	text-align: center;
}

.progress p {
	line-height: 35px;
	overflow: hidden;
	position: relative;
	font-size: 15px;
}

.span_left {
	float: left;
}

.span_right {
	float: right;
}

.span_center {
	position: absolute;
	left: 10%;
	width: 30%;
	height: 1px;
	border-top: 1px dashed #dcdcdc;
}

.custom_div {
	width: 100%;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.custom_span {
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: #c59735;
}

.span1 {
	position: absolute;
	left: 27%;
	top: 50%;
	width: 58%;
}

.span2 {
	position: absolute;
	left: 15%;
	top: 50%;
	width: 56%;
}

.span3 {
	position: absolute;
	left: 25%;
	top: 50%;
	width: 52%;
}

.dzhi_a {
	margin-top: 2%;
	margin-bottom: 0;
}

.progress a {
	color: #fff;
}

.time_p {
	margin: 3% 0 0 6%;
	position: relative;
}

.bottom_p {
	text-align: center;
	font-size: 13px;
	color: #d29602;
	margin: 2% 0 30% 0;
	padding-bottom: 20px;
}

.time_p span {
	color: #96b13e;
}

.time_03 {
	padding-right: 1%;
	margin-bottom: 1%;
}

.explain {
	padding: 3%;
	margin: 10% 5% 1% 5%;
	border: 2px solid #c59834;
	border-radius: 8px;
	position: absolute;
	top: 0;
	background: #fff;
	z-index: 6;
}

.exp_bottom {
	padding-bottom: 5%;
}

.explain_top {
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 5%;
}

.explain_top h2 {
	line-height: 26px;
	font-size: 18px;
	color: #111502;
	font-weight: normal;
	font-weight: 500;
}

.explain_top p {
	font-size: 15px;
	line-height: 20px;
	color: #4a4c43;
}

.explain_top .p_title {
	font-size: 17px;
	color: #111502;
	padding: 2% 0;
}

.div_p {
	padding: 4px 0;
}

.div_bottom {
	width: 100%;
	margin-top: 5%;
	text-align: center;
	margin-bottom: 5%;
}

.div_bottom a {
	color: #fff;
}

.btn_p {
	margin-bottom: 5%;
}

.btn_ok {
	padding: 2% 6%;
	color: #fff;
	background: #c59834;
	margin-top: 5%;
	border-radius: 5px;
}

.span_p {
	background: url(../images/btn_no_03.png) no-repeat;
	float: left;
	width: 22px;
	height: 22px;
	position: relative;
	left: 24%;
	margin-top: 0;
}

.span_p.active {
	background: url(../images/btn_ok.png) no-repeat;
}

.page_hid {
	position: absolute;
	right: -4%;
	top: -3%;
}

.div_opacity {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7)
}

.from .p_tel {
	color: #a4a4a4;
	font-size: 14px;
}

.explain_top h3 {
	margin-top: 4%;
	color: #c59834;
}

.explain_top .explain_h3 {
	margin-top: 10%;
}

.page2_btn {
	position: absolute;
	right: 5%;
	top: 15%;
	padding: 2% 5%;
	background: #c59834;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
}

.text3_p {
	width: 90%;
	padding: 3% 5% 5% 5%;
	margin-top: 10%;
	border-top: 1px dashed #dcdcdc;
	color: #434343;
}

table {
	border-collapse: collapse;
	font-size: 100%;
	font-weight: normal;
}

table,
tr,
th,
td {
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	padding: 2% 0;
}

td {
	border: 1px solid #000;
	text-align: center;
	font-size: 9px;
}

.tab_th2 td {
	border-bottom: none;
}

th {
	border: 1px solid #000;
	text-align: center;
	font-size: 9px;
}

.tab_th {
	width: 15%;
}

.tab_th {
	padding: 0 0%;
}

.text3_p .text3_h2 {
	line-height: 40px;
}

.text3_p p {
	line-height: 22px;
	font-size: 14px;
	color: #434343;
}

.text3_p2 {
	margin-top: 5%;
}

.table2 td {
	width: 32%;
}

.text3_h02 {
	border-top: 1px solid #dcdcdc;
	margin-top: 3%;
}

.text3_p h4 {
	font-size: 14px;
}

.text_h4 {
	margin-top: 3%;
}

.text3_span {
	font-size: 14px;
}

.explain_top .explain_p1 {
	margin-top: 6%;
	color: #c59834;
	font-weight: bold;
	font-size: 16px;
}

.explain_top .explain_p2 {
	margin-top: 4%;
}

.explain_top .explain_p3 {
	margin-top: 5%;
}

.btn_ok {
	font-size: 13px;
}

.span_p {
	left: 0;
}


/*苹果4手机 start*/

@media screen and (max-width: 320px) {
	.support_ul li {
		float: left;
		height: 30px;
		line-height: 30px;
		color: #383838;
		font-size: 14px;
	}
	.bot_li3 a {
		font-size: 16px;
	}
	.ul_bottom li {
		font-size: 12px;
	}
	.page2_text2 .text2_left {
		float: left;
		width: 28%;
	}
	.page2_text2 .text2_right {
		float: left;
		width: 72%;
	}
	.space_ul1 li {
		font-size: 12px;
	}
	.popup_left p {
		font-size: 13px;
	}
}

.share_img {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 375px) and (max-height: 603px) {
	.space_ul2 {
		font-size: 14px;
	}
}

@media screen and (max-width: 414px) and (max-height: 672px) {
	.space_ul1 li {
		font-size: 12px;
	}
	.space_ul2 {
		font-size: 12px;
	}
}

@media screen and (max-width: 320px) and (max-height: 416px) {
	.page2_popup {
		top: 74%;
	}
}

@media screen and (max-width: 320px) and (max-height: 504px) {
	.page2_text2 .text2_left {
		float: left;
		width: 28%;
	}
	.page2_text2 .text2_right {
		float: left;
		width: 74%;
	}
	.page2_popup {
		top: 74%;
	}
	.page02_text4 {
		padding-bottom: 43%;
	}
}

@media screen and (max-width: 360px) and (max-height: 572px) {
	.page2_text2 .text2_left {
		float: left;
		width: 28%;
	}
	.page2_text2 .text2_right {
		float: left;
		width: 72%;
	}
	.space_ul2 {
		font-size: 12px;
	}
}


/*苹果6 plus样式*/

@media screen and (min-height: 603px) and (max-height: 672px) {
	.house_ul {
		margin-left: 3%;
		width: 43%;
	}
	.page2_text2 .text2_left {
		float: left;
		width: 24%;
	}
	.pup_text {
		top: 60px;
	}
}

@media screen and (min-width: 432px) and (max-height: 599px) {
	.house_ul {
		margin-left: 3%;
		width: 43%;
	}
	.house_span {
		padding: 4% 17% 4% 17%;
	}
	.page2_text2 .text2_left {
		float: left;
		width: 22%;
	}
	.space_ul1 li {
		font-size: 16px;
	}
	.space_ul2 {
		font-size: 15px;
	}
	.page02_text4 {
		padding-bottom: 31%;
	}
}

@media screen and (min-width: 360px) and (max-height: 519px) {
	.page2_popup {
		top: 78%;
	}
}