﻿@charset "utf-8";
/*背景*/


.map_box_big{
	padding-bottom: 50px;
	background-color: #ececec;
}
.map_box_big > dt{
	width: 1200px;
	height: 80px;
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin: auto;
	border-bottom: 1px solid #dadada;
	line-height: 75px;
	margin-bottom: 30px;
}
.map_box_big > dd{
	width: 1200px;
	margin: auto;
	margin-bottom: 12px;
}
.map_box_big > dd > h3 > a{
	display: block;
	width: 236px;
	height: 38px;
	background-color: #2477c5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	color: #fff;
	border-radius: 4px;
}
.map_box_big > dd > ul{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.map_box_big > dd > ul > li{
	float: left;
	width: 14.2%;
}
.map_box_big > dd > ul > li > a{
	display: block;
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	font-size: 16px;
	color: #333;
	background-color: #fff;
	text-align: center;
	line-height: 38px;
}
dl {
    margin-top: 0;
    margin-bottom: 0px;
}
@media only screen and (min-width: 1200px) {
	.map_box_big > dt ,.map_box_big > dd {
		width: 1200px;
	}
}

@media (min-width:992px) and (max-width:1200px ) { 
	.map_box_big > dt ,.map_box_big > dd {
		width: 970px;
	}
	

}
/* 平板电脑 */
@media (min-width:768px) and (max-width:992px ) { 
	.map_box_big > dt ,.map_box_big > dd {
		width: 750px;
	}
	
}
@media only screen and (max-width: 768px) {  
	.map_box_big > dt ,.map_box_big > dd {
		width: 92%;
		margin-top: 0px;
	}
	.map_box_big > dt {
		height: 50px;
		font-size: 17px;
		color: #333333;
		text-align: center;
		margin: auto;
			margin-top: auto;
			margin-bottom: auto;
		border-bottom: 1px solid #dadada;
		line-height: 50px;
		margin-bottom: 15px;
	}
	.map_box_big > dd > h3 > a {
		display: block;
		width: 100%;
		height: 38px;
		background-color: #2477c5;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 38px;
		color: #fff;
		border-radius: 4px;
	}
	.map_box_big > dd > ul > li {
		float: left;
		width: 47%;
		margin-bottom: 10px;
		margin: 0 1.5% 10px 1.5%;
	}
	.map_box_big {
		padding-bottom: 20px;
		background-color: #ececec;
	}
	dl {
		margin-top: 0;
		margin-bottom: 0px;
	}
}