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: #007CC9;
}


/* 展示说明 */
.display {
	margin-bottom: 30px;
}

.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%;
	border-bottom: 1px solid #ccc;
}

.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:last-child span a {
	border: none;
}

.display-left ul li.on,
.display-left ul li.active {
	background: linear-gradient(90deg, #00A3D9, #0959DC);
	opacity: 0.7;
}

.display-left ul li.on span a,
.display-left ul li.active span a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 56px;
	border: none;
	box-sizing: border-box;
}

.display-left ul li span a {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	text-align: center;
	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-left ul .list-menu {
	width: 100%;
	background-color: #FFFFFF;
}

.display-left ul .list-menu {
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px;
	/* display: none; */
}

.display-left ul .list-menu p {
	width: 100%;
	box-sizing: border-box;
	padding-left: 70px;
	text-align: left;
	line-height: 45px;
	height: 45px;
	cursor: pointer;
}

.display-left ul .list-menu p a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 45px;
}

.display-left ul .list-menu p:last-child {
	border-bottom: 1px solid #CCCCCC;
}

.display-left ul .list-menu p.on a {
	color: #007CC9;
}



.display-right {
	float: right;
	width: 900px;
	background-color: #FFFFFF;
	padding-bottom: 110px;
	padding-top: 60px;
}

.display-right h1 {
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	line-height: 48px;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 30px;
	
}

.display-right .auto1 {
	width: 900px;
	height: 1px;
	background: #ebebeb;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.display-right .text {
	width: 100%;
	text-align: center;
}

.display-right .text span {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #666666;
	margin: 0px 10px;
}

.display-right .innfo{
	margin-top: 40px;
}

.display-right .innfo p {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-indent: 2em;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}

.display-right .innfo p img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}