body{
	background: url(../img/bg.png) no-repeat top center #fffbf2;
	background-size: 100% ;
}
.main-brjs{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top .bannar img{
	width: 100%;
}
.top .bannar{
	position: relative;
}
.top .bannar .dy{
	width: 1200px;
	height: 227px;
	background:url(../img/dy.png) no-repeat;
	font-size: 18px;
        text-align: justify;
	color: #090909;
	margin: 0 auto;
	text-indent: 2em;
	padding: 80px 50px 0 160px;
	box-sizing: border-box;
}
.top .bannar .dy span{
	font-weight: bold;
}
.top .menu{
	height: 94px;
	background: #002c88;
	width: 100%;
}
.top .menu ul{
	width: 1240px;
	margin: 0 auto;
	height: 94px;
	display: flex;
	justify-content: space-between;
}
.top .menu ul li{
	line-height: 94px;
}
.top .menu ul li a{
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}
.tpxw{
	width: 588px;
	height: 393px;
}

.row .con{
	background: url(../img/rowBg.png);
	width: 1199px;
	height: 468px;
	display: flex;
	justify-content: space-between;
}
.row .con .pic{
	margin-top: 38px;
	position: relative;
}
.row .con .pic p{
	position: absolute;
	bottom: 38px;
	left: 0;
	color: #fff;
	font-size: 16px;
	height: 38px;
	background-color: rgba(000, 000, 000, 0.4);
	width: 100%;
	line-height: 38px;
	text-align: center;
}
.row .con .dec{
	padding: 30px;
	box-sizing: border-box;
	text-indent: 2em;
}
.row .con .dec p{
	font-size: 17px;
	font-weight: bold;
}
.row .con .dec ul{
	margin-top: 30px;
}
.row .con .dec ul li{
	font-size: 17px;
	line-height: 50px;
	background: url(../img/icon.png) no-repeat left center;
	text-indent: 15px;
}
.row .con .dec ul li a{
	color: #090909;
	text-decoration: none;
}
.row .con .dec ul li span{
	color: #090909;
	float: right;
	opacity: .5;
}
.row .listcon{
	width: 1200px;
	height: 280px;
	padding: 20px 100px;
	box-sizing: border-box;
}
.row .listcon ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.row .listcon ul li{
	width: 48%;
	background: url(../img/icon.png) no-repeat left center;
	font-size: 17px;
	line-height: 50px;
	text-indent: 15px;
}
.row .listcon ul li a {
    color: #090909;
    text-decoration: none;
}
.row .listcon ul li span{
	float: right;
	opacity: .5;
}
.row.zyhy .more,.listcon .more {
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
}

.row.zyhy .more a , .listcon .more a {
    color: #333;
    text-decoration: none;
}
.ghyw{
	width: 598px;
	height: 393px;
	background: #f8f4f3;
	padding:0 20px;
	box-sizing: border-box;
}

.ghyw ul{
	margin-top: 15px;
}
.ghyw ul li{
	line-height: 44px;
	text-indent: 12px;
}
.ghyw ul li a{
	color: #333333;
	font-size: 18px;
	text-decoration: none;
}
.ghyw ul li span{
	float: right;
	color: #999999;
	font-size: 16px;
}

.pic ul{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	width: 1200px;

}
.row .tit{
margin: 40px 0;
text-align: center;
	
}
.row .tit h1{
	font-size: 24px;
	color: #274078;
	font-weight: 800;
	letter-spacing: 5px;
	border-bottom: solid 4px #274078;
	width: fit-content;
	text-align: center;
	line-height: 50px;
	margin: 30px auto;
}
.row .tit a{
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 20px;
	text-decoration: none;
	color: #7b7b7b;
}
.row .sinList{
	width: 486px;
}
.listItem ul li{
	line-height: 40px;
}
.listItem ul li a{
	color: #333333;
    font-size: 18px;
    text-decoration: none;
}
.listItem ul li span{
	float: right;
    color: #999999;
    font-size: 16px;
}
.sinList .pic img{
	margin-top: 30px;
}
.row .xzjyCon{
	width: 1240px;
	height: 239px;
	background: #fff;
	border-radius: 20px;
	margin-top: 88px;
	display: flex;
}
.row .xzjyCon h1{
	font-size: 20px;
    color: #274078;
	line-height: 55px;
	margin-top: 10px;
}
.row .xzjyCon p{
	font-size: 16px;
    color: #333;
	line-height: 35px;
}
.zyhy .item{
	width: 1200px;
	height: 112px;
	background: #ffe9c5;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.zyhy .item .dec{
	margin-left: 20px;
}
.zyhy .item h1{
	color: #1b1b1b;
	font-size: 20px;
}
.zyhy .item p{
	color: #1b1b1b;
	font-size: 16px;
	margin-top: 10px;
}
.zyhy .item p a{
	color: red;
	text-decoration: none;
	float: right;
}