@charset "utf-8";


.head-page .item:nth-child(2) span {
    color: #C41A1F
}
.about_pg01 {
    position: relative;
    height: 906px;
    padding-top: 150px;
    box-sizing: border-box;
}
.about .texts {
    width: 62%;
}
.start_time {
    font-size: 60px;
    font-family: Inter;
    margin: 8px 0 20px;
}
.start_time span {
    color: #54565A;
}
.about_pg01 .con {
    max-height: 290px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.about_pg01 .con p {
    padding-bottom: 10px;
}
.about .imgs {
    width: 481px;
    /* height: 583px; */
}
.about .bg_bgs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.about .time_item_r {
    margin-left: 38px;
}
.about .time_num {
    display: flex;
    align-items: flex-end;
    line-height: .5;
    margin-bottom: 20px;
}
.about .time_num .num {
    color: #54565A;
    font-size: 48px;
    font-family: Arial;
}
.about .time_item {
    margin-right: 80px;
}
.about .time_item:last-child {
    margin-right: 0;
}
.about .time_items {
    margin-top: 60px;
}


.history_pg01 .page_title {
    max-width: 980px;
    margin: 0 auto;
}
.history_pg01 .lists {
    display: flex;
    justify-content: center;
}
.history_pg01 .lists .imgs {
    width: 495px;
}
.history_pg01 .lists .img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.history_pg01 .lists .img:last-child {
    margin-bottom: 0;
}
.history .scale {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.history .scale span {
    display: block;
    width: 1px;
    height: 30px;
    background: #C41A1F;
    display: none;
}
.history .scale span:nth-child(3) {
    width: 1px;
    height: 60px;
    background: #e5e5e5;
    position: relative;
    top: 30px;
    display: block;
}
.history .width1440 .content {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    width: 567px;
    margin-left: 140px;
}
.history .swiper-container {
    position: initial;
}
.history .swiper-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #C41A1F;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.history .scale-box {
    width: 22px;
    height: 22px;
    background: #f9e5e6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.history .scale-box::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #C41A1F;
    border-radius: 50%;
}
.history .list .img {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 6.5%;
    box-sizing: border-box;
    height: 100%;
}
.history .list {
    border-left: 1px dashed #C41A1F;
    position: relative;
    padding-left: 55px;
    box-sizing: border-box;
}
.history .list .texts .time {
    line-height: 1;
}
.history .con {
    width: 100%;
    margin-top: 12px;
    position: relative;
    margin-bottom: 15px;

}
.texts_scale {
    position: absolute;
    top: -4px;
    left: -9px;
    z-index: 3;
    width: 18px;
    height: 18px;
    border: 1px solid #C41A1F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.scale_box {
    width: 12px;
    height: 12px;
    background: #C41A1F;
    border-radius: 50%;
}


.structure_pg01 {
    background: url("/img/about_bg03.png") no-repeat center/cover;
}
.structure_pg01 .h_img {
    display: none;
}


.honor_pg01 .swiper-container {
    padding-top: 160px;
}
.honor_pg01 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f3f3f3;
    height: 268px;
    padding: 20px;
    box-sizing: border-box;
    width: 23.2%;
    margin-right: 2.4%;
    margin-bottom: 20px;
    cursor: pointer;
}
.honor_pg01 .swiper-slide:nth-child(4n) {
    margin-right: 0;
}
.honor_pg01 .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

/* .honor_pg01::after{
  content: "";
  display: block;
  width: 100%;
  height: 58px;
  background: url("/img/honor_bg01.png") no-repeat center/cover;
  margin-top: 5px;
} */
.honor .text_tips {
    margin-top: 20px;
}
.honor .text_tips span {
    margin-right: 8px;
    width: 16px;
    height: 25px;
    border: 2px solid #333;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.honor .text_tips span::after {
    content: "";
    display: block;
    width: 2px;
    height: 5px;
    background: #333;
}
.honor_pg01 .swiper-scrollbar {
    height: 3px;
    background: #DADBDD;
}
.honor_pg01 .swiper-pagination {
    position: initial;
    text-align: left;
    font-size: 16px;
    color: #666;
    font-weight: 600;
    margin-bottom: 5px;
}
.swiper_btns {
    position: absolute;
    top: 0;
    width: 400px;
    right: 0;
}
.swiper_btns .swiper-pagination-current {
    font-size: 24px;
    font-family: Inter;
    font-weight: bold;
    color: #333333;
}
.swiper_btns .swiper-scrollbar-drag {
    background: #C41A1F;
}


.tech-tk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .68);
    z-index: 999;
    display: none;
}
.tech-tk.active {
    display: block;
}
.tech-tk-box {
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 24px;
    width: 800px;
}
.tech-tk-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 560px;
}
.tech-tk-img img {
    max-height: 100%;
}
.techclose {
    margin-left: auto;
    display: block;
    width: 17px;
    margin-right: 10px;
    margin-top: 10px;
}
.techclose img {
    transition: all .4s;
}


@media only screen and (min-width: 960px) {
    .techclose img:hover {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1480px) {
    .about .texts {
        width: 56%;
    }
    .about .time_item {
        margin-right: 60px;
    }
}

@media only screen and (max-width: 1440px) {
    .about .imgs {
        width: 38%;
    }
}

@media only screen and (max-width: 1307px) {
    .history .width1440 .content {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 1280px) {
    .about .time_item {
        margin-right: 40px;
    }
    .about .time_num .num {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1240px) {
    .history .width1440 .content {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .about .time_num .num {
        font-size: 36px;
    }
    .start_time {
        font-size: 55px;
    }
    .about_pg01 {
        height: auto;
    }
    .honor_pg01 .swiper-container {
        padding-top: 120px;
    }
    .history_pg01 .lists .imgs {
        width: 448px;
    }
}

@media only screen and (max-width: 1100px) {
    .about .time_num .num {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1043px) {
    .start_time {
        font-size: 45px;
    }
    .about .time_item {
        margin-right: 30px;
    }
    .about .time_item_r {
        margin-left: 30px;
    }
    .about_pg01 .con {
        max-height: 265px;
    }
    .history .list .texts {
        padding: 48px 0 48px 8%;
    }
    .honor_pg01 .swiper-slide {
        height: 248px;
    }
    .history_pg01 .lists .imgs {
        width: 398px;
    }
    .history .width1440 .content {
        margin-left: 0;
        width: calc(100% - 398px);
        padding-left: 60px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 768px) {
    .tech-tk-box {
        max-width: 92%;
        padding: 20px 20px 25px;
    }
    .about .texts {
        width: 100%;
    }
    .about .imgs {
        width: 481px;
        height: auto;
    }
    .about .bg_bgs {
        display: none;
    }
    .about_pg01 {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .start_time {
        font-size: 22px;
        margin: 15px 0 5px;
    }
    .about .time_item {
        margin-right: 0;
        width: 45%;
        margin-bottom: 25px;
        justify-content: space-between;
    }
    .about .time_items {
        margin-top: 30px;
        justify-content: space-between;
    }
    .about .time_num .num {
        font-size: 26px;
    }
    .about .time_num {
        margin-bottom: 12px;
    }
    .structure_pg01 .h_img {
        display: block;
    }
    .structure_pg01 .p_img {
        display: none;
    }
    .swiper_btns {
        width: 85%;
    }
    .honor_pg01 .swiper-container {
        padding-top: 75px;
    }
    .tech-tk-img {
        max-height: 90%;
        height: auto;
        margin-top: 20px;
    }
    .history .width1440 .lists {
        padding: 0;
    }
    .history .list .img {
        width: 100%;
        justify-content: center;
        padding-right: 0;
        height: 100%;
    }
    .history .list .texts {
        padding: 20px 0 0;
        width: 100%;
        border-left: none;
    }
    .history .list {
        padding-left: 25px;
    }
    .history .con {
        margin-top: 10px;
    }
    .honor_pg01 .swiper-slide {
        width: 100%;
        margin-right: 0;
        height: 245px;
    }
    .honor_pg01 .swiper-slide:last-child {
        margin-bottom: 0;
    }
    .history_pg01 .lists .imgs {
        width: 100%;
    }
    .history_pg01 .lists .img {
        margin-bottom: 25px;
    }
    .history .width1440 .content {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}<!--0.00010991096496582-->