﻿/*
******************************
********** author:@zhou小白猪
********** css:common.css
******************************
*/


@import "head.css";
@import "foot.css";

body {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 13px;
}
body, tl, td, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
}
ol, ul {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a, a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
* {
	margin: 0;
	padding: 0;
	/*font-family: Arial, "Microsoft Yahei", "宋体";*/
	font-family:Microsoft Yahei, Arial, Lucida, Verdana, Helvetica, sans-serif;
}
.all, .head, .content, .foot {
	width: 100%;
	height: auto;
	float: left;
}
/*页码代码 str*/
.page {
	width: 100%;
	height: auto;
	float: left;
	text-align: right;
	margin-top: 25px;
}
.page_box {
	width: auto;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}
.page_box a, .page_box a:link, .page_box a:visited {
	width: auto;
	height: auto;
	padding: 7px 12px;
	border: 1px solid #e3e3e3;
	color: #707070;
	margin-right: 2px;
}
.page_box a:hover {
	text-decoration: none;
	background: #4c8a14;/*修改页码移过时的颜色*/
	border: 1px solid #4c8a14;
	color:#fff;
	cursor: pointer;
}
.page_box .current {
	width: auto;
	height: auto;
	padding: 7px 12px;
	text-decoration: none;
	background: #4c8a14;/*修改页码被选中时的颜色*/
	border: 1px solid #4c8a14;
	cursor: default;
	color: #fff;
	margin-right: 2px;
}
.page_box .allpages {
	width: auto;
	height: auto;
	padding: 7px 12px;
	margin-left: 2px;
	color: #999999;
	border: 1px solid #dedede;
}
placeholder {
	color: #bfbfbf;
}
input::-moz-placeholder {
 color:#bfbfbf;
}
input::-webkit-input-placeholder {
 color:#bfbfbf;
}

/* html 代码
<div class="page">
	<div class="page_box">
		<span class="current">首页</span>
		<a href="#">2</a>
		<a href="#">3</a>
		<a href="#">4</a>
		<a href="#">5</a>
		<a href="#">尾页</a>
		<span class="allpages">共9999条/99页</span>
	</div>
</div>	
*/


.all_center_box
{
    width:1200px;
    height:auto;
    margin:0 auto;
    padding:0;
    position:relative;
}


/*客服*/
.keifu{ position:fixed; top:15%; right:0; width:26px;  _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
 z-index:990;}
.keifu_tab{ width:160px;}
.icon_keifu{ width:26px; height:100px; float:left; background:url(../images/keifu.png) 0 0; position:relative;  cursor:pointer;}
.keifu_box{ float:left; width:131px;display:none;}
.keifu_tab img{ display:block;}
.keifu_head{ width:131px; height:41px; background:url(../images/keifu.png); background-position: 0 -103px; font-size:0; line-height:0; position:relative;}
.keifu_close:link,.keifu_close:visited{ display:block; width:11px; height:11px; background:url(../images/keifu.png) -42px 0; position:absolute; top:5px; right:5px;}
.keifu_close:hover{ background-position:-60px 0;}
.keifu_con{ border-left:7px solid #6ba537; border-right:7px solid #6ba537; padding-top:15px; background:#fbfbfb;}
.keifu_con li{height:33px; padding-left:12px;position:relative;}
.keifu_con li .name{position:absolute;left:5px;top:2px;font-size:13px;}
.keifu_con li img{position:absolute;right:5px;top:0;}
.keifu_con .weixin{ height:96px;}
.keifu_con .bt{ font-size:16px; height:30px; line-height:30px; text-align:left; padding:0 0 0 20px; color:#012646;}
.keifu_bot{ width:131px; height:11px; background:url(../images/keifu.png); background-position:0 -150px; }