.fxbanner_box{
	position: relative;
}
.fxbanner{
	width: 100%;
	height:  auto;
	display: block;
}
.fx_title{
	position: absolute;
	width: 100%;
	top: 35%;
	text-align: center;
	letter-spacing: 10px;
	color: #FFFFFF;
	font-size: 52px;
	z-index: 1;
}
.fx_text{
	position: absolute;
	width: 365px;
	top: 52.5%;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	z-index: 1;	
	border-top: 1px solid rgba(255,255,255,0.27);
	border-bottom: 1px solid rgba(255,255,255,0.27);
	left: 50%;
	transform: translateX(-50%);
}
.contact{
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateX(-50%);
}
.product_box{
	height: 707px;
	background: #EDF3FD;
	overflow: hidden;
}
.cpfx_box{
	width: 1200px;
	height: 75px;
	background: #FFFFFF;
	border-radius: 5px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	margin-top: 63px;
}
.fx_list{
	width: 299px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #13114B;
}
.fx_list img{
	margin-top: 8px;
}
.fx_line{
	width: 2px;
	height: 45px;
	background: rgba(0,0,0,0.1);
}
.fxzs_box{
	height: 419px;
	background: #FFFFFF;
}
.fx_list_box{
	width: 1200px;
	margin: 0 auto;
}
.fx_list_title{
	color: #3D4571;
	font-size: 24px;
}
.fx_hline{
	width: 25px;
	height: 4px;
	background: #4E6FF6;
	border-radius: 1px;
	margin-top: 27px;
	margin-bottom:18px ;
}
.fx_left{
	float: left;
}
.fx_content{
	display: flex;
}
.fx_content img{
	width: 21px;
	height: 26px;
}
.fx_con_text{
	font-size: 14px;
	color: #787CA6;
	margin-top: 3px;
}
.fx_right{
	float: left;
}
.fxzs_box2{	
	height: 492px;
	background: #EDF3FD;
}
.fxzs_box3{
	height: 414px;
}
.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;
}