.banner{
	background-image: url(../imgs/anli/banner.png);
	height: 280px;
	padding-top: 80px;
	box-sizing: border-box;
}

.banner_div{
	width: 1200px;
	margin: 0 auto;
	font-size: 46px;
	color: #ffffff;
	padding-left: 72px;
	font-weight: lighter;
}


.banner-btn{
	display: flex;
	align-items: center;
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	margin-top: 25px;
}

.banner-btn-box{
	width: 172px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	line-height: 42px;
	border: 2px solid #ffffff;
	border-radius: 33px;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 41px;
}

.banner-btn-box:hover{
	background: #FFFFFF;
	color: #60c750;
}


.title{
	text-align: center;
	font-size: 32px;
	color: #484848;
	margin-top: 45px;
}

.nav{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 55px;
}

.nav-box{
	font-size: 14px;
	color: #484848;
	cursor: pointer;
	margin-right: 44px;
}

.active{
	width: 76px;
	height: 27px;
	border-radius: 4px;
	background: #63b514;
	text-align: center;
	line-height: 27px;
	color: #FFFFFF;
}

.box{
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
}

.box-btn{
	width: 150px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	margin: 0 auto;
	font-size: 16px;
	color: #979797;
	cursor: pointer;
	margin-bottom: 25px;
}

.box-b{
	float: left;
	position: relative;
	width: 256px;
	height: 487px;
	border: 1px solid #e5e5e5;
	padding-top: 66px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.box-b:hover .box-d{
	display: block;
}

.box-b-img{
	width: 118px;
	height: 118px;
	background-size: 100% 100%;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
}

.box-b-title{
	font-size: 20px;
	margin-top: 40px;
	color: #484848;
	text-align: center;
}

.box-b-bg{
	width: 35px;
	height: 5px;
	background: #000000;
	margin: 0 auto;
	margin-top: 14px;
}

.box-b-text{
	width: 207px;
	margin: 0 auto;
	font-size: 14px;
	color: #999999;
	margin-top: 30px;
	line-height: 26px;
	text-align: center;
}

.box-d{
	position: absolute;
	top: 0;
	z-index: 20;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	padding-top: 117px;
	box-sizing: border-box;
}

.box-d-img{
	width: 148px;
	height: 148px;
	background-size: 100% 100%;
	margin: 0 auto;
}

.box-d-text{
	margin-top: 28px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}
