.c_banner{
	padding: 70px 0;
	background-color: #102035;
}
.c_banner p:nth-child(1){
	font-size: 25px;
	font-weight: bold;
}
.c_banner p{
	color:#fff;
	font-size: 15px;
	margin: 20px 0;
	line-height: 1.5;
}
.tel{
	padding: 50px 0;
}
.tel ul{
	display: flex;
	justify-content: space-between;
}
.tel li{
	width: calc((100% - 90px) / 4);
	text-align: center;
	border: 2px solid #fff;
	padding:20px 0;
	border-radius: 5px;
	transition: all .5s;
}
.tel li:hover{
	border-color: var(--pur-color);
}
.tel li img{
	height:36px;
}
.tel li p:nth-child(2){
	font-size: 20px;
	color:#102035;
	font-weight: bold;
	margin: 15px 0;
}
.map{
	background-color: #F3F5F9;
	padding: 80px 0;
}
.mapmain img{
	width: calc(100% - 400px);
}
.mapmain{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.map_tit{
	line-height: 2;
	text-align: center;
	width: 60%;
	margin: 30px auto;
	margin-top: 0;
}
.map_tit p:nth-child(1){
	font-size: 24px;
	font-weight: bold;
}