body {
    padding: 0;
    margin: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

img {
    display: block;
}
.article img{
    display:inline-block;
}
.nonData {
    text-align: center;
}
/* 位置栏 */
.local_nav {
    background: #feebeb;
    line-height: 40px;
    position: relative;
    z-index: 50;
}

.local_text:hover {
    color: #be3333;
    text-decoration: underline;
}

.ab_arr {
    width: 16px;
    height: 16px;
    display: inline-block;
    transform: translateY(2px);
    margin: 0px 5px;
}

.ab_arr img {
    width: 16px;
    height: 16px;
}

/* 顶部 */
.public_top {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 10px 100px 0px 100px;
    background: rgba(255, 255, 255, 0.3);
}

a {
    text-decoration: none;
    color: #333333;
}

.weclome {
    font-size: 16px;
    line-height: 30px;
}

.we_img {
    height: 45px;
}

.we_img img {
    height: 100%;
}

/* 导航 */
.navbar {
    box-sizing: border-box;
    margin-top: 10px;
}

.logo {
    height: 50px;
    margin-top: 10px;
    margin-left: -20px;
}

.logo img {
    height: 50px;
}

.nav_block {
    text-align: right;
}

.nav_item {
    display: inline-block;
    width: 110px;
    text-align: center;
    position: relative;
}

.nav_inner {
    height: 60px;
    line-height: 60px;
    cursor:pointer;
}

.nav_item_active .nav_inner {
    background: #de201f;
    color: #ffffff;
}

.nav_item_active .nav_er {
    display: block;
}

/* 二级导航 */
.nav_er {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: white;
}

.er_item {
    background: #be1c1c;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 1px;
}

.er_item:hover {
    background: #de201f;
}

.nav_img {
    display: none;
    width: 26px;
    height: 26px;
    float: right;
    margin-top: 7px;
}

.nav_img img {
    width: 26px;
    height: 26px;
}

.nav_arr {
    display: none;
}

/* 黑屏 */
.nav_black {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 80;
    background: rgba(0, 0, 0, 0.3);
}


/* 整体内容 */
.layout {
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}

/* 底部导航 */
.page_bottom {
    margin-top: 80px;
}

.page_red {
    width: 100%;
    height: 10px;
    background: #e22232;
}

.bo_block {
    box-sizing: border-box;
    padding: 40px 0px;
    background: url(../img/i17.jpg) no-repeat;
    background-size: 100% 100%;
}

.bo_list {
    width: 20%;
    float: left;
    text-align: center;
}

.bo_name {
    font-size: 18px;
}

.bo_con {
    margin-top: 10px;
    line-height: 40px;
}

.bo_text {
    font-size: 14px;
}

.bo_bei {
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    padding: 20px 0px;
    background: #e6e6e6;
    font-size: 14px;
    color: #666666;
}

.banner img {
    width: 100%;
}

/* 标题效果 */

.title_top {
    text-align: center;
}

.title_icon {
    height: 40px;
    vertical-align: top;
    display: inline-block;
}

.title_icon img {
    height: 40px;
}

.title_text {
    display: inline-block;
    line-height: 40px;
    font-size: 36px;
    font-weight: bold;
    color: #f40401;
    margin-left: 10px;
    letter-spacing: 2px;
}

.title_bottom {
    width: 80%;
    margin: auto;
}

.title_bottom img {
    width: 100%;
}
@media screen and (max-width:1600px) {
    .public_top {
        padding: 10px 40px 0px 40px;
    }

    .nav_item {
        width: 90px;
    }
}
@media screen and (max-width:1400px) {

    /* 整体内容 */
    .layout {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 10px;
    }

    /* 导航 */
    .logo {
        height: 50px;
        margin-top: 10px;
        margin-left: -20px;
    }

    .logo img {
        height: 50px;
    }


    .nav_item {
/*        width: 90px;*/
    }
}
@media screen and (max-width:1200px) {

    /* 导航 */
    .logo {
        height: 40px;
        margin-top: 10px;
        margin-left: -20px;
    }

        .logo img {
            height: 40px;
        }


    .nav_item {
        width: 80px;
    }

    .nav_inner {
        height: 50px;
        line-height: 50px;
    }
}
/*@media screen and (max-width:1100px) {*/

    /* 导航 */
    /*.logo {
        height: 40px;
        margin-top: 10px;
        margin-left: -20px;
    }

    .logo img {
        height: 40px;
    }


    .nav_item {
        width: 80px;
    }

    .nav_inner {
        height: 50px;
        line-height: 50px;
    }

}*/

@media screen and (max-width:1000px) {

    /* banner */
    .indexbanner {
        position: relative;
        top: 0;
        margin-top: 60px;
    }
    .ab_nav {
        font-size: 14px;
    }
    /* 顶部 */
    .public_top {
        padding: 10px 10px 0px 10px;
        background: white;
        z-index: 100;
    }

    .nav_img {
        display: block;
    }

    .nav_arr {
        display: block;
    }

    .public_bar {
        display: none;
    }

    /* 导航 */
    .navbar {
        box-sizing: border-box;
        margin-top: 0px;
    }

    .logo {
        height: 40px;
        position: relative;
        z-index: 100;
    }

    .logo img {
        height: 40px;
    }

    .nav_block {
        position: absolute;
        right: 0;
        top: 60px;
        z-index: 100;
        display: none;
        animation: topnav 1s ease forwards;
    }

    @keyframes topnav {
        from {
            transform: translateX(100%);
            opacity: 0;
            z-index: 5;
        }

        to {
            transform: translateX(0px);
            opacity: 1;
        }
    }

    .nav_item {
        display: inline-block;
        width: 100%;
        text-align: left;
        color: white;
    }

    .nav_inner {
        color: white;
        padding: 0px 20px;
        background: #be1c1c;
        border-bottom: 1px solid white;
    }

    /* 手机端右箭头 */
    .nav_arr {
        width: 20px;
        height: 20px;
        float: right;
        margin-top: 15px;
    }

    .nav_arr img {
        width: 20px;
        height: 20px;
    }

    /* 二级导航 */
    .nav_er {
        display: none;
        position: relative;
        top: 0px;
        left: 0;
        right: 0;
    }

    .er_item {
        background: #de201f;
        height: 60px;
        line-height: 60px;
        color: #fff;
        font-size: 15px;
        margin-bottom: 0px;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
        padding-left: 40px;
    }

    .er_item:hover {
        background: #ad1515;
    }

    /* 整体内容 */
    .layout {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 10px;
    }

    /* 底部导航 */
    .page_bottom {
        margin-top: 40px;
    }

    .page_red {
        height: 5px;
    }

    .bo_block {
        padding: 20px 0px;
    }

    .bo_list {
        width: 33.3%;
        float: left;
        text-align: center;
        box-sizing: border-box;
        padding-top: 20px;
    }

    .bo_list2 {
        clear: both;
    }

    /* 页面标题 */

    .title_icon {
        height: 24px;
        transform: translateY(8px);
    }

    .title_icon img {
        height: 24px;
    }

    .title_text {
        font-size: 24px;
        margin-left: 0px;
        letter-spacing: 0px;
    }

    .title_bottom {
        width: 100%;
    }

    /* 位置栏 */
    .local_nav {
        font-size: 14px;
    }
    .ab_arr {
        width: 14px;
        height: 14px;
    }

    .ab_arr img {
        width: 14px;
        height: 14px;
    }
}