@charset "UTF-8";
@import url(./wappublic.css);
@import url(./wapheader.css);
@import url(./fenlan.css);
@import url(./wapfooter.css);
.main{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
/* 头部 */
.mainTop{
    width: 100%;
    padding-top: 0.25rem;
}
.banner{
    width: 100%;
    height: 100%;
}
.mainTop:hover{
    cursor: pointer;
}
.mainTop-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: all 2s ease 2.5s;
    transform: perspective(1000rem) translate3d(0, 0, 200rem);
}
.banner .active .mainTop-img {
    transition: all 5s ease 0s;
    transform: perspective(1000rem) translate3d(0, 0, 0rem);
}
/* 首页轮播 */
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:0.27rem !important;
    left: 0;
    width: 100%;
}
.banner .swiper-pagination-bullet{
    width:0.11rem !important;
    height:0.11rem !important;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1 !important;
}
.banner .swiper-pagination-bullet-active{
    width:0.48rem !important;
    height:0.11rem !important;
    background: #fff !important;
    border-radius:0.1rem !important;
    opacity: 1 !important;
}



/* 学校简介 */
.about{
    width: 90%;
    margin:0.7rem auto;
    display: flex;
    flex-direction: column;
}
.about_top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
}
.about_top img{
    width: 0.25rem;
    height: 0.3rem;
}
.about_text01{
    display: block;
    font-family: Tensentype RuiHeiJ-W3, Tensentype RuiHeiJ-W3;
    font-weight: 600;
    font-size: 0.36rem;
    color: #113895;
    margin: 0 0.24rem;
}

.about_info{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.about_info_text{
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 0.28rem;
    color: #000;
    line-height: 0.48rem;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    text-indent: 2em;
    margin-bottom: 0.24rem;
}
.about_info_img01{
    width: 100%;
    display: flex;
    margin-bottom: 0.2rem;
}
.about_info_img{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.about_info_img img{
    width:48%;
}

/* 职普融通 卓越之选 */
.zprt{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.7rem;
}
.zprt_banner{
    width:100%;
    height: 4rem;
    margin: 0 auto;
    display: flex;
    border-radius: 0.13rem;
    overflow: hidden;
    position: relative;
}
.zprt_banner .swiper-wrapper{
    width: 100%;
}
.zprt_banner .swiper-wrapper .swiper-slide{
    width:5rem;
    height:4rem;
    transition: 300ms;
    display: flex;
    flex-direction: column;
    background: #FAFAFA;
    transform: scale(0.8,0.75);
    
}
.zprt_banner .swiper-wrapper .swiper-slide-active {
    transform: scale(1);
}
.zprt_banner .swiper-wrapper .swiper-slide-prev,
.zprt_banner .swiper-wrapper .swiper-slide-next{
    transform: scale(0.8,0.75);
}
.zprt_banner .swiper-wrapper .swiper-slide img{
    width: 1.3rem;
    margin: 0 auto;
    margin-top: 0.3rem;
}
.zprt_banner_text{
    width: 100%;
    height: 2.5rem;
    background: #FAFAFA;
    text-align: center;
    padding: 0.15rem 0.28rem 0.2rem 0.28rem;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 0.13rem 0.13rem;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(144,144,144,0.25);
}
.zprt_banner_text p{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 0.26rem;
    color: #1E1E1E;
    margin-bottom: 0.2rem;
}
.zprt_banner_text div{
    font-family: PingFang SC, PingFang SC;
    font-weight: 300;
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.35rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zprt_banner .swiper-slide-active, .zprt_banner .swiper-slide-duplicate-active{
    z-index: 9999;
}
.zprt_banner .button-prev:focus {
    outline: none !important;
}

.zprt_banner .button-next:focus {
    outline: none !important;
}

.zprt_banner .button-prev {
    position: absolute;
    width: 0.88rem;
    height: 3.6rem;
    background: rgba(0,0,0,0.67);
    top: 0.3rem;
    left: 0;
    z-index: 1;
    border-radius: 0.13rem 0 0 0.13rem;
}

.zprt_banner .button-next {
    position: absolute;
    width: 0.88rem;
    height: 3.6rem;
    background: rgba(0,0,0,0.67);
    top: 0.3rem;
    right: 0;
    z-index: 1;
    border-radius: 0 0.13rem 0.13rem 0;
}
.zprt_banner .swiper-button-next,.zprt_banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width:0.48rem;
    height:0.48rem;
    margin-top: -0.22rem;
    z-index: 10;
    cursor: pointer;
    background-size: 0.48rem 0.48rem !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/js_iconright.png) !important;
    right:0 !important;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/js_iconleft.png) !important;
    left:0 !important;
    right: auto;
}
.zprt_more{
    width: 2.2rem;
    height: 0.58rem;
    box-shadow: 0rem 0.04rem 0.04rem 0rem rgba(133,133,133,0.3);
    border-radius: 0.38rem;
    border: 0.01rem solid #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.24rem;
    color: #1E1E1E;
    margin: 0 auto;
    margin-top: 0.4rem;
}
.zprt_more:active{
    opacity: 0.5;
}
.zprt_more img{
    width: 0.13rem;
    height: 0.17rem;
    margin-left: 0.1rem;
}



/* 魅力商贸 环境一流 */
.Campus{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom:0.55rem;
}
.Campus_tab{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.Campus_tab_list{
    width: 100%;
    margin-bottom: 0.36rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 0.35rem;
}
.Campus_tab_list ul{
    width: 200%;
    display: flex;
    align-items: center;
    padding-bottom: 0.2rem;
    margin-bottom: -0.2rem;
    overflow-x: scroll;
}
/* 针对Firefox */
html {
    scrollbar-width: none;
  }
   
  /* 针对Chrome, Edge和Safari */
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    z-index: -1;
  }
.Campus_tab_list ul li{
    padding: 0.12rem 0.4rem;
    box-shadow: 0rem 0.03rem 0.04rem 0rem rgba(255,255,255,0.21);
    border-radius: 0.3rem;
    border: 0.01rem solid #999999;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.26rem;
    color: #666666;
    margin-right: 0.25rem;
}
.Campus_current{
    background: #113895 !important;
    color: #FFFFFF !important;
    border: none !important;
}
.Campus_tab_con{
    width: 90%;
    margin: 0 auto;
}
.Campus_itema{
    width: 100%;
    display: none;
}
.Campus_list{
    width: 100%;
    display: flex;
}
.Campus_list img{
    width: 100%;
}