
.banner{
	width: 100%;
	height: 480px;
	background: #13AF66;
	/* margin-top: 75px; */
}

.banner_cen{
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.banner_cen_img{
	position: absolute;
	bottom: 0px;
	right: -115px;
	width: 599px;
	height: 457px;
	background-image: url(../imgs/index/banner-right.png);
	background-size: 100% 100%;
}

.banner_cen_title{
	font-size: 50px;
	line-height: 50px;
	color: #FFFFFF;
	padding-top: 100px;
	display: flex;
	align-items: center;
}

.banner_cen_title span{
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 20px;
}

.banner_cen_text{
	font-size: 26px;
	line-height: 26px;
	color: #FFFFFF;
	padding-top: 40px;
}

.banner_cen_text1{
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 35px;
}

.banner_cen_btn{
	width: 240px;
	height: 60px;
	background: #FF9A22;
	border-radius: 6px;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 50px;
}

/* ----------------------- */


.title{
	text-align: center;
	font-size: 32px;
	color: #484848;
	margin-top: 45px;
}

.nav{
    width: 1070px;
	display: flex;
	align-items: center;
	justify-content: space-between;
    margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 55px;
}

.nav-box{
	cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    color: #484848;
    text-align: center;
}

.active{
	color: #00B166;
}

.nav-box_img{
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
    margin: 0 auto;
}

.box{
	width: 1070px;
	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;
}
