body {
    font-family: 'Microsoft yahei';
    font-size: 14px;
    background: #fbf6e5;
}

a {
    text-decoration: none;
    color: #333;
}

body,
ul,
p,
h3 {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

form,
td,
.pcon {
    padding: 10px;
}

p,
td {
    line-height: 26px;
}

#wrapper {
    overflow: hidden;
    width: 930px;
    margin: 0 auto;
}

.banner{
	width: 100%;
	height: 400px;
	background: url(images/banner.jpg) no-repeat center top;
	margin-bottom: 10px;
}

.f_l {
    float: left;
    overflow: hidden;
    width: 677px;
    background: #fbefdc;
}

.f_r {
    float: right;
    width: 245px;
}

.tit {
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    background: #e7d2b6;
}

.tit li {
    float: left;
    padding: 0 10px;
    color: #fff;
    border-right: 1px #fff solid;
    background: #dc2008;
}

.pmb {
    margin: 10px;
    padding: 10px;
    background: #fef4d3;
}

.pmb span,
.s_c {
    color: #666;
}

.panel input[type='text'] {
    font-family: 'Microsoft yahei';
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    height: 20px;
    margin-bottom: 3px;
    color: #6b3300;
    border: 1px solid #d6ac6e;
    outline: none;
    background-color: #fff6cb;
}

table {
    border: 1px #e88d6b solid;
}

td strong {
    color: #cc5200;
}

.sf {
    line-height: 25px;
    width: 120px;
    height: 25px;
    margin-left: 10px;
    border: 1px #999 solid;
}

.div_show {
    position: absolute;
    left: 192px;
    display: none;
    width: 200px;
    cursor: pointer;
    border: 1px #ccc solid;
    background: #fff;
}

.line {
    line-height: 30px;
    height: 30px;
    border-bottom: 1px #ccc solid;
}

.div_show span {
    line-height: 25px;
    padding-left: 10px;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
}

.cle {
    clear: both;
    border-top: 3px #ff0000 solid;
}

.column {
    overflow: hidden;
    border: 1px #e88d6b solid;
}

.column h3 {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding-left: 25px;
    color: #fff;
    background-image: url(images/tit-1.gif);
}

#inputtext,
#inputtextab {
    border: 0;
    border-bottom: 1px #d6ac6e solid;
    background: none;
}

select {
    height: 24px;
    color: #6b3300;
    border: 1px solid #d6ac6e;
    outline: none;
    background-color: #fff6cb;
}

input[type='submit'] {
    font-family: 'Microsoft yahei';
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    width: 100px;
    height: 28px;
    cursor: pointer;
    color: #fff;
    border: 0 none;
    outline: none;
    background-color: #f00;
}


.mobile-page{
	display: none;
}