@charset "UTF-8";

.fff_box {
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    box-sizing: border-box;
    background-color: #fff;
    padding: 24px;
}

.zw_fff_box_l {
    width: 675px;
}

.zw_fff_box_r {
    width: 500px;
}

.zw_fff_box_r .zx_main ul li a {
    margin-right: 0;
}

.zx_main ul li a:hover {
    color: #4257cc;
}

/* 列表 */
.zx_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.zx_title h2 {
    font-size: 22px;
    font-weight: 700;
    position: relative;

}

.zx_title h2::after {
    content: "";
    border-left: 16px solid #00BA6B;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.zx_title i {
    font-size: 20px;
    color: #ADADAD;
    font-weight: 700;
}

.zx_main {
    padding: 10px 24px;
    background-color: #fff;
    box-sizing: border-box;
    height: 250px;

}

.zx_main ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 46px;
}

.zx_main ul li a {
    flex: 1;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
}

.zx_main ul li span {
    font-size: 14px;
    display: block;
    width: 80px;
}

.gk_line1 {
    /* padding-top: 86px; */
    /* margin-bottom: 20px; */
    /* padding: 30px 0; */
    padding-bottom: 30px;
}

.gk_line1 ul {
    display: flex;
    justify-content: space-between;
}

.gk_line1 ul li {
    height: 184px;
    width: 160px;
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
}

.gk_line1 ul li a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
}

.gk_line1 ul li a p {
    font-size: 18px;

}

.gk_line1 ul li a:hover p {
    color: #4257cc;
}
.gk_line1 ul li a:hover img{
    animation: tada 1s;
}

.gk_line4 {
    margin-bottom: 40px;

}

.gk_line4 .zx_main {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.gk_line4 .zx_main .left,
.gk_line4 .zx_main .right {
    width: 575px;
    border-right: 1px solid #EDEDED;
    box-sizing: border-box;
    padding-right: 35px;
}

.gk_line4 .zx_main .right {
    border-right: none;
    padding-left: 35px;
    padding-right: 0;
}

.gk_line4 .zx_main ul li a {
    display: flex;
}

.gk_line4 .zx_main ul li a b:first-child {
    color: #4257cc;
    font-weight: 700;
}

.gk_line4 .zx_main ul li a b:last-child {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.gk_line4 .zx_main ul li a span {
    width: 100%;
}






.gk_line2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.gk_line2 .left {
    width: 770px;
    height: 335px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
}

.gk_line2 .left .gk_nav {
    display: flex;
    position: relative;
}

.gk_line2 .left .gk_nav .zx_title {
    color: #898989;
    margin-right: 20px;
}

.gk_line2 .left .gk_nav .zx_title a {
    position: absolute;
    right: 0;
    display: none;
}

.gk_line2 .left .gk_nav .cut a {
    display: block;
}

.gk_line2 .left .gk_nav .zx_title h2::after {
    content: none;
}

.gk_line2 .left .gk_nav .cut h2 {
    color: #000;
}

.gk_line2 .left .gk_nav .cut h2::after {
    content: "";
}

.gk_line2 .left .gk_item_box .item3 {
    display: none;
}

.gk_line2 .left .zx_main {
    padding: 0;
}


.gk_line2 .right {
    width: 420px;
    height: 335px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
}

.gk_line2 .swiper-container3 {
    overflow: hidden;
}

.zx_video {
    position: relative;
}

.zx_video .video {
    width: 100%;
    height: 180px;
    position: relative;
}

.zx_video .video img:first-child {
    width: 100%;
    height: 100%;
}

.zx_video .play {
    position: absolute;
    top: 52px;
    left: 156px;
}

.zx_video p {
    /* display: none; */
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gk_line2 .swiper-pagination {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 200px;
    margin: 0 auto;
}

.gk_line2 .swiper-pagination-bullet {
    width: 35px;
    height: 4px;
    border-radius: 0;
}

.gk_line3 {
    /* height: 260px; */
    background-color: #fafafa;
    padding: 50px 20px;
    box-sizing: border-box;
}
.gk_line3 .container{
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    box-sizing: border-box;
    padding: 35px 20px;
}
.gk_line3 .gk_set ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.gk_line3 .gk_set ul li {
    width: 44px;
    height: 133px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    writing-mode: vertical-lr;
    writing-mode: tb-rl;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding-top: 12px;
    cursor: pointer;
    letter-spacing: 2px;
}

.gk_line3 .gk_set ul li:hover {
    color: #4257cc;
}

.layui-layer-content {
    background-color: #FFF !important;
    border: 2px #2f5db8 solid;
    box-sizing: border-box;
    box-shadow: none !important
}

.layui-layer-content p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.layui-layer-tips.set_box i.layui-layer-TipsR {
    border-bottom-color: transparent;
    border-right-style: solid;
    border-right-color: #2f5db8;
    left: -25px;
    top: 21px;
}

.layui-layer-tips.set_box i.layui-layer-TipsL {
    border-bottom-color: transparent;
    border-left-style: solid;
    border-left-color: #2f5db8;
    right: -25px;
    top: 21px;
}

.layui-layer-tips.set_box i.layui-layer-TipsG {
    border-width: 12px;
}


.hr {
    width: 100%;
    height: 11px;
    background-color: #475BCC;
}

@media screen and (max-width: 768px) {

    .zw_fff_box_l,
    .zw_fff_box_r,
    .tz_line4 .left,
    .tz_line4 .right {
        width: 100%;
        height: auto;
    }

    .zw_fff_box_l,
    .zw_fff_box_r {
        margin-bottom: 14px;
        box-shadow: 0px 2px 29px 0px rgb(4 0 0 / 9%);
        padding: 16px 14px;
    }

    .zx_main {
        padding: 0;
    }

    .tz_line4 .left ul {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .tz_line4 .left ul li {
        width: 48%;
        margin-bottom: 14px;
        align-items: center;
    }

    .tz_line4 .left ul li img {
        width: 80%;
    }

    .tz_line4 .left ul li a {
        font-size: 1rem;
    }

    .tz_line4 .right {
        justify-content: center;
        flex-direction: column;
    }

    .tz_line4 .right a {
        width: 100%;
        margin-bottom: 14px;
        overflow: hidden;
    }

    .tz_line4 .right a img {
        height: inherit;
    }

    .zx_main ul li a {
        font-size: 1rem;
    }

    .zx_main {
        height: auto;
    }

    .zw_fff_box_r .zx_main {
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .zw_fff_box_r .zx_main .tz_icon_box1 a {
        font-size: 1rem;
    }

    .zw_fff_box_r .zx_main .tz_icon_box1 {
        width: 48%;
        margin-top: 14px;
        padding-top: 10px;
        height: 130px;
    }

    .zw_fff_box_r .zx_main .tz_icon_box1 a br {
        display: none;
    }

    .zw_fff_box_r .zx_main .tz_icon_box1::after {
        right: auto;
    }

    .zx_title h2 {
        font-size: 1.25rem;
    }


    .gk_line1 {
        padding: 0;
        margin-bottom: 0;
    }

    .gk_line1 ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .gk_line1 ul li {
        width: 32%;
        margin-bottom: 14px;
        height: 140px;
    }

    .gk_line1 ul li:last-child {
        width: 100%;
        height: 120px;
    }

    .gk_line1 ul li a p {
        font-size: 1rem;
    }

    .gk_line2 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .gk_line2 .left,
    .gk_line2 .right {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 16px 14px;
        margin-bottom: 14px;
    }
    .gk_line4{
        margin-bottom: 14px;
    }
    .gk_line4 .zx_main {
        flex-direction: column;
    }

    .gk_line4 .zx_main .left,
    .gk_line4 .zx_main .right {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0;
    }
    .gk_line4 .zx_main .left{
        margin-bottom: 16px;
    }

}