/* - - - - - - - - - å„æµè§ˆå™¨æ ·å¼é»˜è®¤å€¼æ ‡å‡†åŒ– - - - - - - - - -*/
html,
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
p,
blockquote,
pre,
a,
address,
code,
del,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
audio,
video {
    margin: 0;
    padding: 0;
    display: block;
}

html {
    -webkit-text-size-adjust: none;
}

img {
    border: none;
    vertical-align: middle;
}

input,
select,
button {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: inherit;
    vertical-align: middle;
}

textarea {
    font-family: inherit;
    padding: 0;
    margin: 0;
}

button {
    cursor: pointer;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 12px;
    /* background: #100f1d url(../images/body.jpg) repeat-y center top; */
    font-family: 'Microsoft YaHei';
}

ul,
ol {
    list-style-type: none;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3,
h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

i,
em,
address {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #4f4f4f;
}

a:hover {
    text-decoration: underline;
    transition: color 200ms linear 0s, background-color 200ms linear 0s, border-color 200ms linear 0s;
}

/*é¼ æ ‡æ‚¬åœæ—¶*/
a:active {}

/*ç‚¹å‡»ä¸Žé‡Šæ”¾æ—¶*/
a:visited {}

/* è®¿é—®è¿‡*/
/* - - - - - - - - - å¸¸ç”¨ç±»æ ·å¼ - - - - - - - - -*/
.photo_fullsize img {
    display: block;
    width: 100%;
    height: 100%;
}

/*å›¾ç‰‡å…¨å°ºå¯¸*/
.no_bor {
    border: none !important;
}

/*æ— è¾¹æ¡†*/
.no_bg {
    background: none !important;
}

/*æ— èƒŒæ™¯*/
.clear {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    clear: both;
    font-size: 0;
}

/*æ¸…é™¤æµ®åŠ¨*/
.clear_::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

/*æ¸…é™¤æµ®åŠ¨*/
.center {
    margin: 0 auto;
    width: 1280px;
}

#centera {
    margin: 0 auto;
    width: 1280px;
}

.center4 {
    margin: 0 auto;
    width: 1280px;
}

/*è®©å†…å®¹åŒºå—å±…ä¸­*/
/*å›¾ç‰‡å…¨å°ºå¯¸*/
.photo,
.photo_fullsize {
    display: block;
    overflow: hidden;
}

.photo img,
.photo_fullsize img {
    display: block;
    width: 100%;
    height: 100%;
}

/*å›¾ç‰‡è‡ªé€‚åº”å°ºå¯¸*/
.photo_autosize {
    text-align: center;
    display: block;
    overflow: hidden;
}

.photo_autosize::after {
    height: 100%;
    width: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    content: "";
}

.photo_autosize img {
    max-width: 100%;
    max-height: 100%;
}

/*å›¾ç‰‡è‡ªé€‚åº”å…¨å°ºå¯¸*/
.photo_autofullsize {
    overflow: hidden;
    display: block;
    background-size: cover !important
}

.photo_autofullsize img {
    display: none;
}

#backtop {
    display: none;
    background: url(../images/arrow_top.png) no-repeat left top;
    cursor: pointer;
    height: 50px;
    width: 50px;
    position: fixed;
    _position: absolute;
    bottom: 20px;
    _top: expression(eval(document.documentElement.scrollTop document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
    _bottom: auto;
    z-index: 11500;
    right: 20px;
}

#backtop:hover {
    background-position: left bottom;
}