@charset "utf-8";

/**
 * tabbox1 一级 tab 
 * tabbox2 二级 tab
 * tabbox2_con 二级 tab 内容
 */

.tabbox2 {
    line-height: 30px;
    display: inline;
}

.tabbox2 li {
    float: left;
}

.tabbox2 li div {
    text-align: center;
    background-color: #fafafa;
}

.tabbox2 ul li div {
    border-color: #dddddd;
    border-width: 1px;
    border-style: solid;
    padding:5px 10px;
}

.tabbox2 {
    margin-left: 0px;
}

.tabbox2_con ul li {
    /*padding-left: -10px;*/
    list-style-type: none;
    line-height: 20px;
}

.tabbox2_con font {
    padding-right: 10px;
}

.tabbox2_con a {
    font-size: 16px;
}

.tab_list {
    display: block;
    padding: 0px 0 0px 0;
    line-height: 1.2;
    position: relative
}

.tab_list .tab_list_item {
    text-align: left;
    background: no-repeat 3px 13px;
    padding: 12px 0 0 0;
    letter-spacing: 0px;
}

.tab_list .tab_list_item a,
.tab_list .tab_list_item a:visited {
    color: #333333;
    text-decoration: none;
}

.tab_list .tab_list_item a:hover {
    /* 内容颜色 */
    color: #1a56a8;
    text-decoration: none;
}

.tab_list font {
    font-size: 15px;
    float: right;
    text-align: right;
    padding-top: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.tabbox1 {
    height: 20px;
    position: relative;
}

.tabbox1 ul {
    display: table;
}

.tabbox1 li {
    display: table-cell;
    #float: left;
    cursor: pointer;
    color: #1171d6;
    font-size: 11.5pt;
    text-align: center;
    white-space: nowrap;
}

.tabbox1 li a,
.tabbox1 li a:visited {
    color: #333;
    text-decoration: none;
    font-size: 22px;
}

.tabbox1 li>div {
	    background-color:#1a56a8 !important; 
	    height: 3px !important;
	    margin-top: 10px !important;
}

.tabbox1 li.hover {
    display: table-cell;
    #float: left;
    cursor: pointer;
    color: #c00;
    /*font-weight: bold;*/
    white-space: nowrap;
    background: no-repeat center bottom;
}

.tabbox1 li.hover a,
.tabbox1 li.hover a:visited {
    color: #1a56a8;
    font-weight: bold;
}

.tabbox1 .padding1 {
    padding: 0 15px
}

.tabbox1 .padding2 {
    padding: 0 19.1px;
}

.tabbox1 .padding3 {
    padding: 0 25px
}

.tabbox1 .padding4 {
    padding: 0 13px
}

.width_120px {
    width: 120px;
}

.tabbox2_con font {
    color: #999999;
}

.inner_splitter {
    height: 2px;
    background-color: #1a56a8;
    color: #1a56a8;
    line-height: 2px;
}

.splitter1 {
    background-color: #dedede;
    color: #dedede;
    margin-top: 22px;
    width: 98%;
    height: 1px;
    line-height: 1px;
}


/* 更多 more begin*/

.tabbox2_a a {
    font-size: 12px;
    text-decoration: none;
}

a.tabbox2_a:visited {
    color: #fff;
    text-decoration: none;
}

a.tabbox2_a:link {
    color: #fff;
    text-decoration: none;
}

a.tabbox2_a:active {
    color: #fff;
    text-decoration: none;
}

a.tabbox2_a:hover {
    color: #fff;
    text-decoration: none;
}


/* 更多 more begin*/