.body{
	margin: 0;
	padding: 0;
}
.main{
	width: 100%;
}
.about_view{
	width: 92%;
	margin: 0 auto;
}
.about_view:first-child{
	width: 100%;
}
.header_navbar{
	display: none;
}
.aboutUs_classSilde{
	width: 98%;
	padding: 5px 0 0 2%;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.15);
	margin-top: 63px;
}
.swiper-container{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container .swiper-wrapper .swiper-slide{
	width: 75px;
	height: 32px;
	display: block;
	text-align: center;
	font-size: 15px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #666666;
	margin-right: 13px;
}
.swiper-container .swiper-wrapper .swiper-slideActive{
	font-weight: bold;
}
.swiper-container .swiper-wrapper .swiper-slideActive::after{
	content: '';
	width: 55%;
	height: 3px;
	top: 3px;
	left: 0%;
	display: block;
	position: relative;
	background-color: #ee6d46;
	border-radius: 2px;
	margin: 0 auto;
	text-align: center;
}
.siteMap{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.siteMap:first-child{
	margin-top: 15px;
}
.siteMap_title{
	width: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(228,228,228,0.7);
}
.siteMap_title img{
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.siteMap_title span{
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #2d2d2d;
}
.sisiteMap_content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 10px;
}
.sisiteMap_content:after {
	/* content: ""; */
	/* flex: auto; */
	/* width: 49%; */
}
.content_box{
	width: 22%;
	height: 27px;
	line-height: 27px;
	border: 1px solid rgba(0,0,0,0.21);
	border-radius: 6px;
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 0.5%;
	margin-right: 1.64%;
}
.content_box:nth-child(4n){
	margin-right: 0%;
}
.content_box a{
	width: 100%;
	height: 27px;
	line-height: 27px;
	text-align: center;
}
.content_box span{
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #2d2d2d;
}
/* 游戏资讯 */
.gameInfo_content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.info-box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	border-bottom: 1px solid rgba(228,228,228,0.7);
}
.info-box a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.infoLeft{
	width: 53px;
	height: 22px;
	line-height: 22px;
	border: 1px solid rgba(0,0,0,0.21);
	border-radius: 6px;
	margin-right: 10px;
	text-align: center;
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #2d2d2d;
}
.info_content{
	width: 80%;
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #2d2d2d;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
/* 关于我们 */
.aboutUs_Cover{
	width: 100%;
	height: 150px;
}
.about_viewContent{
	width: 92%;
	margin: 20px auto;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #000000;
	line-height: 28px;
	text-indent: 2em;
}
/* 联系我们 */
.contact_us,.contact_address,.map_positioning{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contact_us{
	margin-top: 10px;
}
.contact_usTitle{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 5px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.contact_usTitle h3{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #000000;
	position: relative;
	margin-left: 10px;
}
.contact_usTitle h3::before{
	content: '';
	width: 3px;
	height: 90%;
	background: #ee6d46;
	display: inline-block;
	position: absolute;
	top: 6%;
	left: -10px;
}
.contact_content{
	width: 100%;
	margin: 8px 0 15px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.contact_people{
	width: 100%;
	/* width: 49%;
	height: 80px;
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); */
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-bottom: 8px;
}
.contact_people h3{
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
}
.contact_peopleTop{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_icon{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 5px;
}
.contact_name{
	font-size: 15px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #000000;
}
.contact_phone,.contact_mailbox{
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #000000;
	margin: 0 10px 0 8px;
}
.contact_phone{
	margin-bottom: 6px;
}
.contact_mailbox{
	font-size: 12px;
}
.contact_addressContent{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.contact_addressContent img{
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.contact_addressContent a{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.contact_addressContent span{
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #000000;
}
.company_address{
	width: 100%;
	display: flex;
	align-items: center;
}
.company_address img{
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.contact_address,.map_positioning{
	width: 100%;
}
.contact_address span{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	margin: 15px 0;
}
/* 地图定位 */
.my-map {
	width: 97%;
	height: 300px;
	margin: 0 auto 10px;
}
.my-map .icon {
	width: 200px;
	height: 200px;
	background: url(../../img/about/mapPosition.png) no-repeat;
	/* background: url(../../images/about/mapPosition.png) no-repeat; */
	background-size: 30px;
	/* background: url(https://lbs.amap.com/console/public/show/marker.png) no-repeat; */
}
.my-map .icon-cir {
	height: 52px;
	width: 28px;
}
.my-map .icon-cir-red {
	background-position: -2px 15px;
}
.amap-container {
	height: 100%;
}
/* .mapStyle{
	bottom: 30px !important;
	left: 5px !important;
} */
/* 友情链接 */
.site_link,.link_requirements,.friendship_link{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 5px;
}
.site_linkContent{
	width: 100%;
	margin-top: 5px;
}
.site_linkContent p{
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: 500;
	color: #000000;
	opacity: 0.8;
	padding-left: 10px;
	margin: 5px 0;
	line-height: 20px;
}
.site_linkContent{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.site_linkContent a{
	width: 30%;
	height: 25px;
	line-height: 25px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 0.5%;
}
.site_linkContent::after{
	content: "";
	width: 31%;
	display: block;
	height: 0;
}
/* 监护系统 */
.monitoring_system{
	margin-top: 5px;
}
.system_content{
	width: 100%;
}
.system_content h3{
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #ee6d46;
	margin: 10px 0;
}
.system_content span{
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	color: #000000;
	line-height: 24px;
}