@charset "UTF-8";

html {}

/* @font-face {
    font-family: 'PingFang TC';
    src: url('../font/PingFang-TC-Regular.ttf');
} */

body {
    /* min-width: 1360px; */
    /* overflow: hidden; */
}


*,
input {
    font-family: "PingFang TC", "Noto Sans TC", "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti TC", Arial, "Noto Sans", sans-serif;
}

/* *,
input {
    font-family: "Noto Sans TC", sans-serif;
} */

a {
    color: #000000;
    text-decoration: none
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.ueditor_content_parse a {
    color: #1d2088;
    text-decoration: underline;
}

.ueditor_content_parse a:hover {
    text-decoration: underline;
}

/* header */

header {
    min-height: .8rem;
    background-color: #fff;
    /* background-color: #FFFFFF; */
}

.header_top,
.header_top .w1280 {
    height: .32rem;
    background: #EFEFF0;
}

.header_top .w1280 {
    padding-left: .5rem;
    padding-right: .2rem;
}

.header_top a {
    display: block;
    font-size: .14rem;
    color: #292F41;
    line-height: .17rem;
}

.header_top a:hover {
    color: #005096;
}

.header_top .line {
    width: .005rem;
    height: .17rem;
    margin: 0 .08rem;
    background: rgba(41, 47, 65, 0.2);
}

.header-logo {
    /* width: 1.83rem; */
    height: .55rem;
    margin-right: .97rem;
}

.header-logo img {
    width: 100%;
    height: 100%;
}

nav a {
    display: block;
    width: 1.2rem;
    padding: 0 .16rem;
    font-size: .16rem;
    line-height: .8rem;
    text-align: center;
    color: rgba(41, 47, 65, 0.6);
    position: relative;
}

nav li.active a {
    color: #BF0108;
    font-weight: 600;
}

nav li.active a::after {
    content: '';
    display: block;
    width: 100%;
    height: .04rem;
    background-color: #BF0108;
    position: absolute;
    left: 0;
    bottom: 0;
}

nav li:hover {
    background: #BF0108;
}

nav li:hover a {
    color: #FFFFFF;
}

.font-choose .line {
    width: .005rem;
    height: .17rem;
    margin: 0 .08rem;
    background: rgba(11, 12, 51, 0.2);
}

.font-choose a {
    font-size: .12rem;
    line-height: .17rem;
    color: rgba(41, 47, 65, 0.6);
}

.font-choose li.active a {
    font-weight: 600;
    color: #292F41;
}

/* footer */

footer {
    height: 3.2rem;
    background-image: url(../img/footer-bg.png);
    background-size: 105%;
    background-position: center;
    background-repeat: no-repeat;
}

footer .top {
    gap: .8rem;
    height: 1.93rem;
    padding-top: .6rem;
    border-bottom: .005rem solid rgba(255, 255, 255, 0.2);
}

footer .top .logo {
    /* width: 1.83rem; */
    height: .60rem;
    margin-top: .155rem;
}

footer .top .line {
    width: .005rem;
    height: .72rem;
    /* margin-left: .8rem; */
    background: rgba(255, 255, 255, 0.2);
}

footer .top p {
    /* margin-left: .4rem; */
}

footer .top p img {
    width: .14rem;
    height: .14rem;
    margin-top: .29rem;
    margin-right: .07rem;
}

footer .top p span {
    max-width: 4.2rem;
    margin-top: .28rem;
    font-size: .18rem;
    line-height: .17rem;
    color: #FFFFFF;
}

footer .btm ul {
    margin-top: .22rem;
    margin-bottom: .22rem;
}

footer .btm ul a {
    display: block;
    margin: 0 .2rem;
    padding: .08rem 0;
    font-size: .18rem;
    line-height: .22rem;
    color: #FFFFFF;
}

footer .btm ul a:hover {
    text-decoration: underline;
}

footer .btm ul li i {
    width: .005rem;
    height: .16rem;
    background: rgba(255, 255, 255, 0.2);
}

footer .btm ul li.friendly_link {
    width: 1.2rem;
}

footer .btm ul li .friendly_link_box {
    width: 3rem;
    height: 100%;
    display: block;
}

footer .btm ul li .friendly_link_box_content {
    display: inline-block;
    padding: .04rem .12rem .04rem .24rem;
    border: .005rem solid #2B7BC1;
    border-radius: .04rem;
    background: #024282;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer .btm ul .friendly_link.active .friendly_link_box_content {
    padding: .04rem .24rem;
}

footer .btm ul .friendly_link_box h3 {
    cursor: pointer;
}

footer .btm ul li .friendly_link_box h3 span {
    display: block;
    font-size: .18rem;
    line-height: .22rem;
    color: #FFFFFF;
    font-weight: 400;
}

footer .btm ul .friendly_link_box h3 .t {
    display: none;
}

footer .btm ul .friendly_link_box h3 .b {
    display: block;
}

footer .btm ul .friendly_link.active h3 .t {
    display: block;
}

footer .btm ul .friendly_link.active h3 .b {
    display: none;
}

footer .btm ul .friendly_link_box dl {
    display: none;
    padding-bottom: .08rem;
    margin-bottom: .08rem;
    border-bottom: .005rem solid #2B7BC1;
}

footer .btm ul .friendly_link.active dl {
    display: block;
}

footer .btm ul li .friendly_link_box dd a {
    margin: 0;
    padding: .08rem 0;
    font-size: .18rem;
    font-weight: normal;
    line-height: .28rem;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

footer .btm>p {
    font-size: .18rem;
    line-height: .22rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.rmenu {
    position: fixed;
    bottom: .6rem;
    right: .16rem;
    z-index: 99;
}

.rmenu .goTop {
    width: .54rem;
    height: .54rem;
    background-color: rgba(0, 0, 0, .5);
    background-image: url(../img/icon/goTop.png);
    background-size: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
}

/* pagination */

.pagination {
    padding: .4rem 0;
}

.pagination li {
    margin: 0 .08rem;
}

.pagination a {
    display: block;
    width: .48rem;
    height: .48rem;
    font-size: .14rem;
    font-weight: 600;
    line-height: .48rem;
    text-align: center;
    color: #3D3D3D;
    position: relative;
}

.pagination a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/icon/page-fk.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s linear;
}

.pagination li:hover a {
    color: #005096;
}

.pagination .active a::after,
.pagination a:hover::after {
    opacity: 1;
}

/* search-box */

.search-box {
    padding-top: .4rem;
    margin-bottom: .16rem;
}

.search-input,
.date-input {
    width: 2.4rem;
    height: .44rem;
    margin-right: .16rem;
    padding: .1rem .2rem;
    background-color: #fff;
}

.search-input {
    width: 5.6rem;
}

.search-box img {
    width: .24rem;
    height: .24rem;
    margin-right: .08rem;
}

.search-input img {
    margin-right: .16rem;
}

.search-box input {
    width: 90%;
    font-size: .16rem;
    font-weight: normal;
    line-height: .24rem;
    color: #0B0C33;
}

.search-box input::placeholder {
    color: rgba(11, 12, 51, 0.4);
}

.search-box .btn {
    width: 1.12rem;
    height: .44rem;
    font-size: .16rem;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
    background: #005096;
    cursor: pointer;
}