/* CSS Document */

@charset "utf-8";
/**
 *
 * Website    : 
 * File       : base.css
 * Date       : 2014-03-28  11:00
 * Author     : tjp
 * Description: 页面的重置样式， 及公用样式
 * Area1      : 页面头部样式
 * Area2      : 页脚样式
 *
 */
/*重置样式*/
*{margin:0px; padding:0px; border:0px;}
span{ color:#767676;}
body{ font-size:12px;}
a{ text-decoration:none; color:#767676;}
ul{ margin:0px; padding:0px;}
ul li{list-style-type:none;}
p{line-height:20px;	text-align:justify;	text-justify:inter-ideograph;}
img{ border:none;}
/*清除浮动*/
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}

/*通用浮动*/
.f-left { float:left; } 
.f-right { float:right; }
.clear{ clear:both;} 
/*通用宽度*/
.w-910{ width: 910px; margin:0 auto; }/*页面的整体大宽度*/
.mt20{ margin-top:20px;}

/**
 *area1  页面头部样式
 */
body{ background: #0055a6; font-family:"微软雅黑";}
#wrapper{ background: #fff;}
#header{ height: 78px; background: url(../images/logo_bg.png) no-repeat center top;}
.logo{ width: 580px; height: 67px; float: left; padding-top: 5px; padding-left: 13px;}
.header-right{ width: 268px; float: right; position:relative; padding-top:4px;}
.hot-line{ position:absolute; left:0px; top:2px;}
/*nav*/
#nav{ height:33px; background: #0055a6;}
.nav-cont{ width:896px; padding-left:15px; margin:0px auto; font-size:14px;}
.nav-cont a{ width: 112px; height:33px; line-height:33px; display:block; color:#fff; float:left; text-align:center;}
.nav-cont a.nav-on{ background:#2795f3;}
.nav-cont a:hover{ background:#2795f3;}
#shadow{ height:3px; background: url(../images/shadow.png) repeat-x; _background:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/shadow.png"); position:relative; z-index:20;}

/*-搜索样式-*/
.content{width:268px; position:absolute; left:0px; top:37px;}
.searchContainer { width: 268px; padding-top: 2px; font-family:"宋体";}
.searchContainer input.searchbg{ width:210px; height:22px; line-height:22px; color: #a2a2a2; background: #f3f3f3; border:1px solid #a5a5a5; padding:0px 5px; position:absolute; top:5px; left:0px; z-index: 1;}
.searchselect { width: 79px; position: absolute; z-index: 79; height: 20px; line-height:20px; padding-left:8px; color: #a2a2a2; background:#f6f6f6; left: 141px; top: 7px; border: 1px solid #e7e7e9;}
.searchselect option { padding-left:8px;}
.search-button{ width:35px; height:24px; background: url(../images/search-btn.jpg) no-repeat; position:absolute; left:226px; top:5px; cursor: pointer;}

/**
 *area2  页脚样式
 */ 
#footer{ height:103px; background: #0055a6; padding-top:15px;}
.footer-nav{ height:21px; color:#bee2fe; width:125px; padding-left:28px; line-height:21px; float:left;}
.footer-nav a{ color:#bee2fe;}
.footer-nav a:hover{ text-decoration:underline;}
.footer-link{ width:133px; float:left; font-size:12px;}
#xixi{ display:none; position:absolute;}
.cb_select{ width:133px;}
.cb_select span{ color:#9ec3e6; width:98px; padding-left:15px; height:21px; display:block; background: url(../images/link-bg.jpg) no-repeat; float:left;line-height:21px;}
.cb_selectWrapper{ width:131px; height:70px; border:1px solid #5a99d4; background:#c8e4ff; overflow: auto;}
.cb_selectWrapper li a{text-decoration:none; cursor:pointer; display:block; padding:3px 0px; text-indent:10px; letter-spacing:1px; color:#0055a6;}
.cb_selectWrapper li a:hover{text-decoration:none; background-color:#3b7ebc; color:#fff;}
.link-btn{ width:20px; height:21px; background: url(../images/down.jpg) no-repeat; float:right;}
.copy-right{ line-height:16px; color:#a5a5a5; height:32px; padding-top:20px; padding-left:28px;}
.copy-right a{ color:#a5a5a5;}
.copy-right a:hover{ text-decoration:underline;}
.police{ position:absolute; top:20px; left:680px; color:#a5a5a5}.police a{ color:#a5a5a5}


