@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, img {
    border: 0;
}

a:link, a:visited {
    text-decoration: none;
    color: #0A0A0A;
}

a:hover {
    color: #df0504
}

body {
    background: #fff;
    color: #3B3B39;
    font-size: 14px;
}
.cursor_pointer{
    cursor: pointer;
}

/**
 * 通用
 */
.w1920 {
    width: 1920px;
    margin: 0 auto;
}

.w1400 {
    width: 1400px !important;
    margin: 0 auto;
}
.w1300 {
    width: 1300px !important;
    margin: 0 auto;
}

.w1200 {
    width: 1200px !important;
    margin: 0 auto;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}


.flex_left_right {
    display: flex;
    justify-content: space-between;
}

.bg_white {
    background: #ffffff;
}

.padding_10 {
    padding: 10px;
}

.flex_row {
    display: flex;
    flex-direction: row;
}

/**
 * 顶部
 */
#top2024 {
    height: 40px;
    line-height: 40px;
    background: #F5F5F5;
}

/**
 * 头部
 */
#header2024 {
    height: 250px;
    background: url("../images/bg_banner.png") center;
}

#header2024 .logo {
    position: relative;
    top: 70px;
}

/**
 * 菜单
 */
#menu2024 {
    background: #DE0504;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
}

#menu2024 div a {
    color: #ffffff;
}


/**
 * 底部
 */
#footer2024 {
    background: #E02D2D;
    padding: 16px 0;
}
#footer2024 div {
    line-height: 36px;
    height: 36px;
    color:#ffffff;
    text-align: center;
}