img {
    display: block
}

em {
    font-style: normal
}

.jj {
    padding: 20px 0
}

.content {
    position: relative;
    bottom: 45px;
    /* width: 90%; */
    height: 350px;
    margin: 0 auto;
    padding: 0px 5px;
}

.js_text img {
    position: absolute;
    width: 100%;
    bottom: 0
}

.jj_text {
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    padding: 18px;
    border: 2px solid #efefef;
    color: #666666;
    font-size: 14px;
}

.jj_text p {
    text-indent: 2em;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 20px;
}

.jj_text p:first-child {
    margin-bottom: 10px;
}

.cb {
    box-sizing: border-box;
    position: absolute;
    width: 70%;
    padding: 11px;
    left: 50%;
    margin-left: -35%;
    background: #fff;
    border: 1px solid #f5f4f4
}

.swiper-container {
    position: relative;
    width: 90%;
    /* height: 420px; */
    margin: 0 auto;
    padding: 0px 5px;
}

.swiper-pagination {
    bottom: 0 !important
}

.about_imgL img {
    width: 100%
}

.about_imgL span {
    display: block;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 5px 1px #cdcccd;
    overflow: hidden
}

.about_imgL strong,
.about_imgL em {
    font-size: 13px;
    display: block;
    text-align: center
}

.about_imgL strong {
    /* margin-top: 11px; */
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: bold
}

.about_imgL em {
    display: block;
}

.on {
    width: 20%
}

.ds_info {
    width: 420px;
    height: 300px;
    background: #3a80d8;
    position: relative;
    top: 15%;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
}

.ds_info p:first-child {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.ds_info p:nth-child(2) {
    font-size: 14px;
    text-align: justify;
    text-indent: 1em;
    letter-spacing: 2px;
    line-height: 25px;
    margin-bottom: 45px;
}

.ds_info p:last-child {
    display: flex;
    justify-content: space-between;
    font-size: 12px
}

.jiabin {
    margin-top: 199px;
}

.con_title {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.con_title p {}

.con_title p:first-child {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 14px;
}

.con_title span {
    display: inline-block;
    width: 72px;
    height: 1px;
    background: #d5d5d5;
}

.con_title strong {
    display: block;
    margin-top: 10px;
    letter-spacing: 1px;
    color: #a0a0a0
}

.hyrc {
    margin-top: 50px;
}

.hyrc_time {
    width: 540px;
    height: 60px;
    background: #598fe0;
    border-radius: 70px;
    margin: 0 auto;
    color: white;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
}

.hyrc_liucheng {
    display: flex;
    justify-content: space-between
}
.hyrc_liucheng p{
    text-align: center
}
.hyrc_line {
    display: inline-block;
    height: 2px;
    width: 230px;
    background: #acc7ef
}

.hyrc_liucheng span {
    align-self: center;
}

@media screen and (max-width:1024px) {

    .jj_text p {
        text-indent: 2em;
        text-align: justify;
        letter-spacing: 0;
        line-height: 19px;
        font-size: 13px;
    }
}

@media screen and (max-width:768px) {
    .about_imgL strong {
        margin-top: 8px;
        font-size: 18px;
    }

    .about_imgL em {
        font-size: 12px;
    }

    .jj_text p {
        text-indent: 2em;
        text-align: justify;
        letter-spacing: 0;
        line-height: 18px;
        font-size: 13px;
    }
}