@charset "utf-8";
/* CSS Document */
* { margin:0;padding:0;border:0;list-style:none;}/* 去除列表前圆点 */
html,body {height:100%;}
select,input { font-size:12px;}/* 表单文本大小 */
img { border:0;}/* 去除图片超连接边框 */
body { font-size:12px; color:#434343;}

a { text-decoration: none}/* 链接无下划线,有为underline*/
a:link { color: #006600;text-decoration: none;}
a:visited { color: #006600;text-decoration: none;}
a:hover { color: #006600;text-decoration: underline;}

/*新版CSS开始*/
.bodywidth{ }/*全局页面宽度*/


/*================S header8888.php================*/
/*S头部*/
#head { height:auto; background-color: #333333; padding-bottom: 10px;}
.header_upper{ height: 28px; background-color: #2b2b2b; font-size: 12px; font-family:"microsoft yahei"; color: #afaaaa;}
.header_upper_text { height: 28px; background-color: #2b2b2b;}
.header_upper_text a { text-decoration: none; color: #afaaaa;}
.header_upper_text_left { height: 28px; width: 100px; float: left;}
.header_upper_text_right{ height: 28px; float: right;}
.header_middle{ width:100%;height: 80px;margin: 0 auto;background-color: #333333;}
.text_right{float: left; width: 98%; height: 60px; margin-left: 2%;}

/*站点*/
.middle_wrapper_right_city { margin-top: 20px; float: left; width: 23%; padding-top: 10px; text-align: center; position: relative;}
.middle_wrapper_right_city_title { font-size: 16px; color: #fdd000; display: inline-block; padding-right: 13px; no-repeat center right; cursor: pointer;}
.middle_wrapper_right_city ul { /* position: absolute;*/ width: 66px; background-color: #fff; margin-top: 3px; display: none;}
.middle_wrapper_right_city ul li { height: 35px; font-size: 12px; text-align: center; line-height: 35px;}
.middle_wrapper_right_city ul li a { color: #737373; display: block; height: 100%;}
.middle_wrapper_right_city ul li a:hover{ text-decoration:none; color: #FFFFFF; display: block; height: 100%; background-color: #FDD000;}

/*搜索*/
.sosuo{ margin-top: 20px; float: left; height: 35px; width: 75%; border: 2px solid #FDD000;}
.sosuo_keyword{ float: left; width: 66%; height: 35px; line-height:35px; font-size: 18px; background-color: #333333; color: #FFFFFF; margin-left: 5px;}
.sosuo_button{ float: right; width: 30%; height: 35px; background-color: #FDD000; line-height: 35px; font-weight: 800; font-size: 20px;}
.sosuo_button a{text-decoration: none;color: #000000;}


/**************导航菜单开始****************/
.head_menu{ width:100%; background-color: #1F1F1F; overflow:hidden;}/*自动撑开父标签overflow:hidden*/
.head_menu_cotrs{ height:40px; line-height:40px; background: #1F1F1F; margin:0 auto; font-size:22px 'MicroSoft YaHei';}
.head_menu_cotrs a{ display:block; font-size: 14px; color:#fff; line-height:40px; height:40px; padding:0px 8px;  text-decoration:none; float:left;}
.head_menu_cotrs a:hover{ text-decoration:none; background: #666;}
.head_menu_cotrs a.thisclass{ background: #777;}
/*************导航菜单结束***************/
/*================E header.php================*/





/*================footer.php=================*/
.footer_sponsors{margin-top: 5px;height:45px;vertical-align:middle;padding-top:25px;text-align:left;padding-left:0px;clear:both;}
.footer_sponsors span{ font-weight:bold;}

.footer{width:100%;background-color: #413B39;margin-top: 5px;}
.footer_text{/*width:1200px;*/background-color: #413B39; color: #999999;line-height:24px;font-weight: 500;}
.footer_text a{color: #999999;}

/*#tag-suggest-pop{display:none;position:fixed;z-index:999;bottom:0;left:50%;margin-left:-340px;}*/
#tag-suggest-pop{display:none;position:fixed;z-index:999;bottom:0;margin-left:-10px;}
#tag-suggest-pop *{font:12px simsun}
#tag-suggest-pop .relative{position:relative}
#tag-suggest-pop .content{text-align:left;margin:0;padding:0 10px;width:100%;height:50px;background:#000;background:rgba(0,0,0,0.8);color:#FFCC66;border-radius:6px 6px 0 0}
/*#tag-suggest-pop .close{position:absolute;width:24px;height:24px;right:-12px;top:-12px;background:url("../images/close.png") no-repeat;cursor:pointer}*/

#tag-suggest-pop span,#tag-suggest-pop a{display:block;float:left;height:26px;line-height:26px;margin-top:14px}
#tag-suggest-pop span{font-weight:bold}
#tag-suggest-pop a{margin-left:.5em;padding:0 10px;background:#e4e4e4;color:#000;font-weight:normal;font-size:14px;border-radius:6px;}
#tag-suggest-pop a:hover{background:#fff;text-decoration:none}
#tag-suggest-pop .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\0;
  *background: #000;
  *filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
/*================footer.php=================*/