﻿@charset "utf-8";

.top_box_mode { 
    position: relative;
    width: 100%;
    height: 400px;
margin-bottom: 20px;	
}
/*焦点图*/
.tx-focus-banners {
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 400px;
    position: relative;
    overflow: hidden
}

.tx-focus-banners .banners {
	width: 1920px;
	height: 400px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	overflow: hidden
}

.tx-focus-banners .banners > ul > li > a {
	display: table-cell;
	width: 1920px;
	height: 400px;
	vertical-align: middle;
	text-align: center
}

.tx-focus-banners .banners > ul > li > a img {
	vertical-align: middle;
	min-width:1200px;
	max-width:100%;
	max-height:100%;
}

.tx-focus-banners .focus {
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: 20px;
	z-index: 99;
	text-align: center
}

.tx-focus-banners .focus > ul {
	height: 12px
}

.tx-focus-banners .focus > ul > li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	cursor: pointer;
	vertical-align: top;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.tx-focus-banners .focus > ul > li.on {
	background: #ccc
}
 
 