
.about-title {
    padding:2% 0;
    text-align: center;
}
.about-title h3 {
    font-size: 32px;
    color: #3a3a3a;
    font-weight: lighter;
}
.about-title i {
    display: block;
    width: 70px;
    height: 3px;
    background: #c1996a;
    margin: 1% auto 1% auto;
}
.about-title p {
    font-size: 16px;
    color: #666;
    line-height: 2.0;
}
@media screen and (max-width:1024px) {
.about-title {
    padding:8% 0;
}
.about-title h3 {
    font-size: 24px;
}
.about-title i {
    margin: 3% auto 3% auto;
}
.about-title p {
    font-size: 12px;
}
}

.honor {
    padding:5% 0;
    position:relative;
}
.honor::after {
    content: '';
    display: block;
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}
.honor-box {}
.honor-box .honor-list {
    padding:0% 0;
}
.honor-box .honor-list ul {
}
.honor-box .honor-list ul li {
    padding:5% 2%;
    text-align: center;
	background: url(../images/about/honor-list-bg.png) no-repeat bottom center/100%;
}
.honor-box .honor-list ul li .photo {
    position:relative;
    width:100%;
    padding-top: 140%;
}
.honor-box .honor-list ul li .photo .photo-box {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
	display: flex;
    align-items: flex-end;
}
.honor-box .honor-list ul li .photo .photo-box img{
    max-width: 100%;
    vertical-align: bottom;
}
.honor-box .honor-list ul li p {
    font-size: 14px;
    color:#666;
    margin-top: 5%;
}

.honor-box .swiper-page {
    position:absolute;
    width:100%;
    bottom:0%;
    padding:50px;
}
.honor-box .swiper-page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background:#004386;
    font-size: 16px;
    color:#fff;
    font-family: '宋体';
    text-align: center;
}
.honor-box .swiper-page a.prev {
    left:5%;
}
.honor-box .swiper-page a.next {
    right:5%;
}
.honor-box .swiper-pagination-bullet {
    width: 2px;
    height: 2px;
    border-radius:5px;
    background: #666;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 4px!important;
	transition:all 0.5s;
}
.honor-box .swiper-pagination-bullet-active {
	width: 8px;
    background: #004386;
}

@media screen and (max-width:1024px) {
.honor-box .honor-list {
    padding:5% 0;
}
.honor-box .honor-list ul li {
    padding:5% 0 10% 2%;
}
.honor-box .honor-list ul li p {
    font-size: 12px;
    margin-top: 5%;
}
.honor-box .swiper-page a{ 
    display:none;
}
.honor-box .swiper-pagination-bullet {
    width: 2px;
    height: 2px;
    margin: 0 2px !important;
}