﻿@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,h2,h3
{
     line-height:22px;
     font-size:14px;
     margin:0 0;
     padding:0 0;
     display:inline;
}
p,form { padding:0 0; margin:0 0;}

/*清空浮动 start*/
.clearfix:after {clear:both;}
.clear{clear:both;}
/*清空浮动 end*/

.cnFont { font-family: "Microsoft YaHei","微软雅黑","宋体" !important; }
.eng2numFont { font-family: Comic Sans MS, Verdana, Arial, "Microsoft YaHei","微软雅黑"; }
.NumberFont { font-family: Georgia, Verdana, Arial, "Microsoft YaHei","微软雅黑"; }
.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 solid #7f9db9;
}
.inputTxt2 /*onfocus*/ {
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
    border: 1px dashed #008000;
}
.txtSty {
    font-size: 12px;
    border: 1px solid #7f9db9;
}
.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;
}

/*自动更新用到的效果*/
.Hp_MediaImgLink img:hover {
    opacity: 0.60;
    filter : progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=60,finishOpacity=100);
}

textarea,
select,
button,
input {
    border-radius: 4px;
    outline: none !important;
}
textarea,
input[type="password"],
input[type="text"] {
    border: 1px solid #7f9db9;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer;
    border-width: 1px;
}

/*透明flash不再支持*/
#_banner2view,
embed,
object {
    display: none;
}
