﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}

body 
{
	background:url('../images/bg.jpg');
	font-family: Tahoma, Arial, sans-serif;
	color:#000;
	font-size:12px;
	background-repeat:no-repeat;
	background-position:top center;
}

/*去掉img标签的边框颜色，变为透明*/
img
{
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none;
}

td
{
	 line-height:20px;	
}

/*按钮样式*/
.buttonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt; color: #003399;
    border: 1px #003399 solid;
    color:DimGray;
    BORDER-BOTTOM: #93bee2 1px solid; 
    BORDER-LEFT: #93bee2 1px solid; 
    BORDER-RIGHT: #93bee2 1px solid; 
    BORDER-TOP: #93bee2 1px solid;
    background-image:url(images/bluebuttonbg.gif);
    background-color:White;
    CURSOR: hand;
    font-style: normal ;
}




/*图片切换样式*/
.container{
	width:965px;
	height:260px;
	border:1px solid #eee;
	position:relative;
}
#idPicText{
	background:#eee;
	line-height:25px;
	text-align:center;
	font-weight:bold;
	width:282px;
	white-space:nowrap;
	overflow:hidden;
	font-size:12px;
}
#idPicText a{
	text-decoration:none;
	color:#333;
	display:block;
}
#idPicList img{
	cursor:pointer;
	width:65px;
	height:50px;
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	border:0;
	margin:10px;
}
#idPicList img.on{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#idNum{ position:absolute; right:5px; bottom:5px;}
#idNum li{
	float: left;
	list-style:none;
	color: #fff;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	margin: 1px;
	border: 1px solid #707070;
	background-color: #060a0b;
}
#idNum li.on{
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	border: 0;
	background-color: #ce0609;
	font-weight: bold;
}


/*内页图片切换样式*/
.container_ny{
	width:320px;
	height:320px;
	border:1px solid #eee;
	position:relative;
}
#idPicText_ny{
	background:#eee;
	line-height:25px;
	text-align:center;
	font-weight:bold;
	width:320px;
	white-space:nowrap;
	overflow:hidden;
	font-size:12px;
}
#idPicText_ny a{
	text-decoration:none;
	color:#333;
	display:block;
}
#idPicList_ny img{
	cursor:pointer;
	width:65px;
	height:50px;
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	border:0;
	margin:10px;
}
#idPicList_ny img.on{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#idNum_ny{ position:absolute; right:5px; bottom:5px;}
#idNum_ny li{
	float: left;
	list-style:none;
	color: #fff;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	margin: 1px;
	border: 1px solid #707070;
	background-color: #060a0b;
}
#idNum_ny li.on{
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	border: 0;
	background-color: #ce0609;
	font-weight: bold;
}




	/*超链接除去下划线 火狐浏览器不识别 默认的a 标记  可以用class属性调用一下，比如下面的ww*/
	 a:link { text-decoration: none;}
　　 a:active { text-decoration:none; }
　　 a:visited { text-decoration: none; }
	 a.hover { text-decoration:none;} 
	 /*默认超链接样式  调用方法 class="ww"*/
	 a.ww:link { text-decoration: none;color:#fff; line-height:20px;}
　　 a.ww:active { text-decoration:none; color:#fff;line-height:20px; }
　　 a.ww:visited { text-decoration: none;color:#fff; line-height:20px;}
	 a.ww:hover { text-decoration:underline;color: #7e2200; line-height:20px;} 
	 
	 a.left_cpfl:link { text-decoration: none;color:#ffffff; line-height:20px; font-size:14px; font-weight:bold;}
　　 a.left_cpfl:active { text-decoration:none; color:#ffffff;line-height:20px; font-size:14px; font-weight:bold; }
　　 a.left_cpfl:visited { text-decoration: none;color:#ffffff; line-height:20px; font-size:14px; font-weight:bold; }
	 a.left_cpfl:hover { text-decoration:none;color: #000; line-height:20px; font-size:14px; font-weight:bold; } 
	
	 
	a.ww_web:link{text-decoration: none;color: #fff; font-size:13px; font-weight:bold; }
	a.ww_web:active{text-decoration: none;color: #fff; font-size:13px; font-weight:bold;}
	a.ww_web:visited{text-decoration: none;color: #fff; font-size:13px; font-weight:bold; }
	a.ww_web:hover{text-decoration: underline;color: #ff6c00; font-size:13px; font-weight:bold;}
	
	a.more:link{text-decoration: none;color: #ffffff; }
	a.more:active{text-decoration: none;color: #ffffff; }
	a.more:visited{text-decoration: none;color: #ffffff; }
	a.more:hover{text-decoration: underline;color: #ff6c00;}
	
	a.top:link{text-decoration: none;color: #71706c; }
	a.top:active{text-decoration: none;color: #71706c; }
	a.top:visited{text-decoration: none;color: #71706c; }
	a.top:hover{text-decoration: underline;color: #f95d0a;}
	
	 a.black:link { text-decoration: none;color:#000; line-height:20px;}
　　 a.black:active { text-decoration:none; color:#000;line-height:20px; }
　　 a.black:visited { text-decoration: none;color:#000; line-height:20px;}
	 a.black:hover { text-decoration:underline;color: #7e2200; line-height:20px;} 

/*FileUpload 浏览图片 后立即显示层的样式*/ 
#newPreview {FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale)} 

/*公司LOGO 层样式*/
#newlogo {FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale)} 
 


/*--  超链接鼠标获得焦点 字体变色 变大    调用的时候写为：<a class="prosort"></a>--*/

A.prosort:link {
	    LINE-HEIGHT: 20px;  TEXT-DECORATION: none; color:White;
}
A.prosort:visited {
	     LINE-HEIGHT: 20px;  TEXT-DECORATION: none; color:White;
}
A.prosort:hover {
	BACKGROUND-POSITION: 0px -30px; FONT-SIZE: 14px;  COLOR: #66ccff; TEXT-DECORATION: none
}

 


/*--- 滚动条样式  ---*/
.DivCss
{
	SCROLLBAR-FACE-COLOR:white;						/*-- 立体滚动条凸出部分的颜色  --*/
	SCROLLBAR-HIGHLIGHT-COLOR:Transparent;			/*-- 滚动条空白部分的颜色 --*/
	SCROLLBAR-SHADOW-COLOR:#eae8d3;					/*-- 立体滚动条阴影的颜色 --*/
	SCROLLBAR-ARROW-COLOR:#ff6633;					/*-- 上下按钮上三角箭头的颜色  --*/
	SCROLLBAR-BASE-COLOR:White;						/*-- 滚动条的基本颜色  --*/
	SCROLLBAR-DARK-SHADOW-COLOR:#FFC0FF ;			/*-- 立体滚动条强阴影的颜色  --*/
}

 
/*----------------------------------------模版第三版---------------------------------------*/
/*menu 加上背景色后的样式、无背景色后的样式, menu_bg导航背景色,home_xptj首页新品推荐 */

a.menu_yesbg:link { text-decoration: none;color:#0d82f2; font-size:14px; font-weight:bold; }
a.menu_yesbg:active { text-decoration:none; color:#0d82f2; font-size:14px; font-weight:bold; }
a.menu_yesbg:visited { text-decoration: none;color:#0d82f2; font-size:14px; font-weight:bold; }
a.menu_yesbg:hover { text-decoration:none;color: #f95d0a; font-size:14px; font-weight:bold; } 

			 
a.menu_nobg:link { text-decoration: none;color:#fff; font-size:14px; font-weight:bold; }
a.menu_nobg:active { text-decoration:none; color:#fff; font-size:14px; font-weight:bold; }
a.menu_nobg:visited { text-decoration: none;color:#fff; font-size:14px; font-weight:bold; }
a.menu_nobg:hover { text-decoration:none;color: #f95d0a; font-size:14px; font-weight:bold; }  

.menu_bg{background-color:#a33536;}  

.title{ color: #ffffff; font-size: 14px; font-weight: bold;}

.sitemap{ color:#000; }

a.home_xptj:link{text-decoration: none;color: #ffffff; font-size:14px;font-weight:bold; }
a.home_xptj:active{text-decoration: none;color: #ffffff; font-size:14px;font-weight:bold; }
a.home_xptj:visited{text-decoration: none;color: #ffffff; font-size:14px;font-weight:bold; }
a.home_xptj:hover{text-decoration: underline;color: #f95d0a; font-size:14px;font-weight:bold; }


/*--首页产品图片滤镜效果--*/
.home_product_lvjing img {FILTER:Alpha(Opacity=90, FinishOpacity=100, Style=0, StartX=0, StartY=5, FinishX=250, FinishY=285)}
.home_product_lvjing a img{FILTER:Alpha(Opacity=90, FinishOpacity=100, Style=0, StartX=0, StartY=5, FinishX=250, FinishY=285)}
.home_product_lvjing a:hover img{border:1px solid #ec0000; filter:gray(enabled=0);} 

a.ny_left_cpfl:link { text-decoration: none;color:#000; font-size:14px; font-weight:bold; }
a.ny_left_cpfl:active { text-decoration:none; color:#000; font-size:14px; font-weight:bold; }
a.ny_left_cpfl:visited { text-decoration: none;color:#000; font-size:14px; font-weight:bold; }
a.ny_left_cpfl:hover { text-decoration:none;color: #742121; font-size:14px; font-weight:bold; } 
			 

.about_title_green{ color:#21742c; font-size:40px; font-weight:bold; line-height:60px; font-family:华文楷体; }
.about_title_gray{ color:#666; font-size:25px; }


/*--产品--*/
.Products_right_title_color{ color:#f04e35; font-weight:bold;}
.Products_right_title_strong{ color:#ff0000; font-size:16px; font-weight:bold;}


.ProDetail_top_title{ color:#b013cc; font-size:16px; font-weight:bold;}
.ProDetail_JiaGe{ color:#ec1303; font-size:18px; font-weight:bold;}




a.home_12red:link { text-decoration: none;color:#c90101; line-height:20px;}
a.home_12red:active { text-decoration:none; color:#c90101;line-height:20px; }
a.home_12red:visited { text-decoration: none;color:#c90101; line-height:20px;}
a.home_12red:hover { text-decoration:underline;color:#5b5557; line-height:20px;} 


a.home_13Black:link{text-decoration: none;color: #000; font-size:13px;font-weight:bold; }
a.home_13Black:active{text-decoration: none;color: #000; font-size:13px;font-weight:bold; }
a.home_13Black:visited{text-decoration: none;color: #000; font-size:13px;font-weight:bold; }
a.home_13Black:hover{text-decoration: underline;color: #f95d0a; font-size:13px;font-weight:bold; }
