* {
    padding: 0;
    margin: 0;
}

a, a:visited, a:link {
    color: #000;
    text-decoration: none;
}

ul, ol, li {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
    line-height: 24px;
    overflow-x: hidden;
    background: #fff;
}





.content, .container {
    width: 1000px;
    margin: 0 auto;
    font-family: microsoft yahei;
}











.imgText img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.context img {
    max-width: 100%;
    height: auto;
}

#dituContent img {
    max-width: inherit;
}

.goTop {
    cursor: pointer;
    height: 40px;
    width: 40px;
    margin-right: -520px;
    position: fixed;
    right: 44%;
    top: 86%;
    z-index: 1000;
    background: url(http://www.bjxfsb.cn/css/images/top.gif) no-repeat center;
}
/*头部*/
.top {
    height: 28px;
    color: #969696;
    line-height: 28px;
    overflow: hidden;
    text-align: right;
    border-bottom: 1px solid #dbdbdb;
    font-size: 12px;
}

    .top a {
        color: #969696;
    }

.top_main {
    overflow: hidden;
}

.inputs {
    margin-top: 30px;
    border: 1px solid #b02037;
    -webkit-box-shadow: inset 0 0 2px #f0f0f0;
    box-shadow: inset 0 0 2px #f0f0f0;
    height: 30px;
}

    .inputs input {
        float: left;
        width: 240px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        padding-left: 15px;
        border: none;
        outline: none;
        background: none;
        color: #949494;
    }

        .inputs input:focus, .inputs input.hasContent {
            border: none;
            outline: none;
            background: none;
            color: #000;
        }

a.searchBtn {
    float: left;
    background: url(http://www.bjxfsb.cn/css/images/search.png) no-repeat center;
    cursor: pointer;
    margin: 4px 10px 0 0;
    display: block;
    width: 21px;
    height: 21px;
}

.menu {
    background: #b02037;
    height: 45px;
}

    .menu li {
        height: 45px;
        line-height: 45px;
        float: left;
        text-align: center;
        position: relative;
        width: 125px;
    }

        .menu li a {
            font-size: 14px;
            color: #fff;
            display: block;
            background: url(http://www.bjxfsb.cn/css/images/lihover.png) no-repeat right center;
        }

        .menu li.cur a, .menu li:hover a {
            background: #999;
            color: #fff;
        }

        .menu li ul.subMenu {
            width: 125px;
            position: absolute;
            font-weight: normal;
            left: 0;
            display: none;
            z-index: 1000;
            line-height: 30px;
            background: #999;
        }

        .menu li:hover ul.subMenu {
            display: block;
        }

        .menu li ul.subMenu li {
            height: 30px;
            width: auto;
            line-height: 30px;
            display: block;
            background: none;
            float: none;
        }

            .menu li ul.subMenu li a {
                color: #fff;
                font-size: 12px;
            }

                .menu li ul.subMenu li a:hover {
                    background: #bdbdbd;
                    color: #fff;
                }

.notice {
    height: 86px;
    line-height: 86px;
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    color: #444;
    font-size: 12px;
    text-overflow: ellipsis;
}

    .notice a {
        color: #999;
        margin-right: 10px;
    }

#slides {
    position: relative;
}

    #slides .prev, #slides .next {
        display: block;
        position: absolute;
        z-index: 1;
        top: 50%;
        margin-top: -30px;
        left: 5%;
        z-index: 1;
        width: 40px;
        height: 60px;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 0.5;
        display: none;
        width: 73px;
        height: 73px;
    }

    #slides:hover .prev, #slides:hover .next {
        opacity: 0.5;
        display: inline;
    }

    #slides .next {
        left: auto;
        right: 5%;
        background: url(http://www.bjxfsb.cn/css/images/right1s.png) no-repeat;
    }

    #slides .prev {
        background: url(http://www.bjxfsb.cn/css/images/left1s.png) no-repeat;
    }

    #slides li img {
        width: 100%;
    }











/*首页*/
.block {
    clear: both;
    overflow: hidden;
    position: relative;
}

.service {
    background: #f0f0f0;
    padding: 40px 0;
}

    .service li {
        width: 152px;
        height: 182px;
        float: left;
        background: url(../image/ser_tb.png) no-repeat 20px 0;
        overflow: hidden;
        display: inline;
        margin-left: 48px;
        text-align: center;
    }

        .service li p {
            font: 12px Arial;
            color: #000;
            text-transform: uppercase;
            margin-bottom: 6px;
        }

        .service li h3 {
            font: 18px "Microsoft YaHei";
            font-weight: bold;
            color: #333;
            line-height: 18px;
        }

.img {
    width: 103px;
    height: 119px;
    overflow: hidden;
    text-align: center;
    background: url(../image/ser_b1.gif) no-repeat center left;
    margin: 0 0 12px 20px;
}

    .img img {
        width: 52px;
        height: 44px;
        margin-top: 38px;
    }

.service li:hover p, .service li:hover h3 {
    color: #922b3e;
}

.service li:hover .img {
    background-position: right top;
}

.title {
    font: 24px "Microsoft YaHei";
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    text-align: center;
    background: url(http://www.bjxfsb.cn/css/images/ser_tx.png) no-repeat center center;
    margin: 0 0 50px;
    overflow: hidden;
}

    .title span {
        color: #922b3e;
        margin-left: 4px;
    }

.title2 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #b02037;
    margin: 20px 0;
}

    .title2 span {
        display: inline-block;
    }

        .title2 span:before {
            content: "";
            float: left;
            height: 30px;
            display: block;
            width: 110px;
            background: url(http://www.bjxfsb.cn/css/images/lspan.png) no-repeat center;
            margin-top: 17px;
            margin-right: 5px;
        }

        .title2 span:after {
            content: "";
            background: url(http://www.bjxfsb.cn/css/images/rspan.png) no-repeat center;
            float: right;
            height: 30px;
            display: block;
            width: 110px;
            margin-top: 17px;
            margin-left: 5px;
        }

.tree {
    width: 200px;
}

    .tree h2 {
        height: 68px;
        color: #fff;
        line-height: 68px;
        text-align: center;
        background: #b02037;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .tree li a {
        display: block;
        height: 38px;
        background: #b02037 url(http://www.bjxfsb.cn/css/images/roldotted.png) no-repeat 30px center;
        color: #fff;
        line-height: 38px;
        padding-left: 56px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .tree .subTree li a {
        background: url(http://www.bjxfsb.cn/css/images/pr_b2.jpg) no-repeat left top;
        color: #666;
    }

.right {
    width: 755px;
    overflow: hidden;
}

.tab {
    height: 30px;
    margin-bottom: 20px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}

    .tab li {
        display: inline-block;
        height: 29px;
        border-bottom: 2px solid transparent;
        padding: 0 10px;
        cursor: pointer;
    }

        .tab li.cur {
            border-bottom: 2px solid #b02037;
        }

.tabCon {
    height: 240px;
    overflow: hidden;
    margin-bottom: 16px;
}
ul.item{
display:none;
}
ul.item li {
    overflow: hidden;
}

    ul.item li img {
        width: 359px;
        height: 240px;
        float: left;
    }

.detail {
    width: 358px;
}

    .detail h2 {
        color: #333333;
        text-align: center;
        line-height: 32px;
        margin-top: 10px;
        font-size: 16px;
        font-weight: normal;
    }

    .detail p {
        color: #999;
        line-height: 24px;
        height: 170px;
        overflow: hidden;
    }

a.moreL {
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    right: 0;
}

a.desA {
    float: left;
    width: 92px;
    height: 28px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
    text-align: center;
    background: #b02037;
    margin: 0 auto;
}

.title3 {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

    .title3 span {
        display: block;
        float: left;
        border-bottom: 2px solid #b02037;
        height: 29px;
        padding: 0 5px;
    }

    .title3 em {
        font-size: 10px;
        font-family: arial;
        text-transform: uppercase;
        font-style: normal;
        padding-left: 5px;
        color: #999;
    }

.hotPr li {
    float: left;
    width: 242px;
    margin-right: 9px;
    text-align: center;
}

    .hotPr li img {
        width: 240px;
        height: 160px;
        border: 1px solid #e7e7e7;
    }

    .hotPr li p {
        color: #666;
        line-height: 32px;
        height: 32px;
        overflow: hidden;
    }

.cooper {
    padding: 60px 0;
    background: url(http://www.bjxfsb.cn/css/images/qu_bj.jpg) no-repeat center top;
}

.title4 {
    margin-bottom: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #922b3e;
}

    .title4 span {
        color: #333;
        line-height: 36px;
        height: 36px;
        font-size: 16px;
        display: inline-block;
        padding: 0 6px;
    }

        .title4 span:before {
            content: "";
            height: 1px;
            background: #5a5a5a;
            width: 60px;
            display: block;
            margin-top: 18px;
            float: left;
            margin-right: 7px;
        }

        .title4 span:after {
            content: "";
            height: 1px;
            background: #5a5a5a;
            width: 60px;
            display: block;
            margin-top: 18px;
            float: right;
            margin-left: 7px;
        }

.cooper .con {
    width: 410px;
    overflow: hidden;
    padding-left: 48px;
}

.cooper li {
    margin-bottom: 25px;
}

    .cooper li h3:before {
        content: "";
        width: 8px;
        height: 16px;
        background: #b02037;
        display: block;
        float: left;
        margin-right: 5px;
    }

    .cooper li h3 {
        height: 28px;
        border-bottom: 1px dashed #cdccca;
        font: 16px "Microsoft YaHei";
        font-weight: bold;
        color: #333;
        line-height: 16px;
        margin-bottom: 14px;
    }

    .cooper li p {
        color: #666;
        line-height: 22px;
    }

.case {
    padding: 30px 0;
    background: #f1f1f1;
}

.title5 {
    text-align: center;
    margin-bottom: 30px;
}

    .title5 span {
        display: inline-block;
        font-weight: bold;
        font-size: 24px;
        color: #a03044;
    }

        .title5 span:before {
            content: "";
            display: block;
            float: left;
            width: 80px;
            height: 1px;
            background: #7d7d7d;
            margin-top: 13px;
            margin-right: 5px;
        }

        .title5 span:after {
            content: "";
            display: block;
            float: right;
            width: 80px;
            height: 1px;
            background: #7d7d7d;
            margin-top: 13px;
            margin-left: 5px;
        }

    .title5 p {
        font-size: 16px;
        line-height: 45px;
        font-weight: bold;
        color: #333;
        border-bottom: 1px solid #ccc;
        position: relative;
    }

.runList {
    overflow: hidden;
    height: 260px;
}

    .runList ul {
        height: 215px;
    }

    .runList li {
        float: left;
        width: 240px;
        text-align: center;
        margin-right: 10px;
    }

        .runList li img {
            width: 240px;
            height: 174px;
        }

        .runList li p {
            color: #666;
            line-height: 30px;
            height: 30px;
            overflow: hidden;
        }

.btn {
    text-align: center;
    height: 16px;
    border-bottom: 1px solid #ccc;
}

    .btn span {
        width: 44px;
        height: 28px;
        display: inline-block;
        margin: 2px;
        cursor: pointer;
    }

        .btn span.prev {
            background: #b02037 url(http://www.bjxfsb.cn/css/images/prev.png) no-repeat center;
        }

        .btn span.next {
            background: #b02037 url(http://www.bjxfsb.cn/css/images/next.png) no-repeat center;
        }

.process {
    padding: 40px 0 0 0;
}

.receive {
    padding: 40px 0;
}

    .receive li {
        width: 482px;
        height: 164px;
        background: #eee;
        float: left;
        overflow: hidden;
        margin: 5px 9px;
    }

        .receive li img {
            width: 190px;
            height: 164px;
        }

.detail2 {
    width: 254px;
    padding: 8px;
    height: 147px;
}

    .detail2 h2 {
        color: #333;
        line-height: 36px;
        font-size: 16px;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .detail2 p {
        height: 78px;
        color: #666;
        line-height: 24px;
        font-size: 12px;
        overflow: hidden;
    }

a.alink {
    width: 77px;
    height: 24px;
    margin-right: 20px;
    color: #fff;
    line-height: 24px;
    padding-left: 8px;
    display: inline-block;
    font-size: 12px;
    background: #b02037 url(http://www.bjxfsb.cn/css/images/next.png) no-repeat right center;
    background-size: 33px;
}

.gray {
    padding: 30px 0;
    background: #f6f6f6;
}

.about {
    width: 710px;
}

a.aboutL {
    width: 96px;
    height: 28px;
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    background: #b02037;
    margin-top: 10px;
}

.honor {
    width: 250px;
    height: 330px;
}

.btn2 {
    width: 22px;
    height: 68px;
    margin-top: 202px;
    float: right;
}

    .btn2 span {
        width: 22px;
        height: 34px;
        display: block;
        cursor: pointer;
    }

        .btn2 span.prev2 {
            background: #b02037 url(http://www.bjxfsb.cn/css/images/up.png) no-repeat center top;
            background-size: 15px;
        }

        .btn2 span.next2 {
            background: #b02037 url(http://www.bjxfsb.cn/css/images/down.png) no-repeat center bottom;
            background-size: 15px;
        }

.honnorL .bd {
    width: 204px;
    height: 270px;
    background: #ebebeb;
    border: 1px solid #d0d0d0;
    text-align: center;
    overflow: hidden;
}

.honnorL li {
    width: 204px;
    height: 256px;
    margin: 12px auto 0;
}

    .honnorL li img {
        width: 167px;
        height: 218px;
        border: 1px solid #d0d0d0;
    }

    .honnorL li p {
        font: 14px "Microsoft YaHei";
        color: #333;
        line-height: 38px;
        cursor: pointer;
        height: 38px;
        overflow: hidden;
    }

.newsCenter {
    padding: 30px 0;
}

.news {
    width: 330px;
    overflow: hidden;
}

    .news li a {
        display: block;
        height: 35px;
        padding-left: 10px;
        font: 12px "Microsoft YaHei";
        color: #666;
        line-height: 35px;
        border-bottom: 1px dashed #dbdbdb;
        background: url(http://www.bjxfsb.cn/css/images/new_d.png) no-repeat 0 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news li:first-child a {
        height: 180px;
        padding: 0;
        line-height: 0;
        background: none;
    }

    .news li:first-child img {
        height: 180px;
        width: 100%;
    }

.news2 {
    width: 300px;
    margin-left: 20px;
}

    .news2 li a {
        width: 300px;
        display: block;
        height: 35px;
        font: 12px "Microsoft YaHei";
        color: #666;
        line-height: 32px;
        border-bottom: 1px dashed #dbdbdb;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .news2 li a:before {
            content: "*";
            float: left;
        }

.newsRun {
    height: 355px;
    overflow: hidden;
}
