@charset "utf-8";
@import url("//fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900");
* {
    outline: none;
    font-family: Noto Sans SC, PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.x-w-48{
    width: 49%!important;
}
.fx-pic{
    width: 245px;
    height: 245px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #e1bf7f;
    position: relative;
    text-indent: 0!important;
    margin: 0 auto!important;
}
.fx-pic img{
    margin: 0!important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    
}
.ui-collapse-menu-title:last-child{
    border: none;
}
.ui-collapse-menu-title{
    line-height: 40px;
}

.container-right p{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.x-t1{
    display: inline-block;
    width: 1em;
}
a:hover{
    color: inherit;
}
.ui-datepicker-calendar td.highlighted a{
   border: 2px solid #ac2232!important;
}
li{
    list-style: none;
}
:root {
    --dark-color: #222;
    --web-color: #ac2232;
    --other-color: #df7701;
    --gray-color: #999;
}
html{
    background: #fff;
}
.ui-tabs-content .ui-tabs-pane img{
    width: 66.666%;
    display: block;
    margin: 0 auto;
}
body{
    position: relative;
    display: block;
    width: 1080px;
    height: 1920px;
    margin: 0 auto;
    background: url("https://jhmj2.oss-cn-shanghai.aliyuncs.com/theme/2022/images/bg3.webp") top center / cover no-repeat;
 }

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    display: none;
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius   : 10px;
    background-color: var(--other-color);

}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #ededed;
    border-radius: 10px;
}
.artlist-item-image a {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62%;
    display: block;
}
.artlist-item-image img,.artlist-item-image svg {
    width: 100%;
   max-height: unset;
    border-radius: 4px;
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
}
.position{
    background: #fff;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.x-video{
    position: relative;
    width:100%;
    height: 0;
    padding-top:56.25%;
    background: #000;
    margin-bottom: 15px;
}
.x-video video{
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
}
.main{
    padding: 5% 0;
    position: relative;
    height: 100%;
}
.x-h100{
    overflow: hidden;
    height: 100%;
}
.x-width{
    width: 90%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.x-width.x-h100{
    border-radius: 0 0 10px 10px;
}
.c-btn2 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 50px;
    width: 200px;
    border-radius: 20px 5px 20px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 15px sans-serif;
    font-weight: 300;
    text-shadow: 0 0 20px #fff;
    transition: all 0.2s ease;
    cursor: pointer;
    border-color: #ffeca8;
    background-image: linear-gradient(to bottom, rgba(172, 34, 50, 0.6), rgba(240, 96, 29, 0.6));
    box-shadow: 0 0 70px rgba(255, 76, 48, 0.6), 0 5px 20px rgba(255, 48, 48, 0.6), inset 0 1px #ffeca8, inset 0 -1px #ffeca8;
    color: #fff;
}
.margin-auto{
    margin: 0 auto;
}
@-webkit-keyframes breath {
    0% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0.95);
    }
}

@keyframes breath {
    0% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0.95);
    }
}
@-webkit-keyframes breath {
    0% {
        transform: skewX(-10deg) scaleX(1);
    }
    100% {
        transform: skewX(-10deg) scaleX(0.95);
    }
}
.c-btn2:before{
    content: "";
    box-shadow: inset 0 0 30px 0 #ffeca8;
    display: block;
    width: calc(100% - 22px);
    height: calc(50px - 8px);
    -webkit-animation: breath 2s infinite alternate;
    animation: breath 2s infinite alternate;
    left: 10px;
    top: 3px;
    position: absolute;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 15px 3px 15px 3px;
}

.c-btn2:hover:before{
    box-shadow: inset 0 0 50px 0 #ffeca8;
}

.c-btn2:hover {
    color: #fff;
    box-shadow: 0 0 70px rgba(255, 138, 48, 0.8), 0 5px 20px rgba(255, 138, 48, 0.8), inset 0 1px #ffeca8, inset 0 -1px #ffeca8;
}

.x-50{
    width: 50%;
}
.x-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.x-flex-stretch{
    align-items: stretch!important;
}
.video{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: #000;
}
.video video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.ui-bg-white{
    background: #fff!important;
}
#lrclist{
    width: 50%;
    height: 30px;
}
#lrclist li{
    width: 100%;
    text-align: center;
    display: none;
    font-size: 20px;
}
#lrclist li.on{
    display: block;
}
.qm span{
    font-family: SimSun-ExtB,sans-serif;
}
.x-card{
    border-radius: 10px;
    box-shadow: 0 0 20px #830202;
    overflow: hidden;
    border: 2px solid #ff0;
    background: linear-gradient( 135deg, var(--other-color), #f33535,var(--other-color));
    color: #fff;
    box-shadow:none;
    margin-bottom: 20px;
}
.x-card.no-border{
    background: transparent;
    border: none!important;
}
.x-card a{
    color: inherit;
}
.content-img img{
    width: 100%;
}
.ui-text-justify{
    text-align: justify;
}
.x-flex-3{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.x-flex-3 .x-card{
    width: 32%;
    height: 160px;
    align-items: center;
    text-align: center;
    padding: 10px;
    margin-bottom: 1.5%;
        display: flex;
    justify-content: center;
}
img.gif{
    width: 16px!important;
}
.x-flex .x-card{
    text-align: center;
    margin-bottom: 4%;
    padding: 20px;
}
.main-title{
    background-image: linear-gradient(var(--web-color),var(--other-color));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-text-stroke: 1px #ff0;
    text-align: center;
    font-weight: 900;
    font-size: 2.6rem;
    text-shadow: 5px 5px 5px #FF0000;
    font-family: microsoft yahei,sans-serif;
}
.ui-bread ul li i{
    display: none;
    color: inherit;
    padding-right: 0;
}
#audio{
    height: 40px;
}
.item1{
    height: 100%;
}
.item1 .content span{
    display: block;
    font-size: 40px;
}

.item2 .content span{
    font-size: 30px;
    margin-right: 10px;
}
.x-flex-3 .item1 > .content{
    /*height: 360px;*/
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all .3s;
    text-align: center;
}
.x-flex-3 .item2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.x-flex-3 .item2 .content{
    /*height: 170px;*/
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.x-flex-3 .item .content{
    background: #fff;
}
.x-flex-3 .item .content a{
    display: block;
    color: inherit;
    text-align: center;
}

.item3{
    height: 540px;
}
.item h2{
    margin: 0;
}
.x-border{
    padding: 20px;
    border: 1px solid #000;
    font-size: 20px;
}
.footer .x-flex-4 li{
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
img.logo-img{
    width: 100px;
    margin-bottom: 10px;
}
.x-flex-3 .x-card img.logo-img{
    width: auto;
    height: 100px;
    margin-bottom: 10px;
}
.item2 img.logo-img{
    width: 40%;
    margin: 0 auto 5px;
}
.footer .x-flex-4 li p{
    font-size: 20px;
}
.bottom-video .swiper-slide{
    opacity: 0.5;
    cursor: pointer;
}
.bottom-video .swiper-slide-thumb-active{
    opacity: 1;
}
.h2{
    font-size: 28px;
    font-weight: bold;
}
.ui-line:before,.ui-line:after{
    border-color: #333;
}
.iframe-box{
    width: 100%;
    height: 90%;
    position: relative;
}
.iframe-box iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.foot-btn{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 8.5%;
    text-align: center;
}
.page-section{
    position: relative;
    height: 78%;
    border-radius: 0 0 10px 10px;
}
.page-show {
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    padding: 40px;
    position: relative;
    margin-top: 10px;

}
.page-show h3{
    margin-bottom: 20px;
}
.page-show .history_content p img{
    max-width: 20%;
    display: block;
    margin: 0 auto;
}
.live-list{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.live-list .live-item{
    width: 32%;
    margin-bottom: 2.5%;
}
.live-list .live-item .live-image a{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    display: block;
}
.live-list .live-item .live-image a img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.live-list .live-item .live-date{
    font-size: 14px;
    padding: 3px 0;
}
.live-list .live-item .live-title{
    line-height: 1.3;
    font-weight: bold;
}

.card-list li .img-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 139.69%;
    margin-bottom: 10px;
}
.card-list li .img-box img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.book-list li{
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 0;
}
.cate-show {
    height: 100%;
    position: relative;
}
.page-show h1{
    font-size: 48px;
}
.page-show .news-title{
   
    font-size: 32px;
    font-weight: bold;
}
.page-show p{
    text-align: justify;
    margin-bottom: 25px;
    line-height: 2;
    text-indent: 2em;
    font-size: 18px;
    color: #333;
}
.page-show .x-content p{
    font-size: 14px;
    text-indent: 0;
}
#newsdate{
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}
.page-show p img{
    width:100%;
    margin-left:-2em;
}
.list{
    padding-top: 35%;
}
.list li{
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1vw;
    font-weight: bold;
    border: 5px solid #edbb2b;
    text-align: center;
}
.x-card p{
    color: #ffe400;
}
.x-card h2{
    font-size: 20px;
    color: #ffe400;
}
.intro-a{
    width: 30%;
}
.intro-b{
    width: 65%;
}
.mapBox {
    width: 688px;
    margin: 10px auto;

}
.mapBox .mapPath{
    display:none;
    margin-top:20px;
    width:100%;
    overflow:hidden;
    border: solid 1px #ccc;
    padding: 5px;
    text-align: center;
}
.mapBox .mapPath .ui-tabs-content{
    margin-top: 20px;
}
.mapBox .mapPath .ui-tabs-pane{
    height: 600px;
    overflow-y: auto;
    padding: 20px;
}
.x-flex-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.x-flex-2 li{
    width: 49%;
    margin-bottom: 1.5%;
}
.x-flex-2 li img{
    max-width: 100%;
}

.card-list{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.card-list li{
    width: 22%;
    text-align: center;
    margin-bottom: 25px;
}
.x-flex-3.card-list li{
    width: 31%;
    text-align: center;
}
.card-list li img{
    width: 100%;
    margin: 0 auto;
}
.card-list li p.t1{
    font-size: 18px;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 0;
    text-indent: 0!important;
    font-weight: bold;
}
.card-list li p.t3{
    line-height: 1;
     text-indent: 0!important;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px;
}
.card-list li p.t2{
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    color: #999;
    text-indent: 0!important;
}
.base-title{
    background: url("../images/title-bg.png") center no-repeat;

    font-size: 26px;
    line-height: 51px;
    position: relative;
    text-align: center;
}

.base-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;

}
.base-list li{
    width: 19%;
    margin-bottom: 1.5%;
    transition: all .3s;
}
.base-list li a{
    display: block;
    padding: 10px 0;
    text-align: center;
    background-color: var(--web-color);
    color: #fff;

}
.empty {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    height: unset !important;
}

.empty:before, li.empty:after {
    display: none !important;
}

.empty:hover {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}
.jsmap-hovertip{
    display: none!important;
}
.jsmap-container{
    margin: 0 auto;
}
.ui-page ul li.active a{
    background: var(--web-color);
}
.ui-page ul li.active{
    border-color: var(--web-color);
}
.x-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.x-flex-list-3 > li {
    width: 32%;
    border: 2px solid #999;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 5px;
}
li img{
    width: 100%;
}
li.empty {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    height: unset !important;
}

li.empty:before, li.empty:after {
    display: none !important;
}

li.empty:hover {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}
