.h5sjxls{
	width: 100%;
	overflow: hidden;
}
div{
	box-sizing: border-box;
}
/*part1*/
.part1{
	width: 100%;
	height: 8rem;
	background-image: url(../../Phone/images/sjxls/part1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding:1.25333rem .65333rem ;
	box-sizing: border-box;
}
.part1_title{
	font-size: 0.8rem;
	color: #fff;
	line-height: 1;
	margin-bottom: .32rem;
}
.part1_desc{
	font-size: .34667rem;
	color: #fff;
	line-height: .5333rem;
	margin-bottom: .6rem;
}
.btnpublic_one{
	display: inline-block;
    font-size: .34667rem;
    color: #4381ff;
    padding: .29333rem .8rem;
    border-radius: 35px;
    background-color: #fff;
}
.btnpublic_two_box{
	display: flex;
	align-items: center;
}
.btnpublic_two{
	display: inline-block;
    color: #fff;
    font-size: .34667rem;
    margin: auto;
    padding: .36rem 1.1333rem;
    background-color: #ff691e;
    border-radius: 50px;
	box-shadow: 0 0 6px rgba(255,205,30,0.6);
	box-sizing: border-box;
}
.btnpublic_three_box{
	display: flex;
	align-items: center;
}
.btnpublic_three{
	display: inline-block;
    padding: .36rem 1.1333rem;
    border-radius: 50px;
    border:1px solid #fff;
    color: #fff;
    font-size: .34667rem;
    margin: auto;
}
/*part2*/
.part2{
	width: 100%;
	padding: .84rem .70667rem .7333rem;
	margin-top: -60px;
	background: url(../../Phone/images/sjxls/part2_bg.png) no-repeat center/cover;
	box-sizing: border-box;
}
.part2_top{
	font-size: 0.64rem;
	color: #333;
	text-align: center;
}
.part2_main{
	width: 100%;
	margin: .61333rem 0 .54667rem;
	overflow: hidden;
}
.part2_lists{
	float: right;
	padding: .1333rem .2rem;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 40px;
	box-sizing: border-box;
}
.part2_lists:first-child{
	width: 5.0667rem;
}
.part2_lists:nth-child(2){
	width: 5.4667rem;
}
.part2_lists:nth-child(3){
	width: 6rem;
}
.part2_lists:nth-child(4){
	width: 6.667rem;
}
.part2_lists:nth-child(5){
	width: 8rem;
}
.part2_lists p{
	width:0.667rem;
	height: 0.667rem;
	border-radius: 50%;
	background-color: #4381ff;
	color: #fff;
	font-size: .37333rem;
	display: inline-block;
	text-align: center;
	line-height: 0.667rem;
}
.part2_lists span{
	font-size: .32rem;
	padding-left: .17333rem;
	color: #333;
	font-weight: 600;
}
/*part3*/
.part3{
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
	padding: .90667rem 0 .667rem;
	position: relative;
}
.part3_mid{
	font-size: .37333rem;
	color: #fff;
	width: 90%;
	line-height: .5333rem;
	margin: .41333rem auto .34667rem;
	padding: .4rem .70667rem;
	background-color: #3272FF;
	border-radius: 4px;
}
.strongfont{
	color: #ffed56;
	font-weight: 600;
}
.part3_grey_desc{
	width: 70%;
	font-size: .32rem;
	color: #666;
	line-height: .48rem;
	text-align: center;
	margin: auto;
}
.part3_bot{
	width: auto;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: .44rem auto .50667rem;
}
.part3_bot_midround{
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background-color: #ececec;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 1;
}
.part3_bot_mid_con{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	margin-top: 1rem;
}
.part3_bot_mid_item{
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}
.part3_bot_mid_item h1{
	color: #333;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 600;
}
.part3_bot_mid_item h2{
	color: #666;
	line-height: 26px;
}
.part3_progress{
	width: 80%;
	height: 1.6rem;
	background-image: url(../../Phone/images/sjxls/part3.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 50%;
	top: 0.56rem;
	transform: translateX(-50%);
	z-index: 3;
}
/*part4*/
.part4{
	width: 100%;
	height: auto;
	padding: 0.7rem 0;
	background-color: #3272FF;
	color: #fff;
}
.part4_inner_box{
	width:96%;
	margin: 0 auto .49333rem;
}
.part4_mid{
	font-size: .32rem;
	padding: 0.2rem 0.4rem 0.3rem;
	line-height: .5333rem;
	text-align: center;
}
.part4_mid span{
	font-weight: bold;
}
.part4_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: .72rem;
}
.part4_items{
	width:48%;
	padding: .10667rem .16rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	border-radius: 50px;
	margin-bottom: .20667rem;
}
.part4_items_imgbox{
	width: 1.12rem;
	height: 1.12rem;
	border-radius: 50%;
	background-image: linear-gradient(90deg,#187af7,#20a5fd);
	display: flex;
	justify-content: center;
	align-items: center;
}
.part4_items_imgbox img{
	width:0.5rem;
	height: 0.5rem;
	object-fit: contain;
}
.part4_items p{
	font-size: .37333rem;
	color: #333;
	margin-left: .30667rem;
}
/*part5*/
.part5{
	position: relative;
	width:100%;
	height: 12.32rem;
	padding: 1.18667rem 0 1.62667rem;
	background-color: #f4f4f4;
	box-sizing: border-box;
	background: url(../../Phone/images/sjxls/part5_bg.png) no-repeat center/cover;
}
.part5 .part5_box{
	position: relative;
	top: 1.15rem;
	width: 100%;
	height: 7.4667rem;
}
.part5_box>li{
	position: absolute;
	width: 2.57333rem;
	height: 3.2667rem;
	text-align: center;
	padding: 1.12rem .2rem .667rem;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.part5_box>li:first-child{
	top: 0;
	left: .2rem;
	background-image: url(../../Phone/images/sjxls/part5_img1.png);
}
.part5_box>li:nth-child(2){
	top: 1.87rem;
    left: 2.87rem;
	background-image: url(../../Phone/images/sjxls/part5_img2.png);
}
.part5_box>li:nth-child(3){
	top: 4.26rem;
    right: 1.75rem;
	background-image: url(../../Phone/images/sjxls/part5_img3.png);
}
.part5_box>li:nth-child(4){
	top: .24rem;
    right: .42rem;
	background-image: url(../../Phone/images/sjxls/part5_img4.png);
}
.part5_box>li>h6{
	font-weight: 600;
	font-size: .2667rem;
	color: #333;
	line-height: .32rem;
	margin-bottom: .1333rem;
}
.part5_box>li>p{
	font-size: .24rem;
	color: #666;
	line-height: .29333rem;
}

/*part6*/
.part6{
	width:100%;
	height: auto;
	background-color: #f4f4f4;
	padding-bottom: .76rem;
}
.part6_top{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 1rem .6rem 1.85333rem;
	text-align: center;
}
.part6_main{
	width: 93%;
	height: auto;
	margin: -1.14667rem auto .50667rem;
}
.part6_right_con_top{
	width: 94%;
	padding: 0.6rem 0.5rem;
	background-image: linear-gradient(180deg,#187af7,#20a5fd);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	margin: auto;
}
.part6_title_item_top{
	display: flex;
	align-items: flex-start;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.part6_title_item_top .addflag{
	font-size: 14px;
	padding-left: 10px;
}
.part6_title_item_mid{
	font-size: 14px;
	margin-top: 4px;
	text-align: left;
	color: #fff;
}
.part6_bot_main{
	width: 100%;
	height: auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 1.2rem 0.2rem 0.4rem;
	position: relative;
	z-index: -1;
	margin-top: -20px;
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
}
.part6_bot_main_imgbox{
	margin-right: 0.3rem;
}
.part6_bot_main_imgbox img{
	width: 1.6rem;
	height: 1.6rem;
	object-fit: cover;
	border-radius: 50%;
}
.part6_right_con_bot_title{
	font-weight: 600;
	font-size: .4rem;
	color: #333;
	margin-bottom: .32rem;
}
.part6_right_con_bot_desc{
	font-size: .34667rem;
	color: #666;
	line-height: .56rem;
}
.swiper-pagination-bullet-active{
	background: #ff691e !important;
}
.swiper-pagination-bullet{
    border: 2px solid #ff691e !important;
}
