/* 基本样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 页面基本样式 */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* 顶部头部样式 */
.base-header {
    width: 100%;
    height: 134px;
}

.base-header__wrapper {
    width: 1200px;
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.base-header__logo {
    width: 345px;
    height: 100%;
    cursor: pointer;
}

.base-header__logo-bank {
    padding-top: 20px;
}

.base-header__logo-banma {
    padding-bottom: 10px;
}

.base-header__menu {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    font-size: 12px;
}

.base-header__menu-bottom {
    display: block;
    margin-top:80px;
    transform: scale(0.9);
}

/* 中间图片样式 - 宽度1200px，高度自适应且居中展示 */
.middle-img {
    width: 1200px;
    padding-top: 10px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.base-left__top {
    width: 100%;
    height: 36px;
    position: relative;
    z-index: 9;
    background: rgb(57, 155, 252);
}
.base-footer{
margin: 0 auto;
}
.base-footer__copyright{
width: 1200px;
margin: 0 auto;
text-align: center;
    line-height: 90px;
    color: #666;
    font-size: 12px;
}
