﻿@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #272e34;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
}
#en {
		margin: 0 auto; 
	text-align:center;
	background-image: url(../_img/EN_B.gif);
	height: 58px;
	width: 960px;
}

div, p, ul, ol, h1, h2, h3, h4, h5, img{margin:0px; padding:0px; border:0px;}
.total:link {
	color:#666666;
	font-family:"微软雅黑", "宋体",Verdana;
	font-size:12px;
	background-image:url(../_img/gray2px.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-decoration:none;
}
.total:visited {
	text-decoration:none;
	color:#330000;
	background-image:url(../_img/gray2px.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.total:hover {
	background-color:#aadd00;
	color:#330000;
	background-image:url(../_img/gray2px_hover.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.total:active {
	background-color:#959d17;
	color:#330000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#799d17;
}

.productTitleLink:link {
	color:#4D8A09;
	font-family:"微软雅黑", "宋体",Verdana;
	font-size:14px;
	background-image:url(../_img/gray2px.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-decoration:none;
}
.productTitleLink:visited {
	font-size:14px;
	text-decoration:none;
	color:#4D8A09;
	background-image:url(../_img/gray2px.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.productTitleLink:hover {
	background-color:#aadd00;
	color:#330000;
	background-image:url(../_img/gray2px_hover.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.productTitleLink:active {
	background-color:#aadd00;
	color:#330000;
	background-image:url(../_img/gray2px_hover.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#container { 
	width: 920px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	padding:0px 20px 20px 20px;	
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
} 
#header {
	height:100px;
	padding: 0 10px 0 20px;  /* 此填充会将出现在它后面的 div 中的元素左对齐。如果 #header 中使用的是图像（而不是文本），您最好删除填充。 */
	background-image: url(../_img/head_bg.gif);
	background-repeat:repeat;
} 
#header .logo {
	float:left;
	margin: 0px; /* 将 #header div 中最后一个元素的边距设置为零将避免边距重叠（即 div 之间出现的无法解释的空白）。如果 div 周围有边框，则不必将边距设置为零，因为边框也会避免边距重叠 */
	padding: 12px 0; /* 使用填充而不使用边距将可以使元素远离 div 的边缘 */
}
#header #nav {
	display:block;
	float:right;
	height:45px;
	padding-top:55px;
}
#header #nav a.nav1 {
	float:left;
	display:block;
	margin-right:2px;
	height:45px;
	width:100px;
	background-image:url(../_img/head_nav.gif);
	background-position:0px 0px;
}
#header #nav a.nav1:hover {
	background-position:0px -45px;
}
#header #nav a.nav1#current {
	background-position:0px -45px;
}
#header #nav a.nav2 {
	float:left;
	display:block;
	zoom:1;
	margin-right:2px;
	height:45px;
	width:100px;
	background-image:url(../_img/head_nav.gif);
	background-position:400px 0px;
}
#header #nav a.nav2:hover {
	background-position:400px -45px;
}
#header #nav a.nav2#current_2 {
	background-position:400px -45px;
}
#header #nav a.nav3 {
	float:left;
	display:block;
	margin-right:2px;
	height:45px;
	width:100px;
	background-image:url(../_img/head_nav.gif);
	background-position:300px 0px;
}
#header #nav a.nav3:hover {
	background-position:300px -45px;
}
#header #nav a.nav3#current3 {
	background-position:300px -45px;
}
#header #nav a.nav4 {
	float:left;
	display:block;
	margin-right:2px;
	height:45px;
	width:100px;
	background-image:url(../_img/head_nav.gif);
	background-position:200px 0px;
}
#header #nav a.nav4:hover {
	background-position:200px -45px;
}
#header #nav a.nav4#current4 {
	background-position:200px -45px;
}
#header #nav a.nav5 {
	float:left;
	display:block;
	margin-right:2px;
	height:45px;
	width:100px;
	background-image:url(../_img/head_nav.gif);
	background-position:100px 0px;
}
#header #nav a.nav5:hover {
	background-position:100px -45px;
}
#header #nav a.nav5#current5 {
	background-position:100px -45px;
}
#topBar {
	height:30px;
	background-color:#FFFFFF;
	padding-top:5px;
	padding-right:25px;
	padding-bottom:0;
}
#topBar .img{
	float:left;
}
#topBar h1{
	height:12px;
	font-size:12px;
	color:#666666;
	float:right;
}

#flashContent {
	float:left;
	height:280px;
	padding:0px;
	margin:0px 0px 20px 0px;
}

#wrapper {
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 920px; /* 将显示背景色，其宽度等于栏中内容的长度，*/
	margin:0px 0px 10px 0px;
}
#sidebar_left {
	border:0;
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 170px;
	background-image: url(../_img/bg_green_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #f5faf0;
}
#sidebar_left h1{
	height:35px;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:4px;
	margin-bottom:10px;
	background-color:#63635f;
	background-image: url(../_img/whiteline.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #aadd22;
/*	border-bottom-color: #FFCC00;*/
}
#sidebar_left h1 img{
	
	padding-left:50px;
}

#sidebar_left h1 span{
	height:35px;
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	color: #ffffef;
}
#sidebar_left .openDetail{

	font-size:12px;
	font-weight:bolder;
	height:35px;
	line-height:35px;
	padding-top:12px;
	padding-left:20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #aadd22;
}
#sidebar_left .openDetail a{
	color:#7cae1d;
}



#sidebar_right {
	float: right; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 200px; /* 将显示背景色，其宽度等于栏中内容的长度，*/
}
#mainContent {
	margin-right: 210px;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../_img/content_right.gif);
	background-position: right;
	background-color:#f7f9fb;
	background-repeat: repeat-y;
} 

#footer_nav{
	padding-left:15px;
	list-style:none;
	position:relative;  /*相对定位，位置根据前一对象进行偏移*/
	width:905px;/*此处须设定宽度，否则在IE与Firefox里不一致且不正常*/
	background-image: url(../_img/BottomNav_line.gif);
	height:30px;
}     
#footer_nav li{
	float:left;
	list-style-type: none;
}
  
#footer_nav li a{
	text-decoration:none;
	line-height:30px;
	display:block;
	width:80px;
	height:30px;
	text-align:center;
	background-image:url(../_img/BottomNav_bg.gif);
	background-position:0px 0px; /*背景绝对定位，只显示背景图片的下部分*/
	color:#fff;
	font-size:12px;
	list-style-type: none;
}      
#footer_nav li a:hover {
	color:#9cdb14;           
    background-image:url(../_img/BottomNav_bg.gif);
    background-position:0px -30px;/*背景绝对定位，只显示背景图片的上部分,此代码不能省略，因为上面曾指定了背景样式，帮在此处覆盖*/
}
#footer {
	width:882px;
	padding: 0 10px 0 20px;
	background-color: #60ab0a;
	height:82px;
	border-bottom-style:solid;
	border-bottom-width:4px;
	border-bottom-color:#000000;
	padding-top:10px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
} 
#footer p {
	text-align:left;
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height:0px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.p_menu{
	/*	margin-left:10px;
	margin-right:10px;*/
	display:block;
	/*	margin-left:8px;*/
	padding-left:15px;
	padding-top:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#65747b;
	height:35px;
	line-height: 15px;
	overflow: hidden;
	background-image: url(../_img/menu_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.p_menu a{
	text-decoration:none;
	font-size:14px;
	color:#176807;
	font-weight: 600;
	font-family: "微软雅黑", "宋体";
}
.p_menu a:hover{
	/*color:#003f7e;*/
	color:#ff6600;
}
.p_menu :hover a{
	color:#4e330b ;
}
.p_menu:hover{
height:35px;
	/*color:#007734;*/
	color:#007734;
	border-bottom-style: solid;
	border-bottom-color: #65747b;
	background-color:#ccff66;
	font-weight: 600;
/*	background-image:url(../_img/yellowline.gif);
*/	background-image:url(../_img/square.gif);
	background-repeat: no-repeat;
	background-position: 7px 13px;*/
	border-bottom-width: 1px;
	
}
/*---------------------------------------搜索和新闻*/
#search {
	padding-top:32px;
	padding-left:13px;
	background-image:url(../_img/search_bg.gif);
	height:57px;
	width:187px;
	margin-bottom:5px;
}
#search_product {
	padding-top:10px;
	padding-left:5px;
	height:47px;
	width:147px;
	margin-bottom:0px;
	line-height:40px;
}
#search_product .input {
	border: 1px solid #d6eaf5;
	height: 25px;
	width: 94px;
	line-height:25px;
}
#search .form {
	padding:0;
	margin:0;
	height: 20px;
}
#search .input {
	padding:0;
	border: 1px solid #d6eaf5;
	height: 25px;
	width: 115px;
	line-height:25px;
}
#search .submit {
	padding-top:4px;
	line-height:25px;
	padding:0;
}
#sidebar_right h1 {
	padding-top:10px;
	padding-bottom:5px;
	color:#7db835;
	font-size:14px;
	font-weight:bold;
	height:28px;
	line-height:26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7db835;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #7db835;	
}
#sidebar_right .news {
	padding-top:15px;
	padding-bottom:10px;
	background-image: url(../_img/menu_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}

#sidebar_right .newsDate {
	color:#7db835;
	font-size:10px;
	line-height:18px;
	font-weight:bold;
}
#sidebar_right h2 {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
#sidebar_right h3 {
	color:#666666;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}
#contact {
	padding-left:15px;
	padding-top:55px;
	height:135px;
	margin-top:7px;
	background-image: url(../_img/contact.jpg);
	background-repeat: no-repeat;
}
#contact ul{
	list-style-type:none;

}
#contact li{
	background-image:url(../_img/cicle.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:20px;
	color:#e1ece0;
	font-size:12px;
	line-height:24px;
}

#contact li:hover{
	width:150px;
	background-color:#002c01;
	background-image:url(../_img/cicle_hover.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	color:#ffffff;
}


#mainContent h1{
	height:50px;
	background-image: url(../_img/maincontent_title.gif);
	background-repeat:no-repeat;
	background-position:bottom;
} 
#mainContent .product{
	width:480px;
	height:116px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b9d1b4;
} 
#mainContent .product:hover{
	background-color: #e7f7d2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5aaf13;
} 
#mainContent .P_t_c{
	float:left;
	width:350px;
} 

#mainContent .productPic{
	float:left;
} 
#mainContent .productTitle{
	width:358px;
	padding-top:0px;
	padding-left:12px;
	margin-bottom:5px;
	float:left;
	color:#4b9807;
	font-size:14px;
	font-weight:bold;
} 
#mainContent .productContent{
	width:358px;
	padding-left:12px;
	float:left;
	color:#666666;
	font-size:12px;
	line-height:140%;	
} 
.imgborder, a.imgborder {  float: left;  border: 2px solid #e1e1e1;  background: #f7f9fb;  padding: 3px;  margin:3px;} a.imgborder:hover {border: 2px solid #60ab0a;}


#mainContent_product {
	height:100%;
	margin-right: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../_img/content_left.gif);
	background-position: left;
	background-color:#f7f9fb;
	background-repeat: repeat-y;
} 
#mainContent_product h1 {
	background-image:url(../_img/product_show.gif);
	background-position:8px;
	background-repeat:no-repeat;
	height:50px;
} 
#mainContent_product h1 span{
	display:none;
} 
#mainContent_product h2{
	padding-top:20px;
	font-size:12px;
	color:#666666;
	float:right;
}
#mainContent_product #product_frame {
	width:704px;
	padding-top: 40px;
	padding-left: 22px;
	padding-right: 11px;
	padding-bottom: 20px;
	text-align:center;
	overflow:hidden;
	margin: 0 auto; 
	background-image:url(../_img/product_bg.gif);
	background-position:39px 10px;
	background-repeat:repeat-y;

} 
#mainContent_product #product_detail_frame {
	width:704px;
	padding-top: 10px;
	padding-left: 22px;
	padding-right: 11px;
	padding-bottom: 20px;
	text-align:left;
	overflow:hidden;
	margin: 0 auto;
	
} 
#mainContent_product #product_detail_frame h2{
	margin-top:0px;
	padding-top:0px;
	float:left;
	color:#ff6600;
	font-size:18px;
	font-weight:bolder;
	height:28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7db835;
}
#mainContent_product #product_detail_frame #product_text{
	float:left;
	width:380px;
	height:100%;
	padding-top:15px;
	padding-bottom:45px;
	padding-right:10px;
	background-image:url(../_img/product_detail_bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#mainContent_product #product_detail_frame #product_text h4{
	color:#4b9807;
	font-size:16px;
	font-family:"微软雅黑", "宋体";
	font-weight:bold;
	padding-top:20px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7db835;
}
#mainContent_product #product_detail_frame #product_text p{
	line-height:15px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	color:#333333;
	font-size:14px;
	font-family:"微软雅黑", "宋体";
	padding-top:10px;
	padding-bottom:10px;
	white-space:normal;
	line-height:20px;
	text-indent: 24px;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7db835;*/
	letter-spacing: 0.1ex;
}
.solidline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7db835;
}
#mainContent_product #product_detail_frame #product_text .othertext{
	padding-left:10px;
	font-size:12px;
	background-color:#f0ffca;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:30px;
	line-height:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7db835;	
}
#mainContent_product #product_detail_frame #product_pic{
	text-align:center;
	padding-top:15px;
	float:right;
	width:310px;
}
#mainContent_product #product_detail_frame a{
	margin-bottom:20px;
}
#mainContent_product .product_200 {
	float:left;
	height:280px;
	width:230px;
	padding-top:3px;
} 
#mainContent_product #product_frame h2{
	display:block;
	padding-left:16px;
	padding-top:8px;
	float:left;
	font-family: Arial, "微软雅黑", "宋体";
	font-size: 14px;
	color: #002c01;
} 
#mainContent_product .product_200:hover {
	background-image:url(../_img/product_hover.gif);
	background-position:12px 0px;
	background-repeat:no-repeat;
} 

#mainContent_product #product_frame h2 a:link {
	padding-left:9PX;
	text-decoration:none;
	color: #176807;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal ;
} 
#mainContent_product #product_frame h2 a:visited {
	padding-left:9PX;
	text-decoration:none;
	color:#ff6600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal ;
} 
#mainContent_product #product_frame h2 a:hover {
	color: #185f03;
	font-size: 12px;
	font-weight: bold;
} 
#mainContent_product #product_frame h2 a:active {
	color: #fc6310;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
} 

.floatRight {
	position: relative;
	left: 420px;
	top: 0px;	
}
.pic100 {
	float:left;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#333333;
}
.picBorder {
	border: 1px solid #f0f0e8;
}
#about {
	float:left;
	width:400px;
	line-height:28px;
	font-size: 14px;
	text-align: justify;
	color:#333;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#aboutRight {
	float:right;
	width:280px;
	overflow:hidden;
	padding-top:40px;
}
.aboutPic {
	border-top:1px dashed #999;
	height:155px;
	padding-top:10px;
}
.gBar {
	width:280px;
	border-top:1px solid #fff;
	height:18px;
	background-color:#b0d366;
	padding-left:10px;
	padding-top:5px;
	margin-bottom:20px;
	margin-top:0px;
}
.about:link {
	color:#3f5505;
	font-family:"微软雅黑", "宋体",Verdana;
	font-size:12px;
}
.about:visited {
	color:#3f5505;
	font-family:"微软雅黑", "宋体",Verdana;
	font-size:12px;
}
.about:active {
	color:#3f5505;
	font-family:"微软雅黑", "宋体",Verdana;
	font-size:12px;
}
#news {
	float:left;
	width:680px;
	line-height:28px;
	font-size: 14px;
	text-align: justify;
	color:#333;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.newsone {
	width:100%;
	float:left;
	border-bottom:1px dashed #999;
	border-top:1px dashed #999;
	padding:5px;
	margin-bottom:15px;
}
/*<a href="http://xmcyberpolice.cn/alert.asp" target=_blank><img src="http://xmcyberpolice.cn/image/gt.gif" width  ="30" border='0'></a>*/