﻿@charset "utf-8";
/* CSS Document */
.focus-box {
	background-position: center;
	position: relative;
	font-family: "Microsoft YaHei";}
.focus-container {
	overflow: hidden;
	position: relative;
	visibility: hidden;}
.focus-container .focus-item {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;}
.focus-container .focus-item img {
	width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;}
.focus-title-bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);}
.focus-title a, .focus-text a {
	color: #fff;
	text-decoration: none;}
.focus-title a:hover, .focus-text a:hover {
	color: #e5e5e5;
	text-decoration: none;}
.focus-text-box {
	position: absolute;
	left: 30px;
	top: 10px;
	z-index: 20;
	width: 40%;
	height: 100px;}
.focus-text-bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);}
.focus-text-inner {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
	height: 100%;
	overflow: hidden;}
.focus-text {
	padding: 10px;
	line-height: 1.5;
	color: #fff;
	font-size: 13px;}
.focus-navigation {}
.focus-navigation:hover {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;}
.focus-navigation:active {
	opacity: 1;
	filter: alpha(opacity=100);}
.focus-prev {
	left: 0;}
.focus-next {
	right: 0;}
.focus-pagination {
	position: absolute;
	right: 20%;
	top: 20%;
	z-index: 60;
	height: 80px;
	text-align: center;
	width: 12px;}
.focus-page {
	display: inline-block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: url(../images/dian.jpg) no-repeat center;
	cursor: pointer;
	margin-bottom: 3px;}
.focus-page.focus-page-active {
	background: url(../images/dian_hover.jpg) no-repeat center;}
.focus-page span {
	display: none;}
.focus-page:hover {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	font-weight: bold;}
.focus-pagination1 {
    position: absolute;
    right: 20%;
    top: 18%;
    z-index: 99;
    width: 110px;
    margin-right: -110px;}
.focus-pagination1 .focus-time {
	display: none;
	color: #fff;
	font-family: "Microsoft yahei";}
.focus-pagination1 .focus-time .yue {
	font-size: 60px;
	line-height: 60px;
	padding-left: 5px;
	color: #0068b7;}
.focus-pagination1 .focus-time .linum {
	display: inline-block;
	font-size: 24px;
	vertical-align: top;
	line-height: 40px;}
.focus-pagination1 .focus-time.focus-page-active {
	display: block;}