/* CSS Document */

.clearfix:after{ /*after用于解决css中清除浮动，此样式是针对非ie浏览器而设置的。它的主要作用是解决当height位auto时，容器高度不能随内容的变化而变化*/
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
*html .clearfix{
	height:1%;
}
* html > body .clearfix{
	width: 100%;
	display: block;
}
.clearfix{
	display:block;
}
html,body,div,span,a,img,h1,h2,h3,h4,h5,h6,p,blockquote,q,cite,abbr,acronym,caption,address,strong,strike,
del,big,small,font,dfn,ins,kbd,s,samp,tt,var,pre,code,dfn,var,iframe,applet,object,fieldset,form,label,
legend,dl,dt,dd,ul,ol,li,table,caption,tbody,tfoot,thead,tr,th,td{
	border:0px;
	font-family: inherit;
	font-size:100%;
	font-style:inherit; 
	font-weight:inherit;
	margin:0px;
	outline: 0px;
	padding:0px;
	vertical-align: baseline;
}
ul,li{
	list-style:none;
}
body{
	margin:5px;
	padding:0px;
	font-size:12px;
	color:#333;
	font-family:arial,verdana,sans-serif;
	text-align:center;
	background:#fff url(bodybg.gif) repeat 0 0;
}
a{
	font-family:"宋体";
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#header{
	width:990px;
	height:79px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	background-color:#fff;
}
#topnav{
	width:990px;
	height:24px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	background:url(topnavbg24.gif) repeat-x 0 0;
}

#contain{
	width:990px;
	margin-right:auto;
	margin-left:auto;
} 
#mainbg{
	width:990px;
	padding:0px;
	float:left;
	background:#F2FAFC;
}
#left{
	width:201px;
	height:auto;
	margin:10px 2px 0px 0px;
	padding:0px;
	float:left;
	text-align:left;
	background:#F2FAFC;
	border:#01329B 1px double;	
}
#maincontent{
	width:566px;
	margin:5px 0px 0px 0px;
	padding:0px;
	float:left;
	text-align:left;
	background:#EBF2F8;
}
#right{
	width:210px;
	margin:5px 0px 2px 0px;
	padding:0px;
	float:right;
	text-align:left;
	background:#FFFFFF;
}
#footer{
	width:990px;
	height:130px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	clear:both;
	background:#fff;
	}
.text{
	margin:0px;
	padding:5px;
	}
	
.text2{
	margin-top:5px;
	padding:0px 0px 5px 0px;
	}
	
.block{
	display:block;
}
.clear{
	clear:both;
	line-height:20px;
	padding-left:5px;
}
/*头部样式*/
#header .logo{
	width:434px;
	height:79px;
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
	background:transparent url(tesLogo.gif) no-repeat 0 0;
}	
#header .logo .txt{/*隐藏说明文字*/
	font-size:1px;
	color:#FFFFFF;
}
#header .banner{
	width:454px;
	height:79px;
	float:right;
	background:transparent url(top.jpg) no-repeat right 0;
}
/*topnav样式*/	
#topnav #topli{
	float:left;
}
#topli ul,#topli li{
	list-style:none;
	padding:0px;
	margin:0px;
	color:#333;
}
#topli li{
	background: url(topnavbg24.gif) repeat-x 0 0;
	float:left;
	height:24px;
	line-height:10px;
}
#topli li a{
	margin-top:6px;
	margin-left:12px;
	padding-left:6px;
	padding-right:6px;
	display:block;
	font-family:"宋体";
	font-size:12px;
	color:#333;
	letter-spacing:3px;
	text-decoration:none;
	border-right:1px #333 double;
}
#topli li a:visited{
	text-decoration:none;
}
#topli li a:hover{
	text-decoration:underline;
}

#topnav #import{
	float:right;
	margin-top:2px;
	width:187px;
	height:20px;
	line-height:24px;
	background:transparent url(importtxt.gif) no-repeat right 0px;
}
#topnav .hand{
	cursor:pointer;
}
/*左边产品菜单开始*/
.navlisttitle{
	float:left;
	width:100%;
	height:22px;
	background:url(tbg22.gif) repeat-x 0 0;
	border-bottom:#023399 1px double;
}
.navlisttitle .ddotbg{
	float:left;
	width:180px;
	height:22px;
	background:url(ddot.gif) no-repeat 10px 6px;
	
	color:#023399;
	font-size:12px;
	font-weight:500;
	text-align:left;
	text-indent:24px;
	line-height:22px;
}
#prolist{
	font-size:12px;
	color:#333;
	font-family:"宋体";
}
#prolist li{
	line-height:20px;
	border-bottom:1px double #BFD0E0;
	background:url(arrowlist.gif) no-repeat 3px 6px;
	text-indent:10px;
} 
#prolist li a{
	display:block;
	color:#333;
	text-decoration:none;
}

#prolist li a:visited{
	text-decoration:none;
}
#prolist li a:hover{
	text-decoration:underline;
}
/*中间部分代码开始*/
.titlemiid{
	float:left;
	width:100%;
	height:25px;
	margin-top:10px;
	background: url(tbg22.gif) repeat-x left 0px;
	border:#023399 1px double;
}
.titlemiid p{
	margin-top:7px; 
	color:#003499; 
	font-family:'宋体'; 
	font-size:12px; 
	text-indent:22px;
	background:url(ddot.gif) no-repeat 10px 0px;
}
.titlemiid2{
	float:left;
	width:100%;
	height:25px;
	background: url(tbg22.gif) repeat-x left 0px;
	border:#023399 1px double;
}
.titlemiid2 p{
	margin-top:7px; 
	color:#003499; 
	font-family:'宋体'; 
	font-size:12px; 
	text-indent:22px;
	background:url(ddot.gif) no-repeat 10px 0px;
}

.abouttxt{
	padding-bottom:20px; 
	width:100%; 
	border:double 1px #013299; 
	line-height:18px;
	background-color:#FFFFFF;
}

.abouttxt p{
	text-indent:24px;
}

/*最新产品*/
#maincontent .text .product{
	font-family:"宋体";
	border:#003399 1px double;
	width:100%;
	height:auto;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}
.product li{
	float:left;
	width:125px;
	margin-right:10px;
	margin-left:4px;
}
.oneproduct li{
	float:left;
	line-height:18px;
}
.hr{
	height:8px;
	width:100%;
	background-color:#FFFFFF;
}
.img{
	border:1px #013299 double;
	margin-bottom:5px;
}
/*右边代码开始*/
#right .logintitle{
	width:210px;
	height:19px;
	background:transparent url(login.gif) no-repeat left 0px;
}
#right #login ul{
	margin-left:3px;
}
#right #login input{
	width:90px;
	height:14px;
	border:1px double #000000;
	line-height:16px;
}
#right #login img{
	padding-top:4px;
}
#right #login .regsiterline{
	border:1px double #01329B; 
	height:100px; 
	width:100%;
	clear:both;
	}

#right #login .regsiterline li{
	line-height:18px;
	}
#right #login .regsiterline li .btn{
	width:33px;
	height:17px;
	border:0px;
	margin:0px;
	padding:0px;
	position:relative;
	top:3px;
	padding-top:3px;
}
.rightsidebar{
	margin-top:16px;
	border:1px #01329B double;
	height:auto;
	width:100%;
}
.rightsidebar .righttitlebg{
	background:url(tbg22.gif) repeat-x left 0;
	border-bottom:#039 1px double;
	width:100%;
	height:24px;
}
.rightsidebar .righttitlebg .ddotbg2{
	background:url(ddot.gif) no-repeat 10px 6px;
	
	color:#039;
	font-size:12px;
	font-family:"宋体";
	text-indent:22px;
	letter-spacing:1px;
	line-height:24px;
	}

.rightsidebar input{
	width:90px;
	height:13px;
}
.rightsidebar .btn{
	width:30px;
	height:17px;
	border:0px;
	margin:0px;
	padding:0px;
	position:relative;
	top:3px;
	padding-top:3px;
}
.rightsidebar form{
	height:30px;
	padding-top:2px;
	text-align:center;
	line-height:30px;
}
.rightsidebar form .img2{
	padding-top:8px;
	height:17px;
}
.rightsidebar #keywordtitle{
	height:24px; 
	width:96%; 
	margin-left:3px; 
	margin-top:10px; 
	border-bottom:#C3C3C3 1px dashed; 
	border-top:#C3C3C3 1px dashed; 
	line-height:24px; 
	text-indent:10px;
} 
.rightsidebar #keywords{
	padding:5px;
}
.rightsidebar #keywords a{
	font-family:"宋体";
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

.rightsidebar #keywords a:visited{

	text-decoration:none;
}
.rightsidebar #keywords a:hover{
	text-decoration:underline;

}

/*footer*/
.hr1{
	width:100%;
	size:3px;
	height:3px;
	color:#365584;
	background-color:#365584;
	margin-bottom:20px;
	clear:both;
	margin-top:16px;
	float:left;
}
.footerlogo{
	float:left;
	width:165px;
	height:60px;
	background:#FFFFFF url(teslogogray.gif) no-repeat 20px 0px;
	}
#footer .copyright{
	float:left;
	text-align:center;
	line-height:18px;
	padding-righ:20px;
	background:#FFFFFF;
} 
/*prolist begin*/
.pronametltle{
	height:24px;
	line-height:24px;
	font-family:"宋体";
	font-size:12px;
	color:#039;
	text-indent:18px;
	font-weight:bold;
	letter-spacing:2px;
	clear:both;
	background:url(dotblue2.gif) no-repeat 5px 8px;
}
.pageitem{
	clear:both;
	width:98%;
	height:20px;
	line-height:20px;
	color:#333;
	font-family:"宋体";
	font-size:12px;
	text-align:center;
	background-color:#ddd;
	margin:5px 5px;
}
.pageitem input{
	height:12px;
	width:20px;
	border:1px #999 double;
	margin-bottom:1px;
	position:relative;
	top:-1px;
}
.pageitem .go{
	width:19px; 
	height:17px; 
	border:0px; 
	position:relative; 
	top:2px;
}
.pageitem a{
	color:#333;
	text-decoration:none;
}

.pageitem a:visited{

	text-decoration:none;
}
.pageitem a:hover{
	text-decoration:underline;
}
.red{
	color:#FF0000;
	}
.blue{
color:#1C82C0;
}
/*产品详细页*/
#maincontent .text .product .prodesc{
	width:98%;
	height:736px;
	overflow-y:scroll;
	border:1px double #C0D0E0;
	clear:both;
}
#maincontent .text .product .prodesc .protitle{
	width:100%;
	height:23px;
	background:#F1F4F9 url(ddot2.gif) no-repeat 10px 6px;
	color:#333;
	font-family:"宋体";
	font-size:12px;
	font-weight:bold;
	text-indent:22px;
	line-height:23px;
}
#maincontent .text .product .prodesc .protitle2{
	float:left;
	clear:both;
	font-family:"宋体";
	font-size:12px;
	color:#039;
	text-align:left;
	text-indent:5px;
	height:20px;
	width:200px;
	line-height:20px;
}
#maincontent .text .product .prodesc .img{
	float:left;
	border:1px #000000 double;
	margin:5px;
	padding:2px;
	height:auto;
}
#maincontent .text .product .prodesc .proitemtitle{
	margin:5px;
	float:left;
	width:57%;
}
#maincontent .text .product .prodesc ul li{
	background:url(dotblue.gif) no-repeat 0 8px;
	line-height:20px;
	text-indent:8px;
	width:100%;
}
#maincontent .text .product .prodesc ul li a{
	text-decoration:none;
	color:#FF0000;
}

#maincontent .text .product .prodesc ul li a:visited{

	text-decoration:none;
}
#maincontent .text .product .prodesc ul li a:hover{
	text-decoration:underline;
}
#maincontent .text .product .prodesc .desctxt{
	width:96%;
	padding:5px;
	margin-left:5px;
	clear:both;
	text-indent:24px;
	line-height:18px;
	color:#000000;
	background-color:#FFF;
	border:1px double #D2D2D2;
}
#maincontent .text .product .prodesc table{
	border:1px #676566 double;
	width:96%;
	display:block;
}
#maincontent .text .product .prodesc table th{
	font-weight:bold;
	line-height:20px;
	border-bottom:1px #ccc double;
	border-right:1px #333 double;
	background-color:#F2FAFC;
}

#maincontent .text .product .prodesc table td{
	line-height:20px;
	border-bottom:1px #ccc double;
	padding-left:10px;
}

/*留言*/
#laywords{
	border:#039 1px double;
	width:100%;
	height:auto;
	padding:0px;
	margin-top:10px;
	float:left;
	background: url(tbg22.gif) repeat-x left 0px;
}
.laywords p{
	height:17px;
	margin-top:5px;
	margin-bottom:3px;
	width:auto; 
	color:#003499; 
	font-family:'宋体'; 
	font-size:12px; 
	text-indent:22px;
	border-bottom:1px #039 double;
	background:url(ddot.gif) no-repeat 10px 0px;
}

#laywords textarea{
	width:98%;
	height:80px;
	padding:5px;
	margin-bottom:10px;
	text-align:left;
	line-height:20px;
	font-size:12px;
}
#laywords input{
	line-height:20px;
	font-size:12px;
}
#laywords .laytitle{
	font-family:"宋体";
	font-size:12px;
	text-indent:5px;
	font-weight:bold;
	color:#039;
	height:20px;
	line-height:20px;
	width:100%;
	float:left;
	background-color:#1E82BE;
}
.floatright{
	float:right;
}
floatleft{
	float:left;
}
/*产品列表*/
#maincontent .text .proclass{
	background-color:#FFF;
	margin-bottom:5px;
	width:100%;
	height:auto;
	clear:both;
	border:1px double #CCCCCC;
	float:left;
}
#maincontent .text .proclass .classtitle{
	background:url(arrow03.gif) no-repeat 0 6px;
	line-height:20px;
	height:20px;
	width:auto;
	margin-left:5px;
	margin-right:5px;
	color:#333;
	text-indent:12px;
	border-bottom:#0051A3 1px double;
}
#maincontent .text .proclass li{
	float:left;
	line-height:20px;
	height:20px;
	background:url(dotblue.gif) no-repeat 0 8px;
	text-indent:8px;
}
#maincontent .text .proclass li a{
	color:#333;
	font-size:12px;
	font-family:"宋体";
	text-decoration:none;
	
}

#maincontent .text .proclass li a:visited{

	text-decoration:none;
}
#maincontent .text .proclass li a:hover{
	text-decoration:underline;
}




/*产品搜索页面代码*/
.middlesidebar{
	border:0px #999 double;
	height:auto;
	width:99%;
	background:#fff;
	position:relative;
}
.middlesidebar .righttitlebg{
	background:#f80;
	border-bottom:#999 1px double;
	width:100%;
	height:20px;
}
.middlesidebar .righttitlebg .ddotbg2{
	background:url(whitearrow.gif) no-repeat 5px 7px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-indent:12px;
	letter-spacing:1px;
	line-height:22px;
	}

.middlesidebar input{
	position:absolute;
	top:10px;
	left:70px;
	width:80%;
	height:14px;
	border:1px #333 double;
	
}
.middlesidebar .btn{
	width:30px;
	height:17px;
	border:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:10px;
	left:520px;
}
.middlesidebar form{
	height:30px;
	padding-top:2px;
	text-align:center;
	line-height:30px;
}
.middlesidebar form .img2{
	padding-top:8px;
	height:17px;
}
.middlesidebar #keywordtitle{
	height:24px; 
	width:96%; 
	margin-left:3px; 
	margin-top:10px; 
	border-bottom:#C3C3C3 1px dashed; 
	border-top:#C3C3C3 1px dashed; 
	line-height:24px; 
	text-indent:10px;
} 
.middlesidebar #keywords{
	padding:5px;
	line-height:18px;
}
..middlesidebar #keywords a{
	font-family:"宋体";
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

.middlesidebar #keywords a:visited{
	text-decoration:none;
}
.middlesidebar #keywords a:hover{
	text-decoration:underline;

}
.middlesidebar .search-title{
	position:absolute; 
	left:5px; 
	top:5px; 
	font-weight:bold;
}


.searchResults{
	width:98%;
	float:left;
	margin:5px 0px 5px 5px;
	padding-bottom:5px;
	border-bottom:1px #333 double;
}
.searchResultsImg{
	border:1px #999 double;
	margin-bottom:5px;
	width:120px;
	height:120px;
	float:left;
}
.searchResultsTxt{
	width:410px;
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	padding:0px;
	list-style:none;
}
.searchResultsTxt li{
	display:block;
	width:100%;
	padding:0px;
	margin:0px;
	line-height:18px;
}
.libg{
	 display:block; 
	 padding:3px;
	 border:1px #CCCCCC dashed; 
}
.searchResultsTxt li a{
	text-decoration:none;
}
.searchResultsTxt a:hover{
	text-decoration:underline;
}
.bold{
	font-weight:bold;
}


/*产品搜索页面代码*/
.middlesidebar{
	border:0px #999 double;
	height:auto;
	width:100%;
	background:#fff;
	position:relative;
}
.middlesidebar .righttitlebg{
	background:#f80;
	border-bottom:#999 1px double;
	width:100%;
	height:20px;
}
.middlesidebar .righttitlebg .ddotbg2{
	background:url(whitearrow.gif) no-repeat 5px 7px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-indent:12px;
	letter-spacing:1px;
	line-height:22px;
	}

.middlesidebar input{
	position:absolute;
	top:10px;
	left:70px;
	width:80%;
	height:14px;
	border:1px #333 double;
	
}
.middlesidebar .btn{
	width:30px;
	height:17px;
	border:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:10px;
	left:516px;
}
.middlesidebar form{
	height:30px;
	padding-top:2px;
	text-align:center;
	line-height:30px;
}
.middlesidebar form .img2{
	padding-top:8px;
	height:17px;
}
.middlesidebar #keywordtitle{
	height:24px; 
	width:96%; 
	margin-left:3px; 
	margin-top:10px; 
	border-bottom:#C3C3C3 1px dashed; 
	border-top:#C3C3C3 1px dashed; 
	line-height:24px; 
	text-indent:10px;
} 
.middlesidebar #keywords{
	padding:5px;
	line-height:18px;
}
.middlesidebar #keywords a{
	font-family:"宋体";
	font-size:12px;
	text-decoration:none;
	color:#000000;
}
.middlesidebar #keywords a:visited,.middlesidebar #keywords a:hover{
	text-decoration:underline;

}
.middlesidebar .search-title{
	position:absolute; 
	left:5px; 
	top:5px; 
	font-weight:bold;
}


.searchResults{
	width:98%;
	float:left;
	margin:5px 0px 5px 5px;
	padding-bottom:5px;
	border-bottom:1px #333 double;
}
.searchResultsImg{
	border:1px #999 double;
	margin-bottom:5px;
	width:120px;
	height:120px;
	float:left;
}
.searchResultsTxt{
	width:410px;
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	padding:0px;
	list-style:none;
}
.searchResultsTxt li{
	display:block;
	width:100%;
	padding:0px;
	margin:0px;
	line-height:18px;
}
.libg{
	 display:block; 
	 padding:3px;
	 border:1px #CCCCCC dashed; 
}
.searchResultsTxt li a{
	text-decoration:none;
}
.searchResultsTxt a:hover{
	text-decoration:underline;
}
.bold{
	font-weight:bold;
}

#SearchErro{
	width:90%;
	margin-top:20px;
	margin-left:20px;
	border-top:1px #ccc double;
	padding-top:5px;
}
#SearchErro .ErroTitle{
	font-size:12px;
	font-weight:bold;
}
#SearchErro .ErroTxt{
	display:block;
	color:#FF0000;
	padding:5px;
	margin:5px;
	line-height:20px;
	background:#f2f2f2;
}
#SearchErro .ErroTip{
	padding:5px;
	margin:0px;
	line-height:20px;
	display:block;
}
#SearchErro .ErroTip li{
	margin:0px;
	padding:0 5px 0 5px;
	width:100%;
}
