@charset "utf-8";

.v_news_content table {
    /*   width: auto !important;
 
 display: block;
    overflow-x: auto;
    white-space: nowrap;
*/
   margin: 0 auto;
}

.v_news_content td p {
    text-align: center;

}

/* 组件ID */
#std_copy_1600_019 {
    position: relative;
    font-size: 16px;
    z-index: 9;
    /* overflow: hidden; */
}

.std_copy_1600_019 .stdcopy16_19_wid {
    width: 1400px;
    margin: 0 auto;
    max-width: 94%;
    position: relative;
}

/* 组件样式 */
.std_copy_1600_019 {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
    background: #8C2D30;
}

.std_copy_1600_019 img {
    max-width: 100%;

}

.std_copy_1600_019 .foot-b {
    padding: 28px 0 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;

}

.std_copy_1600_019 .foot-b .fot-1 {
    width: 32%;
}

.std_copy_1600_019 .foot-b .fot-1 p,
.std_copy_1600_019 .foot-b .fot-1 p a {
    font-size: 14px;
    color: #fff;
}

.std_copy_1600_019 .foot-b .fot-3 {
    width: 30%;
}

.std_copy_1600_019 .foot-b .fot-3 p {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    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: 110px; */
    text-align: center;
}

.std_copy_1600_019 .foot-b .fot-4 ul {
    display: flex;
}

.std_copy_1600_019 .foot-b .fot-4 ul li {

    margin-left: 10px;
}

.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: #333;
}

.ft-bq {
    position: absolute;
    left: 0;
    bottom: 0;
    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;
    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;
}

.select {
    width: 256px;
    position: relative;
    cursor: pointer;
    /* margin-bottom: 20px; */
    display: none;
}

.select h2 {
    display: flex;
    font-size: 16px;
    height: 45px;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
    border: 0.01rem solid rgba(255, 255, 255, .3);
    border-radius: 5px;
}

.select h2 p {
    color: #fff;
    white-space: nowrap;
}

.select ul {
    background: #f8f8f8;
    height: 200px;
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    padding: 15px 0px;
    z-index: 5;
    bottom: 100%;
    display: none;
    overflow-y: auto;
}

.select li {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    transition: 0.5s;
    padding: 0 15px;
}

.select li a {
    display: block;
    font-size: 16px;
    line-height: 32px;
}

.select h2 img {
    width: 11px;
}

.select li:hover {
    background: #B61212;
    color: #fff;
}

.select li:hover a {
    color: #fff;
}

@media screen and (max-width: 1600px) {

    .std_copy_1600_019 .foot-b .fot-4 {
        margin-right: 50px;
    }

}

@media screen and (max-width: 1450px) {
    .std_copy_1600_019 .foot-b .fot-4 {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
        justify-content: center;
    }

    .std_copy_1600_019 .foot-b .fot-4 ul {
        justify-content: center;
    }
}

@media screen and (max-width:100%) {
    .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;
    }

    .ft-bq {
        position: static;
    }
}

@media screen and (max-width:1024px) {
    .std_copy_1600_019 .foot-b {
        padding: 20px 0;
    }

    .std_copy_1600_019 .stdcopy16_19_wid {
        padding: 0 15px;
        max-width: 100%;
    }

}

@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;
    }

    .fot-2 {
        width: 100%;
        margin-bottom: 15px;
    }

    .std_copy_1600_019 .foot-b .fot-3 {
        margin-bottom: 0;
    }

    .std_copy_1600_019 .foot-b .fot-3 p {
        padding-left: 0;
        white-space: normal;
    }

    .select {
        width: 100%;
    }

    .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;
    }

}