.pagination-center {
    display: block;
    height: 30px;
    width: 300px;
    margin: 0 auto;
    margin-top: -100px;
}

.swiper-pagination {
    margin: 0 auto;
    height: 30px;
    width: 300px;
    margin-left: -10px;
    outline: none;
}

.swiper-pagination span {
    margin-left: 20px;
    outline: none;
}

.swiper-container {
    height: 750px;
    width: 100%;
    overflow: hidden;
}

.swiper-slide .index-slide-title {
    font-size: 55px;
    font-weight: 300;
    font-family: '微软雅黑';
    margin-top: 4%;
    margin-left: 20%;
    color: #ffffff;
    text-shadow: 1px 1px 3px black;
}

.swiper-slide .index-slide-subtitle {
    font-size: 35px;
    font-family: '微软雅黑';
    margin-left: 20%;
    color: #ffffff;
    /* text-shadow: black 0.03em 0.03em 0.1em; */
    margin-top: 0px;
}

.swiper-slide .index-slide-text {
    font-size: 20px;
    max-width: 554px;
    line-height: 2;
    font-family: '微软雅黑';
    margin-left: 20%;
    color: #ffffff;
    /* text-shadow: black 0.04em 0.04em 0.1em; */
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    opacity: 1;
    background: rgba(0, 0, 0, 8%);
    transition: all 0.3s;
    font-family: '微软雅黑';
}

.swiper-pagination-bullet:hover {
    background: #00706b;
    color: #ffffff;
    box-shadow: 1px 1px 5px 0px #989898;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #009e96;
    box-shadow: 1px 1px 5px 0px #989898;
}

.index-slide-bottom {
    border-radius: 10px;
    font-size: 16px;
    line-height: 30px;
    width: 100px;
    height: 30px;
    font-family: "黑体", "宋体", Arial;
    border: solid 2px #ffffff;
    text-align: center;
    margin-left: 23%;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.index-slide-bottom-green {
    border-radius: 10px;
    font-size: 16px;
    line-height: 30px;
    width: 100px;
    height: 30px;
    font-family: "黑体", "宋体", Arial;
    border: solid 2px #00706b;
    text-align: center;
    margin-left: 23%;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: #00706b;
    color: #ffffff;
}

.index-slide-bottom-red {
    border-radius: 10px;
    font-size: 16px;
    line-height: 30px;
    width: 100px;
    height: 30px;
    font-family: "黑体", "宋体", Arial;
    border: solid 2px #ff0000;
    text-align: center;
    margin-left: 23%;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: #ff0000;
    color: #ffffff;
}

.index-slide-bottom-yellow {
    border-radius: 10px;
    font-size: 16px;
    line-height: 30px;
    width: 100px;
    height: 30px;
    font-family: "黑体", "宋体", Arial;
    border: solid 2px #ffe654;
    text-align: center;
    margin-left: 23%;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: #ffe654;
    color: #ffffff;
}

.index-slide-bottom-gdbt-blue {
    border-radius: 10px;
    font-size: 16px;
    line-height: 30px;
    width: 100px;
    height: 30px;
    font-family: "黑体", "宋体", Arial;
    border: solid 2px #2099a6;
    text-align: center;
    margin-left: 23%;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: #2099a6;
    color: #ffffff;
}

.index-slide-bottom-gdxg {
    border-radius: 10px;
    font-size: 16px;
    line-height: 30px;
    width: 100px;
    height: 30px;
    font-family: "黑体", "宋体", Arial;
    border: solid 2px #00706b;
    text-align: center;
    margin-left: 23%;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: #00706b;
    color: #ffffff;
}

.index-slide-bottom-green a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    height: 100%
}

.index-slide-bottom-red a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    height: 100%
}

.index-slide-bottom-yellow a {
    text-decoration: none;
    color: #000;
    display: block;
    height: 100%
}

.index-slide-bottom-gdbt-blue a {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 100%
}

.index-slide-bottom-gdxg a {
    text-decoration: none;
    color: #fff;
    display: block;
    height: 100%
}

.index-slide-bottom a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    height: 100%
}

.index-slide-bottom-green:hover a {
    color: #00706b;
}

.index-slide-bottom-red:hover a {
    color: #ff0000;
}

.index-slide-bottom-yellow:hover a {
    color: #000;
}

.index-slide-bottom-gdbt-blue:hover a {
    color: #000;
}

.index-slide-bottom-gdxg:hover a {
    color: #00706b;
}

.index-slide-bottom:hover a {
    color: #00706b;
}

.index-slide-bottom-green:hover {
    background: #ffffff;
    color: #00706b;
    border: solid 2px #ffffff;
}

.index-slide-bottom-red:hover {
    background: #ffffff;
    color: #ff0000;
    border: solid 2px #ffffff;
}

.index-slide-bottom-yellow:hover {
    background: #ffffff;
    color: #ff0000;
    border: solid 2px #ffffff;
}

.index-slide-bottom-gdbt-blue:hover {
    background: #ffffff;
    color: #ff0000;
    border: solid 2px #ffffff;
}

.index-slide-bottom-gdxg:hover {
    background: #ffffff;
    color: #ff0000;
    border: solid 2px #ffffff;
}

.index-slide-bottom:hover {
    background: #ffffff;
    color: #00706b;
    border: solid 2px #ffffff;
}

.index-slide-prodimg {
    display: block;
    /* background: #ffffff; */
    height: 350px;
    width: 350px;
}

.index-wechat-bk {
    width: 307px;
    height: 386px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    background-image: linear-gradient(to right, rgba(48, 201, 205, 0.2), rgba(0, 36, 108, 0.2));
    box-shadow: -1px -1px 4px 0px #303133 inset;
}