.section {
    padding: 80px 0 0 0;
}

.section-title small {
    font-size: 18px;
}

.section-title h4 {
    font-size: 24px;
}

.in-about dt {
    height: 300px;
    overflow: hidden;
}

.img-center img {
    width: 100%;
    height: 100%;
}

/* 大事记 */
.deeds {
    display: flex;
    justify-content: space-around;
}
.deedsImg{
    width: 40%;
    padding: 0 5% 0 5%;
}
.deedsList{
    width: 50%;
}

.deeds .title {
    width: 35%;
}

.dowebok {
    width: 100%;
    height: 420px;
}

.dowebok ul {
    margin: 0;
    line-height: 30px;
}

.str_vertical {
    background: #fff;
}

.str_wrap,
.str_wrap.str_active {
    background: #fff;
}

.deedsItem .incident {
    display: flex;
}

.deedsItem .incident .time {
    width: 80px;
    font-size: 14px;
    color: #1855de;
    position: relative;
    padding-bottom: 18px;
}
.deedsItem .incident .time::after{
    position: absolute;
    content: '';
    top: 28px;
    bottom: 0;
    left: 17px;
    border: 1px solid #1855de;
}

.deedsItem .incident .incidentTitle {
    font-size: 14px;
    flex: 1;
    margin-bottom: 10px;
}
.deedsItem .incident .incidentTitle >div{
    position: relative;
}
.deedsItem .incident .incidentTitle >div::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1855de;
    left: -11px;
    top: 13px;
    
}

/* .deedsItem .separator {
    margin-left: 26px;
    border-left: 1px solid #1855de;
    height: 32px;
} */

.dowebok li:last-child .separator {
    border: none
}
@media screen and (max-width: 767px) {
    .deedsImg{
        display: none;
    }
    .deedsList{
        width: 100%;
    }
}
/* 文化*/
.culture{
    /* margin-top:80px; */
    background-color: #f8f8f8;
}
.culture .cultureInfo{
    display: flex;
}
.culture .layui-carousel-ind{
    display: none;
}
.layui-carousel-arrow{
    top: 92%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.layui-carousel[lay-arrow=always] .layui-carousel-arrow{
    left: initial;
    right: 70px;
}
.layui-carousel-arrow[lay-type=add]{
    right: 130px;
}
.layui-carousel-arrow:hover, .layui-carousel-ind ul:hover{
    background-color: #4d9cfd;
}
.cultureItem .cultureTxt{
    padding-top: 40px;
    display: table;
    width: 80%;
    margin: 0 auto;
    height: 200px;
    background:url('./marksLeft.png') no-repeat top left ,url('./marksRight.png') no-repeat bottom right;
    background-position: -27px 45px, 650px 200px;
}
.cultureItem .cultureTxt >div{
    display: table-cell;
    vertical-align: middle;
    text-indent: 20%;
    line-height: 40px;
    letter-spacing: 2px;
    font-size: 16px;
    color: #767676;
    font-weight: 700;
}
.cultureItem .cultureITitle{
    text-align: right;
    color: #767676;
    margin-right: 6%;
    font-weight: 700;
    margin-top: 20px;
}
.swiper-button{
    position: absolute;
    margin-top: -18px;
    text-align: center;
    border: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer;
    background-size: 30%;
    background-image: initial;
    top: 92%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    left: initial;
}
.swiper-button:hover{
    background-color: #4d9cfd;
}
.swiper-button-prev{
    right: 70px;
}
@media screen and (max-width: 767px) {
    .culture .cultureInfo{
        display: block;
    }
    .cultureInfoImg{
        background: #fff;
        img{
            width: 100%;
            margin-bottom: 20px;
        }
    }
    .cultureItem .cultureTxt{
        background-position: -14px 39px, 245px 192px;
        background-size: 30px;
    }
    .cultureItem .cultureTxt p{
        font-size: 14px;
    }
    .swiper-button{
        margin-top: -36px;
    }
}
/* 荣誉 */
.honor{
    margin-top:80px;
}
.honorList{
    margin-top:30px;
}
.honorbok{
    margin-bottom: 80px;
}
.honorbok ul{
    display: flex;
    cursor: pointer;
}

.honorbok ul li:first-child >div{
    margin: 0 10px;
    /* height: 100px; */
}
.honorbok ul li >div{
    margin: 0 30px;
    height: 320px;
    width: 250px;
    /* background:red; */
    border:1px solid #eee;
    border-top:none;
    overflow: hidden;
    box-shadow: 1px 1px 10px rgba(221,221,221,.51);
}
.honorbok .honorIMg{
    text-align: center;
    margin: 20px;
}
.honorbok .honorBottom{
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
    border-top: 1px solid #eee;
    line-height: 46px;
    font-size: 14px;
}
.honorbok .honorBottom .title{
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .contactUs .usMsg .usItem img{
        display: none;
    }
}
.footer{
    border: none;
}