﻿@charset "utf-8";

/*注意：非通用的CSS样式不得放入此文件，而应放在自己网页专用的CSS文件中*/

html,body 
{
	background-color:#ffffff; color:#000000;
	/*全站强行规定0网页边距，如需要边距可在自己的网页CSS里覆盖此处设置*/
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; 
	/* filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */
}
html,body,td,select,input,textarea {
    font-size: 12px; 
    font-family: "Microsoft YaHei","微软雅黑",Verdana,"宋体",Arial,helvetica,sans-serif !important;
    line-height: 18px;
}
img { border-width:0px; }
td,div { word-break:break-all; }
embed { z-index:8; }
h1
{
     line-height: 22px;
     font-size:14px;
     padding-bottom :0px;
     margin :0px;
     padding-left :0px;
     padding-right :0px;
     padding-top :0px;
     display:inline;
}

/*清空浮动 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*/

.cnFont { font-family: "Microsoft YaHei","微软雅黑","宋体" !important; }
.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;
}
.inputButton {
	font-size: 12px; 
	background-color: #DCE9F3; color: #000000; cursor: hand; cursor:pointer;
    width: 50px;
    height: 28px;
}
.inputTxt1 /*onblur*/
{
    font-size:12px;
     color: Black; 
	background-color: #ffffff; border:1px #7f9db9 solid;
}
.inputTxt2 /*onfocus*/
{
    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;
}
.yuhou_a1 {text-decoration:none;}
.yuhou_a1:hover {
	left: 1px; position: relative; 
	top: 1px; text-decoration: none;
}

