﻿@charset "utf-8";
/* CSS Document */

/**********************公共区域************************/
html,body,div,table,tr,td,th,p,ul,li,ol,form,img,input{
	padding:0;
	margin:0;
}
body{
	color:#666;
	font-family:"宋体",Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	background:#5185C1;
}
a:link,a:visited{
	color:#666;
	text-decoration:none;
}
a:hover,a:active{
	color:#5185C1;
}
img{border:none; display:block;}
ul{list-style:none;}

.fleft{float:left;}
.fright{float:right;}
.center{
	margin-left:auto;
	margin-right:auto;
}
.clear{clear:both;}

.mt10{ margin-top:10px;}
.mt5{ margin-top:5px;}

.hide{display:none;}

.wrapper{
	width:1010px;
	margin:0 auto;
	background:#fff;
}
.header{
	width:1002px;
	margin:0 auto;
	background:url(../images/bg_header.jpg) repeat-x center top;
}
.header .top{
	height:36px;
	line-height:36px;
	text-align:right;
	padding-right:30px;
	background:url(../images/bg_top.jpg) repeat-x left top;
}
.header .logo{
	height:156px;
	overflow:hidden;
}
.header .navigation{
	height:40px;
	width:100%;
	background:url(../images/bg_nav.jpg) repeat-x center center;
}
.header .navigation .nav{
	height:40px;
	line-height:40px;
	width:980px;
	margin:0 auto;
	overflow:hidden;
	font-family:"微软雅黑","黑体";
}
.header .navigation .navmain ul li{
	float:left;
	width:91px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:url(../images/bg_nav_li.jpg) no-repeat left center;
}
.header .navigation .nav a{
	font-size:15px;
	color:#fff;
}
.header .navigation .nav a:hover{
	font-size:16px;
}
.header .bar{
	height:31px;
	line-height:31px;
	border:#ddd 1px solid;
	padding:0 30px;
	background:url(../images/bg_bar.jpg) repeat-x center bottom;
}
.header .bar .date{
	float:left;
	padding-left:20px;
	background:url(../images/top5_L.png) no-repeat left center;
}
.header .bar .search{
	float:right;
}
.header .bar .search .text{
	height:21px;
	line-height:21px;
	border:none;
	width:136px;
	_width:161px;
	padding-left:25px;
	color:#999;
	background:url(../images/top5_R1.jpg) no-repeat left center;
}
.header .bar .search .sub{
	width:51px;
	height:20px;
	border:none;
	background:url(../images/top5_R2.jpg) no-repeat center center;
}
.header .banner{
	border:#ddd 1px solid;
}
.header .banner img{
	width:100%;
}

.footer{
	width:1002px;
	margin:0 auto;
	padding-top:20px;
	background:url(../images/bg_foot.jpg) repeat-x center bottom;
}
.footer .text{
	height:50px;
	line-height:60px;
	overflow:hidden;
}
.footer .footmain{
	padding-top:10px;
}
.footer .footnav{
	height:35px;
	line-height:35px;
	text-align:center;
}
.footer .copyright{
	text-align:center;
	line-height:22px;
	padding-bottom:10px;
}

.main{
	width:1002px;
	margin:8px auto;
}

.pagelist{
	text-align: right;
	border-top:#ddd 1px solid;
	padding: 20px 0 5px 0;
	font-size: 11px;
}
.pagelist a {
	margin: 0 5px 0 0;
	padding: 2px 4px;
	}

.pagelist a.number {
	border: 1px solid #ddd;
	}

.pagelist a.current {
	background: #5185C1; url('../images/bg-button-green.gif') top left repeat-x  !important;
	border-color: #5185C1; !important;
	color: #fff !important;
	}
	
.pagelist a.current:hover {
	text-decoration: underline;
}

/********************************留言板******************************/

.msglist{
	float:left;
	width:650px;
}
.msglist .listbox .listmain{
	padding:10px 0;
}
.msglist .listbox ul li{
	background:#f9f9f9;
	border:#ccc 1px solid;
	border-bottom-width:2px;
}
.msglist .listbox ul li .msghead{
	padding-left:10px;
	height:25px;
	line-height:25px;
	border-bottom:#ccc 1px solid;
}
.msglist .listbox ul li .msghead .name{
	font-size:13px;
	font-family:"微软雅黑","黑体";
	color:#333;
}
.msglist .listbox ul li .msghead .time{
	font-size:11px;
	color:#999;
}
.msglist .listbox ul li .msgcon{
	padding:15px;
}
.msglist .listbox ul li .msgcon p{
	padding:10px;
}
.msglist .listbox ul li .msgcon .reply{
	padding:5px;
	border:#ccc 1px dashed;
}
.msglist .listbox ul li .msgcon .reply .replyhead{
	color:#C30006;
}
.writemsg{
	float:right;
	width:320px;
}
.writemsg .box{
	padding:10px;
}
.writemsg .box .form{
	background:#eee;
	padding:10px;
}
.writemsg .box .form p{
	padding-bottom:10px;
}
.writemsg .box .form .must{ color:#f00;}
.writemsg .box .form label{
	padding:5px 0;
	font-size:15px;
	font-family:"微软雅黑","黑体";
	display:block;
	color:#333;
}
.writemsg .box .form .input-text{
	padding: 6px;
	font-size: 12px;
	background: #fff url('../images/bg-form-field.gif') top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;
	width:95%;
}


/********************************************************/
.pptbox_mainbox{
    overflow:hidden;
    position:relative;
}
.pptbox_flashbox{
   overflow:hidden;
    position:relative;
}
.pptbox_imagebox{
    text-align:right;position:relative;z-index:999;
}
.pptbox_mainbox img{
	width:980px;
}

.pptbox_bitdiv{display:inline-block;width:18px;height:18px;margin:0 10px 10px 0px;cursor:pointer;float:right;}
.pptbox_defimg{background:url(../images/02.png)}
.pptbox_curimg{background:url(../images/01.png)}

.ad_banner{
	border:#ddd 1px solid;
}
.ad_banner img{
	width:100%;
}
.ad_index_rb1{
	margin-top:8px;
	border:#ddd 1px solid;
}
.ad_index_rb1 img{
	width:100%;
}
.ad_nbanner{
	margin-bottom:10px;
	border:#ddd 1px solid;
}
.ad_nbanner img{
	width:100%;
}