﻿@charset "utf-8";
/* CSS Document */

/* 全局样式 */
body {
	color: #333;
	font-size:12px;
	font-family: "微软雅黑", "黑体", Tahoma, Arial, Verdana,;
	
}
body, input, select, button, textarea {
	font-family: Tahoma;
}
h1, h2, h3, h4, h5, h6, select, input, textarea, button, table {
	font-size: 100%;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, strong, img, div {
	margin:0;
	padding:0;
	border:0;
	font-family: "微软雅黑", "黑体", Tahoma, Arial, Verdana,;
}
input, button, textarea, select, img {
	line-height: normal;
	margin: 0;
}
table, td, tr, th {
	
}
select {
	padding: 1px;
}
abbr, acronym, address, cite, q, em, code, var, dfn, ins {
	font-style: normal;
	text-decoration: none;
}
q:before, q:after {
	content: "";
}
ul, ol {
	list-style: none outside none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select, input, button, button img, label {
	vertical-align: middle;
}
nav {
	display:block;
}
input[type="text"] {
}
.textoverflow:after {
	content: "…";
}/* for Firefox */
.textoverflow:after {
	content:"";
}/* for Opera */
.fl {
	float:left;
}
.fr {
	float:right;
}
.clr {
	clear:both;
}
/* link css */
a {
	text-decoration:none;
	cursor:pointer;
	outline:none;
	font-family: "微软雅黑", "黑体", Tahoma, Arial, Verdana,;
}
a:link {
	color:#333;
	text-decoration:none;
	outline:none
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color:#1949af;
	text-decoration:underline;
	outline:none
}
a:focus {
	outline: thin dotted;
	outline:none
}
.clr:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}/* End hide from IE-mac */
input {
	border:1px #DDDDDD solid;
	padding:2px;
	line-height:20px;
	height:20px;
}
input:hover {
	-webkit-box-shadow: 0px 0px 12px rgba(0, 80, 177, 0.76);
	-moz-box-shadow: 0px 0px 12px rgba(0, 80, 177, 0.76);
	box-shadow: 0px 0px 12px rgba(0, 80, 177, 0.76);
}
button {
	border:0;
	padding:3px 8px;
	color:#FFF;
	line-height:18px;
	background: #b40303 url(../images/bg_title.png) top center repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
button:hover {
	background: #890202 url(../images/bg_title.png) bottom center repeat-x;
}
button:active {
	background: #fb6a00 url(../images/bg_title.png) center center repeat-x;
}

.searchtable { margin-top:10px; margin-left:40px; }

.jahecode { position: fixed;
right: 0px;
top: 76px;
width: 106px; }
.jahecode img { max-width:100%; }
