img {
	vertical-align: middle;
}

li {
	list-style: none;
}

#focus-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 1.5rem;
	height: 3.5rem !important;

}

#focus-banner-list {
	position: relative;
}

#focus-banner-list li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3.5rem;
}

#focus-banner-list li img {
	width: 100%;
	height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}

/* .focus-banner-img:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: url(../img/top_bg_3.png) center bottom repeat-x;
	background-size: auto 1.5rem;
} */

.focus-banner-img {
	display: block;
}

#focus-banner-list .focus-banner-text {
	width: 100%;
    margin: 0 auto;
    color: #fff;
    position: relative;
    top: 40%;
    left: 0
}

#focus-banner-list .focus-banner-text p {
    
    font-weight: bold;
    font-size: 0.2rem;
    letter-spacing: 3px;
    margin: 0 auto;
    padding-left: 5%;
    
}
.banner_btn{
	display:none !important;
    width: 2.1rem;
    height: 0.65rem;
    position: absolute;
    font-size: 0.28rem;
    background-color: #6291ff;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	letter-spacing: 5px;
	margin-top: 6%;
    margin-left: 12%;
}
/*
#focus-banner .focus-handle{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url("../img/focus_handle.png");
}
 */
#next-img {
	left: 0;
}

#next-img {
	left: 50px;
	background-position: 0 0;
}

#next-img:hover {
	background-position: 0 -80px;
}

#prev-img {
	right: 0;
}

#prev-img {
	right: 50px;
	background-position: -80px 0;
}

#prev-img:hover {
	background-position: -80px -80px;
}

#focus-bubble {
	position: absolute;
	left: 50%;
	bottom: 25%;
	z-index: 9 ;
}

#focus-bubble li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#focus-bubble li a {
	display: block;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
}

#focus-bubble li.current {
	background-color: #004077;
}