.filter-box.open .filter-mark {
	display: block
}

.filter-mark {
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0
}

.loading-box {
	display: none;
	margin: 40px auto 0;
	font-size: 14px;
	color: #ddd;
	text-align: center
}

.filter-loading-box {
	position: absolute;
	margin: 0 auto!important;
	padding-top: 3%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10
}

.top-loading {
	margin-top: 0!important;
	padding-top: 30px
}

.loading {
	margin: 0 auto;
	width: 50px;
	height: 20px;
	text-align: center;
	font-size: 10px
}

.loading>div {
	background-color: #eee;
	height: 100%;
	width: 3px;
	display: inline-block;
	animation: stretchdelay 1.2s infinite ease-in-out
}

.loading .rect2 {
	animation-delay: -1.1s
}

.loading .rect3 {
	animation-delay: -1s
}

.loading .rect4 {
	animation-delay: -.9s
}

.loading .rect5 {
	animation-delay: -.8s
}

@keyframes stretchdelay {
	0%,40%,to {
		transform: scaleY(.4);
		-webkit-transform: scaleY(.4)
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}
}

body {
	background-color: #f5f7f9
}

.add-more,.add-more:focus,.no-more,.no-more:focus {
	width: 95%;
	margin: 0 30px;
	padding: 1pc 0;
	margin-top: 30px;
	font-size: 1pc;
	line-height: 1;
	color: #114489;
	text-align: center;
	border: 1px solid #114489;
	background: #fff;
	border-radius: 3px;
	overflow: hidden
}

.add-more .btn-icon {
	display: inline-block;
	padding: 6px;
	margin-left: 5px;
	background: url(../images/btn-icon.png) no-repeat center center;
	background-size: contain
}

.no-more,.no-more:focus {
	color: #ddd!important;
	border: none!important;
	padding: 0!important
}

.filter .moudle-title {
	padding: 30px 0;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	color: #333;
	border-bottom: 2px solid #eee
}

.filter .moudle-title span {
	color: #b58e4b
}

.filter {
	margin-bottom: 20px;
	background-color: #fff
}

.filter-title {
	padding: 10px 0;
	display: none
}

.filter-title li {
	font-size: 14px;
	color: #31404c;
	text-align: center;
	cursor: pointer
}

.filter-title li .icon {
	padding: 0 4px;
	margin: 0 0 0 3px;
	background-size: contain
}

.filter-title .down-icon {
	background: url(../images/down.png) no-repeat center center
}

.filter-title .top-icon {
	background: url(../images/top.png) no-repeat center center
}

.filter-box {
	background-color: #fff;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0
}

.moubile-filter-tit {
	display: none
}

.filter-content {
	padding: 10px 30px 20px
}

#filter-major1,#filter-major2,#filter-result {
	display: none;
	height: 55px
}

#filter-result .filter-result-num {
	display: inline-block;
	position: relative;
	font-size: 1pc;
	color: #333;
	margin-left: 6px
}

#filter-result .loading {
	position: absolute;
	bottom: 0;
	left: 44px;
	background: #fff;
	width: 20px;
	overflow: hidden;
	margin: 0 5px;
	z-index: 2
}

#filter-result em {
	display: inline-block;
	min-width: 20px;
	text-align: center;
	font-style: normal
}

.filter-type {
	border-bottom: 1px dashed #eee;
	margin-bottom: 10px;
	padding-top: 15px
}

.filter-type:last-child {
	margin-bottom: 0
}

.filter-type p {
	float: left;
	width: 90px;
	font-size: 1pc;
	line-height: 22px;
	color: #222d35
}

.filter-type[data-fold=true] {
	height: auto!important
}

.filter-type[data-fold=true] p {
	width: 90px
}

.filter-box .filter-type[data-fold=true]>ul {
	width: auto!important;
	float: none!important;
	margin-left: 90px
}

.filter-box .filter-type>ul {
	position: relative;
	margin-left: 90px
}

.filter-box .filter-type>ul li,.filter-box .tab-content ul li {
	float: left;
	margin-right: 5px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	overflow: hidden;
	margin-bottom: 15px;
	cursor: pointer
}

.filter-box .filter-type>ul li.open-btn {
	display: none!important;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 auto;
	text-align: center
}

.filter-box .filter-type>ul li.open-btn a {
	font-weight: 700;
	font-size: 14px;
	color: #ce8f21!important;
	width: 2pc!important;
	background: #fff!important;
	padding: 0!important
}

.filter-box .filter-type>ul .search-li {
	float: left;
	width: 92%;
	margin-right: 0!important;
	margin-left: 15px;
	cursor: auto!important;
	overflow: visible
}

.filter-type label,.filter-type .result-item {
	padding: 3px 15px;
	margin-right: 6px;
	font-size: 14px;
	font-weight: 400;
	color: #dc6464;
	border: 1px solid #dc6464;
	cursor: pointer
}

.filter-type .reset-btn {
	padding: 4px 15px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background-color: #ce8f21;
	border-color: #ce8f21;
	border-radius: 3px;
	border: none!important
}

.filter-tools {
	padding: 0 30px 15px;
	background-color: #fff
}

.filter-tools .filter-type {
	margin-bottom: 0;
	padding-top: 0;
	height: auto!important;
	border: none!important
}

.filter-tools .search-box {
	width: 250px
}

.filter-tools .search-input {
	width: 200px;
	padding-left: 27px;
	background: url(../images/search-bg.png) no-repeat 10px center;
	font-size: 9pt;
	height: 30px;
	line-height: 28px;
	border: 1px solid #bbb;
	color: #888
}

.filter-tools .search-btn,.filter-tools .search-btn:focus {
	float: right;
	width: 50px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #6183b0;
	border-color: #6183b0
}

.filter-type label .close-icon,.filter-type .result-item .close-icon{
	padding: 0 5px;
	margin-left: 5px;
	background: url(../images/public/close-icon.png) no-repeat center right
}

.filter-box .filter-type>ul .search-li>ul {
	margin-top: 15px
}

.filter-box .filter-type>ul .search-li .search-box {
	position: relative;
	max-width: 170px;
	height: 26px;
	line-height: 26px;
	font-size: 9pt;
	color: #114489;
	border: 1px solid #114489!important;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	overflow: hidden
}

.filter-box .filter-type>ul .search-li .search-box .search-icon {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	right: 0;
	top: 0;
	background: url(../images/school/filter-search.png) no-repeat center
}

.filter-box .filter-type>ul .search-li .search-box input {
	display: block;
	border: 0;
	height: 24px;
	color: #114489;
	line-height: 24px;
	padding-left: 9pt
}

.filter-box .filter-type .porject-box {
	max-height: 102px;
	overflow-y: auto
}

.filter-box .filter-type>ul li a,.filter-box .filter-type>ul li span,.filter-box .tab-content ul li a {
	display: inline-block;
	width: 100%;
	padding: 0 15px;
	color: #444
}

.filter-box .filter-type>ul>li.active>a,.filter-box .filter-type>ul>li.active>span,.filter-box .filter-type>ul>li:hover>a,.filter-box .filter-type>ul>li>ul>li.active>a,.filter-box .filter-type>ul>li>ul>li:hover>a,.filter-box .tab-content ul li.active a {
	color: #fff;
	background-color: #114489
}

.filter-tabs-box {
	float: left;
	width: 90%;
	margin-left: 15px;
	margin-top: -5px
}

.school-box {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.school-box .moudle-title {
	padding: 30px 0;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	color: #0e2644;
	border-bottom: 2px solid #eee
}

.schoollist {
	min-height: 50px;
	padding: 10px 30px
}

.school-list-cnt {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.schoollist-item {
	padding: 30px 0;
	border-bottom: 1px solid #eee
}

.school-logo {
	float: left;
	width: 10%;
	max-width: 75pt;
	text-align: center
}

.school-cnt {
	float: left;
	width: 74%;
	width: calc(74% - 1px);
	padding-right: 2%;
	margin: 0 2%;
	border-right: 1px dashed #e2e2e2
}

.school-tit {
	margin-bottom: 5px
}

.school-tit a {
	float: left;
	font-size: 22px;
	font-weight: 700;
	color: #0e2644;
	margin-right: 15px
}

.school-btn {
	float: right;
	padding-top: 20px;
	width: 12%
}

.address-icon {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #838c94
}

.address-icon i {
	padding: 2px 10px;
	background: url(../images/address-icon.png) no-repeat center center;
	margin-right: 5px
}

.school-type-list {
	float: left;
	width: 48%;
	margin-right: 2%;
	font-size: 14px;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.school-type-list:last-child {
	width: 100%;
	margin: 0 auto
}

.school-type-list b {
	font-weight: 400;
	color: #31404c
}

.school-type-list span {
	color: #818991
}
.school-type-list span.price{
	font-size: 16px;
	font-weight: bold;
	color: #ce8f21;
}
.school-btn a {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 36px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	text-align: center
}

.school-btn .detail-btn {
	color: #fff;
	background-color: #114489;
	margin-bottom: 26px
}

.school-tit a:hover {
	color: #ce8f21
}

.school-btn .detail-btn:hover {
	background: #ce8f21
}

.school-btn .order-btn {
	line-height: 34px;
	color: #fe8848;
	border: 1px solid #fe8848
}

.tag {
	font-size: 9pt;
	color: #fff;
	line-height: 1;
	padding: 1px 5px;
	margin: 0 3px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.tag:last-child {
	margin-right: 0
}

.tag-color1 {
	background-color: #a9d795
}

.tag-color6 {
	background-color: #9197d6
}

.tag-color2 {
	background-color: #76c0d7
}

.tag-color3 {
	background-color: #ffaf6d
}

.tag-color4 {
	background-color: #f89383
}

.tag-color5 {
	background-color: #cfa589
}

.page {
	width: 100%;
	text-align: center
}

.page>ul>li {
	float: left;
	cursor: pointer
}

.page .pagezong:hover {
	background-color: #fff;
	color: #000
}

.page>a,.page>b {
	width: 10%;
	background-color: #fff;
	font-size: 14px;
	line-height: 2pc;
	text-align: center;
	padding: 10px 20px;
	margin-right: 10px;
	border: 1px solid #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	cursor: pointer
}

.page>a:hover,.page>b,.page>ul>li>.active {
	background-color: #192d76;
	border: 1px solid #192d76;
	color: #fff
}

.fst-page a,.last-page a {
	padding-left: 5px;
	padding-right: 5px
}

@media only screen and (max-width:1024px) {
	.school-box .moudle-title {
		padding: 4% 0
	}

	.school-logo {
		width: 24%
	}

	.school-cnt {
		width: 68%;
		width: calc(98% - 105px);
		padding-right: 0;
		margin: 0 0 0 2%;
		border-right: 0
	}

	.school-type-list {
		line-height: 28px
	}

	.school-btn {
		width: 73%;
		width: calc(74% - 1px);
		margin-left: 130px;
		height: 56px;
		text-align: center
	}

	.school-btn a {
		display: inline-block;
		width: 46%;
		max-width: 90pt;
		line-height: 26px;
		margin: 0 auto 10px
	}

	.schoollist-item {
		padding: 2% 0
	}

	.school-btn .detail-btn {
		margin-bottom: 10px
	}

	.school-btn .order-btn {
		line-height: 24px
	}

	.filter .moudle-title {
		line-height: 1.4;
		padding: 3% 0
	}

	.page [title],.page>.pagezong {
		display: none
	}

	.page a,.page>b {
		max-width: 90pt;
		width: 22%;
		margin-right: 1%;
		padding: 0;
		display: inline-block;
		display: none
	}

	.page a.fst-page,.page a.last-page,.page a.next,.page a.pre {
		display: inline-block
	}
}

@media only screen and (max-width:1200px) {
	.container {
		width: 98%
	}

	.add-more,.add-more:focus,.no-more,.no-more:focus {
		margin: 0 2.5%
	}
}

@media only screen and (max-width:767px) {
	.school-box {
		margin-bottom: 3%;
		padding-bottom: 3%
	}

	.loading-box {
		margin-top: 3%
	}

	.school-box .moudle-title {
		font-size: 22px
	}

	.filter .moudle-title {
		font-size: 24px
	}

	#filter-result {
		height: auto!important;
		padding-bottom: 2%
	}

	#filter-result .filter-result-num {
		display: inline-block;
		padding-top: 3px
	}

	.filter-type {
		margin-bottom: 4px;
		padding-top: 4px
	}

	.filter-type p {
		position: relative;
		z-index: 2;
		margin-bottom: 10px!important
	}

	.filter-box .filter-type>ul,.filter-type p {
		width: 100%;
		font-size: 14px;
		margin: 0 auto
	}

	.filter-type[data-fold=true] p {
		width: 70px
	}

	.filter-box .filter-type[data-fold=true]>ul {
		margin-left: 70px
	}

	.filter-box .filter-type>ul li,.filter-box .tab-content ul li,.filter-type label,.filter-type .result-item {
		font-size: 9pt
	}

	.filter-box .filter-type>ul li,.filter-box .tab-content ul li {
		margin-bottom: 5px
	}

	.filter-content {
		padding: 0 2%
	}

	.filter-tools {
		padding: 1% 2% 3%
	}

	.filter-tools .filter-type p,.moubile-filter-box {
		display: none
	}

	.moubile-filter-tit {
		display: block
	}

	.moubile-filter-tit li .icon {
		position: absolute;
		width: 10px;
		padding: 0;
		height: 100%;
		top: 0;
		right: -8px;
		background-size: contain
	}

	.moubile-filter-tit .down-icon {
		margin: 0 auto!important;
		background: url(../images/down.png) no-repeat center center
	}

	.moubile-filter-tit .top-icon {
		margin: 0 auto!important;
		background: url(../images/top.png) no-repeat center center
	}

	.moubile-filter-tit ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-align: center;
		align-items: center;
		height: 40px;
		line-height: 40px;
		background-color: #fff
	}

	#filter-result .filter-result-num {
		font-size: 14px;
		margin: 0 auto
	}

	#filter-result em {
		display: inline-block;
		min-width: 20px;
		text-align: center;
		font-style: normal;
		color: #d7762c!important
	}

	.filter-title li.have-param>span:before,.filter-type .reset-btn,.filter-type label,.filter-type .result-item {
		display: none!important
	}

	#filter-result {
		width: 100%;
		text-align: center;
		height: auto!important;
		padding-bottom: 2%
	}

	.filter-tools .search-box {
		width: 100%!important
	}

	.filter-tools .search-input {
		width: calc(100% - 50px)
	}

	.moubile-filter-tit li.have-param>span:before {
		display: none!important
	}

	.moubile-filter-tit li>span:before {
		right: 0
	}

	.moubile-filter-box .filter-type {
		display: none
	}

	.moubile-filter-box .filter-type p,.moubile-filter-box .filter-type>ul li.open-btn {
		display: none!important
	}

	.filter {
		position: relative;
		width: 100%
	}

	.moubile-filter-tit li[data-state=true]::after {
		display: block;
		position: absolute;
		content: '';
		width: 100%;
		height: 41px;
		background: #fff;
		border: 1px solid #eee;
		border-radius: 2px 2px 0 0;
		z-index: 0;
		left: -1px;
		top: -1px;
		z-index: -1;
		box-sizing: content-box
	}

	.moubile-filter-tit li>span {
		position: relative;
		padding-right: 10px
	}

	.moubile-filter-tit li.have-param {
		color: #d7762c;
		border: 1px solid #d7762c;
		border-radius: 3px
	}

	.moubile-filter-tit li.have-param::before,.moubile-filter-tit li>span::before {
		display: block;
		content: '';
		position: absolute;
		width: 10px;
		height: 100%;
		background-color: none!important;
		background: url(../images/down.png) no-repeat center center;
		background-size: 8px;
		top: 0;
		right: 5px;
		z-index: 2
	}

	.moubile-filter-tit li.have-param>span::before {
		display: none!important
	}

	.moubile-filter-tit li>span::before {
		right: 0
	}

	.moubile-filter-tit li p {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		padding-left: 2px;
		padding-right: 12px;
		background: #fff;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 12px
	}

	.filter-box .filter-type>ul li {
		width: 31.333%;
		margin: 2px 1%
	}

	.filter-box .filter-type>ul li a,.filter-box .filter-type>ul li span,.filter-box .tab-content ul li a {
		width: auto;
		border-radius: 2px
	}

	.moubile-filter-tit {
		display: block;
		overflow-x: auto;
		padding: 0 0 5px;
		overflow-y: hidden;
		margin-bottom: -1px
	}

	.moubile-filter-tit ul {
		display: block;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-align: center;
		align-items: center;
		width: 570px;
		height: 40px;
		line-height: 40px;
		background-color: #fff;
		padding-left: 5px;
		padding-right: 5px
	}

	.moubile-filter-tit li {
		position: relative;
		float: left;
		margin: 0 5px;
		padding: 0 2%;
		text-align: center;
		font-size: 14px;
		line-height: 28px;
		cursor: pointer;
		width: 104px;
		min-width: 104px;
		background: #f2f2f7;
		border: 1px solid #f2f2f7;
		white-space: nowrap;
		text-overflow: ellipsis;
		border-radius: 2px;
		z-index: 13
	}

	.filter-box .filter-type>ul>li.active>a,.filter-box .filter-type>ul>li.active>span,.filter-box .filter-type>ul>li:hover>a,.filter-box .filter-type>ul>li>ul>li.active>a,.filter-box .filter-type>ul>li>ul>li:hover>a,.filter-box .tab-content ul li.active a {
		color: #fff;
		background: #114489
	}

	.filter-box.open {
		position: relative;
		z-index: 11
	}

	.filter-box.open .moubile-filter-box {
		position: absolute;
		padding-bottom: 5px;
		max-height: 250px!important;
		overflow-y: auto;
		background: #fff;
		width: 100%;
		z-index: 1;
		border-top: 1px solid #eee;
		padding-top: 5px
	}

	.filter-box.open .filter-mark {
		display: block
	}

	.filter-mark {
		display: none;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,.4);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0
	}

	.add-more,.add-more:focus,.no-more,.no-more:focus {
		line-height: 1.4;
		padding: 1.5% 0;
		margin-top: 3%
	}

	.schoollist {
		padding: 10px 2%
	}

	.school-type-list:first-child {
		width: 100%
	}

	.school-tit h2 {
		width: calc(100% - 67px)!important
	}

	.school-tit .address-icon {
		float: right;
		width: 67px
	}

	.school-btn {
		padding-top: 3%
	}

	.school-tit a {
		float: left;
		font-size: 17px;
		line-height: 24px;
		width: 100%;
		margin: 0 auto;
		/* white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis */
	}

	.school-type-list:first-child+.school-type-list+.school-type-list+.school-type-list+.school-type-list {
		display: none
	}
}

@media only screen and (max-width:680px) {
	.school-type-list {
		width: 100%;
		margin: 0 auto
	}

	.school-logo {
		width: 30%
	}
}

@media only screen and (max-width:425px) {
	.school-btn {
		width: 100%;
		margin-left: 0
	}

	.add-more,.add-more:focus,.no-more,.no-more:focus {
		font-size: 14px;
		margin-top: 5%
	}
}