body{
	background: #fff;
	font-family: "微软雅黑";
}
.top img{
	width: 100%;
    height: 525px;
}
.main{
	width: 1200px;
	margin: 270px auto;
}
.main .row{
	width: 1200px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 30px;
}
.lista{
	display: flex;
	justify-content: space-between;
}
.listb ul{
	display: flex;
	justify-content: space-between;
}
.listb ul li{
	width: 587px;
	height: 110px;
	border: solid 1px #cee9ff;
	background: #eff7ff;
}
.tit img{
	margin-top: 20px;
	margin-bottom: 20px;
}
.lista p{
	width:1198px;
	height:117px;
	background: #f5faff;
	border: solid 1px #cee9ff;
	padding: 20px;
	box-sizing: border-box;
	text-indent: 2em;
	font-size: 18px;
	line-height: 30px;
	
}
.zlcx{
	background: #f5faff;
	border: solid 1px #cee9ff;
	padding: 20px;
	box-sizing: border-box;
}

.tit{
	text-align: center;
}
.lista .left ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 128px;
	background: #fafee6;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
	position: relative;
}
.lista .left ul li img{
	position: absolute;
	top: 0;
	left: 10px;
}
.lista .left ul li .word{
	margin-left: 20px;
}
.lista .left ul li h3{
	font-size: 18px;
	font-weight: 400;
	color: #1c1c1c;
}
.lista .left ul li p{
	font-size:16px;
	color: #1c1c1c;
	opacity: 0.6;
	margin-top: 10px;
}
.lista .right ul li{
	background: url(../img/icon.png) left center no-repeat;
	text-indent: 20px;
	width: 555px;
	font-size: 18px;
	border-bottom: dashed 1px #f1f1f1;
	line-height: 50px;
}
.listb{
	display: flex;
	justify-content: space-between;
}
.listb ul li{
	display: flex;
	align-items: center;
}
.listb ul li img{
	margin-left: 40px;
	margin-right: 20px;
}
.listb ul li h1{
	font-size: 22px;
}
.listb ul li p{
	font-size: 18px;
}
.sin{
	width: 346px;
	margin-top: 20px;
}
.listTit{
	width: 100%;
	border-bottom: solid 1px #e7e9e4;
	position: relative;

}
.listTit h1{
	line-height: 40px;
	width: fit-content;
	font-size: 24px;
	color: #15a97a;
	border-bottom: solid 4px #15a97a;
}
.listTit a{
	position: absolute;
	right: 0;
	top: 0;
	color: #b2b2b2;
	font-size: 16px;
}
.lista .right ul li a{
	text-decoration: none;
	color: #1c1c1c;
}
.lista .right ul li span{
	color: #1c1c1c;
	opacity: 0.6;
	float: right;
}
.list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list ul li{
	background: url(../img/icon.png) left center no-repeat;
	text-indent: 20px;
	font-size: 18px;
	border-bottom: dashed 1px #f1f1f1;
	line-height: 50px;
}
.list ul li a{
	text-decoration: none;
	color: #1c1c1c;
}
.list ul li span{
	color: #1c1c1c;
	opacity: 0.6;
	float: right;
}
.pic ul{
	display: flex;
	justify-content: space-between;
}
.pic ul li{
	background: url(../img/tab.png) no-repeat;
	width: 182px;
	height: 215px;
	display: flex;
	justify-content: center;
	cursor: pointer;

}
.pic ul li:hover a{
	color: #fff;
	text-decoration: none;
}

.pic ul li a {

    display: flex;
    color: #1a1a1a;
    font-size: 20px;
    align-items: center;
    flex-direction: column;
}
.pic ul li a:hover{
	color: #fff;
}
.pic ul li:hover{
	background: url(../img/tabOn.png) no-repeat;
	color: #fff;
	text-decoration: none;
}
.pic ul li img{
	margin-top: 60px;
}
.pic ul li p{
	margin-top: 30px;
}
.link ul{
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
	margin-bottom: 30px;
}

.listCon ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.listCon ul li{
	width: 280px;
	height: 70px;
	background: #f4f5f5;
	text-align: center;
	line-height: 70px;
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
}
.listCon ul li a{
	color: #333333;
	text-decoration: none;
}
.listCon ul li:hover{
	background: #a4d2ff;
	
}
.listCon ul li:hover a{
	color: #416795;
}