.emb_tp_swp1 {
    width: 100%;height: 100%;  position: relative;
}
.emb_tp_swp1 img{
    width: 100%;height: 100%;position: absolute;top: 0;right: 0;margin: auto;bottom: 0;left: 0;
}
.emb_tp_swp1 .swiper-slide{
    position: relative;
}
.emb_tp_swp1 .arrow-left,.emb_tp_swp1 .arrow-right {
    position: absolute; top: 0;  width: 20px;  height: 20px;bottom: 0;z-index: 1;margin: auto;
}
.emb_tp_swp1 .arrow-left {
    left: 5px;background: url(../images/lbzuo.png) no-repeat 50% 50%;background-size: 12px auto;
}
.emb_tp_swp1 .arrow-right {
    right: 5px;background: url(../images/lbyou.png) no-repeat 50% 50%;background-size: 12px auto;
}
.emb_tp_swp1 .swiper-container {
    width: 100%;height: 100%;z-index: 0;
}
/*嵌入左边-轮播*/
.emb_lb{
    width: 320px;  height: 240px;  position: absolute;cursor: pointer;top: 50%;margin-top: -120px; text-align: center;left: 50%;
    margin-left: -160px;
}
/*嵌入左边-轮播图*/
.emb_tp_swp2{
    width: 100%;height: 100%;  position: relative;
}
.emb_tp_swp2 img{
    width: 100%;height: 100%;position: absolute;top: 0;right: 0;margin: auto;bottom: 0;left: 0;
}
.emb_tp_swp2 .swiper-slide{
    position: relative;
}
.emb_tp_swp2 .swiper-container {
    width: 100%;height: 100%;z-index: 0;    pointer-events: none;
}
.emb_fy1{
    position: absolute;left: 0;right: 0;bottom: 10px;z-index: 1;text-align: center;
}
.emb_fy1 .swiper-pagination-bullet{
    display: inline-block;  width: 10px;  height: 10px;  border-radius: 50%;  background: #fff;  margin: 0 3px;  cursor: pointer;outline: none;
}
.emb_fy1 .swiper-pagination-bullet-active{
    background: #fe9000;
}
/*竖向轮播*/
.emb_tp_swp3{
    width: 100%;height: 100%;  position: relative;display: none;
}
.emb_tp_swp3 img{
    max-width: 100%;max-height: 100%;position: absolute;top: 0;right: 0;margin: auto;bottom: 0;left: 0;
}
.emb_tp_swp3 .swiper-slide{
    position: relative;
}
.emb_tp_swp3 .swiper-container {
    width: 100%;height: 100%;z-index: 0;
}
.emb_fy2{
    position: absolute;right: 10px;z-index: 1;top: 50%;
}
.emb_fy2 .swiper-pagination-bullet{
    width: 10px;  height: 10px;  border-radius: 50%;  background: #fff;  margin:5px 0 ;  cursor: pointer;outline: none;
    display: block;
}
.emb_fy2 .swiper-pagination-bullet-active{
    background: #fe9000;
}
/*幻灯片*/
.emb_tp_swp4{
    width: 100%;height: 100%;  position: relative;display: none;
}
.emb_tp_swp4 .swiper-slide{
    position: relative;
}
.emb_tp_swp4 img{
    max-width: 100%;max-height: 100%;position: absolute;top: 0;right: 0;margin: auto;bottom: 0;left: 0;
}
.emb_tp_swp4 .swiper-container {
    width: 100%;height: 100%;z-index: 0;
}
.emb_tp_swp4 .swiper-slide{ opacity:0;}
.emb_tp_swp4 .swiper-slide-active{ opacity:1;}

/* .emb_tp .swiper-pagination{
    top: auto !important;
    bottom: 0 !important;
} */
/*新增漂浮dom swiper样式*/

.swiper-button-next.sw_to_right{
    background: url(../images/lbyou.png) no-repeat;
    background-size: 20px 20px;
    background-position: center;
}
.swiper-button-prev.sw_to_left{
    background: url(../images/lbzuo.png) no-repeat;
    background-size: 20px 20px;
    background-position: center;
}
.emb_tp .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    cursor: pointer;
}
.emb_tp .swiper-pagination{
    pointer-events: auto;
}
.emb_tp .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#fe9000;
}