@import url("top.css");
@import url("banner.css");
@import url("bottom.css");


.itemtit {
    width: 100%;
    float: left;
    text-align: center;
    height: 52px;
    line-height: 52px;
    background: url(../images/tit01.png) no-repeat center;
}


    .itemtit span {
        float: left;
        font-size: 200%;
        margin-left: 30px;
        color: #fff;
        font-weight: 500;
    }

    .itemtit label {
        float: left;
        font-size: 160%;
        font-family: Arial;
        color: #fff;
    }

    .itemtit a {
        float: right;
        color: #fff;
        font-size: 160%;
        margin-right: 30px;
    }

.search {
    background-color: #eee;
    padding: 8px 0px;
}

    .search label {
        float: left;
        color: #666;
        font-size: 14px;
    }

    .search .soso {
        float: right;
    }

        .search .soso input.sosoIpt {
            background-color: #fff;
            border: 1px solid #fff;
            margin: 0px 0px 0px 45px;
            float: left;
            height: 24px;
            color: #666;
            font-size: 140%;
            vertical-align: middle;
            text-indent: 4px;
            width: 200px;
            border-radius: 3px 0px 0px 3px;
        }

        .search .soso input.sosoBtn {
            background-color: inherit;
            width: 40px;
            cursor: pointer;
            float: left;
            margin: 0px 0px 0px 0px;
            height: 26px;
            border: 0px;
            vertical-align: middle;
            border-radius: 0px 3px 3px 0px;
            background: url(../images/soso.png) no-repeat center #0261ff;
        }


.abt {
}

    .abt .abttit {
        margin-top: 20px;
        color: #fff;
    }

        .abt .abttit .l {
            width: 771px;
            float: left;
            border-right: 9px solid #fff;
        }

        .abt .abttit .r span {
            margin-left: 10px;
        }

    .abt .abtcont {
    }

        .abt .abtcont .l {
            width: 771px;
            margin: 10px 0px;
            float: left;
            height: 326px;
            background: url(../images/abt01.jpg) no-repeat top center;
        }

            .abt .abtcont .l .cc {
                margin-right: 2%;
                margin-top: 30px;
                width: 50%;
                color: #fff;
                line-height: 32px;
                font-size: 18px;
                float: right;
            }

        .abt .abtcont .r {
            width: 420px;
            float: right;
            margin: 10px 0px;
            height: 326px;
        }

        .abt .abtcont .abtitm {
            width: 800px;
            left: 200px;
            float: left;
            position: absolute;
            top: 100px;
            height: 300px;
            padding: 10px 0px;
            background: rgba(0,0,0,0.5);
        }


    .abt .abtcb {
        padding: 40px;
        line-height: 25px;
        font-size: 140%;
        float: left;
        color: #fff;
        text-align: left;
        text-indent: 2em;
    }

        .abt .abtcb a {
            color: #5c5b5b;
        }

    .abt .abtcc {
        width: 100%;
        float: left;
        margin-top: 20px;
        text-align: center;
    }

        .abt .abtcc a {
            color: #fff;
            padding: 5px 10px;
            margin: 0px 15px;
            font-size: 160%;
            background-color: #e73a08;
        }

.protype {
    width: 100%;
    float: left;
    text-align: center;
}

    .protype dl {
        width: 100%;
        float: left;
    }

        .protype dl dd {
            width: 294px;
            margin-right: 8px;
            position: relative;
            margin-top: 15px;
            height: 180px;
            float: left;
        }

            .protype dl dd:nth-child(4n) {
                margin-right: 0px;
            }

            .protype dl dd h3 {
                height: 30px;
                line-height: 30px;
                width: 100%;
                float: left;
                z-index: 9;
                position: absolute;
                background: url(/temp/lib/images/pro01.png) no-repeat center;
            }

                .protype dl dd h3 a {
                    color: #fff;
                    font-size: 18px;
                }

            .protype dl dd ul {
                width: 100%;
                height: 160px;
                top: 20px;
                overflow: hidden;
                position: absolute;
                border: 1px solid #ddd;
                float: left;
                padding-top: 10px;
                box-sizing: border-box;
                z-index: 0;
            }

                .protype dl dd ul li {
                    width: 50%;
                    float: left;
                    overflow: hidden;
                    border-bottom: 1px dashed #ddd;
                }

                    .protype dl dd ul li a {
                        font-size: 150%;
                        height: 29px;
                        display: block;
                        line-height: 29px;
                        overflow: hidden;
                        color: #1a1a1a;
                    }

.pro {
    margin-top: 20px;
    background: url(/temp/lib/images/pro02.jpg) no-repeat center;
}



    .pro .procont {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

        .pro .procont ul {
            width: 100%;
            float: left;
        }

            .pro .procont ul li {
                float: left;
                width: 232px;
                margin-right: 10px;
                overflow: hidden;
                margin-bottom: 12px;
            }

                .pro .procont ul li > a {
                    width: 232px;
                    height: 232px;
                    overflow: hidden;
                    display: block;
                }

                .pro .procont ul li:nth-child(5n) {
                    margin-right: 0px;
                }

                .pro .procont ul li img {
                    width: 100%;
                    transition: all .6s;
                    -ms-transition: all .6s;
                    -webkit-transition: all .6s;
                }

                .pro .procont ul li p {
                    text-align: center;
                    overflow: hidden;
                    border: 1px solid #0261ff;
                }

                .pro .procont ul li:hover img {
                    transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                }

                .pro .procont ul li p a {
                    color: #282828;
                    font-size: 160%;
                    height: 40px;
                    line-height: 40px;
                    overflow: hidden;
                    width: 100%;
                    display: block;
                }

.ads {
    height: 338px;
    background: url(/temp/lib/images/ads02.jpg) repeat-x center;
}

.ads1 {
    height: 338px;
    background: url(/temp/lib/images/ads03.jpg) repeat-x center;
}

.aboutads {
    height: 210px;
    background: url(/temp/lib/images/ads02.png) repeat-x center;
}

    .aboutads .frame {
        height: 210px;
        background: url(/temp/lib/images/ads01.png) no-repeat center;
    }

        .aboutads .frame a {
            width: 25%;
            display: block;
            float: left;
            height: 210px;
            display: block;
        }

.case {
    margin-top: 15px;
    width: 100%;
    float: left;
}



    .case .cont {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        position: relative;
    }

        .case .cont ul li {
            position: relative;
            height: 290px;
            overflow: hidden;
            margin-right: 10px;
            float: left;
            width: 328px;
            margin-top: 10px;
        }

            .case .cont ul li:nth-child(3n) {
                margin-right: 0px;
            }

            .case .cont ul li:nth-child(1), .case .cont ul li:nth-child(6) {
                width: 520px;
            }

            .case .cont ul li img {
                 height:100%;
            }

            .case .cont ul li .left {
                background-size: 100% auto;
                position: absolute;
                height: 290px;
                width: 100%;
                z-index: 1;
            }

            .case .cont ul li .right {
                display: none;
                position: absolute;
                z-index: 2;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.3);
                color: #fff;
                text-align: center;
            }

                .case .cont ul li .right a {
                    width: 100%;
                    display: block;
                    text-shadow: 2px 2px 3px #000;
                    line-height: 290px;
                    float: left;
                    font-size: 20px;
                    color: #fff;
                    display: table-cell;
                    vertical-align: middle;
                }

            .case .cont ul li:hover .right {
                display: block;
            }


.cfsb {
    margin-top: 15px;
    width: 100%;
    float: left;
}

    .cfsb .cont {
        width: 100%;
        margin: 15px 0px;
        float: left;
        position: relative;
    }

    .cfsb .centera {
        width: 1090px;
        float: left;
        margin-left: 28px;
        background-color: #fff;
    }

        .cfsb .centera ul li {
            width: 220px;
            margin-left: 5px;
            float: left;
            height: 165px; position:relative;
        }

            .cfsb .centera ul li img {
                width: 100%;
                border: 2px solid #0261ff;
                box-sizing: border-box; height:165px;
                border-radius: 10px; position:absolute;
            }

            .cfsb .centera ul li .right {
                text-align: center;
            }

         
            .cfsb .centera ul li .right > a {
                display: block;
                width: 100%;
                text-align: center;
                font-size: 200%;
                color: #e73a08;
                height: 30px;
                font-weight: 500;
                line-height: 30px;
                overflow: hidden;
            }

            .cfsb .centera ul li .right label {
                height: 1px;
                background-color: #888;
                width: 120px;
                display: block;
                margin: 15px auto;
            }

            .cfsb .centera ul li .right span a {
                border: 1px solid #666;
                color: #666;
                padding: 3px 10px;
                font-size: 140%;
            }

    .cfsb .cont ul li p {
        display: none;
        position: absolute;
        z-index: 2;
        width: 100%; font-size:160%;
        text-shadow: 2px 2px 3px #000;
        height: 165px;
        line-height: 165px;
        color: #fff;
        text-align: center;
    }

      

    .cfsb .cont ul li:hover p {
        display: block;
    }

    .cfsb .nexta {
        width: 20px;
        height: 180px;
        left: 0px;
        top: 0px;
        z-index: 9;
        position: absolute;
        background: url(../images/cfsb02.png) no-repeat center;
    }

    .cfsb .preva {
        width: 20px;
        height: 180px;
        right: 0px;
        top: 0px;
        z-index: 9;
        position: absolute;
        background: url(../images/cfsb03.png) no-repeat center;
    }

.ketang {
    height: 362px;
    background: url(../images/ylgkt01.jpg) no-repeat center;
}

    .ketang .cont {
        margin: 15px 0px;
        width: 100%;
        float: left;
    }

        .ketang .cont ul li {
            width: 380px;
            float: left;
            margin-right: 20px;
            border: 1px solid #0261ff;
            box-sizing: border-box; position:relative;
        }

            .ketang .cont ul li img {
                width: 360px;
                margin: 10px;
            }

            .ketang .cont ul li:nth-child(3) {
                margin-right: 0px;
            }
            .ketang .cont ul li .left { position:absolute; z-index:0;
            }
           
            .ketang .cont ul li .right {
                display: none;
                position: absolute;
                z-index: 2;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.5);
                color: #fff;
                text-align: center;
            }

                .ketang .cont ul li .right a {
                    width: 100%;
                    display: block;
                    text-shadow: 2px 2px 3px #000;
                    line-height: 290px;
                    float: left;
                    font-size: 20px;
                    color: #fff;
                    display: table-cell;
                    vertical-align: middle;
                }
            .ketang .cont ul li:hover .right {
                display: block;
            }

                .news {
                    background: #fcf9f9;
                    margin-bottom: 30px;
                }

    .news .itemtit {
        margin-top: 20px;
        color: #fff;
    }

        .news .itemtit .l {
            width: 771px;
            float: left;
            border-right: 9px solid #fff;
        }

        .news .itemtit .r span {
            margin-left: 10px;
        }


    .news .cont .l {
        float: left;
        margin-top: 10px;
        width: 771px;
    }
        .news .cont .l dl dt {
            width: 250px;
            float: left; margin-bottom:10px;
            background: #fff;
            margin-right: 10px;
            padding: 8px;
            border: 1px solid #eee;
            box-sizing: border-box;
        }
            .news .cont .l dl dt:nth-child(3) {
            margin-right:0px; }
            .news .cont .l dl dt .left {
            width:100%; height:190px; display:block; overflow:hidden; }
            .news .cont .l dl dt img {
                width: 100%;
            }
            .news .cont .l dl dt .right a {
                color: #282828;
                font-size: 17px;
                line-height: 35px;
                width: 100%;
                display: block;
                float: left;
                overflow: hidden;
                height: 35px;
            }
            .news .cont .l dl dt .right p {
            color:#777; font-size:15px; }
            .news .cont .l dl dt .btm {
                width: 100%; margin-top:5px;
                float: left; line-height:30px;
            }
                .news .cont .l dl dt .btm span{ font-size:15px; color:#666; }
                .news .cont .l dl dt .btm a {
                    background: #0261ff;
                    color: #fff;
                    border-radius: 4px;
                    float: right;
                    padding: 2px 8px;
                    line-height: 20px;
                }


                .news .cont .l dl dd {
                    width: 380px;
                    margin-bottom: 10px;
                    float: left;
                    background: #fff;
                    padding: 8px;
                    margin-right: 10px;
                    border: 1px solid #eee;
                    box-sizing: border-box;
                }
            .news .cont .l dl dd:nth-child(5) {
            margin-right:0px; }
                    .news .cont .l dl dd a {
                        color: #282828;
                        font-size: 17px;
                        line-height: 35px;
                        width: 100%;
                        display: block;
                        float: left;
                        overflow: hidden;
                        height: 35px;
                    }
        .news .cont .l dl dd p {
            color: #777;
            font-size: 15px; margin:5px 0px;
        }

            .news .cont .l dl dd span {
                font-size: 15px; line-height:22px;
                color: #666;
            }



            .news .cont .r {
                float: right;
                width: 420px;
                margin-top: 10px;
                background-color: #fff;
                border: 1px solid #ddd;
                box-sizing: border-box;
            }

        .news .cont .r ul li {
            width: 100%;
            float: left;
            height: 40px;
            border-bottom: 1px dashed #ddd;
            background: url(../images/news02.png) no-repeat 5px center;
        }

            .news .cont .r ul li:last-child {
                border-bottom: none;
            }

            .news .cont .r ul li a {
                color: #282828;
                font-size: 16px;
                margin-left: 25px;
                line-height: 40px;
                width: 68%;
                display: block;
                float: left;
                overflow: hidden;
                height: 40px;
            }

            .news .cont .r ul li span {
                float: right;
                line-height: 40px;
                margin-right: 5px;
                font-size: 15px;
                color: #888;
            }



.hydt {
}

    .hydt .cont {
        margin-top: 15px;
        width: 100%;
        float: left;
    }
        .hydt .cont ul li {
            margin-bottom: 9px;
            border: 1px solid #eee;
            box-sizing: border-box;
            width: 394px;
            padding: 8px;
            height: 140px;
            overflow: hidden; background-color:#fff;
            float: left;
            margin-right: 9px;

        }

            .hydt .cont ul li:nth-child(3n) {
                margin-right: 0px;
            }

            .hydt .cont ul li .t {
                width: 100%;
                float: left;
                margin: 5px 0px;
            }

                .hydt .cont ul li .t label {
                    width: 22%;
                    float: left;
                    text-align: center;
                    color: #3a6ef3;
                    display: block;
                    border-right: 1px solid #ddd;
                    text-align: center;
                    box-sizing: border-box;
                }

                    .hydt .cont ul li .t label em {
                        width: 100%;
                        display: block;
                        font-weight: bold;
                        font-size: 24px;
                        line-height: 24px;
                        color: #3a6ef3;
                    }

                    .hydt .cont ul li .t label span {
                        font-size: 16px;
                    }

                .hydt .cont ul li .t a.tit {
                    width: 74%;
                    padding: 0px 2%;
                    display: block;
                    height: 50px;
                    overflow: hidden;
                    line-height: 24px;
                    font-size: 16px;
                    float: left;
                    color: #000;
                }

                    .hydt .cont ul li .t a.tit:hover {
                        color: #3a6ef3;
                    }


            .hydt .cont ul li .b {
                width: 100%;
                float: left;
                margin-bottom: 5px;
                font-size: 15px;
                color: #656566;
            }
                .hydt .cont ul li .b a {
                    color: #777777;
                }
.link {
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 20px;
    background: #0261ff;
    color: #fff;
}

    .link label {
        float: left;
        display: block;
        font-weight: bold;
        color: #fff;
        font-size: 150%;
    }

    .link a {
        font-size: 150%;
        margin: 0px 5px;
        color: #fff;
    }

    .link span {
        width: 1070px;
        float: right;
        display: block;
    }

@media screen and (max-width:1200px) {
    .search {
        display: none;
    }

    .itemtit {
        height: 9vw;
        line-height: 9vw;
        background: url(../images/tit011.png) no-repeat center;
        background-size: 100% auto;
    }


        .itemtit span {
            font-size: 160%;
            margin-left: 15px;
        }

        .itemtit label {
            font-size: 140%;
        }

        .itemtit a {
            font-size: 140%;
            margin-right: 10px;
        }

    .protype dl dd {
        width: 48vw; margin:0px 1vw;
        position: relative;
        margin-top: 4px;
        height: 180px;
        float: left;
    }

        .protype dl dd:nth-child(4n) {
            margin-left: 0px;
        }
        .protype dl dd:nth-child(2n) {
            margin-left: 0px;
        }

        .protype dl dd h3 {
            height: 30px;
            line-height: 30px;
            background: url(/temp/lib/images/pro011.png) no-repeat center;
            background-size:100% auto;
        }

            .protype dl dd h3 a {
                color: #fff;
                font-size: 15px;
            }

        .protype dl dd ul {
            width: 100%;
            height: 160px;
            top: 20px;
            overflow: hidden;
            position: absolute;
            border: 1px solid #ddd;
            float: left;
            padding-top: 10px;
            box-sizing: border-box;
            z-index: 0;
        }

            .protype dl dd ul li {
                width: 100%;
            }

                .protype dl dd ul li a {
                    font-size: 140%;
                }
    .pro { 
        margin-top: 20px;
        background:none;
    }
        .pro .procont ul li {
            float: left;
            width: 48vw; margin:0px 1vw;
            margin-bottom: 12px;
        }

            .pro .procont ul li > a {
                width: 48vw;
                height: 48vw;
            }

            .pro .procont ul li p a {
                font-size: 140%;
                height: 30px;
                line-height: 30px;
            }
    .ads {
        height: 33vw;
        background: url(/temp/lib/images/ads021.jpg) repeat-x center;
        background-size:100% auto;
    }

    .ads1 {
        height: 29vw;
        background: url(/temp/lib/images/ads031.jpg) repeat-x center;
        background-size: 100% auto;
    }
    .aboutads {
        height: 80px;
        background: url(/temp/lib/images/ads02.png) repeat-x center;
        
    }
        .aboutads .frame {
            height: 80px;
            background: url(/temp/lib/images/ads01.png) no-repeat center;
            background-size: 96% auto;
        }

            .aboutads .frame a {
                width: 25%;
                display: block;
                float: left;
                display: block;
            }
    .abt .abttit .l {
        width: 100%;
        float: left;
        border-right:0px solid #fff;
    }
    .abt .abttit .r {
    display:none; }
    .abt .abtcont .l {
        width: 100%;
        margin: 10px 0px 0px 0px;
        float: left;
        height: 160px;
        background: url(../images/abt01.jpg) no-repeat top center;
        background-size: 100% auto;
    }
        .abt .abtcont .l .cc {
            margin-right: 5%;
            margin-top: 20px;
            width: 90%;
            color: #fff; text-shadow:2px 2px 2px #000;
            line-height: 18px;
            font-size: 14px;
            float: right;
        }
    .abt .abtcont .r {
        width: 100%;
        float: right;
        margin: 10px 0% 5px 0px;
        height: 280px; overflow:hidden;
    }
        .abt .abtcont .r video {
        height:300px; }
    .news .itemtit .r  {
        display:none;
    }


    .news .cont .l {
        float: left;
        margin-top: 10px;
        width: 100%;
    }

        .news .cont .l dl dt {
            width: 98%;
            margin: 5px 1%;
            margin-right: 0px;
            padding: 8px;
        }

            .news .cont .l dl dt:nth-child(3) {
                margin-right: 0px;
            }

            .news .cont .l dl dt .left {
                width: 36vw;
                height: 36vw;
                float: left;
            }
            .news .cont .l dl dt .right {
            width:54vw; float:left; margin-left:2vw; }
                .news .cont .l dl dt .right a {
                    font-size: 15px;
                    line-height: 35px;
                    width: 100%;
                    height: 35px;
                }

            .news .cont .l dl dt .right p {
                color: #777;
                font-size: 14px;
            }

            .news .cont .l dl dt .btm {
                width: 52vw;
                float: left;
                margin-left: 2vw;
                margin-top: 5px;
                float: left;
                line-height: 30px;
            }

                .news .cont .l dl dt .btm span {
                    font-size: 15px;
                    color: #666;
                }

                .news .cont .l dl dt .btm a {
                    background: #0261ff;
                    color: #fff;
                    border-radius: 4px;
                    float: right;
                    padding: 2px 8px;
                    line-height: 20px;
                }


        .news .cont .l dl dd {
            width: 98%;
            margin: 0px 1% 5px 1%;
            padding: 8px;
            margin-right: 0px;
        }

            .news .cont .l dl dd:nth-child(5) {
                margin-right: 0px;
            }

            .news .cont .l dl dd a {
                font-size: 15px;
                line-height: 32px;
                overflow: hidden;
                height: 32px;
            }

            .news .cont .l dl dd p {
                font-size: 14px;
                margin: 3px 0px;
            }

            .news .cont .l dl dd span {
                font-size: 14px;
                line-height: 18px;
            }



    .news .cont .r {
        float: right;
        width: 98%;
        margin: 0px 1%;
        background-color: #fff;
        border: 1px solid #ddd;
        box-sizing: border-box;
    }

        .news .cont .r ul li {
            width: 100%;
            height: 35px;
            background: url(../images/news02.png) no-repeat 3px center;
            background-size:12px 12px;
        }

            .news .cont .r ul li:last-child {
                border-bottom: none;
            }

            .news .cont .r ul li a {
                color: #282828;
                font-size: 14px;
                margin-left: 20px;
                line-height: 35px;
                width: 68%;
                height: 35px;
            }

            .news .cont .r ul li span {
                float: right;
                line-height: 35px;
                margin-right: 5px;
                font-size: 13px;
                color: #888;
            }
    .hydt .cont ul li {
        margin-bottom: 9px;
        width: 98%; margin:0px 1%;
      
    }
    .case .cont ul li {
        position: relative;
        height: 52vw;
        overflow: hidden;
        margin-right: 0px; margin:0px 1%;
        float: left;
        width: 48%;
        margin-top: 10px;
    }
       
        .case .cont ul li:nth-child(3n) {
            margin-right: 1%;
        }

        .case .cont ul li:nth-child(1), .case .cont ul li:nth-child(6) {
            width: 48%;
        }

        .case .cont ul li .left {
            position: relative;
            z-index: 1;
            width: 100%; display:block;
            height: 48vw;
        }


        .case .cont ul li .right {
            display: block;
            position: relative;
            z-index: 2;
            width: 100%; 
            height: 4vw; 
            color: #555; background-color:rgba(255,255,255,1);
            text-align: center;
        }

            .case .cont ul li .right a {
                line-height: 20px;
                float: left;
                font-size: 14px;
                color: #555;
                text-shadow: none;
            }

    .ketang {
        height: auto;
        background:none;
    }

        .ketang .cont {
            margin: 10px 0px 0px 0px;
            width: 100%;
            float: left;
        }

            .ketang .cont ul li {
                width: 31%;
                float: left;
                margin-left: 1.5%; margin-right:0px; overflow:hidden;
                border: 0px solid #0261ff;  height:auto;
                box-sizing: border-box;
            }

                .ketang .cont ul li img {
                    width: 100%; 
                    margin: 0px;
                }

                .ketang .cont ul li:nth-child(3) {
                    margin-right: 0px;
                }
                .ketang .cont ul li .left {
                    position: relative;
                    z-index: 0;
                }

                .ketang .cont ul li .right {
                    display:block; position:relative;
                }
                .ketang .cont ul li .right {
                    display: block;
                    position: relative;
                    z-index: 2;
                    width: 100%;
                    height: 100%;
                    background: rgba(0,0,0,0.0);
                    color: #fff;
                    text-align: center;
                }

                    .ketang .cont ul li .right a {
                        width: 100%;
                        display: block;
                        text-shadow:none;
                        line-height: 20px; padding:5px 0px;
                        float: left;
                        font-size: 140%;
                        color: #666;
                        display: table-cell;
                        vertical-align: middle;
                    }

    .cfsb {
        margin-top: 5px;
        width: 100%;
        float: left;
    }

        .cfsb .cont {
            margin-top:5px;
        }

        .cfsb .centera {
            width: 100%;
            float: left;
            margin-left: 0px;
            background-color: #fff;
        }

            .cfsb .centera ul li {
                width: 33%;
                margin-left: 0px; margin-right:3px; height:auto;
                float: left;
            }

                .cfsb .centera ul li img {
                    width: 100%;
                    border: 1px solid #0261ff;
                    box-sizing: border-box; position:relative;
                    border-radius: 6px; height:auto;
                }

        .cfsb .nexta {
            width: 15px;
            height: 80px;
            left: 0px;
            top: 10px;
            z-index: 9;
            position: absolute;
            background: url(../images/cfsb02.png) no-repeat center;
            background-size:100% auto;
        }

        .cfsb .preva {
            width: 15px;
            height: 80px;
            right: 0px;
            top: 10px;
            z-index: 9;
            position: absolute;
            background: url(../images/cfsb03.png) no-repeat center;
            background-size: 100% auto;
        }

        .cfsb .centera ul li .right > a {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 140%;
            color: #e73a08;
            height: 30px;
            font-weight: normal;
            line-height: 30px;
            overflow: hidden;
        }


        .cfsb .cont ul li p {
            display: block;
            position: relative;
            z-index: 2;
            width: 100%;
            font-size: 140%;
            text-shadow: none;
            height: 30px;
            line-height: 30px;
            color: #666;
            text-align: center;
        }



    .link {
        padding: 5px; box-sizing:border-box;
    }

        .link label {
            font-size: 130%;
        }

        .link a {
            font-size: 130%;
            margin: 0px 5px;
            color: #fff;
        }

        .link span {
            width: 1070px;
            float: right;
            display: block;
        }
    .aboutads .frame a {
        width: 25%;
        display: block;
        float: left; text-align:center;
        height: 100%;
        display: block;
    }

}