@charset "utf-8";
.about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.about .about-text {
    width: 100%;
}
.about .about-text .column-title {
    text-align: center;
}
.about .about-img {
    width: 100%;
}
.about-text .profile-content {
    font-size: 15px;
    margin: 30px 0;
    color: #666;
    line-height: 1.8;
}
.about-text .more {
    width: 124px;
    height: 44px;
    border-radius: 22px 0 22px 0;
}

.culture {
    background-color: #f5f6f7;
}
.culture-list {
    margin-top: 30px;
}
.culture-list .culture-item .img {
    overflow: hidden;
}
.culture-list .culture-item .img img {
    overflow: hidden;
    transition: .5s ease-in-out;
}
.culture-list .culture-item:hover .img img {
    transform: scale3d(1.05, 1.05, 1);
}
.culture-list .culture-item .text {
    position: relative;
    padding: 20px 10px;
    font-size: 15px;
    line-height: 1.6;
}

.video-wrapper {
    background: url(../../images/img16.jpg) no-repeat center center;
    background-size: cover;
}
.video .column-title h2 {
    color: #fff;
}
.video-player {
    margin-top: 40px;
}

.honor-list {
	position: relative;
    margin-top: 50px;
    overflow: hidden;
}
.honor-list .prev, .honor-list .next {
	position: absolute; top: 50%; margin-top: -16.5px; width: 35px; height: 33px;
}
.honor-list .prev {
	 left: 8px;
	 background-position: -2px -492px;
}
.honor-list .next {
	right: 8px;
	background-position: -40px -492px;
}
.honor-list a.prev:hover {
	 background-position: -2px -360px;
}
.honor-list a.next:hover {
	right: -50px;
	background-position: -40px -360px;
}
.honor-list .content {
	display: flex;
}
.honor-list .content li {
	width: 175px; text-align: center; margin-right: 15px;
}
.honor-list .content li .img{
	width: 175px; height: 256px;
}
.honor-list .content li .img img {
	width: 100%; height: 100%; object-fit: scale-down;
}
.honor-list .content li .desc {
	font-size: 15px; color: #666; margin-top: 7px;
}