#nav .panel-title{
    color:#eee;
}
.header {
    width: 100%;
    min-width: 1024px;
    background: #3c8dbc -webkit-gradient(linear,right top,left top,from(#0a6294),to(#0e8fdaf2));
	background: #3c8dbc -webkit-linear-gradient(right,#0a6294 0,#0e8fdaf2 100%);
	background: #3c8dbc -o-linear-gradient(right,#0a6294 0,#0e8fdaf2 100%);
	background: #3c8dbc linear-gradient(-90deg,#0a6294 0,#0e8fdaf2 100%);
	background-color: #3c8dbc;
    clear: both;
}

.header_top, .header_icon {
    padding: 0 10px;
    overflow: hidden;
}

.panel-icon {
  left: 5px;
  width: 16px;
  line-height: 16px;
  color: #fff;
}

.header_icon {
    padding-bottom: 5px;
}

/*小图标颜色*/
.icon-header{
	color: #3c8dbc;
}
/*搜索按钮图片（右）*/
.search_btn span{
	background:url(images/search_btn.png) no-repeat right -41px;
}
/*搜索按钮图片（左）*/
 .search_btn{
	background:url(images/search_btn.png) no-repeat left -1px;
}
/*搜索按钮图片（左）*/
.form .search_btn{
    background: url(images/search_btn.png) no-repeat left -1px;
}

.grid_tab li.visited {
	color: #3c8dbc;
}

.left{
	color: #3c8dbc;
}
.right a{
	color: #3c8dbc;
}

.header .slide {
    width: 76px;
    height: 29px;
    line-height: 26px;
    font-size: 12px;
    font-family: Arial;
    color: #fff;
    text-indent: 8px;
    background: url(images/top.png) no-repeat left -31px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 0;
}

    .header .slide:hover {
        color: #fffc00;
    }

.header .slide2 {
    background: url(images/top.png) no-repeat left top;
}

.header .logo {
    width: 179px;
    height: 74px;
    /*margin-top: 3px;*/
    float: left;
    background: url(images/logo.png) no-repeat;
}

.header .line {
    width: 100%;
    clear: both;
    height: 2px;
    overflow: hidden;
    background: url(images/line_03.png) repeat-x;
    margin-top: 3px;
}

    .header .line span {
        width: 63px;
        height: 2px;
        float: left;
        background: url(images/line_02.png) no-repeat;
    }

.header_iconchild li {
    float: left;
    display: inline;
    margin: 4px 1% 0 0;
}

    .header_iconchild li a {
        width: 79px;
        height: 65px;
        line-height: 16px;
        display: inline-block;
        color: white;
        text-align: center;
        cursor: pointer;
        background: url(images/icon_01.png) no-repeat -88px top;
    }

        .header_iconchild li a.visited, .header_iconchild li a:hover {
            background-position: left top;
            color: #fff;
        }

    .header_iconchild li i {
        width: 79px;
        height: 44px;
        background: url(images/icon_01.png) no-repeat;
        display: block;
    }

        .header_iconchild li i.icon_01 {
            background-position: 2px -81px;
        }

        .header_iconchild li i.icon_02 {
            background-position: 2px -160px;
        }

        .header_iconchild li i.icon_03 {
            background-position: 2px -233px;
        }

        .header_iconchild li i.icon_04 {
            background-position: 2px -310px;
        }

        .header_iconchild li i.icon_05 {
            background-position: 2px -381px;
        }

        .header_iconchild li i.icon_11 {
            background-position: 2px -453px;
        }

        .header_iconchild li i.icon_06 {
            background-position: -87px -81px;
        }

        .header_iconchild li i.icon_07 {
            background-position: -87px -160px;
        }

        .header_iconchild li i.icon_08 {
            background-position: -87px -233px;
        }

        .header_iconchild li i.icon_09 {
            background-position: -87px -307px;
        }

        .header_iconchild li i.icon_10 {
            background-position: -87px -382px;
        }
.header_right ul {
    height: 20px;
    line-height: 20px; 
}
    .header_right ul li {
        float: left;
    }
    .header_right ul li a {
        float: left;
        text-decoration:none;
        color:#fff;
		height: 20px;
		line-height: 20px;
    }
     .header_right ul li a:hover {
         color:#e8dfdf;
    }

/*userinfo css*/
.userinfo {
    display: inline-block;
    padding: 1px 5px;
    background-color: #0b527b;
    border-radius: 15px;
    float: right;
}

.menu-child {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.menu-child li {
    padding: 0px;
}

.menu-child li a {
    line-height: 26px;
    color: #fff;
}

.menu-child li div {
    margin: 0px;
    padding: 3px 0 3px 25px;
    /*background: #6f6662;*/
    background: #505658;
}

.menu-child li div:hover {
    /*background: #e5dcd8;*/
    background: #222d32;
    cursor: pointer;
}

.menu-child li div:hover a {
    color: #fff;
	text-decoration:none;
}

.menu-child li div.selected {
    background: #3c8dbc;
    cursor: default;
}

.menu-child li div.selected a {
    color: #eee;
    font-weight: bold;
}

.accordion {
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
}
.accordion .accordion-header {
  border-width: 0 0 1px;
  cursor: pointer;
}
.accordion .accordion-body {
  border-width: 0 0 1px;
  background:none;
}
.accordion-noborder {
  border-width: 0;
}
.accordion-noborder .accordion-header {
  border-width: 0 0 0;
  border-color:#888;
}
.accordion-noborder .accordion-body {
  border-width: 0;
}
.accordion-collapse {
  background: url('images/accordion_arrows.png') no-repeat 0 0;
}
.accordion-expand {
  background: url('images/accordion_arrows.png') no-repeat -16px 0;
}
.accordion {
  border-color: #D3D3D3;
}
#west{
  background: #222d32;
}
.accordion .accordion-header {
  background: #222d32;
  filter: none;
  padding-top:8px;
  padding-bottom:8px;
  border-bottom:1px solid #2c3b41;
}
.accordion .accordion-header-selected {
  background: #222d32;
}
.accordion .accordion-header-selected .panel-title {
  color: #fff;
}

/*翻页按钮自适应*/
.navtool {
    width: 100%;
    display: block;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.nav_up {
    color: #fff;
    background-color: #0b527b;
    border-radius: 3px 3px 0 0;
}
.nav_up_select {
    color: #cccccc;
    background-color: white;
}
.nav_down {
    color: #fff;
    background-color: #0b527b;
    border-radius: 0 0 3px 3px;
    margin-top: 5px;
}
.nav_down_select {
    color: #cccccc;
    background-color: white;
}