﻿/* common style*/

/*---公共样式--*/
body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: lighter;
}

body {
    text-align: left;
    font-size: 12px;
    color: #585858;
    background: #f0f0f0;
    font-family: "宋体",Arial,Helvetica,sans-serif;
}

input, select, button, font {
    font: 12px Verdana,Arial,Tahoma;
}

ul, li {
    list-style: none;
}

img {
    border: 0;
}

input, textarea, select {
    color: #6e6e6e;
    font-size: 12px;
}

select {
    padding: 4px 8px;
    color: #878787;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    height: 28px;
    *margin-top: 4px;
    line-height: 28px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline-offset: -2px;
}

.aril {
    font-family: Arial, Helvetica, sans-serif;
}

.flt {
    float: left;
}

.frt {
    float: right;
}

.clear {
    clear: both;
    _overflow: hidden;
}
/*清除浮动*/
.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f24 {
    font-size: 24px;
}

.strong {
    font-weight: bold;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.lh24 {
    line-height: 24px;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.font-yahei {
    font-family: "Microsoft Yahei";
}

.white {
    color: #fff;
}

    .white a {
        color: #fff;
    }

        .white a:hover {
            color: #fff;
        }

.yellow {
    color: #ff8a00;
}

.blue {
    color: #0c56b1;
}

.red {
    color: #ff0000 !important;
}

a {
    color: #878787;
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        color: #e20000;
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

/*login-box*/
.login-box {
    width: 985px;
    height: 446px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -223px 0 0 -492px;
}

    .login-box .logo {
        padding-bottom: 25px;
    }

    .login-box .login-cont {
        background: url(../images/login-bg.png) no-repeat;
        width: 985px;
        height: 330px;
        overflow: hidden;
    }

        .login-box .login-cont ul {
            padding-left: 662px;
            padding-top: 74px;
            width: 268px;
        }

            .login-box .login-cont ul li {
                padding-bottom: 20px;
            }

                .login-box .login-cont ul li .input1 {
                    width: 244px;
                    height: 40px;
                    color: #666;
                    line-height: 40px;
                    font-size: 14px;
                    border: solid #cdcdcd 1px;
                    padding-left: 12px;
                }

    .login-box .login-footer {
        padding-top: 16px;
        text-align: right;
        padding-right: 24px;
        color: #9d9d9d;
    }

/*reg-page*/
.reg-page {
    background: url(../images/reg-page-bg.jpg) repeat-x top left #eef6ff;
}

.reg-box {
    width: 990px;
    margin: 0px auto;
}

    .reg-box .reg-top {
        height: 153px;
        width: 990px;
    }

        .reg-box .reg-top .logo {
            padding-top: 68px;
            padding-left: 22px;
        }

        .reg-box .reg-top .frt {
            padding-top: 110px;
            padding-right: 25px;
        }

            .reg-box .reg-top .frt a {
                color: #132f7b;
            }

                .reg-box .reg-top .frt a:hover {
                    color: #e20000;
                }

    .reg-box .reg-form {
        width: 920px;
        background: #fff;
        padding-bottom: 35px;
        padding-left: 70px;
        padding-top: 26px;
        color: #1b1b1b;
    }

        .reg-box .reg-form h2 span {
            font-size: 24px;
            color: #333333;
        }

        .reg-box .reg-form ul {
            padding-left: 20px;
            padding-top: 18px;
            float: left;
            clear: both;
        }

            .reg-box .reg-form ul li {
                padding-bottom: 18px;
                width: 850px;
                float: left;
                clear: both;
            }

.reg-form ul li span {
    float: left;
}

.reg-form ul li em span {
    float: none;
}

.reg-box .reg-form ul li .row1 {
    line-height: 38px;
    width: 99px;
    text-align: right;
    padding-right: 18px;
}nav font-yahei

.reg-box .reg-form ul li .row2 {
    width: 358px;
    float: left;
}

    .reg-box .reg-form ul li .row2 .input1 {
        width: 313px;
        color: #535353;
        border: solid #cdcdcd 1px;
        height: 36px;
        line-height: 36px;
        padding-left: 20px;
    }

.reg-box .reg-form ul li .row3 {
    color: #ff4605;
    background: url(../images/wrong-icon.jpg) no-repeat left center;
    padding-left: 26px;
    line-height: 38px;
    height: 38px;
    width: 340px;
}

.reg-box .reg-form .btn-cont {
    padding-left: 140px;
    padding-top: 8px;
}

    .reg-box .reg-form .btn-cont .btn1 {
        background: url(../images/reg-btn-bg1.jpg) no-repeat;
        width: 87px;
        height: 31px;
        text-align: center;
        border: 0px;
        color: #fff;
        cursor: pointer;
        padding-bottom: 8px;
        padding-top: 2px;
        line-height: 26px;
        margin-right: 16px;
    }

    .reg-box .reg-form .btn-cont .btn2 {
        background: url(../images/reg-btn-bg2.jpg) no-repeat;
        width: 87px;
        height: 31px;
        text-align: center;
        border: 0px;
        color: #0c56b1;
        cursor: pointer;
        padding-bottom: 8px;
        padding-top: 2px;
        line-height: 26px;
    }

/*hy-page*/
.hy-page {
    background: url(../images/hy-page-bg.jpg) repeat-x top left #f0f0f0;
}

.hy-container {
    width: 990px;
    margin: 0px auto;
}
/*修改下面条形长度*/
    .hy-container .header {
        width: 1220px;
    }

        .hy-container .header .top {
            height: 110px;
            overflow: hidden;
            width: 990px;
        }

            .hy-container .header .top .logo {
                padding-top: 42px;
                padding-left: 16px;
            }

            .hy-container .header .top .frt {
                padding-top: 70px;
                color: #646464;
                padding-right: 5px;
            }


            /**
                修改上面条形长度格式
                **/
        .hy-container .header .nav {
            width: 1220px;
            height: 42px;
            border-bottom: solid #6da6eb 1px;
            overflow: hidden;
            clear: both;
        }

            .hy-container .header .nav ul li {
                float: left;
                line-height: 42px;
                width: 145px;
                overflow: hidden;
            }

                .hy-container .header .nav ul li a {
                    color: #fff;
                    font-size: 14px;
                    width: 145px;
                    background: url(../images/nav-line.jpg) no-repeat top right;
                    height: 42px;
                    display: block;
                    text-align: center;
                    overflow: hidden;
                }

                    .hy-container .header .nav ul li .current, .hy-container .header .nav ul li a:hover {
                        background: url(../images/nav-hover.jpg) no-repeat;
                        position: relative;
                        left: -3px;
                        padding-left: 3px;
                    }

            .hy-container .header .nav ul .fs {
                width: 120px;
                overflow: hidden;
            }

                .hy-container .header .nav ul .fs a {
                    width: 120px;
                    font-size: 12px;
                    background: url(../images/nav-line.jpg) no-repeat top right;
                    height: 42px;
                    display: block;
                    text-align: left;
                    color: #ffc600;
                    overflow: hidden;
                }

                    .hy-container .header .nav ul .fs a:hover {
                        background: url(../images/nav-line.jpg) no-repeat top right;
                    }

                    .hy-container .header .nav ul .fs a span {
                        background: url(../images/fhhome-icon.jpg) no-repeat 26px center;
                        padding-left: 45px;
                    }

        .hy-container .header .sub-nav {
            color: #b29595;
            overflow: hidden;
            clear: both;
            height: 39px;
            line-height: 39px;
            background: #d2e3f7;
            padding-left: 145px;
        }

            .hy-container .header .sub-nav a {
                color: #000;
                margin: 0 20px;
            }

                .hy-container .header .sub-nav a:hover {
                    color: #e20000;
                }

    /*main*/
    .hy-container .main {
        background: #fff;
        width: 990px;
        float: left;
        clear: both;
    }

        .hy-container .main .text1 {
            float: left;
            padding-left: 52px;
            width: 542px;
        }

            .hy-container .main .text1 h2 {
                font-size: 18px;
                padding-top: 52px;
                padding-bottom: 22px;
                text-align: center;
                color: #000103;
            }

            .hy-container .main .text1 p {
                line-height: 30px;
                padding-bottom: 35px;
            }

        .hy-container .main .side-panel h6 {
            height: 50px;
            border: solid #dcdcdc 1px;
            border-top: solid #629de5 7px;
            line-height: 45px;
            color: #495057;
            margin-bottom: 0;
            padding-left: 15px;
        }

            .hy-container .main .side-panel h6 i {
                margin-right: 10px;
                color: #3d7ecf;
                font-size: 20px;
                vertical-align: text-bottom;
            }

        .hy-container .main .side-panel ul li {
            border: solid #dcdcdc 1px;
            border-top: 0px;
            color: #6d6c6c;
            height: 45px;
            line-height: 45px;
            padding-left: 10px;
            font-size: 14px;
        }

            .hy-container .main .side-panel ul li a {
                color: #6d6c6c;
            }

                .hy-container .main .side-panel ul li a:hover {
                    color: #e20000;
                }

        .hy-container .main .side-panel .contact-phone {
            border: solid #dcdcdc 1px;
            border-top: 0px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            font-size: 23px;
            font-weight: lighter;
            color: #495057;
        }


        .hy-container .main .position {
            width: 949px;
            margin: 0px auto;
            padding-top: 20px;
            padding-bottom: 10px;
            /*height: 26px;*/
            border-bottom: solid #d0d0d0 1px;
            text-align: right;
            padding-right: 12px;
            color: #565656;
        }


.standardGridView {
    border: 1px solid #dcdcdc;
    text-align: center;
}

    .standardGridView th {
        background: #2e7cdc;
        color: #fff;
        line-height: 40px;
        height: 40px;
        border: 1px solid #dcdcdc;
    }

    .standardGridView td {
        line-height: 25px;
        height: 40px;
        border: 1px solid #dcdcdc;
    }

    .standardGridView .page-list {
        padding-top: 9px;
        padding-bottom: 9px;
        float: right;
    }

        .standardGridView .page-list a, .hy-container .main .page-list span {
            float: left;
            color: #666;
            display: block;
            height: 25px;
            line-height: 25px;
            margin-right: 10px;
        }

        .standardGridView .page-list .gray-border {
            float: left;
            display: block;
            background: url(../images/page-list-bg.jpg) repeat-x;
            height: 25px;
            border: solid #dadada 1px;
            padding-left: 18px;
            padding-right: 18px;
            line-height: 25px;
        }

        .standardGridView .page-list .num {
            padding-left: 8px;
            padding-right: 8px;
            margin-right: 5px;
        }

        .standardGridView .page-list a:hover, .hy-container .main .page-list .current {
            background: #4796e9;
            color: #fff;
        }

.hy-container .main .search {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    height: 30px;
}

    .hy-container .main .search span {
        float: left;
        display: block;
        padding-right: 14px;
    }

    .hy-container .main .search select {
        padding: 6px 15px;
        color: #333;
        height: 35px;
        line-height: 35px;
    }

    .hy-container .main .search .search-input {
        width: 217px;
        padding-left: 5px;
        border: solid #cccccc 1px;
        height: 31px;
        line-height: 35px;
    }

    .hy-container .main .search .search-btn {
        background: url(../images/search-btn-bg.jpg) no-repeat;
        width: 88px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        border: 0px;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
    }



.hy-container .main .table-cont2 {
    padding-top: 40px;
    padding-bottom: 20px;
}
/*.hy-container .main .table-cont2 td{ padding-left:20px;}*/

/*footer*/
.footer {
    text-align: center;
    padding-top: 20px;
    color: #fff;
    line-height: 22px;
    background: #0d57b1;
    white-space: pre-wrap;
    padding-bottom: 20px;
}


#basis {
    display: inline;
    position: relative;
}

#calender {
    position: absolute;
    top: 30px;
    left: 0;
    width: 220px;
    background-color: #fff;
    border: 3px solid #ccc;
    padding: 10px;
    z-index: 10;
}

#control {
    text-align: center;
    margin: 0 0 5px 0;
}

    #control select {
        font-family: "Lucida sans unicode", sans-serif;
        font-size: 11px;
        margin: 0 5px;
        vertical-align: middle;
    }

#calender .controlPlus {
    padding: 0 5px;
    text-decoration: none;
    color: #333;
}

#calender table tr {
    height: 17px;
}

#calender table {
    empty-cells: show;
    width: 100%;
    font-size: 11px;
    table-layout: fixed;
}

#calender .weekdays td {
    text-align: right;
    padding: 1px 5px 1px 1px;
    color: #333;
}

#calender .week td {
    text-align: right;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 1px 4px 1px 0;
}

#calender .week .today {
    background-color: #ccf;
    border-color: #ccf;
}

#calender .week .holiday {
    font-weight: bold;
}

#calender .week .hoverEle {
    border-color: #666;
    background-color: #99f;
    color: #000;
}

.failureNotification
{
    color: Red;
}