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

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

.gk-banner .swiper-pagination-bullet {
    background: #787878;
    opacity: .8;
    border-radius: 4px;
    vertical-align: middle;
}

.gk-banner .swiper-pagination-bullet-active {
    background: none;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 4px;
}

.indexSectionA {
    background: #fff;
    padding: 60px 0 80px;
    position: relative;
}

.indexSectionA .desc {
    width: 42%;
}

.indexSectionA .desc .title b {
    font-size: 30px;
    color: #383838;
    margin-right: 20px;
}

.indexSectionA .desc .title span {
    font-size: 16px;
    color: #666;
    text-transform: Uppercase;
}

.indexSectionA .desc p {
    font-size: 18px;
    color: #555;
    margin: 20px 0 30px;
}

.more {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 180px;
    height: 46px;
    line-height: 44px;
    border: 1px solid transparent;
    border-radius: 23px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    background-size: 0;
    transition: all 0.36s ease;
}

.more span {
    position: relative;
    z-index: 2;
}

.more::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -220%;
    width: 200%;
    height: 100%;
    transform: skewX(45deg);
    transition: all 0.36s ease;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px;
}

.more:hover span {
    color: #fff;
}

.more:hover::after {
    left: -65%;
}

.fangan {
    padding: 60px 0 80px;
}

.fanganlist {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.inlineblock {
    display: inline-block;
}



.fanganlist .img-box {
    position: relative;
    overflow: hidden;
}

.fanganlist .fangan2 {
    display: block;
}

.fanganlist .mask {
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
    display: block;
    width: 100%;
    height: 70%;
    bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}

.fanganlist a:hover .mask {
    height: 100%;
    bottom: 0;
    background-image: url('../images/mask_grad.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 100%;

}

.fanganlist .img-box img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.fanganlist a:hover .img-box img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.fanganlist img {
    width: 100%;
}

.fangan1,
.fangan5 {
    width: 25%;
    float: left;
    margin: 1%;
}

.fangan3,
.fangan4 {
    width: 48%;
    float: left;
}

.fangan34 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.fangan4,
.fangan5 {

    float: right;
}

.fangan-center-box {
    width: 44%;
    float: left;
    margin: 1%;
    position: relative;
}

.fanganlist .text-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 4;
    bottom: -30px;
    padding: 25px 30px;
    font-size: 14px;
}

.fanganlist a:hover .text-box {
    bottom: 10px;
}

.fanganlist .text-box .category {
    font-size: 0.91em;
    line-height: 1.8em;
}

.fanganlist .text-box .name {
    font-size: 1.2em;
    line-height: 2em;
    font-weight: bold;
    margin-bottom: 12px;
}

.fanganlist .text-box .read-more {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}

.fanganlist .text-box .read-more i {
    color: red;
}

.fanganlist a:hover .text-box .read-more {
    opacity: 1;
}

.fangan-box {
    position: relative;
    overflow: hidden;
}



.indexSectionA .pic {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    position: relative;
    z-index: 1;
    transition: all 0.36s ease;
}

.indexSectionA .pic::after {
    content: '';
    display: block;
    padding-top: 62%;
}

.indexSectionA .pic.moveY {
    margin-top: -100px;
}

.index_title {
    text-align: center;
}

.index_title h3 {
    font-size: 30px;
    color: #383838;
    font-weight: bold;
    margin-bottom: 10px;
}

.index_title h4 {
    font-size: 16px;
    color: #666;
    text-transform: Uppercase;
}

.indexSectionB {
    background-color: #f9faff;
    padding: 60px 0 80px;
    position: relative;
}

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

.indexSectionB ul li {
    width: calc(50% - 20px);
    position: relative;
    margin-top: 25px;
    color: #666;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.36s ease;
    overflow: hidden;
}

.indexSectionB ul li::after {
    content: '';
    display: block;
    padding-top: 48%;
}

.indexSectionB ul li .desc {
    position: absolute;
    top: 0;
    right: 0;
    width: 62%;
    height: 100%;
    padding: 20px;
    background-color: #f1f3fc;
    transform: translate(calc(100% - 92px), 0);
    transition: all 0.36s ease;
    color: inherit;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.indexSectionB .desc h2,
.indexSectionB .desc h3 {
    writing-mode: vertical-rl;
    display: inline-block;
    max-height: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexSectionB .desc h2 {
    font-size: 24px;
    vertical-align: top;
}

.indexSectionB .desc h3 {
    font-size: 18px;
    margin-left: 5px;
    text-transform: Uppercase;
}

.indexSectionB .desc p {
    font-size: 16px;
    opacity: 0;
}

.indexSectionB .desc span {
    position: relative;
    text-align: left;
    font-size: 14px;
}

.indexSectionB .desc span::after {
    content: '>';
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.indexSectionB ul li:hover {
    background-position-x: -40px;
}

.indexSectionB ul li:hover .desc {
    transform: translate(0, 0);
    background-color: #2f2f2f;
}

.indexSectionB ul li:hover .desc h2,
.indexSectionB ul li:hover .desc h3 {
    writing-mode: horizontal-tb;
    color: #fff;
}

.indexSectionB ul li:hover .desc h2 {
    display: block;
}

.indexSectionB ul li:hover .desc h3 {
    margin-top: 5px;
    margin-left: 0;
}

.indexSectionB ul li:hover .desc p {
    opacity: 1;
    color: #fff;
}

.indexSectionB ul li:hover span {
    color: #fff;
    color: inherit;
    text-align: right;
}

.indexSectionB ul li:hover .desc span {
    margin-right: 15px;
    transition: all 0.36s ease;
}

.indexSectionB ul li:hover .desc span::after {
    right: -15px;
    opacity: 1;
    transition: all 0.36s ease;
}

.indexSectionC {
    padding: 60px 0 80px;
    background-color: #fff;
    position: relative;
    background: url('../images/blueBg.jpg') no-repeat;
}

.indexSectionC .index_title h3,
.indexSectionC .index_title h4 {
    color: #fff;
}

.indexSectionC .swiper-container {
    margin-top: 40px;
}

.indexSectionC .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexSectionC .swiper-slide .desc {
    width: 38%;
}

.indexSectionC .swiper-slide .desc .title b {
    display: block;
    font-size: 24px;
    color: #fff;
}

.indexSectionC .swiper-slide .desc .title span {
    font-size: 18px;
    color: #fff;
}

.indexSectionC .swiper-slide .desc p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    margin: 30px 0 50px;
}

.indexSectionC .swiper-slide .pic {
    width: 27%;
    margin-left: 4%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.36s ease;
}

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

.indexSectionC .swiper-slide:hover .pic {
    transform: scale(1.05);
}

.indexSectionC .swiper-button-next,
.indexSectionC .swiper-button-prev {
    width: 62px;
    height: 62px;
    border-radius: 31px;
    background-color: #2f2f2f;
}

.indexSectionC .swiper-button-next:after,
.indexSectionC .swiper-button-prev:after {
    font-size: 16px;
}

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

.indexSectionD {
    padding: 60px 0;
    background-color: #f9faff;
    position: relative;
    overflow: hidden;
}

.indexSectionD .bgl {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    overflow: hidden;
    background-color: #2f2f2f;
    white-space: nowrap;
}

.indexSectionD .bgl span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 150px;
    color: rgba(0, 0, 0, .5);
    line-height: 1;
    margin-left: -30px;
}

.indexSectionD .categorySelect {
    display: none;
    font-size: 16px;
}

.indexSectionD .categorySelect i {
    margin-left: 5px;
}

.indexSectionD .index_title {
    text-align: left;
    position: relative;
    z-index: 2;
}

.indexSectionD .index_title h3 {
    color: #fff;
}

.indexSectionD .index_title h4 {
    color: #fff;
}

.indexSectionD .head ul {
    background-color: #f1f3fc;
    border-radius: 23px;
}

.indexSectionD .head ul li {
    float: left;
    padding: 0 35px;
    line-height: 46px;
    border-radius: 23px;
    color: #969696;
    cursor: pointer;
}

.indexSectionD .head ul li {
    margin-left: -30px;
}

.indexSectionD .head ul li:first-child {
    margin-left: 0;
}

.indexSectionD .head ul li:hover {
    color: #fff;
    transition: all .8s ease;
}

.indexSectionD .list {
    padding: 60px 0 100px;
    position: relative;
}

.indexSectionD .list .swiperD {
    display: none;
    overflow: initial;
}

.indexSectionD .list .swiperD:first-child {
    display: block;
}

.indexSectionD .swiper-slide {
    background-color: #fff;
    padding: 50px 40px;
    border-radius: 20px;
    border: 1px solid #fff;
    transition: all 0.36s ease;
}

.indexSectionD .swiper-slide .date {
    color: #747474;
}

.indexSectionD .swiper-slide .date span {
    font-size: 30px;
    line-height: 1;
}

.indexSectionD .swiper-slide .date p {
    font-size: 16px;
}

.indexSectionD .swiper-slide h2 {
    font-size: 20px;
    font-weight: bold;
    color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0 10px;
}

.indexSectionD .swiper-slide .img {
    height: 165px;
    background-size: contain;
    margin-bottom: 15px;
}

.indexSectionD .swiper-slide>p {
    height: 62px;
    font-size: 14px;
    color: #848484;
    overflow: hidden;
}

.indexSectionD .swiper-slide i {
    display: inline-block;
    width: 1.2em;
    height: 1px;
    transition: all 0.36s ease;
    position: relative;
}

.indexSectionD .swiper-slide i::before {
    font-size: 16px;
    position: absolute;
    right: -1px;
    top: -8px;
    opacity: 0;
}

.indexSectionD .swiper-slide:hover {
    border-color: #d8d8d8;
    box-shadow: 0 0 6px #d8d8d8;
}

.indexSectionD .swiper-slide:hover i {
    width: 6em;
}

.indexSectionD .swiper-slide:hover i::before {
    opacity: 1;
}

.indexSectionD .swiperD-button-next,
.indexSectionD .swiperD-button-prev {
    display: block !important;
    position: absolute;
    bottom: 0;
    width: 46px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    border-radius: 23px;
    border: 1px solid transparent;
    font-size: 30px;
    background-image: none;
}

.indexSectionD .swiperD-button-prev {
    left: initial;
    right: 60px;
}

.indexSectionD .swiperD-button-next {
    right: 0;
}

.indexSectionD .swiper-button-disabled {
    opacity: .2;
    cursor: default;
}

.indexSectionD .swiperD-button-prev:not(swiper-button-disabled):hover,
.indexSectionD .swiperD-button-next:not(swiper-button-disabled):hover {
    color: #fff !important;
}

.indexSectionE {
    padding: 60px 0 80px;
    background-color: #fff;
    position: relative;
}

.indexSectionE ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.indexSectionE ul li {
    width: 25%;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.indexSectionE ul li::after {
    content: '';
    display: block;
    padding-top: 45%;
}

.indexSectionE ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.indexSectionE ul li a div {
    position: absolute;
    top: 25%;
    left: 20%;
    width: 60%;
    height: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.indexSectionE ul li:hover {
    border-color: transparent;
    box-shadow: 0 0 20px #eee;
}

.indexSectionE ul li:nth-child(4n) {
    border-right: 0;
}

.indexSectionE ul::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
}


@media screen and (max-width: 1400px) {
    .indexSectionB ul li .desc {
        padding: 20px 20px;
    }

    .indexSectionB .desc h2 {
        font-size: 22px;
    }

    .indexSectionB .desc h3 {
        font-size: 16px;
    }

    .indexSectionB .desc p {
        font-size: 15px;
    }

    .indexSectionC .swiper-slide .desc p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .gk-banner {
        height: auto;
    }

    .gk-banner .swiper-slide::after {
        content: '';
        display: block;
        padding-top: 115%;
    }

    .gk-banner .swiper-pagination-bullet-active {
        width: 20px;
        height: 8px;
    }

    .indexSectionB .desc h2 {
        font-size: 18px;
        max-height: 124px;
        letter-spacing: 1px;
    }

    .indexSectionB .desc h3 {
        font-size: 15px;
        max-height: 124px;
    }


}


@media screen and (max-width: 768px) {
    .more {
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin-left: -65px;
        width: 130px;
        height: 38px;
        line-height: 36px;
    }

    .indexSectionA {
        padding: 30px 0 90px;
        position: relative;
    }

    .indexSectionA .desc .title {
        text-align: center;
    }

    .indexSectionA .desc .title b {
        font-size: 22px;
        display: block;
        margin-right: 0;
    }

    .indexSectionA .desc .title span {
        font-size: 14px;
    }

    .indexSectionA .desc {
        width: 100%;
    }

    .indexSectionA .pic {
        width: 100%;
        margin-top: 0;
    }

    .indexSectionA .desc p {
        font-size: 14px;
        margin: 10px 0 20px;
    }

    .index_title h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }

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

    .indexSectionB {
        padding: 30px 0;
    }

    .indexSectionB ul li {
        width: 100%;
        margin-top: 4vw;
    }

    .indexSectionB ul li .desc {
        padding: 20px;
        transform: translate(calc(100% - 72px), 0);
    }

    .indexSectionB .desc h2 {
        font-size: 14px;
        max-height: 124px;
    }

    .indexSectionB .desc h3,
    .indexSectionB .desc p,
    .indexSectionB .desc span {
        font-size: 12px;
    }

    .indexSectionB ul li:hover .desc {
        padding: 20px;
    }

    .indexSectionC {
        padding: 30px 0 0;
    }

    .indexSectionC .swiper-container {
        margin-top: 30px;
    }

    .indexSectionC .swiper-slide {
        padding-bottom: 120px;
        align-items: flex-start;
    }

    .indexSectionC .swiper-slide .desc {
        width: 50%;
    }

    .indexSectionC .swiper-slide .desc .title b {
        font-size: 18px;
    }

    .indexSectionC .swiper-slide .desc .title span {
        font-size: 14px;
        margin-left: 0;
    }

    .indexSectionC .swiper-slide .pic {
        width: 45%;
    }

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

    .indexSectionC .swiper-pagination {
        display: block;
        bottom: 86px;
    }

    .indexSectionC .swiper-pagination-bullet {
        background: #787878;
    }

    .indexSectionC .swiper-pagination-bullet-active {
        background: #cacaca;
        width: 20px;
        border-radius: 4px;
    }

    .indexSectionC .swiper-slide .desc p {
        font-size: 14px;
        line-height: 1.6;
        margin: 15px 0 20px;
    }

    .indexSectionD {
        padding: 30px 0;
    }

    .indexSectionD .bgl {
        display: none;
    }

    .indexSectionD .categorySelect {
        display: block;
    }

    .indexSectionD .head ul {
        float: none;
        max-height: 0;
        overflow: hidden;
        box-shadow: 0 0 6px #969696;
        border-radius: 4px;
        margin-top: 5px;
        transition: all 0.36s ease;
    }

    .indexSectionD .head ul.toggle {
        max-height: 50vh;
        overflow: visible;
        overflow-y: auto;
    }

    .indexSectionD .head ul li {
        float: none;
        border: none;
        margin-left: 0;
        width: 100%;
        height: 34px;
        line-height: 32px;
        border-radius: 0;
        font-size: 14px;
    }

    .indexSectionD .head ul li:not(first-child) {
        margin-left: 0;
    }

    .indexSectionD .index_title {
        text-align: center;
        float: none;
    }

    .indexSectionD .index_title h3 {
        color: #383838;
    }

    .indexSectionD .index_title h4 {
        color: #383838;
    }

    .indexSectionD .list {
        padding: 10px 0 50px;
    }

    .indexSectionD .swiperD-button-next,
    .indexSectionD .swiperD-button-prev {
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 18px;
    }

    .indexSectionD .swiperD-button-prev {
        right: 52%;
    }

    .indexSectionD .swiperD-button-next {
        left: 52%;
    }

    .indexSectionE {
        padding: 30px 0;
    }

    .indexSectionE ul li {
        width: 50%;
    }

    .indexSectionE ul li:nth-child(2n) {
        border-right: 0;
    }
}