@charset "utf-8";

/* 公用样式表 */

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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    text-decoration: none;
    line-height: 1.8;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

select,
input,
button {
    font: normal 100% 宋体, 微软雅黑, Verdana, Geneva, sans-serif;
    color: #434343;
}

input:focus {
    outline: none;
}


/* p { margin: 0px; padding: 0px 0px 20px; } */

img {
    display: block;
    margin: 0px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none
}

a {
    color: #666;
}

a:hover {
    color: #d70e1e;
}

a.ablueline {
    color: #0087ae;
    text-decoration: underline;
}

a.ablueline2 {
    color: #016cba;
    text-decoration: underline;
}

a.ablue {
    color: #107ecd;
}

a.ablue:hover {
    color: #ff6600;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

ol,
ul {
    list-style: none;
}

body {
    background: #fefffc;
}

.container {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

/*public-banner*/
.public-banner,
.public-banner img {
    width: 100%;
}

/*public-footer*/
.public-footer {
    height: 241px;
    background: url(../images/footer.png) no-repeat center;
}

.public-footer .in {
    padding-top: 160px;
}

.public-footer p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}