.header-con{
    max-width: none;
}

#Main-Body{
    transition: .368s;
    max-width: 1600px;
    width: 84%;
    margin: 18px auto 0;
    padding: 0 0 10px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.home-lunbo{
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    background: #ccc;
}
.home-lunbo .swiper-wrapper{}
.home-lunbo .swiper-slide{
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 37%;
    position: relative;
    -moz-transition: .3s;
    -wibkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.home-lunbo .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.home-lunbo .swiper-slide img{
    display: block;
    width: 100%;
    transition: .3s;
    -moz-transition: .3s;
    -wibkit-transition: .3s;
    -o-transition: .3s;
}
.home-lunbo .swiper-slide:hover{
    background: #000;
}
.home-lunbo .swiper-slide:hover img{
    opacity: .8;
}
.home-lunbo .swiper-slide p{
    position: absolute;
    bottom: 20px;
    left: 28px;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.home-lunbo .swiper-slide i{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 118px;
    background: url("../images/home-adv-bg.png") repeat-x;
    z-index: 1;
}
.home-lunbo .swiper-pagination{
    width: auto;
    bottom: 14px;
    right: 20px;
    left: inherit;
}
.home-lunbo .swiper-pagination-bullet{
    width: 12px;
    height: 6px;
    border-radius: 2px;
    opacity: .5;
    background: #fff;
    margin: 0 3px !important;
}
.home-lunbo .swiper-pagination-bullet:hover{
    opacity: 1;
}
.home-lunbo .swiper-pagination-bullet-active{
    width: 20px;
    opacity: 1;
}
.home-lunbo .btn{
    background: rgba(0,0,0,.1);
    text-align: center;
    line-height: 44px;
    color: #fff;
    transition: .1s;
    -moz-transition: .1s;
    -wibkit-transition: .1s;
    -o-transition: .1s;
    opacity: 0;
    width: 38px;
}
.home-lunbo:hover .btn{
    opacity: 1;
}
.home-lunbo .btn i{
    font-size: 20px;
}
.home-lunbo .swiper-button-next{
    right: 0;
}
.home-lunbo .swiper-button-prev{
    left: 0;
}



.home-lunbo-tab{
    width: 14.5%;
    height: 100%;
    overflow: hidden;
    display: none;
}
.home-lunbo-tab .swiper-wrapper{}
.home-lunbo-tab .swiper-wrapper .swiper-slide{
    border-radius: 6px;
    overflow: hidden;
    height: 0;
    padding-bottom: 40.5%;
    margin-bottom: 3.5%;
    background: #f1f1f1;
    position: relative;
    transition: .3s;
    -moz-transition: .3s;
    -wibkit-transition: .3s;
    -o-transition: .3s;
    box-sizing: border-box;
}

.home-lunbo-tab .swiper-wrapper .swiper-slide-thumb-active {
}

.home-lunbo-tab .swiper-wrapper .swiper-slide:nth-last-child(1) {
    margin-bottom: 0;
}
.home-lunbo-tab .swiper-wrapper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.home-lunbo-tab .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s;
    -moz-transition: .3s;
    -wibkit-transition: .3s;
    -o-transition: .3s;
    filter: saturate(0.8); /* Ã¥Â°â€ Ã©Â¥Â±Ã¥â€™Å’Ã¥ÂºÂ¦Ã©â„¢ÂÃ¤Â½Å½Ã¥Ë†Â° 50% */
    opacity: .35;
}

.home-lunbo-tab .swiper-wrapper .swiper-slide-thumb-active img {
    filter: saturate(1);
    opacity: 1;
}
.home-lunbo-tab .swiper-wrapper .swiper-slide:hover{
    background: #000;
}
.home-lunbo-tab .swiper-wrapper .swiper-slide:hover a img{
    opacity: .8;
}
.home-lunbo-tab .swiper-wrapper .swiper-slide p{
    position: absolute;
    bottom: 7px;
    left: 7px;
    z-index: 2;
    width: 90%;
    font-size: 12px;
    color: #fff;
    font-weight: initial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home-lunbo-tab .swiper-wrapper .swiper-slide i{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 52px;
    background: url("../images/home-adv-bg2.png") repeat-x;
    z-index: 1;
}
