﻿html,body, div, a,img, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 14px;
}

body {
    font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
    width: 100%;
    background-color: #FFF;
    /* 禁止用户选择 */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
}

i, strong, em {
    font-style: normal;
}

img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

input, textarea, select, button {
    font: 14px "微软雅黑",Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}


/* 清除浮动 */
.clearfix:after,.clearfix:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

/*版心*/
.w {
    width: 1000px;
    margin: 0 auto;
}

/* 页面公共部分 */

/*top start*/
.top {
    width: 100%;
    height: 90px;
    background-color: #3f3933;
}
.top .w {
    height: 90px;
}
.top .w .top_left {
    float: left;
}
.top .w .top_left h1 {
    height: 90px;
    text-indent: -10000px;
}
.top .w .top_left h1 a {
    display: block;
    width: 208px;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}
.top .w .top_left h1 a img {
    position: absolute;
    top: 0;
    left: -3px;
}
.top .w .top_right {
    height: 90px;
    line-height: 36px;
    float: right;
}
.top .w .top_right ul li {
    height: 36px;
    width: 90px;
    margin-top: 27px;
    margin-left: 30px;
    float: left;
    /*padding: 0 15px;*/
}
.top .w .top_right ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
    height: 36px;
    width: 90px;
    border-radius: 4px;
    text-align: center;
}
.top .w .top_right ul li a:hover {
    color: #fa6d1b;
}
/*top end*/


/*footer start*/
.footer {
    margin-top: 30px;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
}
.footer p {
    width: 100%;
    color: #FFF;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.footer p a {
    color: #FFF;
}
.footer p a:hover {
    color: #fa6d1b;
}
/*footer end*/


/* 流量显示图片位置 */
#cnzz_stat_icon_1261010858 img {
    vertical-align: baseline;
}
