@charset "utf-8";
/*
注意：不是通用的CSS样式不要往此文件里面加，而应放在你网页专用的CSS文件中
*/
*{margin:0;padding:0;list-style-type:none;}
html,body {
	background-color:#ffffff; color:#000000;/*#ffffff  F1F5F8*/
	/*全站强行规定0网页边距，如需要边距可在自己的网页CSS里覆盖此处设置 'Helvetica Neue',Helvetica,Arial,Sans-serif*/
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; 
	/* filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */
}
html,body,td,select,input {font-size: 12px; font-family: "Microsoft YaHei","微软雅黑",Verdana,"宋体",Arial,helvetica,sans-serif !important;line-height: 18px;}
form { margin:0 0; padding:0 0; }
img { border-width:0px; }
/*清空浮动 start*/
.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clear{content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
/*清空浮动 end*/
.Width950AndCenter{ width:950px; margin:0 auto;}
.Width750AndCenter{ width:750px; margin:0 auto;}
.Width100Percent{ width: 100%;}
.MarginTop10px{ margin-top: 10px;}
.MarginTop20px{ margin-top: 20px;}
.MarginLeft10px{ margin-left: 10px;}
.FloatLeftMaingin10px{ float: left; margin-left: 10px; display: inline;}

td,div { word-break:break-all; }
textarea {font-size: 12px; font-family: "宋体"; }
embed { z-index:8; } 
.cnFont { font-family: "宋体" }
.eng2numFont { font-family: Comic Sans MS, Verdana, Arial; }
.yuhou_copy {opacity: 0.01;filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=1,finishOpacity=1); position: absolute;}
.divP{position: absolute;}
h1{line-height: 22px; font-size:20px;padding-bottom :0px;margin :0px;padding-left :0px;padding-right :0px;padding-top :0px;display:inline; /*font-weight:400;*/}

.inputButton {font-size: 12px; background-color: #DCE9F3; color: #000000; cursor:pointer; cursor:pointer;width: 50px; height: 22px;}
/*onblur*/
.inputTxt1 {font-size:12px;color: Black; background-color: #ffffff; border:1px #7f9db9 solid;}
/*onfocus*/
.inputTxt2 {font-size:12px;color: #000000; background-color: #ffffff; border:1px #008000 dashed;}
.inputTxt3 { font-size:12px;color: #000000; background-color: #ffffff; border:1px #008000 dashed;}
.txtSty{font-size:12px;border:1px #7f9db9 solid;}
.font13px{font-size :13px; line-height:20px;}
.font14px{font-size :14px;  line-height:22px;}
.font12Red{font-size :12px; color:#ff0000;}
.fontBold12Black { font-weight:bold; color:#000000; font-size:12px;}
.font12Gray{font-size :12px; color:#a0a0a0;}
.font14duckRed { color:#BB0200; font-size:14px;}
.font16duckRed { color:#BB0200; font-size:16px;}
.yuhou_a1 {text-decoration:none;}
.yuhou_a1:hover {left: 1px; position: relative; top: 1px; text-decoration: none;}

.SpecialStyle{display:none;}

/*面包屑*/
.curLociation { height:20px; line-height:20px; color:#a0a0a0; margin-top:5px;}
.curLociation a { color:#a0a0a0; text-decoration:none;}
.curLociation a:hover { color:#a0a0a0;}