/* reset 初始化 Based on work by Eric Meyer */
html, body, div, span, iframe,h1, h2, h3, h4, h5, h6,p,pre,a,del, em, font, ins, q, s, samp,dl, dt, dd, ol, ul, li, form, label, legend, caption,textarea, tbody{
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}
:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}
/*宽度*/
a {
    text-decoration: none;
}
* {
    margin: 0px;
    padding: 0px;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: 'SimSun,SimHei,黑体,宋体';
}
.body_whp{
    min-width:320px;
    height:auto;
    padding: 0px;
    background: #fff;
    margin-bottom: 75px;
}
.clear {
    clear: both;
}

/*header*/
.header{
    background:#0178D4;
    position: relative;
    z-index: 10;
}
.new-a-back {
    height: 32px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 45px;
}
.new-a-back span {
    background:url(/Public/Index/images/icon_fh.png) no-repeat 0px 0px / 18px 18px;
    display:block;
    height: 18px;
    margin-top: 12px;
    text-indent:17px;
    line-height:18px;
    width: 45px;
    color:#FFF;
    font-size:14px;
}
.header h2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-weight:bold;
}
.new-a-jd {
    height: 30px;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 37px;
}
.new-a-jd span {
       display: inline-block;
    height: 35px;
    color: #fff;
    margin: 5px 0 0 0px;
    font-size: 25px;
}

.body_page{
    padding:0 10px;
}

/*footer start*/
#footer {
  background: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 13.7px;
  color: rgb(134, 134, 134);
  margin: 0px 0px 80px 0px;
  width: 100%;
}
/*end footer*/
/*footer*/
.footer{
    position:fixed;
    bottom:-18px;
    left:0;
    right:0;
    margin:auto;
    z-index: 9999999;
}
.footer_menu{
    background:#0178D4;
    display:block;
    width:100%;
    height:48px;
    margin:0;
    padding:0;
}
.footer .footer_menu>li{
    position:relative;
    text-align:center;
    display:inline-block;
    width:20%;
    float:left;
}
.footer_menu li:first-child{
    background:none;
}
.footer .footer_menu>li>a{
    height:48px;
    margin-right:1px;
    display:block;
    text-align:center;
    color:#FFF;
    text-decoration:none;
    text-shadow:0 1px rgba(0, 0, 0, 0.3);
}
.footer .footer_menu>li.home{
    width:20%;
}

.footer .footer_menu>li>a label{
    overflow:hidden;
    margin:0 0 0 0;
    font-size:12px;
    display:block !important;
    line-height:18px;
    text-align:center;
}
.footer .footer_menu li  i{
        font-size: 20px;
        margin-top: 5px;
}
.footer .footer_menu>li.home a{
    height:66px;
    width:66px;
    font-size: 40px;
    margin:auto;
    border-radius:60px;
    position:relative;
    top:-22px;
    left:0px;
    background:url(/Public/Index/images/home.png) no-repeat center center #0178D4;
    background-size:80% 80%;
}
.footer li:first-child a{
    display:block;
}
.footer_menu li:last-of-type a{
    background:none;
    overflow:hidden;
}
.footer .footer_menu>li>a:hover, .footer .footer_menu>li>a:active{
    background-color:#3093e3;
}

#afui_mask {
    display: none;
position: fixed;
z-index: 100;
left: 25%;
top: 38%;
width: 40%;
padding: 10px 30px;
border-radius: 9px;
background: rgba(16,16,16,0.6);
color: white;
}
/*
#afui_mask span {
    display: block;
height: 50px;
margin: 0px auto;
width: 50px;
background: url(/Public/Common/img/loading.gif) no-repeat;
}*/
#afui_mask p {
    font-size: 14px;
    text-align: center;
}
/*navgation start*/
#menu_box {
    position: fixed;
top: 0px;
right: 0px;
    background: rgba(16, 16, 16, 0.68);
width: 0%;
opacity: 0;
height: 100%;
z-index: 9999999999999;
font-size: 14px;
overflow: hidden;
}
#menu_box ul {

}
#menu_box li {
border-bottom: 1px solid #1B1B1B;
}
#menu_box li a {
    line-height: 35px;
    color: #fff;
    display: block;
    border-bottom: 1px solid #817777;
    padding-left: 30px;
}
.menu_titlename a {
    padding-left: 10px!important;
}

#menu_box li:hover,#menu_box li:focus {

}

/*navgation end*/