/* pmain */
.pmain{
	width: 954px;
	margin: 0 auto;
	padding-top:13px;
}
.pmain .pmainLeft {
	float: left;
	width: 219px;
	padding-top: 35px;
	padding-bottom: 50px;
}
.pmain .pmainRight {
	float: left;
	width: 685px;
	margin-left: 25px;
}

/* subMenu */
.subMenu{
	padding-bottom:10px;
	background:url(../images/pic_06.jpg) left bottom no-repeat;
}
.subMenu dt{
	padding-top:3px;
	height:36px;
	background:url(../images/pic_05.jpg) no-repeat;
	padding-left:21px;
	line-height:36px;
	color:#108bda;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.subMenu dd{
	border:#ddd solid 1px;
	border-bottom:0px;
	height:35px;
	line-height:35px;
	padding-left:43px;
	color:#575656;
	background:url(../images/pic_07.jpg) 21px 15px no-repeat;
}
.subMenu dd a{
	color:#333333;
}
/*  */

.pmainLeft #form1 {
	display: block;
	width: 215px;
	height: 25px;
	border:#108bda solid 1px;
	padding:1px;
	margin-top:15px;
}
.pmainLeft #skeys {
	display: block;
	float: left;
	width: 152px;
	line-height: 14px;
	padding: 5px 4px 6px 7px;
	margin: 0;
	background: none;
	border: none;
	outline: none;
	color: #108bda;
}
.pmainLeft #sbtn {
	display: block;
	float: left;
	width: 52px;
	height: 25px;
	padding: 0;
	margin: 0;
	background: #108bda;
	border: none;
	outline: none;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
}

.location{
	display: block;
	height: 35px;
	color: #a6a7a7;
	border-bottom: 1px solid #ddddde;
}
.location span {
	display: block;
	float: left;
	border-bottom: 1px solid #a7a7a8;
	padding: 8px 10px 7px 10px;
	font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
	font-size: 14px;
	color: #108bda;
	font-weight:bold;
}
.location .local {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	color: #333;
}
.location .local a, .location .local a:hover {
	color: #333;
}
.location .local a.blue {
	color: #03a9c0;
}

.pmain .about {
	display: block;
	line-height: 26px;
	padding: 20px 10px 30px 10px;
	color: #333;
}

/* news */
.pmain .news {
	display: block;
	padding: 20px 10px 30px 10px;
}
.pmain .news ul {
	display: block;
	height: 510px;
}
.pmain .news ul li {
	display: block;
	height: 70px;
	border-bottom: 1px dashed #ddddde;
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.pmain .news ul li h2 {
	display: block;
	line-height: 30px;
	font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
	font-size: 14px;
}
.pmain .news ul li h2 span {
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #999;
}
.pmain .news ul li p {
	display: block;
	line-height: 20px;
	color: #999;
}
.pmain .news ul li h2 a {
	color: #666;
}

.pmain .news .bt {
	text-align: center;
	color: #3f79ca;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 15px;
	font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}
.pmain .news .p {
	color: #ccc;
	padding-bottom: 5px;
	text-align: center;
}
.pmain .news .c {
	padding: 10px 0px;
	line-height: 22px;
	color: #777777;
}


/* Products */
.pmain .Products {
	display: block;
	padding: 20px 10px 30px 10px;
	color: #575656;
}
.product_main ul {
	display: block;	
	height: 572px;
	overflow: hidden;
}
/**/
.pmain .Products ul li{
	float:left;
	width:121px;
	height:134px;
	margin:0px 15px;
	overflow:hidden;
}
.pmain .Products ul li a{
	display:inline-block;
	background:url(../images/pic_02.jpg) no-repeat;
	width:113px;
	height:102px;
	padding:4px;
	overflow:hidden;
}
.pmain .Products ul li a img{
	width:113px;
	height:102px;
}
.pmain .Products ul li p{
	display:block;
	text-align:center;
	color:#333;
	line-height:24px;
}




.pmain .Products .dets_img {
	display: block;
	width: 360px;
	height: 360px;
	border: 1px solid #dfdfdf;
	margin: 0 auto;
}

.pmain .Products .dets_title {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
	font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
	font-size: 14px;
	color: #333;
}
.pmain .Products .dets_conts {
	display: block;
	line-height: 22px;
	border-top: 1px solid #ddddde;
	padding: 20px 10px 50px 10px;
	font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
	color: 666;
}
.pmain .Products .dets_conts table td{
	padding:5px;
}
.pmain .Products .dets_conts .table td{
	text-align:center;
	padding:0px;
}

/* divBg */
.divBg{
	background:#000;
	position:fixed;
	left:0px;
	top:0px;
	z-index:100;
	width:100%;
	height:100%;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
	display:none;
}
/* ProShow */
.ProShow{
	display:none;	
	position:fixed;
	left:50%;
	top:50%;
	width:603px;
	height:528px;
	margin-left:-301px;
	margin-top:-264px;
	background:url(../images/bg.png) no-repeat;
	z-index:200;	
}
.ProShow .img{
	width:576px;
	height:395px;
	margin:14px 12px;
	background:#FFFFFF;
}
.ProShow .img img{
	margin:auto;
	position:relative;
	z-index:0;
}
.ProShow .img .sy{
	position:absolute;
	left:80px;
	top:180px;
	z-index:100;

	background:url(../images/sy.png) no-repeat;
	width:421px;
	height:45px;
}
.ProShow .img .close{
	position:absolute;
	right:25px;
	top:25px;
	background:url(../images/close.jpg) no-repeat;
	cursor:pointer;
	width:76px;
	height:25px;
}
.ProShow .C{
	text-align:center;
	line-height:28px;
	font-size:18px;
	color:#FFF;
}