﻿@charset "utf-8";
/* tab样式 */
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 5px;
}

.tab01 {
    border: 1px solid #ddd;
}

    .tab01 th {
        background: #f5f5f5;
    }

    .tab01 th, .tab01 td {
        text-align: left;
        border: 1px solid #ddd;
    }


.tab02 {
    border: 0;
    width: 520px;
    margin: 0 auto;
}

    .tab02 th, .tab02 td {
        padding: 8px 5px;
    }

    .tab02 th {
        text-align: right;
        font-weight: normal;
        font-size: 14px;
        width: 170px;
    }

@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑',Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #252525;
}

ul, li {
    list-style: none;
}

body {
    background: #ededed;
}

a{color:#252525;}
a:link{color:#005baa;text-decoration:none;}
a:hover,a:visited{color:#005baa;}


.box_blue {
    height: 60px;
    background: #005baa;
    width: 960px;
    margin: 0 auto;
}

.header, .main, .breadcrumbNav {
    width: 960px;
    margin: 0 auto;
}

.main {
    background: #ededed;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer {
    background: #333333;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #a4a4a4;
    width: 960px;
    margin: 0 auto;
}

/*间距*/
.padding_l8 {
    padding-left: 8px;
}

.margin_t20 {
    margin-top: 20px;
}

.margin_t10 {
    margin-top: 10px;
}

.padding20 {
    padding: 20px;
}

.padding_r8 {
    padding-right: 8px;
}

.margin_t10_l10 {
    margin-top: 10px;
    margin-left: 10px;
}

.margin_t30 {
    margin-top: 30px;
}

.padding_r20_b20_l20 {
    padding: 0 20px 20px 20px;
}

.padding10 {
    padding: 10px;
}

.padding_t15 {
    padding: 15px 0 0;
}

/*位置*/
.position_t10 {
    position: relative;
    top: 10px;
}

/*清除浮动*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.cls {
    clear: both;
}

/*对齐方式*/
.align_c {
    text-align: center;
}

/*input select*/
.w330 {
    width: 330px;
    border: 1px solid #dcdcdc;
    height: 25px;
    line-height: 25px;
}

.w334 {
    width: 334px;
    border: 1px solid #dcdcdc;
    height: 25px;
    line-height: 25px;
}

.w215 {
    width: 215px;
    border: 1px solid #dcdcdc;
    height: 25px;
    line-height: 25px;
}

.w115 {
    width: 115px;
    border: 1px solid #dcdcdc;
    height: 25px;
    line-height: 25px;
}

.w155 {
    width: 155px;
    border: 1px solid #dcdcdc;
    height: 25px;
    line-height: 25px;
}


/*头部*/
.header {
    height: 60px;
    background: #005baa;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 296px;
    height: 60px;
    margin-left: 20px;
}

.nav {
    float: right;
    margin-top: -40px;
}

    .nav ul li {
        float: left;
        padding: 0 20px;
    }

        .nav ul li a {
            font-size: 18px;
            font-weight: 500;
            color: #8da9cf;
            text-decoration: none;
        }

            .nav ul li a:hover {
                color: #fff;
            }

    .nav li.nav_current a {
        color: #fff;
    }

.user {
    position: relative;
    top: -3px;
}

    .user img {
        cursor: pointer;
        border: 0;
    }

.user_info {
    background: #4197ea;
    padding: 20px;
    position: absolute;
    width: 250px;
    height: 90px;
    right: 0px;
}

    .user_info .fl {
        float: left;
    }

    .user_info .fr {
        margin-left: 90px;
    }

    .user_info .fl img {
        width: 70px;
        height: 70px;
    }

    .user_info .fr p {
        line-height: 190%;
        color: #fff;
    }

.exit {
    clear: both;
    text-align: right;
    margin-top: 5px;
}

    .exit a {
        color: #fff !important;
    }

        .exit a:hover {
            text-decoration: underline;
        }

/*breadcrumbNav*/
.breadcrumbNav {
    margin-top: 10px;
    padding-left: 10px;
}

.breadcrumbNav02 {
    font-size: 20px;
}

/*main*/
.wrap {
    border: 1px solid #dcdcdc;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); /* For IE 5.5 - 7 */
    -moz-box-shadow: 2px 2px 10px #909090; /* for firefox */
    -webkit-box-shadow: 2px 2px 10px #909090; /* for safari or chrome */
    box-shadow: 2px 2px 10px #909090; /* for opera or ie9 */
    min-height: 520px;
}

.wrap02 {
    background: #fff url(../images/wrap02_bg.png) left repeat-y;
}

.min_h505 {
    min-height: 505px;
}

.height_auto {
    min-height: inherit;
}

.min_h450 {
    min-height: 450px;
}




/*忘记密码*/
.tip {
    border-bottom: 1px dashed #ccc;
    padding: 0 0 10px 0;
    color: #999;
    font-size: 14px;
}

.password {
    padding: 50px 0;
}

.password_btn {
    text-align: center;
    border-top: 1px dashed #ccc;
    padding: 20px 0 0 0;
}

    .password_btn input {
        margin: 0 5px 0 0;
    }

.czmm {
    background: url(../images/czmm.png) no-repeat;
    width: 107px;
    height: 32px;
    border: 0;
    color: #fff;
    font-size: 14px;
}

.qk {
    background: url(../images/qk.png) no-repeat;
    width: 107px;
    height: 32px;
    border: 0;
    font-size: 14px;
}

.csyzm {
    background: url(../images/czmm.png) no-repeat;
    width: 107px;
    height: 32px;
    border: 0;
    color: #fff;
    font-size: 14px;
    margin-left: 8px;
}

.yzm {
    background: url(../images/yzm.png) no-repeat;
    width: 80px;
    height: 32px;
    margin-left: 8px;
    border: 0;
}

.hyz {
    margin-left: 8px;
    font-size: 14px;
}

.link {
    background: url(../images/link.png) no-repeat;
    width: 11px;
    height: 26px;
    border: 0;
}

.modify_info {
}

.modify_info {
    position: absolute;
    top: 60px;
    background: #fff5d1;
    height: 32px;
    line-height: 32px;
    width: 920px;
}

    .modify_info span {
        background: url(../images/tip.png) 5px 0 no-repeat;
        padding-left: 25px;
        color: #ff0000;
    }

