.top-img {
	background-image: url(../images/website-map/top.jpg);
}
.topImg-title {
	color: #000000;
}
@media only screen and (max-width: 1024px) {
	.top-img {
		background-image: url(../images/website-map/top-m.png);
	}
}
.table-title{
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 60px;
	line-height: 1;
	color: #004898;
	font-weight: 400;
	margin: 130px 80px;
	text-align: center;
}
.map-table{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
	border-collapse:collapse;
}
.map-table tr td{
	border: 1px solid #595757;
	width: 450px;
	color: #595757;
	font-family: "HarmonyOS_Sans_SC_Regular";
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}
.map-table tr td a{
	color: #595757;
	font-family: "HarmonyOS_Sans_SC_Regular";
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.map-table tr td.map-first{
	width: 300px;
	border: none;
}
.map-table tr td.map-first a{
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 36px;
	color: #000000;
	width: 300px;
	font-weight: 400;
}
.map-table tr td.map-first p{
	line-height: 40px;
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-weight: 400;
}
.map-table tr td.map-second{
	background: #F6F6F6;
}
.map-table tr td.map-second a{
	font-weight: 400;
}
.map-table tr td a:hover{
	color: #004898;
}
.map-table:last-child{
	margin-bottom: 130px;
}
@media only screen and (max-width: 1919px) {
	.table-title {
	    margin: 107.9px 80px;
	}
	.map-table:last-child{
		margin-bottom: 107.9px;
	}
}
@media only screen and (max-width: 1599px) {
	.map-top p.map-title {
	    font-size: 60px;
	}
	.table-title {
	    font-size: 40px;
	    margin: 97.5px 80px;
	}
	.map-table tr td a {
	    font-size: 16px;
	}
	.map-table tr td.map-first a {
	    font-size: 30px;
	}
	.map-table:last-child{
		margin-bottom: 97.5px;
	}
}
@media only screen and (max-width: 1400px) {
	.map-top p.map-title {
		left: 60px;
	}
	.table-title {
	    margin: 100px 60px;
	}
}
@media only screen and (max-width: 1299px) {
	.map-top p.map-title {
	    font-size: 60px;
	    left: 40px;
	}
	.table-title {
	    font-size: 40px;
	    margin: 73px 40px;
	}
	.map-table{
		margin: 0 40px;
		width: auto;
		margin-bottom: 60px;
	}
	.map-table tr td a {
	    font-size: 16px;
	}
	.map-table tr td.map-first a {
	    font-size: 30px;
	}
}
.sub-title{
	display: none;
}
/*移动端*/
@media only screen and (max-width: 1024px) {
	.table-title {
    	font-size: 28px;
    	margin: 42px 15px;
	}
	.map-table {
	    margin: 0 15px;
	    margin-bottom: 42px;
	}
	.map-first{
		display: none;
	}
	.sub-title{
		margin: 0 15px 24px 15px;
		text-align: left;
		color: #000000;
		font-size: 22px;
		line-height: 1;
		display: block;
		font-family: "HarmonyOS_Sans_SC_Bold";
	}
	.sub-title:active{
		color: #004898;
	}
	.map-table tr td {
	    /*width: 50%;*/
	    color: #333333;
	    font-size: 16px;
	    line-height: 24px;
	}
	.map-table tr td:active {
	    color: #004898;
	}
	.map-table tr td a {
	    color: #333333;
	    font-size: 16px;
	    line-height: 28px;
	    height: 28px;
	}
	.map-table tr td a:active {
	    color: #004898;
	}
	.map-table:last-child {
    	margin-bottom: 42px;
	}
}