﻿@charset "utf-8";
/*
注意：不是通用的CSS样式不要往此文件里面加，而应放在你网页专用的CSS文件中
*/
html,body {
	/*全站强行规定0网页边距，如需要边距可在自己的网页CSS里覆盖此处设置*/
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
}
html,body,td,select,input {
    font-size: 12px; 
    font-family: Verdana, Arial, Helvetica, sans-serif, 宋体; 
    line-height: 18px;
}
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:14px;
     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: hand; cursor:pointer;
    width: 50px;
    height: 22px;
}
.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;
}
