@charset "utf-8";
/*--------------通用样式--------------*/
html,body{width:100%;height:100%;font: 12px "宋体",Arial, sans-serif; background:#fff;}
*{margin:0;padding:0;}
img{ border:0;}
ol, ul {list-style: none;}
a{text-decoration:none;outline:none; color:#666;}
/*a:hover { text-decoration:none; color:#fff; }*/
small { font-size:12px;}
.hand{ cursor:pointer;}
table td { border-collapse:collapse;}
html, div, span, object, iframe,blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, caption, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video 
{
    margin:0px;
    padding:0px;
    border:0px;
    outline:0px;
    font-size:100%;
    vertical-align: baseline;
    background:transparent;
	list-style-type:none;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	
}
/*公用图*/
.jtcy_ico,.down_ico,.home_ico,.Cjwt_ico,.Links_ico{ background:url(../images/ico.png) no-repeat; display:inline-block;}
/*文本对齐方式*/
.text_c{text-align:center;}
.text_r{text-align: right;}
.text_l{text-align: left!important;}
/*浮动和清除浮动*/
.clear{clear:both;}
.float_l{float:left;}
.float_r{float:right;}
/*显示隐藏*/
.clearfix:after {content: "."; display: block;  height: 0; clear: both;  visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/*字体颜色*/
.blue{color:#78cef7;}
.black { color:#000;}
.gray{color:#6d6d6d;}
.red{color:#ff0000;}
.green{color:#093;}
.white{color:#fff !important;}
/*字体大小*/
h1 {font-size:30px; font-weight:normal;}
h2 {font-size:22px; font-weight:normal;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:12px;}
.f14 { font-size:14px;}
.f12 { font-size:12px;}
.ma_b10 { margin-bottom:10px;}
.ma_t2 { margin-top:20px !important;}
.ma_t30 { margin-top:30px !important;}
.ma_b15 { margin-bottom:15px !important;}
.ma_b30{ margin-bottom:30px !important;}
.ma_b20{ margin-bottom:20px !important;}
.ma_b40{ margin-bottom:40px !important;}
.ma_r15{ margin-right:15px !important;}
.ma_t10 { margin-top:10px !important;}

/*文字修饰*/
.bold{font-weight:bold !important;}
.bor{ border:#bcbcbc solid 1px; border-radius:3px;}
/*宽度高度*/
.wid1000{ width:1000px; padding:0px; margin:0px auto;}
.wid303{ width:303px;}
.wid235{ width:235px;}
.wid185{ width:185px;}
.wid262{ width:262px;}
.wid245{ width:245px;}
.wid737{ width:737px;}

/* 表单
---------------------------------------------------------------------*/

input, select {  vertical-align:middle; }
input:focus,textarea:focus,select:focus {
	outline-width:0; 
}
input[type="text"],input[type="password"],input[type="select"],input[type="search"],input[type="file"],textarea,select {
	border-color:#C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
	border-style:solid;
	border-width:1px;
	padding:2px;
	color:#777;
}
textarea {
	line-height:18px;
	overflow:auto;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}
input.half,select.half,textarea.half {
	width:50%;
}
input.full,select.full,textarea.full {
	width:97%;
}
input.title {
	font-size:20px;
}
input[type="submit"],input[type="reset"],input[type="button"] {
	margin-bottom:0;
}
input:focus,textarea:focus {
	border-color:#c4c4c4;
	background-color:#FFFFF0;
}
fieldset {
	border:0 none;
	border-top:1px solid #ddd;
	margin:10px 0;
	padding:10px 0;
}
legend {
	background:#fff;
	color: #cf5656;
	font-weight:bold;
	padding:0 6px 0 0;
}
label {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
label.required:before {
	content:"*";
	color:red;
	padding:0 5px;
}
label.ok {
	padding-left:16px;
}
label.error {
	color:#d00;
	text-transform:none;
	margin-left:6px;
}
label.choice {
	vertical-align:middle;
	font-weight:normal;
	text-transform:none;
}
fieldset small {
	color:#999;
	font-size:12px;
	display: block;
}