@charset "utf-8";

/* 投资者关系 */

.container {
    width: 1600px;
    margin: 0 auto;
}

.investor_r_list {
    border-bottom: 0;
}

.investor_r_list ul li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.investor_r_list ul li:nth-child(2n) .investor_r_item {
    background: #f8f8f8;
}

.padding_top {
    padding-top: 4.5vw !important;
}

.nav_width {
    width: 85% !important;
}

.nav_width_02 {
    margin: 0 0.2rem !important;
}

.investor_r_item big {
    font-size: 33px;
    color: #0771c2;
    letter-spacing: 3px;
}

.investor_r_item big {
    width: 120px;
}

.investor_r_item {
    display: flex;
    padding-left: 40%;
    align-items: center;
    height: 60px;
}

.investor_r_item span {
    color: #999;
    font-size: 13px;
    line-height: 30px;
    padding: 0 20px;
    background-color: #eee;
    border-radius: 19px;
    margin-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.investor_w1 {
    margin: 65px 0 70px 0;
}

.investor_col {
    width: 100%;
    display: flex;
}

.investor_col_l {
    width: 23%;
    min-width: 150px;
    margin-right: 10px;
    height: fit-content;
    margin-top: 15px;
    box-shadow: 2px 2px 5px #ececec, -2px 2px 5px #ececec;
    position: relative;
}

.investor_col_l div {
    font-family: "宋体", sans-serif;
}

.investor_col_r {
    margin-top: 8px;
    min-width: 300px;
    width: 100%;
}

.investor_l_head {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    background: #ce0614;
}

.investor_l_head_title {
    color: #ffffff;
    line-height: 35px;
    font-size: 22px;
}

.investor_l_head_line {
    background: rgba(255, 255, 255, 0.6);
    line-height: 40px;
    height: 3px;
    width: 40px;
    margin: 19px 0;
}

.investor_l_son {
    padding: 0 20px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
    font-size: 14px;
    transition: all .5s;
    color: #535353;
}

.investor_l_img {
    filter: grayscale(100%);
    transition: all .5s;
    height: 12px;
    margin-right: 5px;
    margin-top: -5px;
    vertical-align: middle;
}

.investor_l_son:hover {
    font-size: 15px;
    color: #2046e8;
}

.investor_l_son:hover .investor_l_img {
    filter: grayscale(0);
    height: 18px;
}

.investor_r_div {
    display: flow-root;
    box-shadow: 2px 2px 5px #d9d9d9, -2px 2px 5px #d9d9d9, -2px -2px 5px #d9d9d9;
}

.investor_col_l .active {
    font-size: 15px;
    color: #2046e8;
}

.investor_col_l .active .investor_l_img {
    filter: grayscale(0);
    height: 18px;
}

.investor_r_div .investor_r_item big {
    width: 75px;
    font-size: 22px;
    text-align-last: justify;
}

.iframe_width {
    width: 86% !important;
}

.iframe_cont {
    display: flex;
    justify-content: center;
}

.iframe_market {
    border: 0;
    width: 96%;
    height: 100%;
    min-height: 500px;
}

.iframe_notice {
    border: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.iframe_comm {
    border: 0;
    width: 96%;
    height: 100%;
    min-height: 500px;
}

#new #r1 .con .tab .btn_hover:nth-child(1) {
    width: calc(50% - 0.2rem);
    margin: 0.1rem 0.1rem !important;
}

#new #r1 .con .tab .btn_hover:nth-child(2) {
    width: calc(50% - 0.2rem);
    margin: 0.1rem 0.1rem !important;
}

#new #r1 .con .tab .btn_hover:nth-child(3) {
    width: calc(50% - 0.2rem);
    margin: 0.1rem 0.1rem !important;
}

#new #r1 .con .tab .btn_hover:nth-child(4) {
    width: calc(86% - 0.2rem);
    margin: 0.1rem 0.1rem !important;
}

#new #r1 .con .tab .btn_hover:nth-child(5) {
    width: calc(50% - 0.2rem);
    margin: 0.1rem 0.1rem !important;
}

#new #r1 .con .tab .btn_hover:nth-child(6) {
    width: calc(50% - 0.2rem);
    margin: 0.1rem 0.1rem !important;
}


@media screen and (max-width: 450px) {
    .investor_col {
        display: block;
        width: calc(100% - 10px);
        margin: 0 auto;
    }

    .investor_col .investor_col_left {
        width: 100%;
        height: auto;
    }

    .investor_col .investor_col_r {
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .nav_width {
        width: 93% !important;
    }

    .investor_w1 {
        margin: 35px 0 70px 0;
    }

    .investor_r_item {
        display: flex;
        padding-left: 15%;
        align-items: center;
        height: auto;
        min-height: 60px;
    }

    .investor_r_item span {
        color: #999;
        font-size: 13px;
        line-height: 25px;
        padding: 0 20px;
        background-color: #eee;
        border-radius: 19px;
        margin-left: 20px;
        text-overflow: unset;
        white-space: unset;
        overflow: hidden;
        max-width: 60%;
    }

    .iframe_cont {
        display: unset;
    }

    #new #r1 .con .tab .btn_hover:nth-child(1) {
        width: calc(58% - 0.8rem);
        margin: 0.1rem 0.1rem !important;
    }

    #new #r1 .con .tab .btn_hover:nth-child(2) {
        width: calc(58% - 0.8rem);
        margin: 0.1rem 0.1rem !important;
    }

    #new #r1 .con .tab .btn_hover:nth-child(3) {
        width: calc(50% - 1rem);
        margin: 0.1rem 0.1rem !important;
    }

    #new #r1 .con .tab .btn_hover:nth-child(4) {
        width: calc(66% - 0.6rem);
        margin: 0.1rem 0.1rem !important;
    }

    #new #r1 .con .tab .btn_hover:nth-child(5) {
        width: calc(58% - 0.8rem);
        margin: 0.1rem 0.1rem !important;
    }

    #new #r1 .con .tab .btn_hover:nth-child(6) {
        width: calc(58% - 0.8rem);
        margin: 0.1rem 0.1rem !important;
    }

    .iframe_width {
        width: 98% !important;
    }

    .iframe_market {
        border: 0;
        width: 100%;
        height: 100%;
        min-height: 520px;
    }

    .iframe_notice {
        border: 0;
        width: 100%;
        height: 900px;
        min-height: 520px;
    }

    .iframe_comm {
        border: 0;
        width: 100%;
        height: 5415px;
        min-height: 2140px;
    }

    .investor_col_l {
        width: 100%;
        min-width: 150px;
        margin-right: 10px;
        height: fit-content;
        margin-top: 15px;
        box-shadow: 2px 2px 5px #ececec, -2px 2px 5px #ececec;
        position: relative;
    }
}