body {
	font-size: 14px;
	font-family: "PingFang SC";
	color: #333;
	background: #f5f5f6;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	/* color: #FFFFFF; */
	text-decoration: none;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: none;
}

a:hover {
	color: #244991;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

input,
button,
select,
textarea {
	border: 0;
	outline: none;
}

/*公共样式勿删除*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.row {
	display: flex;
	flex-direction: row;
}

.between {
	justify-content: space-between;
}
/*全屏新增必要样式*/
.bigbox{
	width: 100%;
	background-color: #FFFFFF;
}
/* 首页调整后盒子 */
.smallbox{
	width: 1200px;
	margin: 0 auto;
}

/*  */
.container {
	/* border: solid 1px; */
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.jump {
	cursor: pointer;
}

.bar-box {
	margin: 0 auto;
	width: 800px;
	padding-top: 43px;
	padding-bottom: 36px;
}

.bar-switch {
	text-align: center;
}

/* 首页 */
.index-picbox {
	margin: 0 auto;
	width: 100%;
	height: 400px;
}

.index-pic_01 {
	width: 100%;
	height: 400px;
}

.index-nav {
	width: 800px;
	margin: -18.5px auto;
	justify-content: space-between;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
}

.index-nav-item {
	width: 120px;
	height: 37px;
}

.index-nav-title {
	line-height: 37px;
	color: #999999;
}

.index-nav-arrow {
	width: 12px;
	height: 9px;
}

.index-nav-select {
	width: 100%;
	margin: auto auto;
	text-align: center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	background: url("../images/arrow_02.png") no-repeat scroll right center #fff;
	background-size: 12px 9px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}

.index-nav-serch {
	text-align: center;
	width: 80px;
	height: 37px;
	background: #004098;
	box-shadow: 0px 1px 4px 0px rgba(25, 25, 25, 0.1);
	line-height: 37px;
	color: #FFFFFF;
}

.index-sort-box {
	width: 960rpx;
	padding-top: 65px;
	padding-bottom: 65px;
	/* justify-content: space-between; */
}

.index-sort-nav {
	width: 160px;
	padding-top: 30px;
	padding-bottom: 37px;
	background: #184B95;
	font-family: PingFang SC;
	color: #FFFFFF;
}

.index-sort-tiltle {
	margin-left: 30px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: bold;
}

.index-sort-list {
	margin-left: 30px;
	margin-top: 39px;
	font-size: 12px;
	font-weight: 400;
}

.index-sort-item {
	cursor: pointer;
	width: 60px;
	border-bottom: solid 1px #FFFFFF;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.index-sort-boder {
	width: 100px;
	height: 7px;
	margin-bottom: 15px;
}

.index-hot {
	width: 1000px;
	margin-left: 80px;
	/* border: solid 1px; */
}

.index-hot-title {
	margin-left: 330px;
	margin-top: 20px;
	width: 80px;
	text-align: center;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
}

.index-hot-tips {
	margin-left: 330px;
	width: 80px;
	text-align: center;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}

.index-hot-list {
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-hot-item {
	width: 201px;
	height: 201px;
	margin-top: 60px;
}

.index-hot-pic {
	width: 201px;
	height: 201px;
}

.index-hot-name {
	width: 100%;
	height: 45px;
	background: #184B95;
	opacity: 0.7;
	margin-top: -45px;
	color: #FFFFFF;
	text-align: center;
	line-height: 45px;
}

.index-topic-box {
	width:100%;
	padding-bottom: 75px;
	margin: 0 auto;
}

.index-tilte {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
}

.index-tips {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}

.index-topic-picbox {
	width: 100%;
	margin: 40px auto;
	justify-content: space-between;
}

.index-swiper-pic {
	width: 532px;
	height: 395px;
	background: #242A3A;
	box-shadow: 0px 4px 42px 0px rgba(4, 0, 0, 0.22);
}

.index-swiper-left {
	margin-left: -289px;
	width: 455px;
	height: 338px;
	background: #FFFFFF;
	opacity: 0.7;
}

.index-swiper-right {
	margin-right: -289px;
	width: 455px;
	height: 338px;
	background: #FFFFFF;
	opacity: 0.7;
}

.index-topic-switch {
	margin-top: -94px;
	margin-left: 253px;
	width: 92px;
	justify-content: space-between;
}

.index-topic-arrow {
	width: 32px;
	height: 32px;
}

.index-space-box {
	width:100%;
	margin: -55px auto 0 auto;
	padding-bottom: 65px;
}

.index-space-more {
	margin: 30px auto 0 auto;
	width: 120px;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #929292;
	border-radius: 2px;
	line-height: 32px;
	text-align: center;
	font-family: PingFang SC;
	font-weight: 400;
	color: #929292;
}

.index-space-list {
	margin-top: 25px;
	width: 100%;
	justify-content: space-around;
}

.index-space-item {
	width: 166px;
	height: 210px;
	/* margin-left: 20px; */
	background: #FFFFFF;
	cursor: pointer;
	box-shadow: 0px 4px 19px 0px rgba(4, 0, 0, 0.15);
}

.index-space-pic {
	width: 166px;
	height: 94px;
}

.index-space-name {
	height: 30px;
	margin-top: 14px;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
}

.index-space-price {
	margin-top: 12px;
	padding-left: 7px;
	padding-right: 7px;
	font-family: PingFang SC;
	font-weight: 500;
}

.index-space-num {
	font-size: 15px;
	margin-left: 10px;
	color: #FE3600;
}

.index-space-qi {
	font-size: 12px;
	margin-left: 5px;
	color: #999999;
}

.index-space-btnbox {
	margin-top: 10px;
	margin-left: 14px;
	margin-right: 14px;
	justify-content: space-between;
}

.index-space-btn {
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	background: #E4E7F8;
	border-radius: 10px;
	text-align: center;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #12319B;
	line-height: 20px;
}

.index-service-box {
	width: 100%;
	padding-bottom: 60px;
}

.index-service-btnbox {
	width: 300px;
	margin: 30px auto 0 auto;
	justify-content: space-between;
}

.index-service-btn1 {
	width: 90px;
	height: 25px;
	background: #184B95;
	border-radius: 2px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
}

.index-service-btn {
	width: 90px;
	height: 25px;
	background: #FFFFFF;
	border: 1px solid #929292;
	border-radius: 2px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #929292;
	text-align: center;
	line-height: 25px;
}

.index-service-list {
	width: 900px;
	margin: 25px auto 0 auto;
	justify-content: space-between;
}

.index-service-switch {
	margin: -98px auto 0 auto;
	width: 600px;
	justify-content: space-between;
}

.index-service-left {
	width: 40px;
	height: 40px;
	background: #000000;
	opacity: 0.3;
}

.index-service-arrow {
	margin-top: 14px;
	margin-left: 16px;
	width: 7px;
	height: 12px;
}

.index-news-box {
	width: 900px;
	margin: -25px auto 0 auto;
	padding-bottom: 60px;
}

.index-news-list {
	margin: 45px auto 0 auto;
}

.index-news-left {
	width: 490px;
}

.index-news-pic {
	width: 490px;
	height: 243px;
}

.index-news-item {
	width: 490px;
	height: 72px;
	justify-content: flex-start;
	cursor: pointer;
}

.index-news-item1 {
	width: 390px;
	height: 72px;
	justify-content: flex-start;
	cursor: pointer;
	margin-bottom: 9px;
}

.index-news-time {
	width: 72px;
	height: 72px;
	text-align: center;
	line-height: 72px;
	background: #184B95;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
}

.index-news-time1 {
	width: 72px;
	height: 72px;
	min-width: 72px;
	text-align: center;
	line-height: 72px;
	background: #e1e6ee;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #184B95;
}

.index-news-desc {
	padding: 13px 15px 13px 15px;
	width: 420px;
	height: 72px;
	background: #F8F8F8;
}

.index-news-desc1 {
	padding: 13px 15px 13px 15px;
	width: 350px;
	height: 72px;
	background: #F8F8F8;
}

.index-news-title {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-news-text {
	/* border: solid 1px; */
	/* height: 35px; */
	margin-top: 6px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #929292;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-news-right {
	margin-left: 20px;
	width: 390px;
	height: 315px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.index-partner-box {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 70px;
}

.index-partner-list {
	width: 900px;
	height: 81px;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px 0px rgba(25, 25, 25, 0.06);
	margin: 30px auto 0 auto;
	justify-content: space-around;
}

.index-partner-logo {
	margin: auto auto;
	width: 65px;
	height: 21px;
}

.index-partner-switch {
	width: 640px;
	height: 81px;
	margin: -81px auto 0 auto;
	justify-content: space-between;
}

.index-partner-left {
	width: 40px;
	height: 40px;
	background: #000000;
	opacity: 0.3;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}

.index-layer {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99999999;
}

.index-layer-stay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999999;
	width: 550px;
}

.index-stay-pic {
	width: 550px;
	height: 278px;
}

.index-stay-close {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	top: 300px;
	left: 50%;
	transform: translate(-50%, 0);
}

.index-partner-arrow {
	margin: auto auto auto auto;
	width: 7px;
	height: 12px;
}

.space-container {
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.space-filter-box {
	padding-top: 23px;
	padding-left: 30px;
	margin: 0 auto;
	width: 1080px;
	background: #F8F8F8;
}

.space-filter-item {
	padding-bottom: 15px;
	justify-content: flex-start;
}

.space-filter-namebox {
	margin-top: -3px;
	width: 840px;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
}

.space-filter-name {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 30px;
	margin-bottom: 10px;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
}

.space-filter-nameselected {
	margin-left: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 22px;
	line-height: 22px;
	background: #004098;
	color: #FFFFFF;
}

.space-filter-title {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
}

.space-tips-box {
	margin: 30px auto 0 auto;
	width: 1000px;
	height: 12px;
	justify-content: space-between;
}

.space-tips-left {
	margin-left: 19px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 12px;
}

.space-tips-right {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 20px;
	height: 12px;
}

.space-tips-item {
	margin-right: 35px;
}

.space-tips-pic {
	height: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.space-tips-up {
	width: 10px;
	height: 5px;
}

.space-tips-upred {
	width: 10px;
	height: 5px;
	filter: invert(24%) sepia(98%) saturate(3191%) hue-rotate(4deg) brightness(104%) contrast(103%);
}

.sapce-tips-title {
	margin-left: 5px;
}

.space-list-box {
	margin: 0 auto 0 auto;
	width: 1080px;
}

.space-list-item {
	margin-top: 20px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
	width: 1080px;
	height: 200px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(4, 0, 0, 0.15);
	justify-content: flex-start;
}

.space-list-between {
	/* width: 620px; */
	width: 100%;
	justify-content: space-between;
}

.space-list-midle {
	margin-left: 23px;
	max-width: 600px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.space-list-title {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
}

.space-list-loc {
	width: 12px;
	height: 12px;
}

.space-list-palace {
	margin-left: 6px;
}

.space-list-address {
	margin-left: 7px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
}

.space-list-description{
	padding-left: 10px;
	font-size: 12px;
	padding-right: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.space-list-pic {
	width: 300px;
	height: 170px;
	min-width: 320px;
	max-width: 320px;
}

.space-list-lable {
	margin-left: 5px;
}

.space-list-btn {
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	background: #E4E7F8;
	border-radius: 10px;
	text-align: center;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #12319B;
	line-height: 20px;
	margin-right: 10px;
}

.space-list-right {
	margin-right: 35px;
	width: 130px;
	min-width: 130px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.space-list-collect {
	width: 22px;
	height: 22px;
	margin-left: 54px;
}

.space-list-price {
	margin: 0 auto;
	margin-top: 5px;
	justify-content: flex-start;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
}

.space-list-num {
	margin: 0 auto;
	color: #FE3600;
}

.space-list-qi {
	margin: 0 auto;
	font-size: 12px;
	margin-left: 5px;
	color: #999999;
}

.space-list-bigbtn {
	/* margin-top: 8px;
	margin-left: 20px; */
	margin: 8px auto 0 auto;
	text-align: center;
	width: 90px;
	height: 25px;
	background: #FFFFFF;
	border: 1px solid #929292;
	border-radius: 2px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 25px;
}

.introduction-container {
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding-bottom: 47px;
}

.introduction-tips-box {
	width: 100%;
	padding-top: 27px;
	padding-left: 50px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
}

.introduction-tips-arrow {
	margin-left: 17px;
	margin-right: 17px;
	width: 7px;
	height: 13px;
}

.introduction-desc-box {
	width: 1100px;
	margin: 30px auto 0 auto; 
	justify-content: space-between;
}

.introduction-desc-picbox {
	width: 700px;
	height: 400px;
	border-radius: 4px;
}

.introduction-desc-pic {
	width: 700px;
	height: 400px;
	border-radius: 4px;
}

.introduction-desc-list {
	height: 400px;
	width: 260px;
	margin: 0 auto;
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
	/* border: solid 1px #000000; */
}

.introduction-desc-list-more {
	/* height: 400px; */
	width: 260px;
	margin: 0 auto;
	text-align: justify;
	/* display: flex;
	flex-direction: column;
	justify-content: space-between; */
	padding-top: 10px;
	padding-bottom: 10px;
	/* border: solid 1px #000000; */
}

.introduction-desc-list-margin-top{
	margin-top: 15px;
}

.introduction-desc-title {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;

}

.introduction-desc-place {
	margin-left: 5.5px;
	/* margin-top: 30px; */
}

.introduction-desc-placepic {
	margin-left: 6px;
	width: 12px;
	height: 12px;
}

.introduction-desc-placetext {
	margin-left: 6px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 12px;
}

.introduction-desc-lable {
	margin-left: 10px;
	/* margin-top: 40px; */
	justify-content: flex-start;
}

.introduction-desc-btn {
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	background: #E4E7F8;
	border-radius: 10px;
	text-align: center;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #004098;
	line-height: 20px;
	margin-right: 10px;
}

.introduction-desc-text {
	padding-left: 10px;
	padding-right: 30px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
	
}

.introduction-desc-text-more {
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 30px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
}

.introduction-desc-text-tips{
	margin-left: 200px;
	/* width: 79%; */
	font-size: 12px;
	/* text-align: right; */
	color: #aaaaaa;
}

.introduction-desc-funbox {
	margin: 0 auto;
	width: 204px;
	justify-content: space-between;
}

.introduction-desc-funbox-more {
	margin: 0 auto;
	margin-top: 15px;
	width: 204px;
	justify-content: space-between;
}

.introduction-desc-fun {
	justify-content: flex-start;
}

.introduction-desc-funpic {
	width: 22px;
	height: 22px;
}

.introduction-desc-funtext {
	margin-left: 10px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 25spx;
}

.introduction-desc-bottom {
	width: 204px;
	margin: 0 auto;
}

.introduction-desc-bigbtn1 {
	/* margin-top: 20px; */
	margin: 0 auto;
	width: 204px;
	height: 33px;
	background: #004098;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 33px;
	text-align: center;
}

.introduction-desc-bigbtn2 {
	/* margin-top: 20px; */
	margin: 0 auto;
	width: 204px;
	height: 33px;
	background: #E4E7F8;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #004098;
	line-height: 33px;
	text-align: center;
}

.introduction-desc-bigbtn1-more {
	/* margin-top: 20px; */
	margin: 0 auto;
	margin-top: 15px;
	width: 204px;
	height: 33px;
	background: #004098;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 33px;
	text-align: center;
}

.introduction-desc-bigbtn2-more {
	/* margin-top: 20px; */
	margin: 0 auto;
	margin-top: 15px;
	width: 204px;
	height: 33px;
	background: #E4E7F8;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #004098;
	line-height: 33px;
	text-align: center;
}


.introduction-info-box {
	margin: 30px auto 0 auto;
	padding-top: 35px;
	padding-bottom: 51px;
	padding-left: 50px;
	padding-right: 50px;
	width: 1100px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(4, 0, 0, 0.15);
}

.introduction-title {
	margin-left: 42px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
}

.introduction-info-line {
	margin-top: 30px;
	margin-left: 42px;
	justify-content: flex-start;
}

.introduction-info-name {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
}

.introduction-info-text {
	margin-left: 70px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
}

.introduction-info-tel {
	margin-left: 70px;
	width: 555px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #15339c;
}

.introduction-info-long {
	margin-left: 50px;
	width: 555px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
}

.introduction-facility-box {
	padding-top: 25px;
	margin: 0 auto;
	margin-top: 30px;
	width: 1100px;
	padding-bottom: 46px;
	padding-left: 50px;
	padding-right: 50px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(4, 0, 0, 0.15);
}

.introduction-facility-list {
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.introduction-facility-item {
	margin-left: 70px;
	margin-top: 28px;
}

.introduction-facility-check {
	width: 17px;
	height: 13px;
}

.introduction-facility-name {
	margin-left: 5px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 13px;
}

.introduction-booking-box {
	padding-top: 39px;
	margin: 0 auto;
	margin-top: 30px;
	width: 1100px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 39px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(4, 0, 0, 0.15);
}

.introduction-booking-list {
	margin-left: 43px;
	margin-top: 26px;
	width: 537px;
}

.Big-title {
	width: 100%;
	height: 220px;
}

.topic-list {
	margin: auto 40px;
	padding-top: 30px;
}

.topic-list-item {
	margin: 0 auto;
	padding: 20px 15px 20px 15px;
	margin-bottom: 30px;
	width: 1100px;
	height: 234px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(4, 0, 0, 0.15);
}

.topic-list-pic {
	min-width: 320px;
	max-width: 320px;
	width: 320px;
	height: 193px;
}

.topic-list-right {
	/* border: solid 1px; */
	width: 720px;
	height: 193px;
	margin-left: 22px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.topic-list-up {
	height: 160px;
}

.topic-list-title {
	margin-top: 16px;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	height: 33px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topic-list-text {
	/* height: 90px; */
	margin-top: 17px;
	line-height: 20px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.topic-list-line {
	/* margin-top: 65px; */
	width: 720px;
	justify-content: space-between;
	height: 25px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
}

.topic-list-time {
	line-height: 25px;
}

.topic-item-right {
	width: 164px;
	justify-content: space-between;
}

.topic-list-view {
	line-height: 25px;
}

.topic-list-btn {
	text-align: center;
	width: 90px;
	height: 25px;
	background: #FFFFFF;
	border: 1px solid #929292;
	color: #929292;
	border-radius: 2px;
	line-height: 25px;
}

.service-nav {
	padding-top: 30px;
	width: 800px;
	margin: auto auto;
	justify-content: space-around;
}

.service-nav-item {
	color: #666666;
	font-size: 15px;
	padding-bottom: 10px;
}

.service-nav-item1 {
	color: #666666;
	font-size: 15px;
	padding-bottom: 7px;
	color: #124d9f;
	border-bottom: #124d9f solid 3px;
}

.service-list-up {
	height: 170px;
}

.service-list-title {
	margin-top: 10px;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
}

.service-list-text {
	margin-top: 20px;
	line-height: 20px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.passage-tips {
	padding-top: 27px;
	margin: 0 auto;
	width: 1100px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
}

.passage-tips-arrow {
	width: 7px;
	height: 13px;
	margin-left: 18px;
	margin-right: 15px;
}

.passage-tips-title {
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.passage-title {
	margin: 35px auto 0 auto;
	width: 1100px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
}

.passage-time {
	margin-top: 20px;
	margin-left: 50px;
	/* width: 166px; */
	justify-content: flex-start;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
}

.passage-view {
	margin-left: 20px;
}

.passage-list {
	margin: 30px auto 0 auto;
	width: 1100px;
	padding-bottom: 60px;
}

.park-list {
	padding-top: 25px;
	width: 1100px;
	margin: 0 auto;
	/* border: solid 1px; */
}

.park-list-item {
	padding-bottom: 56px;
}

.park-list-up {
	width: 1100px;
	/* height: 400px; */
	justify-content: space-between;
}

.park-list-left {
	width: 700px;
	/* height: 400px; */
}

.park-list-pic {
	width: 700px;
	height: 412x;
}

.park-list-right {
	/* border: solid 1px; */
	width:380px;
	height: 412x;
}

.park-list-name {
	width: 300px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
}

.park-list-place {
	width: 300px;
	margin: 0 auto;
	margin-top: 30px;
}

.park-list-loc {
	/* margin-left: 17px; */
	width: 12px;
	/* height: 12px; */
}

.park-list-address {
	margin-left: 5px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	/* line-height: 12px; */
}

.park-list-desc {
	margin: 0 auto;
	margin-top: 35px;
	width: 300px;
	height: 190px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	line-clamp: 8;
	-webkit-box-orient: vertical;
	
}

.park-list-view {
	width: 204px;
	margin: 0 auto;
	margin-top: 25px;
}

.park-list-fire {
	margin-left: 50px;
	width: 25px;
	height: 25px;
}

.park-list-num {
	margin-left: 10px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 25px;
}

.park-list-bigBtn {
	margin: 0 auto;
	margin-top: 20px;
	/* margin-left: 14px; */
	width: 204px;
	height: 33px;
	background: #004098;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 33px;
}

.park-list-down {
	padding-top: 35px;
	padding-left: 42px;
	padding-bottom: 50px;
	padding-right: 47px;
	margin-top: 30px;
	width: 1100px;
	/* height: 282px; */
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(4, 0, 0, 0.15);
}

.park-down-title {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	margin-bottom: 26px;
}

.about-title {
	font-size: 17px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}

.about-logo {
	margin-top: 30px;
	margin-left: 327px;
	width: 306px;
	height: 100px;
}

.about-list {
	padding-top: 50px;
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.about-list-left {
	width: 350px;
}

.about-list-right {
	width: 437px;
	height: 291px;
}

.about-list-title {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
}

.about-list-text {
	margin-top: 36px;
	width: 350px;
	height: 233px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}

.personal-title {
	text-align: center;
	padding-top: 56px;
	width: 960px;
	height: 140px;
	font-size: 25px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	background-image: url(../images/pic_01.png);
	background-size: 100% 100%;
}

.personal-list {
	padding-top: 30px;
	padding-bottom: 71px;
}

.personal-list-left {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	width: 160px;
	height: 405px;
	background: #184B95;
}

.personal-sort-tiltle {
	margin-top: 30px;
}

.personal-right-info {
	margin: 0 auto;
	padding-top: 53px;
	width: 900px;
	/* height: 628px; */
	background: #F8F8F8;
	padding-bottom: 30px;
}

.personal-info-item {
	margin: auto auto 47px auto;
	width: 700px;
}

.personal-info-title {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666666;
	/* line-height: 84px; */
	/* border: solid 1px; */
}

.personal-info-header {
	margin-left: 185px;
	width: 84px;
	height: 84px;
	border-radius: 50%;
}

.personal-info-item1 {
	margin: auto auto 30px auto;
	width: 700px;
	border-bottom: solid 1px #E0E0E0;
	padding-bottom: 15px;
}

.personal-info-intext {
	text-align: center;
	width: 100%;
	background: #F8F8F8;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
}

.personal-info-bigbtn {
	margin: 45px auto 0 auto;
	width: 350px;
	height: 44px;
	background: #004098;
	border-radius: 22px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
}

.personal-list-right{
	width: 100%;
}
.personal-right-publish {
	/* margin-left: 20px; */
	padding-top: 53px;
	margin: 0 auto;
	width: 900px;
	padding-left: 90px;
	padding-right: 50px;
	background: #F8F8F8;
	padding-bottom: 55px;
}

.personal-publish-tilte {
	padding-bottom: 43px;
}

.personal-publish-person {
	margin-left: 60px;
	width: 26px;
	height: 25px;
}

.personal-publish-smalltile {
	margin-left: 12px;
	font-size: 21px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 25px;
}

.personal-publish-item {
	margin-left: 60px;
	width: 600px;
	height: 50px;
	border-bottom: solid 1px #E0E0E0;
	/* padding-bottom: 15px; */
	margin-bottom: 30px;
	/* justify-content: space-between; */
}

.personal-publish-name {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666666;
	width: 74px;
}

.personal-publish-line {
	width: 600px;
	/* border: solid 1px; */
}

.personal-publish-select {

	width: 526px;
	margin: auto auto;
	text-align: center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	background: url("../images/arrow_02.png") no-repeat scroll right center #fff;
	background-size: 12px 9px;
	background-color: #f8f8f8;
}

.personal-publish-select1 {
	width: 225px;
	margin: auto auto;
	text-align: center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	background: url("../images/arrow_02.png") no-repeat scroll right center #fff;
	background-size: 12px 9px;
	background-color: #f8f8f8;
}

.personal-publish-text {
	width: 540px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	text-align: center;
}

.personal-publish-arrow {
	width: 12px;
	height: 9px;
	margin-right: 37px;
}

.personal-publish-intext {
	margin: auto auto;
	width: 540px;
	text-align: center;
	background-color: #f8f8f8;
}

.personal-publish-sq {
	margin-top: 22px;
	width: 290px;
	padding-bottom: 15px;
	border-bottom: solid #E0E0E0 1px;
}

.personal-publish-text1 {
	margin-left: 100px;
}

.personal-publish-arrow1 {
	width: 12px;
	height: 9px;
	margin-left: 80px;
}

.personal-publish-tel {
	margin: auto auto;
	width: 150px;
	text-align: center;
	background-color: #f8f8f8;
}

.personal-publish-btn {
	margin-right: 30px;
	text-align: center;
	width: 96px;
	height: 30px;
	background: #E4E7F8;
	border-radius: 15px;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #004098;
	line-height: 30px;
}

.personal-publish-tips {
	margin-left: 45px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
}

.personal-publish-radio {
	width: 20px;
	height: 20px;
	margin-left: 62px;
}

.personal-publish-tips-left {
	margin-left: 17px;
	color: #000000;
}

.personal-publish-tips-right {
	color: #004098;
}

.personal-publish-bigbtn {
	margin-top: 40px;
	margin-left: 183px;
	width: 350px;
	height: 44px;
	background: #004098;
	border-radius: 22px;
	text-align: center;
	line-height: 44px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}

.personal-right-order {
	width: 900px;
	/* min-height: 430px; */
	background: #F8F8F8;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 25px;
}

.personal-order-nav {
	margin: auto auto;
	width: 567px;
	justify-content: space-between;
}

.personal-order-nav-item {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	padding-bottom: 8px;
}

.personal-order-nav-item1 {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #184B95;
	padding-bottom: 8px;
	border-bottom: solid 2px #184B95;
}

.personal-order-list {
	padding-top: 20px;
}

.personal-order-item {
	padding: 15px 20px 15px 20px;
	margin: 20px auto 0 auto;
	width: 800px;
	height: 124px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(4, 0, 0, 0.15);
}

.personal-order-pic {
	width: 166px;
	max-width: 166px;
	min-width: 166px;
	height: 94px;
}

.personal-order-item-right {
	width: 100%;
	justify-content: space-between;
}

.personal-order-midle {
	margin-left: 23px;
	width: 195px;
	/* border: solid 1px; */
}

.personal-order-name {
	margin-top: 7px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
}

.personal-order-loc {
	margin-left: 5px;
	width: 11px;
	height: 12px;
}

.personal-order-place {
	margin-top: 17px;
}

.personal-order-address {
	line-height: 12px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
}

.personal-order-time {
	margin-left: 5px;
	margin-top: 18px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}

.personal-order-right {
	/* width: 90px; */
	/* margin-left: 137px; */
}

.personal-order-price {
	margin-top: 10px;
}

.personal-order-num {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FC0404;
}

.personal-order-qi {
	margin-top: 2px;
	margin-left: 5px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
}

.personal-order-btn1 {
	margin: 35px auto 0 auto;
	width: 90px;
	height: 25px;
	background: #184B95;
	border-radius: 2px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
}

.personal-order-btn2 {
	margin-top: 35px;
	width: 90px;
	height: 25px;
	background: #E4E7F8;
	border-radius: 2px;
	text-align: center;
	line-height: 25px;
	color: #004098;
}

.personal-order-btn3 {
	margin-top: 35px;
	width: 90px;
	height: 25px;
	background: #CDCDCD;
	border-radius: 2px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
}

.personal-right-collect {
	margin: 0 auto;
	width: 900px;
}

.personal-collect-list {
	margin: 0 auto;
	background: #F8F8F8;
	margin-left: 20px;
	padding-bottom: 44px;
	padding-top: 5px;
}

.personal-collect-item {
	padding: 15px 20px 15px 20px;
	margin: 20px auto 0 auto;
	width: 750px;
	height: 124px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(4, 0, 0, 0.15);
}

.personal-collect-item-right {
	width:100%;
	justify-content: space-between;
}

.personal-collect-pic {
	width: 166px;
	min-width: 166px;
	max-width: 166px;
	height: 94px;
}

.personal-collect-midle {
	margin-left: 23px;
	/* width: 195px; */
	/* bcollect: solid 1px; */
}

.personal-collect-name {
	margin-top: 7px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
}

.personal-collect-loc {
	margin-left: 5px;
	width: 11px;
	height: 12px;
}

.personal-collect-place {
	margin-top: 17px;
}

.personal-collect-address {
	line-height: 12px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
}

.personal-collect-lable {
	margin-top: 18px;
}

.personal-collect-lable-item {
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #12319B;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	height: 20px;
	background: #E4E7F8;
	border-radius: 10px;
	line-height: 20px;
}

.personal-collect-right {
	width: 90px;
	/* margin-left: 137px; */
}

.personal-collect-aixin {
	margin-left: 34px;
	width: 22px;
	height: 22px;
}

.personal-collect-price {
	margin-top: 23px;
}

.personal-collect-num {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FC0404;
}

.personal-collect-qi {
	margin-left: 5px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
}

.personal-collect-btn {
	margin: 45px auto 0 auto;
	width: 90px;
	height: 25px;
	background: #FFFFFF;
	border: 1px solid #929292;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #929292;
	border-radius: 2px;
	text-align: center;
	line-height: 25px;
}

.personal-right-message {
	padding-top: 5px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 50px;
	width: 900px;
	background: #F8F8F8;
	margin: 0 auto;
}

.personal-message-list {
	margin: 0 auto;
	width: 750px;
}

.personal-message-item {
	width: 100%;
	margin-top: 32px;
	padding-bottom: 18px;
	border-bottom: solid 1px #E0E0E0;
}

.personal-message-line {
	color: #000000;
	justify-content: space-between;
}

.personal-message-line1 {
	color: #666666;
	justify-content: space-between;
}

.personal-message-title {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 17px;
}

.personal-message-time {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 17px;
}

.personal-message-text {
	margin-top: 22px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
}

.personal-message-tips{
	margin: 40px auto;
	width: 100%;
	text-align: center;
}

.personal-right-feedback {
	margin: 0 auto;
	padding-top: 59px;
	padding-left: 100px;
	padding-right: 100px;
	width: 900px;
	/* height: 628px; */
	background: #F8F8F8;
	padding-bottom: 30px;
}

.personal-feedback-line {
	padding-bottom: 14px;
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
}

.personal-feedback-tips {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
}

.personal-feedback-text {
	color: #666666;
}

.personal-feedback-xin {
	color: #FD0202;
}

.personal-feedback-intext {
	width: 90%;
	margin: 10px 20px 0 20px;
	background: #F8F8F8;
}

.personal-feedback-uppic {
	margin-top: 42px;
}

.personal-feedback-uptips {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666666;
}

.personal-feedback-picbox {
	margin-top: 28px;
}

.personal-feedback-pic {
	width: 84px;
	height: 84px;
	/* margin-right: 26px; */
}

.personal-feedback-img {
	width: 84px;
	height: 84px;
}

.personal-feedback-close {
	width: 20px;
	height: 20px;
	margin-top: -187px;
	margin-left: 73px;
}

.personal-feedback-bigbtn {
	margin: 100px auto 0 auto;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
	width: 350px;
	height: 44px;
	background: #004098;
	border-radius: 22px;
}

.publish-right-picker {
	margin-left: 105px;
	margin-top: 5px;
}

.mypublish-item {
	padding-top: 25px;
	margin-top: 30px;
	margin-left: 54px;
	width: 600px;
	padding-bottom: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(4, 0, 0, 0.15);
}
.mypublish-top-line{
	margin: 0 auto 20px auto;
	width: 550px;
	justify-content: space-between;
}
.mypublish-line{
	margin: 0 auto 20px auto;
	width: 550px;
	/* border: solid 1px; */
}
.mypublish-title{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
}
.mypublish-text{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	margin-left: 50px;
	color: #696969;
}
.mypublish-time{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
}
.mypublish-status{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 400;
	margin-left: 50px;
	color: #184b95;
}
.mypublish-tips{
	margin-top: 100px;
	width: 100%;
	text-align: center;
}