/* ************************************

* 文件名称：style_one.css

* 内容概要：首页等头部底部样式及公用样式

************************************ */

@charset "utf-8";

@import url("../css/reset.css");

@import url("../css/layout.css");

@import url("../css/style_top.css");

body{ background-color:#fff;}

#header_no .w_990{ background:none;}

.header .search_bar{ background:url(../images/main_bg.png) 0 0 no-repeat; height: 25px; }







/*头部*/

.header{ height:96px; min-width:990px; background:#f3ecd5;}

.header .w_990{ position:relative; z-index:11; background:url(../images/header_bg.png) 0 0 no-repeat; height:96px;}

.header .search_bar .t_ipt,.header .search_bar .btn_srh,.header .search_bar .select { display:block; float:left;}

.header .search_bar{ width:492px; height:38px; position:absolute; right:5px; bottom:27px; padding:1px; _height:30px; }

.header .search_bar .select{ width:80px; height:39px; _width:70px;}

.header .selectbox{ background:none; font-family:simsun; display:block; width:89px; text-align:left; height:39px; line-height:39px; border:0 none; cursor:pointer; overflow:hidden; text-indent:5px;}

.header .selectbox_wrapper{ z-index:3; position:absolute; background-color:#fff; border:1px solid #a2a2a2; text-align:left; z-index:999; width:87px;}

.header .selectbox_wrapper ul{ padding:3px;}

.header .selectbox_wrapper ul li{ border-bottom:1px dashed #e9e9e9; text-indent:8px; padding:2px 0; cursor:pointer;}

.header .selectbox_wrapper ul li.current{ background-color:#f3f3f3;}

.header .selectbox_wrapper ul #headSearch_input_1{ border-bottom:none;}

.header .search_bar .t_ipt { width:328px; line-height:19px; height:19px; padding:5px 0; margin-top:2px; background-color:#fff; border:0 none; vertical-align:middle; color:#bebebe;}

.header .search_bar .btn_srh{ width:70px; height:29px; font:0pt/1000px Arial; overflow:hidden; background-color:transparent; cursor:pointer; border:0 none; vertical-align:middle;}





/*导航*/

.nav_bar{ height:39px; line-height:39px; background:#df332c; overflow:hidden; min-width:990px;}

.nav_bar .main_nav li{ float:left; text-align:left; font:bold 14px/38px arial; *display:inline;}

.nav_bar .nav_barone li.cur a,.nav_bar .nav_barone li a:hover{ background:#bc2620; color:#fff;}

.nav_bar .main_nav li a{ color:#fff; display:inline-block; height:39px; padding:0 17px;}

.nav_bar .main_nav li a.wid_30{ width:30px; margin-right:45px;}

.nav_bar .main_nav li a.wid_60{ width:60px;}

.nav_bar .main_nav li a.wid_70{ width:70px;}

.nav_bar .main_nav li a.wid_45{ width:45px;}

.nav_bar .nav_barone li a:hover{ text-decoration:none; background:#bc2620;}

.nav_bar .sub_nav li{ float:left; }

.nav_bar .sub_nav li a{ color:#f3ecd5; border-right:solid 1px #f3ecd5; padding:0 8px;}

.nav_bar .sub_nav li.no_border a{ border:none;}

.nav_bartwo li a:hover{ text-decoration:none; background:#353535;}

.nav_bartwo{ background:#4c4c4c;}

.nav_barnews{ background:#9a7320;}

.nav_barnews li a:hover{ text-decoration:none; background:#85631c;}



/*底部*/

.footer,.footer a{color:#666;}

.footer a:hover{ color:#f60;}

.footer .foot_help{  background:#f0f0f0; padding:20px 0; min-width:990px; border-top:solid 1px #e3e3e3;}

.footer .foot_help a{ color:#666666;}

.footer .foot_help a:hover{ color:#f60;}

.foot_help li{ float:left; width:950px; padding-left:10px;}

.foot_help li dt{ margin-bottom:5px; font-weight:bold;}

.foot_help li dd a{ line-height:22px;}

.foot_help li.weixin{ width:180px; color:#666;}

