﻿@charset "utf-8";
* {margin:0;padding:0;border:0;}
body{
	font-size:12px;
    margin:0px;
	padding:0px;
	text-align:center;
	color:#373737;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	background-color:#ffffff;
	background:url(bg.jpg) repeat-x top;
}
form, input, textarea, table, h1, h3, h4, h5, h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input, textarea{
	
	padding:2px;
	
}
.k_input_small{border:1px solid #ccc;}
textarea,select{ border:1px solid #ccc;}

a{
	text-decoration: none;
	
	color:#000000;
	
}
a:hover{text-decoration: underline; color:#000000;}
ul,li{ list-style:none; margin:0px; padding:0px;}
.clear{margin:0px;padding:0px;clear: both;}




/*产品展示图片样式*/
.thumbnail{
	float: left;
	background:url(imgbg.gif) center top no-repeat #FFF;
	display: inline;
	padding:8px;
	vertical-align:middle;
}
.thumbnail a{
	position: relative;
	cursor:pointer;
}

.thumbnail img { margin-top:10px;}


h2{ color:#2791D5; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; margin:0px; padding:0px; vertical-align:middle; height:20px; line-height:20px;}
h3{ text-align:left; height:25px; margin:0px; padding:0px;}



/* 首页框架 */
/*主体*/
.wrapper{width:1002px; margin:0 auto; text-align:center;}
.main{ width:1002px;}

.header { height:110px; background:url(index_01.jpg) no-repeat; position:relative; }

.topnav{ width:270px;  float:right; margin-right:30px;}
.topnav ul,.topnav li{ margin:0px; padding:0px;} 
.topnav li{ float:left; height:30px; line-height:30px; margin-left:15px; font-size:12px;}
.topnav li a{ color:#7E7E7E; font-size:11px;}
.topnav li a:hover{ color:#3398C2; font-size:11px;}
.search fieldset{ margin:0px;}
.search legend{ display: none;}
.keyword{background:url(search_bg.jpg) no-repeat; width:202px; height:28px; line-height:26px; border:0px;vertical-align:middle; padding-left:30px; color:#CBCBCB;}
.search  .btn01{background:url(sarch.jpg) no-repeat; width:25px; height:28px;cursor:pointer; vertical-align: top;}




/*首页banner*/
.box { width:964px; margin:0 auto;}
.box .left{ width:201; float:left; overflow:hidden; text-align:left;}
.box .right{ float:right; width:745px;}
.box .left .nav{ width:201px; height:494px;background:url(index_04.jpg) no-repeat top;}
.box .left .about_left{ width:201px; height:386px;background:url(ab_l.jpg) no-repeat top;}
.gonggao{ background:url(index_06.jpg) no-repeat; width:744px; height:33px; line-height:33px;}
.box .right .banner{ height:156px; overflow:hidden; margin-bottom:15px;}
.box .right .content{ line-height:20px; text-align:left;}
.box .about{ float:left; width:371px;}
.box .news{ float: right;width:371px; }
.box .content .c{ height:120px;}
.box .about .c {width:361px;}
.box .about .c img{ float:left; padding:3px; border:1px solid #CCC; margin-right:8px;}
.box .about .title,.box .news .title{ margin-bottom:10px;}

.box .news .l{ width:125px; float:left; border:1px solid #CCC; padding:3px;}
.box .news .r{ float:right; width:227px;} 
.box .news .r ul li{ border-bottom:1px dashed #525252;  display:inline-table; background:url(d.jpg) no-repeat left center; padding-left:10px;width:200px;}
.box .news .r .none{ padding:0px; background:none;width:210px;}

h1{font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif; margin:0px; padding:0px; vertical-align:middle; height:20px; line-height:20px;}
.box  .product{ width:744px;}
.box .right  .product .title{}
.pro_box{ _margin-left:-19px; margin-top:10px;}


.pro_id{
	width:127px;
	height:152px;
	float:left;
	text-align:center;
	margin-bottom:10px;
	margin-left:19px;
	
	}



.pro_img{
  display: table-cell;
  vertical-align:middle;
  width:123px;
  height:123px;
  text-align:center;
  border:1px solid #CCC;
  *display: block;
  *font-size: 100px;
  
}
.pro_img img {
  vertical-align:middle;
}
.pro_title{ height:25px; line-height:25px;}



.box .contact{ width:189px; margin-top:10px;}

.box .contact .title{ background:url(index_29.jpg) no-repeat; height:31px; line-height:31px; text-align: left; color:#FFF; padding-left:10px; margin:0 auto; width:177px;}
.box .contact .c{ margin-top:10px; padding:5px; line-height:22px;}


#menu{ float:right; width:590px; position:absolute; top:50px; right:0px;}
#menu li{ float:left; width:68px;}
#menu li a{ color:#000; font-weight:bold;}

.suckerdiv { width:170px; margin:0 auto; padding-top:70px; position:absolute; z-index:100; margin-left:15px;}
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 155px; /* Width of Menu Items */
}
	
.suckerdiv ul li{
position: relative;


}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 154px; /* Parent menu width - 1*/
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
display: none;
background:#999;

}
.suckerdiv ul li ul li{border-bottom: 1px solid #ccc;}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 159px; /* Parent menu width - 1*/
filter:alpha(opacity=95);
}

/* menu links style */
.suckerdiv ul li a{
display: block;
text-decoration: none;
font-family: Verdana, Geneva, sans-serif;
float:12px;
color:#FFF;
font-weight:bold;
padding-left:10px;
height:30px;
line-height:30px;
border-bottom: 0;
font-size:12px;
}

.suckerdiv ul li a:visited{
color: #FFF;
}

.suckerdiv ul li a:hover{
color:white;
background-color: #406FA4;
}

.suckerdiv .subfolderstyle{
background: url(arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */










.copyright{ height:100px; width:986px;  background:url(index_32.jpg) repeat-x top; margin:0 auto; color:#000; padding-top:35px; line-height:22px; margin-top:30px;}
.copyright div{ padding-top:8px; font-size:12px; line-height:22px;}
.copyright div a{  font-weight:bold; font-size:12px; color:#636363; padding:0px 5px;}
.copyright div img{ padding:0 10px;}
.copyright div span span{ color:#D2AA35;}

/*关于我们*/
.guide{ background: url(guide_bg.jpg) repeat-x bottom; height:30px; height:30px; margin-top:20px; color:#2C2976;}

.kinginside{ padding:20px 5px 20px 5px; text-align:left; line-height:22px;}


#suckertree2 li{  border-bottom:1px solid #9BB8D8;}
.kinginside,#bright2 { width:100%;}
#bright2 li{ float:left; width:180px; height:180px;}
#bright2 li a{ display:block; text-align:center;}
#bright2 li img{ padding:2px; border:1px solid #CCC;}




/*产品详细页*/
#article{ padding:10px 20px;}
#artinfo1{ text-align:center;}
#artcontent{ height:100%; overflow:auto;}
#bright4 li{ width:200px; float:left; margin-left:20px;}
#bright4 { clear: both;}

.but_01{ background:url(../images/but_01.gif) no-repeat; height:26px; line-height:26px; width:77px; border:0px; cursor:pointer; font-weight:bold; color:#636466; margin-top:10px; display:block; text-align:center; float:right; margin-right:15px;}

.zi{ padding-left:8px;}
.biaogeyanse,.input1{ border:1px solid #CCC;}
#k_query{ border:1px solid #CCC;}
/*页码*/
.k_pagelist{
	float: right;
	margin: 5px 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
}
.k_pagelist a,.k_pagelist strong{
	float: left;
	margin: 0 5px 0 0;
	padding: 1px 8px;
	border: 1px solid #008CDA;
	text-decoration: none;
	display: inline;
	color:#008CDA;
}
.k_pagelist a{
	text-decoration: none;
	color:#008CDA;
}
.k_pagelist a:hover{
	text-decoration: none;
	color:#ffffff;
	background:#008CDA;
	border: 1px solid #008CDA;
}

.k_pagelist strong{border: 1px solid #ffffff; color:#008CDA;}
.k_pagelist span{ }

