@charset "utf-8";

/**
 * CSS Reset
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
section, article, aside, header, footer, nav, dialog, figure {
    display: block;
}
figure {
    margin: 0;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } 
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } 

ul, ol { list-style: none; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

abbr[title], acronym[title] { 
	border-bottom: 1px dotted;
	cursor: help;
}

q:before, q:after { content: ''; }

legend { color: #000; } 
fieldset, img { border: none; } 
button, input, select, textarea {
    font-size: 100%; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
    border: none;
    height: 1px;
}

textarea{
	resize: none;
}

.clear{
	clear:both;
	height:0;
	overflow:hidden;
	display:block;
	content:".";
}
/*global css*/

body{
	padding:12px;
	font: 12px/1.5 tahoma,arial;
	text-align:right;
	position:relative;
	_height:100%; /*// fix ie6*/
}
*{
	-webkit-text-size-adjust:none; 
}
a {
    color:#444;
    cursor: pointer;
    text-decoration: none;
}
a:hover{
    color: #f30;
}
.fontYahei{
	font-family:'\5FAE\8F6F\96C5\9ED1','\9ED1\4F53' !important;
}
.container{
	clear:both;
	width:960px;
}
/* css common piece*/
.banner .num a{
	background-image:url(../images/sprite.png);
	background-repeat: no-repeat;
}

.banner{
	height:380px;
	background:#000;
	position:relative;
	z-index:1;
	margin:15px 0 0 -8px;
}
.banner .scrollBar{	
	width:980px;
	height:380px;
	float:right;
	position:relative;
}
.banner .scrollWrap{
	left:0;
	position:absolute;
	top:0px;
	width:980px;
	height:380px;
	overflow:hidden;
}
.banner .loadingPic{
	background:url(../images/loading02.gif) no-repeat 50% 50%;
}

.scrollWrap .picLeft,
.scrollWrap .picRight,
.banner .picLnk{
	background-position: 50% 50%;
	background-repeat:no-repeat;
	height:380px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.banner .picLnk{
	display:block;
	z-index:2;
	height:360px;
}
.scrollWrap .picRight{
	background-image:none;
}

.banner .conner{
	background-position:100% -229px;
	position:absolute;
	left:-17px;
	top:-14px;
	width:25px;
	height:25px;	
}
.banner .num{
	position:absolute;
	bottom:5px;
	right:25px;
	overflow:hidden;
	z-index:5;
}
.banner .num a{
	background-position:-86px -218px;
	display:block;
	float:left;
	vertical-align:middle;
	width:11px;
	height:11px;
	font-size:0;
	margin:0 2px;
}
.banner .num a.current{
	background-position:-102px -218px;
}

/***** Etc *****/

.loadingPic{
	background:url(../images/loading02.gif) no-repeat 50% 50%; 
}
.iframeBlog{
	padding:15px 0 0;
}