@charset "UTF-8";
.aboutus{
    margin-top: 50px;
}
.aboutus_top{
    font-weight: bold;
    color: var(--color_theme);
    font-size: 26px;
    line-height: 1em;
}
.aboutus_mid{
    height: 430px;
    margin-top: 20px;
    overflow: hidden;
}
.aboutus_mid_left{
    width: 460px;
    height: 100%;
    float: left;
    position: relative;
}
.aboutus_mid_left_text p{
    margin-bottom: 20px;
    text-indent: 2em;
}
.aboutus_slogan{
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}
.aboutus_slogan2{
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
}
.aboutus_slogan2 span{
    width: 200px;
    height: 1px;
    background: #d2d2d2;
}
.aboutus_mid_right{
    width: calc(100% - 500px);
    float: right;
    overflow: hidden;
}
.aboutus_mid_bot{
    clear: both;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.aboutus_bot_title{
    font-weight: bold;
    color: var(--color_theme);
}
.aboutus_bot_item{
    width: 420px;
}

/* contact us */
.contactus{
    margin-top: 20px;
    background: url(../images/bg_aboutus.jpg) no-repeat center top;
    padding: 20px 0 20px 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.contactus_top{
    font-weight: bold;
}
.contactus_mid{
    margin-top: 10px;
}
.contact_bot{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.contact_qr{
    display: flex;
    justify-content: center;
}
.contact_qr_item{
    width: 100px;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
}
.contact_qr_item_qr{
    width: 100%;
    height: 100px;
}
.contact_qr_item_name{
    margin-top: 10px;
    text-align: center;
}
.contact_info{
    width: 90%; 
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.contact_info_item{ 
    display: flex;
    align-items: center;
    margin: 0 40px;
}
.contact_info_item_icon{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.contact_info_item i{
    display: block;
    width: 20px;
    height: auto;
    margin-right: 6px;
}
.contact_info_item_info{
    margin-left: 10px;
}
/* contact us end */