﻿@charset "utf-8";
/* CSS Document */
html,
body { font-size: 14px; margin: 0px; padding: 0px; text-decoration: none; font-family: "Microsoft Yahei", Simhei, sans-serif; background: #fff; -webkit-text-size-adjust: none; }
a { color: #666666; text-decoration: none; outline: 0px none; cursor: pointer; star:expression(this.onFocus=this.blur());
}
a:hover,
a:active { color: #00519f; }
* { margin: 0px; padding: 0px; list-style: none; font-family: "Microsoft Yahei", Simhei, sans-serif; }
table { border-collapse: collapse; }
ul,
li { list-style: none; border: 0 none; padding: 0px; }
form { margin: 0px; }
img { border: 0px none; text-align-last: center; vertical-align: middle; _azimuth:expression(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true);
}
i,
em { font-style: normal; }
/*清除浮动*/
.clear:after { display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; content: "."; }
.clear { zoom: 1; }
.por { position: relative; }
.poa { position: absolute; }
body,
td,
th,
input,
textarea,
select { outline: none; }
.fl { float: left; }
.fr { float: right; }
h1,
h2,
h3 { line-height: 2; font-weight: normal; }
h1 { font-size: 18px; }
h2 { font-size: 15.6px; }
h3 { font-size: 14.04px; }
h4 { font-size: 12px; }
h5,
h6 { font-size: 10.2px; text-transform: uppercase; }
 input:-moz-placeholder, textarea:-moz-placeholder {
 color: #ccc;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
 color: #ccc;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #ccc;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #ccc;
}
@-webkit-keyframes spinner { 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes spinner { 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

/*---滚动条默认显示样式--*/  
::-webkit-scrollbar-thumb{  
   background-color:#00519f;  
   height:50px;  
   outline-offset:-2px;  
   outline:2px solid #fff;  
   -webkit-border-radius:4px;  
   border: 2px solid #fff;  
}  
 
/*---鼠标点击滚动条显示样式--*/  
::-webkit-scrollbar-thumb:hover{  
   background-color:#00519f;  
   height:50px;  
   -webkit-border-radius:4px;  
}  
 
/*---滚动条大小--*/  
::-webkit-scrollbar{  
   width:8px;  
   height:8px;  
}  
 
/*---滚动框背景样式--*/  
::-webkit-scrollbar-track-piece{  
   background-color:#fff;  
   -webkit-border-radius:0;  
}
