@charset "utf-8";


.head-page .item.tm-investor>a span {
    color: #ff0000;
}
.head-page .item.tm-investor>a::after {
    transform: scale(1);
    opacity: 1;
}



/* 社会责任 */
.responsibility_pgswip{
    background: url(../img/responsibility_pgswip.jpg) no-repeat center/cover;
}
.responsibility_pgswip .page_desc{
    margin-top: 15px;
}
.responsibility_pgswip .swiper-container{
    position: initial;
}
.responsibility_pgswip .lists {
    position: relative;
    padding: 0 80px;
    box-sizing: border-box;
}
.responsibility_pgswip .lists::after{
    content: "";
    display: block;
    height: 1px;
    background: #FFFFFF;
    width: calc(100% - 120px);
    position: absolute;
    left: 60px;
    top: 91px;
}
.responsibility_pgswip .swiper-button-next, .responsibility_pgswip .swiper-button-prev{
    width: 57px;
    height: 57px;
    background: #FFFFFF;
}
.responsibility_pgswip .swiper-button-next:after, .responsibility_pgswip .swiper-button-prev:after{
    font-size: 20px;
    color: #ff0000;
}
.responsibility_pgswip .swiper-button-next{
    right: 0;
    top: 84px;
}
.responsibility_pgswip .swiper-button-prev{
    left: 0;
    top: 84px;
}
.responsibility_pgswip .list{
    padding: 0 20px 0 25px;
    box-sizing: border-box;
    height: 435px;
    transition: all .4s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.responsibility_pgswip .year{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}
.responsibility_pgswip .scale_box{
    background: transparent;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.responsibility_pgswip .scale_box::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
}
.responsibility_pgswip .tit{
    margin-top: 18px;
}
.responsibility_pgswip .desc {
    margin-top: 12px;
    max-height: 240px;
    overflow-y: auto;
    padding-right: 8px;
    box-sizing: border-box;
    font-size: 16px;
}
.responsibility_pgswip .desc::-webkit-scrollbar {
    width: 4px; 
}
.responsibility_pgswip .desc::-webkit-scrollbar-thumb {
    background: #ff0000;
}
.responsibility_pgswip .desc::-webkit-scrollbar-track {
    background: rgba(255,255,255,1);
}
.uplode_content {
    height: 50px;
    position: relative;
    cursor: pointer;
    background: #F5F5F5;
    z-index: 1;
    margin-top: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}
.uplode_content .uplode_titlle {
    width: calc(100% - 80px);
    padding: 0 15px 0 0;
    box-sizing: border-box;
}
.uplode_content .uplode_r {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    background: url(../img/icon_download.svg) no-repeat center/cover;
}
.uplode_content .uplode_icon {
    width: 32px;
    height: 32px;
    background: url(../img/uplode_icon01.svg) no-repeat center/cover;
    transition: all .4s;
}
.uplode_content .uplode_tit {
    width: calc(100% - 32px);
    padding-left: 10px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .4s;
}
.uplode_content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ff0000;
    transition: all .4s;
    z-index: -1;
}
.uplode_content:hover::before{
    width: 100%;
}
.uplode_content:hover .uplode_tit {
    color: #fff;
}
.uplode_content:hover .uplode_icon{
    background: url(../img/uplode_hicon01.svg) no-repeat center/cover;
}
.uplode_content:hover .uplode_r{
    color: #fff;
    background: url(../img/icon_download_hover.svg) no-repeat center/cover;
}
.desc_con a{
    color: #fff;
}

@media only screen and (min-width: 960px) {
    .responsibility_pgswip .list:hover{
        background: rgba(255, 255, 255, .15);
        box-shadow: 0px 10px 20px 0px rgba(25,27,35,0.15);
    }
    .responsibility_pgswip .list:hover .year {
        transform: translateY(6px);
    }
    .responsibility_pgswip .swiper-button-next:hover, .about_pg03 .swiper-button-prev:hover{
        background: #ff0000;
    } 
    .responsibility_pgswip .swiper-button-next:hover::after, .about_pg03 .swiper-button-prev:hover::after{
        color: #fff;
    }
    .responsibility_pgswip .swiper-slide:hover .img img{
        transform: scale(1.08);
    }
}

@media only screen and (max-width: 768px) {
    .responsibility_pgswip .lists{
        padding: 0 34px;
        margin-top: 0;
    }
    .responsibility_pgswip .swiper-button-next, .responsibility_pgswip .swiper-button-prev{
        width: 34px;
        height: 34px;
    }
    .responsibility_pgswip .lists::after {
        width: calc(100% - 80px);
        left: 40px;
        top: 80px;
    }
    .responsibility_pgswip .list {
        padding: 0;
        height: auto;
    }
    .responsibility_pgswip .swiper-button-next:after, .responsibility_pgswip .swiper-button-prev:after{
        font-size: 13px;
    }
    .responsibility_pgswip .year{
        height: 69px;
    }
    .responsibility_pgswip .desc {
        margin-top: 10px;
        max-height: 236px;
        font-size: 14px;
    }
    .uplode_content{
        margin-top: 25px;
    }
}