/*public*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#F3F4F4;
}
body{
	font:12px Arial,Tahoma,Verdana;
	color:#737272;
}
img{
	border:none;
}

a{  
	color:#737272;
	text-decoration:none;
}
a:hover{
	color:#519FC3;
	text-decoration:none;
}
ul{
	list-style:none;
}
u{ color:#737272;text-decoration:none;}
input,select,button{
	font:12px Arial,Tahoma,Verdana;
	vertical-align:middle;
	color:#737272;
}
.center{
	margin:0px auto;
}
.w960{
	width:960px;
}
.hidden{
	overflow:hidden;
}
.hid{
	display:none;
}
/*header*/
.header{
	width:960px;
	margin:auto;
	overflow:hidden;
	background-color:#FFFFFF;
	margin-top:20px;
}
/*nav*/
.nav{
	background-image: url("./navMenu_bg.png");
	width:960px;
	height:57px;
	overflow:hidden;
}
.nav ul {
	background-image: url("./navMenu_bg_2.png");
	width:934px;
	height: 45px;
	margin-top:12px;
	margin-left:13px;
	overflow:hidden;
}
.nav ul li {
	float:left;	
	height: 45px;
	margin-right: 3px;
	margin-left: -2px;
	padding-left: 8px;
	background:url(./nav_split.png) left top no-repeat;
}
.nav ul li a, .nav ul li.hover a, .nav ul li a:hover {
	font:13px 黑体;
	color: #4A4A4A;
	font-weight:bold;
	position: relative;	
	display: inline-block;
	height:45px;
	line-height:45px;
	padding:0 5px 0 10px;	
	background:url(./ico.png) left center no-repeat;
}
.nav ul li.hover a, .nav ul li a:hover {
	background:url(./ico_2.png) left center no-repeat;
	text-decoration:none;
	color:#3CB0E2;
}
/*main*/
.main{	
	background-image: url("./bg.png");
	padding:0 5px;
	overflow:hidden;
}
/*logo_bannner*/
.logo_bannner{
	height:248px;
	padding:11px 0;
	overflow:hidden;
}
.logo {
	width:239px;
	float:left;
}
.logo a{
	width:148px;
	height:138px;
	display:block;
	margin:0px auto;
	margin-top:39px;
}
.banner{
	float:left;
	width:702px;
	height:248px;
	overflow:hidden;
	background-image: url("./banner.png");
}
/*header_bottom*/
.header_bottom{
	background-image: url("./header_bottom.png");
	height:4px;
	width:950px;
}
/*search*/
.search{
	float:right;
	border:1px solid #859E2D;
	background-color:#FFFFFF;
	height:19px;
	margin-right:12px;
	margin-top:12px;
	padding:5px;
	
}
.search-keyword{
	width:250px;
	height:17px;
	border:none;
	padding-left:10px;
}
.search-submit{
	cursor:pointer;
	width:70px;
	height:19px;
	font-size:0px;
	border:0px;
	background:url(./search.png) no-repeat;
}
/*footer*/
.footer{
	background:url(./footer_bg.png) no-repeat;
	background-color:#FFFFFF;	
	width:950px;
	height:50px;
	margin:auto;
	overflow:hidden;
	margin-bottom:20px;
	padding:5px;
}
.footer_left{
	float:left;
	width:470px;
	height:38px;
	border-right:2px solid #D5D5D5;
	margin-top:7px;
	margin-left:15px;
	padding-right:10px;
	line-height:18px;
}
.footer_right{
	float:right;
}
.footer_right ul {
	width:100%;
	height: 30px;
	margin-top:10px;
	overflow:hidden;
}
.footer_right ul li {
	float:left;	
	height: 30px;
	margin-right: 15px;
	margin-left: -1px;
	padding-left: 15px;
	border-left:1px solid #D5D5D5;
}
.footer_right ul li a{
	font:13px 黑体;
	margin-top:7px;
	display:block;
	font-weight:bold;
}
/*content*/
.content{
	width:950px;
	margin:auto;
	overflow:hidden;
	background-color:#FFFFFF;
	background-image: url("./bg.png");
	padding:0 5px;
	padding-top:9px;
}
.left{
	width:239px;
	overflow:hidden;
	float:left;
}
.box_left{
	height:170px;
	padding:0 17px;
	overflow:hidden;
}
.box_title{
	font:16px 黑体;
	color:#73A41D;
}
.box_title a{
	color:#73A41D;
}
.box_content{
	padding-top:8px;
	line-height:130%;
	overflow:hidden;
}
.box_content ul{
	list-style:disc inside;
}
.box_content li a{
	line-height:21px;
}
.right{
	float:left;
}
.box_l_r{
	height:170px;
	overflow:hidden;
}
.box_l{
	float:left;
	width:198px;
}
.box_r{
	width:490px;
	float:left;
	padding-top:16px;
	padding-right:23px;
}
.box_r .box_content{
	height:80px;
	overflow:hidden;
}
.box_more a{
	height:18px;
	line-height:18px;	
	background:url(./ico_3.png) no-repeat left center;
	padding-left:5px;
	font:12px 黑体;
}
/*contact*/
.contact_index{
	background:url(./line.png) repeat-x top;
	background-color:#E5E6E6;
	padding:10px 10px 4px 10px;
	height:158px;
	overflow:hidden;
}
.contact{
	padding:10px;
	background-color:#F1F1F1;
}
.contact .box_content{
	word-wrap: break-word;
	word-break: break-all;
}
.contact_index .contact{
	height:135px;
}
/*products_index*/
.products_index{
	background:url(./line.png) repeat-x top;
	background-color:#E5E6E6;
	padding:10px 10px 4px 10px;
	height:158px;
	overflow:hidden;
}
.products_index .box_title{
	padding:5px 0;
}
.products_index .box_title a{
	color:#5A8CB5;
}
.products_grid {
	width:100px;
	height:120px;
	float:left;
	margin-right: 19px;	
	padding-left: 19px;
	margin-left: -1px;
	border-left:1px solid #C7C7C7;
}
.products_img img{
	width:100px;
	height:100px;
	overflow:hidden;
}
.products_title{
	height:20px;
	line-height:20px;
	text-align:center;
	width:100px;
	overflow:hidden;
}
/*contentlist*/
.contentlist .content{
	background-image: url("./list_bg.png");
	margin-top:-2px;
}
.contentlist .content .left{
	width:219px;
	padding:0 10px 10px 10px;
}
.contentlist .contact{
	margin-top:30px;
}
.contentlist .right{
	width:671px;
	padding:8px 20px 20px 20px;
	overflow:hidden;
}
/*cate_list*/
.cate_list ul li {
	background:url(./line_dashed.png) bottom repeat-x;
	font:12px 黑体;
}
.cate_list ul li a, .cate_list ul li.hover a, .cate_list ul li a:hover {
	color:#4A4A4A;
	font-weight:bold;
	display: block;
	padding:10px 63px 10px 30px;
	width:126px;
	line-height:16px;
	background:url(./arrow.png) 10px center no-repeat;
}
.cate_list ul li.hover a, .cate_list ul li a:hover {
	text-decoration:none;
	color:#73A41D;
}
/*place*/
.place{
	border-bottom:1px solid #D5D5D5;
	padding-bottom:14px;
}
/*pagelist*/
.pagelist{
	border-top:1px solid #D5D5D5;
}
.pagelist ul{
	padding:12px;
}
.pagelist ul li{
	display:inline;
	margin-right:6px;
	border:1px solid #E9E9E9;
	padding:2px 0;
}
.pagelist ul li a{
	padding:2px 4px;
	color:#555;
}
.pagelist ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px;
}
.pagelist ul li.thisclass,
.pagelist ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	font-weight:bold;
	color:#73A41D;
	padding:2px 4px;
}
.pagelist .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.pagelist .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
/*pagelist—search*/
.pagelist td a{
	padding:2px;
	color:#690;
}
.pagelist td a:hover{
	color:#519FC3;
	text-decoration:none;
	padding:2px;
}
/*listbox*/
.listbox{
	overflow:hidden;
	margin-left:-19px;
	width:711px;
}
.listbox li{
	float:left;
	padding:20px 0;
	margin-left: -1px;
	margin-bottom: -1px;
	background:url(./line_dashed.png) bottom repeat-x;
}
.listbox .listbox_content{
	padding:0 20px;
	background:url(./line_dashed_2.png) left repeat-y;
	width:306px;
	height:100px;
	overflow:hidden;
}
.listbox li img{
	width:100px;
	height:100px;
	overflow:hidden;
}
.listbox .listbox_text{
	height:76px;
	padding:5px 0 5px 5px;
	overflow:hidden;
}
.listbox_text .title a{
	color:#73A41D;
}
.listbox_text .typelink{
	margin-bottom:4px;
}
.listbox_text .typelink a{
	color:#5A8CB5;
}
/*viewbox*/
.viewbox h1{
	color:#73A41D;
	margin:20px 0;
	font-size:20px;
}
/*viewbox_index*/
.viewbox_index{
	margin:20px 0;
	overflow:hidden;
}
.viewbox_index a{
	color:#5A8CB5;
	line-height:140%;
}
.viewbox_index strong a{
	color:#73A41D;
	font-size:13px;
}
/*layout_main*/
#layout_main{position:relative;}
#layout_main .layout_li{
	width:205px;
	background:url(./line_dashed_2.png) left repeat-y;
	padding-left:25px;
	margin-left:-2px;
}
/*sitemap*/
.sitemap .content{
	width:920px;
	padding:20px;
}
.sp-title{
	text-align:center;
	margin-bottom:20px;
}
.sp-title h1{
	font:14px 黑体;
}
.linkbox{
	padding:15px 8px 5px;
	border-top:1px solid #EEE;
}
.linkbox h3,.linkbox h3 a{
	font:14px 黑体;
	font-weight:bold;
	color:#693;
}
.f6{/* 链接横排自适应列表 */
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
}
.f6 li{
	float:left;
	line-height:14px;
	padding:8px 10px 0px;
	white-space:nowrap;
}
/*box_searchs*/
.box_searchs{
	height:100%;
}
.box_searchs .box_content{
	font-size:0;
}
.box_searchs .box_content a u{
	font-size:12px;
	height:16px;
	line-height:16px;
	display:block;
	background:url(./ico_3.png) left center no-repeat;
	padding-left:10px;
	margin:5px 0;
	width:175px;
	overflow:hidden;
}
.box_searchs .box_content a:hover u{
	color:#519FC3;
}
/*contact_us*/
.contact_us{
	position:relative;
}
.contact_us #allmap{
	width:671px;height:400px;font-size:12px
}
.contact_us .hidden_layer{
	position:absolute;bottom:0;left:0;width:100%;height:30px;background-color:#FFFFFF;
}
.map_contact_box{
	margin:0;line-height:20px;padding:2px;
	word-wrap: break-word;
	word-break: break-all;
}