.modules-text {
    line-height: 28px;
}

.modules-swiper .slide-content-inner {
    position: absolute;
    bottom: 5%;
}

.modules-swiper .slide-content-inner h2,
.modules-swiper .slide-content-inner p {
    text-align: left!important;
    color: #fff;
    font-weight: 700;
}

.modules-swiper .slide-content-inner h2 {
    font-size: 50px;
}

.modules-swiper .slide-content-inner p {
    font-size: 20px;
    margin-left: 10%;
}

.about-lt {
    float: left;
    width: 67%;
}

.about-rt {
    float: right;
    width: 30%;
    position: relative;
}

.about-rt img:nth-child(2) {
    position: absolute;
    left: 17%;
    top: 85%;
}

/*.zp1 {*/
/*    width: 100%;*/
/*    margin-top: 85px;*/
/*    margin-bottom: 25px;*/
/*    padding: 20px;*/
/*    color: black;*/
/*    border: 2px dotted #008080;*/
/*    position: relative;*/
/*    float: left;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

/*.zp1 h3 {*/
/*    position: absolute;*/
/*    top: -42px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    background: #fff;*/
/*    font-weight: 600;*/
/*    padding: 0 8%;*/
/*}*/

/*.zp1 .gwzz {*/
/*    float: left;*/
/*    width: 24%;*/
/*    margin: 20px 0;*/
/*    position: relative;*/
/*    height: 245px;*/
/*}*/

/*.zp1 p {*/
/*    position: relative;*/
/*    margin-left: 56px;*/
/*}*/

.year1,
.year2,
.year3,
.year4 {
    position: absolute;
    left: 7%;
    bottom: 0;
    width: 94%;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding: 5px 0;
    color: #fff;
}

.year1 {
    background-color: #377790;
}

.year2 {
    background-color: #189a80;
}

.year3 {
    background-color: #f09c2a;
}

.year4 {
    background-color: #d24132;
}

.zp1 p::before {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
    position: absolute;
    left: -36px;
    top: 9px;
}

.lxfs {
    display: flex;
    width: 100%;
}

.lxfs .lxfs-lt img {
    width: 88%;
    box-shadow: 4px 4px 10px #0000008c;
}

.lxfs .lxfs-rt {
    width: 61%;
    margin-top: 3%;
}

.modules-text span {
    color: black;
    font-weight: 700;
}

@media (max-width:600px) {
    .modules-text {
        margin: 0 15px;
    }
    .about-lt,
    .about-rt {
        float: none;
        width: 100%;
    }
    .about-rt img:nth-child(2) {
        left: auto;
        right: 0;
        bottom: 0;
    }
    .modules-text .zp1 {
        margin-top: 160px!important;
        display: block;
    }
    .zp1 .gwzz {
        width: 100%;
        float: none;
        height: auto;
    }
    .year1,
    .year2,
    .year3,
    .year4 {
        position: static;
        width: auto;
    }
    .lxfs {
        display: block;
    }
    .lxfs .lxfs-lt img,
    .lxfs-rt {
        width: 100%!important;
    }
}

@media (max-width:420px) {
    .modules-swiper .slide-content-inner {
        position: unset;
    }
    .modules-swiper .slide-content-inner p {
        width: 100%;
    }
}

.bbox{
    width: 100%;
    
    
}
.bboxl{
    width: 75%;
    float: left;
}
.bboximg{
    float: left;
    margin-left: 5%;
    width: 20%;
}
.bboximg img{
    margin-top: 25px;
}





