﻿html {
    font-size: 100px;
}

.bg {
    background: url('../images/lb/bg04.png') no-repeat left bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bg::after {
    content: " ";
    position: absolute;
    top: 70px;
    left: 0px;
    background: url('../images/lb/bg02.png') no-repeat left top;
    background-size: cover;
    width: 205px;
    height: 319px;
    overflow: hidden;
    z-index: -1;
}

.bg::before {
    content: " ";
    position: absolute;
    top: 210px;
    right: 0px;
    background: url('../images/lb/bg03.png') no-repeat right top;
    background-size: cover;
    width: 429px;
    height: 639px;
    overflow: hidden;
    z-index: -1;
}

.lb_table {
    margin-bottom: 95px;
}

.more {
    display: none;
}

.lb_table .lbheader {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    font-size: 18px;
    color: #f0f1f8;
    text-align: center;
    background: url('../images/lb/bg01.png') no-repeat;
    background-size: 100% 100%;
}

.lb_table .lbheader .item {
    padding: 30px 0;
    border-left: 1px solid #8a44aa;
}

.lb_table .one {
    width: 22.25%;
}

.lb_table .two {
    width: 38.25%;
}

.lb_table .three {
    width: 23.25%;
    /*  */
}

.lb_table .four {
    width: 16.25%;
    /*  */
    border-right: 1px solid #e6ebf6;
}

.lb_table .lbitem {
    display: flex;
    justify-content: space-between;
}

.lb_table .lbitem .item:nth-last-child(2n-1) {
    background: #f8faff;
}

.lb_table .lbitem .item {
    background: #fff;
    padding: 0 30px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    border-bottom: 1px solid #e6ebf6;
    border-left: 1px solid #e6ebf6;
}

.lb_table .lb-a .item {
    padding-top: 75px;
    padding-bottom: 75px;
}

.lb_table .item p {
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 68px;
}

.lb_table .lbitem .three p {
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 68px;
}

.lb_table .lb-b .item {
    padding-top: 50px;
    padding-bottom: 100px;
}

.lb_table .lb-c .item {
    padding-top: 45px;
    padding-bottom: 50px;
}

.lb_table .lb-d .item {
    padding-top: 35px;
    padding-bottom: 50px;
}

@media all and (max-width: 768px) {
    .bg {
        background: url('../images/lb/bg04.png') no-repeat left bottom;
        background-size: 100%;
        position: relative;
        overflow-x: hidden;
        z-index: 1;
    }
    .more {
        display: block;
        font-size: 18px;
        font-weight: bold;
    }
    .lbheader .item {
        display: none;
    }
    .lb_table .lbitem {
        display: inline;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .lb_table .lbitem .item:nth-last-child(2n-1) {
        background: #f8faff;
    }
    .lb_table .lbitem .item {
        background: #fff;
        padding: 0 32px;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        border-bottom: 0px solid #e6ebf6;
        border-left: 0px solid #e6ebf6;
    }
    .lb_table .lbitem .item {
        display: flex;
        justify-content: safe;
    }
    .lb_table .lbitem .item .more {
        width: 160px;
    }
    .lb_table .lbitem .item span {
        width: calc(100% - 200px);
    }
    .lb_table .lb-a .item {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .lb_table .lb-b .item {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .lb_table .lb-c .item {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .lb_table .lb-d .item {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .lb_table .one {
        width: 100%;
    }
    .lb_table .two {
        width: 100%;
    }
    .lb_table .three {
        width: 100%;
        /*  */
    }
    .lb_table .four {
        width: 100%;
        /*  */
        border-right: 0px solid #e6ebf6;
    }
}

@media all and (max-width: 480px) {
    .lb_table .lbheader {
        margin-top: 20px;
    }
    .more {
        display: block;
        font-size: 18px;
        font-weight: bold;
    }
    .lbheader .item {
        display: none;
    }
    .lb_table .lbitem {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .lb_table .lbitem .item:nth-last-child(2n-1) {
        background: #f8faff;
    }
    .lb_table .lbitem .item {
        background: #fff;
        padding: 0 32px;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        border-bottom: 0px solid #e6ebf6;
        border-left: 0px solid #e6ebf6;
    }
    .lb_table .lbitem .item {
        display: inline;
        justify-content: safe;
    }
    .lb_table .lbitem .item .more {
        padding: 10px;
        width: 100%;
    }
    .lb_table .lbitem .item span {
        width: 100%;
    }
    .lb_table .lb-a .item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .lb_table .lb-b .item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .lb_table .lb-c .item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .lb_table .lb-d .item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .lb_table .one {
        width: 100%;
    }
    .lb_table .two {
        width: 100%;
    }
    .lb_table .three {
        width: 100%;
        /*  */
    }
    .lb_table .four {
        width: 100%;
        /*  */
        border-right: 0px solid #e6ebf6;
    }
}

.bg_two {
    background: url('../images/lb/bg04.png') no-repeat left bottom;
    position: relative;
    background-size: 100%;
    z-index: 1;
}

.bg_two::after {
    content: " ";
    position: absolute;
    top: 70px;
    left: 0px;
    background: url('../images/lb/two_01.png') no-repeat left top;
    background-size: cover;
    width: 305px;
    height: 382px;
    overflow: hidden;
    z-index: -1;
}

.bg_two::before {
    content: " ";
    position: absolute;
    top: 677px;
    right: 0px;
    background: url('../images/lb/two_02.png') no-repeat right top;
    background-size: cover;
    width: 190px;
    height: 382px;
    overflow: hidden;
    z-index: -1;
}

.lb_A {
    margin-top: 60px;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
}

.lb_A .pic {
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.lb_A .pic img {
    width: 32px;
    height: 32px;
}

.lb_A .txt {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    padding-left: 10px;
}

.lb_first .first_a .first_title {
    display: flex;
    justify-content: space-between;
    background: url('../images/lb/tit01.png')no-repeat;
    background-size: cover;
}

.lb_first .first_b .first_title {
    display: flex;
    justify-content: space-between;
    background: url('../images/lb/tit02.png')no-repeat;
    background-size: cover;
}

.lb_first .first_b .first_title .one {
    width: 33.3%;
}

.lb_first .first_b .first_title .two {
    width: 66.6%;
}

.lb_first .first_title .item {
    border-left: #e9edf6 1px solid;
    padding: 30px 0;
    text-align: left;
    width: calc(100%/3);
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.lb_first .first_body {
    display: flex;
    justify-content: space-between;
}

.lb_first .first_a .first_body .item:nth-last-child(2n) {
    background: #f8faff;
}

.lb_first .first_a .first_body .item {
    border: 1px solid #e9edf6;
}

.lb_first .first_b .first_body .one {
    border-right: 1px solid #e9edf6;
}

.lb_first .first_b .first_body {
    border: 1px solid #e9edf6;
}

.lb_first .first_b .first_body .item:nth-last-child(3) {
    background: #f8faff;
}

.lb_first .first_body .item {
    width: calc(100%/3);
    padding-left: 15px;
    padding-top: 35px;
    padding-bottom: 50px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: left;
    background: #fff;
}

.lb_first .first_body .item .tber {
    padding-bottom: 24px;
}

.lb_second .second_a .second_body .item .tber {
    padding-bottom: 24px;
}

.lb_second {
    margin-bottom: 110px;
}

.lb_second .second_a .second_title {
    display: flex;
    justify-content: space-between;
    background: url('../images/lb/tit02.png')no-repeat;
    background-size: cover;
}

.lb_second .second_a .second_title .item {
    width: calc(100%/4);
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 30px 0;
    border-left: 1px solid #e9edf6;
}

.lb_second .second_a .second_body {
    display: flex;
    justify-content: space-between;
}

.lb_second .second_a .second_body .item {
    border: 1px solid #e9edf6;
    width: calc(100%/4);
    text-align: left;
    padding-left: 15px;
    padding-top: 35px;
    padding-bottom: 45px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    background: #fff;
}

.lb_second .second_a .second_body .item:nth-last-child(2n-1) {
    background: #f8faff;
}

@media all and (max-width: 1366px) {}

@media all and (max-width: 1080px) {}

@media all and (max-width: 768px) {
    .bg_two {
        background: url('../images/lb/bg04.png') no-repeat left bottom;
        background-size: 100%;
        position: relative;
        overflow-x: hidden;
        z-index: 1;
    }
    .lb_A {
        margin-top: 15px;
        margin-bottom: 15px;
        display: flex;
        justify-content: flex-start;
    }
    .lb_A .pic {
        width: auto;
        height: auto;
        overflow: hidden;
    }
    .lb_A .pic img {
        width: auto;
        height: auto;
    }
    .lb_A .txt {
        font-size: 24px;
        color: #333;
        font-weight: bold;
        padding-left: 10px;
    }
    .lb_first .first_title .item {
        display: none;
    }
    .lb_first .first_body {
        display: inline;
        justify-content: flex-start;
    }
    .lb_first .first_body .item {
        border: 1px solid #e9edf6;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        padding-left: 15px;
        padding-top: 35px;
        padding-bottom: 50px;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        text-align: left;
        background: #fff;
    }
    .lb_first .first_body .item .more {
        width: 255px;
    }
    .lb_second .second_a .second_title {
        display: none;
    }
    .lb_second .second_a .second_body {
        display: inline;
        justify-content: flex-start;
    }
    .lb_second .second_a .second_body .item {
        display: flex;
        justify-content: flex-start;
        border: 1px solid #e9edf6;
        width: 100%;
    }
    .lb_second .second_body .item .more {
        width: 255px;
    }
}

@media all and (max-width: 480px) {
    .bg_two {
        background: url('../images/lb/bg04.png') no-repeat left bottom;
        background-size: 100%;
        position: relative;
        z-index: 1;
    }
    .lb_A {
        margin-top: 15px;
        margin-bottom: 15px;
        display: flex;
        justify-content: flex-start;
    }
    .lb_A .pic {
        width: auto;
        height: auto;
        overflow: hidden;
    }
    .lb_A .pic img {
        width: auto;
        height: auto;
    }
    .lb_A .txt {
        font-size: 24px;
        color: #333;
        font-weight: bold;
        padding-left: 10px;
    }
    .lb_first .first_body {
        display: inline;
        justify-content: flex-start;
    }
    .lb_first .first_body .item {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .lb_first .first_body .item span {
        border: 0px solid #e9edf6;
        width: 100%;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 0px;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        text-align: left;
    }
    .lb_first .first_body .item .more {
        width: 100%;
    }
    .lb_second {
        margin-bottom: 50px;
    }
    .lb_second .second_a .second_body {
        display: inline;
        justify-content: flex-start;
    }
    .lb_second .second_a .second_body .item {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .lb_second .second_a .second_body .item span {
        border: 0px solid #e9edf6;
        width: 100%;
        text-align: left;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 0px;
        font-size: 14px;
        color: #333;
        line-height: 24px;
    }
    .lb_second .second_body .item .more {
        width: 100%;
    }
}

.bg_three {
    background: url("../images/lb/three_bg.png") no-repeat left bottom;
    position: relative;
}

.bg_three::after {
    content: " ";
    position: absolute;
    top: 70px;
    left: 0px;
    background: url("../images/lb/three_01.png") no-repeat left top;
    background-size: cover;
    width: 320px;
    height: 320px;
    overflow: hidden;
    z-index: -1;
}

.bg_three::before {
    content: " ";
    position: absolute;
    top: 945px;
    right: 0px;
    background: url("../images/lb/three_03.png") no-repeat right top;
    background-size: cover;
    width: 418px;
    height: 1326px;
    overflow: hidden;
    z-index: -1;
}


/* .setting {
                      position: relative;
                  } */

.setting::after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0px;
    background: url("../images/lb/three_02.png") no-repeat right bottom;
    background-size: cover;
    width: 297px;
    height: 297px;
    overflow: hidden;
    z-index: -1;
}

.set {
    position: relative;
}

.set::before {
    content: " ";
    position: absolute;
    top: 50%;
    right: -167px;
    background: url("../images/lb/three_02.png") no-repeat right bottom;
    background-size: cover;
    width: 297px;
    height: 297px;
    overflow: hidden;
    z-index: -1;
}


/* .th_item {
    margin-bottom: 288px;
  } */

.history-thumbs .slider {
    width: 100%;
    padding: 0 .25rem;
}

.history-thumbs .slick-next,
.history-thumbs .slick-prev {
    margin: 0;
    position: absolute;
    top: 0px;
    width: 22px;
    height: 36px;
    background: #333;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: transparent;
    outline: 0;
    border: none;
    text-indent: -999px;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
}

.history-con .three_bod:last-child {
    border-bottom: 1px solid #e9edf6;
}

.history-con {
    padding-top: 60px;
    background: url(../images/lb/his.jpg) repeat-x left top;
}

.lish {
    margin: 0px 0 50px;
}

.lish .slick-slide {
    margin-left: 0px;
    width: 40px;
    font-size: 24px;
    color: #485277;
}

.lish .slick-slide span {
    height: .4rem;
    width: .4rem;
    line-height: .4rem;
    display: block;
    font-size: .24rem;
    margin: 0 auto;
    color: #485277;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #d2d5de;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lish .history-thumbs .slick-slide span:hover,
.history-thumbs .slick-current span {
    color: #fff;
    background: url("../images/lb/three_bg1.png") no-repeat;
    background-size: .4rem .4rem;
    border: 1px solid transparent;
}

.history-thumbs .slick-prev {
    left: 0px;
    background: #fff url("../images/lb/three_left.png") no-repeat;
    background-size: 100%;
}

.history-thumbs .slick-next {
    right: 0px;
    background: #fff url("../images/lb/three_right.png") no-repeat;
    background-size: 100%;
}

.more {
    display: none;
}

.three_item {
    width: 100%;
    background: #fff;
    padding-top: .5rem;
    margin-bottom: 2.9rem;
    min-height: .8rem;
}

.three_item .three_title,
.three_bod {
    display: flex;
    justify-content: space-between;
}

.history-con .slider {
    border: 1px solid #e9edf6;
    border-top: 0;
}

.three_item .three_title {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #5f11b2 url("../images/lb/bg01.png") no-repeat left center;
}

.three_item .three_title .item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.three_item .three_bod .item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 1px solid #e9edf6;
}

.three_item .three_bod {
    background: #fff;
}

.three_item .three_bod:nth-child(2n-1) {
    background: #f8fafc;
}

.three_item .a {
    width: 11.2%;
    text-align: center;
}

.three_item .bt {
    width: 41.3%;
    padding-left: 30px;
}

.three_item .c {
    width: 23.6%;
    padding-left: 30px;
}

.three_item .d {
    width: 12.5%;
    text-align: center;
}

.three_item .e {
    width: 11.2%;
    padding-left: 30px;
    border-right: 1px solid #e9edf6;
}

@media all and (max-width: 1080px) {
    .bg_three {
        background-size: 100%;
    }
    .three_item {
        padding-top: .3rem;
        margin-bottom: .5rem;
    }
    .history-thumbs .slider {
        margin-bottom: .3rem;
    }
    .history-con {
        padding-top: .4rem;
    }
    .three_item .three_title,
    .three_bod {
        display: flex;
        justify-content: space-between;
    }
    .three_item .three_title {
        text-align: center;
        font-size: 18px;
        color: #fff;
        background: url("../images/lb/bg01.png") no-repeat;
    }
    .three_item .three_title .item {
        padding-top: 20px;
        padding-bottom: 20px;
        border-left: 1px solid #e9edf6;
    }
    .three_item .three_bod .item {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .three_item .three_bod {
        background: #fff;
    }
    .three_item .three_bod:nth-child(2n-1) {
        background: #f8fafc;
    }
    .three_item .a {
        width: 10%;
        text-align: center;
    }
    .three_item .bt {
        width: 40%;
        padding-left: 15px;
    }
    .three_item .c {
        width: 25%;
        padding-left: 15px;
    }
    .three_item .d {
        width: 15%;
        text-align: center;
    }
    .three_item .e {
        width: 10%;
        padding-left: 10px;
        border-right: 1px solid #e9edf6;
    }
    .bg_three::before {
        width: 50%;
        height: 30%;
        background-size: 100% 100%;
        top: 10%;
    }
    .bg_three::after {
        width: 50%;
        height: 50%;
    }
}

@media all and (max-width: 768px) {
    .three_item .three_bod:nth-child(2n-1) {
        background: #f8fafc;
    }
    .bg_two::after,
    .bg_two::before,
    .set::before {
        display: none;
    }
    .bg_three {
        background: url("../images/lb/three_bg.png") no-repeat left bottom;
        background-size: 100%;
    }
    .three_item .a {
        text-align: center;
    }
    .three_item .bt {
        padding-left: 10px;
    }
    .three_item .c {
        padding-left: 10px;
    }
    .three_item .e {
        padding-left: 10px;
    }
}

@media all and (max-width: 680px) {
    .three_item .three_bod:nth-child(2n-1) {
        background: #f8fafc;
    }
    .three_item .three_bod {
        background: #fff;
    }
    .bg_three {
        background: url("../images/lb/three_bg.png") no-repeat left bottom;
        background-size: 100%;
    }
    .three_item .three_bod .item span {
        word-break: break-all;
    }
    .three_item .three_title {
        display: none;
    }
    .history-con .slider {
        border: 1px solid #e9edf6;
    }
    .more {
        display: block;
        width: 28%;
        text-align: left;
        float: left;
    }
    .three_item .three_bod .item span:nth-child(2) {
        width: 65%;
    }
    /* .three_item .three_bod .item{background: #f8fafc;} */
    .three_bod {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .three_item .three_bod .item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        text-align: left;
        padding: 10px;
    }
    .three_item .a {
        text-align: center;
    }
    .three_item .bt {
        padding-left: 0px;
    }
    .three_item .c {
        padding-left: 0px;
    }
    .three_item .e {
        padding-left: 0px;
    }
}

@media all and (max-width: 400px) {
    .more {
        width: 100%;
    }
    .three_item .three_bod .item span:nth-child(2) {
        width: 100%;
    }
}