@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;
    vertical-align: top;
}

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: #333;
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

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 {
    text-decoration: none;
}

input,
button,
textarea {
    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: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */
.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;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通用样式 */

/* 头部 */

.header,
#header {
    height: 278px;
}

.header {
    background: url('../images/invest_banner.jpg') no-repeat center center;
    text-align: center;
}

.header-return {
    float: right;
    width: 165px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #0a7aee;
    font-size: 22px;
    padding-left: 55px;
    background: url('../images/invest_return.png') no-repeat 24px center #e8ebf0;
    margin-right: 24px;
    margin-top: 28px;
    text-align: left;
}

.header img {
    margin-top: 48px;
}

@media (max-width: 980px) {
    .header,
    #header {
        height: auto;

    }

    .header {
        padding-bottom: 20px;
    }

    .header-return  {
        font-size: 16px;
        margin-right: 0;
    }

    .header-return ,
    .header img {
        margin-top: 20px;
    }
}

/* 底部 */
/* 下拉框 */
#footer {
    margin-top: 10px;
}

.chosen {
    background-color: #41474b;
}

.chosen-item {
    float: left;
    width: 210px;
    margin: 15px 36px 15px 0;
}

.chosen-item:last-child {
    margin-right: 0;
}

.sel,
.sel-wrap {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #545454;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sel:hover,
.sel.on {
    border: 1px solid #2590eb;
}

.sel-tt {
    padding-left: 14px;
    padding-right: 30px;
    height: 30px;
    line-height: 30px;
    color: #b7babd;
    cursor: pointer;
    background: url('../images/sel_ico1.png') 190px center no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sel-tt.on {
    background-image: url('../images/sel_ico2.png');
}

.sel-bd {
    display: none;
    position: absolute;
    z-index: 900;
    top: 30px;
    right: -1px;
    left: -1px;
    border: 1px solid #2590eb;
    padding: 10px 15px;
    max-height: 122px;
    background: #545454;
    color: #b7babd;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    overflow: auto;
}

.sel-items > li {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.sel-items > li.cur {
    color: #2590eb;
}

.multiple .sel-items > li {
    padding-left: 25px;
    background: url('../images/sel_box.jpg') left 8px no-repeat;
}

.multiple .sel-items > li.cur {
    background-image: url('../images/sel_box_cur.jpg');
}

/* 版权申明 */
.copyright {
    background-color: #373d41;
    color: #8e939a;
}

.copyright a {
    color: #8e939a;
}

.copyright span {
    margin-right: 10px;
}

.copyright-left {
    width: 600px;
    padding: 18px 0;
}

.copyright p {
    line-height: 28px;
}

.copyright-middle {
    font-size: 0;
    margin-top: 40px;
}

.copyright-middle a {
    display: inline-block;
    height: 44px;
    background-position: center center;
    background-repeat: no-repeat;
}

.copyright-middle a:nth-child(1) {
    width: 86px;
    background-image: url('../images/copyright_middle_1.png');
}

.copyright-middle a:nth-child(2) {
    width: 80px;
    background-image: url('../images/copyright_middle_2.png');
}

.copyright-right > div {
    margin-top: 13px;
    margin-left: 26px;
    text-align: center;
}

.policy {
    padding-left: 23px;
    background: url('../images/policy.png') left center no-repeat;
    margin-right: 10px;
}

@media (max-width: 1200px) {
    .chosen-item {
        width: 166px;
    }

    .sel-tt {
        background-position: 140px;
    }

    .copyright-left {
        width: 100%;
    }
}
@media (max-width: 979px) {
    .choen-list {
        padding: 10px 0;
    }
    .chosen-item {
        width: 118px;
    }
    .sel-tt {
        background-position: 100px;
    }

    .copyright-middle {
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .chosen-item {
        width: 100%;
        margin: 4px 0;
    }

    .copyright-middle a:nth-child(1) {
        width: 36px;
        margin-right: 20px;
    }

    .copyright-right > div:nth-child(1) {
        margin-left: 0;
    }

    .sel-tt {
        background-position: 95%;
    }
}
@media (max-width: 640px) {
    .copyright-left {
        width: 100%;
    }

    .copyright-left span,
    .copyright-left a {
        display: block;
    }
}
@media (max-width: 460px) {
    .copyright-right {
        float: left !important;
    }

    .copyright-middle {
        margin-top: 0px;
    }
}

/* 面包屑 */
.local {
    font-size: 18px;
    color: #666;
    line-height: 24px;
    padding-left: 31px;
    background: url('../images/local.png') left center no-repeat;
    padding: 20px 0 20px 31px;
}
.local > a {
    color: #666;
}

.local > span {
    color: #0a7aee;
}

@media (max-width: 980px) {
    .local {
        font-size: 14px;
        padding-left: 20px;
        padding: 10px 0 10px 20px;
    }
}
