body{
	font-family: "微软雅黑";
	background: #ecf2f7;
}
.fwzt{
	width: 1200px;
	margin: 0 auto;
}
.fwzt .zt{
	margin-top: 35px;
        margin-bottom: 35px;
	display: flex;
	height: 66px;
	align-items: center;
}
.box a{text-decoration: none;}
.ztWord{
	width: 175px;
	height: 51px;
	background: #d62621;
	border-radius: 10px;
	line-height: 51px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-left: 25px;
}
.ztMenu ul li{
	width: 280px;
	height: 120px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3473b6;
	font-size: 20px;
	font-weight: bold;
	margin-top: 35px;
}
.ztMenu ul{
	display: flex;
	justify-content: space-between;
}
.ztMenu ul li span{
	margin-left: 8px;
}
.fwItem{
	width: 585px;
	margin-top: 45px;
}
.fwList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fwTit{
	font-size: 32px;
	color: #3473b6;
	font-weight: bold;
}
.fwItem ul{
	margin-top: 10px;
}
.fwItem .list li{
	background: url(../img/icon1.png) no-repeat left center;
	text-indent: 20px;
	width: 100%;
	line-height: 40px;
}
.fwItem .list li a{
	color: #141414;
	font-size: 18px;
	text-decoration: none;
}
.fwItem .list li span{
	color: #141414;
	font-size: 18px;
	opacity: .5;
	float: right;
}
.zxbs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.zxbs li{
	width: 280px;
    height: 78px;
    border: solid 1px #e8eaef;
    border-radius: 10px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    background: #fff;
    margin-top: 15px;
    padding: 0 10px;
    box-sizing: border-box;
}
.zxbs li a{
	text-decoration: none;
	font-size: 17px;
	color: #1a1a1a;
	margin-left: 10px;
}
.cjwt li{
	width: 578px;
	height: 80px;
	background: #fff;
	border-radius: 2px;
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.cjwt li:first-child{
	margin-top: 25px;
}
.cjwt .left{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.cjwt .left img{
	margin-left: 20px;
}
.left .line{
	width: 4px;
	height: 80px;
	background: #3187e1;
}
.cjwt .right{
	margin-left: 20px;
}
.cjwt .right p{
	color: #1b1b1b;
	font-size: 18px;
}
.cjwt .right span{
	color: #1b1b1b;
	font-size: 16px;
	opacity: .5;
	margin-top: 10px;
}
.znwd {
	margin-top: 35px;
	margin-bottom: 45px;
}
.znwd ul{
	display: flex;
	justify-content: space-between;
}