div, p, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dd, dt, img, body, html {
    margin: 0;
    padding: 0;

}

a {
    text-decoration: none;
    color: rgb(51, 51, 51);
    cursor: pointer;
}

ul li, ol li, dl dd dt {
    list-style: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}

body {
    font-size: 12px;
    font-family: "微软雅黑", "华文楷体", "楷体";
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.bh1 {
    font-size: 28px;
    color: #333;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;

}

.h1span {
    font-weight: 300;
}

.bp {
    font-size: 18px;
    color: #666;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;

}

.c_top {
    margin-top: 20px;
    padding-bottom: 15px;
    position: relative;

}

.bimg {
    display: block;
    margin: 0 auto;
}

.bh6 {
    width: 50px;
    border-bottom: 3px #fe8204 solid;
    height: 10px;
    text-align: center;
    margin:  0 auto;
}
.bh5 {
    width: 25px;
    border-bottom: 1px #fff solid;
    height: 10px;
    text-align: left;

}

.a {
    display: block;
    text-align: center;
    height: 50px;
    color: #191919;
    font-size: 20px;
    margin: 0 auto;
    background: #fff;
    width: 200px;
    line-height: 50px;
    border: 1px #e5e5e5 solid;

}