@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 .l {
    width: 63.4%;
    border-right: 1px solid #EEEEEE;
    box-sizing: border-box;
    padding-right: 6.35%;
    box-sizing: border-box;
}
.index_pg01 .item {
    width: 31.2%;
    margin-right: 3.2%;
    background: url(../img/index_bg01.png) no-repeat center/cover;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    height: 382px;
    padding: 38px 30px;
    box-sizing: border-box;
    position: relative;
    transition: all .4s;
    z-index: 1;
    overflow: hidden;
}
.index_pg01 .item:last-child {
    margin-right: 0;
}
.index_pg01 .item .icon {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_pg01 .item img {
    transition: all .4s;
}
.index_pg01 .item .h_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.index_pg01 .item .tit {
    margin: 16px 0 9px;
    transition: all .4s;
}
.index_pg01 .item .con {
    transition: all .4s;
    opacity: 0;
}
.index_pg01 .item .con p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index_pg01 .item .con p a {
    color: #fff;
}
.index_pg01 .view_btn {
    position: absolute;
    right: 30px;
    bottom: 14px;
    display: flex;
    align-items: center;
    transition: all .4s;
}
.index_pg01 .view_btn::after {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background: url(../img/view_btn.png) no-repeat center/cover;
    margin-left: 10px;
    transition: all .4s;
}
.index_pg01 .item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/index_bg001.jpg) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translateX(-102%);
    transition: all .4s;
}
.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);
}


/* 董事长寄语 */
.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: 768px) {
    .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;
    }
}