.banner{
	position: relative;
}
.ggbanner{
	width: 100%;
	height: auto;
}
.banner_div{
	width: 1200px;
	position: absolute;
	transform:translateX(-50%) ;
	left: 50%;
	top: 36%;
}
.banner_con{
	float: right;
}
.hum_title{
	color: #13114B;
	font-size: 34px;
	letter-spacing: 10px;
	
}
.hum_text{
	color: #6B6E84;
	line-height: 42px;
	font-size: 14px;
	margin-top: 20px;
}
.xmjs_box{
	height: 620px;
	overflow: hidden;
}
.cp_box{
	width: 1200px;
	margin: 0 auto;
	margin-top: 45px;
}
.left_box{
	width: 600px;
	height: 456px;
	background: url(../img/gpcp_banner.png) no-repeat;
	background-size:100% 100% ;
	overflow: hidden;
	float: left;
}
.cp_title_box{
	display: flex;
	align-items: center;
	color: #13114B;
	font-size: 20px;
}
.cp_title_box img{
	margin-right: 5px;
}
.cp_text{
	color: #6B6E84;
	font-size: 14px;
	line-height: 42px;
}
.right_box{
	width: 600px;
	height: 465px;
	overflow: hidden;
	float: right;
}
.cp_top{
	width: 600px;
	height: 200px;
	background: url(../img/ggcptop1.png) no-repeat;
	background-size:100% 100% ;
	overflow: hidden;
}
.cp_bottom{
	width: 600px;
	height: 250px;
	background: url(../img/ggcptop.png) no-repeat;
	background-size:100% 100% ;
	overflow: hidden;
}
.qy_synopsis{
	width: 570px;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/introduce_title4.png) no-repeat 0 center;
	background-size:100% 10px;
	margin-top: 44px;
}
.xtgn_box{
	height: 341px;
	overflow: hidden;
	background:url(../img/credit_banner2.jpg) no-repeat;
	background-size:100% 100% ;
}
.jjfa_con{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.xy_list{
	width: 290px;
	height: 174px;
	background: rgba(255,255,255,0.13);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 20px;
	cursor: pointer;
}
.jjfa_con .xy_list_active .xy_list{
	background: #FFFFFF;
	color: #3D4571;
}
.xy_list img{
	width: 53px;
	height: 53px;
	margin-bottom: 26px;
}
.xy_text_box{
	height: 140px;
	overflow: hidden;
}
.xy_text{
	width: 1200px;
	margin: 0 auto;
	display: none;
	margin-top: 60px;
}
.xy_text img{
	width: 21px;
	height: 26px;
	margin-top: 4px;
}
.xy_content{
	font-size: 14px;
	color: #6B6E84;
	line-height: 30px;
	width: 1163px;
}
.xy_text_active{
	display: flex;
}
.anlbox{
	height: 800px;
	background: #EDF3FD;
	overflow: hidden;
}
.swiper_box{
	width: 1200px;
	margin:0 auto;
	height: 585px;
	margin-top: 55px;
	position: relative;
	
}
.myswiper{
	width: 1050px;
	height: 585px;	
	margin: 0 auto;
	border-radius: 30px;
	box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.1);
}
.swiperleft{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 0px;
}
.swiperright{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 0px;
}