@charset "utf-8";

/*全局设置*/
body {font-family:arial;margin:0;background:#fff;font-size:12px;color:#666;}
body {onload:expression(location.href='http://www.tctz.com');}

div,form,img,ul,ol,li,dl,dt,dd {margin:0;padding:0;border:0;}
li  {list-style-type:none;}
em  {font-style:normal;}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;font-size:12px;font-weight:normal;}
.clear {zoom:1;} 
.clear:after {content: "\20";clear: both;height: 0;visibility: hidden;display: block;} 

/*全局字体设置background:url(bg_page.png) repeat-x;*/
body {margin:0;padding:0;color:#666;background:#fff url(bg_page.png) repeat-x;}
a {color:#666;text-decoration:none;}
a:hover {color:#f60;}
.red,a.red:link,a.red:visited {color:#f00;}
.blue,a.blue:link,a.blue:visited {color:#0C4B8E;}
.blue2,a.blue2:link,a.blue2:visited {color:#007FD1;}
a.blue2:hover {color:#f00;}

a.yxcms_keywords {color:#007FD1;}
a.yxcms_keywords:hover {color:#f00;}
a.yxcms_keywords_normal {}
a.yxcms_keywords_normal strong {font-weight:normal;}


/* -----------------------------------------------------
框架布局
----------------------------------------------------- */
.wrap      {width:1000px;margin:0 auto;}
#header    {height:80px;overflow:hidden;background:url(bg_page.png) repeat-x;}
#nav       {margin:0 auto 1px auto;}
#container {margin:0 auto 0 auto;}
#footer    {margin:0 auto;
	background:#F6F6F6;
	border-top:1px solid #fff;
	padding:20px 0 0 0;
	text-align:center;
}

/* -----------------------------------------------------
顶部---logo及链接--搜索表单 searchButton
----------------------------------------------------- */
#header #logo {float:left;width:300px;}
#header #logo img {}
#header #header-right {float:right;width:350px;}
#header .toplink {text-align:right;margin-top:8px;}
#header .toplink a {display:inline-block;margin:0 5px;}

#header .searchform {float:right;margin-top:22px;background:url(search_left.png) no-repeat;}
#header .searchform  #keywords {color:#999;margin-left:9px;float:left;width:150px;height:19px;line-height:19px;vertical-align:top;font-size:12px;border:none;background:url(search_mid.jpg) repeat-x;overflow:hidden;}
#header .searchform  #searchButton {float:left;display:block;width:29px;height:19px;background:url(search_right.gif) no-repeat;}
#header .searchform  #searchButton:hover {background-position:0 -19px;}

/* -----------------------------------------------------
底部版权
----------------------------------------------------- */
#footer .footnav {text-align:center;font-weight:bold;margin-bottom:10px;}
#footer .footnav a {padding:0 10px;background:url(bg_split.gif) no-repeat left center;}
#footer .footnav a.first {background-position:0 -100px;}
#footer p  {margin:8px 0;}

/* -----------------------------------------------------
顶部---导航菜单background:url(menu.png) no-repeat -30px -80px;
background:url(menu_zh.png) no-repeat -30px -80px; font-family:"Microsoft YaHei","宋体";

.nav .menu_root a span {float:left;display:block;padding:0 16px 0 7px;background:url(bg_menu_txt.png) no-repeat right 0;font-family:"Microsoft YaHei","宋体";}

----------------------------------------------------- */
.nav {background:url(bg_menu_txt.png) repeat-x 0 -120px;}
.nav .menu_root {height:40px;line-height:43px;overflow:hidden;}
.nav .menu_root a {float:left;display:block;padding:0 0 0 13px;height:40px;font-size:14px;font-weight:700;color:#fff;letter-spacing:2px;cursor:pointer;background:url(bg_menu_txt.png) no-repeat 0 0;}
.nav .menu_root a span {float:left;display:block;padding:0 14px 0 7px;background:url(bg_menu_txt.png) no-repeat right 0;}
.nav .menu_root a.hover,
.nav .menu_root a:hover {background-position:0 -40px;color:#005197;}
.nav .menu_root a.hover span,
.nav .menu_root a:hover span {background-position:right -40px;}
.nav .menu_root a.f {background-position:0 -300px;margin-left:60px;_margin-left:30px;}
.nav .menu_root a.f:hover {background-position:0 -80px;color:#005197;}


/*首页
.nav .menu_root a#rootM_0.hover,
.nav .menu_root a#rootM_0:hover  {background-position:-8px -40px;}
*/

/*子菜单*/
.menu_child {
	display:none;
	position:absolute;
	z-index:10;
	background:#fff url(bg_childmenu_body.png) repeat-x;	
	border:none;
	padding:10px 0;
	/*圆角 阴影 效果 IE不支持！*/
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	border-radius:0 0 8px 8px;

	/*IE 模拟CSS3 圆角 
	behavior: url(/js/PIE.htc);
	filter:alpha(opacity=80);opacity:0.80;
	*/
	
}

/*IE 用边框

.ui-nav-item-table{}

*/
.menu_child_IE {
	border:2px solid #9CBEE3;
	border-top:0;	
	border-radius:0 0 8px 8px;
}

/*IE 用模拟CSS3 阴影会有点慢，此样式用JS控制，非IE浏览器加载 -webkit-box-shadow:0px 3px 8px #AAAAAA;*/
.menu_child_shadow {
	-webkit-box-shadow:2px 3px 4px #AAAAAA;
	-moz-box-shadow:2px 3px 4px #AAAAAA;
	box-shadow:2px 3px 4px #AAAAAA;	
}

.menu_child table {margin:0;}
.menu_child table td {padding:0 15px;border-right:1px solid #CCDFF4;vertical-align:top;}
.menu_child table td.last {border:0;}
.menu_child dl {}
.menu_child dt {font-weight:bold;padding:4px 0 ;}
.menu_child dt a {color:#005197;}
.menu_child dt a:hover {background:#005197;color:#fff;}
.menu_child dd {padding:4px 0;line-height:16px;}
.menu_child dd a {font-weight:normal;color:#4C4C4C;}
.menu_child li a {font-weight:normal;color:#4C4C4C;}
.menu_child dd a:hover,
.menu_child li a:hover {background:#005197;color:#fff;}
.menu_child dd a.haschild       {font-weight:normal;color:#4C4C4C;}
.menu_child li a.haschild       {font-weight:normal;color:#005197;}
.menu_child dd a.haschild:hover,
.menu_child li a.haschild:hover {background:#005197;color:#fff;}
.menu_child ul {margin:4px 0 0 1em;}
.menu_child ul li {padding:4px 0;}
.menu_child dd.floatNotes {width:195px;}
.menu_child dd.floatNotes a {float:left;display:block;margin:5px 8px 5px 0;}

/* -----------------------------------------------------
顶部---导航菜单 结束
----------------------------------------------------- */

/*首页焦点图*/
.tctz {margin:1px auto;}
.tctzfocus {position:relative;width:1000px;height:300px;overflow:hidden;}

/*
.tctzfocus .big_img {position:absolute;left:0;top:0;}
.tctzfocus .big_img a {float:left;display:block;margin:0;padding:0;}
.tctzfocus .big_img a img {width:1000px;height:300px;}
*/

.tctzfocus .big_img {position:relative;width:1000px;height:300px;overflow:hidden;}
.tctzfocus .big_img ul {position:relative; z-index:1;}
.tctzfocus .big_img ul li {position:absolute;}
.tctzfocus .big_img ul li a img {width:1000px;height:300px;}

.tctzfocus .thumb_img {position:absolute;right:0;bottom:20px;z-index:2;}
.tctzfocus .thumb_img a {float:left;display:block;border:1px solid #666;margin-right:10px;filter:alpha(opacity=60);opacity:0.6;}
.tctzfocus .thumb_img a img {width:65px;height:30px;}
.tctzfocus .thumb_img a.cur,
.tctzfocus .thumb_img a:hover {border-color:#fff;filter:alpha(opacity=100);opacity:1;}

/* -----------------------------------------------------
首页内容块
----------------------------------------------------- */
.i_container {padding:10px 0;background:#DCDCDC url(bg_index_content.png) no-repeat;zoom:1;}
.i_container:after {content: "\20";clear: both;height:0;visibility: hidden;display: block;} 

.i_container .i_cyzc {float:right;width:665px;}
.i_container .i_cyzc .i_tabs {}
.i_container .i_cyzc .i_tabs li {float:left;color:#959A9E;height:31px;line-height:31px;background:url(bg_tab.gif) no-repeat 0 -31px;padding-left:30px;margin-right:1px;cursor:pointer;}
.i_container .i_cyzc .i_tabs li span {display:block;padding-right:10px;background:url(bg_tab.gif) no-repeat right -31px;}
.i_container .i_cyzc .i_tabs li.cur {color:#666;background-position:0 0;}
.i_container .i_cyzc .i_tabs li.cur span {background-position:right 0;}
.i_container .i_cyzc .i_tab_c {}
.i_container .i_cyzc .i_tab_c {padding:2px 0 0 0;background:#fff url(bg_index_tabbox2.png) repeat-x;border-left:1px solid #fff;border-bottom:2px solid #BBBBBB;}
.i_container .i_cyzc .i_tab_c .i_tab_t {background:url(bg_index_tabbox_t.png) repeat-y;}
.i_container .i_cyzc .i_tab_b {padding-top:0;}
.i_container .i_cyzc .i_tab_b .i_tab_s_b {margin-top:15px;height:570px;}
.i_container .i_cyzc .i_tab_b .i_tab_s {padding-bottom:10px;margin-bottom:10px;}
.i_container .i_cyzc .i_tab_b .i_tab_s .i_img {float:left;width:155px;height:90px;margin-right:20px;}
.i_container .i_cyzc .i_tab_b .i_tab_s .i_img a:hover img {filter:alpha(opacity=80);opacity:0.80;}
.i_container .i_cyzc .i_tab_b .i_tab_s .i_d_b {float:left;width:430px;}
.i_container .i_cyzc .i_tab_b .i_tab_s .i_d_b h2 {font-size:14px;font-weight:bold;color:#f60;}
.i_container .i_cyzc .i_tab_b .i_tab_s .i_d_b h2 a {color:#f60;}
.i_container .i_cyzc .i_tab_b .i_tab_s .i_d_b h2 a:hover {color:#f00;}
.i_container .i_cyzc .i_tab_b .i_tab_s .i_d_b .i_d_d {line-height:2;color:#666;margin-top:5px;}
.i_container .i_cyzc .i_tab_b .i_tab_s .i_d_b .i_d_d p {margin:0;text-indent:0;}
.i_container .i_cyzc .i_tab_b .i_tab_s .i_d_b .i_d_d a {color:#666;}
.i_container .i_cyzc .i_tab_b .i_tab_s .i_d_b .i_d_d a:hover {color:#666;}

.i_container .i_side {float:left;width:328px;}
.i_container .i_side .i_side_box {border:1px solid #CFCFCF;background:#e6e6e6 url(bg_index_side.png) repeat-x;margin-bottom:11px;}
.i_container .i_side .i_side_box2 {border:1px solid #fff;}
.i_container .i_side .i_side_box h2 {height:40px;margin:0;}
.i_container .i_side .i_side_box h2.xwdt {background:url(bg_i_xwdt.gif) no-repeat 18px center;}
.i_container .i_side .i_side_box h2.cydt {background:url(bg_i_cydt.gif) no-repeat 18px center;}
.i_container .i_side .i_side_box h2.tcry {background:url(bg_i_tcry.gif) no-repeat 18px center;}
.i_container .i_side .i_side_box h2 a {float:right;margin:10px 5px 0 0;display:block;width:37px;height:13px;background:url(bg_i_more.gif) no-repeat;}


/*首页新闻列表*/
.i_news_list {margin:0 10px 10px 10px;}
.i_news_list ul {}
.i_news_list ul li {margin-bottom:5px;;}
.i_news_list ul li a {height:20px;line-height:20px;display:block;overflow:hidden;background:url(dot2.gif) no-repeat 0 9px;padding-left:10px;}
.i_news_list ul li a span {float:right;margin-left:8px;}

/*首页荣誉*/
.i_honor {margin-left:20px;}
.i_honor .btn  {float:left;margin-top:45px;border:0;width:17px;height:59px;display:block;}
.i_honor .prev {background:url(pre.gif) no-repeat;}
.i_honor .next {background:url(next.gif) no-repeat;}
.i_honor .i_honor_list	{float:left;width:210px;margin:0 0 0 20px;overflow:hidden;}
.i_honor .i_honor_list ul {}
.i_honor .i_honor_list ul li {float:left;display:block;width:210px;height:160px;text-align:center;line-height:1.5;margin-right:20px;overflow:hidden;}
.i_honor .i_honor_list ul li img {width:180px;height:135px;}
.i_honor .i_honor_list ul li p {margin:2px 0 10px 0;height:20px;overflow:hidden;}

/*首页友情链接*/
.i_container .i_side .i_link {}
.i_container .i_side .i_link h2 {height:34px;line-height:34px;background:url(bg_yqlj_select.png) no-repeat;font-size:14px;text-align:center;}
.i_container .i_side .i_link .i_link_select {border:1px solid #CFCFCF;border-width:2px 1px 0 1px;background:#fff;height:258px;overflow:auto;position:absolute;width:326px;z-index:10000;display:none;}
.i_container .i_side .i_link .i_link_select ul {}
.i_container .i_side .i_link .i_link_select ul li {}
.i_container .i_side .i_link .i_link_select ul li a {display:block;height:30px;line-height:30px;text-indent:1em;}
.i_container .i_side .i_link .i_link_select ul li a:hover {background:#06c;color:#fff;}

/* -----------------------------------------------------
当前位置
----------------------------------------------------- */
#sitepath {margin:2px auto;font-size:12px;height:35px;line-height:35px;;text-indent:15px;}
#sitepath em {font-size:10px;font-family:"宋体";}
#sitepath a  {margin:0 5px;}
#sitepath a.last {color:#f00;}

/* -----------------------------------------------------
内容区块布局
----------------------------------------------------- */
#container {background:#EDEDED ;}

#container_sidebar  {margin-top:12px;margin-bottom:12px;float:left;margin-left:12px;_margin-left:6px;}
#container_main     {margin-top:12px;margin-bottom:12px;float:right;background:#fff url(tcbj.jpg);border:1px solid #DEDEDE;margin-right:12px;_margin-right:6px;overflow:hidden;}

#container .w_200 {width:200px;}
#container .w_780 {width:780px;}
#container .w_250 {width:250px;}

/*单独页面*/
#container .w_750 {width:750px;}
#container .w_210 {width:210px;}

/*集团成员*/
#container .w_710 {width:710px;}
#container .w_250 {width:250px;}

/*公司动态 新闻*/
#container .w_760 {width:760px;}
#container .w_200 {width:200px;}

/*内容区块 标题*/
.web_title {
	height:35px;line-height:35px;
	color:#000;
	margin:5px;
	font-size:16px;
	text-indent:1em;
	letter-spacing:1px;
}

/*内容区块 内容区域*/
.web_main  {padding:10px 20px;}
.web_main {height:600px;background:url(/404/404page.png) no-repeat center center;}
.web_main .content {display:none;}


/* -----------------------------------------------------
内容排版样式
----------------------------------------------------- */
.content {line-height:2;font-size:14px;}
.content p {text-indent:2em;margin:0 0 5px 0;}
.content h1 {font-weight:bold;font-size:20px;margin:4px 0 10px 0;text-align:center;font-family:"Microsoft YaHei",SimHei,"宋体";}
.content h2 {font-weight:bold;font-size:16px;margin:8px 0;padding:8px 0;color:#FF7134;border-bottom:1px dotted #ccc;}
.content h2.newssubtitle {border:0;font-size:18px;text-align:center;margin:-10px 0 10px 0;padding:0;color:#666;font-family:"Microsoft YaHei",SimHei,"宋体";}
.content h3 {font-weight:bold;font-size:14px;margin:8px 0;}
.content .news_detail_pic { text-align:center; padding:5px;text-indent:0;margin:10px auto;}
.content .news_detail_pic img { padding:10px; border:solid 1px #ccc;}
.content .news_detail_pic span{ display:block; padding-top:5px; text-align:center}

.content table {border-width:1px 0 0 1px; border-style:solid; border-color:#999; margin:0; padding:0; border-collapse:collapse; font-size:12px;}
.content table td,
.content table th {border-width:0 1px 1px 0; border-style:solid; border-color:#999; margin:0; padding:3px 0;}
.content table th {background-color:#F7f7f7;font-size:12px;text-align:center;}
.content table td {padding:3px;}

/*表格配色方案一*/
.content table.t1 {border-width:2px 0 0 2px;border-color:#fff;}
.content table.t1 th,
.content table.t1 td {border-width:0 2px 2px 0;border-color:#fff;padding:6px 0;}
.content table.t1 th {background:#B3E0FF;color:#000;padding:8px 0;}
.content table.t1 tr {background:#F4F9F4;}
.content table.t1 td.even,
.content table.t1 tr.even {background:#F9F4E2;}
.content table.t1 td.odd  {background:#F4F9F4;}


.content ol {list-style-type: decimal;list-style-position: outside;margin-left:3em;}
.content ol.m2 {margin-left:4.5em;}
.content ol li {list-style-type: decimal;}
.content li p {text-indent:0;margin:0;}
.content ul { list-style-type: disc;list-style-position: outside;margin-left:3em;}
.content ul.m2 {margin-left:4.5em;}
.content ul li { list-style-type: disc; }
.content dl {margin-left:3em;}
.content dl dt {font-weight:bold;}
.content dl dd {margin-left:1em;}

/* -----------------------------------------------------
左侧导航
----------------------------------------------------- */

.leftmenu {border:1px solid #DEDEDE;background:#fff;}
.leftmenu h3 {
	border-bottom:1px solid #DEDEDE;
	font-weight:bold;
	height:35px;line-height:35px;
	background:#F7F7F7 url(bg_leftmenu_title.jpg);
	color:#000;
	font-size:14px;
	text-indent:28px;
	letter-spacing:1px;
}

.leftmenu ul.m0 {margin:15px 20px;}
.w_250 .leftmenu ul.m0 {margin:5px 5px;}
.leftmenu ul.m0 li.m0 {padding:3px 0;}.leftmenu ul.m0 li.b {}
.leftmenu ul.m0 li.m0 a.m0 {display:block;font-size:12px;padding:7px 0px 7px 10px;text-decoration: none;background:#F4F4F4;color:#333;font-weight:600;}
.leftmenu ul.m0 li.m0 a.m0:hover {background:#f90;color:#fff;}
.leftmenu ul.m0 li.m0 a.current {color:#f00;}
.leftmenu ul.m0 li.m0 ul {margin:0 8px;}
.w_250 .leftmenu ul.m0 li.m0 ul {margin:0;}
.leftmenu ul.m0 li.m0 li {font-weight:normal;}
.leftmenu ul.m0 li.m0 li.m1 {padding:3px 0;border-bottom:1px dotted #ccc;}
.leftmenu ul.m0 li.m0 li.m1 a.m1 {display:block;padding:5px 8px 5px 26px;font-size:12px;text-decoration: none;word-wrap: break-word;word-break: normal;background:url(bg_leftmenu_dot.jpg) no-repeat 8px center;}
.leftmenu ul.m0 li.m0 li.m1 a.current {color:#f00;}


/*只有一级菜单样式*/

.leftmenu ul.r {margin:15px 20px;}
.leftmenu ul.r li {padding:0;}
.leftmenu ul.r li a {display:block;font-size:12px;padding:0 8px 0 25px;height:30px;line-height:30px;text-decoration: none;border-bottom:1px dotted #ccc !important;border-bottom:1px solid #ccc;background:url(bg_leftmenu_dot.jpg) no-repeat 4px center;}
.leftmenu ul.r li a:hover {background:#f2f2f2 url(bg_leftmenu_dot.jpg) no-repeat 4px center;border-bottom:1px solid #ccc;}
.leftmenu ul.r li a.current {color:#f60;}

.leftlink {margin-top:15px;}
.leftlink ul {margin:15px 20px;}
.leftlink ul li {padding:8px 0;}

/* -----------------------------------------------------
文章列表页
----------------------------------------------------- */

.newslist_pic {background:#fff url(bg_newslist.jpg) top center no-repeat;padding-top:15px;}
.newslist_pic dl         { zoom:1; background:url(bg_newslist.jpg) bottom no-repeat; padding-bottom:20px;}
.newslist_pic dl:after {content: "\20";clear: both;height: 0;visibility: hidden;display: block;} 
.newslist_pic dt         {margin:10px 0px 6px 0px; line-height:1.8; position:relative;}
.newslist_pic dt a       {color:#0055AA;font-weight:bold;}
.newslist_pic dt a:hover {color:#f00;}
.newslist_pic dt a img       {float:left;margin:15px 20px 0 0;background:url(bg_newsimg.png) left top no-repeat;padding:5px 11px 11px 5px;}
.newslist_pic dt a:hover img {background:url(bg_newsimg_hover.png) left top no-repeat;}
.newslist_pic dt span    {color:#a5a5a5;font-size:11px; float:right;margin-right:5px;top:0;}
.newslist_pic dd.des     {}
.newslist_pic dd.des a   {color:#666;line-height:1.8;}
.newslist_pic dd.detail  {text-align:right;_zoom:1;}

.newslist_pic dd.detail a{color:#0055AA;margin:0 3px 10px 0; line-height:22px;font-family:"宋体";}
.newslist_pic dd.detail a:hover {color:#f00;}


.newslist {}
.newslist ul {}
.newslist ul li {padding:0 0 0 15px;height:30px;line-height:30px;overflow:hidden;background:url(arrow1.jpg) no-repeat left center;border-bottom:1px dotted #ccc;}
.newslist ul li a {*float:left;}
.newslist ul li a.catname {margin-right:10px;}
.newslist ul li span {float:right;font-size:10px;}


.newsinfo  {margin:8px 0 15px 0;padding:3px 0;text-align:center;border-width:1px 0 1px 0;border-style:solid;border-color:#ccc;color:#f00;}
.newsinfo strong {font-weight:normal;padding:0 3px;color:#666;}

/* -----------------------------------------------------
荣誉证书
----------------------------------------------------- */
.honor_list {margin-left:30px;margin-top:15px;}
.honor_list a {display:block;float:left;margin:0 12px 20px 0;width:228px;height:227px;overflow:hidden;background:url(bg_honor.png) no-repeat;}
.honor_list a:hover {background-position: 0 -227px;color:#000;}
.honor_list a em {width:222px;height:165px;overflow:hidden;
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	*display:block;
	*font-size:145px;
	*font-family:Arial;
}
.honor_list a em img {_margin-top:10px;}
.honor_list a strong   {display:block;font-weight:normal;width:195px;height:34px;margin:20px 0 0 15px;text-align:center;vertical-align: middle;}

/*相册*/
.photo_list {}
.photo_list a {display:block;float:left;margin:10px;width:329px;height:280px;border:1px solid #F3F3F3;color:#666;}
.photo_list a:hover {border-color:#ccc;}
.photo_list a img {margin:5px 0 5px 5px;width:319px;height:239px;}
.photo_list a strong  {display:block;font-weight:normal;margin:1px;height:30px;line-height:30px;text-align:center;vertical-align: middle;background:#F6F6F6;}
.photo_list a:hover strong  {background:#ccc}


/*首页*/
#container #indexwrap {float:left;width:731px;height:235px;background:url(index_content_bg.jpg) no-repeat; overflow:hidden;}
#container #indexsidebar {float:right;width:258px;height:235px;}

/*首页单行滚动新闻padding:35px 10px 0 20px;*/
#indexwrap .hotnews {height:36px;padding-left:102px;overflow:hidden;}
#indexwrap .hotnews .hotmore {float:right;display:block;margin-right:10px;font-size:12px;font-weight:bold;letter-spacing:2px;height:36px;line-height:36px;margin-left:35px;}
#indexwrap .hotnews .hotlist {float:left;display:block;width:550px;height:36px;line-height:36px;background:1px solid #ccc;}
#indexwrap .hotnews .hotlist ul {}
#indexwrap .hotnews .hotlist ul li {height:36px;line-height:36px;width:550px;overflow:hidden;}
#indexwrap .hotnews .hotlist ul li span {font-size:10px;margin-left:8px;}

#indexwrap .hotproducts {height:180px;margin-top:13px;overflow:hidden;}
#indexwrap .hotproducts .spice    {width:253px;float:left;display:block;padding-top:35px;}
#indexwrap .hotproducts .gems     {width:237px;float:left;display:block;margin:0 7px;padding-top:35px;}
#indexwrap .hotproducts .product  {width:225px;float:left;display:block;padding-top:35px;}

#indexwrap .index_box {height:118px;overflow:hidden;}
#indexwrap .hotproducts .i_spice_list {margin:0 6px 0 15px;}
#indexwrap .hotproducts .i_spice_list dl {}
#indexwrap .hotproducts .i_spice_list dl dt {font-weight:bold;height:22px;line-height:22px;background:url(doti.gif) no-repeat left 10px;text-indent:6px;overflow:hidden;}
#indexwrap .hotproducts .i_spice_list dl dt a {color:#2F79BB;}
#indexwrap .hotproducts .i_spice_list dl dt a:hover {color:#f00;}
#indexwrap .hotproducts .i_spice_list dl dd {line-height:1.5}

#indexwrap .hotproducts .product .ip_list {margin:0 6px 0 15px;}
#indexwrap .hotproducts .product .ip_list li {height:22px;line-height:22px;background:url(doti.gif) no-repeat left 10px;text-indent:6px;overflow:hidden;}
#indexwrap .i_more {text-align:right;padding-right:10px;font-weight:bold;}
#indexwrap .i_more i {font-family:"宋体";font-style:normal;margin-right:3px;font-size:10px;}

/*首页右侧选项卡cursor:default;*/
.i_tabs {}
.i_tabs .i_tabs_title {position: relative;border:1px solid #B1C8D7;border-width:0 0 1px 1px;}
.i_tabs .i_tabs_title li {position: relative;float:left;height:26px;line-height:26px;border-style:solid;border-width:1px 1px 1px 0;border-color:#B1C8D7;margin-bottom:-1px;}
.i_tabs .i_tabs_title li span {float:left;display:block;text-decoration: none;font-family:"Microsoft YaHei",SimHei,"宋体";padding:0 15px;font-weight:bold;color:#2F79BB;letter-spacing: 3px;background:#F2F6FB url(index_tabs_bg.png) repeat-x;cursor:default;}
.i_tabs .i_tabs_title li.current {border-color:#B1C8D7 #B1C8D7 #fff #B1C8D7;}
.i_tabs .i_tabs_title li.current span {background:#fff;cursor:default;}
.i_tabs .i_tabs_box   {display:block;clear:both;border:1px solid #B1C8D7;border-width:0 1px 1px 1px;padding:0 8px;height:115px;background:#fff;}
.i_tabs .i_tabs_box .i_down,
.i_tabs .i_tabs_box .i_faq {padding-top:10px;height:100px;overflow:hidden;}

.i_tabs .i_more {text-align:right;padding-right:10px;font-weight:bold;}
.i_tabs .i_more i {font-family:"宋体";font-style:normal;margin-right:3px;font-size:10px;}
.i_tabs .i_down_body {height:82px;overflow:hidden;}
.i_tabs .i_down_body ul li {height:82px;display:block;}
.i_tabs .i_down_body dl {height:82px;overflow:hidden;}
.i_tabs .i_down_body dl dt {color:#656565;font-weight:bold;height:22px;line-height:22px;overflow:hidden;}
.i_tabs .i_down_body dl dt a {color:#656565;}
.i_tabs .i_down_body dl dt a:hover {color:#f00;}
.i_tabs .i_down_body dl dd {line-height:1.5;}

#indexsidebar .i_movies {margin-top:3px;width:258px;height:87px;overflow:hidden;}


/*分页*/
.pager {margin:30px 0 30px 0;text-align:right;}

.pager a,
.pager span {
	display:inline-block;
	vertical-align:middle;
	border:1px solid #ccc;
	background:#fff;
	padding:4px 8px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.pager span {background:#fff;color:#999;}
.pager span.current {background:#DAE6F3;font-weight:bold;color:#f00;border-color:#94B1D6;}
.pager a:hover {background:#729ECF;border-color:#3E6BA4;color:#fff;}
.pager span.info {border:0;}


.tckwlist {}
.tckwlist dl {}
.tckwlist dl dt {margin:8px 0 8px 0;height:30px;line-height:25px;background:#E9F0F8;font-weight:bold;text-indent:5px;}
.tckwlist dl dt span {font-size:20px;margin-right:4px;}
.tckwlist dl dd {padding:0 0 0 20px;height:30px;line-height:30px;overflow:hidden;background:url(dot2.gif) no-repeat 10px center;border-bottom:1px dotted #ccc;}
.tckwlist dl dd a {*float:left;}
.tckwlist dl dd span {float:right;font-size:10px;}