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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    padding: 0;
    margin: 0;
    font: 16px Raleway, "微軟正黑體", "新細明體","微软雅黑",arial,tahoma,sans-serif;
}

:focus {
    outline: 0;
}

html,
body {
    width: 100%;
    text-align: center;
    color: rgb(35, 25, 22);
}

ul,
ol {
    list-style: none;
}

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

caption,
th,
td {
    font-weight: normal;
}

td,
th {
    display: table-cell;
    padding: 0.8%;
    background: #F7F8F8;
    border: 2px solid #ffffff;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

img {
    border: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    background-color: #ffffff;
    font-family: "微软雅黑", "Microsoft Yahei", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

h2.contentTitle {
    margin-bottom: 10px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 14px;
    border-bottom: solid 1px #CCC;
}

h3.contentTitle {
    margin-bottom: 5px;
    line-height: 25px;
    font-size: 13px;
    border-bottom: solid 1px #CCC;
    clear: both;
}

.dialog h2.contentTitle {
    border: none
}

.clearfix::before,
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix::after {
    clear: both;
}

.clear {
    clear: both;
}

.fr {
    float: right;
}

.body-bj {
    background: #f1f4f9;
    width: 100%;
    height: auto;
}

#top_bg {
    height: 40px;
    z-index: 999;
    float: left;
    width: 750px;
    position: absolute;
    top: 30px;
    right: 0;
}

.nav_z {
    width: 100%;
    height: 40px;
    float: left;
    position: relative;
    z-index: 999;
}

/* 头部导航 */
#navul li {
    float: left;
    width: 145px;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
}

#navul li a:link,
#navul li a:visited {
    color: #666;
    letter-spacing: 2px;
    font-size: 16px;
}

#navul li ul {
    display: none;
    position: absolute;
    z-index: 999;
    background: #28202F;
    opacity: .8;
    border-top: 4px solid #666;
    top: 36px;
}

#navul li ul li {
    display: block;
    width: 145px;
    float: none;
    height: 35px;
    position: relative;
    line-height: 35px;
    border-bottom: #666 1px solid;
    font-size: 12px;
    overflow: hidden
}

#navul li.navmoon {
    width: 145px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

#navul li.navmoon a {
    color: #666;
}

#navul li.navhome a:hover {
    color: #FCFF00;
}

#navul li.navmoon ul {
    display: block;
}

#navul li.navmoon ul a {
    display: block;
    width: 145px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 13px;
}

#navul li.navmoon ul a:hover {
    color: #fff;
    background: #666;
}

.b-img {
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
}

.b-img a {
    display: block;
    height: 500px;
    float: left;
}

.b-list {
    height: 50px;
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    left: 50%;
    bottom: -24px;
}

.b-list span {
    display: block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    float: left;
    margin: 0 8px;
    background: #666;
}

.b-list .spcss {
    background: #fff;
}

/** iPad **/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #pc-session {
        height: 220px;
    }

    #top_bg {
        width: 100%;
        position: static;
    }

    #navul li {
        width: 20%;
        height: 60px;
        line-height: 60px;
    }

    #navul li.navmoon {
        width: 20%;
    }

    #navul li a:link,
    #navul li a:visited {
        font-size: 28px;
    }

    #navul li ul li {
        display: none;
    }

    .nav_z {
        top: 15px;
    }
}

/** iPhone **/
@media screen and (min-width: 320px) and (max-width: 767px) {
    #pc-session {
        height: 220px;
    }

    #top_bg {
        width: 100%;
        position: static;
    }

    #navul li {
        width: 20%;
        height: 60px;
        line-height: 60px;
    }

    #navul li.navmoon {
        width: 20%;
    }

    #navul li a:link,
    #navul li a:visited {
        font-size: 28px;
    }

    #navul li ul li {
        display: none;
        width: 20%;
    }

    .nav_z {
        top: 15px;
    }
}