.lb1{
    width: 1280px;
    margin: 35px auto;
    position: relative;
}

.swipers1{
    width: 1280px;
    height: 290px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide a{
    position: relative;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}


/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/

.swiper-container {
    /* Specify Swiper's Size: */
    /*width:200px;
	height: 100px;*/
}

.swiper-slide {
    /* Specify Slides's Size: */
    /*width: 100%;
	height: 100%;*/
}

.swiper-slide-active {
    /* Specific active slide styling: */
}

.swiper-slide-visible {
    /* Specific visible slide styling: */
}


/* ===============================================================
Pagination Styles
================================================================*/

.pagination {
    width: 100%;
    height: 8px;
    text-align: center;
    margin-top: 16px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 16px;
    height: 8px;
    background: #aad8ff;
    border-radius: 5px;
    margin: 0 5px;
}

.swiper-active-switch {
    background: #1f4bee;
    width: 60px;
    border-radius: 5px;
    /* Specific active button style: */
}

.swiper-visible-switch {
    /* Specific visible button style: */
}

.swiper-container1 {
    width: 1200px;
    height: 280px;
    margin: 0 auto;
}

.swiper-container1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    flex-direction: column;
    /* 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;
    transition: 300ms;
    transform: scale(0.8);
}


/*当前选中的图片*/

.swiper-container1 .swiper-slide-active,
.swiper-container1 .swiper-slide-duplicate-active {
    transform: scale(1);
    opacity: 1;
}

.swiper-container1 .swiper-slide a {
    width: 338px;
    height: 376px;
}

.swiper-container1 .swiper-slide a img {
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -104px;
}

.swiper-container1 .swiper-slide {
    z-index: 999;
    position: relative;
}

.swiper-container1 .swiper-slide.swiper-slide-active {
    z-index: 999999;
    position: relative;
}

.swiper-container1 .swiper-slide p {
    width: 338px;
    font-size: 25px;
    margin-top: 24px;
    color: #333;
}

.focus {
    position: relative;
}

.swiper-container2 {
    margin: 80px 0 0 100px;
    height: 44px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

.swiper-container2 .swiper-slide {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}
.swiper-container2 .swiper-slide a{
    color: #000000;
    display: inline-block;
}
.swiper-container2 .swiper-slide-active {
    width: 44px;
    height: 44px;
    color: #ffffff;
    background: url(yuan.png) no-repeat center center;
}


/* 1 */
.swipers1 .swiper-slide a{
    width: 96%;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.swipers1 .swiper-slide .img{
   
    background: url(znzzdh241217_bg4.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.swipers1 .swiper-slide .img img{
    width: 388px;
    height: 214px;
    margin: 13px 10px;

}
.swipers1 .swiper-slide .title{
    font-size: 18px;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    width: 100%;
}
.swipers1 .swiper-slide .title p{
    padding: 0 10px 0 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#btn1{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: -6%;
    width: 66px;
    height: 66px;
    background: url(znzzdh241217_left.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}
#btn2{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right:-6%;
    width: 66px;
    height: 66px;
    background: url(znzzdh241217_right.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.poster-main{
    width: 1200px;
    height: 480px;
}