
body{font-size:13px; font-family:Verdana,Arial, Helvetica,sans-serif; margin: 0px auto;height: auto;background: #fff;
text-align:left;vertical-align:top;
color:#333;}

*{margin:0; padding:0; }

div,form,img,ul,ol,li,dl,dt,dd{border:none;}

table{width:100%; border:0; cellpadding:0; cellspacing:0;}
td{
border:0px; margin:0px; padding:0px; line-height:16px;
}

#content:after {padding:0px;content:'.';display:block;clear:both;visibility:hidden;height:0;}
#content {height:1%;}

#outsideA:after {padding:0px;content:'.';display:block;clear:both;visibility:hidden;height:0;}


#outsideB:after {padding:0px;content:'.';display:block;clear:both;visibility:hidden;height:0;}
#outsideB {height:1%;}

h1 {font-size:18px; 
margin: 13px 0px 25px 0px;
padding: 3px 0px 6px 0px;
line-height:25px;
color:#1b5b77; text-align:left;
border-bottom: 3px solid #1b5b77;
}

h2 {font-size:18px; font-family:Verdana,Arial, Helvetica,sans-serif; 
margin: 13px 0px 15px 0px;
padding: 3px 0px 6px 0px;
line-height:25px;
color:#1b5b77; text-align:left;
border-bottom: 2px solid #1b5b77;
}
h2 a{color:#666; text-decoration: none; }
h2 a:hover{color:#026A8F; text-decoration: underline;}

h3 {font-size:14px; 
margin: 15px 0px 10px 0px;
padding: 3px 0px 3px 0px;
line-height:20px;
color:#1b5b77; text-align:left;
border-bottom: 1px dotted #1b5b77;
}

a {color:#1b5b77; text-decoration:none;}    
a:hover {color:#1b5b77; text-decoration:underline;}
a:visited {color:#1b5b77; text-decoration:none;}


/*水平条效果的CSS定义
BORDER-BOTTOM-STYLE: dotted;BORDER-LEFT-STYLE: dotted;BORDER-RIGHT-STYLE: dotted; BORDER-TOP-STYLE: dotted;
height:1;　width:100%;align:left;　color:#86BCD4;　Shade:no;

水平条虚线效果定义　　border:1px dashed #86BCD4; height: 1; */
hr {border:0px dashed #ccc; border-top:1px dashed #999;height:0px;clear:both; shade:no;margin: 15px 0px 10px 0px;} 
p {margin: 0px 0px 12px 0px;}

.fontcontact{font-family:Arial, Verdana,Helvetica,sans-serif; }

.fontTitle {font-size:28px;	font-weight: bold; color:#666;}
.fontbold {	font-weight: bold; }
.font11 {font-size:11px; }
.purple {color:#1b5b77;}
.fontOrange {color:#FF9900;}
.text-indent {text-indent:25px;}
.fontBlue{color:#1b5b77; }

.imageright{
clear:both; 
border:1px solid #999; 
padding: 10px;
margin:5px 5px 15px 25px;
float:right;
background: #fff;
}

.imagerightShape{
clear:both; 
border:1px solid #ccc; 
padding: 10px;
margin:5px 20px 15px 65px;
float:right;
background: #fff;
}

.imagerightNoborder{
clear:both; 
border:0px solid #666; 
padding: 10px;
margin:5px 5px 15px 25px;
float:right;
background: #fff;
}

.imagerightHometop{
clear:both; 
border:0px solid #666; 
padding: 10px;
margin:0px 5px 15px 25px;
float:right;
background: #fff;
}

.imageleftHome{
clear:both; 
border:1px solid #666; 
padding: 5px;
margin:3px 10px 5px 0px;
float:left;
background: #fff;
}

.imageborderg{
border:1px solid #666; 
}
.imageborder_nopadding{
border:1px solid #ccc; margin:0px 10px 15px 0px; 
}
.imageborder_padding{
border:1px solid #ccc; margin:15px 0px; padding:10px;
}
.nondiplay{}



.button {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #1b5b77;
    margin: 7px 0px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    font:11px/normal sans-serif;
    color: #333;
	font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding; /* for Firefox 3.6 */
    background-clip: padding-box;
    border-radius: 0.2em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}

.button:hover,
.button:focus,
.button:active,
.button.active {
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #3c8dde;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}

.button:active,
.button.active {
    border-color: #2a65a0;
    border-bottom-color: #3884cd;
    background-color: #3072b3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
    background-image: -moz-linear-gradient(#3072b3, #599bdc);
    background-image: -ms-linear-gradient(#3072b3, #599bdc);
    background-image: -o-linear-gradient(#3072b3, #599bdc);
    background-image: linear-gradient(#3072b3, #599bdc);
}




#outsideA { width:1000px;height:auto; margin:0px auto;clear:both;padding:0px;float:left;background: #fff;}

#outsideB {width:1000px;height:auto; margin:0px auto;clear:both; padding:0px;float:left;background: #fff;}

/* = == = = = = = = = ↓网站头部，包含网站的logo和站名*/

#header { width:980px;height:80px; margin:0px auto 0px auto;clear:both; background: #5d8fcb url(../images/back-head.gif) repeat-y top right;}
#headerlogo {float:left;width:220px;margin-top:0px;height: 80px;text-align: left;padding:0px;background: url(../images/mark.gif) no-repeat left top; background-position:15px 12px;}
#headerlogin {float:right;width:741px;color: #fff; margin:51px 10px 0px 0px;text-align: right;font-size:11px;}
 
/* = == = = = = = = = ↓顶部一级菜单栏导航开始*/

#menu {clear:both; width:741px; height: 28px; margin:0px auto 0px auto;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	border:1px #333 solid;
	border-bottom: 0px solid #fff;
	border-left: 0px solid #fff;
	background: #20437D url(../images/menu-back.jpg) repeat top;
}

#menu ul{list-style:none;display: inline; padding: 0px;margin: 0px;}
#menu li{list-style:none;display: inline; float:left;padding:0px 18px 0px 17px;height: 28px; width: auto;border-left:1px #333 solid;
background: url(../images/menu-back.jpg) repeat top;}
.menu-b { color:#eae9d5; padding: 0; margin: 0; } 

#menu li a {

height: 28px; 
display: inline; line-height:28px;vertical-align:center;
color: #333;
text-decoration: none; 

}

#menu li a:hover {

height: 28px;
display: inline; line-height:28px;vertical-align: middle;
color: #666;
text-decoration: none;
}

.fontMenu {font-size:15px;	font-weight: bold; color:#666;padding-top:5px;line-height:20px;}

#lan{color: #eb6100;}
#lan a{color: #eb6100;}

/*↑顶部导航结束*/ 
 
.bannerInside{}


/*#header img {display:block;}*/
/*IE6下为什么图片下方有空隙产生:可以设置父容器的字体大小为零，font-size:0或者定义img 为display:block
或者定义vertical-align属性值为vertical-align:top | bottom |middle |text-bottom

*/

#banner{clear:both;width:952px; height:155px;margin:0 auto; background: url(../images/shadow.jpg) repeat-x bottom;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;}
#banner img {display:block;}

/* === 首页顶部 ===*/
#bannerh{clear:both;width:952px; height:265px;margin:0px auto; background: #fff url(../images/shadow.jpg) repeat-x bottom;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;}
#bannerh img {display:block;}



/* = == = = = = = = = ↓内容页面整体设置content/container/ Main Navigation display: inline;display: block;clear:both; */

#content {clear:both;width:980px; height:auto; line-height: 15px; margin:0 auto;
             padding-top:0px;
             text-align:left; 
			 background: #fff url(../images/bg-content.gif) repeat-y top right;
}
#contentEnd {clear:both;width:980px; height:12px; line-height: 15px; margin:0px auto 20px auto;
             padding-top:0px;
             text-align:left; 
			 background: url(../images/bg-content-end.gif) no-repeat top right;
}

/*页面主体*/
#main{ padding:15px 15px 15px 15px;margin-right:24px;float:right;width:684px; text-align:left; vertical-align:top;font-size:12px; line-height: 18px;
border:0px;
}

#main ul{padding:0px 40px; }
#main ol{padding:0px 45px; }
#main ul li{list-style:circle outside;}
#main ol li{list-style:decimal outside;}



#homecontent { margin:0px auto 10px auto; padding:0px;}
#homecontent h3 {font-size:12px; 
margin: 15px 0px 10px 0px;
padding: 3px 0px 3px 0px;
line-height:20px;
color:#1b5b77; text-align:left;
border-bottom: 0px dotted #1b5b77;
}

#homecontent h1 {font-size:18px; font-family:Verdana,Arial, Helvetica,sans-serif; 
margin: 5px 0px 5px 0px;
padding: 0px;
line-height:13px;
color:#1b5b77; text-align:left;
border-bottom: 0px solid #1b5b77;
}

#homePopular{clear:both;background: url(../images/line-top.gif) repeat-x top left;margin:0px; padding:0px;
}

#homeproduct{ margin:0px auto 20px auto; padding:0px;}
#homesort { margin:0px auto 10px auto; padding:0px;}

.profile img{ margin:5px 7px 2px 0; }

/*侧栏sidebar/width:200px!important; width /*:200px;*/
#left{float:left; width:230px; text-align:left;padding:0px 0px 10px 0px;background: #1b5b77 url(../images/back-left-home.jpg) repeat-x left top;}

#leftproduct{clear:both;float:left;width:200px; height:auto; line-height: 18px;  text-align:left;
font-weight: bold;
text-indent:0px;
padding:15px;
background: url(../images/shadow-top-menu.jpg) repeat-x top;
}


#leftproduct a:link { text-decoration: none; color:  #fff;}
#leftproduct a:visited { text-decoration: none; color:  #fff;}
#leftproduct a:hover { text-decoration: underline; color:  #fff;}

.menulist {clear:both;float:left;width:230px; font-size:12px;font-family:Arial, Verdana,Helvetica, sans-serif;
border-bottom:1px solid #fff; margin:0px auto;padding-bottom:0px;

}

.menulist dt {text-align:left; height:18px; line-height: 16px; 
padding:3px 0px 4px 8px;text-indent:7px; border-top:1px solid #cccccc;
}

.menulist a{color:#666;text-decoration:none;}
.menulist a:visited{color:#666;text-decoration:none;}
.menulist a:hover{color:#666;text-decoration:underline;} 

.menulist dt a{color:#fff;text-decoration:none;}
.menulist dt a:visited{color:#fff;text-decoration:none;}
.menulist dt a:hover{color:#e4e4e4;text-decoration:underline;} 


.menulistLed {clear:both;float:left;width:230px; height:27px;line-height: 27px;font-family:Arial, Verdana,Helvetica, sans-serif;font-weight:bold;font-size:14px;border-bottom:1px solid #fff; margin:0px auto;background: #abc5e1;
}

.menulistLed dt {text-align:left; height:20px; line-height: 20px; 
padding:3px 0px 4px 8px;text-indent:7px; border-top:1px solid #cccccc;
}

.menulistLed dt a{color:#1b5b77;text-decoration:none;}
.menulistLed dt a:visited{color:#1b5b77;text-decoration:none;}
.menulistLed dt a:hover{color:#1b5b77;text-decoration:underline;} 


#leftnew{clear:both;width:200px; height:23px; line-height: 23px;  
margin-top:15px;
font-weight: bold;
text-indent:7px;
border:1px solid #1b5b77;
background: #1b5b77 url(../images/layout/menu-back-side.jpg) repeat-x top;
}

#leftnew a:link { text-decoration: none; color:  #fff;}
#leftnew a:visited { text-decoration: none; color:  #fff;}
#leftnew a:hover { text-decoration: underline; color:  #fff;}

#leftsearch{clear:both;float:left;width:193px; margin-top:15px;border:1px solid #1b5b77;color:#fff;height:auto; line-height: 18px; font-size: 12px;padding:2px 0px 4px 15px;}
#leftsearch img {display:block;}

#leftCon{clear:both;width:200px; height:23px; line-height: 23px;  
margin-top:15px;
font-weight: bold;
text-indent:7px;
border:1px solid #1b5b77;
background: #1b5b77 url(../images/layout/menu-back-side.jpg) repeat-x top;
}
#leftCon a:link { text-decoration: none; color:  #fff;}
#leftCon a:visited { text-decoration: none; color:  #fff;}
#leftCon a:hover { text-decoration: underline; color:  #fff;}
.leftConB {width:180px; height:auto;
border:1px solid #1b5b77; 
border-top:0px solid #d1d1d1;
font-family:Arial,Verdana,Helvetica,sans-serif; 
font-size: 11px;padding:10px;
}

/*版权信息width:740px*/	
#copyrightOut {clear:both;width:980px; height:180px;  margin:0px auto;
             padding-top:0px;
             text-align:left; 
			 background: #fff url(../images/bg-content.gif) repeat-y top right;}
	 
#copyright { clear:both;font-size:11px;width:684px; height:auto;margin-right:24px;padding:15px 15px 0px 15px;; color:#7592A8;;float:right;text-align:left;border-top:0px solid #999;  }	
#copyright a{color:#1b5b77;text-decoration:none;font-size:11px;}
#copyright a:hover{color:#1b5b77;text-decoration:none;font-size:11px;}

#copyright ul.share-buttons{
  list-style: none;
  padding: 0;
}

#copyright ul.share-buttons li{
  display: inline;
}
/*版权信息结束*/

/*产品细节页处理开始*/

#p-top{clear:both;width:100%;clear:both;}
#p-img{clear:both;float:left;width:100%; padding:0px;border:1px solid #ccc;text-align:center;}
#p-img-know{clear:both;float:left;width:100%; padding:0px;border:1px solid #ccc;text-align:center;margin-bottom:30px;}
#p-detail{clear:both;float:left;width:100%;padding:0px 0px 30px 0px;}


#p-desc ul{padding:0px 40px; }
#p-desc ol{padding:0px 55px; }
#p-desc ul li{list-style:circle outside;}
#p-desc ol li{list-style:decimal outside;}

#p-desc h3 {font-size:12px; 
margin: 15px 0px 10px 0px;
padding: 3px 0px 3px 0px;
line-height:20px;
color:#1b5b77; text-align:left;
border-bottom: 0px dotted #1b5b77;
font-weight:normal;
font-weight: bold;
}

#p-desc hr {border:0px dashed #ccc; border-top:1px dashed #999;height:0px;clear:both; shade:no;margin: 25px 0px 25px 0px;} 

.p-attach {border-collapse:collapse;text-align:left; cellpadding:0; cellspacing:0; }
.p-attach td{border:solid 1px #e05900; margin:0px; padding:3px; text-align: left; backgroud: #fff;}


#prodnext {clear:both;width:100%; height:auto; padding:20px 0px 10px 0px;margin:8px auto;text-align:right; 
             border:0px;
	        		 
}

.wholesaleFont {text-transform: lowercase; }

/*产品细节页处理结束*/

/*产品索引页处理开始*/
#productindex {margin-bottom:0px;clear:both; background:#fff; color:#666;}
#productindex h3 {height:55px;line-height:55px;color:#A48957;}
#productindex h3 a{color:#A48957; text-decoration: none; }
#productindex h3 a:hover{color:#A48957; text-decoration: underline;}


#productindex h4{background:#fff url(../images/back-title-line-double.gif) repeat-x left top;height:35px;line-height:20px;color:#A48957; border-bottom:0px solid #CAE1F3;}
#productindex h4 a{color:#666; font-size: 11px;text-decoration: none; }
#productindex h4 a:hover{color:#666; font-size: 11px; text-decoration: underline;}


#productindex table{width:100%; border:0; cellpadding:0; cellspacing:1; background:#fff;}
#productindex td{
border:solid 0px #d7d7d7; margin:0px; padding:0px; line-height:100%;font-size:11px; background:#fff;
}

.tableline{
border-collapse:collapse;text-align:center;
}
.tableline td{
border:solid 1px #ccc; margin:0px; padding:6px; text-align: left;
}


/*产品索引页处理结束*/

/*新产品索引页处理开始*/
.prodnewindex {border:solid 1px #B1A663; margin:0px; padding:5px; text-align: left;clear:both; background:#ebebeb; color:#666;}


.nstable{
border-collapse:collapse;text-align:left;
}
.nstable td{
border:solid 1px #026A8F; margin:0px; padding:3px; text-align: left; 
}

.tableNoborder{
border-collapse:collapse;text-align:left;
}
.tableNoborder td{
border:solid 0px #026A8F; margin:0px; padding:5px 5px 5px 0px; text-align: left; 
}
/*新产品索引页处理结束*/

/*下载*/
.downtable{
border-collapse:collapse;text-align:left;
}
.downtable td{
border:solid 1px #ccc; margin:0px; padding:3px; text-align: left; backgroud: #fff;
}
/*首页*/
#backtop{display:block;width:42px; height:42px;position: fixed;bottom:60px; left: 1010px;text-align:center;
   }
 
/*lighitng application */  
.apptable{
border-collapse:collapse;text-align:left;
}
.apptable td{
border:solid 1px #ccc; margin:0px; padding:5px; text-align: left; backgroud: #fff;
}

.apptable h3{font-weight:bold;}

.apptablelamp{
border-collapse:collapse;text-align:left;
}
.apptablelamp td{
border:solid 0px #ccc; margin:0px; padding:10px 0px 10px 20px; text-align: left; backgroud: #fff;
}

.imageleftshadow{
clear:both; 
border:1px solid #ccc; 
padding: 8px;
margin:0px 45px 15px 0px;
float:left;
}

.imagerightshadow{
clear:both; 
border:1px solid #ccc; 
padding: 0px;
margin:5px 10px 15px 30px;
float:right;
}

.imagerightshadowspace{
clear:both; 
border:1px solid #ccc; 
padding: 8px;
margin:15px 50px 15px 30px;
float:right;
}

.imageshadow{
clear:both; 
border:0px solid #3a7796; 
padding: 5px 13px 13px 5px;
margin:0px;
background: #fff url(../images/back-product-detail-shadow.jpg) no-repeat right bottom;}
/*lighitng application end*/ 
