.join_ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.join_li{
	margin-top: 80px;
	width: 32%;
	height: 160px;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 0 10px #f1f1f1;
	box-sizing: border-box;
	padding:54px 30px 30px;
}
.join_li:hover{
	box-shadow: 0 0 20px #eeeeee;
}
.join_li::before{
	content: '';
	height: 68px;
	width: 68px;
	position: absolute;
	top: -34px;
	left: 30px;
	transform: scale(1);
}
.join_li:nth-child(1)::before{
	background: url('../image/joinicon.png') 0 0;
}
.join_li:nth-child(2)::before{
	background: url('../image/joinicon.png') -68px 0;
}
.join_li:nth-child(3)::before{
	background: url('../image/joinicon.png') -136px 0;
}
.join_li:nth-child(4)::before{
	background: url('../image/joinicon.png') -204px 0;
}
.join_li:nth-child(5)::before{
	background: url('../image/joinicon.png') -272px 0;
}
.join_li:nth-child(6)::before{
	background: url('../image/joinicon.png') -340px 0;
}
.join_li:hover::before{
	animation: joinimg 800ms;
}
.join_ul_t{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
.join_ul_desc{
	font-size: 14px;
	text-align: justify;
	line-height: 24px;
	color: #868A94;
}
.email_tel{
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #bdbdbd;
}

.email_tel span{
	color: #21a3de;
}
.email_tel p{
	color: #333333;
}
.email_tel p:nth-child(1){
	margin-right: 50px;
}
.station_content{
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	border:0.4px solid #ebebeb;
	border-top: 0;
	margin-bottom: 50px;
}
.station_content p{
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0;
}
.station_li_title,.station_li{
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 15px;
	color: #333333;
}
.station_li_title{
	font-size: 18px;
}
.station_ul{
	display: flex;
	flex-wrap: wrap;
	border:0.4px solid #ebebeb;
	margin: 0;
	box-sizing: border-box;
	padding: 20px 15px;
}
.station_li{
	font-size: 16px;
	cursor: pointer;
}
.state_active{
	background-color: #21a3de;
	color: #ffffff;
}
.state_active a{
	color: #ffffff;
}
