body {
	background-color: #F3F3F3;
}

/* 大图 */
.big-img {
	width: 100%;
	height: auto;
}

.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: #3b9d6e;
}

/* 展示说明 */
.display {
	margin-bottom: 30px;
}

.display-left {
	float: left;
	width: 220px;
}

.overall-one {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: linear-gradient(90deg, #6CBD27, #0081AD);
	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, #6CBD27, #0081AD);
	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: 960px;
	/* height: 840px; */
	background-color: #FFFFFF;
	padding-bottom: 34px;
}

.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: #349E6D;
	position: relative;
}

.title h1 span::after{
	content: '';
	display: block;
	height: 4px;
	width: 100%;
	background: linear-gradient(90deg, #6CBD27, #0081AD);
	opacity: 0.7;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.content {
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
}

.content div{
	width: 100%;
	margin-top: 20px;
}

.content div img{
	max-width: 100%;
}

.content div:first-child{
	margin-top: 30px;
}