﻿@import url(global_content.css);

/* 1.全局基本样式控制
-----------------------------------*/
*{margin:0; padding:0;}
html{ overflow:auto; overflow-x:hidden;}
body{font-size:12px; font-family:Arial;word-break:break-all;background:url(../img/mainbg.jpg) repeat-x fixed 0 0;}
img{border:none;}
input,textarea{font-size:100%;font-family:Verdana,Helvetica,Arial;}
ul,ol,li{list-style:none;}
a{text-decoration:none;color:#000;}

/* 2.区块 #header #banner 
-----------------------------------*/
#wrapper{position:relative;width:960px;margin:auto;background:url(../img/warap.jpg) repeat-y center center;padding:0 7px;_padding:0 7px 0 17px;}
#header{z-index:2; width:960px;height:121px;}
#header h1{z-index:11;position:absolute; top:0;left:47px;_left:55px;width:237px; height:97px;vertical-align:middle; overflow: hidden;}
#header h1 a{
display:table-cell;
vertical-align:middle;
text-align:center;
+display: block;
+font-size:74px;
+font-family:Arial;
width:237px;
height:97px;}
#header h1 a img {vertical-align:middle;}
#pagebottom{clear:both;height:60px;position:relative;}
/*图片出错*/
.noimage{display:block; width:100px; height:100px; background:#ededed url(../img/noimages.gif) no-repeat center center;}
.blockimage{display:block;}

/* 3.导航
-----------------------------------*/
#nav {z-index:10;width:960px;height:121px;text-align:center;}
#nav ul{position:absolute;top:0;left:362px;_left:362px;;}
#nav li {float:left;position:relative;line-height:34px;overflow:visible;height:34px;}
#nav li a:hover{width:107px;height:85px;}
#nav li li a:hover{height:20px;}
#nav li li li a:hover{height:19px;}
#nav li a, #nav li a:visited{display:block;width:107px;padding-top:51px;}
#nav li li a, #nav li li a:visited{display:block;padding-top:0;}
#nav li li,#nav li li a{line-height:20px;height:20px;}
#nav li li li,#nav li li li a{line-height:19px;height:19px;}
* html #nav a, * html #nav a:visited {width:107px;}
#nav ul ul{visibility:hidden;position:absolute;width:107px;top:87px;left:0;padding-bottom:3px;}
#nav ul ul li.first{width:107px;padding-top:15px;}
#nav ul ul ul{width:107px;padding:0 1px;top:0;}
#nav ul ul ul li.first{padding-top:3px;}
#nav ul ul .left ul {left:-109px;}
#nav ul ul .right ul {left:107px;}
* html #nav ul ul {top:88px;}
* html #nav ul ul a{width:107px;line-height:20px;height:20px;}
#nav ul ul a, #nav ul ul a:visited{text-align:center; overflow:hidden;width:107px;font-weight:normal;font-size:13px;}
#nav ul ul ul a, #nav ul ul ul a:visited{width:107px;}
* html #nav ul ul ul{top:0;}
* html #nav ul ul ul a{line-height:19px;height:19px;}
/* style the top level hover 经过栏目样式 */
#nav a{font-size:14px;font-weight:bold;}
#nav a:hover{zoom:1; float:left;}

/*列表*/
.c_text1 .list li a,
.c_text2 .list strong,
.c_text2 .list p,
.c_text3 .list li strong,
.c_text4 .list p span,
.c_text5 .list li strong{background-image: url(../img/icon.gif); background-repeat: no-repeat;}


/*菜单底部*/
#nav li li.bottomBg,#nav li li li.bottomBg{ display:none;}
#nav ul li:hover ul,#nav ul a:hover ul{visibility:visible; }
#nav ul :hover ul ul{visibility:hidden;}
#nav ul :hover ul :hover ul ul{visibility:hidden;}
#nav ul :hover ul :hover ul{ visibility:visible;}
#nav ul :hover ul :hover ul :hover ul { visibility:visible;}
#nav .arrowFront,#nav .arrowAfter{width:6px;height:12px;overflow:hidden;text-indent:-99em;}
#nav .arrowFront a,#nav .arrowAfter a,#nav .arrowFront a:hover,#nav .arrowAfter a:hover,#nav .arrowFront a:visited,#nav .arrowAfter a:visited{line-height:12px;display:block; width:6px!Important;position:absolute;top:63px;outline:none;overflow:hidden;}
#nav .arrowFront a{background-position:0 0px!important;left:343px;_left:353px;}
#nav .arrowAfter a{background-position:-6px 0px!important;right:58px;_right:68px;}


