body {
    background: #f5f5f5;
}

i {
    font-style: normal;
}

.wrapper_1200 {
    width: 1366px;
    margin: auto;
    clear: both;
    text-align: left;
}

.model {
    zoom: 1;
    clear: both;
    margin-bottom: 10px;
}

#nav4k {
    margin-top: 30px;
}

    #nav4k .mhd {
        height: 55px;
        background: url(113.png) no-repeat -130px 69%;
    }

        /*#nav4k .mhd .title {
            color: #000000;
            padding: 0;
            padding-left: 82px;
            padding-top: 5px;
            line-height: 50px;
            font-size: 24px;
            float: left;
            background-repeat: no-repeat;
            background-position: top left;
            font-weight: bold;
        }*/

        #nav4k .mhd .heat {
            float: right;
            font-size: 16px;
            line-height: 36px;
            padding-top: 5px;
            margin-right: 4px;
        }

        #nav4k .mhd .option {
            float: right;
            font-size: 16px;
            line-height: 36px;
            padding-top: 5px;
            margin-right: 4px;
            margin-left: 25px;
        }

        #nav4k .mhd a {
            color: #333333;
            margin-left: 25px;
            line-height: 50px;
        }

    #nav4k .mbd {
        clear: both;
        padding-top: 26px;
        zoom: 1;
    }

.nrWaistScroll .scrollBox {
    position: relative;
    width: 1366px;
    margin-bottom: 40px;
}

.nrWaistScroll .scrollMid {
    width: 1366px;
    /*overflow: hidden;*/
}

    .nrWaistScroll .scrollMid ul {
        width: 1366px;
        top: 0;
        left: 0;
    }

        .nrWaistScroll .scrollMid ul li {
            position: relative;
            float: left;
            width: 257px;
            margin-right: 20px;
            margin-bottom: 24px;
        }

            .nrWaistScroll .scrollMid ul li.one {
                float:none;
            }

            .nrWaistScroll .scrollMid ul li.last {
                margin-right: 0;
            }

            .nrWaistScroll .scrollMid ul li .image {
                width: 257px;
                height: 144px;
                overflow: hidden;
                background: #e6e6e6 url(/pc/images/logo.png) no-repeat center center;
            }

                .nrWaistScroll .scrollMid ul li .image img {
                    display: block;
                    width: 257px;
                    height: 144px;
                }

            .nrWaistScroll .scrollMid ul li .text {
                background-color: #fff;
                width: 257px;
                height: 137px;
                font-size: 14px;
                line-height: 26px;
                position: relative;
            }

                .nrWaistScroll .scrollMid ul li .text a {
                    display: inline-block;
                    margin: 14px 10px 0 15px;
                    color: #333333;
                    text-decoration: none;
                }

                    .nrWaistScroll .scrollMid ul li .text a:hover {
                        color: #c10000;
                    }

            .nrWaistScroll .scrollMid ul li:hover .fangda {
                display: block;
            }

            .nrWaistScroll .scrollMid ul li .fangda {
                width: 297px;
                /*height: 311px;*/
                display: none;
                position: absolute;
                top: -25px;
                left: -20px;
                overflow: hidden;
                box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
                z-index: 9;
            }

                .nrWaistScroll .scrollMid ul li .fangda .image {
                    width: 297px;
                    height: 167px;
                    overflow: hidden;
                    background: #e6e6e6 url(/pc/images/logo.png) no-repeat center center;
                }

                    .nrWaistScroll .scrollMid ul li .fangda .image img {
                        display: block;
                        width: 297px;
                        height: 167px;
                    }

                    .nrWaistScroll .scrollMid ul li .fangda .image a {
                        display: block;
                    }

                .nrWaistScroll .scrollMid ul li .fangda .text {
                    background-color: #fff;
                    width: 297px;
                    height: 162px;
                    font-size: 14px;
                    line-height: 26px;
                    position: relative;
                }

                    .nrWaistScroll .scrollMid ul li .fangda .text h3 a {
                        display: inline-block;
                        margin: 14px 14px 3px 14px;
                        text-decoration: none;
                    }

                    .nrWaistScroll .scrollMid ul li .fangda .text h3 {
                        color: #333333;
                        font-size: 14px;
                    }

                    .nrWaistScroll .scrollMid ul li .fangda .text p {
                        color: #999999;
                        margin: 0px 14px 0 14px;
                        text-overflow: -o-ellipsis-lastline;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }

                        .nrWaistScroll .scrollMid ul li .fangda .text p a {
                            color: #999999;
                        }

                    .nrWaistScroll .scrollMid ul li .fangda .text a:hover {
                        color: #c10000;
                    }

                .nrWaistScroll .scrollMid ul li .fangda.col01 {
                    left: -20px;
                }

                .nrWaistScroll .scrollMid ul li .fangda.col02 {
                    left: 257px;
                }

                .nrWaistScroll .scrollMid ul li .fangda.col03 {
                    left: 468px;
                }

                .nrWaistScroll .scrollMid ul li .fangda.col04 {
                    left: 712px;
                }

                .nrWaistScroll .scrollMid ul li .fangda.col05 {
                    left: 956px;
                }

.textBot {
    line-height: 26px;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #999999;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
}

    .textBot span {
        color: #999999 !important;
        font-size: 14px !important;
        display: block;
        background: url(qq.png) no-repeat left;
        background-size: 14px;
        text-indent: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .textBot span.dh {
            flex: 1;
            background-image: url(dh.png);
        }

.video {
    background: url(bg.png) center;
    overflow: hidden;
}

    .video .column_wrapper {
        width: 1325px;
        margin: 40px auto;
        overflow: hidden;
        background: rgba(0,0,0,.4);
        padding: 60px 20px;
    }


        .video .column_wrapper .ysj {
            margin-top: -40px;
            display: block;
        }

            .video .column_wrapper .ysj img {
                width: 200px
            }

        .video .column_wrapper .tit {
            color: #fff;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin-top: 20px;
        }

    .video .qit {
        width: 1000px;
        margin: 0 auto;
        color: #fff;
        font-size: 16px;
    }

        .video .qit .top {
            display: flex;
            border-bottom: 1px solid rgba(255,255,255,0.2);
            border-top: 0;
            line-height: 1
        }

            .video .qit .top span {
                background: url(qq.png) no-repeat 10px 50%;
                background-size: 14px;
                text-indent: 20px;
                padding: 0 10px;
                margin: 20px 0;
                padding-left: 10px;
                display: block;
            }

                .video .qit .top span.dh {
                    background-image: url(dh.png);
                    border-right: 1px solid rgba(255,255,255,0.2);
                    padding-right: 40px;
                }

            .video .qit .top div.qq {
                margin-left: 30px
            }

        .video .qit .content {
            padding: 20px 10px;
        }

#video {
    width: 1000px;
    height: 563px;
    margin: 0 auto;
    margin-top: 20px;
}

.nrzqshipin18847_ind02 .tit {
    padding-top: 20px;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 18px;
    color: #fff
}

header, section.copyright {
    display: none;
}

@media only screen and (max-device-width : 600px) {
    .wrapper {
        width: 10rem;
        min-width: 10rem;
        margin-left: auto;
        margin-right: auto;
    }

    .header-wrapper, .footer-wrapper {
        display: none;
    }

    header {
        background: #234785;
        display: block;
    }

        header .top {
            padding: 0 0.3rem;
            line-height: 1rem;
            height: 1rem;
        }

            header .top a {
                float: left;
                color: #fff;
                font-size: 0.5rem;
            }

            header .top .pt {
            }

                header .top .pt:after {
                    width: 1px;
                    height: 0.55rem;
                    margin: 0 0.2rem;
                    background: #507ac2;
                    vertical-align: sub;
                    display: inline-block;
                    content: "";
                    border-left: 1px solid #113066;
                }

            header .top .icon-menu {
                background: url(/images/mobile/icon_menu.png) no-repeat left;
                background-size: 100%;
                width: 25px;
                float: right;
                height: 1rem;
            }

            header .top .icon-search {
                background: url(/images/mobile/icon_search.png) no-repeat left;
                background-size: 100%;
                width: 25px;
                margin-right: 15px;
                float: right;
                height: 1rem;
            }

        header .swiper-container {
            font-size: 0;
        }

        header .logo {
            background: #2f5596;
            text-align: center;
            padding: 0.3rem 0;
        }

            header .logo img {
                width: 8rem;
                display: inline-block;
                vertical-align: middle;
            }

    .wrapper_1200 {
        width: 10rem;
    }

    .nrWaistScroll .scrollBox, .nrWaistScroll .scrollMid {
        width: 10rem;
        margin: 0;
    }

        .nrWaistScroll .scrollMid ul {
            width: 10rem;
        }

            .nrWaistScroll .scrollMid ul li {
                width: auto;
                padding: 20px;
                margin-bottom: 0;
                padding-bottom: 0;
                margin-right: 0;
            }

                .nrWaistScroll .scrollMid ul li > .image, .nrWaistScroll .scrollMid ul li > .text {
                    display: none;
                }

                .nrWaistScroll .scrollMid ul li .fangda {
                    display: block;
                    width: 100%;
                    position: relative;
                    top: 0;
                    box-sizing: border-box;
                    left: 0;
                }

                    .nrWaistScroll .scrollMid ul li .image, .nrWaistScroll .scrollMid ul li .fangda .image img, .nrWaistScroll .scrollMid ul li .fangda .image {
                        width: 100%;
                        height: auto;
                    }

                        .nrWaistScroll .scrollMid ul li .image img {
                            width: 100%;
                            height: auto;
                        }

                .nrWaistScroll .scrollMid ul li .text {
                    width: 100%;
                }

                .nrWaistScroll .scrollMid ul li .fangda .text {
                    width: 100%;
                    height: auto;
                }

    .textBot {
        position: relative;
        bottom: 0;
        padding: 0 15px;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    #nav4k .mhd {
        margin: 0 20px;
    }

    section.copyright {
        text-align: center;
        color: #fff;
        padding: 0.2rem 0;
        background: #234785;
        display: block;
    }

    .copyright a {
        color: #fff;
    }

    .video .column_wrapper {
        width: auto;
        margin: 10px;
    }

    #video {
        font-size: 0;
        width: auto;
        height: auto;
    }

    .video .qit {
        width: auto;
        font-size: 14px;
    }

        .video .qit .top {
            display: block;
            line-height: 20px;
            padding: 15px 0;
        }

            .video .qit .top span {
                background: url(qq.png) no-repeat 10px 2px;
                background-size: 14px;
                margin: 0;
            }

                .video .qit .top span.dh {
                    padding-right: 0;
                    border: 0;
                    margin-bottom: 10px;
                }

        .video .qit .content {
            padding: 15px 10px;
        }
}