@charset "utf-8";


/* .head-page .item.tm-about>a span {
    color: #ff0000;
}
.head-page .item.tm-about>a::after {
    transform: scale(1);
    opacity: 1;
} */
.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;
}


.history_pg {
    background: url(../img/history_bg.jpg) no-repeat center / cover;
   height: 800px;
}
.history .lists{
    position: relative;
    z-index: 3;
}
.history .lists{
    padding-top: 134px;
}
.history .swiper-slide{
    overflow: initial;
    min-height: 246px;
}
.history .con {
    margin-top: 7px;
}
.history .time-num{
    line-height: 1;
    margin-right: 8px;
}
.history .scale{
    width: 14px;
    height: 14px;
    background: #ff0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.history .scale::after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}
.history .scale::before{
    content: "";
    display: block;
    height: 246px;
    width: 1px;
    background-image: linear-gradient(#ff0000, rgba(255, 255, 255, 0));
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
}

.history .texts{
    width: calc(100% - 14px);
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.history .swiper-slide:nth-child(5n-3){
    margin-top: 40px;
    box-sizing: border-box;
}
.history .swiper-slide:nth-child(5n-2){
    margin-top: 55px;
    box-sizing: border-box;
}
.history .swiper-slide:nth-child(5n-1){
    margin-top: 70px;
    box-sizing: border-box;
}
.history .swiper-slide:nth-child(5n){
    margin-top: 85px;
    box-sizing: border-box;
}
.history .swiper-btn{
    position: absolute;
    right: 0;
    top: 40px;
}
.history .swiper-btn-button{
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: rgba(178, 22, 35, .2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
.history .swiper-btn-button::after{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #ff0000;
}
.history .swiper-button-next, .history .swiper-button-prev{
    position: initial;
    margin-top: 0;
    width: auto;
}
.history .swiper-button-next{
    margin-left: 8px;
}
.history .swiper-button-next:after, .history .swiper-button-prev:after{
    font-size: 14px;
    color: #fff;
}
@-webkit-keyframes pagebgfd {
    0% {
      opacity: 1;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1);
    }
}
  @keyframes pagebgfd {
    0% {
      opacity: 1;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1);
    }
}







/* 组织架构 */
.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{
    border: 1px solid #dedede;
    height: 298px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.honor .list .date_text img{
    display: block;
    max-height: 100%;
}
@media only screen and (max-width:1400px) {
    .index_pg01 .texts {
        width: 49%;
    }
}
@media only screen and (max-width:1200px) {
    .history_pg{
        height: 720px;
    }
}
@media only screen and (max-width:1043px) {
    .about_pg01 .l {
        width: 62%;
    }
    .history_pg {
        height: 680px;
    }
}
@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;
    }


    .history .swiper-btn{
        top: 20px;
        left: 0;
        right: initial;
        width: 100%;
        justify-content: center;
    }
    .history .swiper-button-next:after, .history .swiper-button-prev:after{
        font-size: 12px;
    }
    .history .swiper-button-next {
        margin-left: 5px;
    }
    .history .lists {
        padding-top: 100px;
    }
    .history_pg {
        height: 580px;
    }
    .history_pg{
        height: auto;
    }
    .history .swiper-slide:nth-child(5n-3){
        margin-top: 20px;
        box-sizing: border-box;
    }
    .history .swiper-slide:nth-child(5n-2){
        margin-top: 25px;
        box-sizing: border-box;
    }
    .history .swiper-slide:nth-child(5n-1){
        margin-top: 30px;
        box-sizing: border-box;
    }
    .history .swiper-slide:nth-child(5n){
        margin-top: 35px;
        box-sizing: border-box;
    }
    .history .texts{
        padding-left: 10px;
    }
    .history .swiper-btn-button{
        width: 50px;
        height: 50px;
    }
    .history .swiper-btn-button::after{
        width: 35px;
        height: 35px;
    }
}