*{
	margin: 0;
	padding: 0;
}

/* 通用头部 */
#header-btm {
	height: 60px;
	/* background-image: linear-gradient(to bottom, #3091F3, #003390); */
	/* background: url(../img/矩形.png); */
}

#header-btm ul {
	    width: 1200px;
	    margin: 0 auto;
	    padding: 0;
	    height: 60px;
	    display: flex;

}

#header-btm li {
	float: left;
	text-align: center;
	list-style: none;
}

#header-btm li a {
	text-decoration: none;
	width: auto;
	padding: 0 13px;
	display: block;
	border-radius: 25px;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	margin-top: 12px;
	color: #000000;
	
font-weight: 500;
}

#header-btm li a:hover {
	color: #0F3D88;
	background-color: white;
}

#header-btm li+li {
	margin-left: 48.7px;
}
/* 通用头部 */
/* 通用下部 */
#foot{
	height: 405px;
	background: #333333;
}
.foot-top{
	width: 1200px;
	height: 365px;
	margin: 0 auto;
	padding-left: 75px;
	border-bottom: 1px solid #595959;
}
.foot-mulu{
	width: 115px;
	float: left;
	margin-top: 45px;
	margin-right: 14px;
}
.foot-mulu p{
	width: 100px;
	height: 30px;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 25px;
	text-align: left;
}
.foot-mulu ul li{
	height: 24px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: left;
	list-style: none;
}

.foot-mulu ul li a{
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}
.foot-line{
	height: 230px;
	width: 1px;
	float: left;
	margin-top: 45px;
	margin-left: 10px;
	border-right: 1px solid #595959;
}
.foot-er{
	width: 140px;
	margin-left: 65px;
	margin-top: 45px;
	float: left;
}
.foot-erweima{
	width: 140px;
	height: 140px;
	margin-top: 30px;
	background: url(../img/erwei.png) no-repeat;
	background-size: cover;
}
.foot-er-p1{
	height: 25px;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
}
.foot-er-p2{
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	color: #FFFFFF;
}
.foot-btm{
	width:673px;
	height:20px;
	font-size:15px;
	font-weight:400;
	color:white;
	line-height:20px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 50px;
	text-align: center;
}
/* 通用下部 */
@media screen and (max-width: 980px){
	html{
		width: 1200px;
	}
}
@media screen and (max-width: 1024px){
	html{
		width: 1200px;
	}
}