body {
	background-color: #F3F3F3;
}


/* å¤§å›¾ */
.big-img {
	width: 100%;
	/* height: 578px; */
}

.big-img img {
	width: 100%;
	/* height: 100%; */
}

.location {
	text-align: left;
	margin: 14px auto;

}

.location span a {
	padding: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.location span:first-child {
	margin-right: 25px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.location span:last-child i {
	display: none;
}

.location span:last-child a {
	color: #007CC9;
}

/* å±•ç¤ºè¯´æ˜Ž */
.display {}

.display-left {
	float: left;
	width: 280px;
}

.overall-one {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: linear-gradient(90deg, #00A3D9, #0959DC);
	margin-bottom: 10px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	/* line-height: 48px; */
}

.display-left ul {
	width: 100%;
}

.display-left ul li {
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 10px;
	background-color: #FFFFFF;
	cursor: pointer;
}

.display-left ul li.on {
	background: linear-gradient(90deg, #00A3D9, #0959DC);
	opacity: 0.7;
}

.display-left ul li.on span a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 56px;
	border: none;
}

.display-left ul li span {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	text-align: center;
	box-sizing: border-box;
	/* padding-left: 40px; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 56px;
}

.display-left ul li:last-child span {
	border: none;
}


.display-right {
	float: right;
	width: 890px;
	/* height: 840px; */
	padding-bottom: 100px;
	background-color: #FFFFFF;
	margin-bottom: 40px;
}

.title {
	width: 100%;
	height: 85px;
	border-bottom: 1px solid #ccc;
}

.title h1 {
	text-align: left;
	/* width: 100%; */
	box-sizing: border-box;
	padding-left: 25px;
	height: 100%;
}

.title h1 span {
	/* width: 110px; */
	height: 100%;
	line-height: 85px;
	text-align: center;
	display: inline-block;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #007CC9;
	position: relative;
}

.title h1 span::after {
	content: '';
	display: block;
	height: 4px;
	width: 100%;
	background: linear-gradient(90deg, #00A3D9, #0959DC);
	opacity: 0.7;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.content {
	width: 100%;
	padding: 0 28px;
	box-sizing: border-box;
	text-align: center;
}


.content P{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	text-align: left;
	margin: 20px 0px;
}

.content img{
	max-width: 100%;
}