
.content {
    padding-top: 92px;
}

.banner {
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
}

.banner-img {
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flex {
    display: flex;
    align-items: center;
}

.column {
    padding: 80px 0;
    margin-bottom: 0;
    background: #fff;
}

.column-hd {
    text-align: center;
    margin-bottom: 50px;
}

.column01 h5 {
    font-size: 22px;
    margin-bottom: 10px;
    position: relative;
}

.column01 p {
    line-height: 36px;
    color: #666;
}

.column01 p:not(:last-child) {
    margin-bottom: 20px;
}


.column01 .columnL {
    width: 640px;
    display: flex;
    flex-wrap: wrap;
}

.column01 .columnL .pic {
    background-color: #f5f5f5;
}

.column01 .columnL .pic img {
    width: 100%;
    height: 100%;
}

.column01 .columnR {
    flex: 1;
    padding-left: 50px;
}

.column02 {
    height: 620px;
    background: #f5f5f5;
}

.column02 ul {
    display: flex;
    align-items: center;
}

.column02 ul li {
    flex: 1;
    height: 300px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s linear;
}

.column02 ul li:hover {
    margin-top: -10px;
}

.column02 ul li .icon_box {
    position: relative;
    margin-bottom: 30px;
}

.column02 ul li .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0088F5;
}

.column02 ul li p {
    font-size: 26px;
}

.column04 .adress-info {
    height: 90px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.column04 .adress-info span {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.column04 .adress-info .iconfont {
    margin-right: 10px;
    color: #0088F5;
    font-size: 24px;
    vertical-align: -4px;
}

.adress-info span:not(:last-child)::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 25px;
    background: #e6e6e6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.column04 {
    margin-bottom: 30px;
    padding-bottom: 130px;
}

.m0 .column04 .adress {
    height: 400px;
    background: url(/static/images/base/about_02.png) no-repeat center center;
    position: relative;
}

.m0 .column04 .adress-info {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-box ul {
    display: flex;
}

.carousel-box li {
    flex: 1;
    background: #fff;
    padding: 30px;
}

.carousel-box li .date {
    color: #666;
    margin-bottom: 10px;
    font-size: 22px;
}

.carousel-box li .year {
    color: #999;
    margin-bottom: 20px;
}

.carousel-box li h5 {
    font-size: 18px;
    margin-bottom: 6px;
}

.carousel-box li .text {
    line-height: 30px;
    color: #666;
    margin-bottom: 18px;
}

.carousel-box li .pic {
    width: 100%;
    height: 210px;
    background: #f5f5f5;
}

.carousel-box li .pic img {
    width: 100%;
    height: 100%;
}

.carousel-box li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    position: relative;
}
