@charset "utf-8";


.head-page .item.tm-about>a span {
    color: #ff0000;
}
.head-page .item.tm-about>a::after {
    transform: scale(1);
    opacity: 1;
}


.about_pg01 {
    background: #fff;
}
.about_pg01 .lists {
    margin-top: 24px;
}
.about_pg01 .l {
    width: 65%;
}
.about_pg01 .l p {
    margin-bottom: 20px;
}
.about_pg01 .l p:last-child {
    margin-bottom: 0;
}

.mouse_view {
    margin-top: 20px;
}
.mouse_view img {
    margin-right: 10px;
}
.about_pg03 {
    background: url(../img/about_bg03.jpg) no-repeat center/cover;
}


/* 发展历程 */
/* .history_pg .img{
    width: 49.35%;
}
.history_pg .texts{
    width: 48%;
}
.history_pg .texts p span{
    margin-right: 15px;
} */
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.history_content {
    overflow: hidden;
}
.history_content .width1200 {
    background-image: url(../img/history_tet.jpg);
    background-repeat: no-repeat;
    background-position: center 40px;
}
.history_content ul li {
    padding-top: 60px;
    background-image: url(../img/history_line.png);
    background-repeat: repeat-y;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.history_content ul li dd:last-child {
    padding-bottom: 0;
}
.history_content ul li .first {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -3px;
}
.history_content ul li .bottom {
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
}
.history_content ul li .f-left {
    width: 50%;
    text-align: right;
}
.history_content ul li .f-right {
    width: 50%;
    text-align: left;
}
.history .f-right,
.history .f-left {
    position: relative;
    left: 0;
    top: 0;
}
.history_dot {
    width: 73px;
    height: 26px;
    position: absolute;
    background-repeat: no-repeat;
}
.f-right .history_dot {
    left: 0;
    margin-left: -14px;
    background-image: url(../img/history_left.png);
}
.f-left .history_dot {
    right: 0;
    margin-right: -14px;
    background-image: url(../img/history_right.png);
}
.history_dot1 {
    width: 65px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left 9px;
}
.f-right .history_dot1 {
    left: 0;
    margin-left: -5px;
    background-image: url(../img/history_left1.png);
}
.f-left .history_dot1 {
    right: 0;
    margin-right: -5px;
    background-image: url(../img/history_right1.png);
}
.history_date {
    color: #666666;
    font-family: 'ITCAVANTGARDESTD-BOLD', Arial, sans-serif;
    font-weight: bold;
}
.f-right .history_date {
    padding-left: 36px;
}
.f-left .history_date {
    padding-right: 36px;
}
.f-right .history_text {
    padding-left: 84px;
}
.f-left .history_text {
    padding-right: 84px;
}
.history_text text {
    color: #666;
    /* font-weight: lighter; */
    line-height: 1.875;
}
.history_text .tit {
    color: #333;
    line-height: 1;
    font-weight: lighter;
    /* padding-bottom: 5px; */
    /* padding-top: 5px; */
    margin-bottom: 5px;
    display: block!important;
}
.history_text .text img {
    padding-top: 10px;
}
.history_tet {
    position: relative;
    padding-bottom: 40px;
}
.history_tet.last {
    padding-bottom: 0;
}
.padding_b {
    padding-bottom: 20px;
}


/* 组织架构 */
.structure_pg .texts img {
    /* max-width: initial; */
}


/* 荣誉及资质 */
.honor_pg .lists {
    position: relative;
}
.honor_pg .swiper-container {
    position: initial;
}
.honor_pg .swiper-pagination {
    top: -118px;
    bottom: initial;
    text-align: right;
    padding-right: 14%;
    box-sizing: border-box;
}
.honor_pg .swiper-pagination-current {
    color: #ff0000;
    font-size: 36px;
    margin-right: 5px;
}
.honor_pg .swiper-pagination-total {
    margin-left: 5px;
}
.honor_pg .swiper-slide {
    width: 74.6%;
    margin-right: 1.8%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all .4s;
}
.honor .list{
    width: 32.5%;
    margin-right: 1.25%;
}
.honor .list:nth-child(3n){
    margin-right: 0;
}
.honor .list .date {
    text-align: center;
    margin: 20px 0 20px;
}
.honor .list .date_text img{
    display: block;
    max-height: 100%;
}


@media only screen and (max-width:750px) {
    .about_pg01 .l {
        width: 100%;
    }
    .about_pg01 .lists {
        margin-top: 15px;
    }
    .about_pg01 .l p {
        margin-bottom: 10px;
    }
    .about_pg01 .r {
        width: 100%;
    }
    .about_links.links {
        width: 100%;
    }
    .about_links .link {
        padding: 20px 0;
    }
    .about_links .link:last-child {
        padding-bottom: 0;
    }

    .honor_pg .swiper-pagination-current {
        font-size: 24px;
    }
    .honor_pg .swiper-pagination {
        padding-right: 4%;
        top: -58px;
    }
    .honor_pg {
        padding-bottom: 30px;
    }
    .honor .list {
        width: 100%;
        margin-right: 0;
    }
    .honor .list:last-child .date{
        margin-bottom: 0;
    }

    /* .history_pg .img {
        width: 100%;
    }
    .history_pg .texts {
        width: 100%;
    } */
    .history_content ul li{
        background-size: 4px 1px;
        padding-top: 25px;
    }
    .history_content .width1200{
        background-size: 50px auto;
        background-position: center 20px;
    }
    .history_dot{
        width: 50px;
        height: 26px;
        background-size: 50px auto;
    }
    .f-right .history_text {
        padding-left: 46px;
    }
    .f-left .history_dot {
        margin-right: -10px;
    }
    .f-left .history_text {
        padding-right: 46px;
    }
    .history_text .tit{
        padding-top: 0;
    }
    .f-right .history_dot {
        margin-left: -10px;
    }
}