@charset "utf-8";
.container-hyjj {
    width: 1200px;
    height: 350px;
}

.slide-hyjj {
    background: #fff;
    height: 200px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property: all;
    margin: 0 auto;
    width: 280px;
    height: 285px;
    box-shadow: 1px 1px 4px 0px #d0d0d0;
    background: #ffffff;
    transition: background 0.3s cubic-bezier(0, 0, .3, 1);
}

.slide-hyjj:hover {
    /*background: #00706b;*/
    cursor: default;
    border-bottom: solid #005e5e;
}


/*.slide-hyjj:hover .hyjj-lianjie a {
    color: #ffffff;
}

.slide-hyjj:hover .hyjj-lianjie p {
    color: #ffffff;
}

.slide-hyjj:hover .hyjj-img img {
    filter: brightness(0) invert(1);
}*/

.swiper-button-prev-hyjj {
    width: 50px;
    height: 100px;
    border-radius: 10px 10px 10px 10px;
    background-color: #ffffff;
    position: absolute;
    margin-left: -55px;
    margin-top: -260px;
    cursor: pointer;
    outline: none;
    transition: all .3s cubic-bezier(0, 0, .3, 1);
}

.swiper-button-prev-hyjj img {
    display: block;
    margin-top: 35px;
    margin-left: 16px;
}

.swiper-button-prev-hyjj:hover img {
    filter: brightness(1.5);
}

.swiper-button-prev-hyjj:hover {
    display: block;
    background-color: #eaeaea;
    box-shadow: rgb(199 199 199) 1px 2px 4px 0px;
}

.swiper-button-next-hyjj {
    width: 50px;
    height: 100px;
    border-radius: 10px 10px 10px 10px;
    background-color: #ffffff;
    position: absolute;
    margin-left: 1104px;
    margin-top: -260px;
    cursor: pointer;
    outline: none;
    transition: all .3s cubic-bezier(0, 0, .3, 1);
}

.swiper-button-next-hyjj img {
    display: block;
    margin-top: 35px;
    margin-left: 16px;
}

.swiper-button-next-hyjj:hover img {
    filter: brightness(1.5);
}

.swiper-button-next-hyjj:hover {
    display: block;
    background-color: #eaeaea;
    box-shadow: rgb(199 199 199) 1px 2px 4px 0px;
}

.swiper-button-next-hyjj:active {
    background-color: #ffffff;
}

.swiper-button-prev-hyjj:active {
    background-color: #ffffff;
}