﻿html, body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, label, button, input, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #666;
}

button {
    outline: 0;
}


button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

.divHeight {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

.div-line {position: relative;}
.div-line:after {content: '';position: absolute;z-index: 2;bottom: 0;left: 0;width: 100%;height: 1px;border-bottom: 1px solid #e6e6e6;transform: scaleY(0.5);transform-origin: 0 100%;}

/*顶部*/

.top {background-color: #0855ab;height: 50px;margin-bottom: 2px;z-index: 5555;position: fixed;top: 0px;width: 100%;}
.top .ico-home {width: 20%;float: left;height: 50px}
.top .ico-home a.fanhui {width: 20px;height: 50px;float: left;margin-left: 10px;background: url(../images/menu/fanhui.png) no-repeat center;}
.top .ico-home > img {width: 48.5px;height: 34.5px;padding: 10px 0 0 20px}
.top .top_title {width: 60%;float: left;height: 50px}
.top .top_title div {font-weight: normal;color: #fff;text-align: center;height: 50px;font-size: 17px;line-height: 50px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block}
.top .ico-nav {width: 20%;float: left;height: 50px}
.top .ico-nav > img {width: 48.5px;height: 34.5px;padding: 10px 0 0 20px}

/*置顶*/
.backtop {width: 45px;height: 45px;line-height: 45px;overflow: hidden;display: none;text-align: center;border-radius: 45px;-moz-border-radius: 45px;-webkit-border-radius: 45px;box-shadow: 0 0 10px #0855ab;-moz-box-shadow: 0 0 10px #0855ab;-webkit-box-shadow: 0 0 10px #0855ab;background: #fff;position: fixed;right: 10px;bottom: 75px;}
.backtop a {color: #0855ab;display: block;}
.backtop a i {line-height: 45px;}

/*底部*/
.bottom {margin-top: 10px;background-color: #FFFFFF;padding: 10px 10px 0 10px;text-align: center;height: 180px;}
.bottom p {font-size: 14px;line-height:25px}
#mod-navbar {position: absolute;bottom: 0;display: flex;width: 100%;height: 60px;background-color: #fdfdfd;border-top: 1px solid #dcdcdc;font-size: 12px;}
#mod-navbar li {-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;text-align: center;}
#mod-navbar li i {display: block;padding: 8px 0;height: 38px;}