


/*在线留言*/
#messagelist {
    padding: 0px;
}

    #messagelist .metlist {
        margin-bottom: 10px;
        border: 6px solid #dedede;
        padding: 5px;
    }

        #messagelist .metlist dt {
            background: url(../images/message.gif) no-repeat left center;
            border-bottom: 1px dotted #dedede;
            padding: 4px 0px 4px 20px;
            margin-bottom: 5px;
            font-size: 14px;
        }

            #messagelist .metlist dt span.name {
                color: #2c7199;
            }

            #messagelist .metlist dt span.time {
                padding-left: 8px;
                color: #999;
            }

            #messagelist .metlist dt span.tt {
                float: right;
                padding-right: 5px;
            }

        #messagelist .metlist dd.info span.tt {
            display: none;
            clear: both;
        }

        #messagelist .metlist dd.info span.text {
            display: block;
            line-height: 1.5;
            padding: 8px 5px;
        }

        #messagelist .metlist dd.reinfo span.text {
            background: url(../images/admin.gif) no-repeat left 3px;
            display: block;
            border-bottom: 1px dotted #dedede;
            padding: 2px 0px 2px 20px;
            display: block;
            line-height: 1.5;
            color: #333;
        }

    #messagelist .ctitle {
        margin: 10px 0px 10px;
        padding: 5px 20px;
        background: url(../images/dt-7.gif) no-repeat left center;
        *background-position: left 17px;
        font-size: 16px;
        border-bottom: 1px dotted #ccc;
        color: #333;
    }

    #messagelist table {
        margin: 0px auto;
    }

#messagetable {
    padding: 15px;
}

    #messagetable table {
        margin: 0px auto;
    }

.editor {
    color: #333;
    font-size: 14px;
}

    .editor p {
        margin: 0;
    }
/*在线反馈*/
#feedback {
    padding: 15px;
}

    #feedback table {
        margin: 0px auto;
    }
/*按钮*/
.tjwtBox {
    padding: 0px;
    width: 100%;
    font-family: 微软雅黑; /*background-color: rgb(255, 255, 255);*/
}

    .tjwtBox h4 {
        color: rgb(103, 99, 100);
        padding-bottom: 14px;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 22px;
        border-bottom-color: rgb(232, 232, 232);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .tjwtBox .m_form {
        width: 100%;
    }

        .tjwtBox .m_form li {
            height: 38px;
            color: rgb(119, 119, 119);
            margin-bottom: 30px;
            width: 50%;
            float:left;
            list-style: none;
        }

        .tjwtBox .m_form label {
            background: rgb(255, 255, 255);
            border-width: 1px 0px 1px 1px;
            border-style: solid;
            border-color: rgb(222, 222, 222);
            width: 20%;
            height: 56px;
            text-align: center;
            line-height: 55px;
            float: left;
            display: inline-block;
        }

        .tjwtBox .m_form .iptTxt {
            background: rgb(255, 255, 255);
            padding: 10px 0px;
            border: 1px solid rgb(222, 222, 222);
            width: 60%;
            height: 36px;
            color: rgb(51, 51, 51);
            line-height: 36px;
            text-indent: 1em;
            float: left;
        }

        .tjwtBox .m_form .btnTjly {
            background: rgb(157, 39, 55);
            border: currentColor;
            width: 93px;
            height: 31px;
            color: rgb(255, 255, 255);
            cursor: pointer;
            text-align: center;
            margin: 0 auto;
        }

        .tjwtBox .m_form li.yzm .iptTxt {
            width: 180px;
            margin-right: 11px;
            float: left;
        }

        .tjwtBox .m_form .areLi label {
            height: 160px;
            width: 20%;
            line-height: 150px;
        }

        .tjwtBox .m_form .txtAre {
            padding: 14px;
            border: 1px solid rgb(222, 222, 222);
            width: 67.7%;
            height: 132px;
            color: rgb(51, 51, 51);
            line-height: 18px;
            float: left;
            resize: none;
        }

        .tjwtBox .m_form .btnSubmit {
            border: currentColor;
            width: 161px;
            height: 36px;
            text-align: center;
            color: rgb(255, 255, 255);
            line-height: 20px;
            background-color: rgb(179, 179, 179);
        }

        .tjwtBox .m_form .btnReset {
            border: currentColor;
            width: 161px;
            height: 36px;
            text-align: center;
            color: rgb(255, 255, 255);
            line-height: 20px;
            background-color: rgb(179, 179, 179);
        }

        .tjwtBox .m_form .btnSubmit {
            margin-right: 10px;
            background-color: #e5000b;
        }

        .tjwtBox .m_form .areLi {
            height: 138px;
        }


.areLi {
    width:100%!important;
} 

/*.red_line{ height:5px; width:100%; border-bottom:2px solid #FF0000;}

.pro_tit{ width:100%; height:30px; line-height:30px; text-align:center; display:block; font-size:18px; color:#9ac901; font-weight:bold;}
.n_tit{  width:95%; height:30px; line-height:30px;border-bottom:1px solid #ccc; margin:10px auto; display:block;color:#FC8701; text-align:center; }*/

.button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% "微软雅黑", "Microsoft Yahei", "宋体";
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

    .button:hover {
        text-decoration: none;
        color: #fff;
    }

    .button:active {
        position: relative;
        top: 1px;
    }

.orange {
    color: #fef4e9;
    border: 0;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#0070B1));
    background: -moz-linear-gradient(top, #008ADB, #0070B1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ADB', endColorstr='#0070B1');
}

    .orange:hover {
        background: #0070B1;
        background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
        background: -moz-linear-gradient(top, #008ADB, #008ADB);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ADB', endColorstr='#008ADB');
    }

    .orange:active {
        color: #fcd3a5;
        background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
        background: -moz-linear-gradient(top, #0070B1, #faa51a);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0070B1', endColorstr='#faa51a');
    }

input.input-text, input.input-file, input.code, textarea {
    padding: 4px;
    font-size: 15px;
    outline: none;
    text-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    background: #fff url(../images/dt-10.gif) repeat-x left top;
}

    input.input-text:focus, input.input-file:focus, input.code:focus, textarea:focus {
        border: 1px solid #fafafa;
        -webkit-box-shadow: 0px 0px 6px #007eff;
        -moz-box-shadow: 0px 0px 5px #007eff;
        box-shadow: 0px 0px 5px #007eff;
    }





.help_tab {
    margin-top:30px;
}
