.main{
	width: 100%;
	padding: 10px 0 20px 0;
	background-color: #f5f7f8;
}
.about_lingliuyx{
	width: 1200px;
	margin: 0 auto;
	background-color: #f5f7f8;
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}
.about_leftNav{
	width: 214px;
	height: 100%;
	background: #FFFFFF;
}
.about_leftNav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.change_nav{
	width: 100%;
	height: 74px;
	background-color: #FFFFFF;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.change_nav a{
	width: 100%;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.change_active{
	background-color: rgba(237,109,71,0.2);
	position: relative;
	color: rgba(255,127,7,0.5);
}
.change_active a{
	color: rgba(255,127,7,0.5);
}
.change_active::before{
	content: "";
	display: block;
	background-color: #FF7F07;
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 74px;
}
.about_rightContent{
	width: 940px;
	
	padding: 20px 15px 15px 10px;
	background: #FFFFFF;
}
.about_view{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.about_viewTitle{
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(186,186,186,0.2);
}
.viewTitle_leftContent{
	width: auto;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #EE6E48;
	margin-bottom: -2px;
	padding-bottom: 10px;
}
.viewTitle_leftContent img{
	width: 20px;
	margin-right: 5px;
}
.viewTitle_leftContent h3{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
}
.viewTitle_leftContent p{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
}
.about_viewContent{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about_viewContent img{
	width: 866px;
	margin: 15px auto;
}
.about_viewContent div{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	padding: 0 15px;
}
.about_viewContent p{
	margin: 8px 0;
}
.about_viewContent p:first-child{
	text-indent: 2em;
}
/* 联系我们 */
.contact_us{
	width: 96%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
}
.contact_us h3{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
}
.contact_information{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
}
.contact_content{
	width: 100%;
	display: flex;
	align-items: center;
	/* justify-content: space-around; */
}
.contact_people{
	width: 245px;
	height: 236px;
	background: #FFFFFF;
	border-radius: 11px;
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-evenly;
}
.contact_icon{
	width: 73px;
	height: 73px;
}
.contact_name{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
}
.contact_phone{
	font-size: 18px !important;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	/* margin-right: 20px; */
}
.contact_address,.map_positioning{
	width: 100%;
}
.contact_address a{
	width: 100%;
}
.contact_address span{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	margin-left: 30px;
}
.about_siteMap{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}
.about_siteMapTitle{
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(59,59,59,0.15);
}
.about_siteMapTitle h3{
	margin: 0;
	padding: 0;
	width: auto;
	height: 30px;
	display: inline-block;
	border-bottom: 2px solid #ED6D47;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: -2px;
	position: relative;
	margin-right: 5px;
}
.about_siteMapTitle h3::before{
	content: '';
	position: absolute;
	width: 3px;
	height: 25px;
	left: 0;
	background-color: #ED6D47;
}
.about_siteMapTitle span{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	opacity: 0.7;
}
.siteMap_content{
	width: 99%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	padding-left: 1%;
}
.siteMap_content a{
	width: auto;
	height: 34px;
	line-height: 34px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 9px;
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	padding: 0 25px;
	margin: 0 20px 15px 0;
}
.siteMap_content a:hover{
	background-color: #ED6D47;
	border: 1px solid #ED6D47;
}
.siteMap_content a:hover span{
	color: #FFFFFF;
}
.elastic_layout{
	justify-content: space-between;
}
.elastic_layout span{
	margin: 0;
}
.gameInfo span{
	margin: 0 15px 15px 0 !important;
}
.news_content{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.news_content p{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #2B2B2B;
	margin: 15px 0;
}
.news_content span{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #2B2B2B;
	margin-bottom: 12px;
	line-height: 25px;
}
.news_content em{
	color: #FF0000;
	font-style:normal;
}
.news_content img{
	width: 712px;
	/* height: 253px; */
	background: #A8A8A8;
	margin: 12px auto;
}
/* 地图定位 */
.my-map {
	width: 97%;
	height: 550px;
	margin: 0 auto 50px;
}
.my-map .icon {
	width: 200px;
	height: 200px;
	background: url(../images/mapPosition.png) no-repeat;
	background-size: 30px;

}
.my-map .icon-cir {
	height: 31px;
	width: 28px;
}
.my-map .icon-cir-red {
	background-position: -11px -5px;
}
.amap-container {
	height: 100%;
}
.mapStyle{
	bottom: 30px !important;
	left: 5px !important;
}