*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}
body{
	color: #000000;
	font-size: 16px;
}
.main{
	width: 1480px;
	margin: 0 auto;
}
.banner{
	margin: 0px;
	padding: 0px;
}
.banner img{
	width: 100%;
}
.mt{
	margin-top: 20px;
}
a{
	cursor: pointer;
}
.main ul li{
	display: inline-block;
    padding: 25px 0px;
    margin-right: 10px;
    background-color: #eff3f8;
    margin-top: 15px;
    width: 280px;
    text-align: center;
}
.main .dy{
	background: url(../img/dy.png) no-repeat;
	width: 1478px;
	height: 140px;
	color: #245f9b;
	font-size: 18px;
	text-indent: 2em;
	padding: 20px;
	box-sizing: border-box;
	line-height: 35px;
}
.main .info{
	width: 1480px;
	height: 130px;
	background: #e9f5ff;
	padding: 20px;
	box-sizing: border-box;
}
.info .item{
	display: flex;
	align-items: center;
}
.info .item span{
	font-size: 18px;
	color: #245f9b;
	margin-left: 10px;
	margin-top: 10px;
}
.bgList table
{
	border-collapse: collapse;
}
.bgList table tr th{
	background: #75a4e7;
	height: 62px;
	color: #fff;
}
.bgList table tr td{
	text-align: center;
	height: 62px;
	border-bottom: solid 1px #cfcfcf;
}
tr:nth-child(even) {
	background-color: #fbfbfb; /* 偶数行背景色 */
  }
  .bgList table tr td button{
	padding: 3px 6px;
	background: #fff;
	border: solid 1px #bec9d9;
	cursor: pointer;
	border-radius: 5px;
  }
  