@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
body {
    font-family: 'Montserrat', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.ljff {
    width: 50%;
    float: left;
}

.xtzwt1 {
    width: 60%;
    float: left;
}

.xtzwt2 {
    width: 30%;
    float: left;
}

@media (max-width: 768px) {
    .ljff {
        width: 100%;
        float: none;
    }
    .xtzwt1 {
        width: 100%;
        float: left;
    }
    .xtzwt2 {
        width: 100%;
        float: left;
    }
}

.honeycomb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    -webkit-transform: translateY(34.375px);
    transform: translateY(34.375px);
    justify-content: space-evenly;
}

.honeycomb-cell {
    flex: 0 1 250px;
    max-width: 250px;
    height: 137.5px;
    margin: 65.4761904762px 12.5px 25px;
    position: relative;
    padding: 0.5em;
    text-align: center;
    z-index: 1;
    opacity: 0;
    /* -webkit-animation: proRotate 2s ease-in-out 100ms alternate none 1;
    animation: proRotate 2s ease-in-out 100ms alternate none 1; */
}

.honeycomb-cell:hover {
    transform: translateY(-60px);
    transition: all 0.4s ease 0s;
    -webkit-transform: translateY(-60px);
}

.fbottom {
    animation: movefrombottom 1.5s;
    animation-fill-mode: forwards;
    /* padding-left: 20px; */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}

@keyframes movefrombottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

#middle1.move {
    -webkit-animation: proRotate 1.5s ease-in-out 100ms alternate none 1;
    animation: proRotate 1.5s ease-in-out 100ms alternate none 1;
    animation-fill-mode: forwards;
}

#middle2.move {
    -webkit-animation: proRotate 1.5s ease-in-out 100ms alternate none 1;
    animation: proRotate 1.5s ease-in-out 100ms alternate none 1;
    animation-fill-mode: forwards;
}

#middle3.move {
    -webkit-animation: proRotate 1.5s ease-in-out 100ms alternate none 1;
    animation: proRotate 1.5s ease-in-out 100ms alternate none 1;
    animation-fill-mode: forwards;
}

#middle4.move {
    -webkit-animation: proRotate 1.5s ease-in-out 100ms alternate none 1;
    animation: proRotate 1.5s ease-in-out 100ms alternate none 1;
    animation-fill-mode: forwards;
}

@-webkit-keyframes proRotate {
    0% {
        -webkit-transform: perspective(400px) rotateY(100deg);
        opacity: 0;
    }
    25% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
    }
    50% {
        -webkit-transform: perspective(400px) rotateY(20deg);
    }
    75% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    90% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes proRotate {
    0% {
        transform: perspective(400px) rotateY(100deg);
        opacity: 0;
    }
    25% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
    }
    50% {
        -webkit-transform: perspective(400px) rotateY(20deg);
    }
    75% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    90% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.honeycomb-cell__title {
    height: 100%;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    /* font-weight: 700; */
    font-size: 1.05em;
    transition: opacity 350ms;
}

.honeycomb-cell__title>small {
    font-weight: 300;
    margin-top: 0.25em;
}

.honeycomb-cell__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.honeycomb-cell::before,
.honeycomb-cell::after {
    content: '';
}

.honeycomb-cell__image {
    top: -10%;
    width: 80px;
    height: 80px;
    position: relative;
}

.honeycomb-cell::before,
.honeycomb-cell::after {
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
}

.honeycomb-cell::before {
    background: #fff;
    -webkit-transform: scale(1.055);
    transform: scale(1.055);
}

.honeycomb-cell::after {
    background: #ffffff;
    opacity: 0.5;
    transition: opacity 350ms;
}


/* .honeycomb-cell:hover .honeycomb-cell__title {
    opacity: 0;
} */


/* .honeycomb-cell:hover::before {
    background: #005bac;
} */


/* .honeycomb-cell:hover::after {
    opacity: 0;
} */

.honeycomb__placeholder {
    display: none;
    opacity: 0;
    width: 250px;
    margin: 0 12.5px;
}

@media (max-width: 550px) {
    .honeycomb-cell {
        margin: 81.25px 25px;
    }
}

@media (min-width: 550px) and (max-width: 825px) {
    .honeycomb-cell:nth-child(3n) {
        margin-right: calc(50% - 125px);
        margin-left: calc(50% - 125px);
    }
    .honeycomb__placeholder:nth-child(3n+5) {
        display: block;
    }
}

@media (min-width: 825px) and (max-width: 1100px) {
    .honeycomb-cell:nth-child(5n+4) {
        margin-left: calc(50% - 275px);
    }
    .honeycomb-cell:nth-child(5n+5) {
        margin-right: calc(50% - 275px);
    }
    .honeycomb__placeholder:nth-child(5n),
    .honeycomb__placeholder:nth-child(5n+3) {
        display: block;
    }
}

@media (min-width: 1100px) {
    .honeycomb-cell:nth-child(7n+5) {
        margin-left: calc(50% - 400px);
    }
    .honeycomb-cell:nth-child(7n+7),
    .honeycomb-cell:nth-child(7n+5):nth-last-child(2) {
        margin-right: calc(50% - 400px);
    }
    .honeycomb__placeholder:nth-child(7n+7),
    .honeycomb__placeholder:nth-child(7n+9),
    .honeycomb__placeholder:nth-child(7n+11) {
        display: block;
    }
}

.pc-banner {
    /* background: url(images/top_main_bg01.jpg) no-repeat center top/100% auto; */
    width: 100%;
    float: left;
}

@media screen and (max-width: 668px) {
    .pc-banner {
        background-size: auto 100%;
    }
}

.swiper-container {
    width: 100%;
    margin: 5px 0;
}

@media screen and (max-width: 668px) {
    .swiper-container {
        margin: 20px 0 15px;
    }
}

.swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 668px) {
    .swiper-slide {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 668px) {
    .swiper-slide-active,
    .swiper-slide-duplicate-active {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

.none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.swiper-slide a {
    /* background: #fff; */
    padding: 10px;
    display: block;
    text-decoration: none;
    /* border-radius: 14px; */
}

@media screen and (min-width: 668px) {
    /* .swiper-slide a:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        border: 10px solid #fff;
        content: "";
        width: 100%;
        height: 100%;
        background: url(images/top_slick_cover_bg01.png) 0 0 repeat;
        border-radius: 20px;
    } */
}

.swiper-slide-active a:after {
    background: none;
}

@media screen and (max-width: 668px) {
    .swiper-slide a {
        padding: 5px;
        border-radius: 7px;
    }
}


/* .swiper-slide img {
    width: 100%;
    height: 200px;
    border-radius: 14px;
    display: block;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 6%);
} */

@media screen and (max-width: 668px) {
    .swiper-slide img {
        border-radius: 7px;
    }
}

.swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-bottom: 4px;
}

.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #FFF;
    border: 6px solid #00a0e9;
    margin-bottom: 0;
}

@media screen and (max-width: 668px) {
    .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }
    .swiper-pagination-bullet {
        background: #00a0e9;
        margin-left: 2px;
        margin-right: 2px;
        width: 8px;
        height: 8px;
        margin-bottom: 2px;
    }
    .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
        background: #FFF;
        border: 3px solid #00a0e9;
        margin-bottom: 0;
    }
}

.button {
    width: 1000px;
    margin: 0 auto;
    bottom: 43px;
    position: relative;
}

@media screen and (max-width: 668px) {
    .button {
        width: 70%;
        bottom: 22px;
    }
}

.button div:hover {
    background-color: #2f4798;
}

.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat;
}

.swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat;
}

@media screen and (max-width: 668px) {
    .button div {
        width: 28px;
        height: 28px;
    }
}

.swiperimg {
    display: flex;
    height: 200px;
    background: url(../../images/fdbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 6%);
}

.swiperdetail {
    width: 60%;
    padding: .3rem .08rem .3rem 1.4rem;
    box-sizing: border-box;
    position: relative;
}

.swiperdetailtitle {
    font-size: 1.24rem;
    font-weight: 500;
    padding: 1.08rem 0 .1rem;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiperdetailcontent {
    font-size: 1.14rem;
    width: 100%;
    height: 7.6rem;
    margin: .02rem 0 .12rem;
    color: #707070;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: .26rem;
    margin-top: -5px;
}

.index {
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all .5s;
}

.index:hover {
    transition: all .5s;
    background-color: rgba(57, 162, 255, .3);
}

.index_btn {
    display: flex;
    justify-content: center;
    margin-top: .05rem;
}

.index_title {
    padding-top: 3.5rem;
    font-size: 1.22rem;
    text-align: center;
}

.btn_index {
    background: linear-gradient(to right, #1859B4 0%, #0467F1 100%);
    color: #fff;
}

.btn_index:hover {
    color: #fff;
}

.btn_default {
    display: table-cell;
    border-radius: 4px;
    padding: .27rem .55rem;
    box-sizing: border-box;
    margin: 1.1rem 0 1.05rem;
    font-size: 1rem;
    /* background-color: hsla(0, 0%, 80%, .4); */
    cursor: pointer;
}