html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article-list,aside,canvas,details,figure,figcaption,footer,header,hgroup,menu,nav,output,section,summary,time,mark,audio,video
{
    font-family: 'Microsoft YaHei','黑体','宋体',sans-serif;
    font-size: 100%;

    margin: 0;
    padding: 0;

    list-style: none;

    vertical-align: baseline;
    text-decoration: none;

    border: 0;
}
body
{

    overflow-x: hidden;

}
nav
{
    background: url('../images/navBackground.png') no-repeat;
    background-size: 100%,100%;
}

nav li
{
    float: right;

    margin: 0;
    padding: 0;
    padding: 11px 0;

    list-style: none;
}
nav a
{
    font-size: 13px;
    font-weight: normal;

    float: left;

    padding: 1px 19px;

    -webkit-transition: all .5s;
       -moz-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
    text-decoration: none;

    color: white;
    border-right: 1px solid rgba(255,255,255,.75);
}
nav li:last-of-type a
{
    border-right: none;
}
nav li:first-of-type a
{
    padding-right: 0;
    padding-left: 15px;

    border-right: none;
}

nav ul,
.head,
.tab,
.contentContainer,
.footContainer
{
    width: 1100px;
    margin: 0 auto;
}
.clear:after
{
    display: table;
    clear: both;
    content: ' ';
}

.clear
{
    zoom: 1;
}

input#search
{
    width: 252px;
    height: 35px;
    padding-left: 23px;

    border: 2px solid #ddd;
    border-width: 1px;
    border-color: #c6c6c6;
    border-radius: 6px;
    background: url('../images/searchLogo.png') 95% no-repeat #eaeaea;
}
.date
{
    font-size: 13px;
    font-weight: bold;

    padding-right: 4px;

    color: #0a6da2;
}
.head .dateAndSearch
{
    float: right;
}
.dateAndSearch .date,
.search
{
    margin: 0 0 7px 0;

    list-style: none;

    text-align: right;
}
.dateAndSearch .search
{
    margin: 0 0 0 0;
}
.head
{
    background: white;
}
.head ul
{
    margin-top: 14px;
	position: relative;	
	float: right;
}
.head img
{
    margin: 14px 0 0 2px;
	position: relative;
	float: left;
}
.tab
{
    position: relative;

    padding: 15px 0 0 ;

    background: white;
}

#fatHeader
{
    z-index: 999;

    width: 100%;

    background: white;
}




#fatHeader
{
    width: 100%;
    position: relative;
}

#fatHeader .positionHeader {
    position: relative;
    box-shadow: 1px 0px 15px rgba(0,0,0,.5);
    z-index: 99;
}


.tab {
    padding-left: 90px;
    height: 50px;
}


.tab .tabhoverbox{
    height: 
}

.tab ul .firstLayer{
    text-align: center;
}
.tab ul .tablicurrent{
    text-align: center;
    background: url('../images/navPointer.png') 50% 100% no-repeat;
}
.tab  ul li {
    float: left;
    display: inline;
    font: 0.5em Arial, Helvetica, sans-serif;
    height: 50px;
    width: 150px;
    list-style: none;
}
.tab  ul li:hover {

    background: url('../images/navPointer.png') 50% 100% no-repeat;


}
.tab  ul li a {
    text-decoration: none;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    min-width: 150px;
    width: auto;
    color: rgba(0,0,0,.8);
    margin: 0px;
    padding:0;
}
.tab ul .tablicurrent{
    text-align: center;
}
.tab ul li .tablicurrent{
    background: url('../images/navBackground.png') no-repeat;
    background-size: 100%,100%;	
}

.tab ul li ul li { 
    min-width: 282px;
	width: auto;
    background: rgba(255,255,255,0.9);
    height:45px; 
    position :relative;
    margin-left: 0px;
    }
.tab ul li ul  .borderbox{ 
    height: 45px;
	width: auto;    
    min-width: 280px;
    border-bottom: 2px solid #DDDDDD;
    float: left;
}
.tab ul li ul  .borderbox:hover{ 
    height: 45px;
    border-bottom: none;
}
.tab ul li ul li:last-of-type .borderbox { 
      border-bottom: none;
}

.tab ul li ul { 
    padding-top: 12px;
}
.tab ul li ul li:before { 
    padding-top: 12px;
    width: 140px;
    background: red;
    height:42px; 
    position :relative;
    }
.tab ul li ul li:first-of-type { 
    height:44px; 
    position :relative;
}
.tab ul li ul li:last-of-type { 
    height:44px; 
    position :relative;
    background: white;
}


.tab ul li ul li a {
    line-height:40px;
    width: 280px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    color: rgba(0,0,0,.8);

}



.tab ul li ul { visibility: hidden; }
.tab ul li a:hover { background: white; }
.tab ul li:hover ul { visibility: visible; }
.tab ul li ul li a:hover { color: rgba(0,0,0,.9);background: #70A8CF}
.tab ul li ul li:hover { color: rgba(255,255,255,.9);background: #70A8CF}
























