.container-lunbo {
 
    margin: 0 auto;
    max-width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    height: 168px;
    vertical-align: middle;
    border: 0 none;
    margin: 0 auto;
}

.slide-title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
	font-size: 32px;
    color: #006641;

}

.slide-subtitle {
    display: block;
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-bottom: 120px;
}

.swiper-wrapper .aaa-slide {
    width: 250px;
    height: 190px;
    border: #c7c7c7 solid 1px;
    padding: 10px;
    text-align: center;
    line-height: 170px;
}

.swiper-button-next, .swiper-button-prev {
    width: 35px;
    height: 55px;
    border: #666666 solid 1px;
    text-align: left;
    line-height: 53px;
    overflow: hidden;
    color: #666666;
}

.swiper-button-prev {
    background-image: url("../Images/prev.png") !important;
    background-size: 28px;
    position: absolute;
    background-position: 8px center;
    top: 101px;
    left: -60px;
}

.swiper-button-prev:hover {
    background-image: url("../Images/prev_hover.png") !important;
    border: #9ac719 solid 1px;
}

.swiper-button-next {
    background-image: url("../Images/next.png") !important;
    background-size: 28px;
    position: absolute;
    background-position: -1px center;
    top: 101px;
    right: -57px;
}
.awards-content{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
.swiper-button-next:hover {
    background-image: url("../Images/next_hover.png") !important;
    border: #9ac719 solid 1px;
}

.swiper-container {
    width: 990px;
    overflow: hidden;
    position: relative;
    height: 366px;
    margin: 0 auto;
	margin-top: 7px;
}

.aaa-p {
    display: block;
    width: 250px;
    text-align: center;
    height: 61px;
    margin: 0 auto;
}
.container-lunbo .awards-content .aaa-all  .award-desc{
    font-size: 14px;
    width: 250px;
    margin: 0 auto;
    margin-top: 22px;
	}
.awards-content  .aaa-p .award-desc{
    width: 250px;
    height: 15px;
    margin: 0 auto;
    margin-top: 22px;
	font-size:14px;
}