div{
	box-sizing: border-box;
}
.publicmain{
	width: 1200px;
	height: auto;
	margin: auto;
}
.sjfx_part1{
	width: 100%;
	height: 500px;
  	background: url(/Public/Home/images/sjfx/banner.png) no-repeat center/cover;
}
.sjfx_part1 .publicmain{
	display: flex;
	align-items: center;
	height: 100%;
}
.sjfx_part1_title{
	font-size:60px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:60px;
}
.sjfx_part1_desc{
	font-size:25px;
	font-weight:300;
	color:rgba(255,255,255,1);
	line-height:36px;
	margin: 28px 0 45px;
}
.sjfx_part1_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width:140px;
	height:46px;
	background:rgba(67,129,255,0);
	border:2px solid rgba(255, 255, 255, 1);
	border-radius:23px;
	font-size:16px;
	font-weight:bold;
	color:rgba(255,255,255,1);
}
.sjfx_part1_btn:hover{
	background-color: #fff;
	color: #4b71f4;
}
/*part2*/
.public_title{
	font-size:40px;
	font-weight:400;
	color:rgba(51,51,51,1);
	text-align: center;
}
.public_desc p{
	font-size:20px;
	font-weight:300;
	color:rgba(51,51,51,1);
	line-height:36px;
	text-align: center;
}
.sjfx_part2{
	padding: 90px 0 70px;
}
.sjfx_part2 .public_desc{
	margin: 32px 0 75px;
}
.sjfx_part2_imgbox{
	width: 100%;
	height: 181px;
}
.sjfx_part2_imgbox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.sjfx_part2_title{
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:36px;
	text-align: center;
	margin: 45px auto 85px;
}
.sjfx_part2_title span{
	color: #3272FF;
}
.sjfx_part2_btn{
	display: block;
	width:250px;
	height:60px;
	background:linear-gradient(-90deg,rgba(255,160,75,1),rgba(255,84,0,1));
	box-shadow:0px 5px 18px 0px rgba(255,89,5,0.29);
	border-radius:30px;
	font-size:16px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	text-align: center;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*sjfx_part3*/
.sjfx_part3{
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
	padding: 90px 0 70px;
}
.sjfx_part3_list{
	display: flex;
	flex-wrap: wrap;
	margin: 82px 0 126px;
}
.sjfx_part3_item{
	width: 590px;
	height: 230px;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 24px 38px;
	border-radius:6px;
	margin:0 18px 20px 0;
	cursor: pointer;
}
.sjfx_part3_item:nth-child(2n){
	margin:0 0px 20px 0;
}
.sjfx_part3_item:hover{
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
.sjfx_part3_item img{
	width: 262px;
	height: 190px;
	object-fit:contain;
}
.sjfx_part3_item_conbox{
	display: flex;
	align-items: center;
}
.sjfx_part3_item_num{
	width:50px;
	height:50px;
	background:rgba(67,129,255,1);
	box-shadow:0px 10px 26px 0px rgba(67,129,255,0.18);
	border-radius:50%;
	font-size:20px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sjfx_part3_item_title{
	font-size:25px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:30px;
	margin-left: 18px;
}
.sjfx_part3_item_desc{
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:28px;
	margin-top: 16px;
}
.sjfx_part3_item_right{
	margin-left: 28px;
}
/*sjfx_part4*/
.sjfx_part4{
	width: 100%;
	height: 650px;
	background: url(/Public/Home/images/sjfx/part4_banner.png) no-repeat center/cover;
	padding: 88px 0 70px;
}
.sjfx_part4_btn{
	display: block;
	width:250px;
	height:60px;
	background:transparent;
	border: 2px solid #fff;
	border-radius:30px;
	font-size:16px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	text-align: center;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 68px;
}
.sjfx_part4_btn:hover{
	background-color: #fff;
	color: #3272FF;
}
.sec4_swiContainer{
	width: 1080px;
	margin-top: 70px;
}
.sjfx_part4_item{
	width:320px;
	height:220px;
	background:rgba(255,255,255,1);
	border-radius:6px;
	padding: 32px 45px;
}
.sjfx_part4_item img{
	width: 50px;
	height: 54px;
	object-fit: contain;
}
.sjfx_part4_title{
	font-size:25px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:36px;
	margin-top: 13px;
}
.sjfx_part4_desc{
	font-size:14px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:22px;
	margin-top: 16px;
}
.sjfx_part4 .publicmain{
	position: relative;
}
/*公共*/
.sjfx_part4 .swiper-button-next{
	width: 44px;
	height: 44px;
	background-image: url(../../images/wxyx/next.png) !important;
	background-size: 44px 44px;
}
.sjfx_part4 .swiper-button-prev{
	width: 44px;
	height: 44px;
	background-image: url(../../images/wxyx/prev.png) !important;
	background-size: 44px 44px;
	left: -16px;
}
.sjfx_part5 .swiper-button-next{
	width: 44px;
	height: 44px;
	background-image: url(../../images/sjfx/next.png) !important;
	background-size: 44px 44px;
}
.sjfx_part5 .swiper-button-prev{
	width: 44px;
	height: 44px;
	background-image: url(../../images/sjfx/prev.png) !important;
	background-size: 44px 44px;
	left: -16px;
}
/*sjfx_part5*/
.sjfx_part5{
	width:100%;
	height:680px;
	background:rgba(244,244,244,1);
	padding: 92px 0 70px;
}
.sjfx_part5 .publicmain{
	position: relative;
}
.sec5_swiContainer_box{
	margin: 74px 0 73px;
}
.sec5_swiContainer{
	width: 1100px;
	display: flex;
	align-items: center;
}
.sec5_swiContainer .swiper-wrapper{
	
}
.sjfx_part5_item{
	width:200px;
	height:280px;
	background:rgba(255,255,255,1);
	border-radius:5px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sjfx_part5_item_top{
	width:200px;
	height:10px;
	background:transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
}
.sjfx_part5_item:hover .sjfx_part5_item_top{
	background:linear-gradient(-90deg,rgba(255,160,75,1),rgba(255,84,0,1));
}
.sjfx_part5_item_com{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sjfx_part5_item_com img{
	width: 108px;
	height: 102px;
	object-fit: contain;
}
.sjfx_part5_item_com_title{
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:20px;
	text-align: center;
	margin: 10px auto 14px;
}
.sjfx_part5_item_com_desc p{
	font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:20px;
	text-align: center;
}
/*sjfx_part6*/
.sjfx_part6{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 90px 0 70px;
}
.sjfx_part6_imgbox{
	width:100%;
	height: 444px;
	margin: 60px auto 30px;
}
.sjfx_part6_imgbox{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
