/********公用开始*********/
/*css reset*/
body,div,p,th,td,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,select,blockquote{margin:0px;padding:0px}
input,textarea,select{outline:none;resize:none}
fieldset,img,abbr,acronym{border:none}
img{vertical-align:middle}
address,caption,cite,code,dfn,em,strong,th,var,i{font-style:normal;font-weight:normal}
table{border-collapse:collapse;border-spacing:0px}
ol,ul{list-style:none}
p{word-wrap:break-word}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
/*Global definition*/
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{margin:0 auto;font:14px/30px "宋体",Verdana,Arial; background:#FFF; color:#999999;}
.pw {
	width: 1008px;
	margin: 60px auto 60px;
	background: url(../images/bg.gif) no-repeat;
	position: relative;
	height: 1280px;
}

.about { width:715px;}
.picList { position:absolute; bottom:0; width:630px; padding-bottom:60px;}
.picList li { zoom:1; overflow:hidden;}
.pic { width:120px; height:120px; position:relative; overflow:hidden; float:left; display:inline; margin:5px 5px 0 0;}
.pic b { background:#818282; width:120px; height:120px; display:block; top:120px; left:0; position:absolute;}
.pic a { line-height:18px; color:#FFF; display:block; width:120px; height:85px; top:120px; left:0; position:absolute; text-align:center; padding-top:35px; text-decoration:none;}
.pic a:hover { text-decoration:underline;}
