body{
	background:url(../img/bg.png) no-repeat top center #fff;
}
.panel{
	width: 1300px;
	background: url(../img/line.png) no-repeat;
	height: 4382px;
	margin: 0 auto;
}
.top{
	height: 441px;
}
.main{
	width: 1205px;
	margin: 0 auto;
}
.main .dy{
	height: 263px;
	width: 100%;
	position: relative;
	background: #f2f9ff;
}
.piczzzn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.piczzzn a{
	margin-top: 30px;
}
.main .dy img{
	position: absolute;
	top: 0;
	left: 15px;
}
.main .dy p{
	margin-left: 100px;
	text-indent: 2em;
	font-size: 17px;
	line-height: 44px;
	margin-right: 20px;
	padding-top: 45px;
}
.row .tit{
	text-align: center;
	margin: 20px 0;
}
.row .item{
	display: flex;
}
.row .item p{
	font-size: 18px;
	text-indent: 2em;
	line-height: 40px;
	margin-left: 20px;
}
.row .item p span{
	color: red;
}
.row .pic{
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}
.row .listCon{
	background: #f2f9ff;
	padding:30px;
	margin-top: 30px;
	box-sizing: border-box;

}
.row .listCon ul li{
	background: url(../img/icon.png) no-repeat left center;
	text-indent: 15px;
	font-size: 18px;
	line-height: 40px;
}
.row .listCon ul li a{
	text-decoration: none;
	color: #333;

}
.row .listCon ul li span{
	opacity: .8;
	color: #333;
	float: right;
}
.row .listCon .more{
	text-align: center;
	font-size: 18px;
	margin: 10px 0;
}
.row .listCon .more a{
	color: #11a1db;
	text-decoration: none;

}
.row .spCon{
	display: flex;
}
.row .spCon .spDiv{
	margin-top: 30px;
	margin-right: 45px;
}
table {
    border-collapse: collapse;
}

table, td, th {
    border: 1px solid #d7d9d8;
	height: 45px;
	text-align: center;
	font-size: 15px;
	padding: 0 20px;
	box-sizing: border-box;
}
table,th{
	font-weight: bold;
	color: #1c1c1c;
	background: #f3f9ff;
} 
table, td{
	font-weight: 400;
	background: #fff;
}