﻿@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0px auto;/*top,right,bottom,left*/
	line-height:21px;
	font-family:Arial, Helvetica, sans-serif,"宋体";
	font-size:12px;
	color:#333;
	background:url(../images/top.jpg) no-repeat center top #FDF9EE;
}
body, h1, h2, h3, h4, h5, h6, p, div, dl, dt, dd, ul, ol, li, th, td, form, fieldset, input, button, textarea, legend, blockquote {
margin:0;
padding:0;
}
form {
	display:inline;
	padding:0;
	margin:0;
}
input{
	display:inline;
	padding:0;
	margin:0;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
a,a:link,a:visited {color:#333; text-decoration:none;}
a:hover {color:#333; text-decoration:none;}
a:active {color:#333; text-decoration:none;}

img{border:none;}
.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*Head CSS*/
.top {
	width:967px;
	margin:0 auto;
	padding:0px;
	overflow:hidden;
}
.top_logo {
	width:349px;
	float:left;
	height:109px;
	padding:0;
	margin:0;
	overflow:hidden;
}
.top_r{
	width:209px;
	height:109px;
	float:right;
	padding:0;
	margin:0 auto;
	overflow:hidden;
	}
.top_column {
	width:967px;
	height:44px;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}
.top_column li{
	float:left;
	background:url(../images/tiao.jpg) no-repeat left center;
	font-weight:bold;
	padding:0 20px;
	font-size:14px;
	line-height:44px;
}
.top_column li a:hover{color:#fff;}
.top_column li a,.top_column li a:visited {color:#ffd585; text-decoration:none;}
.top_column li.lastone{background:none;}
.top_column li.firstone {
	background:url(../images/index.jpg) no-repeat left center;
	padding:0 18px 0 31px;
	}
/*Info CSS*/
.center{
	margin:0 auto;
	padding:30px 0 15px;
	width:967px;
	overflow:hidden;
	background:url(../images/cen_top_bg.jpg) no-repeat top;
}
.center_l {/*Left Info*/
	width:199px;
	padding:0;
	margin:0;
	float:left;
	overflow:hidden;
}
.center_r {/*Right Info*/
	width:755px;
	margin:0px;
	overflow:hidden;
}
.pro {
	padding:0 10px 0 12px;
	width:166px;
	background:url(../images/pro_bg.jpg) no-repeat top;
}
.pro_img{
	width:152px;
	height:133px;
	padding:7px;
	margin:0 auto;
}
.pro_test{
	width:166px;
	text-align:center;
	line-height:34px;
	height:34px;
}

/*Bottom CSS*/
.bottom_bg{
	background:url(../images/bottom_bg.jpg) repeat-x top;
	width:100%;
	height:212px;
	padding:0;
	margin:0 auto;
	overflow:hidden;
	}
.bottom{
	width:967px;
	padding:0;
	margin:0 auto;
	overflow:hidden;
	}
.tags{
	width:967px;
	padding:0;
	margin:0 auto;
	height:104px;
	overflow:hidden;
	}
.tags_t{
	background:url(../images/tags_t.jpg) no-repeat top;
	width:200px;
	height:84px;
	padding:20px 0 0 25px;
	margin:0;
	overflow:hidden;
	line-height:24px;
	}
.tags_t h3 a{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	}
.tags_info{
	width:735px;
	float:right;
	padding:20px 0 0;
	margin:0 auto;
	overflow:hidden;
	}

.tags_info li {
	background:url(../images/tags_li.jpg) no-repeat left center;
    float: left;
    overflow: hidden;
    padding: 0 0 0 10px;
    width: 160px;
	line-height:24px;
	margin:0 5px;
}
.tags_info li a{
	color:#5e272a;
	}
.bottom_nav{
	width:967px;
	line-height:42px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#ffbd72;
	padding:10px 0 0;
	}
.bottom_nav a{
	color:#ffbd72;
	padding:0 5px;
	}
.links{
	width:967px;
	line-height:20px;
	text-align:center;
	color:#f5e4b3;
	}
.links a,.copy a{
	color:#f5e4b3;
	padding:0 3px;
	}
.copy{
	width:967px;
	line-height:25px;
	text-align:center;
	color:#f5e4b3;
	}
.page {
    line-height: 25px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    width: 700px;
}
.pager {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0 0 2px;
    text-align: center;
    width: 100%;
}
.pager .disabled {
    font-size: 12px;
    margin: 1px;
    padding: 2px 5px;
}
.pager .current {
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    margin: 1px;
    padding: 2px 5px;
    text-decoration: none;
}
.pager a {
    cursor: pointer;
    font-size: 12px;
    margin: 1px;
    padding: 2px 5px;
}
.pager a:hover {
    color: #333333;
    cursor: pointer;
    font-size: 12px;
    margin: 1px;
    padding: 2px 5px;
}
.pager input {
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    margin: 0 3px;
    vertical-align: middle;
    width: 20px;
}
