﻿@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    color: #333333;
    line-height: 24px;
    font-size: 12px;
}

i {
    background-size: contain;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: text-bottom;
}

ul {
    margin: 0;
    padding: 0;
    line-height: 24px;
}

li {
    list-style: none;
    list-style-position: inside;
}

img {
    border: none;
    vertical-align: middle;
}

h1 {
    line-height: 30px;
    font-size: 14px;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #2577e3;
        text-decoration: underline;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}
/* color */
.seven {
    color: #777;
}

.blue {
    color: #2577e3;
}

    .blue a:link, .blue a:visited, .blue a:hover {
        color: #2577e3;
    }

.green {
    color: green;
}

    .green a:link, .green a:visited, .green a:hover {
        color: green;
    }

.orange {
    color: orange;
}

    .orange a:link, .orange a:visited, .orange a:hover {
        color: orange;
    }

.df1a21 {
    color: #df1a21;
}

    .df1a21 a:link, .df1a21 a:visited, .df1a21 a:hover {
        color: #df1a21;
    }

/* line-hight */
.lh_30 {
    line-height: 30px;
    clear: both;
}
/* pm */

.pr_10 {
    padding-right: 10px;
}

.pl_5 {
    padding-left: 5px;
}

.pl_10 {
    padding-left: 10px;
}

.pl_20 {
    padding-left: 20px;
}

.ptb_5 {
    padding: 5px 0;
}

.ptb_20 {
    padding: 20px 0;
}

.pb_10 {
    padding-bottom: 10px;
}

.pb_5 {
    padding-bottom: 5px;
}

.plr_10 {
    padding: 0 10px;
}

.plr_3580 {
    padding: 0 80px 0 35px;
}

.plr_5 {
    padding: 0 5px;
}

.ptlr_355 {
    padding: 3px 5px 0;
}

.mlt_510 {
    margin: 15px 0 0 5px;
}

.ml_f1 {
    margin-left: -1px;
}

.ml_15 {
    margin-left: 15px;
}

.mrt_510 {
    margin: 15px 5px 0 0;
}

.mr_5 {
    margin-right: 5px;
}

.mtb_10 {
    margin: 10px 0;
}

.mt_5 {
    margin-top: 5px;
}

.mb_5 {
    margin-bottom: 5px;
}

.mt_10 {
    margin-top: 10px;
}

.mb_10, .mb_10 p {
    margin-bottom: 10px;
}
/* border */
.b_b1dc {
    border-bottom: 1px dashed #ccc;
}
/*font-size*/
.fs_14,
.fs_14 p,
.fs_14 a,
.fs_14 li,
.fs_14 td,
.fs_14 th {
    font-size: 14px;
}

.fs_16 {
    font-size: 16px;
}


/* table */
table {
    border-collapse: collapse;
    width: 100%;
    line-height: 25px;
}

/* background */
.bg_e {
    background-color: #eee;
}

.bgc_f4 {
    background-color: #f4f4f4;
}
/* textstyle */
.ta_c {
    text-align: center;
}

.ta_r {
    text-align: right;
}

.ti_2em {
    text-indent: 2em;
}

/* input select */

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../imgs/select.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}

    select::-ms-expand {
        display: none;
    }

input, select, option {
    font-size: 12px;
    color: #666;
    border: 1px solid #bbb;
    vertical-align: middle;
}

input {
    border-radius: 3px;
    border: 1px solid #ccc;
    line-height:20px;
}

.text1 {
    width: 40px;
}

.text2 {
    width: 100px;
}

.text3 {
    width: 75px;
}

.text4 {
    width: 350px;
}

textarea {
    border: 1px solid #bbb;
}

/* input-button */
.btn {
    border-radius: 2px;
    background: #f9f9f9;
}

.btn_1, .btn_2 {
    padding: 2px 7px;
    color: orange;
    background: white;
}

.btn_2, .btn_7 {
    color: #333333;
    background-color: white;
}

.btn_3, .btn_4 {
    padding: 2px 15px;
    color: #fff;
    background-color: orange;
    text-align: center;
}

    .btn:hover, .btn_1:hover, .btn_2:hover, .btn_3:hover {
        border: 1px #94b1d8 solid;
        background: #f2f2f2;
    }

    .btn_3:hover {
        color: #333;
    }

.btn_4 {
    color: #333333;
    background-color: #f2f2f2;
}

.btn_5 {
    padding: 5px 10px;
    color: #fff;
    background-color: #aaa;
    text-align: center;
}

.btn_4:hover {
    border: 1px #94b1d8 solid;
    background: #ccc;
}

.btn_6 {
    color: #1372b4;
    padding: 0 4px;
    height: 22px;
    line-height: 20px;
    margin-bottom: 5px;
    background-image: url(../grzx/img/tbg_h.gif);
}

.btn_7 {
    padding: 0 4px;
}

.btn_8 {
    color: #df1a21;
    padding: 0 4px;
    background-color: #f8f8f8;
}

    .btn_8:hover {
        border: 1px solid #df1a21;
    }
/* background */
.bg_e {
    background: #eee;
}

.none {
    display: none;
}

.ptb_10{
    padding:10px 0;
}

.white_a a,
.btn_span a{
    color:#fff;
}

.cap_input2 input[type=text]{
    line-height:20px;
}