@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif,"宋体";
	FONT: 13px/1.4 arial,helvetica,sans-serif;
}
div{
	margin:auto;
	width:auto;
	word-wrap:break-word;
	word-break:break-all;
}
table{
	word-wrap:break-word;
	word-break:break-all;
}
td{
	word-wrap:break-word;
	word-break:break-all;
}
form{
	margin:0px;
	padding:0px;
}
input{
	border:1px solid #1699e3;
	font-size:95%;
}
img{
	border-width:0px;
}
.nobox{
	border-width:0px;
}
h1,h2,h3,h3,h4,h5,h6{
	font-weight:bold;
	font-size:11pt;
	margin:0px;
	font-size:100%;
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
/*左右对其方式开始*/
.align1{
text-align:left;
}
.align2{
text-align:center;
}
.align3{
text-align:right;
}
.float1{
	float:left;
}
.float2{
	float:right;
}
/*左右对其方式结束*/
p{margin:0; padding:0;}
/*1.普通链接色彩变化开始*/
a:link, a:visited,a:active{
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;/*#2D71B6*/
	text-decoration:none;
}
/*1.白色超链接*/
.white:link{
	color: #FFFFFF;
	text-decoration: none;
}
.white:visited,.white:active{
	color: #FFFFFF;
	text-decoration: none;
}
.white:hover {
	color: #FF0000;/*#2D71B6*/
	text-decoration:none;
}
/*2.白色超链接*/
.whitenav:link{
	color: #FFFFFF;
	text-decoration: none;
}
.whitenav:visited,.white:active{
	color: #FFFFFF;
	text-decoration: none;
}
.whitenav:hover {
	color: #FF0000;/*#2D71B6*/
	text-decoration:none;
}

/*4.蓝色超链接*/
.blue:link{
	color:#009ce8;
	text-decoration: none;
}
.blue:visited,.blue:active{
	color:#009ce8;
	text-decoration: none;
}
.blue:hover {
	color:red; /*#2D71B6*/
	text-decoration:none;
}
/*字体颜色式表*/
/*背景颜色颜色*/
/*线样式*/
.dotbox{
	border:dashed 1px #cccccc;
}
.dottop{
	border-top:dashed 1px #cccccc;
}
.dotbottom{
	border-bottom:dashed 1px #cccccc;
}
.dotleft{
	border-left:dashed 1px #cccccc;
}
.dotright{
	border-right:dashed 1px #cccccc;
}

.myclear{
	clear:both;
	font-size:1px;
	}
.line20{ line-height:20px;}
.line25{ line-height:25px;}
.line30{ line-height:30px;}
.inputsearch{
	border:solid 1px #d2d2d2;
	background-color:#dfdfdf;
	line-height:25px;
	}
/*图片对其文字*/
.imgoptalign{
	vertical-align:middle;
}
.color_red{ color:red;}
.input60{ width:60px;}
.input80{ width:80px;}
.input120{ width:120px;}
.input200{ width:200px;}
.input300{ width:300px;}
.bt_bg{
	background-image:url(/fyadmin/images/bt/bt_bg.gif);
	background-repeat:no-repeat;
	width:100px;
	height:29px;
	line-height:29px;
	color:#FFF;
	border:none;
	font-size:110%
	}
.info_ccview{
	font-size:14px;
	}