@charset "utf-8";
/* CSS Document */
html 

body {
	text-align: center;
	padding: 0;
	margin:0;
	background-color: #778899;
	background: url(../img/back_wraper_co.jpg) ;
	background-position: left top;          /*图片位置*/
	background-repeat: repeat;       /*图片无重复*/
	background-attachment: fixed;        /*固定图片*/
}
#container {
	background-color: #fff;
	width:960px;
}
img {
	padding: 0;
	margin:0;
	border: 0;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;

}
.floatleft {
	float: left;
}
.imgborder, a.imgborder {  float: left;  border: 2px solid #e3f6fd;  background: #f7f9fb;  padding: 3px;  margin:3px;} a.imgborder:hover {border: 2px solid #fa8100;}


#pageHeader {
	padding-top: 0px;
	height: 122px;
   background-image: url(../img/pageHeader2.jpg);
	clear:both;
	overflow:hidden;
}
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 {
	margin-top: 20px;
	margin-bottom:0px;
	display: block;
	width: 565px;
	height: 57px;
	float: left;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: 25px top;

	}
#pageHeader h1 span {
	display:none;
	}
#pageHeader h2 {
	text-align:right;
	float: right;
	margin-top:10px;
	margin-bottom:0px;
	padding-right:5px;
	font-family: serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height:25px;
	}
#pageHeader .left20px {
	margin-left:10px;
	}
#introNav {
	clear:both;
	margin: 0;
	padding: 0;
	width: 960px;
	/*
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ecf8f8;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #ecf8f8;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #ecf8f8;
	*/

	height: 47px;
	}
.nav {
	width: 960px;
	float:left;
	height: 49px;
}
.nav_bar{
	text-align:left;
	float:left;
	line-height:100%;
	margin-top:20px;
	margin-left:25px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 47px;
	clear:both;
	color:#fff;
	position: relative;
	left: 20px;
	top: 0px;
	}
.nav_bar a{
	background: transparent url(../img/ico_nav.gif) no-repeat center right;
	text-decoration: none;
	padding-left:0px;
	padding-right: 18px; /*adjust bullet image padding*/
	color: #fff;
	}
.nav_bar a:visited, .nav_bar a:active{
	color: #fff;
	}
.nav_bar a:hover{
	text-decoration: underline;
	color: #fa8100;
}

#nav-box{
	float: right;
	width: 560px;
	height: 47px;
	margin: 0px;
	padding: 0px;
}
#nav-box ul{list-style-type: none; height: 47px; margin: 0; padding: 0;}
#nav-box li{float: left; }
#nav-box li a{height: 0; margin: 0; padding-top: 47px; color: #2d3440; overflow: hidden; cursor: pointer; background: url(../img/nav.jpg) no-repeat; display: inline; float: left;}
#nav-box li a:active, #nav-box li a:hover{cursor: pointer;}
/* Static nav item*/
#nav-box li#about a{width: 130px; background-position: 0 0;}
#nav-box li#products a{width: 134px; background-position: -130px 0;}
#nav-box li#services a{width: 107px; background-position: -264px 0;}
#nav-box li#news a{width: 79px; background-position: -371px 0;}
#nav-box li#contact-us a{width:110px; background-position: -450px 0;}
/* Current nav item */
#nav-box li#about a.current, #nav-box li#about a.current:hover, #nav-box li#about a.current:active{width: 130px; background-position: 0 -94px;}
#nav-box li#products a.current, #nav-box li#products a.current:hover, #nav-box li#products a.current:active{width: 134px; background-position: -130px -94px;}
#nav-box li#services a.current, #nav-box li#services a.current:hover, #nav-box li#services a.current:active{width: 107px; background-position: -264px -94px;}
#nav-box li#news a.current, #nav-box li#news a.current:hover, #nav-box li#news a.current:active{width: 79px; background-position: -371px -94px;}
#nav-box li#contact-us a.current, #nav-box li#contact-us a.current:hover, #nav-box li#contact-us a.current:active{width:110px; background-position: -450px -94px;}
/* Hover nav item */
#nav-box li#about a:hover{width: 130px; background-position: 0 -47px;}
#nav-box li#products a:hover{width: 134px; background-position: -130px -47px;}
#nav-box li#services a:hover{width: 107px; background-position: -264px -47px;}
#nav-box li#news a:hover{width: 79px; background-position: -371px -47px;}
#nav-box li#contact-us a:hover{width: 110px; background-position: -450px -47px;}
/* Clicked nav item*/
#nav-box li#about a:active{width: 130px; background-position: 0 -141px;}
#nav-box li#products a:active{width: 134px; background-position: -130px -141px;}
#nav-box li#services a:active{width: 107px; background-position: -264px -141px;}
#nav-box li#news a:active{width: 79px; background-position: -371px -141px;}
#nav-box li#contact-us a:active{width: 110px; background-position: -450px -141px;}
/* End Navigation */

#flashShow {
	background:#FFF;/* url(../img/bg_flash.gif);*/
	padding-top:20px;
	padding-left:25px;
	height: 350px;
	margin-bottom: 15px;	
	text-align:left;
	width:935px;
	border-top: 4px solid #f1f1f1;
	border-bottom: 1px solid #f3f3f3;
	}
#primary {
	text-align: left;
	width:950px;
	border-width: 5px;
/*	border-color: #00549b;*/
	border-color: #f3f3f3;
	border-style: solid;
	overflow: hidden;
	background: #fff url(../img/primary.gif) repeat-y left;*/
	background-color:#fff;
	clear:both;
}

#primary #left {
	float:left;
	width:200px;
	padding: 0;
	margin: 0;
	overflow:hidden;
	/*background-color:#e3f6fd;*/
	background: #BBE9FF url(../img/bg_left1.gif) repeat-y;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}

.searchOrder {
	height:40px;
	padding-top:6px;
	padding-left:20px;
	font-size:12px;
	color:#999;
	border-bottom:3px solid #44cddf;
	border-top:1px solid #fefefe;
	background-color:#fff;
	float:left;
	width:180px;
}


#primary #right {
	float:left;
	width: 190px;
	/*background-color: #B6DEFF;*/
	background: #fff;
	border: 5px solid white;
	height: 100%;
	overflow:hidden;

	
}
#primary #right_1 {
	padding-left:5px;
	padding-top:5px;
	margin-bottom: 15px;
	/* background-color: #f1f1f1;*/
   background-color:#fff;
	height: 260px;
	font-size: 11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: SOLID;
	border-top-color: #8b8b8b;
	border-bottom-color: #E4E4E4;

	
}
#primary #right_1 .right_1_1 {
	padding-top:5px;
	padding-bottom:7px;
	width:190px;
	border-bottom: 1px dotted #E4E4E4;
	
}
#primary #right #right_1 span{
	padding-left: 7px;
}
#primary #middle {
	background-color: Aqua;
	float:left;
	width:520px;
	background-color: White;
	border: 5px solid #ffffff;
	margin-left: 5px;
	margin-right: 5px;
}
/* easy c

}learing */
#primary:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#primary
	{
	display: inline-block;
	}
/*\*/
#primary
	{
	display: block;
	}
/* end easy clearing */
/*\*/
/*#left, #sideright
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
@media all and (min-width: 0px) {
#left, #right
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#left:before, #right:before
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}*/
/**/

#left h1 {
	background-color: White;
	height: 45px;
	font-size: 12px;
	margin: 0;
	border-top: 4px solid #9adaec;
	border-bottom: 1px solid #cccccc;
	padding-left: 10px;
	background-image: url(../img/search_bg.gif);
	background-repeat: no-repeat;     
	background-position: left top;    
}
#left h1 input.borderInput {    
	top:0px;
	padding:0px;
	border:0px;     
	margin-top:0px;
	margin-left:10px;
	margin-right: 30px;
	margin-bottom: 5px;
	height: 15px;
	line-height: 14px;
	width: 120px;
	color: #fe5c11;
	font-size:12px;
} 
#left h2 {
	color:#44cddf;
	text-align: right;
	padding-top:20px;
	font-size: 10px;
	width:200px;
	height: 18px;
	margin: 0;
	background: url(../img/Product_Catelog.gif);
	font-family: serif;
	font-style: italic;
	float:left;
}
#left h2 span {
	display: none;
}
#left #menu {
	padding:0;
	margin:0;
	clear:both;
	background-color:#0099FF;
	border-width:0;
}

#middle h1 {
	height:52px;
	border-top: 4px solid #fff9b7;
	border-bottom: 5px solid #fff;
	background: #FFF url(../img/orange_2_2.gif) repeat-x top;
	margin: 0;
}
.Announce {
	height: 10px;
	font-size:12px;
	vertical-align: middle;
}
#middle h2 {
	background: url(../img/Product_new.gif);
	margin: 0;
	padding: 0;
	height: 35px;
}
#middle h2 span {
	display:none;
}
#marqueeBox {
	font-size:10pt;
	color:#747474;
	font-family: Verdana;
	font-weight: normal;
}
#primary .product {
	font-size:12px;
	text-align: center;
	float:left;
	width: 173px;
	height: 180px;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #4cb2f2;
	font-family: "Courier New";
	margin-top:20px;
	padding-bottom:15px;
	color:#4cb2f2;
	MARGIN-RIGHT: auto; 
	MARGIN-LEFT: auto; 

}
#primary .productImg {
	border: 2px solid #e3f6fd;
	padding: 2px;
	margin: 4px;
	height:120px;
	width:120px;
	display:block;
}
#primary a.productImg:hover{
	padding: 2px;
	margin: 4px;
	border: 2px solid #fa8100;
}
#primary .productText{
	text-align:left;
	float:left;
	padding-left:25px;
}

#primary .productID {
	padding: 2px;
	margin: 4px;
	color: #a79355;
	font-size: 11px;
	font-family: Georgia,Serif;

}
#primary a.porductLink:link {	
	padding: 2px;
	margin: 4px;
	color:#0099FF;
	text-decoration:none;
}
#primary a.porductLink:visited {
	padding: 2px;
	margin: 4px;
	color:#0099FF;
		text-decoration:none;

}
#primary a.porductLink:hover {
	padding: 2px;
	margin: 4px;
	padding: 0px;
	color:#fff;
	background-color: #fa8100;
	text-decoration:none;
}
#primary a.porductLink:active {
	color:#fff;
	background-color: #fa8100;
	text-decoration:none;
}

.wp-pagenavi{
	margin:10px 0 5px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.wp-pagenavi a,.wp-pagenavi a:link,.wp-pagenavi a:active{background-color:#FFF;border:1px dotted #2387b9;color:#2387b9;margin:2px;padding:4px 8px;text-decoration:none; display:inline-block}
.wp-pagenavi a:hover{background-color:#FFF;border:1px dotted #ff7e00;color:#ff7e00; display:inline-block}
.wp-pagenavi span.pages{background-color:#FFF;border:1px dotted #7f7165;color:#7f7165;margin:2px;padding:4px 8px; display:inline-block}
.wp-pagenavi span.current{background-color:#fff;border:1px dotted #ff7e00;color:#ff7e00;font-weight:700;margin:2px;padding:4px 8px; display:inline-block}
.wp-pagenavi span.extend{background-color:#FFF;border:1px dotted #000;color:#000;margin:2px;padding:4px 8px; display:inline-block}
#middle .product_detail{
	height:55px;
	border-top-color: #fa8100;
	border-top-style: solid;
	border-top-width: 6px;
	background: url(../img/product_detail.gif) no-repeat left;
	}
#middle h3 {
/*	background: url(../img/product_detail_h3.gif) repeat-x;*/
	margin: 0;
	padding: 4px 10px;
	height: 64px;
	background-image: url(../img/product_detail_h3.gif);
	overflow: hidden;
}
#middle h3 .detailIMG {
	float:left;
	margin: 0;
	padding: 1px;
	height: 60px;
	background-color: #fff;
	border: 1px solid #cbcdcc;
	
}
#middle h3 .detailTitle {
	padding-left:20px;
	padding-top:18px;
	float:left;
	color:#44cddf;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/2pxLine.gif) repeat-y -10px;
	width:260px;
}
#middle h3 .detailID {

	height:15px;
	float:left;
	color:#9a9a9a;
	font-size: 10px;
	font-family: Verdana;
	font-weight: 100;
}
#middle .detailMore {
	padding-top:20px;
	padding-right: 10px;
	float:right;
}
#middle .detailDate {
	text-align:right;
	color:#9a9a9a;
	font-size: 10px;
	font-family: Verdana;
	font-weight: 100;
	padding-right: 10px;
	padding-top: 19px;
	padding-bottom:0px;
	width:140px;
	float:right;
}
#middle .pic_intro {


	height: 1000px ;
	border-bottom:1px solid #d1d4db;
	padding-top:20px;
	background: url(../img/top_img.gif) repeat-x top;
}

#middle .bigIMG {
	float:left;
	margin-left:5px;
	margin-top:15px;
	height:270px;
	width:270px;
	background: url(../img/bigImgBack.gif) no-repeat;
	text-align: center;
	padding-top:10px;
}
#middle .bigIMG a.link:hover {
	margin-left:10px;
	margin-top:20px;
	height:270px;
	width:270px;
	background: url(../img/bigImgBack_hover.gif) no-repeat;
	text-align: center;
	padding-top:10px;
}

#middle .introduce{
	float:left;
	margin-left: 15px;
	margin-top: 15px;
	width:215px;
	background-color: #fff;
	padding-top:8px;
	padding-bottom: 0px;
	background: url(../img/bg_line.gif) repeat-x top;
	background-color: #fff;
	border-top-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: Black;
	border-left-color: Black;
}
#middle .intro{
	
	padding-top:20px;
	margin-bottom:20px;
	color:#666;
	text-align:justify;
	text-justify: inner-word;
	width:215px;
	font-size:14px;
	line-height: 24px;
	height: 100%;
	text-indent: 22px;
/*	background: url(../img/top_intro.gif) no-repeat top;*/
}
#middle .productName {

	font-size:18px;
	font-weight: normal;
	color:#000;
	font-family: "微软雅黑", "黑体";
	height: 19px;
}
#middle .product_ID_detail {
	padding-bottom: 5px;
	font-size:11px;
	font-weight: 200;
	color: #a1a1a1;
	font-family: Verdana;
	border-bottom: 1px solid #DDDDDD;
}

#middle .detail_all{
	clear:both;
	padding-top:20px;
	padding-bottom: 40px;

	margin-top:10px;
	height:100%;
	overflow: auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	

}
#middle .discription{
	font-family: "微软雅黑", "黑体";
	font-size:12px;
	height: 20px;
	/*	color: #459ed3;*/
	color:#666;
	font-family: Verdana;
	padding-right: 5px;
	padding-left:5px;
	margin-right: 10px;
	border-right: 1px solid #d1d4db;
	float:left;
	font-weight: bolder;
	
}
#middle .discription1{
	font-family: "微软雅黑", "黑体";
	text-align: justify;
	width:55px;
	font-size:12px;
	height: 14px;
	/*	color: #459ed3;*/
	color:#666;
	font-family: Verdana;
	padding-right: 5px;
	padding-left:5px;
	margin-right: 10px;
	border-right: 1px solid #d1d4db;
	float:left;
	font-weight: bolder;
	text-indent:2em;
	
}
#middle .detail_one{

	height: 28px;
	margin-left:0px;
	float:left;
	margin-top:6px;
	margin-left:10px;
	font-size:14px;
	height: 26px;
	line-height: 19px;
	color: #333;
	width: 490px;
	background: #fff url(../img/onewhiteonegray.gif) repeat-x bottom;
/*	border-bottom: 1px dashed #fa8100;*/
}

#middle .otherIMG{
	clear:both;
	margin-top:10px;
	padding-left:8px;
	padding-top:0px;
	padding-bottom: 40px;
	margin-bottom:20px;
	height:100%;
	overflow: auto;
}

#middle .other_img_one {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-bottom:10px;
}

#footer {
	text-align:left;
	width:960px;
	height: 240px;
	color:#0099ff;
	border-top: 5px solid #333;
	border-bottom:1px solid #333;
	background: #fff url(../img/footer_4.gif) repeat top;
}
#footer .catalog{
	float:left;
	width:200px;
	margin:20px;
	height: 200px;
}
#footer h1 {
	border-top: 3px solid #f3f3f3;
	float:left;
	height:30px;
	padding-top:10px;
	font-size:12px;
	font-weight:normal;
	color:gray;
	border-bottom: 1px solid #222;
}
#nav_bottom {
	text-align:left;
	border-top:#fa8100 solid 3px;
	background-color:#F7FDFA;
	padding-top:5px;
	padding-bottom:5px;
	height: 250px;
	width:960px;
	background-position: 2px;
	font-size: 12px;
}
#nav_bottom #nav_position{
	height: 30px;
	border-bottom:1px solid #ccc;
	color:#333;
	font-size: 16px;
	font-family: "黑体";
	padding-top:5px;
	padding-left:20px;
}
#nav_bottom .title{
	color:#444;
	font-size:14px;
	font-weight: bold;
}

#nav_bottom img{
	float:left;
	margin-right:10px;
	clear:both;
   padding-bottom:15px;
}
#nav_bottom .nav_bottom_left{
	float:left;
	padding-left:20px;
	margin-top:10px;
	border-right: 1px dashed #ccc;
	height: 180px;
	width:220px;
	color:#242424;
	font-size:12px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;

}
#nav_bottom .nav_title{
	height: 24px;
	width:210px;
	padding-top:10px;
/*	background: url(../img/bg_nav_title_1.gif) no-repeat;*/
	border-bottom:1px dotted #ccc;
}
#nav_bottom .nav_bottom_right{
	margin-top:0px;
	margin-left:10px;
	padding-left:10px;
	padding-top:10px;
	float:left;
	width:155px;
	height: 170px;
	line-height: 17px;
}
#nav_bottom a.STYLE1:link {
	color: #666;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
#nav_bottom a.STYLE1:visited {
	color: #666;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
#nav_bottom a.STYLE1:hover {
	color: #FA8100;
	font-weight:bold;
}
a.STYLE2:link {
	color: #0099ff;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px dotted #bce0ee;
	background-color: #e9faff;
	line-height: 20px;
}
a.STYLE2:visited {
	color: #0099ff;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px dotted #bce0ee;
	background-color: #e9faff;
	line-height: 20px;
}
a.STYLE2:hover {
	color: #fa8100;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px dotted #fa8100;
	background-color: #fffca0;
	line-height: 20px;
}
#copyright {
	background-color:#242424; 
	/*background: #f3f3f3 url(../img/footer.gif) repeat-x top;*/
	width:960px;
	height: 20px;
	padding-top:5px;
	border-top: 2px solid #9adaec;
}
#copyright span{

	float:right;
	color: #fff9b7;
	font-size:10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#copyright .count{
	float:left;
	color: #fff9b7;
	font-size:10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#copyright a:link {
	color: #fff9b7;
	font-size:11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#copyright a:visited{
	color: #fff9b7;
}	
#copyright a:hover{
	color: #FA8100;
}
	
/*--------------------------------------------------------------------------------------------------------------*/


	
	
#productDetailMid {
	width:580px;
	float:left;
	border: 5px solid #ffffff;
	margin-left: 5px;
	margin-right: 5px;
	background:#fff;
}
#productDetailMid .product_detail{
	height:55px;
	border-top-color: #fa8100;
	border-top-style: solid;
	border-top-width: 6px;
	background: url(../img/product_detail.gif) no-repeat left;
	}
#productDetailMid h3 {
/*	background: url(../img/product_detail_h3.gif) repeat-x;*/
	margin: 0;
	padding: 4px 10px;
	height: 64px;
	background-image: url(../img/product_detail_h3.gif);
	overflow: hidden;
}
#productDetailMid h3 .detailIMG {
	float:left;
	margin: 0;
	padding: 1px;
	height: 60px;
	background-color: #fff;
	border: 1px solid #cbcdcc;
	
}
#productDetailMid h3 .detailTitle {
	padding-left:20px;
	padding-top:18px;
	float:left;
	color:#44cddf;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/2pxLine.gif) repeat-y -10px;
	width:260px;
}
#productDetailMid h3 .detailID {

	height:15px;
	float:left;
	color:#9a9a9a;
	font-size: 10px;
	font-family: Verdana;
	font-weight: 100;
}
#productDetailMid .detailMore {
	padding-top:20px;
	padding-right: 10px;
	float:right;
}
#productDetailMid .detailDate {
	text-align:right;
	color:#9a9a9a;
	font-size: 10px;
	font-family: Verdana;
	font-weight: 100;
	padding-right: 10px;
	padding-top: 19px;
	padding-bottom:0px;
	width:140px;
	float:right;
}
#productDetailMid .pic_intro {

	margin-top:0px;
	margin-bottom: 0px;
	height: 320px ;
	border-bottom:1px solid #d1d4db;
	padding-top:30px;
	background: url(../img/top_img.gif) repeat-x top;
}
#productDetailMid #shuoming{
	float:left;
	overflow:hidden;
	width:295px;
}

#productDetailMid .bigIMG {
	float:left;
	margin-left:5px;
	margin-top:15px;
	height:270px;
	width:270px;
	background: url(../img/bigImgBack.gif) no-repeat;
	text-align: center;
	padding-top:10px;
}
#productDetailMid .bigIMG a.link:hover {
	margin-left:10px;
	margin-top:20px;
	height:270px;
	width:270px;
	background: url(../img/bigImgBack_hover.gif) no-repeat;
	text-align: center;
	padding-top:10px;
}

#productDetailMid .introduce{
	clear:both;
	margin-left: 15px;
	margin-right:15px;
	margin-top: 15px;
	width:552px;
	background-color: #fff;
	border-top: 1px solid #bebebe;
	padding-top:3px;
	padding-bottom: 20px;
	background-color: #fff;
	border-bottom:1px dashed #bebebe;
	
}
#productDetailMid .intro{
	
	padding-top:20px;
	margin-bottom:20px;
	color:#666;
	text-align:justify;
	text-justify: inner-word;
	width:215px;
	font-size:14px;
	line-height: 24px;
	height: 100%;
	text-indent: 22px;
/*	background: url(../img/top_intro.gif) no-repeat top;*/
}
#productDetailMid .productName {
	padding-top:15px;
	font-size:18px;
	font-weight: normal;
	color:#000;
	font-family: "微软雅黑", "黑体";
	height: 25px;
}
#productDetailMid .product_ID_detail {
	padding-bottom: 5px;
	font-size:11px;
	font-weight: 200;
	color: #a1a1a1;
	font-family: Verdana;
	border-bottom: 1px solid #DDDDDD;
}

#productDetailMid .detail_all{
	clear:both;
	padding-top:20px;
	padding-bottom: 40px;

	margin-top:10px;
	height:100%;
	overflow: auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;

}
#productDetailMid .discription{
	font-family: "微软雅黑", "黑体";
	font-size:12px;
	height: 100% auto;
	/*	color: #459ed3;*/
	color:#666;
	padding-left:0px;
	margin-left:0px;
	margin-right: 10px;
	padding-right:10px;
	border-right: 1px solid #d1d4db;
	float:left;
	font-weight: bolder;
	list-style-image: url(../img/28.png);
	list-style-position: outside;
}
#productDetailMid .detail_one{
	margin-left:10px;
	float:left;
	margin-top:6px;
	margin-left:10px;
	font-size:12px;
	height:100%;
	line-height: 19px;
	color: #333;
	width: 285px;
	background: #fff url(../img/onewhiteonegray.gif) repeat-x bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;/*	border-bottom: 1px dashed #fa8100;*/
}

#productDetailMid .otherIMG{
	clear:both;
	margin-top:20px;
	padding-left:8px;
	padding-top:5px;
	padding-bottom: 40px;
	margin-bottom:20px;
	height:100%;
	overflow: auto;
}

#productDetailMid .other_img_one {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-bottom:10px;
}
#productDetailRight {
	background-color: #fff;
	float:left;
	width:130px;
	padding-bottom:30px;
	overflow:hidden;
}
#productDetailRight .Columns{
	background-color: #fff;
	float:left;
	width:130px;
	padding-left:5px;
	text-align:center;
}
.right_pro_pic {
	padding-top:2px;
	margin-top:5px;
	width:105px;
}
.right_pro_name {
	color:#333333;
	margin-left:5px;
	font-size:12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top:1px;
	height:20px;
	text-align:center;

}
.right_pro_id {
	color:#333333;
	float:right;
	font-size:11px;
	margin-bottom:5px;
	margin-right:5px;
}

#productDetailRight a.STYLE2:link {
	color: #0099ff;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px dotted #bce0ee;
	background-color: #e9faff;
	line-height: 20px;
}
#productDetailRight a.STYLE2:visited {
	color: #0099ff;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px dotted #bce0ee;
	background-color: #e9faff;
	line-height: 20px;
}
#productDetailRight a.STYLE2:hover {
	color: #fa8100;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px dotted #fa8100;
	background-color: #fffca0;
	line-height: 20px;
}
#productDetailRight a.STYLE2:actived {
	color: #fa8100;
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px dotted #fa8100;
	background-color: #fffca0;
	line-height: 20px;
}
#productDetailRight a.imghover:hover{

	border: 2px solid #fa8100;
}

#right_p_all {
	background: url(../img/TopP_header_head.gif) no-repeat top;
	padding-top:38px;
	OVERFLOW:hidden;
	margin-bottom:0;

}
#right_p {
	padding: 0;
	margin: 0;
	width:190px;
}
#right_p .head_p {
	text-decoration:none;
	padding-left:10px;
	padding-top: 8px;
	font-size: 12px;
	height: 22px;
	display:block;
	border-bottom: 1px solid white;
	background: url(../img/TopP_header.gif) no-repeat top;
	color: #8D8D8D;
	border-bottom: 1px solid #e4e4e4;
}
#right_p .head_p:hover {
	padding-top: 8px;
	font-size: 12px;
	height: 22px;
	color:#000;
	background-image: url(../img/TopP_header_hover1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#right_p a.selected {
	padding-top: 8px;
	font-size: 12px;
	height: 22px;
	color:#000;
	background-image: url(../img/TopP_header_hover1.gif);
	background-repeat: no-repeat;
	background-position: left top;
/*	background: url(../img/TopP_header_hover_1.gif) repeat-x top;*/

}
#right_p ul {
	font-size:12px;
  	 background:#fff url(img/TopP_header_foot.gif) no-repeat bottom;
	margin-bottom:12px;
   	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	margin:0px;
	padding-left:0px;
	padding-right: 0px;
}
#right_p .one_p {
	height: 70px;
	width:100%;
	background: #BBE9FF url(../img/bg_left1.gif) repeat-x;
}
@media print {
	#right_p ul,{
		display: block!important;
		height: auto!important
	}
}

#right a.right_p_img {
	float:left;
	margin: 6px;
	padding: 0px;
	width:50px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #a2c0c0;
	
}
#right a.right_p_img:hover {
	float:left;
	margin: 6px;
	padding: 0px;
	width:50px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #8eccff;
	background-image: url(../img/catalog.gif);
}
.right_p_name {
	float: left;
	margin: 6px 0 0;
	padding: 0;
	color:#0099ff;
	text-decoration: none;
	width:110px;
	overflow:hidden;
	font-size:12px;
}
#right a.right_p_name:hover {
	background-color:#fa8100;
	color:#ffffff;

}	
#right a.right_p_name:visited {
	color:#703f0b;	
}
#right .right_p_no {
	float:left;
	white-space: nowrap;
	font-size:9px;
	color:gray;
	margin: 5px 6px;
	width:100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.relateP {
   font-size:12px;
	width:190px;
	height: 70px;
	border-bottom: 1px solid #e8e8e8;
}


#right .right_contact:link {
	color:#333;

}
#right a.right_contact:visited {
	color:#333;	
}
#right a.right_contact:hover {
	background-color:#fa8100;
	color:#ffffff;

}	/*<a href="http://xmcyberpolice.cn/alert.asp" target=_blank><img src="http://xmcyberpolice.cn/image/gt.gif" width  ="30" border='0'></a>*/