.h5sjxls{
	width: 100%;
	overflow: hidden;
}
div{
	box-sizing: border-box;
}
/*part1*/
.part1{
	width: 100%;
	height: auto;
	background-image: url(../../Phone/images/gzhsc/part1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding:1.2rem 0.4rem ;
}
#h5wxyx .part1{
	background-image: url(../../Phone/images/wxyx/banner.png);
	padding:1.2rem 0.4rem  3rem ;
	background-position: right;
}
.part1_title_im{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 16px;
}
.part1_title_im p{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 20px;
}
#h5wxyx .part1_title_im{
	font-size: 16px;
}
#h5wxyx .part1_title_im p{
	width: 4px;
	height: 4px;
	margin: 0 10px;
}
.part1_title{
	font-size: 0.8rem;
	color: #fff;
	margin-bottom: 18px;
}
.part1_desc{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.btnpublic_one_box{
	margin-top: 26px;
}
.btnpublic_one{
	display: inline-block;
    padding: 10px 40px;
    border-radius: 30px;
    background-color: #fff;
    color: #4381ff;
    font-size: 16px;
}
.btnpublic_two_box{
	margin-top: 26px;
	display: flex;
	align-items: center;
}
.btnpublic_two{
	display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    background-color: #ff691e;
    color: #fff;
    font-size: 16px;
    margin: auto;
    box-shadow: 0 0 6px rgba(255,205,30,0.6);
}
.btnpublic_three_box{
	margin-top: 26px;
	display: flex;
	align-items: center;
}
.btnpublic_three{
	display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    border:1px solid #fff;
    color: #fff;
    font-size: 16px;
    margin: auto;
}
/*part2*/
.part2{
	height: 100%;
	background-color: #fff;
	padding: 0.7rem 0.4rem;
}
#h5wxyx .part2{
	border-top-left-radius: 1.14rem;
	border-top-right-radius: 1.14rem;
	box-sizing: border-box;
	margin-top: -72px;
	padding: 1rem 0.4rem 0.7rem;
}
.part2_top{
	font-size: 0.6rem;
	color: #333;
	text-align: center;
}
.public_top_desc{
	font-size: 15px;
	color: #333;
	line-height: 24px;
	margin-top: 14px;
}
.part2_main_swiper_box{
	margin-top: 0.6rem;
}
.part2_main_swiper{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 0rem 0 0.6rem 0;
}
.part2_swiper_item{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.part2_swiper_item_top{
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: #3272ff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.part2_swiper_item_topinner{
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.part2_swiper_item_topinner img{
	width: 2.8rem;
	height: 2.8rem;
	object-fit: cover;
	border-radius: 50%;
}
#h5wxyx .part2_swiper_item_top{
	width: 4.5rem;
	height: 3.4rem;
	border-radius: 0px;
	background-color: transparent;
}
#h5wxyx .part2_swiper_item_topinner img{
	width: 4.5rem;
	height: 3.4rem;
	object-fit: cover;
	border-radius: 0;
}
.part2_swiper_item_mid{
	margin-top: 0.6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.part2_swiper_item_mid_title{
	font-size: 0.5rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.part2_swiper_item_mid_desc{
	font-size: 0.32rem;
	color: #666666;
	text-align: center;
	line-height: 0.5rem;
}
.gzhsc_part1_item_btnbox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.35rem;
}
.gzhsc_part1_item_btn{
	display: inline-block;
	padding: 10px 30px;
	background-image: linear-gradient(90deg,#0081e4,#00dbc3);
	color: #fff;
	border-radius: 30px;
	font-size: 14px;
	background-color: #fff;
	cursor: pointer;
}
#h5wxyx  .gzhsc_part2_item_btn{
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	border-radius: 30px;
	font-size: 14px;
	color: #fff;
	border:1px solid #fff;
}
#h5wxyx .gzhsc_part1_item_btn{
	background-image: linear-gradient(90deg,#009AE2,#0050DF);
}
.part2 .swiper-button-next, .part2 .swiper-button-prev{
    width: 16px;
    height: 32px;
    margin-top: -8px;
    background-size: 16px 32px;
    top: 20%;
}

/*part4*/
.part4{
	width: 100%;
	height: auto;
	padding: 0.7rem 0;
	background-color: #3272FF;
	color: #fff;
}
.part4_inner_box{
	width:96%;
	margin: auto;
}
.part4_mid{
	font-size: 12px;
	padding: 0.2rem 0.4rem 0.3rem;
	line-height: 28px;
	text-align: center;
}
.part4_mid span{
	font-size: 14px;
	font-weight: bold;
}
.part4_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.8rem;
}
.part4_items{
	width:48%;
	padding: 0.16rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	border-radius: 30px;
	margin-bottom: 0.22rem;
}
.part4_items_imgbox{
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-image: linear-gradient(90deg,#0088e1,#00d5c6);
	display: flex;
	justify-content: center;
	align-items: center;
}
.part4_items_imgbox img{
	width:0.8rem;
	height: 0.8rem;
	object-fit: contain;
	margin: 0.2rem 0 0 0.2rem;
}
.part4_items p{
	font-size: 16px;
	color: #333;
	margin-left: 6px;
}
/*part5*/
.part5{
	width:100%;
	height: auto;
	padding: 0.5rem 0;
	background-color: #f4f4f4;
}
.part5_inner{
	width: 94%;
	margin: auto;
	overflow: hidden;
}
.part5_main_swiper_box{
	margin-top: 20px;
}
.part5_main_swiper .swiper-slide{
	width: 100%;
	height: auto;
}
.part5_main_swiper_items{
	display: flex;
	padding: 0.24rem;
	border-radius: 6px;
	background-color: #fff;
	margin-bottom: 0.2rem;
}
.h1_title{
	width: 0.9rem;
	text-align: center;
	font-size: 26px;
	color: #e7e7e7;
	position: relative;
	z-index: 1;
}
.part5_swiper_img_box{
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -16px;
	position: relative;
	z-index: 3;
}
.part5_swiper_img_box img{
	width: 0.9rem;
	height: 0.9rem;
	object-fit: contain;
}
.part5_swiper_left{
	padding-right: 10px;
}
#h5wxyx .part5_swiper_left{
	width: 1.8rem;
}
#h5wxyx .part5_swiper_img_box{
	width: 1.8rem;
	height: 1.8rem;
}
#h5wxyx .h1_title{
	width: 1.8rem;
	font-size: 0.9rem;
}
#h5wxyx .part5_swiper_img_box img{
	width: 2.6rem;
    height: 2.6rem;
	object-fit: cover;
}
.part5_swiper_right{
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-left: 1px solid #F6F6F6;
}
#h5wxyx .part5_swiper_right{
	border-left: 0px solid #F6F6F6;
	padding-left: 0.3rem;
}
.part5_title{
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.part5_desc{
	font-size: 14px;
	color: #666;
	margin-top: 6px;
	line-height: 26px;
}
.swiper-pagination span,.swiper-pagination5 span,.swiper-pagination6 span,.swiper-pagination9 span{
	margin-left: 10px;
}
.swiper-pagination span:first-child,.swiper-pagination5 span:first-child,.swiper-pagination6 span:first-child,.swiper-pagination9 span:first-child{
	margin-left: 0px;
}
.part5_imgh5_box{
	width: 100%;
	height: 7rem;
	border-radius: 6px;
	background-color: #fff;
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5rem 1rem;
}
.part5_imgh5_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/*公共*/
.swiper-pagination-bullet-active{
	background: #666666 !important;
}
.swiper-pagination-bullet{
    border: 2px solid #666666 !important;
}
.part8 .swiper-pagination-bullet-active{
	background: #fff !important;
}
.part8 .swiper-pagination-bullet{
    border: 2px solid #fff !important;
}
/*part6*/
.part6{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 0.6rem 0;
}
.part6_swiper_item{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 0.7rem;
}
.part6_swiper_item img{
    width: 7.4rem;
    height: 6.1rem;
    object-fit: contain;
}
.part6_swiper_item p{
	font-size: 0.6rem;
	color: #333;
	margin-top: 0.8rem;
	text-align: center;
}
/*part7*/
.part7{
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
	padding: 0.5rem 0.2rem;
	box-sizing: border-box;
}
.part7_title_im{
	font-size: 0.4rem;
	color: #3272ff;
	font-weight: bold;
	margin: 0.2rem 0 0.5rem;
}
.part7_list{
	width:100%;
	height: 5.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 0.4rem 0.1rem;
	border-radius: 4px;
}
.part7_list img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*part8*/
.part8{
	width: 100%;
	height: auto;
	background-color: #3272ff;
	padding: 0.5rem 0.2rem;
	box-sizing: border-box;
}
.part8_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2rem 0.2rem 0.5rem;
	box-sizing: border-box;
}
.part8_item{
	width: 46%;
	margin-bottom: 10px;
	height: auto;
	background-color: #fff;
	border-radius: 6px;
	position: relative;
	padding: 2rem 0.5rem 0.5rem;
}
.part8_item:nth-child(2n+1){
	margin-right: 2%;
}
.gzhsc_part6_item_left{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	left: 50%;
	top: -60px;
	z-index: 2;
	transform: translateX(-50%);
}
.gzhsc_part6_item_left_top{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.gzhsc_part6_item_left_top img{
	width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 10px 0 0 8px;
}
.gzhsc_part6_item_left_bot{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: red;
	position: relative;
	z-index: 1;
	margin-top: -60px;
}
.part8_item_con_title{
	font-size: 0.4rem;
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}
/*part9*/
.part9{
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
	padding: 0.5rem 0.2rem;
	box-sizing: border-box;
}
#h5wxyx .part9{
	background:linear-gradient(-90deg,rgba(0,129,228,1),rgba(0,223,194,1));
}
#h5wxyx .swiper-pagination-bullet-active{
	background: #fff !important;
}
#h5wxyx  .swiper-pagination-bullet{
    border: 2px solid #fff !important;
}
.part9_swiper_list{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.gzhsc_part7_item{
	width: 3.1rem;
	height: 4.2rem;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 4px 4px 0;
	border:2px solid transparent;
	border-radius: 5px;
}
.gzhsc_part7_item:nth-child(3n){
	margin: 0 0px 4px 0;
}
.gzhsc_part7_item img{
	width: 50px;
	height: 50px;
	object-fit: contain;
}
#h5wxyx .gzhsc_part7_item img{
	width: 40px;
	height: 40px;
	object-fit: contain;
	display: block;
	margin-bottom:0.4rem ;
}
.gzhsc_part7_item_title{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 4px;
}
.gzhsc_part7_item_desc{
	font-size: 12px;
	color: #666;
	line-height: 24px;
	text-align: center;
}
/*part10*/
.part10{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 0.5rem 0.2rem;
}
.gzhsc_part8_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.8rem;
}
.gzhsc_part8_item{
	width: 20%;
	height: 1rem;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 20px;
	padding: 0.5rem;
}
/*active*/
.gzhsc_part8_1{
	background-image: url(../../Home/images/gzhsc/part8_1_active.png);
}
.gzhsc_part8_2{
	background-image: url(../../Home/images/gzhsc/part8_2_active.png);
}
.gzhsc_part8_3{
	background-image: url(../../Home/images/gzhsc/part8_3_active.png);
}
.gzhsc_part8_4{
	background-image: url(../../Home/images/gzhsc/part8_4.png);
}
.gzhsc_part8_5{
	background-image: url(../../Home/images/gzhsc/part8_5_active.png);
}
.gzhsc_part8_6{
	background-image: url(../../Home/images/gzhsc/part8_6_active.png);
}
.gzhsc_part8_7{
	background-image: url(../../Home/images/gzhsc/part8_7.png);
}
.gzhsc_part8_8{
	background-image: url(../../Home/images/gzhsc/part8_8_active.png);
}
.gzhsc_part8_9{
	background-image: url(../../Home/images/gzhsc/part8_9_active.png);
}
.gzhsc_part8_10{
	background-image: url(../../Home/images/gzhsc/part8_10_active.png);
}
.gzhsc_part8_11{
	background-image: url(../../Home/images/gzhsc/part8_11_active.png);
}
.gzhsc_part8_12{
	background-image: url(../../Home/images/gzhsc/part8_12.png);
}
.gzhsc_part8_13{
	background-image: url(../../Home/images/gzhsc/part8_13_active.png);
}
.gzhsc_part8_14{
	background-image: url(../../Home/images/gzhsc/part8_14_active.png);
}
.gzhsc_part8_15{
	background-image: url(../../Home/images/gzhsc/part8_15_active.png);
}
/*公共*/
.h5gzhsc .swiper-button-next{
	background-image: url(../../Home/images/gzhsc/next.png) !important;
}
.h5gzhsc .swiper-button-prev{
	background-image: url(../../Home/images/gzhsc/prev.png) !important;
}
