@charset "utf-8";
.about {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about .about-text {
    width: 45.83%;
}
.about .about-img {
    width: 48.95%;
}
.about-text .profile-content {
    font-size: 16px;
    margin: 40px 0;
    color: #666;
    line-height: 2.3;
}
.about-text .more {
    width: 124px;
    height: 44px;
    border-radius: 22px 0 22px 0;
}

.culture {
    background-color: #f5f6f7;
}
.culture-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.culture-list .culture-item {
    flex: 1;
}
.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: 8% 5% 5%;
    font-size: 15px;
    line-height: 1.6;
    background-color: #fff;
}
.culture-list .culture-item .text:after {
    position: absolute;
    content: " ";
    left: 5%;
    bottom: 26%;
    width: 65px;
    height: 1px;
    background: #e5e5e5;
}

.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: 60px;
}
.honor-list .prev, .honor-list .next {
	position: absolute; top: 50%; margin-top: -16.5px; width: 35px; height: 33px;
}
.honor-list .prev {
	 left: -50px;
	 background-position: -2px -492px;
}
.honor-list .next {
	right: -50px;
	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: 255px; text-align: center; margin-right: 40px;
}
.honor-list .content li .img{
	width: 255px; height: 340px;
}
.honor-list .content li .img img {
	width: 100%; height: 100%; object-fit: scale-down;
}
.honor-list .content li .desc {
	font-size: 16px; color: #666; margin-top: 12px;
}