#nav .panel-title{
    color:#575765;
}
.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;
}

.header_icon {
    padding-bottom: 5px;
}

/*小图标颜色
.icon-header{
	color: #3c8dbc;
}*/
/*搜索按钮图片（右）*/
.search_btn span{
	/* background:url(images/search_btn.png) no-repeat right -41px; */
}
/*搜索按钮图片（左）*/
 .search_btn{
     display: inline-block;
    /* background:url(images/search_btn.png) no-repeat left -1px; */
    border: 1px solid #1D74FF;
    background-color: #1D74FF;
    color: #fff;
    height: 28px;
    line-height: 28px;
    text-align: center;
    min-width: 60px;
    border-radius: 2px;
    margin-left: 10px;
}
/*搜索按钮图片（左）*/
.form .search_btn{
    /* background: url(images/search_btn.png) no-repeat left -1px; */
}

.grid_tab li.visited {
	color: #3c8dbc;
}

.grid_tab{
	background: #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: 154px;
    height: 60px;
    /* margin-top: 3px; */
    float: left;
    background: url(images/logo.png) no-repeat;
    background-size: 26px 25px;
    background-position: left;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    color: #fff;
    font-weight: bolder;
    padding-left: 10px;
	text-decoration:none 
}

.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: 70px;
		height: 60px;
        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;
			background-color: #1171a9;
			text-decoration: none;
        }

    .header_iconchild li i {
        width: 70px;
		height: 30px;
        /*background: url(images/icon_01.png) no-repeat;*/
        display: block;
		line-height: 30px;
		margin-top: 8px;
    }

        .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 {
		height: 60px;
		display: table-cell;
		vertical-align: middle;
    }
    .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;
    }
	
	.tabs li.tabs-selected a.tabs-inner{
		height: 31px; 
		line-height: 31px; 
		border-bottom: 3px solid #1D74FF; 
	}
.tooltip {
    padding: 10px 15px;
    color: #0b527b;
    background-color: #e2f7fa;
    border-color: #e2f7fa;
}

.icon_btn a:hover {
	color: #1171a9;
}

/*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;
	border-bottom: 1px solid rgb(231, 234, 236);
}

.menu-child li a {
    line-height: 26px;
    color: rgb(68, 68, 68);
}

.menu-child li div {
    margin: 0px;
    padding: 3px 0 3px 25px;
    /*background: #46525f;*/
}

.menu-child li div:hover {
    /*background: #e5dcd8;*/
    background: rgb(231, 234, 236);
    cursor: pointer;
}

.menu-child li div:hover a {
    color: rgb(68, 68, 68);
	text-decoration:none;
}

.menu-child li div.selected {
    background: rgb(231, 234, 236);
	color: rgb(68, 68, 68);
    cursor: default;
}

.menu-child li div.selected a {
    color: rgb(68, 68, 68);
    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 {
  /*background:url('images/left_nav_bg.png') repeat;*/
  border-color: #D3D3D3;
}
#west{
  background: #f9f9f9;;
}
.accordion .accordion-header {
  background: #f9f9f9;
  filter: none;
  padding-top:8px;
  padding-bottom:8px;
  border-bottom:1px solid rgb(221, 221, 221);
  border-left: 3px solid #f9f9f9;
}
.accordion .accordion-header-selected {
  background: rgb(231, 234, 236);
  border-left: 3px solid #3c8dbc;
}
.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;
}