﻿img {
	vertical-align: middle;
}

li {
	list-style: none;
}

#focus-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 2.06rem;
}

#focus-banner-list {
	position: relative;
}

#focus-banner-list li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#focus-banner-list li img {
	width: 100%;

}

.focus-banner-img {
	display: block;
}

#focus-banner-list .focus-banner-text {
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.40rem;
	margin: 0 auto;
}

#focus-banner-list .focus-banner-text p {
	margin: 0 auto;
	text-align: center;
	padding: 15px 35px;
	position: absolute;
	bottom: 45%;
	width: 100%;
	font-weight: bold;
	font-family: Verdana;
}

/*
#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: 32%;
	z-index: 5;

}

#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: #124996;
}
.icon_box {
	position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
	background-color: #1d31698c;
}
.icon_box li {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
	font-family: Verdana;
}
.icon_box dl {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: space-evenly;
}
 .icon_box dd {
    width: 14%;
}
.icon_box dd .ico_img {
    width: 100%;
    margin: 0 auto;
    padding-top: 0.1rem;
}
.icon_box dd .ico_img img {
    display: block;
    width: 0.82rem;
    margin: 0 auto;
}
.icon_box dd .info {
    color: #fff;
    padding: 0.1rem;
	text-align: center;
}
.icon_box dd .info b {
    font-size: 0.35rem;
    color: #fff;
}
.icon_box dd p {
    line-height: 0.24rem;
    color: #fff;
    font-size: 0.18rem;
	text-align: center;
	padding-bottom: 0.1rem;
}
.icon_box_3{
	display: none;
}