﻿@import url(layout.jpg.css);
/*---------- base ---------*/
body, form, div, span, ul, ol, li, p, pre, dl, dt, dd, h1, h2, h3, h4, h5, h6, em, a, fieldset, legend, address, label, textarea, select, input,
figure, table, th, td, b, i {
    margin: 0;
    padding: 0;}

body {
    font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "宋体";
    font-size: 14px;
    background-color:#e6f2fa;}

.hide {
    overflow: hidden;}

.center {
    margin: 0px auto;}

.fl {
    float: left;}

.fr {
    float: right;}

li {
    list-style: none;}

a,a:visited {
    text-decoration: none;}

    a:hover {
        color: #f00;
        text-decoration: none;}

    a img {
        border: none;}

.w_1024 {
    width: 1024px;
    margin: 0 auto;
    min-width: 1024px;}

.clear {
    clear: both;}

.clearfix {
    overflow: hidden;}

.no_margin {
    margin: 0px;}

html {
    *height: auto !important;}
/*头部*/
#top {
    height: 80px;
    background: #0a2b66;
    padding: 0 0px;
    min-width: 1024px;}

.logo {
    margin-left: 20px;}

.apply a {
    display: block;
    width: 140px;
    line-height: 30px;
    background: #061d4c;
    color: #ffffff;
    margin: 25px 20px 0px 0px;
    text-align: center;
    border-radius: 3px;}

.language {
    margin-right: 20px;}

    .language a, .language span {
        display: block;
        color: #ffffff;
        float: left;
        line-height: 80px;
        font-size: 14px;}

    .language span {
        margin: 0 12px;
        color: #888485;}

t_right {
    line-height: 80px;}

.t_right form {
    width: 170px;
    height: 28px;
    margin-top: 25px;
    position: relative;}

    .t_right form input {
        height: 28px;}

        .t_right form input[type='text'] {
            width: 100%;
            border-radius: 3px;
            border: 0 none;
            text-indent: 10px;
            *text-indent: 0;}

        .t_right form input[type='submit'] {
            width: 32px;
            background: url(images/submit_03.jpg) no-repeat;
            border-radius: 0 3px 3px 0;
            border: none;
            position: absolute;
            right: -6px;
            top: 0;
            *right: -2px;
            *top: 1px;
            right: -2px\9;
            top: 1px\9;}

.header {
    width: 100%;
    height: 70px;
    background: #061d4c;
    padding: 0 0px;
    position: relative;
    top: 0;
    min-width: 1024px;
    z-index: 10;}

    .header li {
        float: left;}

        .header li > a {
            display: block;
            margin: 0 20px;
            line-height: 70px;
            text-transform: uppercase;
            color: #ffffff;
            font-size: 16px;}

/*底部*/
.footer {
    margin: auto;
    color: #999;
    text-align: center;
    margin-top: 8px;
    padding-bottom: 10px;
    border-top: 0px solid #E5EFD6;
    padding-top: 10px;
    background: #0a2b66;}

    .footer .link {
        text-align: center;
        padding: 5px 0px;}

        .footer .link a {
            margin: 0px 5px;
            color: #666666;}

    .footer .powered {
        font-size: 12px;
        line-height: 25px;}

        .footer .powered strong {
            color: #690;}

            .footer .powered strong span {
                color: #F93;}

    .footer .copyright {
        color: #666666;
        line-height: 23px;}



/*AspNetPager分页样式*/
.pager {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 22px;}

    .pager a {
        padding: 2px;
        border: 1px solid #C0C0C0;
        background: #FFFFFF;
        text-decoration: none;
        margin-right: 5px;
        cursor: pointer;
        color: #666666;}

        .pager a:visited {
            padding: 2px;
            border: 1px solid #C0C0C0;
            background: #FFFFFF;
            text-decoration: none;}

    .pager .cpb {
        padding: 2px;
        font-weight: bold;
        font-size: 13px;
        border: none;}

    .pager a:hover {
        color: #FFFFFF;
        background: #FFAA00;
        border-color: #FFAA00;
        text-decoration: none;}

.pagerinfo {
    padding-left: 20px;
    font-size: 12px;
    line-height: 22px;}

/*-------- 下拉菜单 --------------*/
.dropMenu {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 210px;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4);
    margin-top: -1px;
    border-top: 0px solid #3CA2DC;
    background-color: #0a2b66;
    padding-top: 6px;
    padding-bottom: 6px;
    opacity: 0.9;}

    .dropMenu li {
        margin-top: 2px;
        margin-bottom: 4px;
        padding-left: 6px;}

    .dropMenu a {
        width: auto;
        display: block;
        color: white;
        padding: 2px 0 2px 1.2em;}

    * html .dropMenu a {
        width: 100%;}

        .dropMenu a:hover {
            color: red;
            text-decoration: underline;}
