@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;
	width:100%;
	table-layout:fixed;
}

table tr {width:100%;}

table tr td {text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

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-size: 14px;
}

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 {
    font-family: 'SourceHanSansCN-Regular';
    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;
}

/* 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 {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通用样式 */

/* 头部 */
#header {
    height: 126px;
}

.header-top {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #a71112;
}

.header-top a,
.header-top span {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.header-line {
    height: 17px;
    width: 1px;
    background-color: #fff;
    margin: 16px 21px;
}

.no-barrier {
    width: 14px;
    height: 50px;
    background: url('/images/no-barrier.png') no-repeat center center;
}

.header-bottom {
    border-bottom: 1px solid #a71112;
    position: relative;
    z-index: 9;
}
.header-nav {
    padding-top: 5px;
     margin-left:100px;
}

.header-nav-item {
    float: left;
    width: 12.5%;
    font-size: 22px;
    text-align: center;
    height: 70px;
    line-height: 70px;
}

.header-nav-link {
    color: #fff;
}

.header-nav-item:hover,
.header-nav-item.active {
    background: url('/images/header_nav_active.png') no-repeat center bottom;
    font-size: 26px;
    font-weight: bold;
}


@media (max-width: 980px) {
    #header {
        height: auto;
    }

    .header-nav-item {
        width: 25%;
    }

    .header-bottom {
        background-color: #3196f7;
    }
}
@media (max-width: 550px) {
    .header-top a,
    .header-top span {
        font-size: 14px;
    }

    .header-line {
        margin: 17px 4px;
    }

    .header-nav-item {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }

    .header-nav-item:hover,
    .header-nav-item.active {
        background: url('/images/header_nav_active.png') no-repeat center bottom;
        font-size: 16px;
    }
}

/* 底部 */
/* 下拉框 */
.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;
    }
}

/* 2023-2-15 调整 */

@media (max-width: 980px) {
    .header-bottom {
        background-color: #a71112;
    }

    .header-nav {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .header-top {
        height: auto;
        line-height: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);

    }

    .header-nav {
        padding-top: 0;
    }

    .no-barrier {
        height: 30px;
    }

    .header-line {
        margin: 7px 4px;
    }

    .header-top>.container>* {
        float: left !important;
    }

    .register {
        position: relative;
        padding-left: 9px;
    }

    .register::before {
        position: absolute;
        left: 4px;
        top: 50%;
        content: "";
        width: 1px;
        height: 16px;
        margin-top: -8px;
        background-color: #fff;
    }
}
