@charset "UTF-8";

/* 组件ID */
#std_copy_1600_003 {
    font-size: 16px;
}

/* 组件样式 */
.std_copy_1600_003 {
    background: url(../images/stdcopy16_3_bg.png) no-repeat center;
    background-size: 100% 100%;
    /* height: 427px; */
    padding-top: 100px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.std_copy_1600_003::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/stdcopy16_3_bgx.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.std_copy_1600_003 a {
    color: #DAEBFA;
}

.std_copy_1600_003 .stdcopy16_3_wid {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.std_copy_1600_003 .stdcopy16_3_l {
    margin-top: 15px;
    width: 500px;
}

.std_copy_1600_003 .stdcopy16_3_l p {
    position: relative;
    font-size: 14px;
    padding-left: 30px;
    line-height: 36px;
    color: #DAEBFA;
}

.std_copy_1600_003 .stdcopy16_3_l p span {
    display: inline-block;
    margin-left: 15px;
}

.std_copy_1600_003 .stdcopy16_3_l p span:nth-child(2) {
    margin-left: 0;
}

.std_copy_1600_003 .stdcopy16_3_l p span:nth-child(4) {
    margin-left: 43px;
}

.std_copy_1600_003 .stdcopy16_3_l p img {
    position: absolute;
    left: 0;
    top: 8px;
    vertical-align: middle;
    margin-right: 10px;
}

.std_copy_1600_003 .stdcopy16_3_tit {
    font-size: 18px;
    line-height: 36px;
    /* padding-left: 15px; */
    position: relative;
    font-weight: bold;
    color: #DAEBFA;
}

.std_copy_1600_003 .stdcopy16_3_tit::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 16px;
    /* background: #BF251B; */
}

.std_copy_1600_003 .stdcopy16_3_r {
    margin-right: 130px;
display: none;
}

.std_copy_1600_003 .stdcopy16_3_c {
    width: 40%;
}

.std_copy_1600_003 .stdcopy16_3_c ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.std_copy_1600_003 .stdcopy16_3_c ul li {
    width: 50%;
    font-size: 16px;
    line-height: 36px;
}

.std_copy_1600_003 .stdcopy16_3_c ul li a {
    display: block;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.3s;
}

.std_copy_1600_003 .stdcopy16_3_c ul li:hover a {
    color: rgba(255, 255, 255, 1);
}

.std_copy_1600_003 .stdcopy16_3_c ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    background: #DAEBFA;
    border-radius: 50%;
}

.std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}

.std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media>div {
    float: left;
    text-align: center;
    margin-left: 34px;
    position: relative;
    cursor: pointer;
}

.std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media>div:first-child {
    margin-left: 0;
}

.std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media>div:hover div {
    display: block;
}

.std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media>div>span {
    display: block;
    width: 55px;
    height: 55px;
    font-size: 0;
    transition: all 0.3s;
}

.std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media>div>span>img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media>div:hover>span>img {
    opacity: 0.8;
}

.std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media>div>div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 15px;
    width: 120px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 6;
    display: none;
}

.std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media>div>div img {
    display: block;
    width: 100%;
}

.std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media>div>div::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media>div>img {
    display: block;
    margin: 0 auto;
}

.std_copy_1600_003 .stdcopy16_3_bq {
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.std_copy_1600_003 .stdcopy16_3_bq p,
.std_copy_1600_003 .stdcopy16_3_bq p a {
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
}


@media screen and (max-width: 1600px) {
    .std_copy_1600_003 .stdcopy16_3_wid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1350px) {
    .std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media {
        margin-top: 10px;
    }

    .std_copy_1600_003 .stdcopy16_3_c {
        width: calc(100% - 520px);
    }
}

@media screen and (max-width: 1024px) {
    .std_copy_1600_003 {
        height: auto;
        background: none;
        background: #BB2316;
        border-top: 5px solid #EDC66B;

        padding-top: 30px;
        padding-bottom: 20px;
    }

    .std_copy_1600_003 .stdcopy16_3_l p span:nth-child(4) {
        margin-left: 40px;
    }

    .std_copy_1600_003 .stdcopy16_3_l p span {
        margin-left: 40px;
    }

    .std_copy_1600_003 .stdcopy16_3_l {
        width: 100%;
        margin-top: 0;
    }

    .std_copy_1600_003 .stdcopy16_3_c {
        width: 100%;
        margin-top: 15px;
    }

    .std_copy_1600_003 .stdcopy16_3_r {
        width: 100%;
    }

    .std_copy_1600_003 .stdcopy16_3_l {
        text-align: center;
    }

    .std_copy_1600_003 .stdcopy16_3_l p {
        text-align: left;
        line-height: 30px;
    }

    .std_copy_1600_003 .stdcopy16_3_c ul li {
        font-size: 14px !important;
        line-height: 30px;
    }

    .std_copy_1600_003 .stdcopy16_3_tit {
        font-size: 16px !important;
        line-height: 30px;
    }

    .std_copy_1600_003 .stdcopy16_3_c ul {
        margin-top: 10px;
    }

    .std_copy_1600_003 .stdcopy16_3_r {
        margin-top: 15px;
        margin-right: 0;
    }

    .std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media {
        margin-top: 15px;
        justify-content: center;
    }

    .std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media>div>span {
        width: 40px;
        height: 40px;
    }

    .std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media>div {
        margin-left: 20px;
    }

    .std_copy_1600_003 .stdcopy16_3_bq {
        margin-top: 20px;
        font-size: 14px !important;
        line-height: 26px;
    }

    .std_copy_1600_003 .stdcopy16_3_r .stdcopy16_3_media>div>div {
        width: 90px;
        padding: 2px;
    }
}