﻿@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:#666;
}
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:#666; text-decoration:none;}
a:hover {color:#333; text-decoration:underline;}
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:980px;
	margin:0 auto;
	padding:0px;
	overflow:hidden;
}
.top_logo {
	background:url(../images/logo.jpg) no-repeat;
	float:left;
	text-align:left;
	width:360px;
}
.top_column {
	width:980px;
	height:38px;
	padding:0;
	line-height:38px;
	overflow:hidden;
}
.top_column li{
	float:left;
	background:url(../images/tiao.jpg) no-repeat right center;
	font-weight:bold;
	padding:0 25px;
	font-size:14px;
}
.top_column li a:hover{color:#fff;}
.top_column li a,.top_column li a:visited {color:#FCBA3F; text-decoration:none;}
.top_column li.lastone{background:none;}
.top_column li.firstone {background:url(../images/tiao_01.jpg) no-repeat right center;}
/*Info CSS*/
.center{
	margin:0 auto;
	padding:15px 0;
	width:980px;
}
.center_l {/*Left Info*/
	width:220px;
	overflow:hidden;
}
.center_r {/*Right Info*/
	width:755px;
	margin:0px;
	overflow:hidden;
}
.pro {
	padding:0 7px;
	width:169px;
}
.pro_img{
	width:167px;
	height:125px;
}
.pro_img a{
	border:1px #EACBAD solid;
	display:inline-block;
}
.pro_img a:hover{
	border:1px #8e070b solid;
	display:inline-block;
}
.pro_test{
	width:169px;
	text-align:center;
	line-height:40px;
	height:40px;
}

/*Bottom CSS*/
.bottom{
	margin:0px auto;
	width:980px;
	padding:20px 0 0;
	color:#FCBA3F;
	overflow:hidden;
}
.bottom a:link,.bottom a:visited{color:#FCBA3F;}
.bottom_nav{
	width:980px;
	line-height:21px;
	text-align:center;
	}
.bottom_nav a{
	padding:0 5px;
	}
.news_t {
	width:730px;
	padding:0 0 10px 0;
	margin:0px auto;
	overflow:hidden;
}
.news_t li{text-align:left;position:relative;display:block;list-style:none; line-height:29px; margin:0px; padding:0px 0px 0px 10px; background:url(../images/icon.gif) no-repeat left center; border-bottom:1px dashed #666;}
.news_t li a,.news_t li a:visited{color:#333; text-decoration:none;}
.news_t li a:hover{color:#BB6712; text-decoration:underline;}
.news_t li span{float:right; color:#666;}

.news_t1{
	width:720px;
	margin:0px;
	padding:0 0 30px 0;
	overflow:hidden;
}
.news_t1 li{float:left; text-align:left;position:relative;display:block;list-style:none; line-height:26px; margin:0px 8px; padding:0px 0px 0px 10px; width:330px; background:url(../images/icon.gif) no-repeat left center;border-bottom:1px #999 dashed;}
.news_t1 li a:hover{color:#FFAC26;text-decoration:none;}

.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;
}
