body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1210 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1210px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #056db6;
}

.color {
    color: #056db6;
}

/*header*/
.header_top {width: 100%;background: #fff;height: 90px;}
.header_top .logo{display: block;width: 228px;margin-top: 15px;}

.header_nav{text-align: center;z-index: 99;}
.header_nav p{color: #8d8d8d;text-align: right;padding-right:25px;margin-top: 10px;}
.menu>li {float: left;position: relative;width: 115px;padding: 9px 0;}
.menu>li>a {font-size: 16px;color: #363636;border-left: 1px solid #afafaf;display: block;}
.menu>li:hover,.menu>li.hover{background: url(../images/nav_hover.jpg) no-repeat bottom center;}
.menu>li.first>a{border-left:none;}

.erji{position: absolute;top: 39px;left: 0;background: #fff;z-index: 19;display: none;width: 260px;}
.erji>li{height: 35px;line-height: 35px;padding-left: 20px;text-align: left;border-bottom: 1px solid #ececec;}
.erji>li>a{color: #363636;font-size: 14px;}
.erji>li:hover{background: #0769b2;}
.erji>li:hover>a{color: #fff;}

.header_top.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1200px;}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*footer*/
.footer{background:#555555;color: #fff;text-align: center;font-size: 0;}
.footer .foot_nav{border-bottom: 1px solid #484848;line-height: 72px;}
.footer .foot_nav ul li{display: inline-block;font-size: 14px;margin: 0 60px;}
.footer .foot_nav ul li a{color: #fff;}
.footer .foot_bottom{line-height: 86px;border-top: 2px solid #666666;}
.footer .foot_bottom span{font-size: 16px;margin: 0 15px;}
.footer .foot_bottom span a{color: #fff;}