﻿body {
    margin: 0;
    font: 12px monospace,ËÎÌå,Î¢ÈíÑÅºÚ,Arial,sans-serif;
}

html, body {
    -webkit-text-size-adjust: none;
    background: #f7f7f7;
}

li, ol, ul, a, p {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none; 
}

input {
    vertical-align: middle;
    font-size: 100%;
}

em, i {
    font-style: normal;
}

/*-----------------------Í·²¿-----------------------*/
.top {
    background: url("../http://www.kuaileiii.com/images/tbgimg.png") no-repeat center top;
    height: 219px;
}

.head {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
/*-----------------------ËÑË÷¿ò-----------------------*/
.myself-wrap {
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
    font-size: 1rem;
}

    .myself-wrap .mywelcome {
        line-height: 38px;
        float: right;
      /*  color: white;*/
        margin-right: 27%;
    }

    .myself-wrap .myselfbox {
        float: right;
        width: 36px;
        padding: 0px 14px;
        height: 34px;
        background: url("../http://www.kuaileiii.com/images/user.png") left 5px center no-repeat;
        color: #999999;
        border-radius: 25px;
        background-color: #fafafa;
        border: 1px solid #ddd;
        outline: none;
        cursor: pointer;
        overflow: hidden;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        margin-right: 8px;
    }

        .myself-wrap .myselfbox:focus {
            width: 205px;
        }

    .myself-wrap .mysearchbox {
        float: right;
        padding: 0px 10px;
        width: 17px;
        height: 32px;
        cursor: pointer;
        background: url("../http://www.kuaileiii.com/images/search.png") right 5px center no-repeat;
        color: #ccc;
        border-radius: 25px;
        background-color: #fafafa;
        border: 1px solid #ddd;
        outline: none;
        overflow: hidden;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        margin-right: 180px;
    }

        .myself-wrap .mysearchbox:focus {
            width: 180px;
            padding-right: 35px;
        }

.head .saying {
    margin-top: 35px;
    margin-right: 28px;
    width: 370px;
    text-indent: 2em;
    line-height: 20px;
    font-size: 0.8rem;
/*    color: #fefefe;*/
    float: right;
}

.head .portrait {
    position: absolute;
    left: 0px;
    top: -10px;
    float: left;
    width: 190px;
    height: 190px;
    margin: 15px;
    border: 1px #999999 solid;
    text-align: center;
    transform: rotate(-7deg);
    -ms-transform: rotate(-7deg); /* IE 9 */
    -moz-transform: rotate(-7deg); /* Firefox */
    -webkit-transform: rotate(-7deg); /* Safari ºÍ Chrome */
    -o-transform: rotate(-7deg); /* Opera */
    transition: transform 2s;
    -ms-transition: -ms-transform 2s;
    -moz-transition: -moz-transform 2s;
    -webkit-transition: -webkit-transform 2s;
    -o--transition: -o--transform 2s;
}

    .head .portrait:hover {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

    .head .portrait span {
        height: 100%;
        vertical-align: middle;
        display: inline-block;
    }

    .head .portrait img {
        width: 94%;
        height: 94%;
        vertical-align: middle;
    }

/*-----------------------µ¼º½À¸-----------------------*/
.content-nav {
    background-color: #F0F4F0;
    overflow: hidden;
}

    .content-nav ul {
        width: 1000px;
        margin: auto;
        overflow: hidden;
        height: 70px;
    }

        .content-nav ul li {
            padding-top: 8px;
            float: left;
            width: 20%;
            text-align: center;
            font-size: 1.2rem;
            height: 62px;
        }

            .content-nav ul li a {
                color: #22BC81;
                vertical-align: middle;
            }

            .content-nav ul li img {
                width: 25px;
                height: 25px;
            }

            .content-nav ul li:hover {
                background-color: #E4ECE8;
                border-top: 1px solid #22BC81;
            }

                .content-nav ul li:hover a {
                    color: #696D71;
                    display: block;
                    width: 100%;
                }

                .content-nav ul li:hover img {
                    filter: grayscale(100%);
                    -webkit-filter: grayscale(100%);
                    -moz-filter: grayscale(100%);
                    -ms-filter: grayscale(100%);
                    -o-filter: grayscale(100%);
                    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
                    -webkit-filter: grayscale(1)
                }
/*-----------------------¸öÈËµµ°¸-----------------------*/
.mainbg1 {
    width: 100%;
    background-color: #E4ECE8;
}

.content-intro {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 40px;
    color: #000;
}

    .content-intro .content-title {
        margin-bottom: 2px;
    }

.sidetop {
    width: 100%;
    height: 110px;
}

    .sidetop li {
        width: 20%;
        float: left;
        font-size: 1.1rem;
        text-align: center;
        position: relative;
    }

        .sidetop li ul p {
            font-size: 0.9rem;
        }

li hr {
    width: 1px;
    height: 27px;
}

.sidetop li ul {
    position: absolute;
    left: 25px;
    top: 28px;
    vertical-align: middle;
    display: none;
}

.sidebottom {
    width: 100%;
    position: relative;
}

    .sidebottom .fir-bu {
        position: absolute;
        right: 130px;
        top: 35px;
        width: 15%;
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.9rem;
        color: #FF9933;
        border: 1px solid #ffb266;
        cursor: default;
    }

    .sidebottom .sec-bu {
        position: absolute;
        left: 130px;
        bottom: 35px;
        width: 15%;
        font-size: 1.2rem;
        line-height: 1.9rem;
        text-align: center;
        color: #1f991f;
        border: 1px solid #52cc52;
        cursor: default;
    }

.intro-wrapper .sidebottom table {
    width: 100%;
}

.intro-wrapper .sidebottom td {
    font-size: 1.1rem;
    color: #FF9933;
}

.intro-wrapper .sidebottom .sec-hob {
    color: #1f991f;
}

.intro-wrapper .sidebottom table .intro-tit {
    font-size: 1.3rem;
}


/*-----------------------Éú»î·ç¾°-----------------------*/
.mainbg2 {
    width: 100%;
    background-color: #F0F4F0;
}

.content-life {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 40px;
}

    .content-life .content-title {
        margin-bottom: 2px;
    }

.current {
    background: url("../http://www.kuaileiii.com/images/le-1.png") no-repeat left 50px top 60px, url("../http://www.kuaileiii.com/images/le-2.png") no-repeat right 50px top 60px;
    color: #1f991f;
}

.lifetime {
    width: 100%;
}

    .lifetime li {
        width: 20%;
        float: left;
        font-size: 1.1rem;
        text-align: center;
    }

.content-life .sidetop li ul {
    left: 135px;
    top: 28px;
}

.content-life .lifetime li span {
    font-size: 0.9rem;
}

#tag {
    overflow: hidden;
}

    #tag li {
        font-size: 1.2rem;
        cursor: pointer;
    }

        #tag li span {
            font-size: 1.25rem;
            line-height: 1.8rem;
        }

#tagContent div {
    width: 1000px;
    overflow: hidden;
    display: none;
}

#tagContent .lifecon1, .lifecon2, .lifecon3, .lifecon4, .lifecon5 {
    margin-top: 20px;
}

#tagContent p {
    font-size: 1rem;
    line-height: 1.9rem;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

#tagContent .life-pic {
    width: 300px;
    height: 230px;
    margin: 20px 12px;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    text-align: center;
    float: left;
    line-height: 1.3rem;
}

    #tagContent .life-pic li {
        position: absolute;
        width: 100%;
        color: #fff;
        line-height: 2.2rem;
        background-color: #FF9933;
        border-radius: 0px 0px 5px 5px;
        display: none;
        left: 0px;
        bottom: 0px;
    }

#tagContent .lifecon2 .life-pic li,
#tagContent .lifecon4 .life-pic li {
    background-color: #52cc52;
}
/*-----------------------Ê±¼äÖá-----------------------*/
.mainbg3 {
    width: 100%;
    background-color: #E4ECE8;
}

.content-diary a {
    color: #737373;
    text-decoration: none;
}

    .content-diary a:hover {
        color: #fd8609;
        text-decoration: none;
        cursor: pointer;
    }

.content-diary {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 40px;
}

    .content-diary .diary-wrapper {
        position: relative;
        width: 1000px;
        margin: 0 auto;
    }

.content-title {
    width: 100%;
    border-bottom: 1px solid #a6a6a6;
    text-align: left;
    line-height: 3rem;
    color: #6f7b93;
    font-size: 1.5rem;
    /*padding-left:1%;*/
}

.content-diary .diary-main {
    background: url("../http://www.kuaileiii.com/images/line-bg2.png") repeat-y 259px 0;
}

    .content-diary .diary-main .diary-year {
        position: relative;
    }

        .content-diary .diary-main .diary-year .years {
            height: 40px;
            width: 165px;
            padding-right: 30px;
            font-size: 24px;
            line-height: 40px;
            text-align: right;
        }

            .content-diary .diary-main .diary-year .years a {
                color: #6f7b93;
            }

            .content-diary .diary-main .diary-year .years i {
                display: block;
                position: relative;
                height: 0;
                width: 0;
                left: 190px;
                top: -22px;
                border-width: 8px;
                border-style: solid;
                border-color: #6f7b93 transparent transparent transparent;
                -webkit-transition: .5s;
                -moz-transition: .5s;
                -ms-transition: .5s;
                -o-transition: .5s;
                transition: .5s;
                -webkit-transform-origin: 6px 3px;
                -moz-transform-origin: 6px 3px;
                -ms-transform-origin: 6px 3px;
                -o-transform-origin: 6px 3px;
                transform-origin: 6px 3px
            }

        .content-diary .diary-main .diary-year .diary-list {
            padding: 8px 0;
            position: relative;
            overflow: hidden;
            -webkit-transition: height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
            -moz-transition: height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
            -ms-transition: height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
            -o-transition: height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
            transition: height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s
        }

            .content-diary .diary-main .diary-year .diary-list ul {
                bottom: 0;
            }

                .content-diary .diary-main .diary-year .diary-list ul li {
                    background: url("../http://www.kuaileiii.com/images/circle3.png") no-repeat 245px 6px;
                    color: #000;
                }

                    .content-diary .diary-main .diary-year .diary-list ul li.highlight {
                        background: url("../http://www.kuaileiii.com/images/circle2.png") no-repeat 249px 3px;
                        ;
                    }

.cls {
    zoom: 1;
}

    .cls:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.content-diary .diary-main .diary-year .diary-list ul li.highlight .date, .content-diary .diary-main .diary-year .diary-list ul li.highlight .intro {
    color: #ec6a13;
}

.content-diary .diary-main .diary-year .diary-list ul li .date, .content-diary .diary-main .diary-year .diary-list ul li .version {
    float: left;
    display: block;
    clear: left;
    width: 200px;
    line-height: 24px;
    text-align: right
}

.content-diary .diary-main .diary-year .diary-list ul li .date {
    font-size: 18px;
    line-height: 32px;
    color: #737373
}

.content-diary .diary-main .diary-year .diary-list ul li .intro, .content-diary .diary-main .diary-year .diary-list ul li .more {
    float: left;
    width: 600px;
    margin-left: 120px;
    line-height: 20px;
}

.content-diary .diary-main .diary-year .diary-list ul li .more {
    padding-bottom: 15px;
}

    .content-diary .diary-main .diary-year .diary-list ul li .more p {
        margin: 5px 0px;
        font-size: 0.9rem;
    }

.content-diary .diary-main .diary-year .diary-list ul li .intro {
    font-size: 1.1rem;
    line-height: 27px;
    color: #1f991f;
}
/*Èý½ÇÐý×ª*/
.content-diary .diary-wrapper:first-child .diary-main .diary-year.close .years i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.content-diary .diary-wrapper:first-child .diary-main .diary-year.close .diary-list {
    opacity: 0;
    height: 0 !important;
}

.ie7 .content-diary .diary-main .diary-year .years i {
    left: 40px
}

.mainbg4 {
    width: 100%;
    background-color: #F0F4F0;
}

.content-words {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 40px;
}

/*·çÇÙ*/
#demo {
    width: 998px;
    height: 500px;
    border: 1px solid #CCC;
    overflow: hidden;
}

    #demo li {
        float: left;
        position: relative;
        width: 80px;
        height: 100%;
        overflow: hidden;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        cursor: pointer;
    }
        /*#demo li div{position:absolute;width:100%;height:50px;line-height:50px;background:#000;filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;bottom:0;left:0;display:none;text-align:center;}*/
        #demo li .d1-tit {
            position: absolute;
            width: 50px;
            height: 200px;
            top: 35%;
            left: 15px;
            text-align: center;
            font-size: 1.5rem;
        }

        #demo li div a {
            color: #FFF;
            text-decoration: none;
        }

            #demo li div a:hover {
                color: #F00;
                text-decoration: none;
            }

        #demo li:first-child {
            width: 758px;
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            opacity: 1;
        }

            #demo li:first-child div {
                display: block;
            }

.d1 {
    width: 758px;
    height: 500px;
    background: #7fd49b;
}

    .d1 .d1-1 {
        color: #174d29;
    }

    .d1 .d1-con {
        text-align: justify;
        text-justify: inter-ideograph;
        padding-right: 65px;
        position: absolute;
        left: 110px;
        top: 50px;
        font-size: 1rem;
        line-height: 1.5rem;
        color: #174d29;
    }

        .d1 .d1-con p {
            text-indent: 2em;
        }

.d2 {
    width: 758px;
    height: 500px;
    background: #FFCC99;
}

    .d2 .d2-2 {
        color: #a66b32;
    }

    .d2 .d2-con {
        text-align: justify;
        text-justify: inter-ideograph;
        padding-right: 60px;
        position: absolute;
        left: 110px;
        top: 65px;
        font-size: 1rem;
        line-height: 1.5rem;
        color: #66411f;
    }

        .d2 .d2-con p {
            text-indent: 2em;
            padding-bottom: 10px;
        }

.d3 {
    width: 758px;
    height: 500px;
    background: #f0ef93;
}

    .d3 .d3-3 {
        color: #9c9b30;
    }

    .d3 .d3-con {
        position: absolute;
        left: 185px;
        top: 60px;
        font-size: 1rem;
        line-height: 1.5rem;
        color: #4d4c18;
    }

        .d3 .d3-con p {
            font-size: 1.2rem;
            padding: 15px 0px 5px 0px;
        }

.d4 {
    width: 758px;
    height: 500px;
    background: #f28e3d;
}

    .d4 .d4-4 {
        color: #9d5114;
    }

    .d4 .d4-con {
        position: absolute;
        left: 140px;
        top: 65px;
        font-size: 1.3rem;
        line-height: 1.8rem;
        color: #4d280a;
        text-align: center;
    }

    .d4 img {
        padding: 20px 20px;
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        opacity: 0.6;
    }

        .d4 img:hover {
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
        }


/*»Øµ½¶¥²¿*/
.totop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    display: none;
}

    .totop a, .totop a:link {
        background-image: url(../http://www.kuaileiii.com/images/sun2.png);
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        outline: none;
        display: inline-block;
        background-size: cover;
    }

        .totop a:hover {
            background-image: url(../http://www.kuaileiii.com/images/sun4.png);
            background-repeat: no-repeat;
            width: 50px;
            height: 50px;
            outline: none;
        }


/*lzfbk**/
* {
    margin: 0 auto;
    font-family: '微软雅黑'
}

img {
    border: none;
}

#bg {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: -111;
    position: fixed;
}

    #bg img {
        width: 100%;
        height: 100%;
    }

.header_t {
    width: 1080px;
    height: 150px;
    margin-top: 30px;
}

.header_t_l {
    width: 1040px;
    height: 150px;
    float: left;
}

.header_t_l_a1 {
    float: left;
    display: block;
    width: 100px;
    height: 70px;
}

    .header_t_l_a1 img {
        margin-top: 32px;
        width: 100px;
    }

.header_t_l_a2 {
    font-size: 35px;
    font-family: '微软雅黑';
    color: #25201c;
    text-decoration: none;
    float: left;
    display: block;
    margin-left: 5px;
    width: 390px;
    height: 70px;
    line-height: 100px;
}

.header_t_l p {
    font-size: 12px;
    margin-top: 30px;
    margin-left: 20px;
    float: left;
}

.page_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -100;
    top: 0px;
    left: 0px;
}

.menu {
    width: 1080px;
    height: 30px;
}

    .menu ul {
        float: right;
    }

        .menu ul li {
            width: auto;
            float: left;
            list-style: none;
            margin-left: 30px;
            font-size: 15px;
            color: #25201c;
            font-family: '微软雅黑';
        }

            .menu ul li a {
                color: #25201c;
                text-decoration: none;
            }

                .menu ul li a:hover {
                    color: #ff3333;
                }

.copyright {
    text-align: center;
    font-size: 12px;
    color: #000;
}

.content {
    width: 1080px;
    height: auto;
    overflow: hidden;
    background-image: url(http://www.lzfbk.com/Images/content_bg.png);
    color: #25201c;
}

.content_l {
    width: 760px;
    height: auto;
    float: left;
}

.content_r {
    width: 300px;
    height: auto;
    float: right;
}

.tj_list {
    width: 150px;
    width: 760px;
    border-bottom: 1px solid #999999;
}

    .tj_list a {
        color: #25201c;
        text-decoration: none;
    }

    .tj_list h1 a {
        width: 100%;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }

.tj_con {
    width: 760px;
    height: 120px;
    margin-top: 5px;
}

    .tj_con img {
        width: 170px;
        height: 108px;
        float: left;
    }

    .tj_con div {
        width: 580px;
        height: 58px;
        float: left;
        font-size: 12px;
        margin-left: 5px;
    }

        .tj_con div a {
            line-height: 20px;
        }

        .tj_con div p {
            font-size: 15px;
            text-align: left;
            margin-top: 10px;
        }

.mk_t {
    width: 300px;
    height: 30px;
    font-size: 12px;
    text-align: left;
    line-height: 30px;
    float: left;
}

    .mk_t label {
        text-align: left;
        float: left;
    }

    .mk_t div {
        width: 240px;
        float: right;
        height: 15px;
        border-bottom: #a1a1a1 1px solid;
        margin-right: 6px;
    }

.cr_c {
    float: left;
    width: 300px;
    height: auto;
}

.ss_c {
    width: 100%;
    height: 50px;
    margin-top: 15px;
}

    .ss_c input {
        width: 185px;
        height: 23px;
        background: none;
        background-image: url(http://www.lzfbk.com/Images/input_bg.png);
        border: none;
        color: #fff;
        float: left;
        margin-left: 20px;
    }

    .ss_c a {
        width: 43px;
        height: 24px;
        color: #fff;
        float: left;
        margin-left: 10px;
        background-image: url(http://www.lzfbk.com/Images/btn_bg.png);
        display: block;
        font-size: 12px;
        text-align: center;
        line-height: 23px;
    }

.zxbw_list {
    width: 300px;
    line-height: 30px;
    float: left;
    font-size: 14px;
    color: #0530fa;
    text-decoration: none;
    overflow:hidden;
} 

    .zxbw_list div {
        width: 20px;
        height: 15px;
        background-image: url("http://www.lzfbk.com/Images/red.png");
        float: left;
        line-height: 15px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        margin-top: 4px;
        border-radius: 3px;
    }

    .zxbw_list label {
        float: left;
        display: block;
        width: 270px;
        height: 30px;
        line-height:30px;
        margin-left: 10px;
    }

.bw_fl {
    width: auto;
    height: 30px;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 15px;
    background-image: url(http://www.lzfbk.com/Images/btn_bg.png);
    padding: 0 10px;
    line-height: 30px;
    margin-left: 8px;
    margin-top: 10px;
}

    .bw_fl:hover {
        background-image: url("http://www.lzfbk.com/Images/red.png");
    }

    .bw_fl a {
        color: #fff;
        text-decoration: none;
    }

.wx_sm {
    font-size: 15px;
    float: left;
    margin-top: 20px;
    text-align: center;
    margin-left: 20px;
}

.wx_img {
    float: left;
    margin-left: 25px;
    margin-top: 20px;
    width: 250px;
    height: 250px;
}

.bw_sort {
    width: 100%;
    height: 30px;
}

    .bw_sort div {
        width: auto;
        height: 30px;
        background-image: url(http://www.lzfbk.com/Images/btn_bg.png);
        float: left;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        padding: 0 10px;
    }

.pl_bw {
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    background-image: url(http://www.lzfbk.com/Images/content_bg.png)
}

.pl_f_img {
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 10px;
}

.pl_con_t {
    width: 690px;
    height: auto;
    float: right;
    font-size: 12px;
    line-height: 17px;
}

    .pl_con_t label {
        color: red;
    }

    .pl_con_t p {
        color: #6a1007;
        font-size: 12px;
    }

.pl_lst_i {
    width: 100%;
    height: auto;
    margin-top: 10px;
    float: left;
    border-bottom: 1px #a1a1a1 solid;
}

.pl_t_rt {
    float: right;
}

.bk_pl {
    color: red;
}

.pl_count {
    width: 100%;
    height: 20px;
    font-size: 12px;
}

.pl_area {
    border: none;
    background: none;
    color: #fff;
    background-image: url(http://www.lzfbk.com/Images/input_bg.png);
    width: 100%;
    height: 100px;
    overflow: auto;
}

.pl_text {
    border: none;
    background: none;
    color: #fff;
    background-image: url(http://www.lzfbk.com/Images/input_bg.png);
    width: 200px;
    height: 25px;
}

.pl_sub {
    background-image: url(http://www.lzfbk.com/Images/btn_bg.png);
    width: 70px;
    height: 30px;
    float: right;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.bw_ty {
    width: 100%;
    height: 280px;
}

.bw_ty1 {
    width: 100%;
    height: auto;
    font-size: 15px;
}

    .bw_ty1 a {
        text-align: left;
        color: #25201c;
    }

.bw_zc {
    color: #e90e41;
}

.bw_pl_sub {
    width: 100%;
    height: auto;
    font-size: 15px;
}

.bw_content {
    width: 760px;
    height: auto;
    font-size: 15px;
    color: #000000;
    background-image: url(/images/content_bg.png);
}

.bw_info {
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
}

.bw_title {
    font-size: 20px;
    text-align: center;
}

.bw_c {
    width: 100%;
    height: auto;
}

.bk_info {
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
    margin-left: 20px;
}

#bw_list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pl_header {
    width: 100%;
    height: 70px;
}

    .pl_header img {
        width: 60px;
        height: 60px;
        float: left;
        margin-left: 14px;
        border: 1px #fff solid;
    }

.pic_title {
    width: 100%;
    height: 20px;
}

.img_t {
    width: 200px;
    height: 30px;
    float: left;
    line-height: 30px;
    font-family: '微软雅黑';
    border-bottom: 1px #a1a1a1 solid;
}

.img_t_list {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 15px;
    display: block;
}

    .img_t_list a {
        width: 230px;
        height: 170px;
        float: left;
        margin-left: 15px;
        margin-top: 20px;
        display: block;
        text-decoration: none;
        color: #333333;
    }

    .img_t_list img {
        width: 230px;
        height: 150px;
    }

    .img_t_list p {
        font-size: 12px;
        text-align: center;
    }

.sbli {
    border: 1px solid #3399ff;
  
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
}

.sbtime {
    width: 80px;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    background: #ff3333;
    border-radius: 20px 0px;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    float: right
}

.toollink {
    margin-top: 20px;
    width: 700px;
    height: 30px;
}

    .toollink a {
        text-decoration: none;
        color: #ff3333;
        display: block;
        width: auto;
        height: 20px;
        float: left;
        margin-left: 20px;
    }

        .toollink a:hover {
            color: #999999;
        }

.tooltitle {
    width: 700px;
    height: 30px;
    margin-top: 20px;
}

.fr_t {
    width: 100%;
    height: 350px;
    border-bottom: 1px #a1a1a1 solid;
    margin-top: 20px;
}

.fr_sr {
    width: 700px;
    height: 30px;
    float: left;
}

.fr_te {
    width: 700px;
    height: 300px;
    margin-top: 10px;
}

.l_text {
    width: 300px;
    height: 400px;
    float: left;
}

.ys_are {
    width: 300px;
    height: 400px;
}

.c_text {
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    margin-top: 150px;
}

.r_text {
    width: 300px;
    height: 350px;
    float: left;
}

#returnTop {
    _display: none;
    position: fixed;
    _position: absolute;
    z-index: 999;
    right: 15px;
    bottom: -200px;
    _bottom: auto;
    width: 36px;
    height: 65px;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(http://www.lzfbk.com/Images/Top.png);
    _background-image: url(http://www.lzfbk.com/Images/Top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: bottom 0.9s;
    -webkit-transition: bottom 0.9s;
    -moz-transition: bottom 0.9s;
    -o-transition: bottom 0.9s;
}

    #returnTop:hover {
        background-position: 0 -65px;
    }

.bgcs {
    width: 100%;
    height: 20px;
    font-size: 12px;
}

.dianzan {
    width: 100%;
    height: 60px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

    .dianzan label {
        height: 60px;
        width: 160px;
        display: block;
        background: url(http://www.lzfbk.com/Images/dianzan.png)
    }

.detailDoc{width:756px;}
.detailDocBox{width:1080px;}