@charset "utf-8";

.v_news_content table {
    width: auto !important;
    margin: 0 auto;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.v_news_content td p {
    text-align: center;

}

/* 组件ID */
#std_copy_1600_019 {
    font-size: 16px;
    position: relative;
    z-index: 9;
    /* overflow: hidden; */
}

.std_copy_1600_019 .stdcopy16_19_wid {
    width: 1400px;
    margin: 0 auto;
}

/* 组件样式 */
.std_copy_1600_019 {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
    background: url(/images/foot-bg.png) no-repeat center top/100% 100%;
}

.std_copy_1600_019 img {
    max-width: 100%;
}

.std_copy_1600_019 .foot-b {
    padding: 28px 0 13px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #3A896E;
}

.std_copy_1600_019 .foot-b .fot-1 {
    width: 30%;
}

.std_copy_1600_019 .foot-b .fot-3 {
    width: 24%;
}

.std_copy_1600_019 .foot-b .fot-3 p {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.std_copy_1600_019 .foot-b .fot-3 p img {
    position: absolute;
    left: 0;
    top: 3px;
}

.std_copy_1600_019 .foot-b .fot-3 h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.std_copy_1600_019 .foot-b .fot-4 {
    width: 40%;
    text-align: center;
}

.std_copy_1600_019 .foot-b .fot-4 ul {
    display: flex;
}

.std_copy_1600_019 .foot-b .fot-4 ul li {
    display: flex;
    align-items: center;
}

.std_copy_1600_019 .foot-b .fot-4 ul li p {
    line-height: 15px;
    margin-top: 5px;
}

.std_copy_1600_019 .foot-b .fot-4 ul li p span {
    display: block;
    line-height: 18px;
}

.std_copy_1600_019 .foot-b .fot-1 .img {
    margin-bottom: 15px;
}

.std_copy_1600_019 .foot-b p a {
    display: inline-block;
    padding-right: 5px;
}

.std_copy_1600_019 .foot-b .fot-4 .img {
    width: 100px;
    margin: 0 auto;
}

.std_copy_1600_019 .foot-b .fot-4 p {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
    text-align: center;
}

.std_copy_1600_019 a {
    color: #ffff;
}

.ft-bq {
    position: relative;
    text-align: center;
    padding: 10px 0;
}

.ft-bq p,
.ft-bq a {
    line-height: 27px;
    font-size: 14px;
    color: #fff;
}

.ft-bq:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
    border-top: 1px solid #3A896E;
    display: none;
}

.ul-iconsb1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.ul-iconsb1 li {
    margin-left: 25px;
}

.ul-iconsb1 .con {
    position: relative;
    cursor: pointer;
}

.ul-iconsb1 .con:hover .qrbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%) translateX(-50%);
}

.ul-iconsb1 .icon {

width: 55px;

height: 55px;

margin: 0 auto;

border-radius: 50%;

position: relative;
}





.ul-iconsb1 .qrbox {
    bottom: 100%;
    transform: translateY(-30%) translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-bottom: 15px;
    transition: 0.5s;
    position: absolute;
    width: 120px;
    z-index: 10;
    height: auto;
    z-index: 100;
    left: 50%;
    box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
}

.ul-iconsb1 .qrbox .qr {
    padding: 5px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}

.ul-iconsb1 .qrbox::before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    bottom: -10px;
    transform: translateX(-50%) rotateX(180deg);
    position: absolute;
    left: 50%;
}

.ul-iconsb1 .qrbox .qr img {
    width: 100%;
}

.ul-iconsb1 .qrbox .p {
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    line-height: 1.5;
}



.ul-iconsb1 .con:hover .icon::before,
.ul-iconsb1 .con:hover .icon::after {
    display: none;
}

@media screen and (max-width: 1600px) {
    .std_copy_1600_019 .stdcopy16_19_wid {
        padding: 0 15px;
        width: 100%;
    }

    .std_copy_1600_019 .foot-b .fot-4 {
        margin-right: 0;
    }

}

@media screen and (max-width:1400px) {
    .std_copy_1600_019 .foot-b .fot-4{margin-right:50px;width: auto;}
    .std_copy_1600_019 .foot-b .fot-1 {
        width: 100%;
        order: -1;
    }

    .std_copy_1600_019 .fot-1 img {
        display: block;
        margin: 0 auto;
    }

    .std_copy_1600_019 .foot-b .fot-3 {
        width: auto;
    }
}

@media screen and (max-width:1024px) {
    .std_copy_1600_019 .foot-b {
        padding: 20px 0;
    }
}
@media screen and (max-width:1000px) {.std_copy_1600_019 .foot-b .fot-3{width:100%;}.std_copy_1600_019 .foot-b .fot-4{width:100%;margin-right: 0;}.std_copy_1600_019 .foot-b .fot-4 ul{
    justify-content: center;
}}
@media screen and (max-width:768px) {
    .std_copy_1600_019 .foot-b .fot-1 {
        width: 100%;
        text-align: center;
    }

    .std_copy_1600_019 .foot-b .fot-3 {
        width: 100%;
        text-align: left;
        margin: 20px 0;
    }

    .std_copy_1600_019 .foot-b .fot-4 {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .std_copy_1600_019 .foot-b .fot-3 {
        margin-top: 0;
    }



    .std_copy_1600_019 .foot-b .fot-4 ul li {
        margin: 0 5px;
    }

    .std_copy_1600_019 .foot-b .fot-4 {
        margin-right: 0px;
    }

}
@media screen and (max-width:1000px) {.std_copy_1600_019 .foot-b .fot-4 ul li{
    margin-top: 10px;
    margin-bottom: 10px;
}}