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: #d7000f;
text-align: center;

    font-weight: 600;

    padding-top: 10px;
padding-bottom: 15px;


}


.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:16px;
    display: block;
    color: #333;
text-align: center;
    text-transform: uppercase;
    line-height: 30px;
font-weight: 500;
}

.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;
    background-color:none;
    color: #333;
    font-size: 16px;
  border: 2px #bfbfbf    solid;
    width: 200px;
    line-height: 50px;

    height: 50px;
  
    margin-top: 30px;


}

.a {
    position: relative;


    text-decoration: none;
    overflow: hidden; /* 隐藏超出部分的背景 */
    z-index: 1; /* 确保文字在上层 */
}

/* 背景元素 */
.a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background-color: #333;/* 悬停时的背景色 */
    transform: translateX(-50%);
    transition: all 0.4s ease-out;
    z-index: -1; /* 背景在文字下层 */
}

/* 悬停效果 */
.a:hover::before {
    left: 0;
    width: 100%;
    transform: translateX(0);
}

/* 可选：悬停时文字颜色变化 */
.a:hover {
    color:#fff; /* 背景色变深时文字变白更易读 */
    font-weight: 600;
}


.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;
}


