/***** 全局样式 Global-Style *****/
*						{margin: 0; padding: 0;}
html,body				{margin: 0; font-family: "宋体"; background:#fff url(../images/bg.jpg) top left repeat-x; }
form,ul,li,dl,dt,dd		{margin: 0; padding: 0; list-style: none;}
img						{border:none;}

/***** 全局链接 Global-Link-Style *****/
a			{color: #606163; font-size:12px; text-decoration: none;}
a:hover		{color: #ff0000;}

/***** 水平居中 *****/
.cen{ margin:0 auto; }

/***** 清除浮动 *****/
.clear{ clear:both; }
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1}


/***** 公用头部 *****/
.header{width: 100%; height: auto;}
.header_main{width: 959px; margin: 0 auto; height: auto;}
.header_top{height: auto; overflow: hidden;}
.logo{float: left;}
.header_top ul{float: right; height: auto; overflow: hidden;}
.header_top ul li{float: left; line-height: 82px; margin-left: 25px;}
.header_top ul li a{padding-left: 18px; background: url(../images/top_icon.png) no-repeat left center; color: #0078bf;}
.header_bottom{height: auto;}
.header_bottom #nav{float: left;}
.header_bottom #nav>li{float: left; position: relative; width: 88px; font-family: "微软雅黑";}
.header_bottom #nav>li h3{line-height: 35px; font-weight: normal;text-align: center; }
.header_bottom #nav>li h3 a{color: #fff;font-size: 15px;}
.header_bottom #nav>li .sub{width: 160px; height: auto; padding: 10px 0; position: absolute; top: 37px; z-index: 11; background: #0078bf; left: 0; display: none;}
.header_bottom #nav>li .sub li a{ display:block;color: #fff; font-size: 14px; line-height: 30px; padding: 0 10px 0 20px;}
.header_bottom #nav>li .sub li a:hover{background: #fff; color: #0078bf;}
.header_bottom h4{float: right; font-size: 12px; color: #fff; line-height: 35px; padding-left: 40px; background: url(../images/top01.jpg) no-repeat left center; font-weight: normal;}
.header_bottom #nav>li:hover{background: #0078bf;}


/***** banner *****/
.banner{width: 959px; margin: 0 auto;}

/*******站内搜索*******/
.left_search{width: 213px; float: left;}
.search{width: 100%; height: 22px; font-size:12px; color: #333; padding:0 10px;}
.search_text{margin-top: 8px; height: auto; overflow: hidden;}
.search_text .ser{width: 120px; height: 18px; line-height: 18px; font-size: 12px; color: #333; padding:0 10px; float: left;}
.search_text .ser_btn{width: 60px; height: 22px; background: url(../images/b_search.jpg) no-repeat center; border: 0; float: right; cursor: pointer;}
.search_text .ser_btn:focus{outline: none;}
.left_search h6{margin-top: 15px;}

/***** 底部链接版权 *****/
.footer{width: 919px; height: auto; overflow: hidden; margin: 0 auto; padding:15px 20px; background: #efefef; margin-top: 10px; -webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;border-radius: 5px;}
.footer p{font-size:12px; line-height: 20px; color: #4A4A4A;}
.foot_left{width: 45%; float: left;}
.foot_right{width: 45%; float: right;}
