/*輪播圖*/
.banner-area{
	position: relative;
	margin: 0 auto;
	margin-top:12px;
	border-radius: 28px;
    box-shadow: 0 0 10px 0 #886e46;
	overflow: hidden;
}

.banner-area .my-focus{
	height: 456px;
	background-color: transparent;
}

.banner-area .my-focus ul.pic, 
.banner-area .my-focus div.rePic{
	width:100%;
	height: 100%;
}

.banner-area .my-focus ul.pic > li, 
.banner-area .my-focus div.rePic > li{
	width:100%;
	height: 100%;
}

.banner-area .my-focus ul.pic > li > a, 
.banner-area .my-focus div.rePic > li > a{
	display: inline-block;
	width:100%;
	height:100%;
}
.banner-area .my-focus ul.pic > li > a div.img, 
.banner-area .my-focus div.rePic > li > a div.img{
	width:100%; 
	height:100%;
	background-repeat:no-repeat;
	background-position: center;
}

.banner-area .mF_YSlider .num{
	bottom: -10px;
}

.banner-area .mF_YSlider .num li a {
	background-color: #CACACA !important;
	z-index: 1;
}

.banner-area .mF_YSlider .num li.current a, 
.banner-area .mF_YSlider .num li.hover a {
    background-color: #FFFFFF !important;
	z-index: 1;
}

.banner-area .banner-img{
	width:100%;
}

/*message*/
.message-area{
	margin: 0px auto;
	margin-top:20px;
	display: flex;
}

.message-area .message-item{
	flex: 1;
	cursor: pointer;
	margin: 0 10px;
	position: relative;
}

.message-area .img{
	width: 100%;
}

.message-area .txt {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 80%;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
}
