#bottom {
    height: 100%;
    width: 100%;
    margin: 0px auto;
    background-color: #F2F2F2;
}

#bottom .Banner {
    height: 100%;
    min-height: 500px;
    width: 100%;
    margin: 0px auto;
    /* 最大宽度为100% */
    min-width: 1150px;
    /* 隐藏溢出部分 */
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;

}

#bottom .Banner img {
    /*   max-width: 1920px; */
    width: 100%;
    margin: 0px auto;
    /* 图片宽度占据整个横幅容器 */
    height: auto;
    /* 图片高度自适应，以保持比例 */
    display: block;
    /* 移除图片默认的下边距 */
    /*   position: absolute; */
}

#bottom .Banner .box {
    position: absolute;
    height: 100%;
    min-height: 500px;
    min-width: 500px;
    max-height: 100%;
    margin: 0px auto;
    background-color: #3A6D90;
    box-sizing: border-box;
    padding: 50px 50px;
}

/* #bottom .Banner .box {
    position: absolute;
    height: 500px;

    max-height: 100%;
    width: 33%;
    background-color: #3A6D90;
    box-sizing: border-box;
    padding: 50px 50px;
} */


#bottom .Banner .box p {
    font-size: 3rem;
    font-weight: 400;
    color: #FFFFFF;
}

#bottom .content {
    /*    height: 625px; */
    height: 250px;
    margin: 0px auto;
    /* 最大宽度为100% */
    min-width: 1150px;
    max-width: 1920px;
    display: flex;
    display: -webkit-flex;
    /*  justify-content: center; */
    margin: 0 auto;
    flex-direction: column;
}

#bottom .content .left {
    /* max-width: 900px; */
    width: 60%;
    display: flex;
    display: -webkit-flex;

    /*  margin: 0 auto; */
    flex-direction: column;
    box-sizing: border-box;
    margin-left: 250px;


}


#bottom .content .left .item {
    box-sizing: border-box;
    padding-top: 20px;
    display: flex;
    display: -webkit-flex;

    flex-direction: row;
    height: 120px;
}

#bottom .content .left .item div {
    margin: auto 0px;
    margin-right: 10px;
    position: relative;
    left: 0px;
}

#bottom .content .left .item .logo img {
    height: 35px;
    width: 58px;
}

#bottom .content .left .item .company-name img {
    height: 35px;
}


#bottom .content .left ul li {
    line-height: 30px;
    font: 500;
    font-size: 1rem;
    color: #959696;
}

#bottom .content .left p {
    margin-top: 10px;
    font: 400;
    font-size: 1rem;
    color: #1C1C1C;
}





#bottom .bottom {
    height: 250px;
    padding-top: 20px;
    width: 100%;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0px auto;
}

#bottom .bottom .img img {
    height: 100px;
    width: 100px;
}

#bottom .bottom {
    position: relative;
}

#bottom .bottom .img {
    position: absolute;
    right: 10%;
    top: -200px;
}

#bottom .bottom p {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    font: 400;
    font-size: 1rem;
    color: #1C1C1C;
    position: absolute;

}

#bottom .content .Declaration {
    /*    margin: 0px auto; */
    background-color: #F2F2F2;
    margin-left: 250px;
    font: 400;
    font-size: 1rem;
}

#bottom .Banner .box .text {
    font-size: 1.2rem;
    line-height: 30px;
}

#bottom .Banner .box .title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 40px;
}