@charset "utf-8";
/* CSS Document */
/*************************************
* 文件名称：page.css
* 作   者：无忧网络 www.ewoyo.cn
* 创建日期：2018-03-03
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 内容概要: 网页样式文件
*************************************/
.pbanner{height:350px;background:url(../images/pbanner.jpg) top center no-repeat;}
.main{ padding:20px 0;}
/*长度*/
.w250{width:250px;border:1px solid #1871c5;}
.w920{width:920px;}

/*box*/
dl.box{
	margin:0 auto;
	overflow:hidden;
	border:1px solid #1871c5;
	}
dl.box dt{
width:100%;
	height:42px;
	background:url(/skin/images/pr_dt.jpg) repeat-x;
	
	}
dl.box dt a{color:#333;}	
dl.box dt h3{
	background:url(/skin/images/pr_h3.png) bottom left no-repeat;
	height:37px;
	font-size:18px;
    line-height:36px;
	font-weight:100;
	color:#fff;
	padding:0 35px 5px;
	width:100px;
	}
dl.box dt span{
	margin-right:10px;
	line-height:32px;
	}		
dl.box dd{
	background-color:#fff;
	overflow:hidden;
	padding-bottom:10px;
	}



/*文章列表*/
.list_news,.list_down,.list_job{
	width:95%;
	margin:10px auto;
	overflow:hidden;
	}
.list_news li,.list_down li,.list_job li{
	border-bottom:#ccc 1px dotted;
	background:url(../images/ico.gif) left center no-repeat;
	padding:10px 0 9px 10px;
	font-size:14px;
	overflow:hidden;
	}
.list_news li span,.list_job li span{
	float:right;
	font-size:12px;
	font-family: "宋体", Arial;
	}
.list_down li span{
	width:20px;
	height:20px;
	float:right;
	margin-top:5px;
	}
.list_down li span a.down{
	width:15px;
	height:15px;
	background:url(../images/base/down.gif) center center no-repeat;
	text-indent:-9999px;
	display:block;
	}
.list_down li a:hover.down{
	background:url(../images/base/down_on.gif) center center no-repeat;
	}

/*产品列表*/	
.list_pro{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
	}	
.list_pro li{
	width:880px;
	border-bottom:#ccc 1px solid;
	padding:20px;
	overflow:hidden;
	}
.list_pro li .img{
	width:265px;
	height:200px;
	float:left;
	}
.list_pro li .img img{
	width:100%;
	height:100%;
	display:block;
	}
.list_pro li .info{
	width:600px;
	float:right;
	overflow:hidden;
	 }
.list_pro .info .name{
	width:600px;
	overflow:hidden;
	}	
.list_pro .info .name h3{
	float:left;
	width:475px;
	font-size:18px;
	}	
.list_pro .info .name .Price{
	float:right;
	width:125px;
	color: #f60;
	text-align:right;
	}	 
.list_pro .info .name .Price span{
	font-size:20px;
	font-weight:800;
	}	
.list_pro .intro{
	margin-top:10px;
	font-size:13px;
	line-height:25px;
	color:#999;}		
/*图片列表*/
.list_pic{
	width:930px;
	margin-top:10px;
	margin-bottom:5px;
	overflow:hidden;
	}	
.list_pic li{
	width:276px;
	float:left;
	border:#ccc 1px solid;
	padding:1px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	text-align:center;
	}
.list_pic li .img{
	width:276px;
	height:209px;
	margin:0 auto;
	overflow:hidden;
	border-bottom:#ccc 1px solid;
	padding-bottom:1px;
	}
.list_pic li .img img{
	width:100%;
	height:100%;
	display:block;
	}
.list_pic li .name{
	 text-align:center;
	 overflow:hidden;
	 white-space:nowrap;
	 text-overflow:ellipsis;
	 line-height:35px;
	 }	
	 
/*正文*/
.viewbox{
	padding:15px 30px;
	overflow:hidden;
	}
.viewbox .h3,.viewbox .more,.viewbox .cont,.viewpro{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	}
.viewbox .h3,.viewbox .more{
	text-align:center;
	}
	
.viewbox .h3{
	color:#000;
	padding-bottom:10px;
	border-bottom:#ccc 1px dotted;
	font:400 18px/30px "Microsoft Yahei";
	}
.viewbox .more{
	padding:7px 0;
	color:#999;
	font-size:10px;
	}	
.viewbox .more a{
	padding:7px 0;
	color:#999;
	font-size:12px;
	color:#F00;
	}		
.viewbox .cont{
	padding-top:5px;
	font-size:15px;
	line-height:220%;
	}
.viewpro,.viewjob{
	background:url(../images/base/particular.gif) left bottom no-repeat;
	padding-bottom:30px;
	}			
.viewpro img{
	width:300px;
	display:block;
	border:#ccc 1px solid;
	padding:1px;
	}	
.viewjob li{
	line-height:30px;
	font-size:14px;
	}	
	
/*无权查看*/
.NoRight{
	text-align:center;
	}

/*页码*/
.ewoyopage{
	width:95%;
	text-align:center;
	margin:10px auto 10px auto;
	line-height:30px;
	font-size:12px;
	}
.ewoyopage span,.ewoyopage a{
	padding:7px 13px;
	margin-left:2px;
	margin-right:2px;
	background-color:#fff;
	border:#d9d9d9 1px solid; color:#333;
	}
.ewoyopage span font{
	font-size:12px;
	}
.ewoyopage a:hover,.ewoyopage span.current{
	background-color:#0857b4;
	border:#d9d9d9 1px solid;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	padding:7px 13px;
	}

/*留言*/
.Message,.Mreg{
	width:100%;
	overflow:hidden;
	}
.Message li,.Mreg li{
	width:100%;
	overflow:hidden;
	border-bottom:#d4d9dd 1px solid;
	padding:8px 0;
	line-height:30px;
	}
.Message li label,.Mreg li label{
	float:left;
	width:100px;
	text-align:right;
	}	
.Mreg li label{
	width:150px;
	}	
.Message .libt,.Mreg .libt{
	border-bottom:none;
	}


/*子页分类*/
dl.PageMenu{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	}
dl.PageMenu dt{
	height:40px;
	background-color:#0068b7;
	color:#fff;
	text-indent:20px;
	line-height:40px;
	font-size:16px;
	}
dl.PageMenu dd{
	border:#d4d9dd 1px solid;
	border-bottom:none;
	}
dl.PageMenu dd ul{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	}
dl.PageMenu dd ul li{
	border-bottom:#d4d9dd 1px solid;
	}
dl.PageMenu dd ul li a{
	height:40px;
	display:block;
	text-indent:30px;
	line-height:40px;
	background:url(../images/PageMenu_ico.gif) #edf0f1 20px center no-repeat;
	}
dl.PageMenu dd ul li a:hover{
	background:url(../images/PageMenu_ico_on.gif) #00a1e9 20px center no-repeat;
	color:#fff;
	}

/*联系方式*/
.contact{
	width:248px;
	margin:0 auto 0;
	overflow:hidden;
	border:#cfcfcf 1px solid;
	}
.contact dt{
	height:34px;
	background:url(../images/base/contact.jpg) repeat-x;
	text-align:left;
	text-indent:10px;
	color:#000;
	line-height:35px;
	border-bottom:#cfcfcf 1px solid;
	}
.contact dd{
	background-color:#fff;
	padding:5px;
	}
.contact td{
	padding:3px 0;
	}		

/*搜索*/
.search{
	background-color:#1571C4;
	width:210px;
	margin:0 auto;
	padding:20px;
	overflow:hidden;
	font-size:12px;
	}
.search .searchkey,.search .searchsub{
	float:left;
	padding:0;
	margin:0;
	height:28px;
	color:#666;
	}
.search .searchkey{
	-moz-border-radius-topleft:5px;
	-khtml-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	text-indent:10px;
	width:150px;
	}
.search .searchsub{
	width:50px;
	border:none;
	height:30px;
	background:#485a66 url(../images/search-submit.jpg) center center no-repeat;
	font-size:0;
	cursor:pointer;
	-moz-border-radius-topright:5px;
	-khtml-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-khtml-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	}