@charset "UTF-8";

/* 组件ID */
#std_copy_1600_015 {
    font-size: 16px;
}

.std_copy_1600_015 .stdcopy16_15_wid {
    max-width: 1600px;
    margin: 0 auto;
}

/* 组件样式 */
.std_copy_1600_015 {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.std_copy_1600_015::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 35px;
    bottom: 0;
    background: #004782;
    z-index: -1;
}


.std_copy_1600_015 .stdcopy16_15_link {
    position: relative;
    z-index: 1;
    background: #edf2fa;
}

.std_copy_1600_015 .stdcopy16_15_link::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../images/stdcopy16_15_bg1.png) no-repeat;
    z-index: -1;
    background-size: 100% 100% !important;
    left: 3%;
    right: 0;
}


.std_copy_1600_015 .stdcopy16_15_link ul {
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    padding: 0 0 0 60px;
    align-items: center;

}

.std_copy_1600_015 .stdcopy16_15_link ul li:first-child {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #004782;
}

.std_copy_1600_015 .stdcopy16_15_link ul li img {
    display: inline-block;
    margin-right: 5px;
}

.std_copy_1600_015 .stdcopy16_15_link ul li {
    font-size: 16px;
    color: #353535;
    line-height: 30px;
}

.std_copy_1600_015 .stdcopy16_15_link ul li:last-child a {
    border: none !important;
    padding-right: 0;
}

.std_copy_1600_015 .stdcopy16_15_link ul li a {
    display: block;
    position: relative;
    z-index: 1;
    color: #353535;
    padding: 0 40px;
    border: 1px dashed #DCDCDC;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.std_copy_1600_015 .stdcopy16_15_link ul li a:hover {
    color:#004782;
}

.std_copy_1600_015 .stdcopy16_15_c {
    padding: 45px 0 42px;
}

.std_copy_1600_015 .stdcopy16_15_c .stdcopy16_15_wid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.std_copy_1600_015 .stdcopy16_15_c .stdcopy16_15_logo {
    width: 45%;
}

.std_copy_1600_015 .stdcopy16_15_c .stdcopy16_15_bq {
    width: 35%;
}

.std_copy_1600_015 .stdcopy16_15_c .stdcopy16_15_bq2 {
    width: 35%;
}

.std_copy_1600_015 .stdcopy16_15_c .stdcopy16_15_wx {
    width: 70px;
}

.std_copy_1600_015 .stdcopy16_15_c .stdcopy16_15_logo img {
    max-width: 100%;
}

.std_copy_1600_015 .stdcopy16_15_c p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}



.std_copy_1600_015 .stdcopy16_15_c .stdcopy16_15_wx h3 {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.std_copy_1600_015 .stdcopy16_15_c .stdcopy16_15_wx div img {
    height: 68px;
    width: 68px;
}

@media screen and (max-width: 1600px) {
    .std_copy_1600_015 .stdcopy16_15_wid {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
    .std_copy_1600_015 .stdcopy16_15_link::after {
        left: 0;
        background: #edf2fa;
    }

    .std_copy_1600_015 .stdcopy16_15_link ul {
        height: auto;
        padding: 15px 0;
        justify-content: flex-start;
    }

    .std_copy_1600_015 .stdcopy16_15_link ul li a {
        padding: 0 15px;
    }

    .std_copy_1600_015 .stdcopy16_15_c .stdcopy16_15_bq p {
        line-height: 26px;
    }

    .std_copy_1600_015 .stdcopy16_15_c .stdcopy16_15_wx div h3 {
        line-height: 26px;
    }
}

@media screen and (max-width: 768px) {
    .std_copy_1600_015 .stdcopy16_15_c {
        padding: 20px 0;
    }

    .std_copy_1600_015 .stdcopy16_15_c .stdcopy16_15_logo {
        width: 100%;
        text-align: center;
    }

    .std_copy_1600_015 .stdcopy16_15_c .stdcopy16_15_bq {
        width: 100%;
        margin: 15px 0;
        margin-bottom: 0;
        text-align: center;
    }

    .std_copy_1600_015 .stdcopy16_15_c .stdcopy16_15_bq2 {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .std_copy_1600_015 .stdcopy16_15_c .stdcopy16_15_wx {
        width: 100%;
        text-align: center;
    }

    .std_copy_1600_015 .stdcopy16_15_c p {
        font-size: 14px !important;
    }

    .std_copy_1600_015 .stdcopy16_15_link ul li a {
        border: none !important;
    }
}