body {
    position: relative;
    --xl-main-width: 85%;
    --xl-main-max-width: 1340px;
    --md-main-width: 90%;
    --md-main-max-width: 90%;
    --sm-main-width: 90%;
    --sm-main-max-width: 90%;
    --xs-main-width: 90%;
    --xs-main-max-width: 90%;
    --appl-pagenav-height: 40px;
}
.topbanner {
    position: relative;
    margin-bottom: 0;
}
.layout-main {
    padding-bottom: 0;
    margin-top: 110px;
}
.common-banner-sm {
    display: none;
}
.common-banner-md {
    min-height: 250px;
    display: block;
}
.common-intro-div {
    overflow-wrap: break-word;
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
    padding-top: 20px;
    padding-bottom: 30px;
    align-items: center;
    margin: 0 auto;
}
.common-banner-center {
    display: flex;
    align-items: center;
}
.common-banner-pos {
    position: absolute;
    height: auto;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    left: calc((100% - 1340px) / 2);
    width: 42%;
}
.banner-pc-picture {
    width: 100%;
}
.wrapper {
    overflow: initial;
}
nav.navappl {
    position: sticky;
    top: 110px;
    z-index: 10;
    margin-bottom: 0;
    height: var(--appl-pagenav-height);
    min-height: var(--appl-pagenav-height);
    background-color: #346;
    border: none;
    border-radius: 0;
}
nav.navappl ul {
    position: relative;
    width: calc(var(--xl-main-width) + 35px);
    max-width: calc(var(--xl-main-max-width) + 35px);
    min-width: 208px;
    height: var(--appl-pagenav-height);
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}
li.common-pagenav-item {
    display: inline-block;
    float: none!important;
}
li.common-pagenav-item::after {
    background: #ff6d65;
}
.navappl .navbar-nav>li>a {
    padding: 0 15px;
    line-height: var(--appl-pagenav-height);
    font-size: 18px;
    color: #fff;
    background-color: #346;
}
.navappl .navbar-nav>.active>a, .navappl .navbar-nav>.active>a:hover, .navappl .navbar-nav>.active>a:focus {
    background-color: #ff6d65;
}
.breadcrumb1_box .fa {
    line-height: 20px!important;
}
@media screen and (min-width: 1301px) and (max-width: 1576px) {
    .common-banner-pos {
        left: 7.5%;
    }
}
@media screen and (max-width: 1300px) {
    .common-banner-pos {
        width: 52%;
        left: 5%;
    }
}
#common-topbanner {
    min-height: 250px;
}
.common-banner-title {
    color: #fff;
    width: 100%;
    font-size: 48px;
}
.common-banner-briefIntro {
    color: #fff;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
div.bgc_box {
    --xs-main-width: 90%;
    --xs-main-max-width: 1075px;
}
div.bgc_box {
    width: var(--xs-main-width);
    max-width: var(--xs-main-max-width);
    margin: 20px auto;
    color: #343433;
}
.bgc_tit h3 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
}
.bgc_date p, .bgc_flip span, .bgc_flip a {
    font-size: 16px;
    line-height: 30px;
    color: #343433;
}
.bgc_date p {
    text-align: right;
}
.bgc_flip a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.bgc_main {
    font-size: 16px;
    line-height: 30px;
}
.bgc_hr {
    background-color: #a1a1a1;
    height: 1px;
    margin: 20px 0;
}
@media screen and (max-width: 768px) {
    .bgc_tit h3 {
        font-size: 18px;
        line-height: 32px;
    }
    .bgc_date p, .bgc_flip span, .bgc_flip a {
        font-size: 14px;
        line-height: 20px;
    }
    .bgc_main {
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width: 1300px) {
    .common-intro-div {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
    nav.navappl ul {
        width: calc(var(--md-main-width) + 35px);
        max-width: calc(var(--md-main-max-width) + 35px);
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    nav.navappl ul {
        width: calc(var(--sm-main-width) + 35px);
        max-width: calc(var(--sm-main-max-width) + 35px);
    }
    .common-banner-pos {
        width: 52%;
    }
    .common-intro-div {
        width: var(--sm-main-width);
        max-width: var(--sm-main-max-width);
    }
    .common-banner-title {
        font-size: 38px;
    }
    .common-banner-briefIntro {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
    }
}
@media screen and (max-width: 768px) {
    nav.navappl ul {
        width: calc(var(--sm-main-width) + 35px);
        max-width: calc(var(--sm-main-max-width) + 35px);
    }
    .navappl .navbar-nav>li>a {
        font-size: 14px;
        padding: 0 8px;
    }
    .layout-main {
        margin-top: 84px;
    }
    .common-banner-center {
        display: block;
    }
    .common-banner-md {
        display: none;
    }
    .common-banner-sm {
        min-height: 200px;
        display: block;
    }
    .common-intro-div {
        padding-top: 15px;
        padding-bottom: 20px;
        width: var(--xs-main-width);
        max-width: var(--xs-main-max-width);
    }
    .common-banner-pos {
        left: 0;
        padding-left: 5%;
        padding-right: 2%;
        background: linear-gradient(90deg,rgba(3,14,39,.84) 14.471%,rgba(13,15,55,0) 65.37%);
        top: 26%;
        width: 100%;
        min-height: 33%;
    }
    .common-banner-title {
        font-size: 22px;
    }
    .common-banner-briefIntro {
        margin-top: 6px;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
    }
    .bgc_tit h3 {
        font-size: 18px;
        line-height: 32px;
    }
    .bgc_date p, .bgc_flip span, .bgc_flip a {
        font-size: 14px;
        line-height: 23px;
    }
    .bgc_main {
        font-size: 14px;
        line-height: 22px;
    }
}
.chrome-browser sup {
    font-size: 150%;
    top: 0;
}