@charset "utf-8";
/***公共样式****/
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}	

ol, ul{list-style:none;}

html { -webkit-text-size-adjust:none; }
body { font-size:12px; font-family:Arial,Microsoft YaHei,SimSun; color:#666666; }

/*a 链接*/
a { text-decoration:none; outline:none; blr:expression(this.onFocus=this.blur()); }
a:link { color:#666666; }
a:visited { color:#666666; }
a:hover, a:active, a:focus,.tabcon .con ul li a.sswzoyy  { color:#406bca; }


/*图片居中*/
.jzimg { display:table-cell; *display:block; overflow:hidden; font:0px/0px 'Arial'; text-align:center; vertical-align:middle;}
fieldset, img { border:0; vertical-align:middle}
.lxmimg{display:block; text-align:center;}
.lxmimg img{max-height:100%; max-width:100%;}
.lxmimg i{height:100%; display:inline-block; vertical-align:middle;}

/*浮动*/
.fl {float:left; display:inline}
.fr {float:right; display:inline}
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{clear:both; display:block; height:0; visibility:hidden; line-height:0; content:'\20';}

/* HTML5 重置为较旧版本的浏览器 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }

/* 按钮样式 */
input, button, textarea, select { font-size:100%; outline:none; resize:none}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}


/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0; }


/*字体大小、缩进*/
.t2{text-indent:2em;}

/*css3图片特效*/
li:hover .j-imgArea, dl:hover .j-imgArea {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

li .j-imgArea, dl .j-imgArea {
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}



/* 31.弹跳进入 ∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷∷ */

.bounceIn 				{
							-webkit-animation:bounceIn 1s .2s ease both;
							-moz-animation:bounceIn 1s .2s ease both;
						}

@-webkit-keyframes bounceIn{
							0%{opacity:0;
							-webkit-transform:scale(.3)}
							50%{opacity:1;
							-webkit-transform:scale(1.05)}
							70%{-webkit-transform:scale(.9)}
							100%{-webkit-transform:scale(1)}
						}

@-moz-keyframes bounceIn{
							0%{opacity:0;
							-moz-transform:scale(.3)}
							50%{opacity:1;
							-moz-transform:scale(1.05)}
							70%{-moz-transform:scale(.9)}
							100%{-moz-transform:scale(1)}
						}



