@charset "UTF-8";

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #484848;
    font-size: 15px;
    font-family: "Microsoft YaHei";
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

i {
    font-style: normal;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #777;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #777;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #777;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #777;
}

.placeholder {
    color: #777;
}


/* utilities */

.mt20 {
    margin-top: 20px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

@font-face {
    font-family: "zhenyan";
    src: url("./font/zhenyan.woff") format("woff"), url("./font/zhenyan.ttf") format("truetype"), url("./font/zhenyan.eot") format("embedded-opentype");
}

body {
    background-color: #f3f3f3;
}

.container {
    width: 1300px;
    margin: 0 auto;
}


/* 横幅图 */

.banner {
    height: 300px;
    background: url("../images/banner.jpg") no-repeat center bottom !important;
}

.banner .container {
    height: 100%;
    background: url("../images/banner-img.png") no-repeat right bottom !important;
}
.zzzq{
    margin-top: 110px;
}


/* 长者专区、无障碍按钮 */

/*.help-btns {
    float: right;
    width: 226px;
    height: 40px;
    background: #ffeca7;
    font-family: "zhenyan";
    border-radius: 20px;
    line-height: 40px;
    color: #591919;
    text-align: center;
    font-size: 0;
}

.help-btns a {
    font-size: 20px;
}

.help-btns .btn-split {
    display: inline-block;
    width: 2px;
    height: 19px;
    margin: 10px 15px 0;
    background: #591919;
    vertical-align: top;
}*/

.main {
    overflow: hidden;
}


/* 当前位置 */

.location {
    line-height: 87px;
    font-size: 24px;
    color: #999;
}

.location .cur {
    color: #e1313f;
}

.block {
    padding: 0 30px;
    margin-bottom: 60px;
    background-color: #fff;
}

@media (max-width: 980px) {
    .location {
        line-height: 60px;
        font-size: 20px;
    }
    .block {
        padding: 0 15px;
    }
    .banner {
        height: 240px;
    }
}


/* 小屏幕 */

@media (max-width: 768px) {
    .container {
        width: auto;
        margin: 0 10px;
    }
    .banner .container {
        background: url("../images/banner-text.png") no-repeat left center;
    }
}


/* 小屏幕 */

@media (min-width: 768px) {
    .container {
        width: 760px;
    }
}


/* 中等屏幕(980-1099) */

@media (min-width: 980px) {
    .container {
        padding: 0;
        width: 980px;
    }
}


/* 大屏幕 */

@media (min-width: 1100px) {
    .container {
        width: 1100px;
    }
}


/* 大屏幕 */

@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}
/*无障碍连读效果下划线*/
.accfocus{
    text-decoration:underline!important;
}