html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.indexContainer {
    width: 100%;
    height: 100%;
    background-color: #2c2c2c;
    position: relative;
}

.indexContainer>.swiper-wrapper {
    display: block;
}

.indexContainer>.swiper-wrapper>.swiper-slide {
    width: 100%;
    height: 100%;
    /* padding-top: 100px; */
}

.indexContainer>.swiper-wrapper>.swiper-slide:last-child {
    /* height: auto !important; */
}

.indexContainer>.swiper-pagination {
    width: 12px;
    top: auto;
    left: 50px;
    bottom: 100px;
    transform: none
}

.indexContainer>.swiper-pagination>.swiper-pagination-bullet {
    border: 2px solid transparent;

}

.indexContainer.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #fff;
}

.indexContainer.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
}

.gk-banner {
    height: 100vh;
    background-color: #fff;
}

.gk-banner .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gk-banner .swiper-slide::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/bg-dot.png) repeat;
    position: absolute;
}

.gk-banner .swiper-slide .info {
    position: relative;
    color: #fff;
    text-align: center;
}

.gk-banner .swiper-slide .info h4 {
    font-size: 50px;
}

.gk-banner .swiper-slide .info h5 {
    font-size: 50px;
}

.gk-banner .swiper-slide .info h6 {
    background-color: #0179bf;
    display: inline-block;
    padding: 8px 28px;
    font-size: 26px;
    margin-top: 52px;
}

.gk-banner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
}

.module_container {
    width: 100%;
}

.container_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexTitle {
    text-align: center;
    color: #fff;
}

.indexTitle h3 {
    font-size: 135px;
    color: rgba(0, 0, 0, .1);
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}

.indexTitle h3::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    width: 100%;
    height: 42px;
    background-color: #fff;
}

.indexTitle h4 {
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    margin: -50px 0 10px;
    position: relative;
    z-index: 2;
}

.indexTitle h5 {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.indexTitle::after {
    content: '';
    display: block;
    width: 2em;
    height: 4px;
    background-color: #fff;
    margin: 20px auto 60px;
}

.indexSectionA {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 242px !important;
}

.indexSectionA ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.indexSectionA ul li {
    flex: 1;
    /* aspect-ratio: 1 / 1; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexSectionA ul li p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.indexSectionA ul li p.title {
    display: flex;
    align-items: center;
    justify-content: left;
}

.indexSectionA ul li p i {
    font-size: 32px;
}

.indexSectionA ul li p.number {
    text-align: left;
    text-indent: 2em;
}

.indexSectionA ul li p .counterDX {
    font-size: 50px;
    font-weight: bolder;
}

.moreBtn {
    margin-top: 24px;
}

.moreBtn a {
    display: inline-block;
    transition: all .36s ease;
}

.moreBtn a span {
    display: inline-block;
    padding: 10px 45px;
    border: 1px solid;
    font-size: 16px;
    line-height: 1;
}

.moreBtn a i {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid;
    border-color: #fff;
    border-left: 0;
    font-size: 16px;
    color: #fff;
}

.indexSectionA .moreBtn:hover {
    opacity: .85;
}

.tab-content {
    padding: 30px;
    border: 1px solid #ffffff35;
    background-color: #ffffff20;
    margin: 0 auto;
    width: 90%
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.indexTitleMini {
    border-left: 5px solid transparent;
    padding-left: 36px;
    color: inherit;
}

.indexTitleMini h3 {
    font-size: 30px;
    color: inherit;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexTitleMini h4 {
    line-height: 1;
    font-size: 18px;
    color: inherit;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexSectionB ul {
    width: 100%;
    height: 50%;
    position: relative;
}

.indexSectionB ul li {
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.indexSectionB ul li.info {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 8%;
}

.indexSectionB ul:first-child li.info {
    background-color: #e2e2e2;
    color: #222;

}

.indexSectionB ul:last-child li.info {
    background-color: #e2e2e2;
    color: #222;
    float: right;
}

.indexSectionB ul li.info p {
    margin: 30px 0 20px;
    font-size: 26px;
}

.indexSectionB ul li.info .moreBtn {
    text-align: left;
    margin-top: 0;
}

.indexSectionB ul li .moreBtn a i,
.indexSectionB ul li .moreBtn a span {
    color: #222;
    border-color: #333;
}

.indexSectionB ul li .moreBtn a:hover i,
.indexSectionB ul li .moreBtn a:hover span {
    color: #fff !important;
}

.indexSectionB ul li.pic {
    overflow: hidden;
}

.indexSectionB ul li.pic a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .36s ease;
}

.indexSectionB ul:hover li.pic a {
    transform: scale(1.05);
}


.indexSectionC {
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    height: 1450px !important;
}

.indexSectionC .indexTitle h4,
.indexSectionC .indexTitle h5 {
    color: #222;
}

.indexSectionC ul {
    height: 600px;
    width: 90%;
    margin: 0 auto;
}

.indexSectionC ul li {
    float: left;
    width: 32%;
    height: 60%;
    position: relative;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 2%;
}

.indexSectionC ul li:nth-child(3),
.indexSectionC ul li:nth-child(6),
.indexSectionC ul li:nth-child(9) {
    margin-right: 0;
}

.indexSectionC ul li .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .36s ease;
}

.indexSectionC ul li .txt {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    background: #8a8a8a25;
    justify-content: space-between;
}

.indexSectionC ul li .txt span {
    color: #333;
    transition: all .36s ease;
    font-size: 20px;
    font-weight: bold;
}

.indexSectionC ul li:hover .pic {
    transform: scale(1.04);
}

.indexSectionC ul li:hover .txt span {
    transform: scale(1.08);
}

.indexNews {
    display: flex;
    height: calc(100% - 320px);
    gap: 30px;
    margin: auto;
    width: 98%;
    padding-left: 30px;
}

.indexNews li {
    flex: 1;
    height: 50%;
    cursor: pointer;
}

.indexNews li .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .36s ease;
}

.indexNews li .date {
    margin-top: 20px;
    color: #999;
    font-size: 18px;
    margin-left: 16px;
}

.indexNews li .txt {
    margin-left: 16px;
    font-size: 20px;
}

.indexNews li:hover .pic {
    transform: scale(1.01);
}


.indexSectionE .moreBtn {
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.indexSectionD {
    background-color: #fff;
    padding: 100px 0;
    height: auto !important;
}

.indexSectionD .indexTitleMini {}

.aboutus {
    display: flex;
    width: 90%;
    margin: 0 auto;
    gap: 50px;
}

.aboutus .aboutus-content,
.aboutus .aboutus-pic {
    flex: 1;
}

.aboutus .aboutus-pic {
    text-align: right;
}

.aboutus .aboutus-pic a {
    display: inline-block;
    position: relative;

}

.aboutus .aboutus-pic a::after {
    content: '';
    background-color: #0179bf30;
    width: 165px;
    height: 165px;
    position: absolute;
    left: -20px;
    top: -20px;
    transition: all .36s ease;
}

.aboutus .aboutus-pic a::before {
    content: '';
    background-color: #0179bf40;
    width: 285px;
    height: 225px;
    position: absolute;
    right: -20px;
    bottom: -20px;
    transition: all .36s ease;
}

.aboutus .aboutus-pic a img {
    position: relative;
    z-index: 9;
}

.aboutus .aboutus-pic a:hover::after {
    left: -30px;
    top: -30px;
}

.aboutus .aboutus-pic a:hover::before {
    right: -30px;
    bottom: -30px;
}

.aboutus .aboutus-content .info {
    margin-top: 50px;
    line-height: 2;
}

.aboutus .aboutus-content .info .moreBtn {
    margin-top: 50px;
}

.swiperDtop {
    width: 100%;
    height: 75%;
}

.swiperDtop .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.swiperDtop .swiper-slide::before,
.swiperDtop .swiper-slide::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiperDtop .swiper-slide::before {
    background-color: rgba(0, 0, 0, .1);
}

.swiperDtop .swiper-slide::after {
    background: url(../images/bg-dot.png) repeat;
}

.swiperDtop .swiper-slide .info {
    float: right;
    padding-top: 28%;
    width: 50%;
    position: relative;
    z-index: 5;
}

.swiperDtop .swiper-slide .info h3 {
    font-size: 18px;
    color: #fcfcfc;
    font-weight: bold;
}

.swiperDtop .swiper-slide .info p {
    font-size: 16px;
    color: #fcfcfc;
    line-height: 1.8;
    margin: 15px 0 20px;
}

.swiperDtop .moreBtn {
    margin: 0;
    text-align: left;
}

.swiperDbtm {
    width: 100%;
    height: 25%;
}

.swiperDbtm .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    opacity: .8;
    cursor: pointer;
}

.swiperDbtm .swiper-slide-thumb-active {
    opacity: 1;
}

.swiperDbtm .swiper-slide i {
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 20px;
}

.swiperDtop .swiperBtn {
    position: relative;
}

.swiperDtop .swiper-button-next,
.swiperDtop .swiper-button-prev {
    width: 48px;
    height: 48px;
    border: 1px solid #fcfcfc;
    top: auto;
    bottom: 30px;
}

.swiperDtop .swiper-button-prev {
    left: 0;
}

.swiperDtop .swiper-button-next {
    left: 47px;
}

.swiperDtop .swiper-button-next::after,
.swiperDtop .swiper-button-prev::after {
    font-size: 12px;
    color: #fcfcfc;
}

.indexSectionE {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    height: 1200px !important;
    padding-top: 30px;
}

.indexSectionE .indexTitle {
    color: #393939;
}

.swiperE .swiper-slide .pic {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    transition: all .36s ease;
}

.swiperE .swiper-slide .pic::after {
    content: '';
    display: block;
    padding-top: 108%;
}

.swiperE .swiper-slide:hover .pic {
    transform: scale(1.02);
}

.swiperE .swiper-slide h3 {
    font-size: 16px;
    color: #393939;
    font-weight: bold;
    margin: 20px 0 16px;
    text-align: center;
}

.swiperE .swiper-slide p {
    font-size: 14px;
    color: #393939;
    text-align: center;
    line-height: 1.8;
}

.moreBtn a span,
.moreBtn a i {
    color: #393939;
    border-color: #393939;
}

.swiper-pagination-E {
    display: none;
}


.indexContainer>.swiper-wrapper>.swiper-slide.indexSectionF {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0;
    background-color: #0179bf;
    height: auto;
    padding-bottom: 50px;
}

.indexSectionA .wrapper li img {
    width: 100%;
}

.indexSectionF .indexTitle {
    color: #393939;
    margin-top: 50px;
    margin-bottom: 50px;
}

.indexSectionF .indexTitle h3 {
    color: rgba(255, 255, 255, .1);
}

.indexSectionF .indexTitle h3::after {
    background-color: #29166F;
}

.indexSectionF .indexTitle::after {
    display: none;
}

.indexSectionF .indexTitleMini {
    color: #fff;
    margin-bottom: 40px;
    margin-top: 2px;
}

.indexSectionF .tab-nav {
    text-align: center;
    margin-bottom: 20px;
}

.indexSectionF .tab-nav a {
    display: inline-block;
    background-color: #fff;
    color: #333;
    padding: 10px 30px;
    margin: 0 10px;
    font-size: 20px;
    cursor: pointer;
}

.indexSectionF .tab-nav a.active {
    background-color: #29166f;
    color: #fff;
}

.swiperF .swiper-slide .pic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .36s ease;
}

.swiperF .swiper-slide .pic::after {
    content: '';
    display: block;
    padding-top: 65%;
}

.swiperF .swiper-slide:hover .pic {
    transform: scale(1.02);
}

.indexSectionF .swiper-button-next,
.indexSectionF .swiper-button-prev {
    width: 48px;
    height: 48px;
    border: 1px solid #fcfcfc;
    border-radius: 2px;
    margin-top: -24px;
}

.indexSectionF .swiper-button-prev {
    left: -74px;
}

.indexSectionF .swiper-button-next {
    right: -74px;
}

.indexSectionF .swiper-button-next::after,
.indexSectionF .swiper-button-prev::after {
    font-size: 12px;
    color: #fcfcfc;
}

.swiper-pagination-F {
    display: none;
}

.indexSectionF .links {
    margin: 70px auto 20px;
}

.indexSectionF .links li {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    border-right: 2px solid #fff;
    padding: 0 10px;
    margin-bottom: 10px;
}

.indexSectionF .links li:first-child,
.indexSectionF .links li:last-child {
    border-right: 0;
}

.bgcolor,
.bgcolor-hover:hover,
.bgcolor-active,
.bgcolor-before:before,
.bgcolor-after:after {
    background-color: #0179bf !important;
}

.bdcolor,
.bdcolor-hover:hover,
.bdcolor-active,
.swiper-pagination-bullet-active,
.bdcolor-after:after,
.bdcolor-before:before {
    border-color: #0179bf !important;
}

.color,
.color-hover:hover,
.color-active,
.color-first-letter:first-letter {
    color: #0179bf !important;
}

.indexSectionF .indexTitle h3::after {
    background-color: #0179bf !important;
}

.indexSectionF .indexTitle h4,
.indexSectionF .indexTitle h5 {
    color: #fff;
}

.footer-line {
    height: 1px;
    background-color: #33333330;
    margin: 60px 0 10px;
}


@media screen and (max-height: 750px) {
    .indexSectionB ul li.info p {
        margin: 10px 0 10px;
        font-size: 20px;
    }

    .indexTitle::after {
        margin: 20px auto 20px;
    }

    .indexTitle h4 {
        margin: -90px 0 10px;
    }

    .swiperDtop .swiper-slide .info {
        padding-top: 21%;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .swiperE .swiper-slide p {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .indexSectionA {
        height: 190px !important;
    }

    .indexTitle h3 {
        font-size: 40px;
    }

    .indexTitle h3::after {
        height: 16px;
    }

    .indexTitle h4 {
        font-size: 32px;
        margin: -18px 0 8px;
    }

    .indexTitle h5 {
        font-size: 14px;
    }

    .indexTitle::after {
        height: 3px;
        margin: 15px auto 40px;
    }

    .moreBtn {
        margin-top: 30px;
    }

    .moreBtn a span {
        padding: 6px 20px;
        font-size: 14px;
    }

    .moreBtn a i {
        padding: 6px 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {

    html,
    body {
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .aboutus {
        display: block;
    }

    .gk-banner {
        height: 56vh;
    }

    .indexContainer {
        width: 100%;
        height: auto;
    }

    .indexContainer>.swiper-wrapper {
        transform: none !important;
    }

    .indexSectionC {
        height: 2100px !important;
    }

    .indexContainer>.swiper-wrapper>.swiper-slide {
        /* height: auto !important; */
        padding: 40px 0;
    }

    .indexContainer>.swiper-wrapper>.swiper-slide.indexSectionA {
        height: auto !important;
        padding: 0;
    }

    .indexContainer>.swiper-wrapper>.swiper-slide:first-child {
        height: 100%;
        padding: 0;
        padding-top: 100px;
    }

    .gk-banner .swiper-slide .info h4 {
        font-size: 36px;
    }

    .gk-banner .swiper-slide .info h5 {
        font-size: 36px;
    }

    .indexContainer>.swiper-pagination {
        display: none;
    }


    .indexSectionA ul li p {
        font-size: 20px;
        line-height: 1.5;
    }

    .indexSectionA ul li .pic {
        margin: 0 auto 15px;
    }

    .indexContainer>.swiper-wrapper>.swiper-slide.indexSectionB {
        padding: 0;
    }

    .indexSectionB ul li {
        width: 100%;
    }

    .indexSectionB ul li.info {
        padding: 30px 8%;
    }

    .indexSectionB ul:last-child li.info {
        background-color: #0179bf;
        color: #fff;
    }

    .indexSectionB ul:last-child li .moreBtn a i,
    .indexSectionB ul:last-child li .moreBtn a span {
        border-color: #fff;
        color: #fff;
    }

    .indexSectionB ul li.info p {
        font-size: 18px;
    }

    .indexSectionB ul li.pic {
        display: none;
    }

    .indexTitleMini {
        border-left: 3px solid transparent;
        padding-left: 20px;
    }

    .indexTitleMini h3 {
        font-size: 22px;
    }

    .indexTitleMini h4 {
        font-size: 14px;
    }

    .indexSectionB ul:last-child li.info .indexTitleMini {
        border-left: none;
        border-right: 3px solid transparent;
        padding-right: 20px;
        text-align: right;
        border-color: #fff !important;
    }

    .indexNews {
        padding-left: 0;
        width: calc(100% + 30px);
        margin: 0;
    }

    .indexNews li .pic {
        height: 210px;
    }

    .indexSectionB ul:last-child li.info p {
        text-align: right;
    }

    .indexSectionB ul:last-child li.info .moreBtn {
        text-align: right;
    }

    .indexSectionC ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .indexSectionC ul::after {
        display: none;
    }

    .indexSectionC ul li {
        width: 48%;
    }

    .indexSectionC ul li:nth-child(3),
    .indexSectionC ul li:nth-child(6),
    .indexSectionC ul li:nth-child(9) {
        margin-right: 2%;
    }

    .indexSectionC ul li:nth-child(2),
    .indexSectionC ul li:nth-child(4),
    .indexSectionC ul li:nth-child(6),
    .indexSectionC ul li:nth-child(8) {
        margin-right: 0;
    }

    .indexSectionC ul li:nth-of-type(even) {
        margin-top: 0;
    }

    /* .indexSectionC ul li:nth-child(1),
    .indexSectionC ul li:nth-child(3) {
        margin-bottom: 10px;
    } */

    /* .indexSectionC ul li:nth-child(2) {
        height: 88%;
        margin-bottom: 0;
    }

    .indexSectionC ul li:nth-child(4),
    .indexSectionC ul li:last-child {
        margin-top: -2vh;
    } */

    .indexSectionC ul li .txt {
        padding: 20px 10px;
        font-size: 14px;
    }

    .indexContainer>.swiper-wrapper>.swiper-slide.indexSectionD {}

    .indexSectionD .indexTitleMini {
        left: 4vw;
        top: 30px;
    }

    .swiperDtop {
        height: auto;
    }

    .swiperDtop .swiper-slide .info {
        width: 100%;
        padding: 110px 0 30px;
    }

    .swiperDtop .swiper-slide .info p {
        font-size: 14px;
        line-height: 1.5;
        min-height: 88px;
    }

    .swiperDbtm .swiper-slide {
        padding: 10px;
        font-size: 12px;
    }

    .swiperDbtm .swiper-slide i {
        width: 20px;
        height: 20px;
        margin-bottom: 10px;
    }

    .swiperDtop .swiper-button-next,
    .swiperDtop .swiper-button-prev {
        display: none;
    }

    .indexContainer>.swiper-wrapper>.swiper-slide.indexSectionE {
        /* padding: 40px 4vw; */
    }

    .swiperE {
        padding-bottom: 40px;
    }

    .swiperE .swiper-slide h3 {
        font-size: 18px;
    }

    .swiper-pagination-E {
        display: block;
        bottom: 0;
    }

    .swiper-pagination-E .swiper-pagination-bullet {
        border: 4px solid transparent;
    }

    .tab-content {
        width: 94%;
    }



    .swiperF {
        padding-bottom: 40px;
    }

    .swiper-pagination-F {
        display: block;
        bottom: 0;
    }

    .swiper-pagination-F .swiper-pagination-bullet {
        border: 4px solid transparent;
        background-color: #fff;
    }

    /* .indexSectionF .indexTitle h3 {
        display: none;
    } */

    .indexSectionF .links {
        margin: 20px 0;
    }

    .footer-nav .erweima img {
        width: 120px;
    }

    .indexSectionA ul li {
        width: 33.333%;
        flex: auto;
        /* aspect-ratio: 1 / 0.7; */
        border-radius: 0;
        border: 1px solid #ffffff20;
        padding: 20px 0;
    }

    .indexSectionE {
        height: 1100px !important;
    }
}

@media screen and (max-width: 768px) {
    .aboutus .aboutus-content .info .moreBtn {
        text-align: center;
    }

    .aboutus .aboutus-pic a img {
        width: 100%;
    }



    .indexSectionA ul li p {
        font-size: 14px;
    }

    .indexSectionA ul li p i {
        font-size: 22px;
    }

    .indexSectionA ul li p .counterDX {
        font-size: 26px;
    }

    .indexSectionA ul li p.number {
        text-indent: 0;
        text-align: center;
    }

    .tab-content {
        padding: 20px;
    }

    .indexNews li .pic {
        height: 280px;
    }

    .footer-nav>li:last-child {
        display: none;
    }



    .gk-banner .swiper-slide .info h6 {
        font-size: 20px;
    }

    .indexNews li .txt {
        width: 86%;
    }

    .indexNews {
        display: block;
    }

    .indexNews li {
        margin-bottom: 30px;
    }

    .gk-banner {
        height: 32vh;
    }

    .gk-banner .swiper-slide .info h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .gk-banner .swiper-slide .info h5 {
        font-size: 22px;
    }

    .swiper-container.shili {
        height: 138px !important;
    }

    .indexSectionC ul li .txt span {
        font-size: 14px;
    }

    .indexSectionC ul {
        height: 300px;
    }

    .indexSectionC {
        height: 1310px !important;
    }

    .indexSectionF .tab-nav a {
        padding: 10px 20px;
        font-size: 16px;
    }

    .indexSectionC ul li {
        margin-bottom: 4%;
    }



    .indexSectionE {
        height: 100% !important;
    }
}

@media screen and (max-width: 520px) {
    .indexSectionC {
        height: 1200px !important;
    }
}

@media screen and (max-width: 414px) {
    .swiper-container.shili {
        height: 106px !important;
    }

    .indexSectionC ul li .txt {
        padding: 10px;
    }

    .indexSectionF .tab-nav a {
        padding: 10px;
    }



    .gk-banner .mouseDown {
        bottom: 30px;
    }

    .indexBannerList {
        bottom: 100px;
    }

    .indexBannerList ul li {
        width: 40px;
    }

    .indexBannerTip {
        display: none;
    }

    .indexSectionF .tab-nav {
        display: flex;
    }

    .indexSectionF .tab-nav a {
        flex: 1;
        word-break: keep-all;
    }

}