﻿@charset "utf-8";
/* 旋转木马 */
#featured-area {padding-top:4rem; overflow:hidden; height:5rem;}
#featured-area .roundabout-holder {list-style:none;margin:0px auto; width:100%;}
#featured-area .roundabout-moveable-item {height:7rem;width:40%;cursor:pointer;padding:0; opacity:1 !important;}
#featured-area .roundabout-moveable-item img {
	width:100%;
	height:100%;
	margin:0;
}
#featured-area .roundabout-moveable-item a {
	width:60%;
	height:60%;
	margin:20%;
	transition:0.3s all ease;
	display:block; position:relative;
}
#featured-area .roundabout-moveable-item.roundabout-in-focus a {
	width:100%;
	height:100%;
	margin:0;
}
#featured-area .roundabout-moveable-item i{
	height:100%;
	width:100%;
	background:#000;
	display:block;
	position: absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0.55;
}
#featured-area .name {
	color:#264358;
	text-align:center;
}
#featured-area .name b {
	font-size:.6rem;
	display:block;
}
#featured-area .name span {
	font-size:.36rem;
	display:block;
}
#featured-area .name {
	display:none;
}
#featured-area .roundabout-in-focus .name {
	display:block;
	padding-top:.2rem;
}
#featured-area .roundabout-in-focus i {
	display:none;
}
/*.roundabout-in-focus{cursor:auto;}*/