/*概况导航*/
.module {
	height: auto;
	overflow: hidden;
	padding-bottom: 0px;
    margin: 0 auto;
    z-index: 996;
	position: relative;
}
.about_t {
	padding: 50px 0;
}
.price {
	margin: 0 auto;
	margin-top: -60px;
}

.price .category {
	max-width: 1440px;
	overflow: hidden;
	position: relative;
}

.price .category:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
	z-index: 2;
}

.price .category:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	z-index: 2;
}

.price .category a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.price .category .prev {
	display: none;
	position: absolute;
	top: 0;
	width: 59px;
	height: 100%;
	box-shadow: 0 0 3px #c6c6c7;
	background: #fff;
	text-align: center;
	font-size: 0;
	left: 0;
	border-right: 1px solid #e1e3e6;
}

.price .category .prev span {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow.svg);
	background-position: 96.77% 25%;
	background-size: initial;
}

.price .category .next span {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow.svg);
	background-position: 61.29% 25%;
	background-size: initial;
}

.price .category .next {
	display: none;
	position: absolute;
	top: 0;
	width: 59px;
	height: 100%;
	box-shadow: 0 0 3px #c6c6c7;
	background: #fff;
	text-align: center;
	font-size: 0;
	right: 0;
	border-left: 1px solid #e1e3e6;
}

.price .category ul {
	display: flex;
}

.price .category ul li {
	flex-grow: 1;
	font-size: 16px;
	/*display: table-cell;*/
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	position: relative;
	width: 1.66666%;
	color: #fff;
	background-color: rgba(0,0,0,.5);
}

.price .category ul li.active {
	color: #ffffff;
    background: #0055A5;
}

.price .category ul li a {
	display: block;
	color: #fff;
	padding: 14px 0;
}

.price .cont {
	display: none;
}

.price .cont.active {
	display: block;
}


@media (max-width: 1000px) {
	.price {
	    margin-top: -48px;
	}
    .module {
/*    	top: -48px;*/
    }
	.about_t {
		padding: 20px 0;
		margin-bottom: 0px;
	}
	.price .category {
		padding: 0;
	}
	.price .category ul li {
		font-size: 16px;
		min-width: 80px;
	}
	.price .category ul li.active {
		max-width: 130px !important;
	}
	.price .category ul li a {
		padding: 8px 10px;
	}
	.price .category .next {
		display: none;
	}
}

@media (max-width: 640px) {
    .price .category ul li {font-size: 14px;}
	.price .category ul li a {padding: 4px 5px;}
	.price .category { padding: 0;}
	.price .category .prev {}
	.price .category .next {display: block}

	.price {
	    margin-top: -40px;
	}
}