@charset "UTF-8"; * {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    /* 继承父元素颜色，状态不变 */
}

body {
    background: #333;
}

.logo img {
    height: 60px;
}

.header {
    width: 100%;
    height: 80px;
    background: #1B74C8;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 9999;
}

.containeraa {
    display: flex;
    width: 1140px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}

#sjbdmap {
    display: none;
}

@media (max-width: 768px) {
    #sjbdmap {
        display: block !important;
    }
}

#pcbdmap {
    display: block;
}

@media (max-width: 768px) {
    #pcbdmap {
        display: none;
    }
}

.left-div {
    width: 50%;
}

.right-div {
    width: 50%;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .left-div, .right-div {
        width: 100%;
    }
}

.content {
    width: 1140px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}

.custom-div {
    background-color: #1B74C8;
    width: 1150px;
    margin: 0 auto;
    /* 居中对齐 */
    height: 80px;
    display: flex;
    align-items: center;
    /* 文字上下对齐 */
}

.logo {
    /* 设置logo样式 */
}

.navigation-menu {
    margin-left: auto;
    /* 右边靠右对齐 */
    /* 设置导航菜单文字样式 */
}

.dtjz_xz {
    opacity: 0;
}

@keyframes dtjz_xz {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes dtjz_xz {
    from {
        opacity: 0;
        transform: translate3d(-10%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.dtjz_xz {
    animation: dtjz_xz .3s forwards;
}

.right {
    animation: right .3s forwards;
}

@keyframes right {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes right {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.left {
    width: 760px;
}

.right {
    width: 380px;
}

.row {
    color: #ffb639;
    font-weight: 700;
    font-size: 2.5rem;
}

.row-pic {
    margin-top: 60px;
    float: left;
    margin-right: 20px;
}

.row-text {
    line-height: 26px;
    font-size: 17px;
}

.er2 {
    width: 140px;
}

.list {
    list-style-type: none;
    margin-top: 60px;
}

.list li {
    float: left;
}

.item {
    display: flex;
}

.qr-code {
    width: 140px;
    height: 140px;
    background-color: #ccc;
    /* 添加二维码样式 */
}

.qr-code img {
    width: 140px;
}

.content11 {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    justify-content: center;
}

.icon {
    color: #ffb639;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.wenzi_xz {
    margin-left: -10px;
    margin-top: 18px;
    font-size: 18px;
}

.clear {
    clear: both;
}

.footer {
    display: flex;
    margin: 0 auto;
    margin-top: 0px;
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}

.zjzj {
    margin-top: 20px;
    line-height: 30px;
}

.pg2 {
    width: 25px;
    margin-right: 0px;
}

.icon img {
    width: 220px;
    margin-right: 5px;
}

.icon:hover>img:last-child {
    display: block;
}

.icon:hover>img:first-child {
    display: none;
}

.icon>img:last-child {
    display: none;
}

.text {
    display: block;
    width: 160px;
    height: 29px;
    line-height: 29px;
    margin-top: 15px;
    color: #ffb639;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ffb639;
}

.text:hover {
    border: 1px solid #999;
    color: #999;
}

/*****************************/
@media (max-width: 768px) {
    .content {
        width:100%;
        padding: 0px;
        display: block;
        margin-top: 80px;
    }

    .row {
        font-size: 1.8rem;
    }

    .left {
        width: 100%;
        text-align: center;
    }

    .right {
        width: 100%;
    }

    .custom-div {
        width: 100%;
    }

    .item {
        display: block;
    }

    .list {
        margin-top: 30px;
    }

    .list li {
        width: 100%;
        margin-top: 0px;
    }

    .qr-code {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .icon {
        margin-left: 0px;
        justify-content: center;
    }

    .content11 {
        align-items: center;
        margin-top: 10px;
    }

    .zjzj {
        text-align: center;
    }

    #xzz_1 {
        margin-top: -20px;
    }
    .logo{
      width: 100%;
      text-align: center;
    }
    .dtjz_xz{
        margin: 100px 0px 0 0px;
    }
}
