header {
    z-index: 999;
    top: 0;
    left: 0;
    /*position: fixed;*/
    width: 100%;
    /*background-color: rgba(128, 128, 128, 1);*/
    /*background-color: rgb(98, 141, 179);*/
    font-size: 16px;
    /*height: 70px;*/
    padding-bottom: 20px;
    padding-top: 15px;
}
header:hover{
    background-color: white;
}
.breadcrumbs {
    color: rgba(255, 255, 255, 1);
	font-size: 17px;
}
.breadcrumbs img {
    width: 30px;
}

.header_logo {
    position: absolute;
    height: 100%;
}

.header_contant {
    display: flex;
    align-items: center;
    justify-content: center;

}

.header-container .menu {
    display: none;
}

.header_contant .PA {
    z-index: 99999;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    background-color: white;
    color: rgba(80, 80, 80, 1);
    line-height: 24px;
    box-shadow: 0px 0px 1px rgb(202, 202, 202);
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    transition: all 0.1s linear;
    width: 140px;
}

.header_contant .PA>div {
    text-align: center;
    padding: 2px 6px;
    cursor: pointer;
}

.header_contant .PA>div:hover {
    background-color: rgb(115, 137, 170);
}

.header_contant>div:hover .PA {
    padding: 4px 0px;
    max-height: 304px;
}

.header_contant>div {
    cursor: pointer;
    width: 120px;
    text-align: center;
    margin-right: 36px;
    font-weight: 700;
    color: black;

    line-height: 42px;
}

.header_contant>div img {
    width: 20px;
}

.pagination {
    color: rgba(80, 80, 80, 1) !important;
}

.pagination .page-item {
    margin-right: 12px;
    /*width: 32px;*/
    height: 32px;
}

.pagination .page-item img {
    width: 12px;
    box-sizing: border-box;
}

.pagination a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    font-size: 12px !important;
    color: rgba(80, 80, 80, 1) !important;
    width: 45px;
    border: 1px solid gray;
    margin-right: 10px;
}

footer {
    background-color: rgba(43, 40, 40, 1);
    /*background-color: rgb(1, 2, 17);*/
}

footer .tip {
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 32px;
}

footer .tip2 {
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}

footer .content {
    margin-top: 180px;
    display: flex;
}

footer .content>div {
    width: 50%;
}

footer .content>.left .footer1 {
    color: rgba(255, 255, 255, 1);
    font-size: 26px;
}

footer .content>.left .footer1 img {
    width: 180px;
}

footer .content>.left .footer2 {
    display: flex;
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
}

footer .content>.left .footer2 img {
    margin-right: 1px;
    width: 48px;
}

footer .content>.left .footer3 {
    margin-top: 20px;
    display: flex;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
}

footer .content>.left .footer3>div {
    display: flex;
    align-items: start;
    margin-right: 16px;
    width: 38px;
    height: 28px;
    border: 1px solid white;
    box-shadow: rgba(155, 155, 155, 1) solid 1px;
}

footer .content>.left .footer3>div img {
    width: 100%;
}

footer .content>.right {
    display: flex;
    color: rgba(128, 128, 128, 1);
    font-size: 18px;
    justify-content: end;
}

footer .content>.right .item {
    margin-left: 100px;

}

footer .content>.right .item .title {
    font-size: 20px;

}

footer .content>.right .item div {
    margin-bottom: 20px;
}

footer .bottom {
    margin-top: 162px;
    padding-bottom: 36px;
    color: rgba(166, 166, 166, 1);
    font-size: 17px;
    text-align: center;
}

.i_bg2,
.i_bg3,
.i_bg4,
.i_bg5,
.i_bg1 {
    width: 100%;
    /*background-image: url(../images/index/bg1.png);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.i_bg2 {
    /*background-image: url(../images/index/bg2.jpg);*/

}

.i_bg3 {
    /*background-image: url(../images/index/bg3.jpg);*/

}

.i_bg4 {
    /*background-image: url(../images/index/bg4.jpg);*/

}

.i_bg5 {
    /*background-image: url(../images/index/bg5.jpg);*/

}
.i_bg6 {
    /*background-image: url(../images/index/bg6.jpg);*/

}

.swiper-pagination {
    left: 16px !important;
}

.pagination_text {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    font-weight: 400;
    font-size: 14px;
}

.PA_index {
    position: absolute;
    height: 100vh;
    width: 66px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(166, 166, 166, 0.3);
    z-index: 2;

    writing-mode: vertical-lr;
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.0em;
}

.mySwiper .boxI {
    color: white;
    margin-top: calc(100vh - 166px);
    margin-right: 66px;
    font-size: 16px;
    margin-left: auto;
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}

.mySwiper .boxI>div {
    padding: 2px 10px;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 146px;
    background-color: rgba(0, 74, 127, 1);
    border: 1px solid rgba(42, 130, 228, 1);
    border-radius: 15px;
    margin-top: 16px;
    cursor: pointer;
}

.mySwiper .boxI>div img {
    width: 30px;
    margin-left: 10px;
}

.PcHidden {
    display: none;
}

.PA_index_xq {
    display: none;
    padding: 4px 0;
    top: 100%;
    background-color: white;
    font-size: 14px;
    width: 100%;
    color: rgba(80, 80, 80, 1);
    left: 0;
    text-align: center;
    box-shadow: 0px 0px 1px rgb(202, 202, 202);
}

.PA_index_xq div {

    padding: 6px 8px;
    cursor: pointer;
}

.boxI>div:nth-child(1):hover .PA_index_xq {
    display: block !important;
}

.PA_index_xq div:hover {
    background-color: rgb(115, 137, 170);
}

@media (max-width:1280px) {
    .cherry {
        height: 125px !important;
    }

    .header-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header_contant>div {
        width: 100px;
        font-size: 14px;
    }

    .header_logo {
        position: static;
        width: 120px;
        margin: 10px 0;
        margin-top: 24px;
    }

    footer .tip {
        font-size: 24px;
    }

    footer .tip2 {
        font-size: 16px;
    }

    footer .content>.left .footer1 {
        font-size: 20px;
    }



    footer .content>.left .footer2 {
        font-size: 16px;
    }

    footer .content>.left .footer3 {
        font-size: 16px;
    }

    .mnxh1 {
        width: 100% !important;
        margin-top: 30px;
    }

    footer .content>.right .item {
        margin-left: 16px;

    }


    footer .content>.right {
        display: flex;
        color: rgba(128, 128, 128, 1);
        font-size: 14px;
        justify-content: end;
    }

    footer .content>.right .item .title {
        font-size: 16px;
    }

    footer .bottom {
        margin-top: 100px;
        padding-bottom: 24px;
        font-size: 18px;
    }

    .i_bg2,
    .i_bg3,
    .i_bg4,
    .i_bg5,
    .i_bg1 {
        background-size: contain;
    }

    .PA_index {
        font-size: 26px;
    }

}

@media (max-width:768px) {
    .breadcrumbs {
        font-size: 12px;
    }
    .breadcrumbs img {
        width: 16px;
    }
    .cherry {
        height: 60px !important;
    }

    .header_logo {
        margin: 10px 0;
    }

    .header_contant {
        flex-direction: column;
        align-items: start;
        display: none;
    }

    .header_contant>div {
        margin-right: 0;
        text-align: left;
        height: 44px;
        line-height: 44px;
    }

    #menu1 {
        display: none;
    }

    .header-container .menu,
    .header-container .menu {
        display: block;
        position: absolute;
        right: 10px;
        top: 8px;
    }

    footer .tip {
        font-size: 20px;
    }

    footer .tip2 {
        font-size: 12px;
    }

    footer .content>.left .footer1 {
        text-align: center;
        font-size: 16px;
    }



    footer .content>.left .footer2 {
        font-size: 12px;
    }

    footer .content>.left .footer3 {
        font-size: 15px;
    }

    footer .content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
    }

    footer .content>div {
        width: 100%;
    }

    footer .content>.right {
        margin-top: 16px;
        justify-content: space-between;
        font-size: 12px;
    }

    footer .content>.left .footer2 img {
        width: 40px;
        height: 88px;
    }

    footer .content>.left .footer3>div {
        width: 36px;
        height: 24px;
    }

    footer .box {
        margin-top: 16px !important;
    }

    footer .bottom {
        font-size: 14px;
        margin-top: 24px;
    }


    .MobileHidden {
        display: none;
    }

    .MobileDisplay {
        display: block;
    }
}