/* 公司简介开始 */
.company_introduce {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 0;
    background: url(../images/data_header_bg.png);
    background-color: rgba(242, 242, 245, .5);
}

.company_introduce>div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
}

.company_introduce hr {

    display: inline-block;
    width: 43px;
    height: 4px;
    background-color: #004ea2;
    margin-bottom: 6px;
}

.company_introduce h3 {

    font-size: 32px;
    color: #333;
    line-height: 2;
    padding: 0 0 15px;
}

.company_introduce p {

    font-size: 14px;
    color: #333;
    line-height: 2;
}

.company_introduce img {
    max-width: 100%;
}

@media screen and (max-width:650px) {
    .company_introduce {
        padding-bottom: 30px;
    }
}


/* 资质荣誉开始 */
.honor {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: url(../images/data_header_bg.png) center center no-repeat;
    background-size: cover;
    padding: 30px;
    box-sizing: border-box;
    background-color: rgba(242, 242, 245, .5);
}

.honor_title {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.honor_title hr {
    display: inline-block;
    width: 43px;
    height: 4px;
    background-color: #004ea2;
    margin-bottom: 6px;
}

.honor_title h3 {
    font-size: 32px;
    color: #333;
    line-height: 2;
    padding: 0 0 15px;
}

.honor_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 340px;
    background-color: rgb(255, 255, 255);
}

.honor_con .z058dfcol-md5 {
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.honor_con_swiper_left {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.honor_con_swiper_left .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.honor_con_swiper_left .swiper-slide img {
    max-width: 100%;
}


.honor_con .z058dfcol-md5 .swiper-button-next,
.honor_con .z058dfcol-md5 .swiper-button-prev {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    font-size: 12px;

}

.honor_con .z058dfcol-md5 .swiper-button-next::after,
.honor_con .z058dfcol-md5 .swiper-button-prev::after {
    width: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    background-color: #bababa;
}

.honor_con .z058dfcol-md5 .swiper-button-next:hover:after,
.honor_con .z058dfcol-md5 .swiper-button-prev:hover:after {
    background-color: #004ea2;
    color: #fff;
}

.honor_con .z058dftab-title {
    border: 0;
}

.honor_con .z058dftab-title li {
    border: 1px solid rgb(160, 160, 160);
    margin-right: 20px;
    border-radius: 5px;
}

.honor_con .z058dftab-title li.z058dfthis,
.honor_con .z058dftab-title li:hover {
    background-color: #004ea2;
    color: #fff;
    border-bottom: 1px solid rgb(160, 160, 160) !important;
}

.honor_con .z058dftab-brief>.z058dftab-more li.z058dfthis:after,
.honor_con .z058dftab-brief>.z058dftab-title .z058dfthis:after {
    border: none;
    border-radius: 5px;
    border-bottom: 1px solid rgb(160, 160, 160) !important;
}

.honor_con .z058dfcol-md7 {
    height: 100%;
    overflow: hidden;
}

.honor_con .z058dftab {
    width: 100%;
    height: 100%;
}

.honor_con .z058dftab .z058dftab-content {
    overflow: hidden;
    height: 33%;
}

.honor_con_swiper_right_item1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.honor_con .z058dftab-item .honor_con_swiper_right_item1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}


.z058dftab-content .swiper-slide p {
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 5px;
    box-sizing: border-box;
}

.z058dftab-content .swiper-slide p:hover {
    color: #004ea2;
}

.z058dftab-content .swiper-pagination {
    text-align: left;
    left: 20px;
}

@media screen and (max-width:1024px) {
    .honor {
        box-sizing: border-box;
        padding: 15px;
    }

    .honor_con {
        height: auto;
    }

    .honor .z058dfcol-md7 {
        box-sizing: border-box;
        padding: 15px 0;
    }

    .honor_con .z058dftab-content {
        box-sizing: border-box;
        padding: 15px;
        box-sizing: border-box;
    }

    .honor_con .z058dftab-title li {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:768px) {
    .honor_con .z058dftab-content .z058dfcol-md6 {
        width: 50%;
        float: left;
    }

    .honor_con .z058dftab .z058dftab-content {
        height: 100px;
    }
}

@media screen and (max-width:650px) {

    .honor_con .z058dftab .z058dftab-content {
        height: 215px;
    }

    .honor_con .z058dftab-content .z058dfcol-md6 {
        width: 100%;
        clear: both;
    }
}

/* 企业文化开始 */
.culture {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: url(../images/data_header_bg.png);
    background-color: rgba(242, 242, 245, .5);
    padding: 30px 15px;
    box-sizing: border-box;
}

.culture .z058dfmain {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.culture_title {
    padding: 50px 0;
    text-align: center;
}

.culture_title hr {
    display: inline-block;
    width: 43px;
    height: 4px;
    background-color: #004ea2;
    margin-bottom: 6px;
}

.culture_title h3 {
    font-size: 32px;
    color: #333;
    line-height: 2;
    padding: 0 0 15px;
    font-weight: 600;
}

.culture p {
    font-size: 14px;
    color: #333333;
    line-height: 2;
}

.culture img {
    max-width: 100%;
}

/* 大事记开始 */
.bigevent {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: url(../images/data_header_bg.png);
    background-color: rgba(242, 242, 245, .5);
    padding: 30px 15px;
    box-sizing: border-box;
}

.bigevent .z058dfmain {
    width: 100%;
    max-width: 1245px;
    margin: 0 auto;
}

.bigevent_title {
    padding: 50px 0;
    text-align: center;
}

.bigevent_title hr {
    display: inline-block;
    width: 43px;
    height: 4px;
    background-color: #004ea2;
    margin-bottom: 6px;
}

.bigevent_title h3 {
    font-size: 32px;
    color: #333;
    line-height: 2;
    padding: 0 0 15px;
    font-weight: 600;
}

.bigevent_msg {
    width: 100%;
    height: 150px;
    position: relative;
}

.bigevent_msg_swiper {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.bigevent_msg .bigevent_msg_swiper .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bigevent_msg_data {
    width: 30%;
    margin-right: 30px;
    text-align: right;
}

.bigevent_msg_data h3 {
    font-size: 42px;
    color: #004ea2;
    font-weight: 555;
}

.bigevent_msg_data span {
    display: inline-block;
    width: 40px;
    height: 4px;
    background-color: #004ea2;
}

.bigevent_msg_info {
    flex: 1;
    text-align: center;
}

.bigevent_msg_swiper p {
    font-size: 14px;
    color: #555;
}

.bigevent_msg .swiper-button-next,
.bigevent_msg .swiper-button-prev {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    font-size: 12px;

}

.bigevent_msg .swiper-button-next::after,
.bigevent_msg .swiper-button-prev::after {
    width: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    overflow: hidden;
    color: rgb(97, 97, 97);
    border: 1px solid rgb(12, 12, 12);
}

.bigevent_time_line {
    margin: 15px 0;
    width: 100%;
    height: 62px;
}

.bigevent_time_swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.bigevent_time_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 20%;
    background: url(../images/kedu.png) center center no-repeat;
}

.bigevent_time_swiper .swiper-slide i {
    font-size: 30px;
    color: rgb(136, 136, 136);
}

.bigevent_time_swiper .swiper-slide span {
    font-size: 16px;
    color: #333;
    display: inline-block;
    padding: 10px 0 0;
}

.bigevent_time_swiper .swiper-slide-active i,
.bigevent_time_swiper .swiper-slide-active span {
    color: #004ea2;
}

@media screen and (max-width:768px) {
    .bigevent_msg {}

    .bigevent_msg_swiper {
        width: 80%;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

}

@media screen and (max-width:650px) {
    .bigevent_msg {}

    .bigevent_msg_swiper {
        width: 80%;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .bigevent_msg_data {
        width: 20%;
    }

    .bigevent_msg .swiper-button-next {
        right: -10px;
    }

    .bigevent_msg .swiper-button-prev {
        left: -10px;

    }

    .bigevent_msg_data h3 {
        font-size: 28px;
        color: #004ea2;
        font-weight: 555;
    }
}