.enIndexContent{
    width: 100%;
    height: 100%;
}
.enBannerContainer{
    width: 100%;
}
.enBannerwrapper{
    width: 100%;
}
.enBannerBox{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.enBannerBox video{
    width: 100%;
    vertical-align: middle;
}
.enBannerPlate{
    width: 100%;
    height: 100%;
    background: url('/public/protal/images/en/index_banner.png') no-repeat center;
    position: absolute;
    top: 0;
    left:0;
    z-index: 999;
}

/* banner部分 */
.bannerWrap{
    width: 100%;
    height: 100%;
}
.swiper-container{
    width: 100%;
    height: 100%;
    position:relative;
}
.swiper-slide{
    width: 100%;
    float: left;
}
.swiper-pagination{
    width: 40px;
    height: 40px;
    bottom:10px;
    left:50%;
    color:#fff;
}
.swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: 0.9;
}
.swiper-pagination-bullet-active{
    width:44px;
    height: 16px;
    border-radius:10px;
}
.banner .lunbo{
    width: 100%; 
    height: 100%;
    vertical-align: middle;
    object-fit: fill;
}
.slideOne{
    position: relative;
}
.slideOne .bannerImg{
    width:100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.lunboBgWrap{
    width:813px;
    height: 158px;
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -79px;
    margin-left: -406px;
    z-index: 999;
}
.lunboBg{
    width:813px;
    height: 158px;
    display: block;
}
.lunboBg2{
    width:39px;
    height: 39px;
    display: block;
    background: url('/public/protal/images/en/lunbo_bg2.png') no-repeat center;
    background-size: cover;
    position: absolute;
    bottom:0%;
    left:55%;
    z-index: 1000;
    cursor: pointer;
}
.lunboBg2:hover{
    background: url('/public/protal/images/en/lunbo_bg2on.png') no-repeat center;
    background-size: cover;
}
/* 旅游动态 */
.travelIconWrap{
    width: 153px;
    height: 182px;
    position: absolute;
    top:50%;
    right: 0;
    margin-top: -91px;
    z-index: 999;
}
.travelIcon{
    width: 153px;
    height: 182px;  
    display: block;
    background: url('/public/protal/images/en/travel-en.png') no-repeat center;
    background-size: cover;
}
.travelIconFr{
    width: 153px;
    height: 182px;  
    display: block;
    background: url('/public/protal/images/fr/travel-fr.png') no-repeat center;
    background-size: cover;
}

/* 吃住行娱游 */
.selectWrap{
    width: 1200px;
    height: 110px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -600px;
    z-index: 999;
}
.selectBox{
    width: 200px;
    height: 110px;
    float: left;
    position: relative;
}
.selectBoxImg{
    width: 100%;
    height: 100%;
}
.selectBoxPlate{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.selectBoxMeng{
    width: 100%;
    height: 100%;
    padding-top: 34px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}
.selectBoxMengImg{
    width: 42px;
    height: 26px;
    display: block;
    margin: 0 auto;
}
.selectBoxMengText{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.selectBoxPlateHover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(27, 177, 182, .8);
    display: none;
}
.selectBoxPlateHover>a{
    width: 100%;
    height: 100%;
    display: block;
}
.selectBoxPlateHoverText{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
.selectBoxPlateHoverImg{
    width:30px;
    height: 30px;
    display: block;
    margin: 0 auto; 
}

/* 公共底部隐藏 */
.contentBottom{
    display: none;
}
.mainFooter{
    display: none;
}