.banner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.banner .bannerContext {
    width: auto;
    height: auto;
    position: relative;
    z-index: 99;
    left: 0;
}
.banner .bannerContext .bannerI {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.banner .bannerContext .bannerItem {
    height: 620px;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.banner .bannerContext .bannerItem .more {
    position: relative;
    right: 24%;
    top: 200px;
    margin-top: 20px;
}
.banner .bannerContext .bannerItem a {
    display: inline-block;
    color: #063493;
    border: #063493 1px solid;
    width: 162px;
    height: 52px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 26px;
}
.banner .bannerContext .bannerItem a:hover {
    text-decoration:none;
    background-color: #063493;
    color: #fff;
}
.banner .bannerPagination {
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.banner .bannerPagination span {
    margin: 0 5px;
    cursor: pointer;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 4px;
    background-color: #fff;
    opacity: 0.7;
}
.banner .bannerPagination span.active {
    width: 24px;
    opacity: 1;
}
.banner .bannerLeft {
    position: absolute;
    left: 1%;
    top: 36%;
    z-index: 99;
}
.banner .bannerRight {
    position: absolute;
    right: 1%;
    top: 36%;
    z-index: 99;
}
.banner .bannerContext .bannerItem .introduce {
    position: relative;
    left: 22%;
    top: 200px;
    max-width: 650px;
    height: auto;
    color: #fff;
    text-align: left;
}
@font-face {
    font-family: 'ALIHYAIHEI-BETA';
    src: url('ALIHYAIHEI-BETA.TTF');
}
.banner .bannerContext .bannerItem .introduce .title {
    font-family: "ALIHYAIHEI-BETA";
    font-weight: 400;
    font-size: 50px;
    line-height: 72px;
    color: #181818;
    margin-bottom: 16px;
}
.banner .bannerContext .bannerItem .introduce .description {
    font-size: 18px;
    line-height: 36px;
    color: #181818;
    max-width: 630px;
    /* background: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    padding: 5px; */
}

/* 在小于或等于 1024 像素的屏幕上 */
@media (max-width: 1920px) {
    .banner .bannerContext .bannerItem .introduce {
        left: 18%;
    }
    .banner .bannerContext .bannerItem .more {
        right: 28%;
    }
}
@media (max-width: 1700px) {
    .banner .bannerContext .bannerItem .introduce {
        left: 15%;
    }
    .banner .bannerContext .bannerItem .more {
        right: 30%;
    }
}
@media (max-width: 1520px) {
    .banner .bannerContext .bannerItem .introduce {
        left: 10%;
    }
    .banner .bannerContext .bannerItem .more {
        right: 34%;
    }
}
@media (max-width: 1330px) {
    .banner .bannerContext .bannerItem .introduce {
        left: 3%;
    }
    .banner .bannerContext .bannerItem .more {
        right: 40%;
    }
}
@media (min-width: 992px) {
}
