﻿@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
body{line-height:1;color:#000;font:12px/1.5 'Tahoma','Arial','宋体';}
ul,ol,dl{list-style:none;}
img{vertical-align:middle;border:0;}
/*------链接------*/
a{cursor:pointer;color:#000;}
a:link,a:visited{text-decoration:none;}
a:hover{color:#f60;}
/*------布局------*/
.dis_inB{display:inline-block;*display:inline;*zoom:1;vertical-align:top;letter-spacing:normal;font-size:12px;}
.float_l{float:left;}
.float_r{float:right;}
.clearfix:after{clear: both;content:".";display:block;height:0;visibility:hidden;}
.clearfix{display:inline-block;}
*html .clearfix{height:1%;}
.clearfix{display:block;}
.clear{clear:both;}

.mar_b20{margin-bottom:20px;}
/*-------对齐方式-------*/
.text_c{text-align:center;}
.text_l{text-align:left;}
.text_r{text-align:right;}
/*-------文字颜色-------*/
.red{color:#f00;}
.orange{color:#f60;}
.blue{color:#0078b6;}
.gray{color:#666;}
.white{color:#fff;}

.width,.header,.nav,.focus,.focus_t,.mian_body{width:960px;margin:0 auto;}
/*-------头部样式-------*/
.header{background:url(../images/head_bg.jpg) repeat-x #fff;height:84px;line-height:84px;}
	.header div{background:url(../images/l.jpg) right no-repeat;width:221px;}
	.header div a{background:url(../images/jia.jpg) left center no-repeat;padding:0 10px;}
/*-------导航样式-------*/
.nav{background:url(../images/nav.jpg) repeat-x;height:30px;line-height:30px;border-top:2px solid #0892d6;}
.nav li{float:left;width:106px;height:30px;line-height:30px;text-align:center;font-family:'黑体';font-size:14px; display:inline; position:relative;z-index:1000;}
.nav li a{display:block;color:#000;}
.nav li a:hover{color:#fff;}
.nav li .current,.nav li a:hover{background:url(../images/nav_h.jpg) no-repeat;color:#fff !important;}
.nav li ul.items{position:absolute; z-index:999; top:30px; left:0; background:#cdd; display:none; filter:alpha(opacity=90);opacity:0.9;}
.nav li ul.items li{display:block; float:none; width:120px; height:29px; line-height:29px; margin-left:0; background:none;}
.nav li ul.items li a{width:100px; height:29px; line-height:29px; padding-left:6px;text-align:left;font-size:12px; overflow:hidden;white-space: nowrap;
text-overflow: ellipsis;}
.nav li ul.items li a:hover{background:none; font-size:14px; padding-right:0;}
.nav li:hover .items,.nav li.hover .items{display:block;}		


.adorn{background:url(../images/b.jpg) repeat-x;height:11px;margin:1px auto;}
/*焦点图切换*/
.focus{height:316px;position:relative;overflow:hidden;z-index:900;}
	.focus ul{position:absolute;}
	#productMenu{bottom:5px;right:5px;}
	.menu_yuan li{float:left;background:url(../images/li.jpg) no-repeat;width:16px;height:16px;text-align:center;margin-right:3px;color:#f6d18e;}
	.menu_yuan li.vary_img{background:url(../images/li_h.jpg) no-repeat;color:#f6d18e;width:25px;}
	.tab_c_img{width:960px;height:316px;display:none;}
	.tab_c_img img{width:960px;height:316px;}
/*-------底部样式-------*/
.footer{line-height:30px;background:#09a0de;}