@keyframes example {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.home-font {
    position: absolute;
    top: 22vw;
    left: 25vw;
    animation: example 10s linear alternate forwards;
    z-index: 10;
    width: 50%;
}

.home-park {
    font-family: "计算器字体";
    color: #156eca;
    font-size: 25px;
    font-weight: bold;
}

.home-park-sub {
    color: #156eca;
    font-size: 12px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase
}

.home-park-content {
    color: #8f8f8f;
    font-size: 16px;
    line-height: 25px;

}

.home-tab {
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.home-tab-sub {
    display: flex;
    justify-content: space-between;
    margin-left: 11%;
    margin-top: 31px;

}

.line {
    width: 38px;
    border: 1px solid #156eca;
    /* margin: 30px 0; */
    margin-bottom: 28px;
}

.img0 {
    background: url('../img/home/park/park-white.png') no-repeat;
    width: 70px;
    height: 80px;
}

.img0:hover {
    background: url('../img/home/park/park-blue.png') no-repeat;
}

.img0-pricture {
    color: #8f8f8f;
    text-align: center;
}

.img0-pricture:hover {
    color: #156eca;
    text-align: center;
    cursor: pointer
}

.img1 {
    background: url('../img/home/park/traffic-white.png') no-repeat;
    width: 70px;
    height: 80px;
}

.img1-pricture {
    color: #8f8f8f;
    text-align: center;
}

.img1-pricture:hover {
    color: #156eca;
    text-align: center;
    cursor: pointer
}

.img1:hover {
    background: url('../img/home/park/traffic-blue.png') no-repeat;
}

.img2 {
    background: url('../img/home/park/facilities-white.png') no-repeat;
    width: 70px;
    height: 80px;
}

.img2-pricture {
    color: #8f8f8f;
    text-align: center;
}

.img2-pricture:hover {
    color: #156eca;
    text-align: center;
    cursor: pointer
}

.img2:hover {
    /* display: none; */
    background: url('../img/home/park/facilities-blue.png') no-repeat;
    color: #156eca;
}

.img3 {
    background: url('../img/home/park/resources-white.png') no-repeat;
    width: 70px;
    height: 80px;
}

.img3-pricture {
    color: #8f8f8f;
    text-align: center;
}

.img3-pricture:hover {
    color: #156eca;
    text-align: center;
    cursor: pointer
}

.img3:hover {
    /* display: none; */
    background: url('../img/home/park/resources-blue.png') no-repeat;
    color: #156eca;
}

.img4 {
    background: url('../img/home/park/position-white.png') no-repeat;
    width: 70px;
    height: 80px;
}

.img4-pricture {
    color: #8f8f8f;
    text-align: center;
}

.img4-pricture:hover {
    color: #156eca;
    text-align: center;
    cursor: pointer
}

.img4:hover {
    /* display: none; */
    background: url('../img/home/park/position-blue.png') no-repeat;
    color: #156eca;
}

.img5 {
    background: url('../img/home/park/card-white.png') no-repeat;
    width: 70px;
    height: 80px;
}

.img5-pricture {
    color: #8f8f8f;
    text-align: center;
}

.img5-pricture:hover {
    color: #156eca;
    text-align: center;
    cursor: pointer
}

.img5:hover {
    /* display: none; */
    background: url('../img/home/park/card-blue.png') no-repeat;
    color: #156eca;
}

.img6 {
    background: url('../img/home/park/huanjing-white.png') no-repeat;
    width: 70px;
    height: 80px;
}

.img6-pricture {
    color: #8f8f8f;
    text-align: center;
}

.img6-pricture:hover {
    color: #156eca;
    text-align: center;
    cursor: pointer
}

.img6:hover {
    /* display: none; */
    background: url('../img/home/park/huanjing-blue.png') no-repeat;
    color: #156eca;
}

.img7 {
    background: url('../img/home/park/PPT-white.png') no-repeat;
    width: 70px;
    height: 80px;
}

.img7-pricture {
    color: #8f8f8f;
    text-align: center;
}

.img7-pricture:hover {
    color: #156eca;
    text-align: center;
    cursor: pointer
}

.img7:hover {
    /* display: none; */
    background: url('../img/home/park/PPT-blue.png') no-repeat;
    color: #156eca;
}

.backimg {
    background: url('../img/home/zu.png') no-repeat;
    /* width: 100%; */
    text-align: center;
    background-size: 100% 100%;
    padding: 70px 0;
}

.home-content-title {
    font-family: "计算器字体";
    color: white;
    font-size: 60px;
    position: relative;
}

.home-content-title_a {
    font-family: "计算器字体";
    color: white;
    font-size: 60px;
}

.home-content-title_b {
    font-size: 12px;
    position: absolute;
    left: 100%;
    margin-left: 2px;
    white-space: nowrap;
}

.home-content-titlesup {
    font-family: "计算器字体";
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.home-content-park {
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    opacity: 0.7;
}

.home-content-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.home-content-sup {
    display: flex;
    justify-content: start;
    color: white;
}

.home-margin {
    margin-top: 5px;
    margin-bottom: 30px;
}

.home-sup {
    margin: 0 auto;
}

.swiper-slide {
    background: white;
}

.img-padding:hover {
    transform: scale(1.1);
}

.swiper-new {
    /* height: 270px; */
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    line-height: 20px;
    cursor: pointer
}

.img-padding {
    width: 100%;
    min-height: 100%;
    transition: all 0.8s ease 0s
}

.swiper-button-prev {
    background: url('../img/home/name/tab-lef.png');
    left: -35px;
    right: auto;
}

.swiper-button-next {
    background: url('../img/home/name/tab-right.png');
    right: -30px;
    left: auto;
}

.home-flex-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-sub-title {
    color: white;
    font-size: 14px;
    margin-top: 3px;
}

.sub-home {
    background: #2785e1;
}

/* .fontqq{
    font-family: "计算器字体";
    margin: 0 auto;
    text-align: center;
}  */
