/* 用于浮动元素 */
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.float_parent:after, .tanx_box_head:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.float_parent, .tanx_box_head{overflow:hidden;*zoom:1}/*IE hack haslayout*/

/* 用于tanx页面布局 */
body {
	font: 100% 宋体, Arial, Helvetica, sans-serif, "黑体";
	background-color:#ffffff;
	width:100%;
	margin:auto; 
	padding: 0;
	font-size:12px;
	margin-top:10px;
	/*background:url(../images/bg01.gif) repeat-x;*/
	
}
.tanx_wrap{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	background-color:#fff;
	color:#666
}
.banner{
	position:relative;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.banner #banner_wrap{
	position:relative;
	height:335px;
	width:1000px;
	overflow:hidden;
}
.banner_list{
	width:1000px;
	position:absolute;
	left:0;
}
.banner_list li{
	height:335px;
	width:1000px;
	display:block;
	overflow:hidden; 
}
.banner_list li img{
	display:block;
	vertical-align:top;
}
.banner .line{
	position:absolute;
	height:20px;
	width:100%;
	background:url(../img/line.png) repeat-x 0 0;
	top:0;
	left:0;
	z-index:100;
	_background:none;
}

.banner img{
	display:block;
}
/* 用于tanx头部 */
.tanx_logo{
	padding:10px 26px 15px;
}
.logo{
	height:54px;
}
.head_right_area{
	margin-top:15px;
	
}
.head_right_area a{
	color:#808080;
	padding:0 10px 2px;
}
.head_right_area .icon_weibo{
	padding-left:20px;
	background:url(../img/icon_weibo_cur.png) no-repeat 0 0;
}
/* 用于tanx导航 */
.tanx_nav {
	border:1px solid #fcfcfc;	
	background-color:#fcfcfc;
	border-radius:5px;
}
.tanx_nav li{
	float:left;
	position:relative
}
.tanx_nav li a{
	padding:8px 25px;
	display:block;
	color:#494949;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
}
.tanx_nav .current a{
	padding-top:6px;
	border-top:2px solid #61baff;
}
.tanx_nav li a:hover{
	padding-top:6px;
	border-top:2px solid #61baff;
	text-decoration:none;
}

/* box框 */
.tanx_box .tanx_box_head {
	padding:0 13px 6px 6px;
	border-bottom:2px solid #ccc;
}

.tanx_box .tanx_box_head a{
	color:#6699cc;
}
.about-tanx .info_box{
	min-height:300px;
	_height:300px;
}
/* 页脚 */
.footer{
	clear:both;
	background:url(../img/bg_footer.jpg) no-repeat 0 0 #fbfbfb;
	height:19px;
	padding-top:28px;
	padding-bottom:28px;
	text-align:center;
	color:#b5b5b5;
	border-top:1px solid #e6e3e3;
	overflow:hidden;
}

.footer a{
	color:#434343;
	padding:0 9px;
}

.footer .contact_us{
	width:17px;
	height:11px;
	padding:0;
	margin-left:-7px;
	display:inline-block;
	background:url(../img/icon_contact_us.jpg) no-repeat 0 0;
}

.tanx_nav li div{
	background-image:url(../images/lis_bg.jpg);
	width:2px;
	height:13px;
	position:absolute;
	top:8px;
	left:-1px;
	z-index:100;
}

#footerTT{
width:700px;
height:700px;
margin:0 auto;
}
.foo p img {
float:left;
width:395px;
height:220px;
padding-right:10px;
padding-bottom:0px;
}
.foo p{
	line-height:20px;
	margin-left:20px;
	text-indent:2em;
	/*文字间隔属性定义一个附加在文字之间的间隔数量。该值必须符合长度格式，允许使用负值。*/
	letter-spacing:1px;
}
.text1{
	margin-top:20px;
}












