﻿@charset "utf-8";
/* CSS Document */

body {
    background: #fff;
    font: 12px "΢���ź�",san-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
    margin: 0;
    padding: 0;
}

table, td, tr, th {
    font-size: 12px;
}

li {
    list-style-type: none;
}

img {
    border: 0 none;
    vertical-align: middle;
}

ol, ul {
    list-style: outside none none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal;
}

address, cite, code, em, th {
    font-style: normal;
    font-weight: normal;
}

a:link, a:visited {
    color: #045ba3;
    text-decoration: none;
}

.fb {
    font-weight: bold;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.clear {
    clear: both;
}


.login_bg {
    background: url(../images/login_bg.jpg) repeat 0 0;
}

.top_line {
    height: 5px;
    background: #fcc245;
}

.login_box {
    width: 1000px;
    margin: 0 auto;
    margin-top: 0px;
}

    .login_box .logo {
        width: 600px;
        height: 90px;
        background: url(../images/logo.png) no-repeat 0 0;
        font-size: 0;
        float: left;
    }

.img_box {
    width: 600px;
    height: 370px;
    background: url(../images/img_bg.png) no-repeat 100px center;
    margin-top: 60px;
    position: relative;
    float: left;
}

    .img_box .img1, .img_box .img2, .img_box .img3 {
        position: absolute;
        width: 180px;
        height: 180px;
    }

    .img_box .img1 {
        background: url(../images/img1.png);
        top: 15px;
        left: 0px;
    }

    .img_box .img2 {
        background: url(../images/img2.png);
        top: 150px;
        left: 185px;
    }

    .img_box .img3 {
        background: url(../images/img3.png);
        top: 10px;
        left: 355px;
    }

.user_login {
    width: 396px;
    height: 360px;
    background: url(../images/login_box.png) no-repeat;
    float: right;
    padding-top: 210px;
}

    .user_login table td {
        padding: 10px 5px;
    }

    .user_login table .font {
        color: #fff;
        font-size: 14px;
    }

    .user_login input.field {
        background: #fff;
        border: #ccc 1px solid;
        line-height: 28px;
        height: 28px;
        padding-left: 25px;
    }

    .user_login span.user {
        display: inline-block;
        height: 28px;
        width: 28px;
        position: absolute;
        background: url(../images/ico1.png) no-repeat 5px center;
    }

    .user_login span.password {
        display: inline-block;
        height: 28px;
        width: 28px;
        position: absolute;
        background: url(../images/ico2.png) no-repeat 5px center;
    }

    .user_login span.validate {
        display: inline-block;
        height: 28px;
        width: 28px;
        position: absolute;
        background: url(../images/login-key-icon.png) no-repeat 5px center;
    }

    .user_login input.login_btn {
        background: #005aa4;
        border-radius: 5px;
        border: 0;
        color: #fff;
        font-size: 14px;
        width: 100px;
        height: 35px;
        cursor: pointer;
    }

        .user_login input.login_btn:hover {
            background: #3194e6;
        }

    .user_login input.again_btn:hover {
        background: #3194e6;
    }

    .user_login input.again_btn {
        background: #fcc245;
        border-radius: 5px;
        border: 0;
        color: #fff;
        font-size: 14px;
        width: 100px;
        height: 35px;
        cursor: pointer;
    }

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset;
}

.ilogo {
    padding-top: 50px;
    color: #FFF;
}

.logo {
    width: 40%;
    padding-top: 10px;
    color: #FFF;
    float: left;
}

.sitenmae {
    float: left;
    padding-left: 20px;
    text-align: center;
}

    .sitenmae .zh {
        font-size: 36px;
        font-weight: bolder;
        font-family: SimHei;
    }

    .sitenmae .en {
        font-size: 16px;
        font-weight: bolder;
        font-family: Arial;
    }

.login_copyright {
    text-align: center;
    color: #fff;
    line-height: 24px;
    margin-top: 50px;
}

    .login_copyright a {
        color: #fff;
    }

.imgflash {
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    transform: rotate(4deg) scale(1) skew(0deg) translate(0px);
    -webkit-transform: rotate(4deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(4deg) scale(1) skew(0deg) translate(0px);
    -o-transform: rotate(4deg) scale(1) skew(0deg) translate(0px);
    -ms-transform: rotate(4deg) scale(1) skew(0deg) translate(0px);
}

    .imgflash:hover {
        transform: rotate(60deg) scale(0.88) skew(0deg) translate(0px);
        -webkit-transform: rotate(60deg) scale(0.88) skew(0deg) translate(0px);
        -moz-transform: rotate(60deg) scale(0.88) skew(0deg) translate(0px);
        -o-transform: rotate(60deg) scale(0.88) skew(0deg) translate(0px);
        -ms-transform: rotate(60deg) scale(0.88) skew(0deg) translate(0px);
    }



.top_box {
    height: 83px;
    background: #1372c1;
}

h1.logo {
    float: left;
    margin: 6px 0 0 15px;
}

.top_box .top_set {
    float: right;
    margin: 25px 15px 0 0;
    text-align: right;
}

.top_box .bd_name {
    position: absolute;
    top: 65px;
    right: 20px;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
}

.main_menu {
    background: #045ba3;
    height: 35px;
    padding-left: 20px;
}

    .main_menu li {
        float: left;
        line-height: 35px;
    }

        .main_menu li a {
            color: #fff;
            font-weight: bolder;
            font-size: 14px;
            padding: 0 20px;
            height: 35px;
            display: block;
        }

            .main_menu li a.hover {
                background: #fcc245;
            }

.bottom_box {
    background: #1372c1;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.footer {
    text-align: center;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    color: #FFF;
}

    .footer a {
        color: #FFF;
    }

.set_btn {
    clear: both;
}

    .set_btn li {
        float: right;
        padding: 2px 5px;
        color: #fff;
    }

        .set_btn li a {
            color: #fff;
            background: url(../images/ico4.png) no-repeat;
            padding-left: 20px;
        }

    .set_btn .ico_set {
        background-position: 0 0;
    }

    .set_btn .ico_pwd {
        background-position: 0 -16px;
    }

    .set_btn .ico_tab {
        background-position: 0 -32px;
    }

    .set_btn .ico_out {
        background-position: 0 -48px;
    }

.main_left {
    width: 220px;
    background: #2b89d6;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 150px;
    bottom: 36px;
    min-height: 600px;
    _height: 600px;
}

.main_left_shou {
    width: 20px;
    background: #2b89d6;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 150px;
    bottom: 36px;
    min-height: 600px;
    _height: 600px;
}

.main_left .sidebar_title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    border-bottom: #1372c1 1px solid;
}

.main_left .sidebar_menu li {
    line-height: 40px;
    font-size: 14px;
    border-bottom: #1372c1 1px solid;
}

.main_left .sidebar_menu .title_box {
    line-height: 40px;
    font-size: 14px;
    border-bottom: #1372c1 1px solid;
    color: #fff;
    cursor: pointer;
}

.main_left .sidebar_menu .ative .arrow {
    background: url(../images/ico5.png) no-repeat 190px 17px;
}

.main_left .sidebar_menu .ative .open {
    background: url(../images/ico6.png) no-repeat 190px 18px;
}

.main_left .sidebar_menu li a {
    display: block;
    color: #fff;
}

.main_left .sidebar_menu .selected {
    width: 8px;
    height: 40px;
    display: block;
    float: left;
}

.main_left .sidebar_menu .ative .selected {
    background: #fcc245;
}

.main_left .sidebar_menu .title {
    margin-left: 20px;
}

.main_left .sidebar_menu .sub_menu {
    border-bottom: #1372c1 1px solid;
}

    .main_left .sidebar_menu .sub_menu li {
        border-bottom: 0;
        line-height: 35px;
    }

        .main_left .sidebar_menu .sub_menu li a {
            padding-left: 40px;
        }

    .main_left .sidebar_menu .sub_menu .act {
        background: #f7f7f7;
    }

        .main_left .sidebar_menu .sub_menu .act a {
            color: #2b89d6;
        }

.main_right {
    position: absolute;
    top: 150px;
    width: auto;
    overflow: hidden;
    bottom: 36px;
    right: 0;
    background: #f7f7f7;
    min-height: 600px;
    _height: 600px;
    overflow: auto;
}

.page_breadcrumb {
    background: #1372c1;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
}

    .page_breadcrumb li {
        float: left;
        padding: 0 10px;
        color: #fff;
    }

        .page_breadcrumb li a {
            color: #fff;
        }

    .page_breadcrumb .home {
        background: url(../images/ico4.png) no-repeat 0 -64px;
        padding-left: 20px;
    }

.page_leftbar {
    width: 260px;
    float: left;
    margin: 10px;
}

.page_middlebar {
    position: absolute;
    top: 51px;
    left: 280px;
    right: 340px;
    width: auto;
    overflow: hidden;
    bottom: 0;
}

.page_rightbar {
    width: 320px;
    float: right;
    margin: 10px;
}

.main_box {
    background: #fff;
    border: #e6e6e6 1px solid;
    box-shadow: #e6e6e6 1px 1px 1px;
}

    .main_box .title_box {
        height: 35px;
        line-height: 35px;
        background: url(../images/title_bg.jpg) repeat-x 0 0;
    }

        .main_box .title_box .title {
            font-size: 14px;
            font-weight: bolder;
            padding-left: 15px;
            margin-left: 10px;
            background: url(../images/title_img.jpg) no-repeat left center;
        }

        .main_box .title_box .more {
            float: right;
            margin-right: 10px;
            color: #1372c1;
        }

    .main_box .btn {
        margin-right: 10px;
        color: #fff;
        background: #1372c1;
        border-radius: 3px;
        padding: 0 10px;
        height: 24px;
        line-height: 24px;
        margin-top: 6px;
        transition: background-color 300ms ease-out 0s, border-color 300ms ease-out 0s;
    }

        .main_box .btn:hover {
            background-color: #fcc245;
            border-color: #fcc245;
            color: #fff;
        }

    .main_box .news {
        padding: 10px;
    }

        .main_box .news li {
            line-height: 30px;
            background: url(../images/dian.jpg) no-repeat left center;
            padding-left: 6px;
            white-space: nowrap;
            text-overflow: ellipsis;
        }




.page_main {
    margin: 10px 20px;
}

    .page_main .title {
        font-size: 16px;
        text-align: center;
        line-height: 36px;
        background: #e6e6e6;
        margin-bottom: 20px;
        color: #045ba3;
    }

.select_box {
    font-size: 14px;
    line-height: 35px;
    padding-left: 10px;
}

.page_main .am-form .s_box {
    float: left;
    width: 30%;
}

    .page_main .am-form .s_box span {
        float: left;
    }

    .page_main .am-form .s_box .s1 {
        padding: 0 15px;
    }

    .page_main .am-form .s_box .s2 {
        padding-top: 2px;
    }

.am-pagination {
    position: relative;
    color: #999;
    list-style: outside none none;
    padding-left: 0;
    text-align: left;
}

    .am-pagination li {
        display: inline-block;
    }

    .am-pagination .am-disabled span, .am-pagination .am-disabled span:hover, .am-pagination .am-disabled span:focus, .am-pagination .am-disabled a, .am-pagination .am-disabled a:hover, .am-pagination .am-disabled a:focus {
        background-color: #fff;
        border-color: #ddd;
        color: #999;
        cursor: not-allowed;
        pointer-events: none;
    }

.pagination_box a {
    color: #1372c1;
}

.am-pagination li a, .am-pagination li span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0.5em 1em;
    position: relative;
    text-decoration: none;
}

.am-pagination > .am-active > a, .am-pagination > .am-active > span, .am-pagination > .am-active > a:hover, .am-pagination > .am-active > span:hover, .am-pagination > .am-active > a:focus, .am-pagination > .am-active > span:focus {
    background-color: #0e90d2;
    border-color: #0e90d2;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.am-pagination > li > a:hover, .am-pagination > li > span:hover, .am-pagination > li > a:focus, .am-pagination > li > span:focus {
    background-color: #eee;
}


.pagination_box {
    padding: 10px;
    height: 30px;
    line-height: 30px;
}

.list_table {
    line-height: 35px;
}

    .list_table .tit {
        background: #3194e6;
        color: #fff;
    }

    .list_table.list tr:hover {
        background: #eee;
    }

    .list_table td {
        border-right: #e6e6e6 1px solid;
        border-bottom: #e6e6e6 1px solid;
        padding: 3px 5px;
        text-align: center;
    }

.am-form select, .am-form textarea, .am-form input[type="text"], .am-form input[type="password"], .am-form input[type="datetime"], .am-form input[type="datetime-local"], .am-form input[type="date"], .am-form input[type="month"], .am-form input[type="time"], .am-form input[type="week"], .am-form input[type="number"], .am-form input[type="email"], .am-form input[type="url"], .am-form input[type="search"], .am-form input[type="tel"], .am-form input[type="color"], .am-form-field {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #555;
    font-size: 14px;
    padding: 0.35em 0;
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 90%;
    float: left;
}

.am-form textarea {
    width: 96%;
}

    .am-form select:focus, .am-form textarea:focus, .am-form input[type="text"]:focus, .am-form input[type="password"]:focus, .am-form input[type="datetime"]:focus, .am-form input[type="datetime-local"]:focus, .am-form input[type="date"]:focus, .am-form input[type="month"]:focus, .am-form input[type="time"]:focus, .am-form input[type="week"]:focus, .am-form input[type="number"]:focus, .am-form input[type="email"]:focus, .am-form input[type="url"]:focus, .am-form input[type="search"]:focus, .am-form input[type="tel"]:focus, .am-form input[type="color"]:focus, .am-form-field:focus {
        background-color: #fafffe;
        border-color: #3bb4f2;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(59,180,242,.3);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(59,180,242,.3);
    }

.am-input-sm {
    font-size: 14px !important;
}

.am-margin {
    margin: 15px;
    text-align: center;
}

.am-btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    outline: 0 none;
    padding: 0.45em 0.65em;
    text-align: center;
    transition: background-color 300ms ease-out 0s, border-color 300ms ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.am-btn-primary {
    background-color: #1372c1;
    border-color: #1372c1;
    color: #fff;
}

    .am-btn-primary:hover, .am-btn-primary:focus, .am-btn-primary:active, .am-btn-primary.am-active, .am-active .am-dropdown-toggle.am-btn-primary {
        color: #fff;
        background-color: #fcc245;
        border-color: #fcc245;
    }

.tabletdborder {
    width: 100%;
    text-align: center;
    border: none;
    border-collapse: collapse;
}

    .tabletdborder td {
        border: 1px #ccc dotted;
    }

    .tabletdborder th {
        border: 1px #ccc dotted;
        font-weight: bold;
    }

.top_title {
    width: 400px;
    margin: 30px auto 20px auto;
    font-weight: bolder;
    color: #fff;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777;
    font-family: SimHei;
}

.content_box {
    width: 340px;
    margin: 30px auto 50px auto;
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0px 0px 29px 0px #062E4E;
}

input.primary_btn {
    background: #005aa4;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 14px;
    width: 100px;
    height: 35px;
    cursor: pointer;
    margin: 0 5px;
}

input.secondary_btn {
    opacity: 0.6;
}

input.primary_btn:hover {
    background: #000;
}
