a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}
.global-container {
    width: 1200px;
    margin: 0 auto;
}

.textOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.textOverflow_1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.textOverflow_2 {
    -webkit-line-clamp: 2 !important;
}

.textOverflow_3 {
    -webkit-line-clamp: 3 !important;
}

.textOverflow_4 {
    -webkit-line-clamp: 4 !important;
}
.textOverflow_5 {
    -webkit-line-clamp: 5 !important;
}
.textOverflow_6 {
    -webkit-line-clamp: 6 !important;
}




/* 公告卡片 */
.cardNotice-container {
    padding: 20px 30px 11px 30px;
    position: relative;
    background: #fff;
    cursor: pointer;
    transition: all .3s;
    border-bottom: 2px solid transparent;
}

.cardNotice-container:hover {
    border-bottom: 2px solid #B90316;
    /* box-shadow: 0 0 14px #ddd; */
}

.cardNotice-container::after {
    content: '';
    display: block;
    width: 103px;
    height: 87px;
    position: absolute;
    right: 0;
    bottom: 20px;
    background: url('../hs/static/logo_shading.png') no-repeat;
    background-size: cover;
}


.notice-time {
    height: 144px;
    color: #B90316;
    padding-right: 30px;
    border-right: 1px solid #EBEBEB;
    font-family: MiSans;
    justify-content: center;
}

.notice-time span {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.notice-time .time {
    font-size: 30px;
    font-weight: 600;
}

.notice-time .line {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background: #B90316;
}

.notice-time .year {
    font-size: 16px;
    font-weight: 500;
}


.notice-container {
    height: 144px;
    font-family: PingFang SC;
    font-weight: 500;
    padding-left: 26px;
}

.notice-container .title {
    font-size: 24px;
    font-weight: bold;
    color: #111111;
    line-height: 30px;
    padding-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.notice-container .desc {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}


.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    margin: 0 auto;
    z-index: 99;
}

.navbar-fixed-top.active {
    background: #fff;
}

.navbar-fixed-top .navbar-login {
    width: 248px;
    height: 52px;
    background: url('../hs/static/logo.png') no-repeat;
}

.navbar-fixed-top.active .navbar-login {
    background: url('../hs/static/logo_active.png') no-repeat;
}



.sticky-top {
    transition: all .3s;
}

.navbar-menu {
    font-size: 16px;
    font-family: PingFang SC;
    color: #FFFFFF;
}

.navbar-menu a {
    color: #fff;
}

.navbar-menu .item {
    position: relative;
    display: inline-block;
    margin-left: 50px;
    line-height: 99px;
    padding: 0 2px;
    text-decoration: none;
    color: #fff;
    transition: all .3s;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.navbar-menu .item .menu_child {
    display: none;
    position: absolute;
    left: -50%;
    top: 100%;
    min-width: 140px;
    background: #B90316;
    color: #fff;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    transition: all .5s;
}

.navbar-menu .item .menu_child .subItem {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.navbar-menu .item:hover .menu_child {
    display: block;
    opacity: 1;
    height: auto;
}

.navbar-menu .item .menu_child a:hover {
    background: #810612;
    text-decoration: none;
}

.navbar-menu .item.active,
.navbar-menu .item:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}


.navbar-fixed-top.active .navbar-menu .alink {
    color: #333333;
}

.navbar-fixed-top.active .navbar-menu .item.active,
.navbar-fixed-top.active .navbar-menu .item:hover {
    border-bottom: 2px solid #B90316;
}
.navbar-menu .item:hover .alink {
    color: #B90316;
    text-decoration: none;
}




/* 底部区域 */
footer {
    min-height: 228px;
    background-color: #474747;
    background-position: 50% bottom;
    background-size: contain;
    font-size: 12px;
    margin-top: 100px;
}

.footer-container {
    padding: 45px 0;
    border-bottom: 1px solid rgba(187, 187, 187, 0.2);
}

.footer-container .container {
    position: relative;
    padding-left: 97px;
}

.footer-container .logo {
    /* width: 321px;
    height: 68px; */

}

.footer-container .logo img {
    width: 100%;
    height: 100%;
}

.login-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-login-text {
    display: block;
    margin-top: 8px;
    width: 379px;
    height: 28px;
}

.footer-address div:nth-child(1) {
    padding-right: 35px;
}

.footer-address img {
    margin-right: 15px;
}

.footer-address span {
    font-size: 14px;
    font-family: PingFang SC;
    color: rgba(255, 255, 255, 0.8);
}

.footer-address .address img {
    margin-right: 10px;
}

.footer-login-miniLogo {
    position: absolute;
    right: 0;
    top: 0;
    width: 59px;
    height: 43px;
}

.copyright {
    font-size: 14px;
    text-align: center;
    padding: 36px 0 30px 0;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
}

.copyright a {
    color: #999999;
}

.scrollTop-wrapper {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 99;
}

.scrollTop-wrapper .item {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
}

.scrollTop-wrapper .code {
    position: relative;
    background: #fff url('../hs/static/qrCode.png') no-repeat center;
}

.scrollTop-wrapper .code:hover {
    background: #fff url('../hs/static/qrCode_active.png') no-repeat center;
}

.scrollTop-wrapper .top {
    background: #fff url('../hs/static/scrollTop.png') no-repeat center;
}

.scrollTop-wrapper .top:hover {
    background: #fff url('../hs/static/scrollTop_active.png') no-repeat center;
}

.scrollTop-wrapper .code-wrapper {
    position: absolute;
    right: 64px;
    top: -1px;
    width: 110px;
    height: 129px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    transform: translateY(40px);
    transition: all .3s;
    opacity: 0;
}

.scrollTop-wrapper .code:hover .code-wrapper {
    opacity: 1;
    transform: translateY(0);
}

.scrollTop-wrapper .code-wrapper img {
    width: 89px;
    height: 89px;
}

.scrollTop-wrapper .code-wrapper div {
    font-size: 14px;
    font-family: PingFang SC;
    color: #333333;
    text-align: center;
}


.cus-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border-top: none;
    margin-right: 20px;
    border-bottom: none;
}

.carousel-item {
    position: relative;
}

.banner-text-container {
    width: 1200px;
    margin: 281px auto 0 auto;
    position: absolute;
    font-family: PingFang SC;
}

.banner-text-container .title {
    font-size: 80px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0;
}

.banner-text-container .desc {
    font-size: 26px;
    padding: 25px 0;
    color: #FFFFFF;
}

.submit {
    width: 121px;
    height: 40px;
    border-radius: 20px;
    box-sizing: content-box;
    border: none;
    background: url('../hs/static/arrow_icon_right.png') #B90316 no-repeat center;
}
.submit .alink {
    display: block;
    width: 121px;
    height: 40px;
}



.common-title-icon {
    position: relative;
    font-size: 40px;
    font-family: PingFang SC;
    color: #111111;
    font-weight: bold;
}

.common-title-icon::after {
    position: absolute;
    bottom: 10px;
    margin-left: 10px;
    content: '';
    display: inline-block;
    width: 29px;
    height: 21px;
    background: url('../hs/static/miniLogo.png') no-repeat;
}

.common-more-icon {
    font-size: 18px;
    font-family: PingFang SC;
    color: #999999;
    /* margin-right: 30px; */
    text-decoration: none;
    list-style: none;
}

.common-more-icon::after {
    content: '';
    margin-left: 30px;
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url('../hs/static/icon_more.png') no-repeat;
}

.common-more-icon:hover {
    color: #B90316;
    text-decoration: none;
}

.common-moreInfo-icon {
    display: inline;
    font-size: 18px;
    color: #B90316;
}

.common-moreInfo-icon:hover {
    color: #B90316;
}

.common-moreInfo-icon::after {
    display: inline-block;
    content: '';
    width: 24px;
    margin-left: 14px;
    text-decoration: none;
    height: 11px;
    background: url('../static/arrow_right_active.png') no-repeat;
}

.common-moreButton-icon {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    border: 1px solid rgba(221, 221, 221, 0.4);
    padding: 11px 18px;
    background: transparent;
}
.common-moreButton-icon .alink {
    color: #666666;
}

.common-moreButton-icon::after {
    content: '';
    margin-left: 8px;
    display: inline-block;
    width: 6px;
    height: 8px;
    background: url('../hs/static/icon_1.png') no-repeat;
}


/* 静态banner区域 */
.asyncBanner-container {
    position: relative;
    width: 100%;
    height: 500px;
}

.asyncBanner-container img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin: 0 auto;
}

.asyncBanner-container .banner-text-wrapper {

    width: 1200px;
    margin: 0 auto;
    transform: translateY(80%);
}

.asyncBanner-container .banner-text {
    font-family: PingFang SC;
    color: #FFFFFF;
}

.asyncBanner-container .banner-text .title {
    font-size: 50px;
    letter-spacing: 3px;

}

.asyncBanner-container .banner-text .descript {
    font-size: 26px;
    padding: 10px 0 56px 0;
}

.asyncBanner-container .banner-text .line {
    width: 60px;
    height: 3px;
    background: #FFFFFF;
}

.common-menu {
    font-family: PingFang SC;
    transform: translateY(-68px);
}

.common-menu-default {
    text-align: center;
    width: 195px;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #FFFFFF;
    background: #B90316 url('../hs/static/menu_background_default.png') no-repeat;
}

.common-menu-item-wrapper {
    background: #F7F8FC;
}

.common-menu-item {
    font-size: 18px;
    line-height: 80px;
    height: 80px;
    width: 145px;
    margin: 0 auto;
    text-align: center;
    color: #111;
    background: #F7F8FC;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.common-menu-item:last-child {
    border: none;
}
.common-menu-item a  {
    color: #111;
    text-decoration: none;
}
.common-menu-item.active ,
.common-menu-item:hover,
.common-menu-item.active .alink
{
    color: #B90316;
    text-decoration: none;
}

.common-menu-item:hover:last-child {
    border-bottom: 1px solid transparent;
}

.common-menu-item:last-child.active {
    border-bottom: none
}

.common-article-container {
    padding-left: 50px;
    /* width: 100%; */
    width: 1050px;
    /* padding-bottom: 100px; */
}

.common-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: PingFang SC;
    border-bottom: 1px solid #9F2F2E;
    padding-bottom: 18px;
    padding-top: 30px;
}

.common-breadcrumb .label {
    font-size: 24px;
    font-weight: bold;
    color: #111111;
}

.common-breadcrumb .address {
    font-size: 16px;
    color: #666666;
}

.common-paging {
    padding: 20px 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.common-paging-link {
    display: block;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #111;
    padding-bottom: 12px;
}
.common-paging .alink {
    color: #111;
}
.common-paging .alink:hover {
    color: #B90316;
}
.common-paging-link:hover,
.common-paging-link.active {
    color: #B90316 !important;
}

.common-paging-link:last-child {
    padding-bottom: 0;
}

.common-pagination {
    display: flex;
    justify-content: start;
    width: 500px;
    margin: 60px auto;
}

.common-pagination div {
    cursor: pointer;
}

.common-pagination .pagination-item {
    width: 41px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
    font-family: PingFang SC;
    color: #111;
    vertical-align: top;
}

.pagination-more {
    line-height: 36px !important;
}

.common-pagination .pagination-item:hover,
.common-pagination .pagination-item.active {
    background: #B90316;
    color: #fff;
}

.common-pagination .pagination-prev {
    width: 41px;
    height: 41px;
    padding: 10px 2px;
    background: url('../hs/static/pagination_icon_left.png') no-repeat center;
}

.common-pagination .pagination-prev:hover {
    background: url('../hs/static/arrow_left_active.png') no-repeat center;
}

.common-pagination .pagination-next {
    width: 41px;
    height: 41px;
    background: url('../hs/static/pagination_icon_right.png') no-repeat center;
}

.common-pagination .pagination-next:hover {
    background: url('../hs/static/arrow_right_active.png') no-repeat center;

}


/* 详情页标题 */
.common-info-title {
    font-size: 28px;
    font-family: PingFang SC;
    color: #111111;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

.common-info-desc {
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
}


/* 新闻卡片 */
.newCard-wrapper {
    position: relative;
    width: 303px;
    text-align: center;
    /*height: 380px;*/
    /* margin-right: 30px; */
    overflow: hidden;
    background: #F7F8FC;
    cursor: pointer;
}

.newCard-wrapper .cover {
    width: 314px;
    height: 200px;
    vertical-align: top;
}

.newCard-wrapper .newInfo {
    width: 100%;
    height: 180px;
    padding: 0 29px;
    text-align: left;
    vertical-align: top;
    font-family: PingFang SC;
}

.newCard-wrapper .newInfo .tag {
    font-size: 18px;
    color: #D70022;
    padding: 30px 0 20px 0;
}

.newCard-wrapper .newInfo .title {
    font-size: 24px;
    font-weight: bold;
    color: #111111;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.newCard-wrapper .time {
    position: absolute;
    font-family: MiSans;
    left: 20px;
    top: 112px;
    width: 76px;
    height: 70px;
    color: #FFFFFF;
    background: rgba(185, 157, 31, 0.9);
}

.newCard-wrapper .time span {
    position: absolute;
}

.newCard-wrapper .time span:nth-child(1) {
    font-size: 30px;
    left: 20px;
    top: 5px;
}

.newCard-wrapper .time span:nth-child(2) {
    font-size: 14px;
    left: 13px;
    top: 43px;
}

.newCardActive {
    position: absolute;
    left: 0;
    top: 0;
    width: 314px;
    height: 380px;
    background: #E9EDF4;
    padding: 30px;
    font-family: PingFang SC;
    transition: all .3s;
    z-index: -1;
    opacity: 0;
    /* transition: all .3s ease-in; */
}


.newCard-wrapper:hover .newCardActive {
    z-index: 3;
    opacity: 1;
    background: url('../hs/static/newItem_backgroudn.png') no-repeat;
    background-size: cover;
}
  
.newCardActive .title span:nth-child(1) {
    font-size: 18px;
    color: #D70022;
}

.newCardActive .title span:nth-child(2) {
    font-size: 14px;
    color: #999999;
}

.newCardActive .headline {
    font-size: 24px;
    font-weight: bold;
    color: #111111;
    padding: 36px 0;
}

.newCardActive .desc {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}

.newCardActive .submit {
    width: 121px;
    height: 40px;
    margin-top: 40px;
    background: #B90316 url('../hs/static/arrow_icon_right.png') no-repeat center;
    border-radius: 20px;
    border: none;
    border-radius: 30px;
}

.common-detail-title {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #111111;
    text-align: center;
}

.common-detail-desc {
    height: 15px;
    font-size: 16px;
    font-family: PingFang SC;
    text-align: center;
    padding-top: 20px;
    color: #999999;
}

.common-detail-desc span:nth-child(2) {
    padding: 0 20px;
}


.common-videoCard-container {
    position: relative;
    display: inline-block;
    width: 293px;
    margin-right: 20px;
    margin-bottom: 40px;
    font-family: PingFang SC;
}

.common-videoCard-container:nth-child(3n) {
    margin-right: 0 !important;
}

.common-videoCard-container .cover {
    width: 298px;
    height: 189px;
}

.common-videoCard-container .cover img,
.common-videoCard-container .cover video {
    width: 100%;
    height: 100%;
}

.common-videoCard-container .title {
    font-size: 20px;
    font-weight: bold;
    padding: 23px 0 0px 0;
    color: #111111;
}

.common-videoCard-container .time {
    font-size: 14px;
    color: #999999;
}

.common-videoCard-container .time img {
    padding-right: 10px;
}

.common-videoCard-container .common-video-tag {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 10px 12px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.common-videoCard-container .common-video-tag span {
    padding-left: 10px;
}

