*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
body *{ font-family:"Microsoft YaHei  Light";margin: 0px;outline: none;padding:0px;font-size: 14px;}

body{
    margin: 0;
    background: white;
}
ul li{
    list-style: none;
}
input{
    -webkit-appearance: none;
    outline: none;
}
img{
    border: none;
}
a{
    text-decoration: none;
}
.clo{
    color: #ff6600;
}
body .bk{
    background: #ff6600;
}

.foot{
    background: #3a3a3a;
    color: white;
    padding: 20px 0;
    padding-top: 35px;
}
.foot .foot_sbox{
    width: 990px;
    margin: 0 auto;
    overflow: hidden;
}
.foot_sbox .about_ul{
    overflow: hidden;
}
.about_ul .about_li{
    float: left;
    width: 20%;
    text-align: left;
}
.about_li h5{
    font-size: 16px;
    margin-bottom: 15px;
}
.about_li a{
    color: white;
    display: block;
    line-height: 23px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.about_li a:hover{
    text-decoration: underline;
}
.about_li .f_code{
    width: 72px;
    height: 72px;
}
.friend_link{
    border: dashed 1px;
    border-left: 0;
    border-right: 0;
    line-height: 40px;
    margin-top: 30px;
}
.friend_link span{}
.friend_link a{
    color: white;
    margin-right: 10px;
}
.friend_link .fl_more{
    float: right;
}
.friend_link a:hover{
    text-decoration: underline;
}
.foot_sbox .pledge_box{
    text-align: center;
    margin-top: 30px;
}
.pledge_box img{
    height: 31px;
    display: inline-block;
    *display: inline;
}



s