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;
}




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

navfoot ul >ul >li
{
    width: 13%;
    float: left;
    margin: 0;
    padding: 0px 50px;
    /* padding: 11px 0; */

    list-style: none;
}
navfoot ul >ul >li >a
{
    font-size: 18px;
    font-weight: normal;



    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); */
}
navfoot li:last-of-type a
{
    border-right: none;
}
navfoot li:first-of-type a
{




}

navfoot ul,
.head,
.tab,
.contentContainer,
.footContainer
{

    margin: 0 auto;
}

navfoot ul li a{
  color: white;
}


.clear:after
{
    display: table;
    clear: both;
    content: ' ';
}

.clear
{
    zoom: 1;
}




.contentWrapper
{
    padding-top: 50px;

    background: url('../image/contentBackground.png') 0 0;
    background-size: 100% 100%;
    /* height: 500px; */
}
.sidebar,
.contentDisplay
{
    display: inline-block;

    vertical-align: top;
}
.sidebar
{
    width: 300px;
    margin-right: 32px;
    margin-bottom: 32px;
}

.sideBigBox
{
    margin-bottom: 12px;

    background: url('../image/sidebarBackground.png') repeat-x;
    background-size: 100% 100%;
}
.sidebar .sideBigBox ul h1
{
    font-size: 22px;
    font-weight: bold;
    line-height: 55px;

    width: 300px;
    height: 55px;
    margin-bottom: 18px;

    text-align: center;

    color: #e6e4e1;
    background: url('../image/sideBigBoxBackground.png');
}
.sidebar .sideBigBox ul li
{
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;

    width: 100%;
    height: 44px;

    list-style: none;

    text-align: center;

    color: #014778;
}
.sidebar .sideBigBox ul li a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;

    width: 100%;
    height: 44px;

    list-style: none;

    text-align: center;

    color: #014778;
}
.sideBigBox li:last-of-type
{
    padding-bottom: 12px;
}

.sidebar .sideBigBox li:hover
{
    background: #d5ebf9;
}

.sidebar .sideBigBox .current
{
    background: #d5ebf9;
}

.sideSmallBox
{
    box-sizing: border-box;
    width: 300px;
    height: 118px;
    margin-bottom: 4px;
    padding-top: 15px;

    vertical-align: middle;

    background: url('../image/sideSmallBoxBackground.png');
}
.sideSmallBox img,
.sideSmallBox p
{
    display: inline-block;

    vertical-align: middle;
}
.sideSmallBox img.icon
{
    margin-right: 15px;
    margin-left: 20px;
}
.sideSmallBox p
{
    width: 134px;
}
.sideSmallBox .title
{
    font-size: 24px;
}
.sideSmallBox .title_eng
{
    font-size: 9px;
}
.sideSmallBox a
{
    color: #000;
}

.fatFooter
{
    margin-top: 25px;
    line-height: 24px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    color: white;

    box-sizing: border-box;
    width: 100%;
    padding-top: 17px;
    background: url('../image/fatFooterBackground.png');
    background-size: 100%,100%;
}


.fatFooter p,
.fatFooter img
{
    display: inline-block;

    vertical-align: middle;
}
.fatFooter img
{
    float: right;

    margin-right: 52px;
}
.fatFooter p
{
    width: 650px;

    color: white;
}

.footContainer1{
  height: 50px;

}
.footContainer1-1 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footContainer1 li{

  font-size: 14px;
  display: inline-block;
  padding: 0px 5px;
}
.footContainer1 li a{
  color: white;
}
