#index .fv::before{
  z-index: 0;
}

#index .fv .bg{
  position: relative;
  z-index: 1;
}

.en #index .fv .fv_text,
.en .fv_bnrWrap{
  z-index: 2;
}

.en .fv_bnrWrap {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 20px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	align-items: end;
}

.en .fv_bnrWrap a {
    position: static!important;
/*     width: 118px; */
	width: 210px;
    margin-left: 10px;
}

.en .fv_bnrWrap a img{
    width: 100%;
    height: auto;
}
