﻿@charset "utf-8";

/* CSS Reset */

* {
	margin: 0;
	padding: 0;
	list-style-type: none;}

a,
img {
	border: 0;}

body {
	font: 12px/180% Arial, Helvetica, "Microsoft YaHei";
	word-wrap:normal;
	word-break: break-word;}


/* tFocus */

#tFocus-btn li.active {
	display: block;
	background: url(../images/spr.jpg) no-repeat;}

#tFocus {
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 30px auto 0 auto;}

#tFocus-pic {
	width: 100%;
	height: 600px;
	position: relative;}

#tFocus-pic li {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	text-align: center;}

#tFocus-pic li img {
	max-width: 100%;
	display: inline-block !important;}

#tFocusBtn {
	width: 666px;
	height: 86px;
	padding-top: 5px;
	z-index: 20;
	overflow: hidden;
	position: relative;
	margin-left:8px;}

#tFocus-btn {
	width: 666px;
	height: 86px;
	position: relative;
	left: 0;
	bottom: 0;
	overflow: hidden;
	float: left;
	margin-right: 3px;}

#tFocus-btn ul {
	width: 100000px;
	position: absolute;
	left: 0;
	top: 0;}

#tFocus-btn li {
	height: 75px;
	width: 126px;
	padding-top: 7px;
	display: block;
	float: left;
	margin-right: 8px;}

#tFocus-btn li img {
	border: 2px solid #dddddd;
	width: 126px;
	height: 75px;}

#tFocus-btn li.active {
	background-position: -425px -100px;}

#tFocus-btn li.active img {
	border: 2px solid #40b9e5
;}

#tFocus-leftbtn,
#tFocus-rightbtn,
#prev,
#next{
	height: 50px;
	margin-top: 22px;
	width: 40px;
	float: left;
	text-indent: -9999px;
	z-index: 123123123;
	opacity: 0;
	transition: opacity 1s;}

#tFocus-leftbtn,#prev{
	margin-right: 5px;
	position: absolute;
	left: 2px;
	z-index: 10;}

#tFocus-rightbtn,#next{
	position: absolute;
	right: 2px;
	z-index: 10;}
#prev,#next{
	top:35%;}
#tFocus-leftbtn,#prev {
	background: url(../images/spr2_03.jpg) no-repeat;}

#tFocus-rightbtn,#next {
	background: url(../images/spr1_03.jpg) no-repeat;}
#tFocus:hover .next,
#tFocus:hover .prev{
	opacity: 1;
	filter:alpha(opacity=100);}
#tFocusBtn:hover #tFocus-leftbtn,
#tFocusBtn:hover #tFocus-rightbtn{
	opacity: 1;
	filter:alpha(opacity=100);}
.tFocus_tit{
	margin:20px 0;}
.tFocus_tit span{
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    margin-left: 10px;
    background: url(../images/sd_3.jpg) no-repeat 27px 50%;}
.tFocus_tit span b{
    display: block;
    line-height: 30px;
    font-size: 18px;}
.b1{
    text-align: left;
    font-size: 30px !important;
    font-weight: 100;
    font-style: oblique;
    color:#00A7E7;}
.b2{
    text-align: right;}
.tFocus_tit .tt_con{
	line-height: 25px;
	font-size:12px;
	padding-left: 65px;}
.tF_model{
	position: relative;
	display: block;
	width:160px;
	height:105px;}
.tF_model b,.tF_model i{
	position: absolute;
	top:0;
	left:0;
	display: none;
	color:#fff;
	font-size:14px;
	text-align: center;
	width:100%;
	height:100%;
	line-height: 106px;
	font-weight: 100;}
.tF_model:hover b,.tF_model:hover i{
	display: block;}
.tF_model i{
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index: 4;}
.tF_model b{
	z-index: 5;}