﻿@charset "utf-8";
/* CSS Document */
/* all 2014.5.5*/
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
    font-family: 'microsoft yahei',Verdana,Arial,Helvetica,sans-serif;
}

ul, ol {
    list-style: none;
}

img {
    border: none;
}

.clear {
    clear: both;
}

input[type=submit], input[type=button], input[type=text], input[type=password], a {
    -webkit-appearance: none;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

input {
    font-family: 微软雅黑;
    color: #a4a4a4;
}

body {
    min-width: 320px;
    font-size: 0.9em;
    font-family: Helvetica,STHeiti STXihei,Microsoft JhengHei,Microsoft YaHei,Tohoma,Arial;
    color: #000;
    -webkit-text-size-adjust: none;
    height: 100%;
    background-color:#f5f5f5;
}

html {
    height: 100%;
    margin: 0;
}

a, a:visited {
    color: #555;
    text-decoration: none;
}

.hidden {
    display: none;
}

.paginator div {
    display: inline-block;
    margin: 0 3px;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}


.bor_b_f3 {
    border-bottom: 1px solid #f3f3f3;
}

.web_w {
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
    overflow: hidden;
}

.mImage img{
    width:100%;
}

.i_head {
    height: 60px;
    overflow: hidden;
    position: relative;
    background-color: #b00005;
}

.logo {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align:center;
}

    .logo img {
        max-width: 100px;
        max-height: 39px;
    }

.menu {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    left: 15px;
}

    .menu > span {
        display: inline-block;
        background: url(/images/menu.png) no-repeat;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

.menu_nav {
    width:100%;
    margin: 0px auto;
    display: none;
    position: fixed;
    z-index: 99;
    height:100%;
    background: rgba(0,0,0,0.2);
    top:0;
}

    .menu_nav ul {
        width: 50%;
        background: #b00005;
        height: 100%;
    }

    .menu_nav ul li {
        height: 35px;
        line-height: 35px;
        width: 100%;      
        border-radius: 20px;
        text-align: right;
    }

        .menu_nav ul li > a {
            display: inline-block;
            width: 100%;
            height: 35px;
        }

.VideoBoxs {
}

    .VideoBoxs > .videoBox > div {
        margin: 0px auto;
    }

.videoDetail {
    width: calc(100% - 40px);
}

    .videoDetail > .VideoTitle {
        color: #b00005;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }

    .videoDetail > .VideoContent {
        margin: 15px 0px;
    }

        .videoDetail > .VideoContent > * {
            font-size: 19px;
            font-weight: bold;
            color: #333333;
        }

.videoList ul li, .videoList ul li.Null, .videoList ul li.Null:first-child {
    border: 1px solid #FFF;
}

    .videoList ul li:first-child, .videoList ul li.cur {
        border: 1px solid #c3000e;
    }

.series {
    width: calc(100% - 40px);
    margin: 0px auto;
    min-height: 200px;
    overflow: hidden;
    position: relative;
}

.series_yd {
    position: absolute;
    top: 48%;
    width: 100%;
}

    .series_yd ul {
        margin: 0px auto;
    }

        .series_yd ul li {
            float: left;
            width: 40px;
            height: 5px;
            background: #f0ecdd;
            margin: 0px 5px;
        }

            .series_yd ul li.cur {
                background: #ce2a22;
            }

.Spokesman {
    width: calc(100% - 40px);
    margin: 0px auto;
}

.seriesproduct {
    width: calc(100% - 40px);
    margin: 0px auto;
}

.seriesproduct_Content {
    position: relative;
}

.Spokesman_Title {
    font-weight:700;
}

.seriesproduct_yd {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

    .seriesproduct_yd ul {
        margin: 0px auto;
    }

        .seriesproduct_yd ul li {
            float: left;
            width: 40px;
            height: 5px;
            background: #f0ecdd;
            margin: 0px 5px;
        }

            .seriesproduct_yd ul li.cur {
                background: #ce2a22;
            }

.search {
    height: 34px;
    margin: 0 auto 10px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
}

    .search .area {
        width: 99%;
        display: block;
        height: 32px;
        line-height: 32px;
        padding-left: 1%;
        background-color: #fff;
        vertical-align: top;
        border: 1px solid #d2d2d2;
        border-right: none;
        border-radius: 0;
        color: #7d7d7d;
        overflow: hidden;
    }

        .search .area input {
            height: 32px;
            line-height: 32px;
            width: 99%;
        }

    .search .btn {
        vertical-align: top;
        width: 44px;
        height: 32px;
        +height: 34px;
        background: #f5f5f5 url(../images/main/fdj.png) no-repeat 11px 5px;
        cursor: pointer;
        font-size: 14px;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
        border: 1px solid #d2d2d2;
        position: absolute;
        top: 0;
        right: 0;
    }

.banner {
    border-bottom: 1px solid #ECEBF0;
}

    .banner img {
        width: 100%;
        height: auto;
    }

.i_nav {
    width: 100%;
    overflow: hidden;
    background: url(../images/main/line_h.jpg) repeat-y left;
    margin-bottom: 10px;
}

    .i_nav li {
        width: 25%;
        padding: 3% 0;
        float: left;
        text-align: center;
        border-bottom: 1px solid #ECEBF0;
        background: url(../images/main/line_h.jpg) repeat-y right;
    }

        .i_nav li span {
            display: block;
            font-size: 14px;
            color: #555;
            margin-top: 8px;
        }

        .i_nav li img {
            width: auto;
            height: 32px;
        }

.structure {
    max-width: 748px;
    margin: 0 10px;
    overflow: hidden;
}

.structure_c {
    width: 100%;
    height: auto;
}

    .structure_c li {
        float: left;
        width: 49%;
        height: auto;
        margin-bottom: 2%;
    }

        .structure_c li.fr {
            float: right;
        }

    .structure_c img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

.i_part1 {
    width: 100%;
    overflow: hidden;
}

    .i_part1 .hd {
        max-width: 748px;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 6px;
    }

        .i_part1 .hd img {
            display: block;
            float: left;
            margin: 0.1% 1% 0 2%;
            height: 20px;
            width: auto;
        }

        .i_part1 .hd b {
            font-size: 18px;
        }

    .i_part1 .bd li {
        width: 100%;
        max-width: 748px;
        height: auto;
        margin: 0 auto;
        border-bottom: 1px solid #E0E0E0;
        overflow: hidden;
    }

        .i_part1 .bd li .pic {
            width: 30%;
            height: auto;
            float: left;
            margin-left: 2%;
        }

            .i_part1 .bd li .pic img {
                width: 100%;
                height: auto;
                margin: 5% 0 5% 0;
            }

        .i_part1 .bd li .info {
            width: 56%;
            height: 100%;
            position: relative;
            float: left;
            margin: 1% 0 0 2%;
        }

            .i_part1 .bd li .info .name a {
                color: #3c3c3c;
                width: 100%;
                display: block;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                font-size: 16px;
                line-height: 16px;
                margin: 4% 0 9% 0;
            }

            .i_part1 .bd li .info .number {
                color: #ff7011;
                width: 100%;
                display: block;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                font-size: 14px;
                line-height: 16px;
            }

            .i_part1 .bd li .info .price {
                height: auto;
                margin: 8% 0 0 1%;
            }

                .i_part1 .bd li .info .price span {
                    font-size: 16px;
                    line-height: 18px;
                    color: #bb0001;
                    display: block;
                    float: left;
                }

                .i_part1 .bd li .info .price em {
                    display: block;
                    float: left;
                    font-style: normal;
                    font-size: 14px;
                    line-height: 16px;
                    color: #999;
                    text-decoration: line-through;
                    margin-left: 6%;
                }

.i_part1_m {
    background-color: #3598DC;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto;
    text-align: center;
    width: 130px;
}

    .i_part1_m a {
        color: #fff;
    }

.footer {
    width: 100%;
    text-align: center;
    color: #4b4b4b;
    background-color:white;
}

.wx {
    width: 65px;
    height: 40px;
    background: url(/images/wx.jpg) no-repeat;
    display: inline-block;
    line-height: 40px;
    padding-left: 40px;
    font-size: 12px;
    margin-left: 15%;
    float: left;
    background-size: 40px;
}

.weibo {
    width: 65px;
    height: 40px;
    background: url(/images/weibo.jpg) no-repeat;
    display: inline-block;
    line-height: 40px;
    padding-left: 40px;
    font-size: 12px;
    margin-right: 15%;
    float: right;
    background-size: 40px;
}
.footer_menu ul li {
    width: 100%;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.footer .f_link {
    height: 36px;
    border-bottom: 1px solid #cacaca;
    background-color: #eaeaea !important;
    padding: 0;
    border-top: none;
    background: none;
    -webkit-box-shadow: none;
    text-align: inherit;
    clear: both;
}

    .footer .f_link span {
        margin-right: 10px;
    }

.footer a {
    color: #4b4b4b;
    margin-left:10px;
}

.footer .f_custom {
    background-color: #f9f9f9 !important;
    padding-bottom: 20px;
    line-height: 1.8;
    text-align: center;
    padding-top: 10px;
}

.footer i {
    background: url(../images/main/foot.png) no-repeat;
    vertical-align: top;
    height: 18px;
    display: inline-block;
}

.footer .f_link .inner {
    width: 300px;
    margin: 0 auto;
    height: 26px;
    padding-top: 10px;
    overflow: hidden;
    border: none;
    position: inherit;
}

.footer .f_link .back {
    padding: 0 5px 0;
    text-align: left;
    margin-bottom: 0;
    background: none;
    float: none;
    margin-top: 0;
    margin-left: 0;
}

.footer .f_link a {
    margin: 0 10px;
}

.footer .f_link .btn-back i {
    width: 11px;
    background-position: 0 0;
    margin: 0px 5px auto 10px;
}

.footer .f_link .btn-top i {
    width: 18px;
    background-position: -16px 0;
    margin: 0px auto auto 8px;
}

.footer .f_link .btn-top2 i {
    width: 18px;
    background-position: -39px 0;
    margin: 2px auto auto 5px;
}
/*****共用头部***********/
.head {
    width: 100%;
    height: 45px;
    background-color: #b00005;
    top: 0;
    left: 0;
    z-index: 99;
}
.menu_nav span {
font-size:13px;
color:white;
padding-right:10px;
}

.head .back {
    left: 0px;
    top: 0px;
    width: 55px;
    height: 45px;
    background: url(../images/main/head.png) no-repeat 0 0;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .head .thome {
        position: absolute;
        right: 10px;
        top: 5px;
        display: none;
        padding: 0;
        
    }

        .head .thome img {
            width: 45px;
            height: auto;
        }

    .head .headtitle {
        display: inline-block;
        max-width: 220px;
        overflow: hidden;
        font-size: 16px;
        margin-top: 9px;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #fff;
    }

/*****全部分类***********/
.key_word {
    width: 55%;
    max-width: 590px;
    height: 28px;
    line-height: 28px;
    margin: 8px auto auto;
    padding-left: 10px;
}

.search_icon {
    width: 55px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
}

.search_cover {
    clear: both;
    width: 100%;
    height: 11px;
    background-color: #eaeaea;
    position: fixed;
    top: 45px;
    z-index: 99;
}

.cate_tab {
    position: relative;
    top: 56px;
    width: 100%;
}

    .cate_tab .label {
        height: 50px;
        font-size: 15px;
        position: fixed;
        background: #fff;
        top: 56px;
        width: 100%;
        z-index: 99;
        border-bottom: 1px solid #eaeaea;
    }

        .cate_tab .label .label1 {
            width: 49%;
            border-right: 1px solid #eaeaea;
        }

        .cate_tab .label a {
            height: 50px;
            text-align: center;
            float: left;
            width: 50%;
            display: inline-block;
        }

        .cate_tab .label i {
            width: 14px;
            height: 14px;
            background: url(../images/main/search.jpg) no-repeat;
            vertical-align: top;
            margin-top: 18px;
            margin-right: 9px;
            display: inline-block;
        }

        .cate_tab .label span {
            margin-top: 15px;
            vertical-align: top;
            display: inline-block;
        }

        .cate_tab .label .label1 i.on {
            background-position: -26px 0;
        }

        .cate_tab .label .label2 {
            width: 50%;
        }

            .cate_tab .label .label2 i {
                background-position: -81px 0;
            }


.catelist {
    width: 98%;
    margin: 0 auto;
    position: relative;
    top: 51px;
    left: 0;
    margin-bottom: 125px;
}

    .catelist li {
        border-bottom: 1px solid #ECEBF0;
        padding-left: 20px;
        clear: both;
        font-size: 14px;
        overflow: hidden;
    }

    .catelist .bigcate {
        height: 36px;
        line-height: 36px;
        display: block;
        color: #666;
    }

    .catelist li em {
        float: right;
        margin-top: 10px;
        margin-right: 20px;
    }

        .catelist li em img {
            width: 8px;
            height: auto;
        }

    .catelist li ul li {
        margin-right: 10px;
        padding-left: 0px;
        height: 36px;
        line-height: 36px;
        border: none;
        float: left;
        clear: none;
    }

        .catelist li ul li a {
            color: #888;
        }

/*****共用更多***********/
.page_hd {
    background-color: #dddddf;
    width: 100%;
    padding-top: 45px;
    border-bottom: 1px solid #ECEBF0;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

    .page_hd b {
        float: left;
        margin-left: 20px;
        color: #444;
        font-weight: normal;
    }

    .page_hd span {
        float: right;
        color: #222;
    }

        .page_hd span a {
            color: #666;
            cursor: pointer;
            width: 70px;
            height: 30px;
            font-size: 12px;
            background-color: #eee;
            line-height: 30px;
            text-align: center;
            margin-top: 7px;
            margin-right: 10px;
            float: right;
            display: inline-block;
        }

            .page_hd span a i {
                display: inline-block;
                width: 12px;
                height: 12px;
                background: url(../images/main/category.png) no-repeat 0 0;
                margin-top: 9px;
                margin-right: 10px;
            }

/*****商品列表***********/
.prolist {
   
}
    .prolist ul {
    overflow:hidden;
    }

    .prolist li {
        list-style-type: none;
        float: left;
        width: 47%;
        margin-left: 2%;
        margin-bottom: 2%;
    }

        .prolist li .pic {
            width:100%;
        }

            .prolist li .pic img {
                width: 100%;
            }

        .prolist li .info {
            margin-left: 90px;
            margin-top: 15px;
        }

            .prolist li .info .name {
                margin-bottom: 5px;
            }

                .prolist li .info .name a {
                    color: #636363;
                    font-size: 14px;
                }

            .prolist li .info .price {
                margin-bottom: 5px;
            }

                .prolist li .info .price span {
                    font-weight: bold;
                    font-size: 16px;
                    color: #C63F4E;
                    display: block;
                    float: left;
                    margin-right: 10px;
                }

                .prolist li .info .price em {
                    margin-right: 10px;
                    line-height: 18px;
                    float: left;
                    display: inline-block;
                    color: #999;
                    font-style: normal;
                    text-decoration: line-through;
                }


/*****商品详细***********/
.prodetail {
    width: 100%;
    overflow: hidden;
    /*padding-top: 45px;*/
    /*background: #EEEEEE;*/
}

    .prodetail .d_img {
        border-bottom: 1px solid #ECEBF0;
        text-align: center;
        background: #fff;
    }

        .prodetail .d_img img {
            max-width: 100%;
            height: auto;
        }

    .prodetail .d_name {
        width: 96%;
        margin: 0 auto;
        line-height: 28px;
        font-size: 16px;
        margin-top: 5px;
    }

    .prodetail .d_price {
        width: 96%;
        margin: 5px auto;
        color: #ff0000;
        font-size: 18px;
        overflow: hidden;
    }

    .prodetail .d_submit {
        width: 45%;
        padding-bottom: 20px;
        padding-left: 2%;
    }

        .prodetail .d_submit a {
            display: block;
            margin-top: 10px;
            color: #fff;
            border: 0px;
            height: 35px;
            cursor: pointer;
            line-height: 35px;
            background: #e84c3d url(../images/main/base_icon.png) no-repeat 20% 10px;
            padding-left: 30%;
        }



.prod_xx {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

    .prod_xx .hd {
        border-bottom: 1px solid #ECEBF0;
        height: 40px;
        line-height: 40px;
        padding-left: 2%;
        font-size: 16px;
        color: #444;
    }

    .prod_xx .bd {
        padding-top: 10px;
        padding-bottom: 20px;
        width: 96%;
        margin: 0 auto;
        color: #555;
    }

        .prod_xx .bd img {
            max-width: 100%;
            height: auto;
        }

.pro_other_t {
    line-height: 40px;
    width: 96%;
    margin: 0 auto;
    font-size: 16px;
}

    .pro_other_t h2 {
        font-size: 16px;
        font-weight: normal;
        border-bottom: 1px solid #cc000b;
        padding-top: 10px;
    }

        .pro_other_t h2 span {
            display: block;
            width: 65px;
            height: 1px;
            background-color: #c8c8c8;
            margin-bottom: -1px;
        }

.pro_otherlist {
    font-size: 16px;
    color: #ff0000;
}

    .pro_otherlist li {
        width: 33%;
        float: left;
    }

.otherlist_b {
    width: 92%;
    margin: 0 auto;
    border: 1px solid #ECEBF0;
}

    .otherlist_b .pic {
        width: 80%;
        margin: 0 auto;
        padding: 10% 10% 10px 10%;
    }

        .otherlist_b .pic img {
            width: 100%;
            height: auto;
        }

    .otherlist_b .name {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 10px;
    }


/*****文章列表***********/
.articlelist li {
    overflow: hidden;
    width: 90%;
    padding: 5px;
    border-radius: 10px;
    margin: 20px auto;
    box-shadow: 0 0 8px #ccc;
}

    .articlelist li a {
        border-bottom: 1px solid #ECEBF0;
        height: 40px;
        line-height: 40px;
        display: block;
        font-size: 14px;
        color: #555;
        clear: both;
    }

    .articlelist li span {
        float: left;
        height: 40px;
        max-width: 70%;
        overflow: hidden;
    }

    .articlelist li em {
        float: right;
        font-style: normal;
        margin-right: 20px;
        font-size: 12px;
        color: #999;
    }

        .articlelist li em img {
            width: 8px;
            height: auto;
        }

/*****文章详细页***********/
.artdetail {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

    .artdetail .title {
        width: 96%;
        padding-left: 2%;
        line-height: 2;
        font-size: 16px;
    }

    .artdetail .time {
        width: 96%;
        padding-left: 2%;
        font-size: 12px;
        border-bottom: 1px solid #ECEBF0;
        padding-bottom: 5px;
        color: #999;
    }

.artdetail_c {
    padding-top: 10px;
    width: 96%;
    margin: 0 auto;
}

    .artdetail_c img {
        max-width: 100%;
        height: auto;
    }

.back_next {
    margin-top: 10px;
    color: #555;
    line-height: 2;
    width: 96%;
    margin: 0 auto;
}

    .back_next b {
        color: #222;
        font-weight: normal;
    }

    .back_next a {
        color: #555;
    }

.news_d_ad {
    width: 96%;
    margin: 0 auto;
}

    .news_d_ad img {
        width: 100%;
        height: auto;
    }

.art_other_t {
    height: 40px;
    line-height: 40px;
    width: 96%;
    margin: 0 auto;
    font-size: 16px;
}

.art_other_c li a {
    height: 32px;
    line-height: 32px;
    display: block;
    width: 96%;
    padding-left: 4%;
    overflow: hidden;
    font-size: 14px;
    color: #787878;
    margin: 0 auto;
    background: url(../images/main/news_icon1.jpg) no-repeat 2% 14px;
}

/*****帮助下载***********/
.help_xiazai {
    width: 96%;
    margin: 0 auto;
}

    .help_xiazai a {
        color: #36c;
        padding-top: 10px;
        font-size: 12px;
        margin-right: 10px;
    }

/*****留言列表页***********/
.messagelist {
    margin-top: 10px;
}

    .messagelist li {
        border-bottom: 1px solid #ECEBF0;
        display: block;
        padding-left: 20px;
        font-size: 16px;
        color: #222;
        line-height: 1.8;
    }

        .messagelist li em {
            font-style: normal;
        }

    .messagelist .customer {
        border-bottom: 1px dotted #ECEBF0;
    }

        .messagelist .customer .time {
            display: block;
            font-size: 12px;
            padding-bottom: 5px;
            color: #999;
        }

            .messagelist .customer .time em {
                margin-right: 5px;
            }

                .messagelist .customer .time em img {
                    width: 12px;
                    height: auto;
                }

    .messagelist .manager {
        color: #555;
        line-height: 36px;
    }

        .messagelist .manager .time {
            font-size: 12px;
            color: #999;
        }

/*****招聘列表页***********/
.hirelist {
}

    .hirelist li {
        border-bottom: 1px solid #ECEBF0;
        padding-bottom: 10px;
        display: block;
        padding-left: 20px;
        font-size: 16px;
        position: relative;
    }

    .hirelist .title {
        line-height: 40px;
        font-size: 16px;
    }

        .hirelist .title a {
            color: #333;
        }

    .hirelist .time {
        font-size: 14px;
        color: #999;
    }

    .hirelist li em {
        position: absolute;
        right: 20px;
        top: 8px;
    }

        .hirelist li em img {
            width: 8px;
            height: auto;
        }

.hire_ad {
    margin-top: 45px;
}

    .hire_ad img {
        width: 100%;
        height: auto;
    }

/**** 招聘应聘页**********/
.page_list1 {
    margin-top: 45px;
}

.job_list {
    width: 96%;
    margin: 0 auto;
    margin-top: 10px;
}

    .job_list li {
        padding: 10px;
        color: #808080;
        font-size: 14px;
        line-height: 2;
    }

        .job_list li a {
            color: #585858;
        }

        .job_list li:nth-of-type(odd) {
            background: #E5E5E5;
        }

        .job_list li:nth-of-type(even) {
            background: #F4F4F4;
        }

.job_apply {
    width: 96%;
    margin: 0 auto;
    margin-top: 10px;
    color: #585858;
}

    .job_apply .title {
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        font-size: 16px;
    }

.job_desc {
    padding: 10px;
    color: #808080;
    background: #f3f3f3;
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
}

    .job_desc ul {
    }

    .job_desc li {
        width: 50%;
        float: left;
    }

    .job_desc .area {
        color: #419CD1;
    }

    .job_desc .num {
        color: #e60039;
    }

    .job_desc li.time {
        width: 100%;
    }

.job_apply .title2 {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
}

.job_apply .details {
    color: #808080;
    font-size: 14px;
    line-height: 1.6;
}

.apply_t {
    width: 100%;
    color: #e60039;
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    font-size: 16px;
}

.apply_c {
    background: #f3f3f3;
    padding: 15px 20px;
    overflow: hidden;
}

    .apply_c li {
        line-height: 36px;
        margin-top: 5px;
        clear: both;
    }

        .apply_c li span {
            width: 20%;
            float: left;
        }

    .apply_c input, .apply_c select {
        margin-left: 1%;
        color: #808080;
        width: 60%;
        float: left;
        vertical-align: middle;
        height: 28px;
        border: 1px solid #eee;
    }

    .apply_c .xingbie input {
        border: 0px;
        width: auto;
    }

    .apply_c .xingbie em {
        float: left;
        margin-right: 10px;
        font-style: normal;
    }

    .apply_c select {
        border: none;
        width: auto;
        height: 28px;
        margin-top: 5px;
    }

    .apply_c .text_area, .apply_c .submit {
        height: auto;
    }

    .apply_c b {
        display: block;
        height: 40px;
        font-weight: normal;
    }

    .apply_c .text_area textarea {
        width: 98%;
        border: 1px solid #eee;
        height: 80px;
        padding: 2px;
        color: #808080;
    }

    .apply_c .submit input {
        width: 99%;
        margin: 0 auto;
        margin-top: 5px;
        border: 0px;
        background: #e60039;
        height: 40px;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }

/**** 我要留言**********/
.lmessage_c {
    background: #f3f3f3;
    padding: 15px 20px;
    overflow: hidden;
}

    .lmessage_c li {
        margin-top: 10px;
        clear: both;
    }

    .lmessage_c input, .lmessage_c select {
        color: #808080;
        width: 92%;
        font-size: 14px;
        padding: 1%;
        vertical-align: middle;
        height: 30px;
        border: 1px solid #eee;
    }

    .lmessage_c select {
        border: none;
        width: auto;
        height: 28px;
        margin-top: 5px;
    }

    .lmessage_c .text_area, .lmessage_c .submit {
        height: auto;
    }

        .lmessage_c .text_area textarea {
            width: 90%;
            border: 1px solid #eee;
            height: 80px;
            padding: 2%;
            color: #808080;
            font-size: 14px;
        }

        .lmessage_c .submit input {
            width: 99%;
            margin: 0 auto;
            margin-top: 15px;
            border: 0px;
            background: #FCA927;
            height: 40px;
            line-height: 40px;
            border-radius: 5px;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
            padding: 0;
        }

/*******下载列表******/
.d_load_bd {
    width: 96%;
    margin: 0 auto;
    padding-top: 5px;
}

    .d_load_bd li {
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 2px dotted #ddd;
        width: 100%;
        overflow: hidden;
    }

        .d_load_bd li .pic {
            width: 28%;
            float: left;
            margin-right: 1%;
            padding-top: 5px;
        }

            .d_load_bd li .pic img {
                max-width: 100%;
                height: auto;
            }

        .d_load_bd li .info {
            width: 69%;
            float: left;
            font-size: 12px;
            line-height: 25px;
            color: #333;
        }

            .d_load_bd li .info .name {
                clear: both;
                line-height: 30px;
                font-size: 14px;
                font-family: "microsoft yahei";
            }

            .d_load_bd li .info .up_time, .d_load_bd li .info .size {
                line-height: 25px;
                color: #666666;
                font-size: 12px;
                font-family: "microsoft yahei";
            }

                .d_load_bd li .info .up_time b, .d_load_bd li .info .size b {
                    color: #666;
                }

.down_sub a {
    background: #F77100;
    width: 102px;
    height: 25px;
    line-height: 25px;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-family: "microsoft yahei";
    color: #fff;
    margin-top: 5px;
}


/**** 联系我们**********/
.contactlist {
    width: 96%;
    margin: 0 auto;
    padding-top: 10px;
}

.contact_c {
    color: #555;
    line-height: 1.8;
}

.contact_map {
    margin-top: 5px;
}

/***********/
.condetail {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
}

    .condetail .title {
        width: 96%;
        padding-left: 2%;
        line-height: 2;
        font-size: 16px;
    }

    .condetail .time {
        width: 96%;
        padding-left: 2%;
        font-size: 12px;
        border-bottom: 1px solid #ECEBF0;
        padding-bottom: 5px;
        color: #999;
    }

.condetail_c {
    padding-top: 10px;
    width: 96%;
    margin: 0 auto;
}

    .condetail_c img {
        max-width: 100%;
        height: auto;
    }

/*****搜索列表***********/
.searchlist {
    margin-top: 45px;
}

    .searchlist li a {
        border-bottom: 1px solid #ECEBF0;
        height: 40px;
        line-height: 40px;
        display: block;
        padding-left: 20px;
        font-size: 16px;
        color: #555;
        clear: both;
    }

    .searchlist li span {
        float: left;
        height: 40px;
        max-width: 85%;
        overflow: hidden;
    }

    .searchlist li em {
        float: right;
        margin-top: 10px;
        margin-right: 20px;
    }

        .searchlist li em img {
            width: 8px;
            height: auto;
        }

.common_prompt3 {
    text-align: center;
    line-height: 40px;
    color: #f00;
}
/*****内页更多分类弹出层样式*****/
#allmorecate {
    background: #000;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

#blk1 {
    z-index: 9;
    position: absolute;
}

#hideDiv {
    display: none;
    background: #fff;
    color: #000;
    overflow: hidden;
    padding-bottom: 20px;
    border: 1px solid #ccc;
}

    #hideDiv ul {
        width: 96%;
        margin: 0 auto;
    }

        #hideDiv ul li {
            clear: both;
        }

            #hideDiv ul li ul li {
                float: left;
                width: 46%;
                padding-left: 2%;
                margin-right: 1%;
                overflow: hidden;
                clear: none;
                margin-top: 5px;
            }

                #hideDiv ul li ul li a {
                    margin: 0px;
                    border: none;
                    font-size: 12px;
                    color: #6c6c6c;
                    text-align: center;
                }

.procate_tc {
    background: #d53a26;
    height: 32px;
    line-height: 32px;
}

    .procate_tc b {
        font-size: 16px;
        color: #fff;
        padding-left: 10px;
    }

    .procate_tc a {
        float: right;
        padding-right: 10px;
        z-index: 9999;
        padding-left: 20px;
    }

    .procate_tc img {
        max-height: 18px;
        margin-top: 7px;
    }

#hideDiv ul.catesmall {
    width: 100%;
}

#hideDiv .bigcate {
    background: #f3f3f3;
    display: block;
    font-size: 14px;
    margin-top: 8px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding-left: 3%;
    color: #222;
}

#hideDiv .bigc2 {
    padding-left: 5%;
}
/**** 翻页代码**********/
.pager {
    clear: both;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: right;
    width: 96%;
    overflow: hidden;
}

    .pager .paginator {
        margin: 0px;
        color: #909090;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }

        .pager .paginator a {
            border: solid 1px #ccc;
            color: #9d9d9d;
            background: #fff;
            cursor: pointer;
            text-decoration: none;
        }

        .pager .paginator span {
            float: left;
            height: 22px;
            line-height: 22px;
            min-width: 10px;
            _width: 10px;
            margin-right: 2px;
            text-align: center;
            white-space: nowrap;
            font-size: 12px;
            font-family: Arial,SimSun;
            padding: 0 6px;
            border: solid 1px #e60039;
            background: #e60039;
        }

        .pager .paginator a:visited {
            padding: 1px 6px;
            border: solid 1px #ddd;
            background: #fff;
            text-decoration: none;
        }

        .pager .paginator .cpb {
            color: #fff;
        }

        .pager .paginator .pager_go {
            height: 25px;
            line-height: 25px;
            background: url(../images/common/pager_sub.jpg) no-repeat;
            color: #333333;
            border: 0px;
            width: 53px;
            margin-left: 2px;
        }

        .pager .paginator .pager_box {
            height: 17px;
            line-height: 17px;
            color: #333333;
            border: 1px solid #ccc;
            padding: 2px;
            width: 20px;
            margin: 0 3px;
        }

        .pager .paginator a:hover {
            border: solid 1px #F50;
            color: #f60;
            text-decoration: none;
        }

        .pager .paginator a, .pager .paginator a:visited, .pager .paginator .cpb, .pager .paginator a:hover {
            float: left;
            height: 22px;
            line-height: 22px;
            min-width: 10px;
            _width: 10px;
            margin-right: 2px;
            text-align: center;
            white-space: nowrap;
            padding: 0 6px;
        }

.nav_box {
    display: none;
}
/********提示*****/
.attention {
    text-align: center;
    color: #ff0000;
}







/*2016.4.6*/
/*视频*/
.zhiranji_bt {
    margin-top: 45px;
}

.video_list {
    width: 100%;
    padding-bottom: 2.0%;
}

    .video_list ul li {
        width: 46%;
        padding: 0 2%;
        float: left;
        margin-top: 2.0%;
    }

        .video_list ul li div img {
            width: 100%;
        }

        .video_list ul li div h2 a {
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            font-size: 14px;
        }

.vider_deat {
    width: 100%;
    margin-top: 45px;
}

    .vider_deat h2 {
        text-align: center;
    }

.yuanda_video {
    width: 100%;
    margin-top: 45px;
    padding-bottom: 2.0%;
}

    .yuanda_video h3 {
        text-align: center;
    }

.video_title {
    text-align: center;
    width: 100%;
    padding-top: 2.0%;
    padding-bottom: 2%;
    font-size: 16px;
}

.footer_menu li img{
    width:50px;
}
.footer_menu {
    background: #b00005;
    width: 100%;
    color: white;
}
    .footer_menu ul {
    display:flex;
    justify-content:space-between;
    }