/* 首页中部 */
.swiper-container {
	margin-bottom: 50px;
}

.swiper-slide img {
	width: 100%;
}

.mb50 {
	margin-bottom: 50px;
}

.big_pickup ul {
	display: flex;
	flex-wrap: wrap;
}

.big_pickup li {
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	background-color: #FFF;
	position: relative;
}

.big_pickup li:last-child {
	margin-right: 0;
}

.big_pickup li a {
	padding-bottom: 90px;
	display: block;
	position: relative;
}

.big_pickup li a:hover {
	text-decoration: none;
}

.big_pickup li .plus {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.big_pickup li h2 {
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 0 25px;
	font-size: 23px;
	font-weight: normal;
	line-height: 1.5;
}

.big_pickup li p {
	margin-top: 0;
	padding: 0 25px;
	font-size: 16px;
}

.push_content ul {
	display: flex;
	flex-wrap: wrap;
}

.push_content li {
	width: 25%;
	background-color: #FFF;
	position: relative;
}

.push_content li h2 {
	padding-left: 30px;
	width: 100%;
	height: 99px;
	background-color: rgba(000, 000, 000, 0.7);
	position: absolute;
	bottom: 0;
	z-index: 999;
}

.push_content li h2 span {
	height: 99px;
	opacity: 1;
	position: relative;
	top: 40%;
	color: #e4e4e4;
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
}

.push_content li a:hover {
	text-decoration: none;
}

.push_content li a:hover h2 {
	background-color: rgba(000, 000, 000, 0.3);
}

.index-tel .tel-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #ffffff;
	padding: 10px 15px;
}

.index-tel .tel-list .tel-title {
	width: 200px;
	text-align: center;
}
.index-tel .tel-list .tel-info {
	text-align: center;
	width: 100px;
}

@media screen and (max-width:640px) {
	.swiper-container {
		margin-bottom: 20px;
	}
	
	.big_pickup .sec {
		margin-bottom: 0;
	}
	
	.big_pickup li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15%;
	}

	.big_pickup li img {
		max-width: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.big_pickup li h2 {
		margin: 30px 0 10px;
		padding: 0 15px;
	}

	.big_pickup li .plus {
		width: 60px;
	}

	.push_content li {
		width: 50%;
		font-size: 14px;
		color: #acacac;
	}
	
	.index-tel .tel-list {
		padding: 8px 5px;
	}
	
	.index-tel .tel-list .tel-title {
		width: 68px;
		flex: 1;
	}
}

.footer-nav {
	background: #212121;
	color: #fff;
	padding-top: 60px;
}

.footer-nav .sec {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.footer-nav .sec dl {
	width: 25%;
	color: #acacac;
	text-align: left;
}

.footer-nav .sec dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1;
}

.footer-nav .sec dd {
	padding-bottom: 18px;
	line-height: 1;
	color: #acacac;
}

.footer-nav .sec dd strong {
	display: block;
	font-size: 120%;
	line-height: 1;
	margin-bottom: 0.5em;
}

.footer-nav .sec dd.no_link {
	line-height: 1.3;
}

.footer-nav .sec dd a {
	line-height: 1.3;
}

.footer-nav .sec dd a:visited,
.footer-nav .sec dd a:link {
	color: #acacac;
	text-decoration: none;
}

@media screen and (max-width:640px) {
	.footer-nav .sec {
		padding-bottom: 30px;
	}

	.footer-nav .sec dl {
		width: 100% ;
		margin-bottom: 10;
	}

	.footer-nav .sec dl dd {
		display: inline-block;
		width: 49%;
	}

	.footer-nav .sec dl:last-child {
		margin-bottom: 0;
	}
}
