.about_content{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.about_content_box{
    width: 12rem;
    margin: 0 auto;
    overflow: hidden;
}

.about_jj_box{
    /* width: 12rem; */
    margin: 1.5rem  auto 2.2rem;
}

.about_jj_text{
    width: 6.02rem;
}
.about_jj_tit{
    font-size: 0.38rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #222222;
    margin-bottom: .62rem;
}
.about_jj_txt{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
    line-height: 0.28rem;
}
.about_jj_img{
    position: absolute;
    width: 9.04rem;
    height: 5.61rem;
    overflow: hidden;
    border-radius: 0.1rem 0rem 0rem 0.1rem;
    right: 0;
    top: 1.93rem;
}
.about_jj_img img{
    transition: all .5s;
}
.about_jj_img:hover img{
    transform: scale(1.2);
}

.about_lc_box{
    /* width: 12rem; */
    margin: .56rem auto 1.02rem;
    position: relative;
}
.about_lc_box::after{
    content: '';
    position: absolute;
    width: 0.02rem;
    height: calc(100% - 1.6rem);
    background: #004AAE;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about_lc_item{
    display: flex;
    align-items: center;
    position: relative;
}
.about_lc_item::after{
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #004AAE;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about_lc_item::before{
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #004AAE;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about_lc_text{
    width: 3.81rem;
    display: flex;
    flex-direction: column;
    margin-right: .24rem;
}
.about_lc_time{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #888888;
    margin-bottom: .12rem;
    text-align: right;
}
.about_lc_tit{
    font-size: 0.26rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
    text-align: right;
}
.about_lc_img{
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .04rem;
}
.about_lc_dashed{
    display: flex;
    width: .23rem;
    height: .03rem;
}
.about_lc_item:nth-child(2n){
    flex-direction: row-reverse;
}
.about_lc_item:nth-child(2n) .about_lc_text{
    margin-right: 0;
    margin-left: .24rem;
}
.about_lc_item:nth-child(2n) .about_lc_time,
.about_lc_item:nth-child(2n) .about_lc_tit{
    text-align: left;
}
.about_lc_item:nth-child(2n) .about_lc_img{
    margin-right: 0;
    margin-left: .04rem;
}
.about_ry_box{
    display: flex;
    flex-wrap: wrap;
    margin: .59rem auto .88rem;
}

.about_ry_item{
    width: 3.82rem;
    margin-right: .27rem;
    margin-bottom: .59rem;
    cursor: pointer;
}
.about_ry_item:nth-child(3n){
    margin-right: 0;
}
.about_ry_img{
    height: 2.73rem;
    overflow: hidden;
    margin-bottom: .28rem;
    border: .01rem solid #dddddd;
}
.about_ry_img img{
    transition: all .5s;
}
.about_ry_img:hover img{
    transform: scale(1.2);
}
.about_ry_tit{
    font-size: 0.2rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.about_ry_mb{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
}
.about_ry_mb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8rem;
    height: auto;
}
.page{
    margin-bottom: 1.26rem;
}
.about_lx{
    margin-top: .57rem;
    background: #F9F9F9;
    overflow: hidden;
}
.about_lx_box{
    width: 12rem;
    height: 4.75rem;
    margin: .52rem auto;
    display: flex;
}
.about_lx_left{
    width: 4.5rem;
    margin-right: .4rem;
    background: #FFFFFF;
    padding: .25rem;
    box-sizing: border-box;
}
.about_lx_right{
    width: 7.07rem;
}
.about_lx_right img{
    width: 100%;
    object-fit: contain!important;
}
.about_lx_item{
    display: flex;
    padding-bottom: .17rem;
    border-bottom: .01rem solid  #E5E5E5; 
    margin-bottom: .16rem;
}
.about_lx_item:last-child{
    border: 0;
}
.about_lx_img{
    max-width: .37rem;
    min-width: .32rem;
    max-height: .42rem;
    min-height: .28rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: .2rem;
}
.about_lx_text p:first-child{
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #222222;
    margin-bottom: .07rem;
}
.about_lx_text p:last-child{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
}
.about_message{
    overflow: hidden;
}
.about_message_box{
    width: 12rem;
    margin: .6rem auto 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_message_item{
    width: 5.65rem;
    height: 0.65rem;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #E5E5E5;
    display: flex;
    align-items: center;
    margin-bottom: .29rem;
    padding: 0 .3rem;
    box-sizing: border-box;
}
.about_message_item input{
    padding-left: .15rem;
    width: 100%;
    height: auto;
}
.about_message_textarea{
    width: 100%;
    height: 4.3rem;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    opacity: 1;
    border: 0.01rem solid #E5E5E5;
    margin-bottom: .8rem;
    padding: .18rem .3rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.about_message_textarea textarea{
    height: 100%;
}
.about_message_item p,
.about_message_textarea p{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #888888;
    white-space: nowrap;
}
.about_message_item p span,
.about_message_textarea p span{
    color: #FF0000;
}
.about_message_box button{
    width: 2.7rem;
    height: 0.6rem;
    background: #0153B1;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}


@media only screen and (max-width: 1024px) {
    .about_content{
        display: grid;
    }
    .about_content_box{
        width: 94%;
    }
    .about_jj_img{
        position: static;
        width: 94%;
        height: auto;
        margin:auto;
    }
    .about_jj_text{
        width: 100%;
    }
    .about_jj_tit{
        font-size: 18px;
        text-align: center;
    }
    .about_jj_txt{
        font-size: 14px;
        text-indent: 2em;
        line-height: 22px;
    }
    .about_jj_box{
        margin: 0.5rem auto 0.1rem;
        width: 100%;
    }
    .about_lc_time,.about_ry_tit{
        font-size: 14px;
    }
    .about_lc_text{
        width: 3.5rem;
    }
    .about_ry_item{
        width: 47%;
        margin-right:0;
    }
    .about_ry_box{
        justify-content: space-between;
    }
    .about_ry_box{
        margin: .59rem auto .18rem;
    }
    .about_lx_box{
        width: 94%;
        height: auto;
        display: block;
    }
    .about_lx_left,.about_message_item{
        width: 100%;
    }
    .about_lx_text p:first-child,.about_message_box button{
        font-size: 14px;
    }
    .about_lx_text p:last-child{
        font-size: 12px;
    }
    .about_lx_item{
        align-items: center;
    }
    .about_lx_right{
        width: 100%;
    height: 4rem;
    margin-top: 10px;
    }
    .about_message_box{
        width: 94%;
    }
    .about_message_item p, .about_message_textarea p{
        font-size: 12px;
    }
    .about_message_textarea{
        height:auto;
    }
}

