@charset "utf-8";
body{
	background-color: #222;
}
.abbanner{
	height: 861px;
	background-image: url(../images/ab_banner.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.abbnCont{
	padding-top: 180px;
}
.abbnCont img{
	display: block;
	margin: 0 auto;
}
.abbnCont a.moreBtn{
	background: #006CFF;
	color: #fff;
}
.abbnCont a.moreBtn:hover{
	background: #007AFF;
}
.abcomcont{
	margin-top: -250px;
}
.abcoml{
	position: relative;
}
.abcoml img{
	position: relative;
	z-index: 2;
}
.abcoml span{
	width: 100%;
	height: 200px;
	display: block;
	position: absolute;
	bottom: -20px;
	right: -20px;
	z-index: 1;
	border: 1px solid rgba(255,255,255,.3);
}
.abcomr{
	padding-left: 60px;
	color: #eee;
}
.abcomr p{
	margin-top: 20px;
	line-height: 26px;
	text-indent: 30px;
}
.licBox{
	height: 726px;
	position: relative;
	background-image: url(../images/ablcbg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.fzlcItem{
	height: 300px;
	position: relative;
	text-align: center;
	color: #fff;
}
.fzlcItem.f1{
	margin-top: 10px;
}
.fzlcItem.f2{
	margin-top: 110px;
}
.fzlcItem.f3{
	margin-top: 200px;
}
.fzlcItem.f4{
	margin-top: 30px;
}
.fzlcItem.f5{
	margin-top: 200px;
}
.fzlcItem.f6{
	margin-top: 20px;
}
.fzlcItem.f7{
	margin-top: 60px;
}
.fzlcItem dd{
	margin-top: 5px;
}
.fzlcItem span{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 59px;
	left: 50%;
	margin-left: -4px;
}
.fzlcItem:after{
	content: "";
	width: 2px;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 59px;
	bottom: 0;
	background: linear-gradient(#fff,transparent);
}
.zzryList{
	flex-wrap: wrap;
	margin: 0 -10px;
	padding-bottom: 30px;
}
.zzryItem{
	margin-top: 30px;
	width: 25%;
	padding: 0 10px;
	text-align: center;
}
.zzryItem .zzryItc{
	height: 294px;
	background: url(../images/abzzbg.png) repeat-x;
	position: relative;
}
.zzryItem .zzryItc img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.zzryItem h3{
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
}
.amap{
	height: 400px;
	position: relative;
}
.amapcover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: rgba(0,0,0,.1);
}