@charset "utf-8";
/*Global 网站全局CSS*/
body, td, th ,div, ul, li, p{ 
	color : #666; 
	font-size:12px;
	font-family:arial;
	} 
body { 
	margin-left : 0; 
	margin-top : 0; 
	margin-right : 0; 
	margin-bottom : 0; 
	} 
ul, li, p, dl, dt, dd, h1,h2,h3,h4,h5,h6, form{ 
	list-style-type : none; 
	padding : 0; 
	margin : 0; 
	} 
img{
	padding : 0; 
	margin : 0; 
	border : 0;
	}
a{blr:expression(this.onFocus=this.close());} /* 只支持IE，过多使用效率低 */
a{blr:expression(this.onFocus=this.blur());} /* 只支持IE，过多使用效率低 */
a:focus { -moz-outline-style. none; } /* IE不支持 */
a:link { 
	color : #333; 
	font-size : 12px; 
	font-family : arial; 
	text-decoration:none;
	} 
a:visited { 
	color : #333; 
	font-size : 12px; 
	font-family : arial; 
	text-decoration:none;
	} 
a:hover { 
	color : #FF9933; 
	font-size : 12px; 
	text-decoration : underline; 
	font-family : arial; 
	} 
.clear{
	clear:both;
	}
.freeheight{
	height:10px;
	overflow:hidden;
	}
/*wrapper 网站外框架*/	
.wrapper {
	margin:0px auto;
}
/*meta 顶部描述模块*/
.meta{
	height:24px;
	overflow:hidden;
	clear:both;
	background:#fff url(../images/main.gif) repeat-x;
	}
.metainner{
	width:980px;
	height:24px;
	text-indent:5px;
	line-height:24px;
	margin:0px auto;
	color:#999;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	}
.metainner p{
	float:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-align:left;
	}
.metainner ul{
	}
.metainner li{
	float:right;
	margin-left:10px!important;
	margin-left:5px;
	}
.metainner #t1{
	background:url(../images/ico.gif) 0px 7px no-repeat;
	}
.metainner #t2{
	background:url(../images/ico.gif) -138px 7px no-repeat;
	}
.metainner #t3{
	background:url(../images/ico.gif) 0px -93px no-repeat;
	}
.metainner #t4{
	width:90px;
	}
.metainner #t4 a{
	float:right;
	margin-left:0px;
	}
.metainner #t4 img{
	width:27px;
	height:15px;
	margin-top:3px;
	}
.metainner a{
	margin-left:9px;
	}
.metainner a:link,.headright a:visited{
	text-decoration:none;
	}
.metainner a:hover{
	text-decoration:underline;
	}

/*header 网站头部模块*/
.header{
	width:960px;
	height:77px;
	margin:0px auto;
	overflow:hidden;
	clear:both;
	}
.header .logo{
	width:500px;
	float:left;
	height:77px;
	overflow:hidden;
	}
.header .logo img{
	margin-top:5px;
	}
.headerright{
	float:right;
	height:60px;
	width:380px;
	overflow:hidden;
	margin-top:30px;
	}
.headerright .telme{
	background:url(../images/tel.png) no-repeat left center;
	width:280px;
	height:26px;
	padding-left:15px;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-left:130px;
	color:#aaa;}
.headerright .select {
	width:133px;
	float: left;
	margin-top:1px; 
	display:inline; 
	margin-right:8px;
	}
.selectbox { 
	border:none;  
	display: block; 
	padding-left:4px;
	width: 129px; 
	cursor: pointer; 
	height:20px;
	line-height:20px;
	background:url(../images/search_value.png) no-repeat;
	font-size:12px;
	color:#666;
	}
div.selectbox-wrapper {
	border-right: #aaa 1px solid; 
	border-top: #aaa 0px solid;
	margin-top: -2px; 
	border-left: #aaa 1px solid; 
	width: 111px; 
	border-bottom: #aaa 1px solid; 
	position: absolute; 
	background-color: #fff;
	text-align: left;
	z-index:1000;
}
div.selectbox-wrapper ul li.selected {
	background-color: #000;
	color:#FFF;
	}
div.selectbox-wrapper ul li.current {
	color: #fff;
	background-color: #ccc;
}
div.selectbox-wrapper ul li {
	padding-right: 3px; 
	padding-left: 3px; 
	padding-bottom: 3px; 
	width: 105px; 
	cursor: pointer; 
	line-height: 20px; 
	padding-top: 3px;
	font-size:12px;
}
.inputtext input{
	width:188px;
	height:16px;
	border:1px solid #ff9933;
	line-height:18px;
	padding:0 5px;
	padding-top:2px;
	margin-top:2px;
	font-size:12px;
	color:#666;
	float:left;
	}
.searchbtn{ 
	width:16px;
	height:15px;
	border:0px;
	background:url(../images/btn.png) no-repeat;
	float:left;
	font-size:100em;
	cursor:pointer;
	margin:5px 0 0 5px;
	padding:0;
	}


/*nav 网站栏目导航条模块*/
.nav{
	width:100%;
	height:35px;
	}
.nav_mid{
	width:980px;
	height:35px;
	margin:0px auto;
	overflow:hidden;
	clear:both;
	background:url(../images/nav_bg.png) repeat-x center top;
	}
.nav li{
	float:left;
	height:35px;
	line-height:35px;
	text-align:center;
	overflow:hidden;
	}
.nav li span{
	font-weight:bold;
	}
.nav li a:link,.nav li a:visited{
	font-size:12px;
	color:#656565;
	text-decoration:none;
	padding:0 35px;
	height:31px;
	line-height:31px;
	display:block;
	float:left;
	}
.nav li a:hover{
	color:#ff9933;
	}
.nav .current{
	color:#ff9933;
	background:url(../images/nav_li.png) no-repeat center ;
	}
.nav .current a:link,
.nav .current a:visited{
	color:#ff9933;
	}
/*crumbs 网站次栏目导航*/
.crumbs{
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	}
/*ban 首页广告模块*/
.ban{
	width:980px;
	height:300px;
	margin:0 auto;
	clear:both;
	margin-top:10px;
	overflow:hidden;	
	text-align:center;
	font-size:14px;
	}

/*search 搜索模块*/
.search{
	margin-top:25px;
	}
.search p,.contactindex p,.rss p{
	font-size:14px;
	font-weight:bold;
	line-height:27px;
	height:27px;
	color:#5b5857;
	text-indent:40px;
	background:#f5f5f5 url(../images/main_li.png) no-repeat 20px center;
	border:1px #dddddd solid;
	}
.search form{
	margin-top:10px;
	margin-left:10px;
	}
.search select{
	width:164px;
	overflow:hidden;
	}

.searchinput{
	border:1px #7f9db9 solid;
	width:110px;
	width:160px;
	margin-top:5px;
	}
.searhbt{
	width:67px;
	height:27px;
	line-height:27px;
	background:url(../images/ico.gif) 0px -350px no-repeat;
	border:0px;
	color:#fff;
	margin-top:5px;
	font-size:14px;
	}

/*main 主要框架*/
.main{
	width:980px;
	margin:0px auto;
	clear:both;
	background:#fff;
	height:100%;
	}
/*left 主框架左侧*/
.main .left{
	width:202px;
	float:left;
	overflow:hidden;
	height:100%;
	margin-top:10px;
	}
/*sort 产品分类模块*/
.sort p{
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	height:30px;
	color:#5b5857;
	text-indent:20px;
	background:url(../images/main_li.png) no-repeat 0 center;
	}
.sort ul{
	padding:10px 0 0 10px;
	background:url(../images/main_mid_top.gif) no-repeat left top;
	}
.sort li ul{
	background:none;
    border:0px;
	padding-bottom:0px;
	padding-top:0;
	}
.sort li{
	width:170px;
	line-height:18px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-weight:bold;
	margin-top:10px;
	}
.sort li ul{ 
	margin-top:0px;
	}
.sort li ul li{
	font-weight:normal;
	margin-top:0px;
	}
.sort li ul li a:link,.sort li ul li a:visited{
	background:none;
	padding-left:10px;
	font-size:12px;
	display:block;
	width:170px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	}
.sort li ul li a:hover{
	background:url(../images/ico.gif) 0px -150px no-repeat;
	background:none;
	}
.sort li a:link,.sort li a:visited{
	background:url(../images/ico.gif) 0px -500px no-repeat;
	padding-left:10px;
	}
.sort li a:hover{
	background:url(../images/ico.gif) 0px -150px no-repeat;
	padding-left:10px;
	}
/*briefcontact 侧边联系方式模块*/
.briefcontact{
	margin-top:10px;
	}
.briefcontact p{
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	height:30px;
	color:#333;
	text-indent:20px;
	background:url(../images/main_li.png) no-repeat 0 center;
	}
.briefcontact ul{
	padding:10px 0 0 10px;
	background:url(../images/main_mid_top.gif) no-repeat left top;
	}
.briefcontact li{
	clear:both;
	line-height:18px;
	overflow:hidden;
	}
.briefcontact img{
	margin-top:5px;
	margin-left:10px;
	}
.briefcontact li p{
	float:left;
	margin-top:0px;
	font-weight:bold;
	font-size:12px;
	height:22px;
	line-height:22px;
	border:0px;
	margin-right:5px;
	background:none;
	color:#333;
	text-indent:10px;
	}
.briefcontact .tel p{
	float:left;
	margin-top:0px;
	font-weight:bold;
	font-size:12px;
	height:22px;
	line-height:22px;
	border:0px;
	margin-right:5px;
	background:none;
	color:#333;
	width:40px;
	}
.briefcontact li span{
	float:left;
	margin-top:0px;
	font-weight:normal;
	font-size:12px;
	height:22px;
	line-height:22px;
	border:0px;
	}
/*linkbar 侧边订阅模块*/
.linkbar{
	margin-top:20px;
	}
.linkbar p{
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	height:30px;
	color:#5b5857;
	text-indent:20px;
	background:url(../images/main_li.png) no-repeat 0 center;
	}
.linkbar ul{
	padding:10px 0 0 10px;
	background:url(../images/main_mid_top.gif) no-repeat left top;
	}
.linkbar li{
	height:25px;
	overflow:hidden;
	}
/*right 主框架右侧**/
.main .right{
	width:763px;
	float:right;
	overflow:hidden;
	height:100%;
	margin-top:10px;
	}
/*main_mid 首页详细内容**/
.home_main{
	width:980px;
	height:auto;
	margin:0 auto;
	}
.main_mid{
	width:980px;
	margin:0 auto;
	margin-top:10px;
	}

/*home_box 首页大容器*/
.home_box {
	margin-top:20px;
	}
.home_box .title{
	height:25px;
	line-height:25px;
	clear:both;
	background:url(../images/ico.gif) 0px -750px;
	}
.home_box .title p{
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	background:url(../images/ico.gif) 0px -700px;
	padding:0px 10px;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
	}
.home_box .title span{
	float:right;
	font-family:"arial";
	padding-right:5px;
	border-right:1px #fff solid;
	}
.home_news{
	width:310px;
	float:left;
	overflow:hidden;
	height:auto;
	margin:0 0 20px 5px;
	}
.home_news_top p{
	font-size:14px;
}
.home_news .home_news_top{
	width:290px;
	height:28px;
	overflow:hidden;
	padding:12px 0 0 20px;
	background:url(../images/main_li.png) no-repeat left 10px;
	color:#595756;
	font-size:14px;
	font-weight:bold;
	}
.home_news ul{
	width:290px;
	overflow:hidden;
	padding-top:15px;
	list-style:none;
	background:url(../images/main_mid_top.gif) no-repeat left top;
	}
.home_news li{
	height:21px;
	line-height:21px;
	width:290px;
	background:url(../images/news_li.png) no-repeat left center;
	text-indent:15px;
	}
.home_news li a:link,
.home_news li a:visited{
	color:#5b5b5b;}
.home_news li p{
	width:200px;
	float:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	}
.home_news li span{
	width:90px;
	float:right;
	font-size:11px;
	text-align:right;
	}
.home_about{
	width:310px;
	float:left;
	overflow:hidden;
	height:auto;
	margin:0 0 20px 20px;
	}
.home_about_top{
	width:290px;
	height:28px;
	overflow:hidden;
	padding:12px 0 0 20px;
	background:url(../images/main_li.png) no-repeat left 10px;
	color:#595756;
	font-size:14px;
	font-weight:bold;
	}
.home_about_mid{
	width:280px;
	line-height:21px;
	overflow:hidden;
	padding-top:15px;
	list-style:none;
	background:url(../images/main_mid_top.gif) no-repeat left top;
	}

.briefcontact2{
	width:310px;
	float:left;
	overflow:hidden;
	height:auto;
	margin:0 0 20px 20px;
	}
.briefcontact2_top{
	width:290px;
	height:28px;
	overflow:hidden;
	padding:12px 0 0 20px;
	background:url(../images/main_li.png) no-repeat left 10px;
	color:#595756;
	font-size:14px;
	font-weight:bold;
	position:relative;
	}
.briefcontact2_mid{
	width:280px;
	overflow:hidden;
	padding:15px;
	background:url(../images/briefcontact2.png) no-repeat;
	}
.briefcontact2 ul{
	margin-top:5px;
	background:url(../images/ms.gif) no-repeat right top;
	}
.briefcontact2 li{
	clear:both;
	line-height:18px;
	overflow:hidden;
	}
.briefcontact2 img{
	margin-top:5px;
	margin-left:10px;
	}
.briefcontact2 li p{
	float:left;
	margin-top:0px;
	font-weight:bold;
	font-size:12px;
	height:22px;
	line-height:22px;
	border:0px;
	margin-right:5px;
	background:none;
	color:#333;
	}
.briefcontact2 .tel p{
	float:left;
	margin-top:0px;
	font-weight:bold;
	font-size:12px;
	height:22px;
	line-height:22px;
	border:0px;
	margin-right:5px;
	background:none;
	color:#333;
	width:30px;
	}
.briefcontact2 li span{
	float:left;
	margin-top:0px;
	font-weight:normal;
	font-size:12px;
	height:22px;
	line-height:22px;
	border:0px;
	}
/*more 更多 样式*/
.more{
	color:#575656;
	font-size:12px;
    float:right;
	margin-top:5px;
	}

/*home_products 首页产品展示模块*/
.home_products {
	width:979px;
	height:141px;
	background:url(../images/home_products.png) no-repeat;
	}
.home_products .infiniteCarousel {
	width:959px;
	position:relative;
	padding:0 10px;
	height:141px;
	}
.home_products .infiniteCarousel .wrapper {
	width:839px; 
	overflow: auto;
	height:141px;
	margin: 0 60px;
	position: absolute;
	top: 0;
	}
.home_products .infiniteCarousel ul a img {
	}
.home_products .infiniteCarousel .wrapper ul {
	width: 4000px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
	padding:15px 0 0 0;
	}
.home_products .infiniteCarousel ul li {
	display:block;
	float:left;
	padding:0 10px;
	height:110px;
	width:92px;
	}
.home_products .infiniteCarousel ul li span{
	display:block;
	width:100%;
	height:16px;
	margin-top:3px;
	overflow:hidden;
	text-align:center;
	}
.home_products .infiniteCarousel ul li span a:link, .home_products .infiniteCarousel ul li span a:visited{
    color:#6C93C5;
	}
.home_products .infiniteCarousel ul li span a:hover{
    color:#6C93C5;
	text-decoration:none;
	}
.home_products .infiniteCarousel ul li img {
	border:1px solid #D9D9D9;
	height:90px;
	width:90px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	}
.home_products .infiniteCarousel ul:hover li img {
	border:1px solid #D9D9D9;
	}
.home_products .infiniteCarousel ul:hover li:hover img {
	border:1px solid #6C93C5;
	}
.home_products .infiniteCarousel ul li a img {
	display:block;
	}
.home_products .infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	background: url(../images/arrow2.png) no-repeat 0 0;
	text-indent: -999px;
	position: absolute;
	top:50px;
	cursor: pointer;
	outline: 0;
	}
.home_products .infiniteCarousel .forward {
	background-position: 0 0;
	right:20px;
	}
.home_products .infiniteCarousel .back {
	background-position: 0 -72px;
	left:20px;
	}
.home_products .infiniteCarousel .forward:hover {
	background-position: 0 -36px;
	}
.home_products .infiniteCarousel .back:hover {
	background-position: 0 -108px;
	}	
/*mainfoot 主框架封底*/
.main .mainfoot{
	
	}
/*footer 网站底部模块*/
.footer_bg{
	width:100%;
	margin:30px 0 10px 0;
	}
.footer{
	width:980px;
	margin:0px auto;
	clear:both;
	overflow:hidden;
	position:relative;
	}

/*copyright 版权模块*/
.copyright{
	width:980px;
	text-align:left;
	margin:0px auto;
	margin-top:10px;
	float:right;
	color:#656565;
	}
.copyright span{
	line-height:20px;
	}
.copyright .nitc{
	text-align:left;
	float:right;
	}
/*footer_nav 底部导航*/
.footer_nav{
	width:978px;
	height:30px;
	border:1px solid #ddd;
	background:#f1f1f1;
	float:left;
	}
.footer_nav p{
	margin-left:10px;
	line-height:30px;
	float:left;
	}
.footer_nav p img{
	_margin-top:8px;
	}
.footer_nav ul{
	float:right;
	}
.footer_nav li{
	line-height:30px;
	float:left;
	margin:0 0 0 10px;
	}
.footer_nav li a{
	margin:0 10px 0 0;
	}
/*links 友情链接模块*/
.links{
	width:960px;
	clear:both;
	overflow:hidden;
	margin:0px auto;
	float:left;
	}
.links p{
	font-weight:bold;
	color:#656565;
	float:left;
	margin:0 5px 0 10px;
	line-height:20px;
	}
.links li{
	line-height:20px;
	margin-right:10px;
	white-space:nowrap;
	float:left;
	}
/*page*/
.page{
	height:100%;
	width:760px;
	float:left;
	overflow:hidden;
	}
/*MessageBox 错误信息模块*/
.error {
	background: url(../images/icon_error.gif) no-repeat 5px 3px;
	line-height:14px;
	padding:3px 20px 2px 25px;
	font-size:12px;
	font-family:verdana;
	color:#e04023;
	margin-top:2px;
	}
.success {
	background:#eff6e4 url(../images/icon_success.gif) no-repeat 5px 3px;
	border:1px solid #cae2a4;
	line-height:14px;
	padding:3px 20px 2px 25px;
	font-size:12px;
	font-family:verdana;
	}
.alert {
	background:#fffbd1 url(../images/icon_alert.gif) no-repeat 5px 3px;
	border:1px solid #fddc9b;
	line-height:14px;
	padding:3px 20px 2px 25px;
	font-size:12px;
	font-family:verdana;
	}
.successa{
	border:1px solid #cae2a4;
	padding:15px 10px 15px 60px;
	margin:20px 0;
	background:#f7faf1 url(../images/successA.gif) 15px 15px no-repeat;
	color:#2a9917;
	font-size:14px;
	line-height:30px;
	}
.errora{
	border:1px solid #fac5c7;
	padding:15px 10px 15px 60px;
	margin:20px 0;
	background:#fef0f0 url(../images/errorA.gif) 15px 15px no-repeat;
	color:#CC0000;
	font-size:14px;
	line-height:30px;
	}	
.quickminiimgbox{
	visibility:hidden;
	position:absolute;left:0;
	top:0;
	z-index:301;
	}
.quickminiimgbox .iconlayer{
	height:100%;
	}
.quickminiimgbox .iconlayer a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none !important;
	}
.quickminiimgbox .maskbox{
	float:left;
	width:100px;
	height:100px;
	border:none;
	overflow:hidden;
	background:url(../images/quickview_blank.gif) repeat;
	}
.quickminiimgbox .dartbox{
	float:left;
	width:16px;
	height:100px;
	background:url(../images/quickview_dart.gif) no-repeat right center;
	}
.quickinfobox{
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;
	width:125px;
	height:125px;
	background-color:#d1e3f5;
	padding:8px 8px 4px;
	text-align:center;
	border:1px solid #adcfea;
	z-index:300;
	}
.quickinfobox .largeimg{
	width:120px;height:120px;
	background-color:#ffffff;
	padding:5px;
	border:1px solid #4e89c4;
	}
.quickinfobox .largeimg a{
	display:table-cell;
	width:120px;
	height:120px;
	*display:block;
	vertical-align:middle;
	outline:none;
	}
.quickinfobox .largeimg img{
	vertical-align:middle;
	border:0;
	}