.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.white_font,
.white_font a {
    color: #ffffff;
}

.red_font,
.red_font a {
    color: #E41E26;
}

/* header */
.top2024 {
    height: 44px;
    background: #333333;
}

.top2024 .container div,
.top2024 .container a {
    color: #ffffff;
    line-height: 44px;
}

.top_l {
    float: left;
}

.top_r {
    float: right;
}

.top_ico {
    position: absolute;
    top: 15px;
}


.top_weixin .top_code_img {
    position: absolute;
    top: 44px;
    left: 180px;
    z-index: 99;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
    background: #fff;
    border-radius: 5px;
    display: none;
    padding: 10px;
    transition: all .3s linear;
}

.top_weixin .top_code_img img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}

.top_weixin:hover .top_code_img {
    display: block;
}

.top_login {
    padding: 2px 10px 2px 10px;
    background: #E41E26;
    border-radius: 4px;
}

.top_mobile .top_code_img {
    position: absolute;
    top: 44px;
    right: -16px;
    z-index: 99;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3);
    background: #fff;
    border-radius: 5px;
    display: none;
    padding: 10px;
    transition: all .3s linear;
}

.top_mobile .top_code_img img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}

.top_mobile:hover .top_code_img {
    display: block;
}

.provices .name {
    background: unset;
}

.provices .name span.ct {
    color: #fff;
}

.header .logo {
    width: 300px;
}

.header .search {
    width: 410px;
    float: left;
}

#destoon_search {
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
}

#search_module {
    margin: 72px 0 0 326px;
    width: 105px;
}

.search_m {
    width: 85px;
    padding: 0px 10px 0 10px;
    border-right: 1px solid #CCCCCC;
}

.header .search i {
    cursor: pointer;
    font-size: 26px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 3px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    width: 98px;
    background: #E41E26;
}

.header .search i:hover {
    color: #fff;
}

.header .search_r {
    float: right;
    margin-top: 36px;
}

.nav2024 {
    height: 56px;
    margin-top: 10px;
    background: #E41E26;
}

.nav2024 .navtab {
    height: 56px;
    font-size: 0;
    width: 100%;
    display: block;
}

.nav2024 .navtab a {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    position: relative;
    padding: 0 30px 0 30px;
}

.nav2024 .navtab a.on,
.nav2024 .navtab a:hover {
    background: #D40710;
}

.footer2024 {
    background: #333333;
    margin-top: 20px;
}

.footer-top {
    height: 190px;
    min-height: 190px;
}

.footer-top .fl {
    padding-top: 40px;
}

.footer-top .fl .text-big {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

.footer-top .fl .text-small {
    padding-top: 10px;
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    display: flex;
    align-items: center;
}

.footer-top .fl .text-small img {
    padding-right: 5px;
}

.footer-top .fr {
    display: flex;
    padding-top: 40px;
}

.footer-top .fr .fr-item {
    padding-right: 20px;
}

.footer-top .fr .fr-item-text {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    text-align: center;
}

.footer-link {
    font-size: 14px;
    padding: 0 0 20px 0;
    text-align: center;
    opacity: 0.6;
}

.footer-link .container {
    opacity: 0.6;
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.footer2024 .footer-copyright {
    background: #000000;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 26px;
    padding: 15px 0;
    text-align: center;
    opacity: 0.5;
}

.footer2024 .footer-copyright,
.footer2024 .footer-copyright a {
    color: #FFFFFF;
    line-height: 13px;
    font-size: 12px;
    font-weight: 500;
}