.banner {
	height: 7rem;
}

.banner .swiper {
	height: 100%;
}


#banner .swiper-pagination{
	right: 1.71rem !important;
}
#banner .swiper-pagination-bullet {
	width: 0.12rem;
	height: 0.12rem;
	background: #FFFFFF;
	opacity: 0.4;
	transition: 0.3s;
	margin: 0 0.04rem;
}

#banner .swiper-pagination-bullet-active {
	width: 0.3rem !important;
	height: 0.12rem;
	background: #FFFFFF;
	border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
	opacity: 1 !important;
	position: relative;
}
#banner .swiper-slide{
	height: 100%;
}
#banner .swiper-slide img{
	transform: scale(1.2);
}

#banner .swiper-slide.swiper-slide-active img{
	transform: scale(1);
	transition: all 1s;
}
#banner .swiper-pagination {
	line-height: 1;
	bottom: 0.3rem;
	top: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gg{
	width: 100%;
	height: 0.62rem;
	background: #FFFFFF;
	position: relative;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}
.gg .ggleft{
	width: 1.31rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.16rem;
	color: #1E458D;
}
.gg .ggleft img{
	width: 0.26rem;
	height: 0.2rem;
	margin-right: 0.1rem;
}
.gg .ggSwiper{
	width: calc(100% - 1.31rem);
	height: 0.62rem;
}
.gg .ggSwiper .ggtitle{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.16rem;
	color: #000000;
}
.gg .ggSwiper .ggtime{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
}
.index_part3{
	background: #FFFFFF;
	padding-top: 1rem;
	padding-bottom: 1.8rem;
}
.part2_1{
	display: flex;
	position: relative;
}
.part2_1left .aboutTitle{
	margin-bottom: 0.4rem;
}
.part2_1left .aboutTitle .txt1{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.36rem;
	color: #272727;
}
.part2_1left .aboutTitle .txt2{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.26rem;
	color: #272727;
}
.part2_1left .part2_1txt {
	width: 8.04rem;
	height: 3.04rem;
	background: #F5F5F5;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #272727;
	line-height: 0.3rem;
	padding-top: 0.4rem;
	padding-left: 0.3rem;
	padding-right: 0.74rem;
	padding-bottom: 0.4rem;
	position: relative;
	left: 0;
	z-index: 1;
}
.part2_1left .part2_1txt .more{
	width: 1.7rem;
	height: 0.48rem;
	background: #1E458D;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.48rem;
	margin-top: 0.35rem;
}
.part2_1left .part2_1txt .more a{
	display: block;
	width: 100%;
	height: 100%;
}

.part2_1left .part2_1txt .more:hover{
	background: #38AD50;
	transition: all 0.5s;
}
.part2_1right{
	width: 7.45rem;
	height: 6.76rem;
	margin-left: 0.55rem;
	position: absolute;
	right: 0;
}
.part2_1right img{
	width: 100%;
	height: 100%;
}
.part3_num{
	width: 7rem;
	padding-top: 0.71rem;
	padding-bottom: 0.23rem;
	display: flex;
	flex-wrap: wrap !important;
}
.part3_num .numDiv{
	width: 3.1rem;
	height: 0.48rem;
	background: #38AD50;
	border-radius: 0.2rem 0rem 0.2rem 0rem;
	margin-right: 0.4rem;
	margin-bottom: 0.3rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.48rem;
	display: flex;
	justify-content: center;
}
.part3_num .numDiv .num{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.3rem;
	color: #FFFFFF;
	display: inline-block;
	margin: 0 0.15rem;
}

.index_title{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 0.4rem;
	color: #222222;
	text-align: center;
}
.index_hr{
	width: 0.6rem;
	height: 0.04rem;
	background: #1E458D;
	margin: 0.3rem auto;
}
.p_a_s{
	position: relative;
	width: 100%;
	height: 6.33rem;
}
.p_a_s .pas_list{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.p_a_s .pas_list .pas_l{
	width: calc(100% / 4);
	height: 100%;
	display: flex;
    align-items: flex-end;
    justify-content: center;
	transition: all 1s;
}
.p_a_s .pas_list .pas_l:hover{
	transition: all 1s;
	background: rgba(0,97,174,0.8);
}
.p_a_s .pas_list .pas_l:hover .pas_lb{
	margin-bottom: 1.65rem;
	transition: all 1s;
}
.p_a_s .pas_list .pas_l:hover .txt2{
	display: block;
}
.p_a_s .pas_list .pas_l .icon{
	width: 0.8rem;
	height: auto;
	margin-bottom: 0.5rem;
	margin: 0 auto;
}
.p_a_s .pas_list .pas_l .txt1{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.28rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.5rem;
}
.p_a_s .pas_list .pas_l .txt2{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.45rem;
	display: none;
}
.p_a_s .pas_list .pas_l .pas_lb{
	margin-bottom: 0.65rem;
	transition: all 1s;
}
.p_a_s_S{
	position: relative;
	background: url("../img/pas_bg2.png");
	background-size: 100% 100%;
	padding: 0.8rem 0;
}
.p_a_s_Swiper{
	width: 13.4rem;
	position: unset !important;
}
.p_a_s_Swiper .ps_sImg{
	width: 100%;
	height: 3rem;
	background: #FFFFFF;
}
.p_a_s_Swiper img{
    object-fit: contain!important;
}
.p_a_s_Swiper .ps_sTitle{
	height: 0.62rem;
	background: #FFFFFF;
	padding: 0.2rem 0.21rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	text-align: center;
}
.p_a_s_Swiper .swiper-slide:hover .ps_sTitle{
	color: #1E458D;
}
.p_a_s_S .swiper-button-next{
	right: 2.1rem;
}
.p_a_s_S .swiper-button-prev{
	left: 2.1rem;
}
.p_a_s_S .swiper-button-next,
.p_a_s_S .swiper-button-prev{
	width: 0.4rem;
	height: 0.4rem;
	background: #DCEDFF;
	border-radius: 50%;
}
.p_a_s_S .swiper-button-next::after,
.p_a_s_S .swiper-button-prev::after{
	font-size: 0.14rem;
	font-weight: bold;
	color: #FFFFFF;
}
.p_a_s_S .swiper-button-next:hover,
.p_a_s_S .swiper-button-prev:hover{
	background: #A0CEFF;
}

.zpzb{
	background: #FAFAFA;
	padding: 0.6rem 0;
}
.zpzb .zpList{
	width: 14.7rem;
	margin: 0 auto;
}
.zpzb .zpList .zpL{
	width: 4.6rem;
	height: 5.97rem;
	background: #FFFFFF;
	margin-right: 0.45rem;
	transition: all 0.35s;
}
.zpzb .zpList .zpL:hover{
	box-shadow: 0rem 0.03rem 0.15rem 0.01rem rgba(0,0,0,0.21);
}
.zpzb .zpList .zpL .zpLimg{
	width: 100%;
	height: 3.87rem;
}
.zpzb .zpList .zpL .zpLbox{
	height: 2.1rem;
	background: #FFFFFF;
	padding: 0.35rem 0.2rem;
}
.zpzb .zpList .zpL .zpLbox .txt1{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.24rem;
	color: #333333;
}
.zpzb .zpList .zpL .zpLbox .txt2{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #777777;
	margin: 0.2rem 0;
}
.zpzb .zpList .zpL .zpLbox .txt3{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
}


@media only screen and (max-width:768px){
    .banner {
    height: auto;
    }
    .gg{
            padding: 0 0.2rem;
    }
    .part2_1left .part2_1txt{
        width: auto;
        height:auto;
    }
    .part2_1right{
        position: relative;
        width: auto;
    height: auto;
    margin-left: 0;
    }
    .part2_1{
        flex-wrap: wrap;
    }
    .index_part3{
        padding-left: 0.2rem;
    padding-right: 0.2rem;
    }
    .part3_num .numDiv{
        margin-right: 0;
    }
    .p_a_s .pas_list .pas_l:hover .pas_lb{
        margin-bottom: 0.3rem;
    }
    .p_a_s .pas_list .pas_l .txt1{
            margin-top: 0.2rem;
    }
    .p_a_s .pas_list .pas_l .txt2{
        margin-top: 0.2rem;
    }
    .p_a_s{
        height: auto;
    }
    .p_a_s_Swiper{
            width: auto;
    }
    .p_a_s_S .swiper-button-next {
    right: 1rem;
    }
    .p_a_s_S .swiper-button-prev {
    left: 1rem;
    }
    .zpzb .zpList{
        width: auto;
            justify-content: center;
            gap: 0.4rem 0;
    }
    .zpzb .zpList .zpL{
            margin-right: 0;
    }
}