header {
    width: 100%;
    background: #901D1C;
    padding-top: .1rem;
}

.header-top {
    background: #fff;
}

.header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .15rem 0rem;
}

.header-top .logo img {
    width: 7.92rem;
}

.header-logo .rk-logo {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: .15rem;
}

.header-logo .rk-logo img {
    width: 123px;
    height: 29px;
    object-fit: cover;

}

.header-logo .rk-logo .jbrk {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .84rem;
    height: .27rem;
    padding: 0rem .1rem;
    border-radius: .16rem;
    border: .01rem solid #901D1C;
}

.header-logo .rk-logo .jbrk a {
    font-size: .14rem;
    color: #901D1C;
    line-height: .2rem;
}

.header-logo .search img {
    width: .16rem;
    height: .16rem;
    object-fit: cover;
    cursor: pointer;
}

.header-logo .bjdh {
    margin-top: .07rem;
    font-weight: bold;
    font-size: .16rem;
    color: #901D1C;
    line-height: .18rem;
}

header .nav-list {
    display: flex;
    justify-content: space-between;
}

header .nav-list li {
    position: relative;
    padding: .2rem 0rem;
}

header .nav .nav-list>li>a {
    display: block;
    height: .3rem;
    font-weight: 400;
    font-size: .22rem;
    line-height: .3rem;
}

header .nav-list .sub-nav {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    position: absolute;
    top: 130%;
    left: 50%;
    transform-origin: top center;
    transform: translateX(-50%) scaleY(0);
    background: #901D1C;
    min-width: 1.6rem;
    padding: .3rem .3rem;
    opacity: 0;
    visibility: hidden;
    background-color: #FAC140;
    border-radius: .1rem;
    background-image: url(../images/bz7a.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 1.6rem 1rem;
    transition: all .3s ease-in-out;
}

header .nav-list .sub-nav a {
    display: block;
    font-weight: 600;
    font-size: .18rem;
    color: #333333;
    line-height: .22rem;
    text-align: center;
    transition: all .3s ease-in-out;
}



header .nav-list .sub-nav a:hover {
    transform: translateY(-0.04rem);
    color: #901D1C;
}


header .nav .nav-list>li:hover .sub-nav {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

header .nav-list>li .sub-nav::before {
    content: '';
    position: absolute;
    top: -0.3rem;
    left: 50%;
    width: .5rem;
    height: .32rem;
    transform: translateX(-50%);
    background: url(../images/bz10.png) no-repeat;
    background-size: cover;
    /* transition: all .3s ease-in-out; */
}


/* 访客预约 */
.card {
    width: 100%;
    height: 3.25rem;
    background: url(../images/lt.png) no-repeat;
    background-size: cover;
    padding: 1.2rem 0 .4rem;
}

.card .card-ctr {
    display: flex;
    justify-content: space-evenly;
}

.card .card-ctr .ctr {
    width: 2.9rem;
    height: 3.0rem;
    background: url(../images/xzjh4.png) no-repeat;
    background-size: cover;
    transition: all .3s ease-in-out;
}

.card .card-ctr .ctr .ctrbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

}

.card .card-ctr .ctr img {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: cover;
    transition: all 0.3s ease;
}

.card .card-ctr .ctr .ctr1-tit {
    font-weight: 800;
    font-size: .24rem;
    color: #333333;
    margin: .32rem 0 .1rem;
}

.card .card-ctr .ctr:hover .ctr1-tit {
    color: #FFF;
}

.card .card-ctr .ctr .ctr1-txt {
    font-weight: 400;
    font-size: .14rem;
    color: #333333;
}

.card .card-ctr .ctr:hover {
    background: url(../images/xzjhbf.png) no-repeat;
    background-size: cover;

}

.ctrbox .img-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}


.ctrbox .img-default {
    display: block;
}

.ctrbox .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ctrbox:hover .img-default {
    opacity: 0;
}

.ctrbox:hover .img-hover {
    display: block;
    opacity: 1;
}


/* 新闻动态 */
.news {
    width: 100%;
    /* height: 10rem; */
    padding: 1.5rem 0 1.2rem;
    background: url(../images/wt5.png) no-repeat;
    background-size: cover;
}

.news .newsBox {
    display: flex;
    gap: .24rem;
}

.news .newsBox .xwdt {
    width: 10.4rem;
}

.tit {
    display: flex;
    width: 100%;
    height: .7rem;
    background: url(../images/bz14a.png) no-repeat;
    background-size: 3.4rem .7rem;
}

.tit .tit-rg {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: calc((100% - .28rem));
    font-weight: 800;
    font-size: .38rem;
    color: #000000;
}

.tit .tit-rg span {
    color: #901D1C;
}

.tit>img {
    width: .28rem;
    height: .22rem;
    margin: .2rem .35rem 0 .15rem;
    object-fit: cover;
}

.tit .tit-rg::after {
    content: '/News Updates';
    position: absolute;
    left: 110%;
    bottom: .18rem;
    font-weight: 400;
    font-size: .16rem;
    color: #999999;
    white-space: nowrap;
}

.xwdt .tit .tit-rg::after {
    content: '/News Updates';
    position: absolute;
    left: 110%;
    bottom: .18rem;
    font-weight: 400;
    font-size: .16rem;
    color: #999999;
    white-space: nowrap;
    display: none;
}

.xwdt .tit .tit-rg .titbt {
    position: relative;
}

.xwdt .tit .tit-rg .titbt::after {
    content: '/News Updates';
    position: absolute;
    /* right: -1.3rem; */
    left: 110%;
    bottom: .18rem;
    font-weight: 400;
    font-size: .24rem;
    color: #999999;
    white-space: nowrap;
}

.titbt a {
    color: #000000;
}

.news .tit .tit-more {
    margin-left: 7rem;
}

.news .tit .tit-more .xwmore {
    display: flex;
    align-items: center;
    gap: .08rem;
    margin-top: .2rem;
}

.news .tit .tit-more .xwmore span {
    font-size: .18rem;
    color: #000000;
    transition: all 0.3s;
}

.news .tit .tit-more .xwmore:hover span {
    color: #FAC140;
}

.news .tit .tit-more .xwmore img {
    width: .28rem;
    height: .28rem;
    object-fit: cover;
}

.news .tpxw {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

.news .tpxw .tpxw-lf {
    position: relative;
    width: 7.2rem;
    overflow: hidden;
}
.news .tpxw .tpxw-lf .swiper-slide {
    overflow: hidden;
}
.news .tpxw .tpxw-lf img {
    width: 100%;
    height: 4.55rem;
    object-fit: cover;
    transition: all 0.3s;
}

.news .tpxw .tpxw-lf>a:hover img {
    transform: scale(1.05);
}

.news .tpxw .xwbox {
    position: absolute;
    bottom: 0;
    left: .2rem;
    width: 6.8rem;
    height: 2.15rem;
    padding: .5rem .4rem .55rem;
    background-color: #FFF;
}

.news .tpxw .xwbox::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .05rem;
    background: #901D1C;
}

.news .tpxw .xwbox .xwtitle {
    font-weight: 800;
    font-size: .2rem;
    color: #000000;
    height: .24rem;
    line-height: .24rem;
    margin-bottom: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.news .tpxw .xwbox:hover .xwtitle {
    color: #FAC140;
}

.news .tpxw .xwbox .xwdes {
    height: .64rem;
    font-size: .16rem;
    color: #666666;
    line-height: .32rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .tpxw .xwbox .xwtime {
    position: absolute;
    right: .25rem;
    top: -0.42rem;
    width: .84rem;
    height: .84rem;
    padding: .06rem;
    background: #901D1C;
    box-shadow: 0rem .02rem .04rem 0rem rgba(1, 45, 103, 0.24);
}

.news .tpxw .xwbox .xwtime .time-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: .01rem dashed #FFFFFF;
}

.news .tpxw .xwbox .xwtime .time-line .xwday {
    font-weight: bold;
    font-size: .32rem;
    color: #FFFFFF;
}

.news .tpxw .xwbox .xwtime .time-line .xwmonth {
    font-weight: 800;
    font-size: .12rem;
    color: #FFFFFF;
}

.tpxw-lf .swiper-horizontal>.swiper-pagination-bullets,
.tpxw-lf .swiper-pagination-bullets.swiper-pagination-horizontal,
.tpxw-lf .swiper-pagination-custom,
.tpxw-lf .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 1.9rem);
}

.tpxw-lf .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, #901D1C);
}

.news .tpxw .tpxw-rg {
    display: flex;
    flex-direction: column;
    gap: .2rem;

}

.news .tpxw .tpxw-rg .tprgbox {
    position: relative;
    width: 2.9rem;
    height: 2rem;
    overflow: hidden;
}



.news .tpxw .tpxw-rg img {
    width: 2.9rem;
    height: 2rem;
    object-fit: cover;
    transition: all 0.3s;
}

.news .tpxw .tpxw-rg .tprgbox:hover img {
    transform: scale(1.05);
}

.news .tpxw .tpxw-rg .tprgbox .tpbt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: .45rem; */
    padding: .1rem .2rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.tpbt-title a {
    display: block;
    color: #FFFFFF;
    font-size: .16rem;
    height: .24rem;
    line-height: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.news .tpxw .tpxw-rg .tprgbox:hover .tpbt-title a {
    color: #FAC140;

}



/* 工作动态 */
.news .gzdt {
    width: 4.55rem;
}

.news .gzdt .tit>img {
    width: .28rem;
    height: .28rem;
}

.news .gzdt .tit-rg::after {
    content: '/Work dynamics';
    left: 45%;
}

.news .gzdt .xhxxw {
    width: 100%;
    height: 6.38rem;
    background: #901D1C;
    margin-top: .5rem;
    padding: .1rem .25rem .45rem .25rem;
}

.news .gzdt .xhxxw .xhxxw-hz {
    display: flex;
    gap: .1rem;
    /* align-items: center; */
    padding-top: .2rem;
}

.news .gzdt .xhxxw .xhx-time {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news .gzdt .xhxxw .xhx-time p {
    font-weight: bold;
    font-size: .24rem;
    color: #FFFFFF;
    transition: all 0.3s;

}

.news .gzdt .xhxxw-hz:hover .xhx-time p {
    color: #FAC140;
}

.news .gzdt .xhxxw .xhx-time span {
    font-size: .12rem;
    color: #FFFFFF;
    line-height: .16rem;
}

.news .gzdt .xhxxw .xhx-tit {
    min-width: 3.5rem;
    position: relative;
    font-size: .16rem;
    color: #FFFFFF;
    height: .8rem;
    line-height: .3rem;
    padding-bottom: .2rem;
    border-bottom: .01rem solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    /* 允许换行 */


}

.news .gzdt .xhxxw .xhxxw-hz:last-child .xhx-tit {
    border-bottom: none;
}

.news .gzdt .xhxxw-hz:hover .xhx-tit {

    color: #FAC140;
}

.news .gzdt .xhxxw .xhx-tit::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.01rem;
    height: .02rem;
    background: #FAC140;
    transition: .5s;
    width: 0;

}

.news .gzdt .xhxxw .xhx-tit::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.01rem;
    height: .02rem;
    background: #FFF;
    transition: .5s;
    width: 0;
}

.xhxxw-hz:hover .xhx-tit:before {
    width: 100% !important;
}

.xhxxw-hz:hover .xhx-tit::after {
    width: 25% !important;
}


/* 新闻2 */
.jsfg {
    width: 100%;
    /* height: 8.22rem; */
    background: url(../images/aqcjbj.png) no-repeat;
    background-size: cover;
    padding: 1.2rem 0;
}

.jsfg .wp {
    display: flex;
    gap: .8rem;
}

.jsfg .wp .aqjs {
    /* width: calc((100% - .8rem) / 2); */
    width: 7.2rem;
}

.jsfg .wp .zcfg {
    /* width: calc((100% - .8rem) / 2); */
    width: 7.2rem;
}

.aqjs .tit>img {
    width: .28rem;
    height: .28rem;
    object-fit: cover;
}

.aqjs .tit-rg::after {
    content: '/Safety Warning';
    left: 25%;
}

.jsfg .hasMoreTab {
    width: 7.2rem;
    /* height: .35rem; */
    margin-top: .43rem;
}

.jsfg .hasMoreTab .hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 .25rem;
    border-bottom: .01rem solid #ebc6c9;

}

.jsfg .hasMoreTab .hd>ul {
    display: flex;
    gap: .3rem;
}

.jsfg .hasMoreTab .hd>ul li {
    font-weight: bold;
    font-size: .24rem;
    color: #666666;
    line-height: .31rem;
    cursor: pointer;

}

.hasMoreTab .hd li.on {
    color: #901D1C !important;
}

.jsfg .hasMoreTab .hd .more a {
    font-size: .18rem;
    color: #000000;
    line-height: .31rem;
    position: relative;
    margin-right: .38rem;
}

.jsfg .hasMoreTab .hd .more a:hover {
    color: #901D1C;

}

.jsfg .hasMoreTab .hd .more a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.38rem;
    transform: translateY(-50%);
    width: .28rem;
    height: .28rem;
    background: url(../images/bz21.png) no-repeat;
    background-size: cover;
}

.jsfg .hasMoreTab .con {
    width: 7.2rem;
}

.jsfg .hasMoreTab .jslist {
    width: 7.2rem;
    padding: .19rem 0;
    border-bottom: .01rem solid #E5E5E5;
}

.jsfg .hasMoreTab .jsbox img {
    width: 0;
    opacity: 0;
    visibility: hidden;
}

/* .jsfg .hasMoreTab .jsbox {
    overflow: hidden;
}

.jsfg .hasMoreTab .jsbox:hover img {
    transform: scale(1.05);
} */


.jsfg .hasMoreTab .jslist.active .jsbox {
    display: flex;
    gap: .2rem;
}

.jsfg .hasMoreTab .jslist.active .jsbox img {
    width: 2.4rem;
    height: 1.8rem;
    object-fit: cover;
    opacity: 1;
    visibility: visible;

}

.jsfg .hasMoreTab .jslist.active .jsbt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jsfg .hasMoreTab .jslist .jsbt {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.jsfg .hasMoreTab .jslist .jsbt .jsbt-title {
    font-size: .2rem;
    color: #333333;
    line-height: .32rem;
}

.jsfg .hasMoreTab .jslist.active .jsbt .jsbt-title {
    font-weight: bold;
    font-size: .2rem;
    color: #000000;
    line-height: .3rem;
}

.jsfg .hasMoreTab .jslist .jsbt .jsbt-des {
    width: 0;
    height: 0;
    overflow: hidden;

}

.jsfg .hasMoreTab .jslist.active .jsbt .jsbt-des {
    width: 4.5rem;
    height: .56rem;
    font-size: .16rem;
    color: #666666;
    line-height: .28rem;
}

.jsfg .hasMoreTab .jsbt .jsbt-des span {
    color: #F6973D;
}

.jsfg .hasMoreTab .jsbt .jsbt-time {
    font-size: .18rem;
    color: #333;
}




.zcfg .tit>img {
    width: .24rem;
    height: .28rem;
    object-fit: cover;
}

.zcfg .tit-rg::after {
    content: '/Policy and Regulation';
    left: 25%;
}

.wjlist {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: .72rem;
    padding: .2rem 0;
    max-width: 100%;
    border-bottom: .01rem solid #E5E5E5;
    overflow: hidden;
}

.wjlist h2 {
    font-size: .2rem;
    color: #333333;
    line-height: .32rem;
    transition: all 0.3s;
}

.wjlist:hover h2,
.wjlist:hover h4 {
    color: #BE1F28;
    /* font-weight: bold; */
}

.wjlist::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.01rem;
    height: .02rem;
    background: #BE1F28;
    transition: .5s;
    width: 0;
}

.wjlist::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.01rem;
    height: .02rem;
    background: #FAC140;
    transition: .5s;
    width: 0;
}

.wjlist:hover::before {
    width: 100% !important;
}

.wjlist:hover::after {
    width: 25% !important;
}

.wjlist:hover::before {
    transform: scaleX(1);
}

.wjlist h4 {
    font-size: .18rem;
    color: #333333;
    line-height: .24rem;
    transition: all 0.3s;
}


footer {
    width: 100%;
    /* height: 3.3rem; */
    padding: .4rem 0;
    background-color: #901D1C;
    background-image: url(../images/wt.png);
    background-repeat: no-repeat;
    background-position: 80% bottom;
    background-size: 3.38rem 2.57rem;
}

footer .yqlk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .18rem;
}

footer .yqlk>ul {
    display: flex;
}

footer .yqlk>ul li>a {
    position: relative;
    /* font-weight: 600; */
    font-size: .2rem;
    color: #FFFFFF;
    padding-right: .4rem;
}

footer .yqlk>ul li:first-child a {
    pointer-events: none;
}

footer .yqlk>ul li>a::after {
    content: '|';
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
}

footer .yqlk>ul li:last-child>a::after {
    content: '';
}

footer .yqlk .jddh {
    display: flex;
    gap: .25rem;
    align-items: center;
}

footer .yqlk .jddh p {
    font-size: .2rem;
    color: #FFFFFF;
}

footer .yqlk .syqd img {
    width: .35rem;
    object-fit: cover;
}

footer .yqlk .zghqt img {
    width: .41rem;
    object-fit: cover;
}

footer .yqlk .topbtn {
    display: block;
    position: relative;
    padding-right: .25rem;
    height: .24rem;
    line-height: .24rem;
    font-size: 0.2rem;
}

footer .yqlk .topbtn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: .2rem;
    height: .11rem;
    background: url(../images/ljbf.png) no-repeat;
    background-size: cover;
}

footer .dbbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .4rem 0 0;
}

footer .dbbox .bwc {
    width: 7.92rem;
    margin-bottom: .2rem;
    object-fit: cover;
}

footer .dbbox .cj {
    width: 7.4rem;
    object-fit: cover;
}

footer .dbbox .db-rg img {
    width: 1.08rem;
    height: 1.08rem;
    margin-bottom: .1rem;
    object-fit: cover;
}

footer .dbbox .db-rg p {
    font-weight: 400;
    font-size: .16rem;
    color: #FFFFFF
}


/* ==================== 
    搜索样式
   ==================== */

.ser-layer {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    backdrop-filter: blur(5px)
}

.ser-layer.showdiv {
    opacity: 1;
    visibility: visible;
}

.ser-layer .serclose {
    font-size: .3rem;
    position: absolute;
    right: .3rem;
    top: .25rem;
    text-align: center;
    line-height: .3rem;
    cursor: pointer;
    color: #fff;
    font-family: 'lib';
}

.ser-layer .serform {
    width: 90%;
    margin: 0 auto;
    /* margin: 0\0; */
    transform: translateY(1.5rem);
    transition: .2s .1s
}

.ser-layer.showdiv .serform {
    transform: translateY(0);
    transition: .5s .3s
}

.ser-layer .serform .input-group {
    max-width: 5.5rem;
    margin: 0 auto;
    position: relative;
}

.ser-layer .serform .input-group .sub {
    position: absolute;
    right: 0;
    top: 0;
    width: .8rem;
    height: .5rem;
    overflow: hidden;
    background: 0 0;
    cursor: pointer;
    border-radius: 0 .05rem .05rem 0
}

.ser-layer .serform .input-group .sub:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    right: 0;
    background: url(../images/ser.png) no-repeat 35px center;
    background-size: .23rem .23rem;
}

.ser-layer .serform .input-group .inp {
    height: .5rem;
    border: 0;
    border-right: 0;
    padding-right: .9rem;
    width: 100%;
    padding-left: .2rem;
    background: #fff;
    border-radius: .05rem .1rem .1rem .05rem
}

.swi-close-outlined:before {
    content: "\00d7";
    /* × 符号 */
    font-weight: bold;
    font-size: .24rem;
}