@charset "utf-8";
/* CSS Document */

/* 全站通用 */

.kong15{ width:100%; height:15px; overflow:hidden;}
.kong5{ width:100%; height:5px; overflow:hidden;}
.border{ border:1px solid #cccccc; border-top:none;}

/* 布局框架 */
body{ background-color:#FFF;}

/* 头部 */


.searchform {width:297px; height:32px;}
.input_text {width:240px; height:30px; line-height:30px; color:#999;  float:left; border:1px solid #CCC; padding-left:10px;}
.input_btn{ width:43px; height:32px; float:left;}

.header{ width:1002px; height:auto; margin:0 auto; padding-top:5px;}


/* 导航 */

.nav{ background-image:url(../images/top_bc.jpg); width:100%; height:66px; background-repeat:repeat-x;}
.nav_cnt{ width:1002px; height:66px; margin:0 auto;}



/* 
	LEVEL ONE
*/
ul.dropdown     { position: relative; width: 100%;}
ul.dropdown li  { float: left; width:125px; text-align:center; font-family:"微软雅黑", "宋体"; font-size:16px;font-weight:bold;position: relative;}

ul.dropdown li a  { display: block; color: #fff; position: relative; z-index: 2000;font-family:"微软雅黑", "宋体"; font-size:16px;font-weight:bold;line-height:56px;}
ul.dropdown li a:hover,
ul.dropdown li a.hover   { background: #fff; position: relative;color:#9a0d15;}


/* 
	LEVEL TWO
*/

ul.dropdown ul 						{ display: none; position: absolute; top: 0; left: 0; width: 130px; z-index: 1000; border-top:1px solid #cccccc;}
ul.dropdown ul li 					{  color:#000000; background:#f6f6f6; border-bottom:1px solid #cccccc; font-weight:normal; display:block;width:130px;text-align:center; line-height:45px; height:45px; overflow:hidden;}
ul.dropdown ul li a					{ display: block; background: #f6f6f6 !important;} 
ul.dropdown ul li a:hover			{ display: block; background: #F3D673 !important;} 


/* 尾部 */

.footer{ background-color:#2a2a2a; width:100%; margin-top:15px; padding-top:20px;}
.footer_top{ width:1002px; margin:0 auto;}
.footer_btm{ width:100%; height:40px; background-color:#46464a; padding-top:10px; padding-bottom:10px;}


