
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, div, strong, label, em {
    margin: 0;
    padding: 0;
    border: 0;
}

ul, ol, li {
    list-style: none;
}



body {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0 auto;
    color: #898989;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b, em, i {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3 {
    font-size: 30px;
}



a {

font-size: 30px;
line-height:40px; 
display:block; 
    margin-top:8px;
    width: 100%;
    height: 100%;
    color: #6e6e76;
    text-decoration: none;
}



.item_one {
    width: 31%;
    height: 55px;
    float: left;
    margin-left: 2%;
    margin-top: 2%;
    overflow: hidden;
}


.active {
    dispaly: block;
}


.footer {
    clear: both;
}


.clearfix {
    *zoom: 1
}

.clearfix:before,.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.newTit {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}

.newTit .moreLink {
    float: right;
    position: relative;
    width: 80px;
    text-align: center;
}

.newTit .moreLink>a {
    font-size: 44px;
    color: #6b6b6b
}

.newTit .moreLink>a i {
    display: inline-block;
    background: url("../images/titarrowdown.png") no-repeat top center;
    width: 8px;
    height: 5px;
    background-size: 8px 5px;
    margin-left: 2px
}

.newTit .moreLink>a.on i {
    background: url("../images/titarrow.png") no-repeat top center;
    background-size: 8px 5px;
}

.newTit h3 {
    text-align: left;
    padding-left: 15px;
}

.newTit .moreLink ul {
    position: absolute;
    left: 0;
    top: 28px;
    background: #f2f2f2;
    width: 78px;
    border: 1px solid #ddd;
    border-top: 0;
    display: none;
    z-index: 1
}

.newTit .moreLink ul li {
    border-top: 1px solid #ddd;
    padding: 10px 0
}

.newTit .moreLink ul li a {
    color-interpolation: #191919
}

.footer {
    background: #383838;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9
}

.footer a {
    width: 33%;
    float: left;
    padding: 15px 0;
text-align:center; 
    font-size: 35px;
    color: #fff
}

.footer a i {
    display: inline-block;
    width: 11px;
    height: 12px;
    vertical-align: middle;
    margin-right: 12px
}


