body{
	background: url('../images/xmly_bg.png') no-repeat center/cover;
}

.loc_bg{
	height: 70px;
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,8,21,0.2);
}
.content,footer {
   width: 1200px;
   margin: 162px auto;
   display: block;
}

.title{
	text-align: center;
	margin-bottom: 202px;
}


.loc{
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;

	padding-left: 30px;
	box-sizing: border-box;
	background: url(../images/icon_dizhi.png) no-repeat left;

}

.fanhui{
	padding-left: 30px;
	box-sizing: border-box;
	background: url(../images/icon_index.png) no-repeat left;
}

.loc, .loc a{
	color: #fff;
	font-size: 16px;
	line-height: 70px;
}

.jianjie h4,footer h4{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #00CCFF;
	text-align: center;
	margin-bottom: 50px;
	text-shadow: 0px 4px 5px rgb(0 18 51 / 12%);
	background: linear-gradient(0deg, rgba(0,146,255,0.8) 13%, rgba(255,255,255,0.8) 68%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.jianjie p{
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	text-align: justify;
	text-indent: 2em;
	margin-bottom: 84px;
}

.button{
	width: 258px;
	height: 76px;
	background: url('../images/button.png') no-repeat center/cover;
	margin: auto;
}

.button a{
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 70px;
	display: block;
	padding-left: 35px;
	background: url(../images/icon_luzhi.png) no-repeat 30px center;
	text-shadow: 0px 4px 4px rgba(15,41,87,0.26);
}

.link li{
	width: 360px;
	height: 60px;
	background: rgba(255,255,255,0.1);
	border-radius: 10px;
	float: left;
}

.link li+li{
	margin-left: 60px;
}
.link li a{
	color: #fff;
	text-align: center;
	line-height: 60px;
	display: block;
}

footer{
	margin: 220px auto 90px;
}