@font-face {
    font-family: 'iconfont'; /* service id 2446378 */
    src: url('//at.alicdn.com/t/font_2446378_36nhdqd7dsz.woff2?t=1623981738903') format('woff2'), url('//at.alicdn.com/t/font_2446378_36nhdqd7dsz.woff?t=1623981738903') format('woff'), url('//at.alicdn.com/t/font_2446378_36nhdqd7dsz.ttf?t=1623981738903') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#nybanenr_feedback {
    background-size: auto 260px;
    display: block;
    height: 260px;
    width: 100%;
    display: flex;
    align-items: center;
}

    #nybanenr_feedback h1 {
        color: #b5b6b8;
        font-size: 42px;
        margin: 0px auto;
        font-style: italic;
        letter-spacing: 5px;
    }
.tablebox {
    border-collapse: collapse;
    border-spacing: 1;
    border-spacing: 0;
    background: #fff;
    width: 1200px;
    margin: 20px auto;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-right: none;
    font-size: 16px;
}

    .tablebox td {
        border-bottom: 1px solid #eee;
        text-align: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        padding: 8px 12px;
        line-height: 2;
        border-right: 1px solid #eee;
    }

        .tablebox td.tc {
            text-align: center;
        }

        .tablebox td.pd16 {
            padding: 16px;
        }

            .tablebox td.pd16 p {
                line-height: 1.8;
            }

    .tablebox .table-logo {
        height: 30px;
    }

    .tablebox.tab2 p {
        line-height: 1.8;
    }

.ex-info {
    width: 1200px;
    padding: 30px 0px;
    margin: 0px auto;
    font-size: 16px;
    line-height: 1.8;
    color: #505050;
}

    .ex-info p {
        line-height: 1.8;
    }

    .ex-info.right {
        text-align: right;
    }

        .ex-info.right p {
            line-height: 1.8;
        }

.ex-company {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #555;
    width: 1200px;
    margin: 0px auto;
    padding: 30px 0px;
}

    .ex-company p {
        line-height: 1.8;
    }

.input-m {
    width: 100%;
    padding: 8px 0px;
    border: none;
    background: none;
    font-size: 16px;
}

.remarks {
    width: 1200px;
    margin: 40px auto auto auto;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #ddd;
    padding: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

    .remarks .rtextarea {
        width: 1050px;
        border: none;
        font-size: 16px;
    }
.bts {
    width: 1200px;
    padding: 20px 0px 70px 0px;
    text-align: center;
    margin: 0px auto;
}

    .bts .summit-bnt2 {
        background: #c34b44;
        color: #fff;
        font-size: 16px;
        margin: 0px auto;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        padding: 14px 30px;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        width: 200px;
        border: none;
    }

        .bts .summit-bnt2:Hover {
            opacity: 0.8;
        }

td.radioitem {
    text-align: center;
}

    td.radioitem i.iconfont {
        font-size: 28px;
        opacity: 0;
    }

    td.radioitem input[type="radio"] {
        opacity: 0;
    }

    td.radioitem.active {
        background-color: #f8f2f2;
    }

        td.radioitem.active i.iconfont {
            color: #b84e4b;
            opacity: 1;
        }
.downmenu-box.active {
    display: flex !important;
    justify-content: space-between;
}
#pagefy {
    padding: 25px 0px 40px 0px;
    text-align: center;
    margin: 30px 0;
}

    #pagefy span,
    #pagefy a {
        border: 1px solid #eee;
        border-radius: 3px;
        font-size: 14px;
        padding: 8px 12px;
        margin-right: 6px;
    }

        #pagefy span:hover,
        #pagefy a:hover {
            background: #ca1d24;
            border: 1px solid #ca1d24;
            color: #fff;
        }

        #pagefy span.current {
            background: #ca1d24;
            border: 1px solid #ca1d24;
            color: #fff;
        }

    #pagefy::before {
        content: "";
        width: 320px;
        height: 0;
        display: block;
    }


/*导航栏 开始*/
.mainbar-wrap .main-nav li > .Nav_DropDown {
    width: 1170px;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.99);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    position: fixed;
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    z-index: 9998;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .mainbar-wrap .main-nav li > .Nav_DropDown.top88 {
        top: 88px;
    }

.mainbar-wrap .main-nav li:hover > .Nav_DropDown {
    height: auto;
}

.mainbar-wrap .main-nav > li > .Nav_DropDown .NavDropDown_Main {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.NavDropDown_Main .DropDownTab1 {
    width: 260px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
    background-color: #f6f6f6;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.DropDownTab1 ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

    .DropDownTab1 ul li a {
        display: block;
        width: 100%;
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        color: #262626;
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 auto;
        padding: 0 0 0 20px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .DropDownTab1 ul li a i {
            display: none;
            width: 4px;
            height: 20px;
            overflow: hidden;
            margin: 0;
            padding: 0;
            background-color: #c34b44;
            position: absolute;
            left: 0;
            top: 20px;
        }

    .DropDownTab1 ul li.Active1 a, .DropDownTab1 ul li:hover a {
        color: #c34b44;
    }

        .DropDownTab1 ul li.Active1 a i, .DropDownTab1 ul li:hover a i {
            display: block;
        }

.NavDropDown_Main .DropDownList1 {
    width: 910px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 40px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.DropDown_List {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

    .DropDown_List dl dd {
        border-bottom: 1px dashed #e5e5e5;
        padding: 5px 30px 5px 0;
        float: left;
    }

        .DropDown_List dl dd a {
            display: inline-block;
            width: auto;
            height: 40px;
            overflow: hidden;
            line-height: 40px;
            color: #505050;
            font-size: 14px;
            margin: 0;
            padding: 0 0 0 20px;
            position: relative;
        }

            .DropDown_List dl dd a i {
                display: block;
                width: 8px;
                height: 8px;
                margin: 0;
                padding: 0;
                background-color: #e7e7e7;
                border-radius: 50%;
                position: absolute;
                left: 0;
                top: 16px;
            }

            .DropDown_List dl dd a:hover {
                color: #c34b44;
            }

                .DropDown_List dl dd a:hover i {
                    background-color: #c34b44;
                }

.NavDropDown_Main .DropDownTab2 {
    width: 260px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
    background-color: #f6f6f6;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.DropDownTab2 ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

    .DropDownTab2 ul li a {
        display: block;
        width: 100%;
        height: 60px;
        overflow: hidden;
        line-height: 60px;
        color: #262626;
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 auto;
        padding: 0 0 0 20px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .DropDownTab2 ul li a i {
            display: none;
            width: 4px;
            height: 20px;
            overflow: hidden;
            margin: 0;
            padding: 0;
            background-color: #c34b44;
            position: absolute;
            left: 0;
            top: 20px;
        }

    .DropDownTab2 ul li.Active2 a, .DropDownTab2 ul li:hover a {
        color: #c34b44;
    }

        .DropDownTab2 ul li.Active2 a i, .DropDownTab2 ul li:hover a i {
            display: block;
        }

.NavDropDown_Main .DropDownList2 {
    width: 910px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 40px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.DropDownMenu {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .DropDownMenu dl dd {
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0 40px;
    }

        .DropDownMenu dl dd .DropDownMenu_title {
            width: 100%;
            height: 40px;
            padding: 0 0 0 20px;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .DropDownMenu dl dd .DropDownMenu_title i {
                display: block;
                width: 4px;
                height: 22px;
                overflow: hidden;
                margin: 0;
                padding: 0;
                background-color: #c34b44;
                position: absolute;
                left: 0;
                top: 9px;
            }

            .DropDownMenu dl dd .DropDownMenu_title span {
                display: block;
                width: 200px;
                height: 40px;
                overflow: hidden;
                line-height: 40px;
                color: #c34b44;
                font-size: 20px;
                text-align: left;
                margin: 0;
                padding: 0;
                border-bottom: 1px solid #e9e9e9;
            }

        .DropDownMenu dl dd .DropDownMenu_item {
            width: 100%;
            height: auto;
            overflow: hidden;
            margin: 20px 0 0;
            padding: 0 0 0 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .DropDownMenu dl dd .DropDownMenu_item a {
                display: inline-block;
                margin: 0 60px 0 0;
            }

                .DropDownMenu dl dd .DropDownMenu_item a b {
                    display: block;
                    color: #505050;
                    font-size: 18px;
                    padding: 6px 0px;
                    font-weight: normal;
                    text-align: left;
                }

                .DropDownMenu dl dd .DropDownMenu_item a:hover b {
                    color: #c34b44;
                }

                .DropDownMenu dl dd .DropDownMenu_item a p {
                    font-size: 14px;
                    color: #999;
                    text-align: left;
                }

/*导航栏 结束*/