@charset "utf-8";
/* CSS Document */

/*全局*/
body {
	font-family:"Microsoft YaHei",Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:1.428571429;
	margin:0;
	padding:0;
	color:#000;
	padding-top:42px; /* 60px 显示顶栏 */
}
p,ul{
	margin:0;
	padding:0;
}
ul,ul li {
	list-style: none;
}
a{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#999;
}
a:hover{
	color: #f00;
}
li{
	list-style-type:none;
}
img{
	border:0px;
	margin:0;
	padding:0;
}

.m10{
	margin-top:10px;
}
.tit{
	float:left;
	margin-top:4px;
	color:#000;
	font-size:14px;
	font-weight:bold;
}

.more{
	float:right;
	margin-right:10px;
	font-size:12px;
	font-family:SimSun;
	margin-top:6px;
	color:#000;
}
.more a{
	color:#000;
}
.more a:hover{
	color:#F00;
}
.form-control{
	float:left;
	display:block;
	height:30px;
	padding:4px 12px;
	font-size:14px;
	line-height:1.428571429;
	color:#555;
	vertical-align:middle;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	font-family:"Microsoft YaHei",Helvetica,Arial,sans-serif;
}
.form-control:focus{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}
.form-control:-moz-placeholder{
	color:#999
}
.form-control::-moz-placeholder{
	color:#999;
    opacity:1
}
.form-control:-ms-input-placeholder{
	color:#999
}
.form-control::-webkit-input-placeholder{
	color:#999
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{
	cursor:not-allowed;
	background-color:#eee
}
/*头部*/
.container{
	width:1003px;
	margin:0 auto;
	overflow:hidden;
}
.fixed-top{
	position:relative;
	height:40px;
	border:1px solid transparent;
	background:url(../images/top_bg.gif) repeat-x;
	border-bottom:1px solid #d4d4d4;
	border-top:1px solid #d4d4d4;
	position:fixed;
	right:0;
	left:0;
	z-index:1030;
	border-radius:0;
	top:0;
	border-width:1px 0 1px 0;
}
.collapse{
	width:1003px;
	margin:0 auto;
}
.date{
	float:left;
}
.date li{
	float:left;
}
.date li a{
	padding-top:9px;
	overflow:hidden;
	display:block;
}
.navbar-right{
	float:right;	
}
.navbar-right li{
	float:left;
}
.navbar-right li a{
	padding-top:9px;
	overflow:hidden;
	display:block;
}
.divider-vertical{
	height:40px;
	margin:0 20px;
	border-right:1px solid #fff;
	border-left:1px solid #f2f2f2;
}
.logo{
	margin-top:10px;
	overflow:hidden;
}
.logo_left{
	width:320px;
	float:left;
	height:150px;
}
.logo_right{
	width:683px;
	float:right;
	height:150px;
}
.nav-header{
	height:60px;
    margin-top:10px;
	background:url(../images/nav_bg.jpg) no-repeat;
}
.nav-header ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.nav-header ul li{
	width:83px;
	float:left;
	font-size:15px;
	text-align:center;
	height:30px;
	line-height:30px;
	display: block;
}
.nav-header ul li a{
	display:block;
	width:83px;
	color:#010771;
}
.nav-header ul li a:hover{
	text-decoration:underline;
	color:#FFF000;
}
.search{
	height:54px;
	background:url(../images/Search_bg.jpg) no-repeat;
	overflow:hidden;
}
.search ul{
	color:#000;
	margin-top:12px;
}
.search ul li{
	overflow:hidden;
	float:left;
	padding-left:14px;
	font-size:14px;
	height:30px;
	line-height:30px;
}
.search ul li input.form-control{
	height:20px;
}
.btn{
	display:inline-block;
	padding:2px 10px 3px 10px;
	margin-bottom:0;
	font-size:14px;
	font-weight:normal;
	line-height:1.428571429;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
.btn:focus{
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
.btn:hover,.btn:focus{
	color:#333;
	text-decoration:none;
}
.btn-danger{
	color:#fff;
	background-color:#049b21;
	border-color:#017918;
	width:59px;
	height:30px;
	vertical-align:top;
	overflow:hidden;
	font-family:"Microsoft YaHei",Helvetica,Arial,sans-serif;
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{
	color:#fff;
	background-color:#02821b;
	border-color:#017918;
}
.fabu{
	float:right;
	margin-right:14px;
}
/*首页*/
#content{
	width:1003px;
	margin:0 auto;
	overflow:hidden;
}
.index01{
	overflow:hidden;
	width:1003px;
	margin-top:10px;
}
.index01_left{
	width:332px;
	float:left;
}
.index01_left_tit{
	height:30px;
	background:url(../images/titbg01.jpg) repeat-x;
	border:1px solid #aeccf0;
}
.index01_left_tit .tit a{
	color:#166ab7;
	text-align:center;
	width:80px;
	overflow:hidden;
	display:block;
	float:left;
	height:27px;
}
.index01_left_tit .tit a:hover{
	color:#ffffff;
	background:url(../images/titbg001.jpg) no-repeat;
	padding-top:3px;
	height:24px;
}
.index01_left_tit6{
	height:38px;
	background:url(../images/title06.jpg) no-repeat;
}
.tabcontent{
	border:1px solid #aeccf0;
	border-left:1px solid #aeccf0;
	border-top:none;
	height:234px;
	padding:5px 10px;
	overflow:hidden;
}
.tabcontent ul li{
	width:103px;
	float:left;
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
	
}
.index01_left_con1{
	border:1px solid #aeccf0;
	border-top:none;
	height:234px;
	padding:5px 10px;
	overflow:hidden;
}
.index01_left_con1 ul li{
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
	
}
.index01_left_con2{
	border:1px solid #aeccf0;
	border-top:none;
	height:234px;
	padding:5px 10px;
	overflow:hidden;
	background:url(../images/tiwen.jpg) no-repeat;
}
.index01_left_con2 ul li{
	height:50px;
	line-height:50px;
	border:1px #ccc solid;;
	margin-top:5px;
	margin-left:100px;
	text-align:center;
	font-size:16px;
}
.index01_right{
	width:661px;
	float:right;
}
.index01_right_tit{
	height:30px;
	background:url(../images/titbg01.jpg) repeat-x;
	border:1px solid #aeccf0;
	padding-left:15px;
	color:#166ab7;
}
.index01_right_tit .tit{
	color:#166ab7;
}
.index01_right_tit .tit a{
	color:#166ab7;
	text-align:center;
	width:80px;
	overflow:hidden;
	display:block;
	float:left;
	height:27px;
}
.index01_right_tit .tit a:hover{
	color:#ffffff;
	background:url(../images/titbg001.jpg) no-repeat;
	padding-top:3px;
	height:24px;
}
.index01_right_con{
	border:1px solid #aeccf0;
	border-left:1px solid #aeccf0;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.advs_lb{
	float:left;
}
.container1{
	width:250px;
	height:225px;
	overflow:hidden;
	position:relative;
}
.slider li{
	list-style:none;
	display:inline;
}
.slider img{
	width:250px;
	height:225px;
	display:block;
}
.num{
	position:absolute;
	right:5px;
	bottom:5px;
	overflow:hidden;
	text-align:right;
	float:right;
	width:90px;
}
.num li{
	float:left;
	color:#a7cf3b;
	text-align:center;
	line-height:16px;
	width:16px;
	height:16px;
	font-family:Arial;
	font-size:12px;
	cursor:pointer;
	overflow:hidden;
	margin:3px 1px;
	border:1px solid #a7cf3b;
	background-color:#fff;
}
.num li.on{
	color:#fff;
	line-height:21px;
	width:21px;
	height:21px;
	font-size:16px;
	margin:0 1px;
	border:0;
	background-color:#a7cf3b;
	font-weight:bold;
}
.hydt{
	float:right;
	width:360px;
}
.hydt ul li{
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
	
}
.zcqy ul li{
	width:50%;
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
	float:left;
	
}
.index02_left{
	width:332px;
	float:left;
}
.index02_left_tit{
	height:30px;
	background:url(../images/titbg02.jpg) repeat-x;
	border:1px solid #e2e2e2;
}
.index02_left_tit .tit a{
	color:#166ab7;
	text-align:center;
	width:80px;
	overflow:hidden;
	display:block;
	float:left;
	height:27px;
}
.index02_left_tit .tit a:hover{
	color:#ffffff;
	background:url(../images/titbg002.jpg) no-repeat;
	padding-top:3px;
	height:24px;
}
.index02_left_tit9{
	height:38px;
	background:url(../images/title09.jpg) no-repeat;
}
.index02_left_tit10{
	height:38px;
	background:url(../images/title10.jpg) no-repeat;
}
.index02_left_con{
	border:1px solid #e2e2e2;
	border-left:1px solid #dadada;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index02_left_con ul li{
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
	
}
.index02_left_con1{
	border:1px solid #e2e2e2;
	border-left:1px solid #dadada;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index02_left_con1 ul li{
	float:left;
	width:62px;
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
	
}
.index02_center{
	width:325px;
	float:left;
	margin-left:10px;
}
.index02_center_tit{
	height:30px;
	background:url(../images/titbg01.jpg) repeat-x;
	border:1px solid #aeccf0;
}
.index02_center_tit .tit a{
	color:#166ab7;
	text-align:center;
	width:80px;
	overflow:hidden;
	display:block;
	float:left;
	height:27px;
}
.index02_center_tit .tit a:hover{
	color:#ffffff;
	background:url(../images/titbg001.jpg) no-repeat;
	padding-top:3px;
	height:24px;
}
.index02_center_tit8{
	height:38px;
	background:url(../images/title08.jpg) no-repeat;
}
.index02_center_tit11{
	height:38px;
	background:url(../images/title11.jpg) no-repeat;
}
.index02_center_con{
	border:1px solid #aeccf0;
	border-left:1px solid #aeccf0;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index02_center_con ul li{
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
	
}
.index02_center_con1{
	border:1px solid #aeccf0;
	border-left:1px solid #aeccf0;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index02_center_con1 ul li{
	width:101px;
	float:left;
	height:31px;
	line-height:31px;
	border-bottom:1px #ccc dashed;
	
}
.index02_right{
	width:325px;
	float:right;
}
.index02_right_tit{
	height:30px;
	background:url(../images/titbg01.jpg) repeat-x;
	border:1px solid #aeccf0;
}
.index02_right_tit .tit a{
	color:#166ab7;
	text-align:center;
	width:80px;
	overflow:hidden;
	display:block;
	float:left;
	height:27px;
}
.index02_right_tit .tit a:hover{
	color:#ffffff;
	background:url(../images/titbg001.jpg) no-repeat;
	padding-top:3px;
	height:24px;
}
.index02_right_tit8{
	height:38px;
	background:url(../images/title08.jpg) no-repeat;
}
.index02_right_tit11{
	height:38px;
	background:url(../images/title11.jpg) no-repeat;
}
.index02_right_con{
	border:1px solid #aeccf0;
	border-left:1px solid #aeccf0;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index02_right_con ul li{
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
	
}
.advs{
	width:1003px;
	height:100px;
	margin:0 auto;
	margin-top:10px;
	overflow:hidden;
}
.advs11{
	width:1003px;
	height:190px;
	margin:0 auto;
	margin-top:10px;
	overflow:hidden;
}

.index03_tit{
	height:38px;
	background:url(../images/title04.jpg) no-repeat;
}
.index03_con{
	border:1px solid #a7a7a9;
	overflow:hidden;
	padding:5px;
}
.index03_con ul li{
	width:246px;
	float:left;
	text-align:center;
}
.index03_center{
	width:325px;
	float:left;
	margin-left:10px;
}
.index03_center_tit{
	height:30px;
	background:url(../images/titbg02.jpg) repeat-x;
	border:1px solid #e2e2e2;
}
.index03_center_tit .tit a{
	color:#166ab7;
	text-align:center;
	width:80px;
	overflow:hidden;
	display:block;
	float:left;
	height:27px;
}
.index03_center_tit .tit a:hover{
	color:#ffffff;
	background:url(../images/titbg002.jpg) no-repeat;
	padding-top:3px;
	height:24px;
}
.index03_center_con{
	border:1px solid #e2e2e2;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index03_center_con ul li{
	width:101px;
	float:left;
	height:36px;
	line-height:36px;
	border-bottom:1px #ccc dashed;
	
}
.index03_center_con1{
	border:1px solid #e2e2e2;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index03_center_con1 ul li{
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
	
}
.index03_right_tit{
	height:30px;
	background:url(../images/titbg02.jpg) repeat-x;
	border:1px solid #e2e2e2;
}
.index03_right_tit .tit a{
	color:#166ab7;
	text-align:center;
	width:80px;
	overflow:hidden;
	display:block;
	float:left;
	height:27px;
}
.index03_right_tit .tit a:hover{
	color:#ffffff;
	background:url(../images/titbg002.jpg) no-repeat;
	padding-top:3px;
	height:24px;
}
.index03_right_con{
	border:1px solid #e2e2e2;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index03_right_con ul li{
	width:101px;
	float:left;
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
	
}
.index03_right_con1{
	border:1px solid #e2e2e2;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index03_right_con1 ul li{
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
	
}
.index04_left{
	width:332px;
	float:left;
}
.index04_left_tit{
	height:30px;
	background:url(../images/titbg03.jpg) repeat-x;
	border:1px solid #e2e2e2;
}
.index04_left_tit .tit a{
	color:#166ab7;
	text-align:center;
	width:80px;
	overflow:hidden;
	display:block;
	float:left;
	height:27px;
}
.index04_left_tit .tit a:hover{
	color:#ffffff;
	background:url(../images/titbg002.jpg) no-repeat;
	padding-top:3px;
	height:24px;
}
.index04_left_con{
	border:1px solid #e2e2e2;
	border-left:1px solid #dadada;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index04_left_con ul li{
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
	
}
.index04_center{
	width:325px;
	float:left;
	margin-left:10px;
}
.index04_center_tit{
	height:30px;
	background:url(../images/titbg03.jpg) repeat-x;
	border:1px solid #e2e2e2;
}
.index04_center_tit .tit a{
	color:#166ab7;
	text-align:center;
	width:80px;
	overflow:hidden;
	display:block;
	float:left;
	height:27px;
}
.index04_center_tit .tit a:hover{
	color:#ffffff;
	background:url(../images/titbg001.jpg) no-repeat;
	padding-top:3px;
	height:24px;
}
.index04_center_con{
	border:1px solid #e2e2e2;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index04_center_con ul li{
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
	
}
.index04_right{
	width:325px;
	float:right;
}
.index04_right_tit{
	height:30px;
	background:url(../images/titbg03.jpg) repeat-x;
	border:1px solid #aeccf0;
}
.index04_right_tit .tit a{
	color:#166ab7;
	text-align:center;
	width:80px;
	overflow:hidden;
	display:block;
	float:left;
	height:27px;
}
.index04_right_tit .tit a:hover{
	color:#ffffff;
	background:url(../images/titbg001.jpg) no-repeat;
	padding-top:3px;
	height:24px;
}
.index04_right_con{
	border:1px solid #e2e2e2;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index04_right_con ul li{
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
}
.index05_left{
	width:332px;
	float:left;
}
.index05_left_tit{
	height:30px;
	background:url(../images/titbg04.jpg) repeat-x;
	border:1px solid #aca6a6;
}
.index05_left_tit .tit a{
	color:#146542;
	text-align:center;
	width:80px;
	overflow:hidden;
	display:block;
	float:left;
	height:27px;
}
.index05_left_tit .tit a:hover{
	color:#ffffff;
	background:url(../images/titbg002.jpg) no-repeat;
	padding-top:3px;
	height:24px;
}
.index05_left_con{
	border:1px solid #aca6a6;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index05_left_con ul li{
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
	
}
.index05_left_con1{
	border:1px solid #aca6a6;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index05_left_con1 ul li{
	float:left;
	width:77px;
	height:31px;
	line-height:31px;
	border-bottom:1px #ccc dashed;
	
}
.index05_center{
	width:325px;
	float:left;
	margin-left:10px;
}
.index05_center_tit{
	height:30px;
	background:url(../images/titbg04.jpg) repeat-x;
	border:1px solid #aca6a6;
}
.index05_center_tit .tit a{
	color:#146542;
	text-align:center;
	width:80px;
	overflow:hidden;
	display:block;
	float:left;
	height:27px;
}
.index05_center_tit .tit a:hover{
	color:#ffffff;
	background:url(../images/titbg001.jpg) no-repeat;
	padding-top:3px;
	height:24px;
}
.index05_center_con{
	border:1px solid #aca6a6;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index05_center_con ul li{
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
	
}
.index05_center_con1{
	border:1px solid #aca6a6;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index05_center_con1 ul li{
	float:left;
	width:101px;
	height:31px;
	line-height:31px;
	border-bottom:1px #ccc dashed;
	
}
.index05_right{
	width:325px;
	float:right;
}
.index05_right_tit{
	height:30px;
	background:url(../images/titbg04.jpg) repeat-x;
	border:1px solid #aca6a6;
}
.index05_right_tit .tit a{
	color:#146542;
	text-align:center;
	width:80px;
	overflow:hidden;
	display:block;
	float:left;
	height:27px;
}
.index05_right_tit .tit a:hover{
	color:#ffffff;
	background:url(../images/titbg001.jpg) no-repeat;
	padding-top:3px;
	height:24px;
}
.index05_right_con{
	border:1px solid #aca6a6;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index05_right_con ul li{
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
}
.index05_right_con1{
	border:1px solid #aca6a6;
	border-top:none;
	height:234px;
	padding:5px 10px;
}
.index05_right_con1 ul li{
	float:left;
	width:101px;
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
}
.pro_img a{
	width:224px;
	height:85px;
	padding:3px;
	border:1px solid #CCC;
	overflow:hidden;
	display:block;
	margin:0 auto;
}
.pro_img a img{
	vertical-align:bottom;
}
.pro_tit{
	height:40px;
	line-height:40px;
}
#link{
	width:1003px;
	margin:0 auto;
	margin-top:10px;
	overflow:hidden;
}
.link_tit{
	height:40px;
	line-height:30px;
	background:url(../images/title04.jpg) no-repeat;
}
.link_con{
	border:1px solid #dee5ef;
	border-left:1px solid #dee5ef;
	border-top:none;
	padding:5px;
	padding-left:8px;
}
.link_con ul li{
	line-height:35px;
}

/*子页样式*/

.w1003{
	width:1003px;
	margin:0 auto;
	margin-top:10px;
	overflow:hidden;
}
.left02{
	margin-top:10px;
}
.left_con{
	width:225px;
	float:left;
}
.left01_tit{
	height:30px;
	background:url(../images/titbg01.jpg) repeat-x;
	border:1px solid #aeccf0;
	padding-left:10px;
}
.left01_tit .tit a{
	color:#166ab7;
	text-align:center;
	width:80px;
	overflow:hidden;
	display:block;
	float:left;
	height:27px;
}
.left01_tit .tit a:hover{
	color:#ffffff;
	background:url(../images/titbg001.jpg) no-repeat;
	padding-top:3px;
	height:24px;
}
.left01_con{
	border:1px solid #aeccf0;
	border-top:none;
	padding:5px 10px;
	overflow:hidden;
}
.left01_con ul li{
	float:left;
	width:100px;
	height:27px;
	line-height:27px;
	border-bottom:1px #ccc dashed;
}
.right_con{
	width:768px;
	float:right;
}
.right_tit{
	height:30px;
	background:url(../images/titbg01.jpg) repeat-x;
	border:1px solid #aeccf0;
	padding-left:10px;
}
.right_list{
	padding:5px 10px;
	overflow:hidden;
	border:1px solid #aeccf0;
	border-top:none;
	width:746px;
}
.right_list ul li{
	height:30px;
	line-height:30px;
	border-bottom:1px #ccc dashed;
}
.title{
	float:left;
}
.time{
	float:right;
	width:100px;
}
.right_body{
	padding:30px;
	overflow:hidden;
	border:1px solid #aeccf0;
	border-top:none;
	width:706px;
}
.right_body ul{
	line-height:30px;
}
.biaoti{
	text-align:center;
	font-size:18px;
	line-height:50px;
}
.nums{
	text-align:center;
	line-height:50px;
	
}

/*底部*/
#footer{
	width:1003px;
	height:155px;
	background:url(../images/foot_bg.png) no-repeat;
	margin:0 auto;
	overflow:hidden;
	margin-top:10px;
}
.footlink{
	text-align:center;
	color:#fff;
	height:35px;
	line-height:35px;
}
.footlink a{
	color:#fff;
}
.footlink a:hover{
	color:#FF0;
}
.banquan{
	margin-top:10px;
}
.banquan ul li{
	height:30px;
	line-height:30px;
	text-align:center;
}

/*翻页*/
div#showpages{padding:0px;width:100%;white-space:nowrap;overflow:hidden;}
div#pagesinfo{float:left;white-space:nowrap;margin-top:7px; padding-left:10px;}
div#pages{float:right;padding-right:8px;white-space:nowrap; margin-top:3px; margin-bottom:10px;}
div#pages ul{margin:0;padding:0;}
div#pages a:link,div#pages a:visited,div#pages a:active{color:#505050;text-decoration:none;}
div#pages a:hover{color:#ff0000;text-decoration:none;}
div#pages li{margin:0 3px;padding:5px 8px;list-style-type:none;float:left;font:12px Verdana,Arial,Helvetica,sans-serif;color:#505050;border:1px #4c5159 solid;white-space:nowrap; height:18px;}
div#pages li.pagesnow{color:#505050;background-color:#FFF;white-space:nowrap;}
div#pages li.pbutton{color:#505050;background-color:#e2e2e2;padding:5px 5px;white-space:nowrap;}
div#pages li.opt{color:#505050;padding:2px 2px 0 2px;;white-space:nowrap;border:0px;}
div#pages li.opt select{
	font-size:14px;
}

.tl31{
    width:327.66px;float:left;text-align:center;padding-right:5px;
}
.tl32{
    width:327.66px;float:left;text-align:center;padding-right:5px;padding-left:5px;
}
.tl33{
    width:327.66px;float:right;text-align:center;padding-left:5px;
}

.tl21{width:497px;float:left;text-align:center;}
.tl21{width:497px;float:right;text-align:center;}

.tl41{
    width:243.25px;float:left;text-align:center;padding-right:5px;
}
.tl42{
    width:243.25px;float:left;text-align:center;padding-right:5px;padding-left:5px;
}
.tl43{
    width:243.25px;float:right;text-align:center;padding-left:5px;
}