* {
    word-wrap: break-word
}

html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset {
    margin: 0;
    padding: 0
}

ul,ol,dl {
    /* list-style-type: none; */
}
li{
    list-style: none;
}
html,body {
    *position: static;
    -webkit-text-size-adjust: 100%;
}

html,body {
    width: 100%;
    height: 100%;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

address,caption,cite,code,dfn,em,th,var {
    font-style: normal;
    font-weight: normal
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}
body{
    -webkit-text-size-adjust: none !important;
}
body{
    -webkit-text-size-adjust: 100% !important;
}
html {
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}
body,th,td,button,input,select,textarea {
    font-family: "Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";
    color: #333;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

a,area {
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

a {
    text-decoration: none;
    cursor: pointer
}

a:hover {
    outline: none
}

a.ie6:hover {
    zoom: 1
}

a:focus {
    outline: none
}

a:hover,a:active {
    outline: none
}
.clear{
    clear: both;
}
:focus {
    outline: none
}

sub,sup {
    vertical-align: baseline
}
img {
    border: 0;
    vertical-align: middle
}


a img,img {
    -ms-interpolation-mode: bicubic
}


img {
    -ms-interpolation-mode: bicubic;
}
.iconfont {
    font-family: iconfont;
    font-size: 16px;
    font-style: normal
}
.index{
    width: 80%;
    margin: 0 auto;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 0px;
    margin-top: 28px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 5px 4px 8px 7px #ececec;
}

.footer li p{
    color: #000;
    padding-top: 2px;
    font-size: 14px;
}
.f-one{
    width: 33%;
    float: left;
    text-align: center;
    position: relative;
}
#ones{
    display: none;
    position: absolute;
    top: -136px;
    text-align: center;
    width: 100%;
    background: #fff;
}
#ones li{}
#ones li a{
    color: #000;
    font-size: 14px;
    line-height: 34px;
}
.f-one h3{
    padding: 15px 0;
    font-size: 15px;
    font-weight: normal;
    color: #000;
}
.f-two{
    width: 33%;
    float: left;
    text-align: center;
}
.f-two h3{
    padding: 15px 0;
    font-size: 15px;
    font-weight: normal;
    color: #000;
}
.f-two h3 a{
    color: #000;
}
.f-there{
    width: 33%;
    float: left;
    text-align: center;
}
.f-there h3{
    padding: 15px 0;
    font-size: 15px;
    font-weight: normal;
    color: #000;
}
.f-there h3 a{
    color: #000;
}
#theres{
   display: none;
    position: absolute;
    top: -136px;
    text-align: center;
    width: 33%;
    background: #fff;
}
#theres li{}
#theres li a{
    color: #000;
    font-size: 14px;
    line-height: 34px;
}