/*Written by lq 2023.11.13*/
#information_part{
    position: absolute;
    width: 100%;
    height: 352px;
    min-width: 1000px;
    background-image: url("../img/合作咨询.png");
    background-size: 100% 352px;
}

.info_title{
    text-align: center;
    width: 700px;
    height: 42px;
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 95px;
    line-height: 42px;
    -webkit-background-clip: text;
    user-select: none;
}

.info_detail{
    text-align: center;
    width: 144px;
    height: 33px;
    font-size: 24px;
    font-weight: 400;
    color: #E6E6E6;
    line-height: 33px;
    -webkit-background-clip: text;
    margin-top: 26px;
    user-select: none;
}

.info_button{
    margin-top: 19px;
    text-align: center;
    line-height: 30px;
    width: 96px;
    height: 30px;
    background: rgba(51,51,51,0);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-weight: 400;

}

.info_button a{
    text-decoration: none;
    color: #FFFFFF;
    user-select: none;
}

.info_tel{
    margin-top: 23px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.info_tel img{
    position: relative;
    top: 2px;
}


#footer{
    width: 100%;
    height: 405px;
    background-color: #0F0F0D;
    position: relative;
    top: 352px;
    min-width: 1000px;
    background-image: url("../img/底部背景.png");
    background-size: 100% 395px;
}

.footer_divide{
    position: absolute;
    margin-top: 50px;
    height: 200px;
    width: 100%;
}

.footer_divide_info{
    /*background-color: #d3dce6;*/
    position: relative;
    height: 200px;
    width: 13%;
    min-width: 135px;
    left: 18%;
    margin-right: 60px;
    float: left;
}

.footer_title{
    font-size: 18px;
    font-weight: 500;
    color: #CCCCCC;
    margin-bottom: 37px;
    user-select: none;
}

.footer_content{
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.footer_content li{
    margin: 0 0 23px 0;
}

.footer_content li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #B3B3B3;
}

.footer_QR_code{
    position: relative;
    width: 144px;
    left: 370px;
    bottom: 190px;
}

.QR_font{
    margin-top: 17px;
    font-size: 18px;
    font-weight: 500;
    color: #B3B3B3;
    text-align: center;
}

.address{
    position: relative;
    top: 300px;
    right: 12%;
    font-weight: 200;
    color: #FFFFFF;
    line-height: 28px;
    letter-spacing: 2px;
    font-size: 16px;
    width: 600px;
}

.address img{
    width: 18px;
    height: 20px;
}

.tel img{
    width: 18px;
    height: 18px;
}

.tel{
    width: 170px;
    position: relative;
    top: 275px;
    left: 55%;
    font-weight: 300;
    color: #FFFFFF;
    font-size: 18px;
    margin-left: 46px;
}

.horizon_line{
    width: 72%;
    border: 1px solid #333333;
    position: relative;
    top: 300px;
}

.last{
    font-size: 16px;
    font-weight: 200;
    color: #9FA1AA;
    line-height: 28px;
    position: relative;
    top: 310px;
    left: 0%;
    width: 800px;
    margin-bottom: 20px;
}

.last a{
    text-decoration: none;
    color: #9FA1AA;
}
