* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top;
}

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    background-color: #F6F6F6;
    min-width: 1200px;
    -webkit-touch-callout: none; /*系统默认菜单被禁用*/
    -webkit-user-select: none; /*webkit浏览器*/
    -khtml-user-select: none; /*早起浏览器*/
    -moz-user-select: none; /*火狐浏览器*/
    -ms-user-select: none; /*IE浏览器*/
    user-select: none; /*用户是否能够选中文本*/
}

input, select {
    -webkit-user-select: auto; /*webkit浏览器*/
    user-select: auto; /*用户是否能够选中文本*/
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

section {
    margin: 0 auto;
}

ul, li {
    list-style-type: none;
}

.container {
    margin: 0 auto;
    width: 1230px;
    /*width: 1170px;*/
}

.br2 {
    border-radius: 2px;
}

.one_line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

/*网站顶部导航*/
#web_top {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    width: 100%;
    line-height: 28px;
}

#web_top img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.top {
    position: relative;
}

.top_logo {
    background-image: url(../image/banner_1.jpg);
    background-repeat: no-repeat;
    text-align: center;
    background-size: 100% 100%;
    height: 320px;
}

@media screen and (max-width: 980px) {
    .top_logo {
        height: 240px;
    }
}

.top_logo img {
    margin-top: 80px;
    display: inline-block;
}

.menu {
    width: 100%;
    height: 90px;
    background-color: #e60115;
}

.menu_item {
    text-align: center;
    color: white;
    width: 12.5%;
    height: 90px;
    font-size: 16px;
    float: left;
}

.menu_item > img {
    height: 36px;
    width: 36px;
    display: block;
    margin: 12px auto 8px auto;
}

.menu_item:hover, .menu_item.active {
    background-color: #e60115;
    color: #FFFFFF;
    /*color: #CBD8E5;*/
}

/*轮播*/
.slider-item {
    background-color: #454746;
    color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 3px;
}

.slider-item-selected {
    background-color: #FF7002;
}

#page {
    margin: 1rem auto;
    width: 700px;
}

.content_tiitle {
    line-height: 34px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
}

#article {
    padding: 1rem 3rem;
    line-height: 28px;
    background-color: #FFFFFF;
    float: left;
    width: 100%;
}

/*底部*/
.footer {
    background-color: #e60115;
    color: #FFFFFF;
}

.footer > .container {
    padding: 2rem 0px;
}

.footer > .container > p {
    display: block;
    margin-top: 1rem;
}

.footer > .container > p a {
    color: #fff;
    vertical-align: top;
    margin-left: 6px;
}

.footer > .container > p a:HOVER {
    color: blue;
}

.footer_left {
    width: 550px;
    display: inline-block;
}

.footer_left img {
    vertical-align: sub;
}

.footer_left > p {
    line-height: 28px;
    font-size: 14px;
}

.footer_left > h3 {
    font-size: 16px;
    margin-bottom: 1rem;
}

.footer_right {
    height: 170px;
    float: right;
    width: 350px;
    vertical-align: top;
}

.footer_right img {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 30px;
}

/*主页*/
.mobile_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    height: 40px;
    width: 100%;
    background: rgb(255, 255, 255, .95);
    line-height: 40px;
}

.mobile_menu span {
    border-bottom: 1px solid #ddd;
    display: none;
}

.mobile_menu i {
    font-size: 22px;
    margin-left: 10px;
}

.mobile_menu .item {
    padding: 0 10px;
    background: rgb(255, 255, 255, .95);
}

.mobile_menu .curr {
    background-color: #e60115;
}

.mobile_menu .curr a {
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .footer_left{
        width: 100%;
    }
    body {
        overflow-x: hidden;
        min-width: 0;
        touch-action: none;
        touch-action: pan-y;
    }

    .mobile_menu {
        display: block
    }

    .top_logo {
        background-image: url(../image/banner_3.png);
        background-size: 540px;
        background-position: -78px -40px;
        height: 200px !important;
    }

    #web_top {
        display: none !important;
    }

    .container {
        width: 100%;
    }

    .gonggao {
        width: 70% !important;
    }

    #left {
        display: none !important;
    }

    #center {
        width: calc(100% - 20px) !important;
    }

    #right {
        float: left !important;
        margin-top: 10px !important;
        margin-left: 10px !important;
        width: calc(100% - 20px) !important;
        margin-bottom: 10px !important;
    }

    #right > ul {
        width: 100% !important;
    }

    .right_menu_item {
        width: 50% !important;
    }

    .news_box {
        padding: 0 10px !important;
    }

    .news_box_item {
        width: 100% !important;
    }

    .item_action {
        width: calc(100% - 48px) !important;
    }

    .right_menu_tab {
        width: calc(100% - 36px) !important;
    }

    .item_box {
        margin: 0 10px !important;
    }

    .item_box_l {
        margin: 0 !important;
    }

    .footer > .container {
        /* padding: 2rem; */
        padding: 3%;
    }

    .footer > .container p {
        font-size: 12px !important;
    }

    .frind_link {
        display: block !important;
        margin: 10px 0 0 10px !important;
    }

    .tip {
        width: 100% !important;
    }

    .code {
        width: 120px !important;
        height: 120px !important;
        top: calc(100% - 200px) !important;
        left: calc(50% - 60px) !important;
    }

}
