﻿@charset "utf-8";
/* CSS Document */

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 "微软雅黑","宋体",Arial,sans-serif;
}

button, input, select, textarea {
    font-size: 100%;
}

input, button, select, textarea {
    outline: medium none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #2bb8aa;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: medium none;
    }

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

input[type="password"] {
    font-family: arial,sans-serif;
}

input {
    vertical-align: top;
}

ol, ul {
    list-style: none outside none;
}

img {
    border: 0 none;
}

select, input, button, button img, label {
    vertical-align: middle;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fl {
    float: left;
}

/* 搜索框 */
.searchtitle {
    padding-left: 28px;
    position: relative;
}

    .searchtitle img {
        width: 22px;
        height: 22px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .searchtitle span {
        font-size: 14px;
        font-weight: bold;
    }

    .searchtitle .togglebtn {
        position: absolute;
        top: 6px;
        right: 15px;
        background: url(images/ui/toggle.gif) no-repeat 0px 0px;
        height: 10px;
        width: 9px;
        cursor: pointer;
    }

    .searchtitle .togglebtn-down {
        background-position: 0px -10px;
    }

/* 一条线 导航线 */
.navline {
    height: 1px;
    line-height: 1px;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    background-color: #D9D9D9;
}

/* 按钮 */
.button {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    height: 27px;
    text-indent: 5px;
    text-decoration: none;
    background-repeat: repeat-x;
    line-height: 27px;
    overflow: hidden;
    color: #ffffff;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    background: url(../Images/button_19.jpg) center;
    width: 77px;
    margin-bottom: 2px;
}

.button-l {
    left: 0px;
    background-position: 0px -25px;
}

.button-r {
    right: 0px;
    background-position: 0px -50px;
}

.button-icon {
    position: absolute;
    left: 7px;
    top: 6px;
}

.button img {
    width: 16px;
    height: 16px;
}

.button span {
    display: block;
    margin-left: 30px;
}

.buttonnoicon span {
    margin-left: 25px;
    margin-top: -53px;
}


.button2, .button2 .button-l, .button2 .button-r {
    background-image: url(../Images/button_19.jpg);
    line-height: 27px;
    height: 27px;
    color: #fff;
    cursor: pointer;
}

 .button2 .button-icon {
        top: 4px;
    }

 .button2 .button-l, .button2 .button-r {
        background-position: 0px -23px;
        width: 1px;
    }

#btn1container {
    margin-right: 4px;
}

.indexpage {
    background-color: #1e7dd7;
    height: 100%;
}

.validateimg {
    background-image: url(../images/common/validate.png);
    background-repeat: no-repeat;
    float: left;
    height: 15px;
    width: 15px;
    margin: 6px 5px 0px 0px;
}