/*
/* CSS Document */
/*-------reset CSS--------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
fieldset, img
{
    border: 0;
}

/* remember to define focus styles! */
:focus
{
    outline: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup
{
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym
{
    border: 0;
    font-variant: normal;
}
input, button, textarea, select, optgroup, option
{
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
code, kbd, samp, tt
{
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select
{ *font-size:100%;}
body
{
    line-height: 1.5;
}
ol, ul
{
    list-style: none;
}



/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th
{
    text-align: left;
}
sup, sub
{
    font-size: 100%;
    vertical-align: baseline;
}

/* remember to highlight anchors and inserts somehow! */
:link, :visited, ins
{
    text-decoration: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

/*------------------------------------*/
.exContent
{
    width: 573px;
    margin: 10px 0 30px 20px;
    overflow: hidden;
    font-size: 12px;
}
.ContactBox
{
    clear: both;
    border: 1px solid #ccc;
    border-top: none;
    min-height: 250px;
    _height: 250px;
}
.ContactBox .ContactTxt, .ContactBox2 .ContactTxt2
{
    display: none;
}
.exContent2
{
    width: 570px;
    overflow: hidden;
}
.exContent2 table td
{
    padding: 8px;
}
.exContent2 table strong
{
    color: #0260D7;
    font-weight: bold;
}
.exContent2 table p
{
    text-indent: 24px;
    color: #333;
}

.ContactMenu
{
    border-bottom: 3px solid #FF9D2F;
    width: 100%;
    overflow: hidden;
}
.ContactMenu li
{
    float: left;
    height: 30px;
    width: 283px;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
    background: url(http://www.myliwu.com/xzwBlog/tab/img/button2.gif) 0 -636px no-repeat;
    font-size: 14px;
    font-weight: bold;
    margin-right: 7px;
    cursor: pointer;
}
.ContactMenu li.current
{
    background-position: 0 -606px;
    color: #fff;
}
.ContactMenu2
{
    height: 28px;
    margin-top: 1px;
    width: 100%;
}
.ContactMenu2 li
{
    float: left;
    width: 196px;
    height: 28px;
    line-height: 30px;
    background: #ECECEC;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-right: 1px;
    cursor: pointer;
}
.ContactMenu2 li.current
{
    background: #fff;
}





/*tab样式开始*/

.tabContainer
{
    width: 300px;
    overflow: hidden;
    margin: 10px;
     font-size:12px; height:200px;
}

.ContactTxt{ display:none;}
.tabContainer .dt
{
    background: url(img/mbox-tbg.png) no-repeat scroll right top transparent;
    clear: both;
    height: 25px;
    overflow: hidden;
}

.tabContainer .dt strong
{
    background: url(img/mbox-tbg.png) no-repeat scroll left top transparent;
    color: #222222;
    display: block;
    float: left;
    height: 25px;
    letter-spacing: 1px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 4px;
}
.tabContainer ul, .tabContainer ul li
{
    list-style: none;
}
.tabContainer ul li
{
    list-style: none;
    float: left;
     cursor:pointer;
}


.tabContainer ul.tabTitle
{
    float: left;
}

.tabContainer ul.tabTitle li.current
{
    float: left;
     background:#fff; border-top:1px solid #BFD4E0;
}

.tabContainer  ul.tabTitle li span
{
    border-left: 1px solid #BFD4E0;
    color: #666666;
    display: block;
    float: left;
    height: 25px;
    letter-spacing: 1px;
    line-height: 23px;
    overflow: hidden;
    padding: 0 7px 0 8px;
    text-decoration: none;
}

.tabContainer .tabBox{
border:1px solid #BFD4E0;
border-top:0;
padding:4px;
overflow:hidden;
}


/*tab样式结束*/