.xsqd_banner{
    width: 100%;
    height: 100%;
    background: url(/Public/Home/images/gzhsc/banner.jpg) no-repeat center/cover;
}
.xsqd_banner .w_1200{
    color: #fff;
    width: 1200px;
    margin: 0 auto;
    padding: 146px 0 90px 0;
}
.xsqd_banner .w_1200>p{
    font-size: 18px;
}
.xsqd_banner .w_1200>.p1{
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 1px;
}
.xsqd_banner .w_1200>.p2{
    font-weight: bold;
    font-size: 40px;
}
.xsqd_banner .w_1200>.p3{
    margin-top: 14px;
}
.xsqd_banner .w_1200 .bt>a{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    width: 140px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 24px;
    margin-top: 24px;
    letter-spacing: 1px;
}
.free_bt1:hover{
	background-color: #fff;
	color: #3272ff;
}
.publicmain{
	width: 1200px;
	margin: auto;
	height: auto;
}
/*gzhsc_part1*/
.gzhsc_part1{
	width: 100%;
	height: auto;
	padding: 72px 0;
	background-color: #fff;
}
.gzhsc_public_title{
	font-size: 40px;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.gzhsc_public_title span{
	color: #3272ff;
}
.gzhsc_public_desc{
	font-size: 20px;
	color: #333;
	text-align: center;
}
.gzhsc_part1_list{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gzhsc_part1_item{
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.pcwxyx .gzhsc_part1_item_imgbox{
	width: 223px;
	height:167px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pcwxyx .gzhsc_part1_item_imgbox img{
	width: auto;
	height: auto;
}
.gzhsc_part1_item img{
	width: 223px;
	height:167px;
	object-fit: contain;
}
.gzhsc_part1_item_title{
	font-size: 25px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.gzhsc_part1_item_desc{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}
.gzhsc_part1 .gzhsc_part1_item_desc{
	height: 110px;
}
.pcwxyx .gzhsc_part1_item_desc{
	height: auto;
	margin-bottom: 30px;
}
.gzhsc_part1_item_btnbox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gzhsc_part1_item_btn{
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #3272ff;
	border-radius: 30px;
	color: #3272ff;
	font-size: 14px;
	background-color: #fff;
	cursor: pointer;
}
.gzhsc_part1_item_btn:hover{
	background-image: linear-gradient(90deg,#0081e4,#00dbc3);
	color: #fff;
	border-image: linear-gradient(90deg,#0081e4,#00dbc3);
}
.pcwxyx .gzhsc_part1_item:hover .gzhsc_part1_item_title{
	color: #3272FF;
}
.pcwxyx .gzhsc_part1_item_btn:hover{
	background-image: linear-gradient(90deg,#24B9FF,#1465F5);
	color: #fff;
	border-image: linear-gradient(90deg,#24B9FF,#1465F5);
}
/*gzhsc_part2*/
.gzhsc_part2{
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
	padding: 100px 0 30px;
}
.gzhsc_part2_main{
	margin-top: 48px;
	position: relative;
}
.pos_mid{
	width: 100%;
	height: 340px;
	background-image: url(../../images/gzhsc/part2_logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
}
.pos_mid_bot{
	position: relative;
	z-index: 3;
}
.gzhsc_part2_public_item{
	display: flex;
	align-items: center;
}
.gzhsc_part2_public_item_right{
	margin-left: 20px;
}
.gzhsc_part2_public_item_rightT{
	font-size: 25px;
	color: #333;
	font-weight: bold;
}
.gzhsc_part2_public_item_rightD{
	font-size: 14px;
	color: #777777;
	line-height: 26px;
}
.gzhsc_part2_public_item_img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.gzhsc_part2_public_item_img:hover{
	transform: rotate(360deg);
	transition: 1s ease;
}
.gzhsc_part2_main_part1{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}
.gzhsc_part2_main_part2{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}
.gzhsc_part2_item_btnbox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gzhsc_part2_item_btn{
	display: inline-block;
	padding: 14px 44px;
	background-image: linear-gradient(90deg,#0081e4,#00dbc3);
	color: #fff;
	border-image: linear-gradient(90deg,#0081e4,#00dbc3);
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0 0 6px #00dbc3;
}
/*gzhsc_part3*/
.gzhsc_part3{
	width:100%;
	background-image: url(../../images/gzhsc/part3_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color:#F4F4F4;
	padding: 140px 0 40px;
}
.gzhsc_part3_list{
	margin-top: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gzhsc_part3_item{
	width: 16.67%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.gzhsc_part3_item .gzhsc_part3_public_item_img{
	width: 131px;
	height: 146px;
	background-repeat: no-repeat;
	background-size: left;
}
.gzhsc_part3_public_item_img:hover{
	transform: rotate(360deg);
	transition: 1s ease;
}
.gzhsc_part3_item p{
	font-size: 16px;
	color: #fff;
	padding-right: 10px;
}
.gzhsc_part3 .bt{
	margin-top: 46px;
	display: flex;
	justify-content: center;
}
.gzhsc_part3 .bt>a{
    display: inline-block;
	padding: 14px 44px;
	color: #fff;
	border:1px solid #fff;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	background-color: transparent;
	cursor: pointer;
}
.gzhsc_part3 .bt>a:hover{
	background-color: #fff;
	color: #3272FF;
}
/*gzhsc_part4*/
.gzhsc_part4{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 62px 0 50px;
}
.sec4_swiContainer{
	position: relative;
	margin-top: 60px;
}
.sec4_swiContainer .swiper-wrapper{
	width: 80%;
	height: 310px;
	margin: auto;
}
.sec4_swiContainer .swiper-slide{
	width: 100%;
	height: 100%;
}
.sec4_swiper_item{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	overflow: hidden;
}
.sec4_swiper_item img{
	width: 460px;
	height: 290px;
	object-fit: cover;
}
.sec4_swiContainer_listself{
	width: 200px;
	height: 100%;
	position: absolute;
	right: 200px;
	top: 0;
	z-index: 20;
	border-left: 1px solid #eeeeee;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sec4_swiContainer_listself li{
	font-size: 16px;
	padding-left: 50px;
	border-left: 4px solid transparent;
	cursor: pointer;
}
.sec4_swiContainer_listself li.active{
	border-left: 4px solid #3272ff;
	color: #3272ff;
	font-weight: bold;
}
/*gzhsc_part5*/
.gzhsc_part5{
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
	padding: 60px 0 30px;
}
.gzhsc_public_desc2{
	font-size: 16px;
	color: #3272ff;
	text-align: center;
	padding-top: 30px;
}
.gzhsc_part5_lists{
	width: 100%;
	height: 240px;
	display: flex;
	margin-top: 60px;
}
.gzhsc_part5_lists div:first-child{
	width: 180px;
	height: 240px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 50px;
	
}
.gzhsc_part5_lists div:last-child{
	width: 900px;
	height: 400px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
/*gzhsc_part6*/
.gzhsc_part6{
	width:100%;
	height: auto;
	background-image: url(../../images/gzhsc/part6_bg.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-color: #f4f4f4;
    padding:120px 0 40px;
}
.gzhsc_part6_list{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.gzhsc_part6_item{
	display: flex;
	align-items: center;
	width: 50%;
	margin-bottom: 50px;
	padding-right: 90px;
	cursor: pointer;
}
.gzhsc_part6_item:nth-child(3),.gzhsc_part6_item:nth-child(4){
	margin-bottom: 0px;
}
.gzhsc_part6_item_left{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.gzhsc_part6_item_left_top{
	width: 100px;
	height: 100px;
	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: 67px;
    height: 67px;
    object-fit: contain;
    margin: 10px 0 0 8px;
}
.gzhsc_part6_item_left_bot{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: red;
	position: relative;
	z-index: 1;
	margin-top: -50px;
}


.gzhsc_part6 .bt{
	margin-top: 46px;
	display: flex;
	justify-content: center;
}
.gzhsc_part6 .bt>a{
    display: inline-block;
	padding: 14px 44px;
	color: #fff;
	border:1px solid #fff;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	background-color: transparent;
	cursor: pointer;
}
.gzhsc_part6 .bt>a:hover{
	background-color: #fff;
	color: #3272FF;
}
.gzhsc_part6_item_right{
	color: #fff;
	margin-left: 34px;
}
.gzhsc_part6_item_right_title{
	font-size: 25px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.gzhsc_part6_line{
	width: 130px;
	height: 1px;
	background-color: transparent;
	margin-left: 26px;
}
.gzhsc_part6_item_right_desc{
	font-size: 14px;
	line-height: 26px;
}
.gzhsc_part6_item:hover .gzhsc_part6_line{
	background-color: #fff;
}
/*gzhsc_part7*/
.gzhsc_part7{
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
	padding: 74px 0;
}
.gzhsc_part7_list{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.gzhsc_part7_item{
	width: 180px;
	height: 180px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 10px 10px 0;
	border:2px solid transparent;
	border-radius: 5px;
}
.gzhsc_part7_item:hover{
	border-image: linear-gradient(#00d3c5,#0085de) 2 2;
}
.gzhsc_part7_item:nth-child(6n){
	margin: 0 0px 10px 0;
}
.gzhsc_part7_item img{
	width: 85px;
	height: 85px;
	object-fit: contain;
}
.gzhsc_part7_item_title{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.gzhsc_part7_item_desc{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
/*gzhsc_part8*/
.gzhsc_part8{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 46px 0;
}
.gzhsc_part8_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 63px;
}
.gzhsc_part8_item{
	width: 20%;
	height: 100px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 20px;
}
.gzhsc_part8_1{
	background-image: url(../../images/gzhsc/part8_1.png);
}
.gzhsc_part8_2{
	background-image: url(../../images/gzhsc/part8_2.png);
}
.gzhsc_part8_3{
	background-image: url(../../images/gzhsc/part8_3.png);
}
.gzhsc_part8_4{
	background-image: url(../../images/gzhsc/part8_4.png);
}
.gzhsc_part8_5{
	background-image: url(../../images/gzhsc/part8_5.png);
}
.gzhsc_part8_6{
	background-image: url(../../images/gzhsc/part8_6.png);
}
.gzhsc_part8_7{
	background-image: url(../../images/gzhsc/part8_7.png);
}
.gzhsc_part8_8{
	background-image: url(../../images/gzhsc/part8_8.png);
}
.gzhsc_part8_9{
	background-image: url(../../images/gzhsc/part8_9.png);
}
.gzhsc_part8_10{
	background-image: url(../../images/gzhsc/part8_10.png);
}
.gzhsc_part8_11{
	background-image: url(../../images/gzhsc/part8_11.png);
}
.gzhsc_part8_12{
	background-image: url(../../images/gzhsc/part8_12.png);
}
.gzhsc_part8_13{
	background-image: url(../../images/gzhsc/part8_13.png);
}
.gzhsc_part8_14{
	background-image: url(../../images/gzhsc/part8_14.png);
}
.gzhsc_part8_15{
	background-image: url(../../images/gzhsc/part8_15.png);
}
/*active*/
.gzhsc_part8_1:hover{
	background-image: url(../../images/gzhsc/part8_1_active.png);
}
.gzhsc_part8_2:hover{
	background-image: url(../../images/gzhsc/part8_2_active.png);
}
.gzhsc_part8_3:hover{
	background-image: url(../../images/gzhsc/part8_3_active.png);
}
.gzhsc_part8_4:hover{
	background-image: url(../../images/gzhsc/part8_4.png);
}
.gzhsc_part8_5:hover{
	background-image: url(../../images/gzhsc/part8_5_active.png);
}
.gzhsc_part8_6:hover{
	background-image: url(../../images/gzhsc/part8_6_active.png);
}
.gzhsc_part8_7:hover{
	background-image: url(../../images/gzhsc/part8_7.png);
}
.gzhsc_part8_8:hover{
	background-image: url(../../images/gzhsc/part8_8_active.png);
}
.gzhsc_part8_9:hover{
	background-image: url(../../images/gzhsc/part8_9_active.png);
}
.gzhsc_part8_10:hover{
	background-image: url(../../images/gzhsc/part8_10_active.png);
}
.gzhsc_part8_11:hover{
	background-image: url(../../images/gzhsc/part8_11_active.png);
}
.gzhsc_part8_12:hover{
	background-image: url(../../images/gzhsc/part8_12.png);
}
.gzhsc_part8_13:hover{
	background-image: url(../../images/gzhsc/part8_13_active.png);
}
.gzhsc_part8_14:hover{
	background-image: url(../../images/gzhsc/part8_14_active.png);
}
.gzhsc_part8_15:hover{
	background-image: url(../../images/gzhsc/part8_15_active.png);
}
/*公共*/
.pcgzhsc .swiper-button-next{
	width: 44px;
	height: 44px;
	background-image: url(../../images/gzhsc/next.png) !important;
	background-size: 44px 44px;
}
.pcgzhsc .swiper-button-prev{
	width: 44px;
	height: 44px;
	background-image: url(../../images/gzhsc/prev.png) !important;
	background-size: 44px 44px;
}
/*wxyx 页面*/
/*公共*/
.pcwxyx .swiper-button-next{
	width: 44px;
	height: 44px;
	background-image: url(../../images/wxyx/next.png) !important;
	background-size: 44px 44px;
}
.pcwxyx .swiper-button-prev{
	width: 44px;
	height: 44px;
	background-image: url(../../images/wxyx/prev.png) !important;
	background-size: 44px 44px;
}
.wxyx_part2{
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
	padding: 71px 0 78px;
}
.wxyx_publicbtnbox{
	display: flex;
	justify-content: center;
}
.wxyx_publicbtn{
	display: inline-block;
	height: 50px;
	line-height: 48px;
	padding: 0 52px;
	border: 2px solid #3272FF;
	color: #3272FF;
	font-size:16px;
	border-radius: 30px;
	cursor: pointer;
}
.wxyx_publicbtn:hover{
	background-color: #3272FF;
	color: #fff;
}
.wxyx_part2_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 160px;
}
.wxyx_part2_item{
	width: 370px;
	height: 300px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}
.wxyx_part2_item:hover{
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.wxyx_part2_item_line{
	width: 100%;
	height: 10px;
	background-color: #3272FF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.wxyx_part2_item_imgbox{
	width: 188px;
	height: 188px;
	position: absolute;
	left: 50%;
	top: -79px;
	transform: translateX(-50%);
	z-index: 5;
}
.wxyx_part2_item_imgbox img{
	width: 188px;
	height: 188px;
}
.wxyx_part2_item_num{
	font-size: 70px;
	color: #E0E0E0;
	position: absolute;
	left: 50%;
	top: -120px;
	transform: translateX(-50%);
	z-index: 4;
}
.wxyx_part2_item_main{
	padding:110px 30px 30px;
}
.wxyx_part2_item_title{
	font-size: 25px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.wxyx_part2_item_desc{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
/*wxyx_part3*/
.wxyx_part3{
	width: 100%;
	height: 650px;
	background-image: linear-gradient(90deg,#0081E4,#00DFC2);
	color: #fff;
	padding: 72px 0 80px;
}
.wxyx_publicbtn2{
	display: inline-block;
	height: 50px;
	line-height: 48px;
	padding: 0 52px;
	border: 2px solid #fff;
	color: #fff;
	font-size:16px;
	border-radius: 30px;
	cursor: pointer;
}
.wxyx_publicbtn2:hover{
	background-color: #fff;
	color: #3272FF;
}
.wxyx_part3_list_con{
	display: flex;
	align-items: center;
	padding: 0 70px;
	justify-content: space-between;
}
.wxyx_part3_list_item{
	width:220px;
	height:280px;
	background:rgba(255,255,255,1);
	border-radius:5px;
	padding: 50px 40px 40px;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}
.wxyx_part3_list_item:hover .wxyx_part3_list_item_line{
	background:rgba(50,114,255,1);
}
.wxyx_part3_list_item:hover {
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.wxyx_part3_list_item_line{
	width:220px;
	height:10px;
	background:#fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
}
.wxyx_part3_list_item_img{
	width: 108px;
	height: 108px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.wxyx_part3_list_item_img img{
	width: auto;
	height: auto;
}
.wxyx_part3_list_item_title{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 14px;
	text-align: center;
}
.wxyx_part3_list_item_desc{
	color: #999999;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}
/*wxyx_part4*/
.wxyx_part4{
	width: 100%;
	height: auto;
	padding: 86px 0;
	background-color: #f4f4f4;
}
.wxyx_part4_list{
	width: 100%;
	height: 408px;
	margin-top: 70px;
}
.wxyx_part4_list img{
	width: 100%;
	height: 408px;
}
