* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul li {
	list-style: none;
}

img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #f5f5f5;
	font-size: 14px;
	color: #333;
}

a {
	text-decoration: none;
}

.ceil-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ceil-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex.jlr {
	justify-content: space-between;
}

.flex.j-center {
	justify-content: center;
}

.flex.j-end {
	justify-content: flex-end;
}

.flex.a-center {
	align-items: center;
}

.flex.a-end {
	align-items: flex-end;
}

.flex.col {
	flex-direction: column;
}

.flex.wrap {
	flex-wrap: wrap;
}

.flex .fx1 {
	flex: 1;
}

.full {
	height: 100%;
}

.container {
	width: 1200px;
	margin: auto;
}

.link-box {
	width: 100%;
	background: #e5e5e5;
	height: 85px;
}

.link-container {
	width: 1200px;
	margin: auto;
}

.link-title {
	font-size: 20px;
	color: #af0c2b;
}

.link-nr {
	flex: 1;
	padding-left: 40px;
}

.link-nr a {
	color: #333;
	font-size: 16px;
	margin-left: 20px;
}

.link-nr a::before {
	content: '·';
	font-size: 20px;
	margin-right: 5px;
	font-weight: 600;
}

.guifan .item {
	flex: 1;
	padding: 50px 0px;
}

.guifan .item .itemIcon {
	width: 50px;
	height: 37px;
}

.guifan .item .itemIcon img {
	width: 100%;
	height: 100%;
}

.guifan .item .itemText {
	font-size: 12px;
	color: #8c8b8b;
}

.guifan .item .itemText h4 {
	font-size: 16px;
	color: #333;
}

.footer {
	background: #474344;
	color: #fff;
	padding: 30px 0px;
	text-align: center;
}

.foot-map a {
	color: #d2d2d2;
	margin: 0px 20px;
	padding: 10px;
}

.foot-msg {
	margin: 20px auto;
}

.foot-msg .item {
	margin: 0px 25px;
}

.foot-bot {
	border-top: 1px solid #615e5e;
	padding-top: 20px;
	line-height: 34px;
	color: rgba(255, 255, 255, 0.4);
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 750px) {
	.container,.container_base {
		width: 100%;
	}
	.link-container {
		width: 100%;
	}

	.link-title {
		display: none;
	}

	.link-box {
		background: none;
	}

	.link-nr {
		padding-left: 0px;
	}

	.link-nr a {
		display: inline-block;
		position: relative;
		color: #000;
		margin: 0.2rem;
		margin-bottom: 10px;
		padding: 0.1rem 0.2rem 0.1rem 0.3rem;
		background: #fff;
		border: 1px solid #000;
		font-size: 0.26rem;
	}

	.link-nr a::before {
		content: '·';
		font-size: 20px;
		margin-right: 5px;
		font-weight: 400;
		position: absolute;
		left: 4%;
		top: 50%;
		transform: translateY(-50%);
	}

	.peixunJidi_title h4 {
		font-size: 0.5rem;
	}

	.peixunJidi_title b {
		height: 0.6rem;
	}

	.link-box {
		height: auto;
		text-align: center;
	}

	.guifan .item {
		min-width: 50%;
		padding: 0.4rem 0.2rem;
	}

	.guifan .item .itemIcon {
		width: 1rem;
		height: 0.74rem;
		margin-right: 0.1rem;
	}

	.guifan .item .itemText {
		font-size: 0.24rem;
	}

	.guifan .item .itemText h4 {
		font-size: 0.33rem;
	}

	.footer {
		padding: 0.2rem;
	}

	.foot-map {
		justify-content: flex-start !important;
	}

	.foot-map a {
		display: block;
		width: 25%;
		margin: 0;
		padding: 0.1rem;
		font-size: 0.32rem;
	}

	.foot-msg {
		margin: 0.2rem;
	}

	.foot-msg .item {
		margin: 0.35rem auto;
		width: 100%;
	}

	.foot-bot {
		font-size: 0.28rem;
	}

	.guifan {
		padding: 0.3rem 0px;
	}

	.menuBG {
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
	}

	.head-body .search input {
		line-height: 0.6rem;
	}

	.addressJIGOU {
		display: none;
	}
	.courseSrcollLeft{display: none;}
}
