﻿@charset "utf-8";
body, p, ul, ol, li, form, img, h1, h2, h3, select, input{margin:0; padding:0;}
body{text-align:left; font:14px/25px "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", "Arial Narrow", HELVETICA;background:#fff;color:#333333; }
ul, li{list-style:none;}
img{border:0;}
input{padding-top:0; padding-bottom:0;}
input::-moz-focus-inner {border:none;padding:0;}
select, input{vertical-align:middle; }
select, input, textarea{font-size:14px;font-family:"Microsoft YaHei", "微软雅黑"; margin:0;}
input[type="text"], input[type="password"], textarea{outline-style:none; -webkit-appearance:none;}
textarea{resize:none;}
/*table{border-collapse:collapse;}*/
p{text-indent:0;}
a:link, a:visited{color:#333333; text-decoration:none;}
a:hover{color:#00925f; text-decoration:underline;}

.clearFloat {height: 0;line-height: 0;font-size: 0;clear: both;overflow: hidden;}
.width1000 {
width: 1000px;
margin: 0 auto;
}
@media print { 
.noprint { display: none;color:green } 
} 
td 
{
    word-break:break-all; 
}
.singleLineTable {
border-collapse:collapse; /* 关键属性：合并表格内外边框(其实表格边框有2px，外面1px，里面还有1px) */
border:solid #000; /* 设置边框属性；样式(solid=实线)、颜色(#000=黑) */
border-width:1px 0 0 1px; /* 设置边框状粗细：上 右 下 左 = 对应：1px 0 0 1px */
}
.singleLineTable th,.singleLineTable td {border:solid #000;border-width:0 1px 1px 0;padding:2px;}
.error 
{
    color:#f00;
 }
.clearfix {
zoom: 1;
}
.label-info {
background-color: #409f73;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
/*顶部*/
.header {
min-width: 1000px;
height: 105px;
background: #165c42;
}
.logo {
background-image: url(../images/logo.png?v=1);
background-repeat:no-repeat;
height:105px;
}
.nav{
width: 100%;
min-width: 1000px;
height: 40px;
line-height: 40px;
background: #36775a;
color: #dce8c0;
overflow: hidden;
}
.nav li {
float: left;
display: inline;
padding-right: 13px;
} 
.nav a,.nav a:link,.nav a:visited{color:#dce8c0;font-size:14px; font-family:"Microsoft YaHei", "微软雅黑" }
.info {
min-width: 1000px;
height:36px;
font-size:12px;
line-height: 36px;
color:#165c42;
border:0;
}
.info .roll 
{
    color:#000;
    width:400px;
    padding-left:5px;
    /*border-right: 1px dotted #DDDDDD;*/
    float:left;
}
.info .welcome 
{
    color:#205a40;
    padding-right:5px;
    float:right;
}
/*底部*/
.footer {
min-width: 1000px;
height: 100px;
background: #36775a;
}
.footer li {
float: left;
display: inline;
padding-right: 13px;
} 
.footer a,.footer a:link,.footer a:visited,.footer p{color:#dce8c0;font-size:14px; font-family:"Microsoft YaHei", "微软雅黑"}



