img {
	vertical-align: middle;
}

li {
	list-style: none;
}

#focus-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 0.85rem;

}

#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:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: url(../img/top_bg_3.png) center bottom repeat-x;
	background-size: auto 3rem;
}
*/
.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.25rem;
	margin: 0 auto;
}

#focus-banner-list .focus-banner-text p {
	margin: 0 auto;
    text-align: center;
    padding: 0 0.2rem;
    position: absolute;
    bottom: 45%;
    width: 100%;
    font-weight: bold;
    font-family: Verdana;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s;
    line-height: 0.23rem;

}

/*
#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: 10%;
	z-index: 999;
	width: 100% !important;
	margin-left: -50px;
}
#focus-bubble li {
	float: left;
	width: 0.2rem;
	height: 0.2rem;
	margin: 0 8px;
	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_3 {
	position: relative;
    z-index: 10;
    left: 0;
    right: 0;
    background-color: #1d3169e6;
    top: 0;
}
.icon_box_3 li {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
	font-family: Verdana;
}
.icon_box_3 dl {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: space-evenly;
}
 .icon_box_3 dd {
    width: 25%;
}
.icon_box_3 dd .ico_img {
    width: 100%;
    margin: 0 auto;
    padding-top: 0.1rem;
}
.icon_box_3 dd .ico_img img {
    display: block;
    width: 0.82rem;
    margin: 0 auto;
}
.icon_box_3 dd .info {
    color: #fff;
    padding: 0.1rem;
	text-align: center;
}
.icon_box_3 dd .info b {
    font-size: 0.30rem;
    color: #fff;
}
.icon_box_3 dd p {
    line-height: 0.24rem;
    color: #fff;
    font-size: 0.18rem;
	text-align: center;
	padding-bottom: 0.1rem;
}