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: 32px;
    color: #333;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
}

.bh3 {
    font-size: 40px;
    color: #e6e6e6;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
}


.h1span {
    color: #666;
    display: block;
    text-align: center;
    font-size: 14px;
}

.bp {
    font-size: 18px;
    color: #666;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    line-height: 30px;
}

.c_top {
    margin-top: 20px;
    padding-bottom: 15px;
    position: relative;

}
.c_top h2{
    color: #df061d;
    font-size: 25px;
    text-align: center;
}
.c_top span{
    color: #595959;
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 25px;
}

.bimg {
    display: block;
    margin: 0 auto;
}

.bh6 {
    width: 50px;
    border-bottom: 3px #055eb0 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;

}
.zz{
    padding: 20px 0;
}


.Ghead{
    height: 100px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.Ghead h2{
    text-align: center;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 400;
}

.Ghead  p {
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.Ghead a{
     float: right;
    font-size: 20px;
    color: #003593;
}
.yellow {
    background-color: !important #003191: 


}