﻿* {
	margin: 0px;
	padding: 0px;
    font-weight: normal;

    
}
*html
{
    overflow-x:hidden;overflow-y:auto;
    
    
    }
img {
	border: none;
}
ul li {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}
.min-width 
{
 min-width: 980px;
 _width:expression((document.documentElement.clientWidth||document.body.clientWidth)<980?"980px":""); 
 overflow:hidden;

}
.min-width860
{
 min-width: 860px;
 _width:expression((document.documentElement.clientWidth||document.body.clientWidth)<860?"860px":""); 
 overflow:hidden;

}
.min-width880
{
 min-width: 880px;
 _width:expression((document.documentElement.clientWidth||document.body.clientWidth)<880?"880px":""); 
 overflow:hidden;

}
.min-width850
{
 min-width: 850px;
 _width:expression((document.documentElement.clientWidth||document.body.clientWidth)<850?"850px":""); 
 overflow:hidden;

}
.min-width1000
{
 min-width: 980px;
 _width:expression((document.documentElement.clientWidth||document.body.clientWidth)<980?"980px":""); 
 overflow:hidden;

}
.min-width1150
{
 min-width: 1150px;
 _width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1150?"1150px":""); 
 overflow:hidden;

}
.min-height {
min-height: 450px;
 _height:expression((document.documentElement.clientHeight||document.body.clientHeight)<450?"450px":"");
 overflow:hidden;
}
/*清除浮动样式*/
.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.fn-clear {
	zoom: 1;
}
/*清除浮动样式*/
/*隐藏样式*/
.display-no{
	display:none;
}
/*隐藏样式*/

/*无边框样式*/
.noborder 
{
    border:0px;
}
.noborder-right{
	border-right:0px;
	}
.noborder table td
{
    border:none;
}
.noborder td
{
    border:0px;
}

.indent5px{
	padding-left:5px;
}
.margintop10px{
	margin-top:10px;
}
.marginright10px
{
    margin-right:10px;
}
.marginbt5px
{
    margin-bottom:5px;
}
.float-left{
	float:left;
    
}
.float-right{
	float:right;
}
.red {
	color: #FF0000;
}
.green {
	color: #006600;
}
.fs-14
{
    font-size:14px;
}
.fs-12
{
    font-size:12px;
}

.fs-10
{
    font-size:10px;
}
.fs-bold
{
    font-weight:bold;
}
/*文字水平对齐样式*/
.aligh_left
{
    text-align:left;
}
.aligh_center
{
    text-align:center;
}
.align_right
{
    text-align:right;
}
/*文字水平对齐样式*/
/*表格文字截取样式*/
.ctl
        {
            table-layout: fixed;
        }
.ctl TD
        {

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
        }
#form1 .nmxx-tcck-tj {
	height: 40px;
	margin-top: 5px;
	text-align: center;
	line-height: 40px;
}
#form1 div table .nmxx-tcck {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	margin-top: 10px;
}
#form1 div table .nmxx-tcck th {
	background-color: #F6F6F6;
}
#form1 div table .nmxx-tcck .nmxx-tcck-xzk {
	padding-left: 10px;
}
#form1 div table .nmxx-tcck th {
	border: 1px solid #FFF;

}
        .check-box input
        {
            float:left;
            margin-right:4px;
            margin-top:3px;
        }
    .check-box lable
    {
        float:left;
    }
