.displaynone {
	display: none;
}
.displaytrue {
	overflow: hidden;
}
/*首字母*/
.firstletter:first-letter {
	font-size:200%;
}
/* 解决固定层在IE6下闪的问题 */
*html {
	background-image:url(about:blank);
	background-attachment:fixed;
}
/* 解决ie下连接加粗的鼠标样式问题*/
a strong {
	cursor:pointer;
}
/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
*/
em {
	font-style:italic !important;
}
strike {
	text-decoration:line-through !important;
}
strong {
	font-weight:bold !important;
}
u {
	text-decoration:underline !important;
}
/*超出省略号显示*/
.ellipsis {
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	width:80px;
	overflow:hidden;
}
/*插入flash默认灰色*/
object {
	background:gray;
	display:block;
}
.pink {
	color:#ff00ff;
}
.blue {
	color:#008cd4;
}
.deepblue {
	color:#000099;
}
.gray {
	color:#999999;
}
.red {
	color:#ff0000;
}
.black {
	color:#000;
}
.white {
	color:white;
}
.green {
	color:green;
}
.oninage {
	color:#f47c20
}
.f9d56 {
	color:#0e9d56;
}
.f8f {
	color:#8f8f8f
}
.underline {
	text-decoration:underline;
}
.dashedline {
	border-bottom:dashed 1px #666;
}
ol.dashedline {
	border:none;
}
ol.dashedline li {
	border-bottom:dashed 1px #666;
	padding:5px;
}
code, pre {
	border-radius: 3px 3px 3px 3px;
	color: #333333;
	font-family: Menlo, Monaco, "Courier New", monospace;
	font-size: 12px;
	padding: 0 3px 2px;
}
pre {
	font-family:consolas, "Courier New", courier, monospace;
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
	border-radius: 4px 4px 4px 4px;
	display: block;
	font-size: 12.025px;
	line-height: 18px;
	margin: 0 0 9px;
	padding: 8.5px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}
code {
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
	color: #0088CC;
	padding: 2px 4px;
}
pre ol {
	margin: 0 0 0 14px;
}
pre.unstyled {
	background:none;
	color:#333;
	border:none;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:block;
}
.clear {
	clear:both;
}/* 清除浮动*/
.colwrapper {
	overflow:hidden;
	zoom:1 /*for ie*/;
	margin:5px auto;
}/* 高度自适应 */
.strong {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin:0 auto;
	text-align:center;
}
.show {
	display:block;
	visibility:visible;
}
.hide {
	display: none !important;
}
.block {
	display:block;
}
.inline {
	display:inline;
}
.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.break {
	word-wrap:break-word;
	overflow:hidden;
}
.dn {
	display:none;
}
.db {
	display:block;
}
.dib {
	display:inline-block;
}
.di {
	display:inline;
}
.h14 {
	height:14px;
}
.h16 {
	height:16px;
}
.h18 {
	height:18px;
}
.h20 {
	height:20px;
}
.h22 {
	height:22px;
}
.h24 {
	height:24px;
}
.lh14 {
	line-height:14px;
}
.lh16 {
	line-height:16px;
}
.lh18 {
	line-height:18px;
}
.lh20 {
	line-height:20px;
}
.lh22 {
	line-height:22px;
}
.lh24 {
	line-height:24px;
}
.lh26 {
	line-height:26px;
}
.m0 {
	margin:0;
}
.ml1 {
	margin-left:1px;
}
.ml2 {
	margin-left:2px;
}
.ml5 {
	margin-left:5px;
}
.ml10 {
	margin-left:10px;
}
.ml20 {
	margin-left:20px;
}
.mr1 {
	margin-right:1px;
}
.mr2 {
	margin-right:2px;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.mt1 {
	margin-top:1px;
}
.mt2 {
	margin-top:2px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mb1 {
	margin-bottom:1px;
}
.mb2 {
	margin-bottom:2px;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.ml-1 {
	margin-left:-1px;
}
.mt-1 {
	margin-top:-1px;
}
.p1 {
	padding:1px;
}
.pl1 {
	padding-left:1px;
}
.pt1 {
	padding-top:1px;
}
.pr1 {
	padding-right:1px;
}
.pb1 {
	padding-bottom:1px;
}
.p2 {
	padding:2px;
}
.pl2 {
	padding-left:2px;
}
.pt2 {
	padding-top:2px;
}
.pr2 {
	padding-right:2px;
}
.pb2 {
	padding-bottom:2px;
}
.pl5 {
	padding-left:5px;
}
.p5 {
	padding:5px;
}
.pt5 {
	padding-top:5px;
}
.pr5 {
	padding-right:5px;
}
.pb5 {
	padding-bottom:5px;
}
.p10 {
	padding:10px;
}
.pl10 {
	padding-left:10px;
}
.pt10 {
	padding-top:10px;
}
.pr10 {
	padding-right:10px;
}
.pb10 {
	padding-bottom:10px;
}
.p20 {
	padding:20px;
}
.pl20 {
	padding-left:20px;
}
.pt20 {
	padding-top:20px;
}
.pr20 {
	padding-right:20px;
}
.pb20 {
	padding-bottom:20px;
}
.pt15 {
	padding-top:15px;
}
.pb15 {
	padding-bottom:15px;
}
.pl15 {
	padding-left:15px;
}
.pr15 {
	padding-right:15px;
}
.mt15 {
	margin-top:15px;
}
.mb15 {
	margin-bottom:15px;
}
.ml15 {
	margin-left:15px;
}
.mr15 {
	margin-right:15px;
}
.g0 {
	color:#000;
}
.g3 {
	color:#333;
}
.g6 {
	color:#666;
}
.g9 {
	color:#999;
}
.wh {
	color:white;
}
.f0 {
	font-size:0;
}
.f10 {
	font-size:10px;
	-webkit-text-size-adjust:none;
}
.f11 {
	font-size:11px;
	-webkit-text-size-adjust:none;
}
.f12 {
	font-size:12px;
}
.f13 {
	font-size:13px;
}
.f14 {
	font-size:14px;
}
.f16 {
	font-size:16px;
}
.f20 {
	font-size:20px;
}
.f24 {
	font-size:24px;
}
.fa {
	font-family:Arial;
}
.ft {
	font-family:Tahoma;
}
.fv {
	font-family:Verdana;
}
.fs {
	font-family:'宋体';
}
.fw {
	font-family:'微软雅黑';
}
.n {
	font-weight:normal;
	font-style:normal;
}
.b {
	font-weight:bold;
}
.i {
	font-style:italic;
}
.tc {
	text-align:center;
}
.tr {
	text-align:right;
}
.tl {
	text-align:left;
}
.tj {
	text-align:justify;
}
.tdl {
	text-decoration:underline;
}
.tdn, .tdn:hover, a.tdl:hover {
	text-decoration:none;
}
.lt0 {
	letter-spacing:0;
}
lt1 {
	letter-spacing:1px;
}
.bk {
	word-wrap:break-word;
}
.vm {
	vertical-align:middle;
}
.vtb {
	vertical-align:text-bottom;
}
.vb {
	vertical-align:bottom;
}
.vt {
	vertical-align:top;
}
.vn {
	vertical-align:-2px;
}
.cl {
	clear:both;
}
.rel {
	position:relative;
}
.abs {
	position:absolute;
}
.zx1 {
	z-index:1;
}
.zx2 {
	z-index:2;
}
.poi {
	cursor:pointer;
}
.def {
	cursor:default;
}
.ovh {
	overflow:hidden;
}
.vh {
	visibility:hidden;
}
.vv {
	visibility:visible;
}
.z {
*zoom:1;
}
.tu {
	text-transform:uppercase
}
/*块状元素水平居中*/
.auto {
	margin-left:auto;
	margin-right:auto;
}
/*清除浮动*/
.fix {
*zoom:1;
}
.fix:after {
	display:block;
	content:"clear";
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
}
/*基于display:table-cell的自适应布局*/
.cell {
	display:table-cell;
*display:inline-block;
	width:2000px;
*width:auto;
}
/*双栏自适应cell部分连续英文字符换行*/
.cell_bk {
	display:table;
	width:100%;
	table-layout:fixed;
	word-wrap:break-word;
}
/*单行文字溢出虚点显示*/
.ell {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
/*按钮*/
html .button {
	display: inline-block;
	zoom: 1;
*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size:14px;
	line-height:100%;
	padding: .5em 2em .55em;
	border:none;
	border-radius: 2px;
	color: #fff;
	background: #fff;
}
.button:hover {
	text-decoration: none;
	background: #9a9c9d;
}
.button:active {
	position: relative;
	top: 1px;
	color: #999;
}
/*圆角*/
.button.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
/*中号*/
.button.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
/*小号*/
.button.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
/* black */
.button.black {
	color: #d7d7d7;
	background: #333;
}
.button.black:hover {
	background: #000;
}
.button.black:active {
	color: #666;
}
/* gray */
.button.gray {
	color: #e9e9e9;
	background: #6e6e6e;
}
.button.gray:hover {
	background: #616161;
}
.button.gray:active {
	color: #afafaf;
}
/* orange */
.button.orange {
	color: #fff;
	background: #f78d1d;
}
.button.orange:hover {
	color: #fff;
	background: #f47c20;
}
.button.orange:active {
	color: #fff;
	color: #fcd3a5;
}
.button.orange:visited {
	color: #fff;
}
/* red */
.button.red {
	color: #faddde;
	background: #d81b21;
}
.button.red:hover {
	color: #faddde;
	background: #b61318;
}
.button.red:active {
	color: #de898c;
}
.button.red:visited {
	color: #fff;
}
/* blue */
.button.blue {
	color: #d9eef7;
	background: #00CCFF;
}
.button.blue:hover {
	background: #007ead;
}
.button.blue:active {
	color: #80bed6;
}
.button.blue2 {
	color: #d9eef7;
	background: #3375b9;
}
.button.blue2:hover {
	background: #15a0d4;
}
.button.blue2:active {
	color: #15a0d4;
}
/* rosy */
.button.rosy {
	color: #fae7e9;
	background: #da5867;
}
.button.rosy:hover {
	background: #ba4b58;
}
.button.rosy:active {
	color: #dca4ab;
}
/* green */
.button.green {
	color: #e8f0de;
	background: #64991e;
}
.button.green:hover {
	background: #538018;
}
.button.green:active {
	color: #a9c08c;
}
/* pink */
.button.pink {
	color: #feeef5;
	background: #f895c2;
}
.button.pink:hover {
	background: #d57ea5;
}
.button.pink:active {
	color: #f3c3d9;
}
/* 黄色 */
.button.yellow {
	color: #fff;
	background: #BB6512;
}
.button.yellow:hover {
	background: #fd9c2c;
}
.button.yellow:active {
	color: #fff;
}
/*淡灰色*/
.button.dahui {
	color: #cd0c39;
	background: #efefef;
}
.button.dahui:hover {
	background: #c2c2c2;
	color:#efefef
}
.button.dahui:active {
	color: #fff;
}
.espcms_priceclass {
	font-size:18px;
	font-weight: bold;
	color:#EE0000;
}
/*圆边框*/
.b1, .b2, .b3, .b4, .b5, .b6, .b7, .b8 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
}
.b1, .b8 {
	margin:0 4px;
}
.b2, .b7 {
	margin:0 3px;
	border-right:1px solid;
	border-left:1px solid;
}
.b3, .b6 {
	margin:0 2px;
	border-right:1px solid;
	border-left:1px solid;
}
.b4, .b5 {
	margin:0 1px;
	border-right:1px solid;
	border-left:1px solid;
	height:2px;
}
/*表单*/
.espcms_form_group {
	width:100%;
	overflow: hidden;
	padding-bottom:15px;
}
.control_label {
	float: left;
	width:15%;
	text-align: right;
	padding-right:10px;
	vertical-align:middle;
	font-size:14px;
	min-height: 1px;
	color:#818181
}
.control_label16 {
	float: left;
	width:20%;
	text-align: right;
	padding-right:10px;
	vertical-align:middle;
	font-size:14px;
	min-height: 1px;
	color:#818181
}
.control_label20 {
	float: left;
	width:25%;
	text-align: right;
	padding-right:10px;
	vertical-align:middle;
	font-size:14px;
	min-height: 1px;
	color:#818181
}
.control_required20 {
	float: left;
	width:72%;
}
.control_required {
	float: left;
	width:82%;
}
.control_required .form_message, .control_required20 .form_message {
	font-size:12px;
	color: #d7d7d7;
	height:30px;
	line-height:30px;
	padding-left:28px;
	background: url('../mimages/faq.png') no-repeat 9px 0px;
}
.col2 {
	width:10%;
}
.col3 {
	width:20%;
}
.col4 {
	width:30%;
}
.col5 {
	width:40%;
}
.col6 {
	width:60%;
}
.col7 {
	width:70%;
}
.col8 {
	width:80%;
}
.col10 {
	width:100%;
}
.col11 {
	width: 95%;
}
.infoInput {
	float: left;
	padding:5px;
	margin: 0px;
	border:1px solid #d5d5d5;
}
.infoInput:hover {
	padding:5px;
	margin: 0px;
	border:1px solid #bfbfbf;
}
/*关键字颜色*/
a.keyword1 {
	font-size:14px;
	color:#FF0000;
	text-decoration:none;
}
a.keyword2 {
	text-decoration:none;
	color: #CC3300;
	font-size:12px;
}
a.keyword3 {
	text-decoration:none;
	color: #000033;
	font-size:14px;
}
a.keyword4 {
	text-decoration:none;
	color: #3333CC;
	font-size:16px;
}
a.keyword5 {
	text-decoration:none;
	color: #0099FF;
	font-size:10px;
}
a.keyword6 {
	text-decoration:none;
	color: #9966CC;
	font-size:12px;
}
a.keyword7 {
	text-decoration:none;
	color: #996600;
	font-size:12px;
}
a.keyword8 {
	text-decoration:none;
	color: #996600;
	font-size:18px;
}
a.keyword9 {
	text-decoration:none;
	color: #996600;
	font-size:12px;
}
a.keyword10 {
	text-decoration:none;
	color: #996600;
	font-size:14px;
}
a.keyword1:hover, a.keyword2:hover, a.keyword3:hover, a.keyword4:hover, a.keyword5:hover, a.keyword6:hover, a.keyword7:hover, a.keyword8:hover, a.keyword9:hover, a.keyword9:hover {
	color: #0c4ac7;
	text-decoration:none;
}
