body{
	background: #f6f6f6;
}
.mainxxx{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topxxx .bannar img{
	width: 100%;
}
.topxxx .menu{
	height: 66px;
	background: #3b9dcf;
	width: 100%;
}
.topxxx .menu ul{
	width: 1300px;
	margin: 0 auto;
	height:66px;
	display: flex;
	justify-content: space-between;
}
.topxxx .menu ul li{
	line-height: 66px;
}
.topxxx .menu ul li a{
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}


.row{
	margin-top: 20px;
}
.row .con{
	display: flex;
	justify-content: space-between;
	width: 1300px;
}
.ghyw{
	width: 465px;
	background: #f8f4f3;
	box-sizing: border-box;
}

.ghyw ul{
	margin-top: 15px;
}
.ghyw ul li{
	line-height: 44px;
	text-indent: 12px;
	background: url(../img/dot.png) no-repeat left center;
	text-indent: 15px;
}
.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{
text-align: center;
width: 100%;
position: relative;
	
}
.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;
}
.ghyw .title{
	height: 50px;
	position: relative;
	border-bottom: solid 1px #d5d5d5;
}
.ghyw .title h1{
	height: 47px;
	width:fit-content;
	font-size: 28px;
	font-weight: bold;
	color: #4699c1;
	line-height: 47px;
	text-align: left;
	border-bottom: solid 4px #4699c1;
}
.ghyw .title a{
	position: absolute;
	right: 10px;
	top: 15px;
	color: #747474;
	font-size: 16px;
}
.row .con .left{
	 width: 980px;
	 display: flex;
	 justify-content: space-between;
}
.sin .pic{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px;
}