@charset "utf-8";
/* CSS Document */

.products_top_img{
	text-align:center;	
	}
.products_index_left{
	float:left;
	width:460px;
	}

.products_index_right{
	float:right;
	width:460px;
	}
	

.menu{
	height:31px;
	margin:15px 0 10px 0;		
	background:url(/ti/img/ti_index_menu_bg.gif) no-repeat center top;	
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {height:30px; background:transparent;}

/* style the sub-level lists */
.menu ul ul {width:625px;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left; height:30px; line-height:30px; display:block; margin-right:-1px;}

/* style the sub level list items */
.menu ul ul li {display:block; width:177px; height:auto; line-height:1em;}
.menu ul ul li.last {padding-bottom:2px; background:url(/ti/img/sub_bottom.gif) bottom left no-repeat;}
.menu ul ul ul li.last {padding-bottom:2px; background:url(/ti/img/two_bottom.gif) bottom left no-repeat;}
.menu ul ul ul ul li.last {padding-bottom:2px; background:url(/ti/img/three_bottom.gif) bottom left no-repeat;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block; float:left; height:30px; width:95px; font-size:12px; text-decoration:none; color:#333; background:#fff url(/ti/img/top_1.gif); padding:0 0 0 1px; text-align:left;}


/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {width:95px; w\idth:95px;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#fff; color:#333;width:165px; height:100%; line-height:1em; padding:5px 5px;border:1px solid #666; border-width:0 1px;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:165px; w\idth:165px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1;}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#c99;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#c96;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#F8EBC2;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#a77;}

/* style the level hovers */
/* first */
*html .menu a:hover {color:#EB2227;  height:30px; position:relative; z-index:100;background:#fff url(/ti/img/top.gif);}
.menu li:hover {position:relative;}
.menu :hover > a {color:#EB2227; height:30px;background:#fff url(/ti/img/top.gif);}
a.ati:hover{background:#fff url(/ti/img/aittop1.gif)!important;}/*无下拉列表，加入li的class*/
/* second */
* html .menu ul ul a:hover{color:#063996; background:#F8EBC2; position:relative; z-index:110; height:100%; border:1px solid #666; border-width:0 1px;}
.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {color:#063996;background:#F8EBC2; z-index:110; height:100%; border:1px solid #666; border-width:0 1px;}
/* third */
* html .menu ul ul ul a:hover {background:#a77; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background:#a77;}
/* fourth */
.menu ul ul ul ul a:hover {background:#a75; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0; top:25px; left:0; width:150px;}

/* position the third level flyout menu */
.menu ul ul ul{top:-10px; width:150px;}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {visibility:visible; height:auto; padding:15px 30px 30px 30px; /*margin-top:5px;*/ background:transparent url(/ti/img/sub_top.gif) 30px 5px no-repeat; left:-30px;}
.menu ul :hover ul.left {visibility:visible; height:auto; padding:15px 30px 30px 30px; background:transparent url(/ti/img/sub_top_left.gif) 30px 5px no-repeat; left:-111px;}


/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible; left:90px; height:auto; padding:0px 30px 30px 30px; background:transparent url(/ti/img/two_top.gif) 30px 0 no-repeat;}
.menu ul :hover ul.left :hover ul {left:-150px;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible; left:90px; height:auto; padding:10px 30px 30px 30px; background:transparent url(/ti/img/three_top.gif) 30px 0 no-repeat;}

.ti-menu ul li a:hover{
	color:#369;
	background:url(/ti/img/ti_index_menu_bg2.gif) no-repeat left top;
}


.menu ul{
	height:30px;
	width:940px;	
	padding:1px 0 0 20px;	
	}

a.menu_id:link,a.menu_id:visited,a.menu_id:hover,a.menu_id:active{ 
	text-align:center;
	font-weight:bold; 
}


.ti_index_class{
	width:460px;
	padding:0 0 5px 0;
	}
.ti_index_class_top{
	font-weight:bold;
	color:#EB2227;
	text-indent:5px;
	line-height:27px;
	height:26px;
	border-style:solid;
	border-width:1px 0 1px 0;
	border-color:#ccc;
	width:100%;
	clear:both;
}
.ti_index_class ul li{
	line-height:20px;
	padding:3px 0 0 10px;	
	background:url(/images/ico_circle_2.gif) no-repeat left top;
	margin:0 0 0 6px;
	height:20px;
}

.img_border{
	border:#ccc 1px solid;	
	}
.img_book{
	margin:5px 0 5px 0;
	border-bottom:#ccc 1px dashed;
	}

.ti_index_class ul p{
	margin:10px 0 10px 5px;
	text-indent:2em;
	line-height:20px;
}

.ti_down_line{
	height:4px;	
	clear:both;	
	margin:0 auto;	
	width:1000px;
	padding-bottom:10px;
	background:#fff;
	}

.ti_down_line ul{
	font: 0px Arial;
	line-height:0;
	height:4px;
	background:#fff url(/ti/img/ti_index_menu_bg.jpg) repeat-y center top;	
		}
		
.content_a{
	float:left;
	width:960px;
	padding:0 0 15px 20px;		
	overflow:visible;
}
		
		

.TabADS_pd
{   margin:0 auto;      /* 居中 这个是必须的，，其它的属性非必须 */   
    width:960x;        /* 给个宽度 顶到浏览器的两边就看不出居中效果了 */   
	background:url(/ti/img/products_ti2_r2_c2.gif) no-repeat left center; /*按钮长背景 */

}
.TabADS_pd UL{
	CLEAR: both;PADDING-BOTTOM: 1px; COLOR: #D3E8FB; OVERFLOW: hidden; WIDTH: 785px; height: 30px;
	border-width:0px;margin:0px;padding:0px; 
	margin-left:130px; /*按钮左边距 */
	
}

.TabADS_pd LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; WIDTH: 98px; CURSOR: pointer; COLOR: #333;border-width:0px 0px 0px 0px;background-image: url(/images/product_menu_off_ti.gif); border-style:solid ; height: 30px;FONT-WEIGHT: normal ;  TEXT-ALIGN: center;COLOR: #333; line-height:30px; list-style-type:none;
}
.TabADS_pd .TasADSOn_pd{
	border-width:0px 0px 0px 0px;background-image: url(/images/product_menu_on_ti.gif);border-style:solid ;  CURSOR: pointer; COLOR: #f00; line-height:30px; TEXT-ALIGN: center; font-weight:bold;
}
.TabADSCon_pd {
	COLOR: #000;
	height:250px;
	border-bottom:1px #EB2227 solid;
}
.TabADSCon_pd UL{
	 border-width:0px 0px 0px 0px; padding: 0px 0px 0px 0px; margin:0px;
}
.TabADSCon_pd LI {
	LINE-HEIGHT: 24px; TEXT-ALIGN: left;list-style-type:none;
}


.TabADSCon_pd_left{
	float:left;
	height:250px;
	width:130px;
	background:url(/ti/img/menu_left2_bg.gif) repeat-y center center;
}
.TabADSCon_pd_right{
	float:right;
	width:830px;
	height:250px
}

.TabADSCon_pd_right ul{
	float:left;
	padding:8px 0 0 15px;
	width:400px;
}

.TabADSCon_pd_right ul li{
	line-height:20px;
	padding:3px 0 0 10px;
	background:url(/images/ico_circle_2.gif) no-repeat left top;	
}


.newsCategory {
	PADDING-RIGHT: 14px;
	/*font-weight:bold;COLOR: #ff6600;	*/ 
	FONT-SIZE: 12px; CURSOR: default; TEXT-ALIGN: right
}
.newsCategory2 {
	PADDING-RIGHT: 14px;
	/*font-weight:bold;COLOR: #ff6600;	*/ 
	FONT-SIZE: 12px; CURSOR: default; TEXT-ALIGN: right
}
.STYLE3 {color: #FFFFFF; font-weight: bold; }
a{ 
	color:#000;
	text-decoration:none;
	background-color:inherit;
}
/**/

.content_C{
	float:left;
	width:640px;
	padding:0 0 15px 20px;		
	overflow:visible;
}
.content_C h1{
	text-align:center;
	font-size:18px;
	line-height:20px;
	height:24px;
	margin-top:20px;
}
.content_C h3{
	text-align:center;
	font-size:12px;
	line-height:12px;
	font-weight:normal;
}	
.content_bl{
	float:left;
	width:620px;
	margin:0 0 15px 20px;		
	overflow:visible;
	display:inline;
}
.content_br{
	float:right;
	width:310px;
	height:auto;
	margin:0 20px 15px 0;		
	overflow:visible;
	display:inline;	
}
.content_b{
	float:left;
	width:960px;
	padding:0 0 15px 20px;		
	overflow:visible;
}

.ti_index_class_l{
	width:620px;
	padding:0 0 5px 0;
	clear:both;
	}
.ti_index_class_2{
	margin:0 0 0 0px;
	padding:0px 0 0 0px;
	background-image:none;
	background:url(/images/ico_circle_2.gif) no-repeat;
}

.ti_index_class_l2{
	clear:both;
	}	
.ti_index_class_l2 ul li{
	line-height:20px;
	padding:3px 0 0 10px;
	width:300px;
	float:left;
	background:url(/images/ico_circle_2.gif) no-repeat left top;
	}	
	
	
	
	
.ti_index_class_l ul p{
	margin:10px 0 10px 5px;
	text-indent:2em;
	line-height:20px;
}
.ti_index_class_l ul li,.ti_index_class ul li,#history li,.zhuanti_content ul li{
	line-height:20px;
	padding:3px 0 0 10px;	
	background:url(/images/ico_circle_2.gif) no-repeat left top;
}

.zhuanti_content{
	float:left;
	clear:both;
	width:310px;	
}
