html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
  
html,body{
	width:640px !important;
	padding:0px !important;
	margin:0px auto !important;
}
#head{
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0px auto;
    padding: 0px;
    border: 0px;
}
#Nav span{
    font-size: 30px;
    color: white;
    background-color: #ebc100;
    display: inline-block;
    position: relative;
    width: 158.5px;
	float:left;
    height: 70px;
    text-align: center;
    line-height: 70px;
	margin-left:2px;
}
#Nav{
    background-color: white;
    position: relative;
    float: left;
    display: inline-block;
    width: 100%;
    height: 70px;
    overflow: hidden;
	z-index:2;
}
#Cur{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ebc100;
    float: left;
    z-index: 1;
    margin-left: 55px;
    margin-bottom: 15px;
}
.CurAN{
	-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
}
#Article{
    position: relative;
    float: left;
    min-height: 500px;
    border-radius: 15px;
	width: 100%;
}
#Article .tab{
	position:relative;
	float:left;
	width:100%;
	display:none;
}
#Article *{
	max-width:100% !important;
}
#AjaxLoadding{
	display:none;
	position: fixed;
    width: 100%;
    height: 120%;
    background: rgba(0, 0, 0, 0.57);
    z-index: 9999999999;
}
#AjaxLoadding span{
    display: inline-block;
    position: relative;
    width: 320px;
    height: 160px;
    margin-left: 160px;
    margin-top: 80%;
    background: rgb(255, 255, 255);
    font-size: 45px;
    text-align: center;
    line-height: 160px;
    border-radius: 15px;
}
#Foot{
    position: relative;
    float: left;
    width: 100%;
    height: 45px;
    margin: 15px;
    font-size: 26px;
    text-align: center;
    line-height: 45px;
}
.PhotoList {
    width: 295px;
    position: relative;
    float: left;
    display: inline-block;
    background: white;
    margin: 0px 0px 25px 15px;
    border-radius: 15px;
    height: 420px;
    padding: 2px 0px 2px 5px;
}
.PhotoTitle{
    background-image: url(/images/tptitle.png);
    height: 50px;
    width: 228px;
    display: inline-block;
    position: relative;
    float: left;
    text-align: center;
    line-height: 43px;
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 30px;
    margin-top: 15px;
}
.PhotoBody {
    display: inline-block;
    position: relative;
    float: left;
    width: 270px;
    height: 220px;
    margin-left: 10px;
    margin-top: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.Inner {
    display: inline-block;
    position: relative;
    float: left;
    width: 280px;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin: 5px 4px;
}
.Left {
    position: relative;
    float: left;
    width: 150px;
    margin-left: 4px;
}
.Left span{
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    font-size: 23.8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
    height: 35px;
}
.Right{
    position: relative;
    display: inline-block;
    float: right;
    width: 130px;
    height: 62px;
    text-align: center;
}
.Right a{
    display: inline-block;
    width: 114px;
    height: 42px;
    line-height: 42px;
    background: #f39800;
    margin-top: 12px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-size: 28px;
    letter-spacing: 10px;
    text-indent: 8px;
}
#DocIframe iframe{
    width: 100%;
    height: 100%;
    border: 0px;
}
#DocIframe{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    z-index: 999;
}
#DocIframe div a{
	position: relative;float: left;width: 50%;height: 85px;line-height:85px;background: orange;text-align: center;font-size: 40px;
}
#DocIframe div{
	position: fixed;float: left;width: 100%;height: 85px;background: white;text-align: center;font-size: 40px;display:none;left:0px;bottom:0px;
}