﻿

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    color: #666;
    _overflow: hidden;
    overflow-x: hidden;
    background: #fff;
    width: 100%;
    *cursor: default;
    font-weight: 400;
    font-style: normal;
}

::-moz-selection {
    color: #fff;
    background-color: #000;
}

::selection {
    color: #fff;
    background-color: #000;
}

::-moz-selection {
    color: #fff;
    background-color: #000;
}

body, html {
    scrollbar-face-color: #000;
    scrollbar-highlight-color: #000;
    scrollbar-shadow-color: #000;
    scrollbar-3dlight-color: #000;
    scrollbar-arrow-color: #222;
    scrollbar-track-color: #222;
    scrollbar-darkshadow-color: #000;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #fcfcfc;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fcfcfc;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #211f1f;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

a {
    text-decoration: none;
    color: inherit;
}

    a:active, a:hover {
        text-decoration: none;
        color: inherit;
    }

img {
    border: none;
    vertical-align: middle;
}

ol, ul {
    list-style: none;
}

button, input, select, textarea {
    outline: 0;
    vertical-align: middle;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

    button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
        border: none;
        padding: 0;
    }

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

caption {
    display: none;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.ovh {
    overflow: hidden;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.n {
    font-weight: 400;
    font-style: normal;
}

.b {
    font-weight: 700;
}

.i {
    font-style: italic;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.tj {
    text-align: justify;
    text-justify: inter-ideograph;
}

.ti {
    text-indent: 2em;
}

.vm {
    vertical-align: middle;
}

.vtb {
    vertical-align: text-bottom;
}

.vb {
    vertical-align: bottom;
}

.vt {
    vertical-align: top;
}

.noWrapClip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.noWrapEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.wow {
    visibility: hidden;
}

.animate {
    -webkit-transition: all .75s;
    transition: all .75s;
}

.iconfont {
    font-size: 12px;
    vertical-align: middle;
    color: #b2b2b2;
}

    .iconfont:before {
        vertical-align: middle;
    }

.container {
    width: 1260px;
    min-width: 1260px;
    margin-right: auto;
    margin-left: auto;
}

#IeVersionOld {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #f8efb4;
    border-bottom: 1px solid #eed64d;
    text-align: center;
}

    #IeVersionOld a {
        display: inline-block;
        width: 80px;
        height: 30px;
        line-height: 30px;
        background-color: #0ad15d;
        color: #fff;
    }

.detail-defult {
    position: relative;
    padding-bottom: 170px !important;
}

    .detail-defult .details-title {
        margin-bottom: 35px;
    }

        .detail-defult .details-title h3 {
            color: #575757;
            font-size: 20px;
            text-align: center;
            padding-bottom: 20px;
            border-bottom: 1px solid #dbdbdb;
        }

        .detail-defult .details-title .detail-item-box {
            height: 36px;
            line-height: 36px;
            text-align: center;
            font-size: 13px;
            color: grey;
        }

            .detail-defult .details-title .detail-item-box span {
                color: grey;
                margin-right: 25px;
            }

                .detail-defult .details-title .detail-item-box span:last-of-type {
                    margin-right: 0;
                }

    .detail-defult .detail-page-box {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #dbdbdb;
        padding-top: 10px;
    }

        .detail-defult .detail-page-box .page-next, .detail-defult .detail-page-box .page-prev {
            height: 32px;
            line-height: 32px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .detail-defult .detail-page-box .page-next a, .detail-defult .detail-page-box .page-prev a {
                color: grey;
                line-height: 28px;
            }

form .form-item {
    position: relative;
    float: left;
    width: 600px;
    margin-bottom: 25px;
}

    form .form-item .title {
        font-size: 16px;
        color: #575757;
        margin-bottom: 8px;
    }

    form .form-item input[type=text] {
        width: 100%;
        height: 42px;
        border: 1px solid #dbdbdb;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    form .form-item textarea {
        width: 100%;
        height: 180px;
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        resize: none;
    }

    form .form-item .button {
        width: 180px;
        height: 46px;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        border: none;
    }

    form .form-item .button-submit {
        background-color: #ee761c;
        margin-right: 15px;
    }

    form .form-item .button-reset {
        background-color: #75716e;
    }

    form .form-item .error-msg {
        display: none;
        position: absolute;
        top: 2px;
        right: 0;
        color: #d30000;
    }

    form .form-item.item-full {
        width: 100%;
    }

    form .form-item.error .title {
        color: #d30000;
    }

    form .form-item.error .error-msg {
        display: block;
    }

    form .form-item.error input[type=text], form .form-item.error textarea {
        border-color: #d30000;
    }

    form .form-item:nth-of-type(2n) {
        margin-left: 60px;
    }

body, html {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    padding-top: 120px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 120px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

    #header .h-contact {
        height: 40px;
        line-height: 40px;
        background-color: #f5f5f5;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        overflow: hidden;
        -webkit-transition: .4s ease-in;
        transition: .4s ease-in;
    }

        #header .h-contact .welcome {
            float: left;
            width: 50%;
            color: #999;
        }

        #header .h-contact .phone {
            float: left;
            width: 50%;
            text-align: right;
        }

            #header .h-contact .phone span {
                color: #d55540;
                font-size: 16px;
                font-weight: 700;
            }

    #header .h-menu {
        height: 80px;
        z-index: 2;
        background: rgba(255,255,255,.9);
    }

        #header .h-menu .logo {
            float: left;
            width: 170px;
            height: 80px;
        }

        #header .h-menu .nav {
            float: right;
            height: 80px;
        }

            #header .h-menu .nav > .onelm > li {
                float: left;
                height: 80px;
                line-height: 80px;
                margin-left: 38px;
            }

                #header .h-menu .nav > .onelm > li > a {
                    position: relative;
                    display: block;
                    font-size: 16px;
                    color: #454545;
                }

                    #header .h-menu .nav > .onelm > li > a::before {
                        position: absolute;
                        bottom: 0;
                        content: " ";
                        display: block;
                        width: 100%;
                        height: 3px;
                        opacity: 0;
                        background: #1a5ba7;
                        -webkit-transform: scaleX(0);
                        transform: scaleX(0);
                        -webkit-transition: .5s ease-in-out;
                        transition: .5s ease-in-out;
                    }

                #header .h-menu .nav > .onelm > li .erlmtitle {
                    padding-right: 16px;
                }

                    #header .h-menu .nav > .onelm > li .erlmtitle::after {
                        position: absolute;
                        top: 41px;
                        right: 0;
                        content: "";
                        width: 8px;
                        height: 8px;
                        background: url(../image/dx.png) no-repeat top center;
                    }

                #header .h-menu .nav > .onelm > li .second-column {
                    -webkit-transform: translateY(50px);
                    transform: translateY(50px);
                    opacity: 0;
                    z-index: -1;
                    overflow: hidden;
                    -webkit-transition: .4s ease-in;
                    transition: .4s ease-in;
                    position: absolute;
                    top: 120px;
                    left: 0;
                    width: 100%;
                    height: 0;
                    background: #fff;
                }

                    #header .h-menu .nav > .onelm > li .second-column .carthree {
                        display: flex;
                        flex-wrap: wrap;
                    }

                        #header .h-menu .nav > .onelm > li .second-column .carthree > li {
                            position: relative;
                            /*float: left;*/
                            width: 420px;
                            line-height: 30px;
                            margin-bottom: 30px;
                        }

                            #header .h-menu .nav > .onelm > li .second-column .carthree > li > a {
                                padding: 5px;
                                background-color: #1a5ba7;
                                color: #fff;
                                line-height: 30px;
                                font-size: 17px;
                                float: left;
                            }

                            #header .h-menu .nav > .onelm > li .second-column .carthree > li .level-column {
                                /*position: absolute;
                            top: 0;
                            left: 114px;*/
                                float: left;
                                margin-left: 20px;
                            }

                                #header .h-menu .nav > .onelm > li .second-column .carthree > li .level-column > .carfour > li {
                                    float: left;
                                    width: 80px;
                                    white-space: nowrap;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    line-height: 30px;
                                    margin-right: 30px;
                                }

                                    #header .h-menu .nav > .onelm > li .second-column .carthree > li .level-column > .carfour > li > a {
                                        position: relative;
                                        padding-bottom: 10px;
                                        display: block;
                                        color: #575757;
                                        font-size: 16px;
                                    }

                                        #header .h-menu .nav > .onelm > li .second-column .carthree > li .level-column > .carfour > li > a::after {
                                            position: absolute;
                                            bottom: 0;
                                            left: 0;
                                            content: "";
                                            width: 80px;
                                            height: 1px;
                                            background: #ccc;
                                        }

                                    #header .h-menu .nav > .onelm > li .second-column .carthree > li .level-column > .carfour > li .four-column {
                                        margin-top: 20px;
                                    }

                                        #header .h-menu .nav > .onelm > li .second-column .carthree > li .level-column > .carfour > li .four-column > .carfours > li {
                                            white-space: nowrap;
                                            overflow: hidden;
                                            text-overflow: ellipsis;
                                            line-height: 28px;
                                            color: grey;
                                            font-size: 14px;
                                        }

                                    #header .h-menu .nav > .onelm > li .second-column .carthree > li .level-column > .carfour > li:last-of-type {
                                        margin-right: 0;
                                    }

                            #header .h-menu .nav > .onelm > li .second-column .carthree > li:last-of-type {
                               width:510px;
                            }

                #header .h-menu .nav > .onelm > li.active > a, #header .h-menu .nav > .onelm > li:hover > a {
                    color: #1a5ba7;
                }

                    #header .h-menu .nav > .onelm > li.active > a:before, #header .h-menu .nav > .onelm > li:hover > a:before {
                        opacity: 1;
                        -webkit-transform: scaleX(1);
                        transform: scaleX(1);
                    }

                #header .h-menu .nav > .onelm > li.active .erlmtitle::after, #header .h-menu .nav > .onelm > li:hover .erlmtitle::after {
                    position: absolute;
                    top: 41px;
                    right: 0;
                    content: "";
                    width: 8px;
                    height: 8px;
                    background: url(../image/dx1.png) no-repeat top center;
                }

                #header .h-menu .nav > .onelm > li:hover .second-column {
                    -webkit-transform: translateY(0);
                    transform: translateY(0);
                    opacity: 1;
                    z-index: 1;
                    height: 520px;
                    padding: 20px 0;
                }

    #header.active {
        height: 80px;
    }

        #header.active .h-contact {
            -webkit-transform: translateY(50px);
            transform: translateY(50px);
            opacity: 0;
            height: 0;
        }

        #header.active .h-menu .nav .onelm > li .second-column {
            opacity: 1;
            top: 80px;
        }

#footer {
    background-color: #2f2f2f;
}

    #footer .container {
        position: relative;
    }

    #footer .menu {
        padding-top: 50px;
        height: 56px;
        color: #e6e6e6;
        font-size: 16px;
        line-height: 56px;
        border-bottom: 1px solid #666;
    }

    #footer .footer-icon {
        position: absolute;
        top: 65px;
        right: 0;
    }

        #footer .footer-icon i {
            float: left;
            display: block;
            width: 26px;
            height: 26px;
            margin-left: 14px;
        }

            #footer .footer-icon i a {
                display: block;
                width: 100%;
                height: 100%;
            }

        #footer .footer-icon .icon1 {
            background: url(../image/footer-icon-qq.png) no-repeat top center;
        }

        #footer .footer-icon .icon2 {
            background: url(../image/footer-icon-wx.png) no-repeat top center;
        }

        #footer .footer-icon .icon3 {
            background: url(../image/footer-icon-fy.png) no-repeat top center;
        }

    #footer .module-1 {
        padding-bottom: 50px;
    }

        #footer .module-1 .inner-copy {
            float: left;
            margin-top: 52px;
        }

            #footer .module-1 .inner-copy > ul > li {
                float: left;
                color: #fff;
                font-size: 18px;
                width: 140px;
                margin-right: 20px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                #footer .module-1 .inner-copy > ul > li .copys {
                    margin-top: 20px;
                }

                    #footer .module-1 .inner-copy > ul > li .copys > ul > li {
                        color: #ccc;
                        font-size: 14px;
                        line-height: 34px;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                #footer .module-1 .inner-copy > ul > li:last-of-type {
                    margin-right: 0;
                }

        #footer .module-1 .inner-erweima {
            float: left;
            width: 120px;
            padding-top: 40px;
            text-align: center;
            line-height: 20px;
            color: #ccc;
            font-size: 13px;
            margin-left: 20px;
        }

            #footer .module-1 .inner-erweima img {
                display: block;
                width: 120px;
                height: 120px;
                margin-bottom: 10px;
            }

        #footer .module-1 .inner-contact {
            float: left;
            padding-top: 46px;
            margin-left: 90px;
        }

            #footer .module-1 .inner-contact .com-phone {
                position: relative;
                color: #fff;
                font-size: 18px;
                padding-left: 57px;
            }

                #footer .module-1 .inner-contact .com-phone::before {
                    position: absolute;
                    top: 5.5px;
                    left: 0;
                    content: "";
                    width: 40px;
                    height: 40px;
                    background: url(../image/footer-icon-dh.png) no-repeat top center;
                }

                #footer .module-1 .inner-contact .com-phone span {
                    font-size: 34px;
                }

            #footer .module-1 .inner-contact .company-name {
                padding-left: 57px;
                line-height: 34px;
                color: #ccc;
                font-size: 14px;
                margin-top: 20px;
            }

    #footer .footer-bq {
        background-color: #212121;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #b3b3b3;
        font-size: 14px;
    }

#suspension {
    position: fixed;
    top: 50%;
    margin-top: -135px;
    right: 40px;
    z-index: 10000000;
    width: 60px;
    height: 270px;
    -webkit-transition: all .7s;
    transition: all .7s;
}

    #suspension ul li {
        position: relative;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin-bottom: 10px;
    }

        #suspension ul li a {
            display: block;
            width: 100%;
            height: 100%;
            background-position: center;
            background-image: url(https://www.krtzc.com.cn/Content/img/alert-tran-bg2.png);
        }

        #suspension ul li .con {
            display: none;
            position: absolute;
            top: 0;
            right: 66px;
        }

            #suspension ul li .con img {
                display: block;
            }

        #suspension ul li.item-1 a {
            background-image: url(https://www.krtzc.com.cn/Content/img/alert-tran-bg1.png);
        }

            #suspension ul li.item-1 a.page-load {
                display: none;
            }

        #suspension ul li:hover a {
            background-image: url(https://www.krtzc.com.cn/Content/img/alert-tran-bg2-hover.png);
        }

        #suspension ul li:hover .con {
            display: block;
        }

        #suspension ul li:hover.item-1 a {
            background-image: url(https://www.krtzc.com.cn/Content/img/alert-tran-bg1-hover.png);
        }

.detail-content {
    line-height: 2;
    color: #575757;
    font-weight: 500;
    font-size: 15px;
    word-wrap: break-word;
    word-break: break-word;
    text-align: justify;
    text-justify: inter-ideograph;
    position: relative;
}

    .detail-content a {
        color: #575757;
    }

    .detail-content img {
        display: inline;
        max-width: 100% !important;
        height: auto !important;
        margin: 10px 0;
    }

    .detail-content table {
        max-width: 100%;
    }

    .detail-content iframe {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

#laypage-box {
    text-align: center;
    padding-top: 60px;
}

    #laypage-box .layui-laypage {
        margin: 0;
    }
