html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

a:hover,
a:active {
    outline: none
}

select,
input,
textarea,
button {
    font: 99% sans-serif
}

input,
select {
    vertical-align: middle
}

ul,
ol,
li {
    list-style: none
}

img {
    border: 0;
    max-width: 100%
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

.nocallout {
    -webkit-touch-callout: none
}

table {
    margin: 0;
    padding: 0;
    clear: left;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

table td {
    vertical-align: top;
    margin: 0
}

html {
    height: 100%
}

body {
    font: 13px/1.4 sans-serif;
    *font-size: small;
    word-wrap: break-word;
    margin: 0 auto;
    -webkit-text-size-adjust: none;
    color: #3c3c3c;
    font-family: helvetica neue, Helvetica, Arial, Verdana, sans-serif;
    height: 100%
}

a {
    color: #1191c3;
    text-decoration: none
}

p {
    margin-bottom: 1em
}

.box-163css {
    width: 100%;
    position: relative;
    height: 360px;
    margin-bottom: 20px;
    float: left
}

.swipe {
    padding-top: 20px;
    width: 100%;
    float: left;
    overflow: hidden;
    visibility: visible;
    position: relative;
    height: 260px
}

.box01_list {
    position: relative;
    -webkit-transition: left 600ms ease-out;
    width: 100%;
    left: 0
}

.li_list {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    vertical-align: top
}

.pic_list {
    padding: 0 2%;
    width: 96%;
    float: left;
    margin-bottom: 15px
}

.pic_list img {
    float: left;
    width: 120px
}

.pic_list span {
    float: left;
    padding: 10px 0 0 2%;
    font-size: 16px;
    width: 50%
}

.news_list {
    width: 98%;
    padding: 0 1%;
    float: left
}

.news_list p {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    height: 30px;
    line-height: 30px
}

.news_list a {
    float: left;
    padding-left: 1%;
    font-size: 15px
}

.s_arrow {
    display: block;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(45deg);
    width: 6px;
    height: 6px;
    float: right;
    margin: 6px 10px 0 0
}

.page {
    text-align: left;
    background: #f3f3f3;
    height: 38px;
    line-height: 38px;
    width: 100%;
    display: -webkit-box
}

.page li {
    -webkit-box-flex: 1;
    font-size: 18px;
    display: block;
    color: #000;
    height: 38px;
    line-height: 38px;
    text-align: center
}

.page li a {
    color: #000;
    display: block;
    height: 38px
}

.page a.active {
    color: red;
    border-bottom: 1px solid #c00
}

.go_btn {
    margin: 6px auto 12px;
    height: 34px;
    width: 92%;
    border: 1px solid #b9b9b9;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(whiteSmoke), to(#E3E3E3));
    background: -moz-linear-gradient(top, whiteSmoke, #E3E3E3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    float: left;
    margin-left: 2.5%
}

.go_btn em {
    font-style: normal;
    cursor: pointer
}