@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 {
    min-width: 1200px;
    color: #333;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: url(../images/body.jpg) #f5f5f5 center -70px no-repeat;
}

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;
}

/* 通用样式 */
.container {
    width: 1200px;
    margin: 0 auto;
}

/* 当前位置位置 */
.location {
    padding-left: 23px;
    height: 57px;
    line-height: 57px;
    font-size: 14px;
    position: relative;
    color: #a8b6c1;
}

.location::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 15px;
    height: 16px;
    background: url(../images/location-icon.png) no-repeat;
}

.location i {
    margin: 0 8px;
    font-style: normal;
}

.location a {
    color: #a8b6c1;
}

.location span {
    color: #d71730;
}

.header {
    width: 100%;
    margin: 0 auto;
    padding-top: 24px;
    box-sizing: border-box;
}

.header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-top .title {
    height: 50px;
    line-height: 50px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    font-size: 24px;
    padding-left: 60px;
    background: url(../images/logo.png) no-repeat left;
}

.header .header-top .search {
    width: 248px;
    height: 34px;
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    /* border: 1px solid #d71730; */
    background: #fff;
}

.header .header-top .search input {
    width: 210px;
    height: 34px;
    padding-left: 12px;
    color: #333;
    background: transparent;
    box-sizing: border-box;
}

.header .header-top .search input::placeholder {
    color: #bac4ce;
    font-family: "Source Han Sans CN";
    font-size: 14px;
}

.header .header-top .search .search-btn {
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url(../images/search_icon.png) no-repeat;
}

.header .header-menu {
    min-width: 1200px;
    width: 100%;
    background: #d71730;
    margin-top: 25px;
}

.header .header-menu .con {
    height: 65px;
    display: flex;
    justify-content: space-between;
}

.header .header-menu .con a {
    width: 240px;
    height: 65px;
    line-height: 64px;
    color: #fff;
    font-weight: 400;
    font-family: Source Han Sans CN;
    font-size: 28px;
    text-align: center;
}

.header .header-menu .con a span {
    position: relative;
    box-sizing: border-box;
}

.header .header-menu .con a.active, .header .header-menu .con a:hover {
    font-weight: 700;
    background: rgba(255, 255, 255, 0.2);
}

/* footer */
.footer {
    margin-top: 40px;
    /* width: 100%; */
    height: 208px;
    background-color: #1e2736;
    padding: 40px 0;
    box-sizing: border-box;
}

.footer-combobox {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.footer-combobox-link {
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
    height: 32px;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    transition: all 0.3s;
}

.footer-combobox-link:hover, .footer-combobox-link.active {
    color: #d71730;
    background-color: rgba(31, 109, 232, 0.1);
}

.footer-info {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    line-height: 21px;
    font-size: 16px;
}

.footer-info-text {
    color: #ffffff;
}

.footer-info-text+.footer-info-text {
    margin-left: 32px;
}

.footer-info-link {
    color: #ffffff;
}

.footer-info1 {
    margin-top: 32px;
}

.footer-info-text img {
    height: 14px;
}

/* 访问量 */
#siteEveryDayViewCount img, #siteViewCount img {
    margin-top: 5px;
}

.header .header-top .title {
    height: 80px;
    line-height: 40px;
    font-size: 34px;
    padding-left: 90px;
}

/* 响应式宽度1920及以上、1680，1440，13663种屏幕宽度设置 */

@media screen and (min-width: 1920px) {
    .header .header-top .title {
        margin-left: -200px;
    }
}

@media screen and (max-width: 1920px) {
    .header .header-top .title {
        margin-left: -200px;
    }
}


@media screen and (max-width: 1800px) {
    .header .header-top .title {
        margin-left: -150px;
    }
}

@media screen and (max-width: 1680px) {
    .header .header-top .title {
        margin-left: -30px;
    }
}

@media screen and (max-width: 1440px) {
    .header .header-top .title {
        margin-left: -10px;
    }
}

@media screen and (max-width: 1366px) {
    .header .header-top .title {
        margin-left: 0px;
    }
}