div, p, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dd, dt, img, body, html {
    margin: 0;
    padding: 0;
    font-weight: 500;
}


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: 40px;
    color: #333;


    font-weight: 500;

    padding-top: 10px;



}


.bh1 img {
    display: revert;
    /* padding-top: 30px; */
    width: 9%;
}

.bh3 {
    font-size: 40px;
    color: #e6e6e6;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
}


.h1span {
    color: #0e408c;
}

.bp {
    font-size: 20px;
    display: block;
    color: #999;
text-align: center;

    line-height: 30px;

}

.c_top {
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
align-items: start;
  justify-content: center !important;

}
.c_top div{

    padding-left: 30px;
}



.bimg {
    display: block;
    margin: 0 auto;


}

.bh6 {
    width: 50px;
    border-bottom: 3px #193c96 solid;
    height: 10px;
    text-align: center;

    margin: 0 auto;
}

.bh5 {

    border-bottom: 20px #d0353d solid;
    width: 70%;
    margin-top: -20px;
    /* height: 10px; */
    border-radius: 21px;
    margin-bottom: 20px;

}

.a {
    display: block;
    text-align: center;

    color: #fff;
    font-size: 16px;
    margin: 0 auto;

    width: 250px;
    line-height: 60px;

    background-color: #193c96;
    height: 62px;
    border-radius: 5px;
    margin-top: 30px;


}

.zz {
    padding: 20px 0;
}

.Ghead {
    margin: 30px auto;
}

.Ghead h2 {
    text-align: center;
    font-size: 26px;
    color: #45b034;
    font-weight: 600;
}

.Ghead h2 span {
    font-weight: 400;
    color: #c78d75;
    font-size: 30px;

}

.Ghead img {
    text-align: center;
    display: block;
    margin: 15px auto;
}

.Ghead p {
    color: #3d4d63;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.yellow {
    background-color: #e22522;
}


/* 新增 公共样式 */

.wb_b1 {

    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    font-weight: 500;
}

.wb_p1 {

    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}


.color {
    color: #000;
}

.bgcolor {
    background-color: #000;

}

.padding {
    padding: 30px 0;
}

.flex-between {

    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}