@charset "utf-8";


.head-page .item.itemone>a span {
    color: #ff0000;
}
.head-page .item.itemone>a::after {
    transform: scale(1);
    opacity: 1;
}
.see_btn {
    transition: all .4s;
}
.see_btn img {
    margin-left: 7px;
}
.see_btn:hover {
    transform: translateX(5px);
}
.index_pg01 .items{
    background: #f8f8f8;
    padding: 30px 65px;
    box-sizing: border-box;
}
.index_pg01 .item_l{
    padding-left: 20px;
    box-sizing: border-box;
}
.index_pg01 .item_l .num{
    color: #ff0000;
    font-size: 56px;
}
.index_pg01 .item_l .desc{
    margin-top: 5px;
}
.index_pg01 .texts {
    width: 50%;
}
.index_pg01 .img {
    width: 48%;
}
.more {
    width: 171px;
    height: 38px;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(153, 153, 153);
    color: rgb(153, 153, 153);
    transition: all .4s;
}
.more:hover {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(210, 210, 210);
    background: rgb(210, 210, 210);
}
.index_page02 .list{
    height: 213px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedede;
}
.index_page02 .list img{
    max-width: 100%;
    display: block;
    max-height: 100%;
}

/* 董事长寄语 */
.speech_pg01 .imgs {
    width: 50%;
}
.speech_pg01 .imgs .img_text {
    font-family: initial;
}
.speech_pg01 .texts {
    width: 43%;
}
.speech_pg01 .texts .con {
    font-size: 18px;
    font-style: italic;
}


/* 集团子公司 */
.subsidiary_pg01 .img {
    width: 47.65%;
}
.subsidiary_pg01 .img img {
    width: 100%;
}
.subsidiary_pg01 .text {
    width: 45%;
}
.subsidiary_pg01 .text .line {
    width: 40px;
    height: 2px;
    background: #ff0000;
    margin: 20px 0 25px;
}
.subsidiary_pg01 .list {
    padding: 80px 0;
    box-sizing: border-box;
}
.subsidiary_pg01 .list:nth-child(2n) {
    background: rgb(246, 246, 246);
}
.subsidiary_pg01 .list:nth-child(2n) .main {
    flex-direction: row-reverse;
}

@media only screen and (max-width:1400px) {
    .index_pg01 .texts {
        width: 49%;
    }
}
@media only screen and (max-width:1366px) {
    .index_pg01 .item_l .num{
        font-size: 52px;
    }
}
@media only screen and (max-width:1280px) {
    .index_pg01 .item_l .num {
        font-size: 48px;
    }
}
@media only screen and (max-width:1200px) {
    .index_pg01 .item_l .num {
        font-size: 44px;
    }
}
@media only screen and (max-width:1043px) {
    .index_pg01 .item_l .num {
        font-size: 40px;
    }
    .index_pg01 .items{
        padding: 30px 40px;
    }
}
@media only screen and (max-width: 768px) {
    .index_pg01 .item_l .num {
        font-size: 24px;
    }
    .index_pg01 .items {
        padding: 20px 15px;
    }
    .index_pg01 .item_l{
        padding-left: 8px;
    }
    .index_pg01 .item{
        margin-bottom: 15px;
    }
    .index_pg01 .item:last-child{
        margin-bottom: 0;
    }

    .index_pg01 .texts {
        width: 100%;
    }
    .index_pg01 .img {
        width: 100%;
        margin: 25px 0 0;
    }
    .more {
        width: 125px;
        margin: 25px auto 10px;
    }

    .speech_pg01 .imgs {
        width: 100%;
    }
    .speech_pg01 .texts {
        width: 100%;
        margin-top: 15px;
    }

    .subsidiary_pg01 .img {
        width: 100%;
    }
    .subsidiary_pg01 .text {
        width: 100%;
        margin-top: 25px;
    }
    .subsidiary_pg01 .list {
        padding: 25px 0;
    }
    .subsidiary_pg01 .text .line {
        width: 36px;
        height: 2px;
        margin: 15px 0 20px;
    }
}