/*!
 * public css V1.0
 * 08.2021
 * 
 */

/*** CSS 通用内容 ***/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul,
ol {
    list-style-type: none;
}

em {
    font-style: normal
}

body {
    color: #444;
}

input,
textarea {
    font: 14px Arial, Helvetica, sans-serif;
    line-height: 30px;
    border: none;
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #333;
}

body,
div {
    line-height: 26px;
    font-size: 16px
}

.lb1 a {
    display: block;
    margin: 0;
    padding-bottom: 20px;
}

/*********common area*************/
.g-c-area {
    margin: 0px auto;
    position: relative
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.txt-c {
    text-align: center
}

  .showImg{
top:0;
left:0;
            width: 100%;
    position: fixed;
    height: 100%;
    z-index: 9999999999;
    background: rgba(0,0,0,0.5);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
      }
.showImg img{
  display: block;
            margin: auto;
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
}

/**clear**/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.rooldot {
    text-align: center;
}

.rooldot .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eb2d1c;
    margin: 20px 8px;
    opacity: 1;

}

.rooldot .swiper-pagination-bullet-active {
    background: url(http://www.hicn.cn/img/20240205/dotd.png) no-repeat center center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin: 10px;
}

/*
*,
*:before,
*:after {  -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;      box-sizing: border-box;}

/*******************/
.w1400 {
    width: 1200px;
    margin: 0 auto;
    border: 0px solid #ccc
}

.w1100 {
    background: #fff;
    width: 1100px;
    overflow: hidden;
    margin: 10px auto;
}

.mb30 {
    margin-bottom: 30px
}

.sp10 {
    font-size: 1px;
    display: block;
    clear: both;
    overflow: hidden;
    height: 10px;
}

.gray {
    color: #aaaaaa
}

/*******list*******/
.cm-ul-list {}

.cm-ul-list li {
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border-bottom: 0px solid #ddd;
}

.cm-ul-list li a {}

.cm-pic-list {}

.cm-pic-list li {
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 30%;
    margin-bottom: 20px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.cm-pic-list img {
    width: 100%;
    /* height: 100%; */
}

.cm-pic-list p {
    overflow: hidden;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cm-pic-list li a {
    margin: 10px 0 6px
}

.cm-picrw-list {}

.cm-picrw-list li {
    margin-bottom: 20px;
    position: relative;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.cm-picrw-list li>a {
    display: block;
    position: relative;
    margin-right: 20px
}

.cm-picrw-list li>a img {
    width: 175px;
    height: 115px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20
}

.cm-picrw-list li p {
    margin-left: 190px
}

.cm-picrw-list li a p,
.cm-picrw-list li p {
    height: 115px;
    line-height: 29px;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}

.img-overw {
    position: relative;
    line-height: 0px;
    display: inline-block
}

.img-overw img {
    width: 100%;
    /* height: 100%; */
}

.img-overw p {
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 58px;
    bottom: 0px;
    color: #fff;
    padding: 0 8px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.pagenumb {
    padding: 10px 0;
    text-align: center
}

.pagenumb a {
    margin: 0 10px;
    display: inline-block;
    width: 12px;
    height: 18px
}

.pagenumb a img {
    width: 100%;
    height: 100%
}

.pagenumb em {
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #fff;
    display: inline-block;
    margin: 5px 6px
}

.pagenumb em.on {
    background: #fde47b
}

.videobox {}

.videobox li {
    position: relative
}

.videobox li a img {
    width: 100%;
    height: 100%;
}

.videobox li>a:before,
.videobox a:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url("http://www.hicn.cn/img/20240205/i_play.png") no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin-left: -30px;
    margin-top: -30px;
}

.list-2col li {
    float: left;
    width: 47%;
    margin-right: 3%;
}

.list-3col li {
    float: left;
    width: 32%;
    margin-right: 1.3%;
}

.list-4col li {
    float: left;
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.list-5col li {
    float: left;
    width: 18%;
    margin-right: 2%
}

/*******/
.rollmumb {
    padding: 10px 0;
    text-align: center;
}

.rollmumb a {
    margin: 0 10px;
    display: inline-block;
    width: 12px;
    height: 18px;
}

.rollmumb a img {
    width: 100%;
    height: 100%
}

.rollmumb em {
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #ddd;
    display: inline-block;
    margin: 5px 6px
}

.rollmumb em.on {
    background: #b80c0c
}

.rollmumb em.on2 {
    background: #ffec1c
}

.pagemumb {
    padding: 10px 0;
    text-align: center;
    color: #999999;
    font-size: 12px;
}

.pagemumb a {
    margin: 0 10px;
    display: inline-block;
    width: 16px;
    background: #eee;
    padding: 0px 6px;
    font-size: 14px;
    line-height: 28px
}

.pagemumb a:hover {
    background: #aeaeae
}

.pagemumb em {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 5px 8px;
    font-size: 16px;
    font-weight: bold
}

/*****/
.mobileh5-box {
    position: relative;
    margin: 0 auto
}

.mobileh5-box ul {
    width: 90%;
    margin: 0 auto
}

.mobileh5-box li {
    width: 33%;
    position: relative;
    padding: 0px;
    line-height: 0;
    float: left;
}

.mobileh5-box li a {
    width: 286px;
    height: 510px;
    display: block;
    margin: 00px auto;
    padding-top: 40px;
    text-align: center;
    background: url("http://www.hicn.cn/img/20240205/mobileh5-bg.png") no-repeat 0 0;
}

.mobileh5-box li img {
    width: 250px;
    border-radius: 0px;
    border: 0px solid #fff;
}

.mobileh5-box li .mobileh5-box-bg {
    position: absolute;
    width: 260px;
    background: #153a85;
    height: 480px;
    top: 7px;
    z-index: 20;
    border-radius: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    border: 6px solid #153a85;
    left: 50%;
    margin-left: -135px
}

.mobileh5-box li .info h3 {
    color: #fff;
    font-size: 24px;
    position: absolute;
    z-index: 30;
    top: 400px;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 220px;
    left: 50%;
    margin-left: -110px;
    line-height: 34px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.mobileh5-box li .info {
    display: nodne;
    width: 260px;
    margin: 0 auto;
    overflow: hidden
}

.mobileh5-box li:hover .mobileh5-box-bg {
    opacity: 0.95;
    filter: alpha(opacity=0.95);
}

.mobileh5-box li:hover .info h3 {
    top: 200px;
    opacity: 1;
    filter: alpha(opacity=1);
}

.mobileh5-box .arrow-left {
    position: absolute;
    top: 320px;
    left: 10px;
    z-index: 5
}

.mobileh5-box .arrow-right {
    position: absolute;
    top: 320px;
    right: 50px;
    z-index: 5
}

/****form****/
.formbox {}

.form-inp {
    background-color: #efefef;
    border: 0px;
    outline: none;
    padding: 5px 10px
}

.formbox input.inpcheck {
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block
}

/******* copyright  *****/
.footcopyright {
    padding: 50px 0 40px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.footcopyright p {
    line-height: 26px
}

/*********common end***********/

/* 分享 */
.fx_new {
    float: left;
    text-align: left;
}

.bshare-custom a:link {
    color: #fff;
}

.bshare-custom a:visited {
    color: #fff;
}

.bshare-custom a:hover {
    color: #fff;
}

.bais {
    color: #fff;
}

.bshare-custom #bshare-shareto {
    color: #fff !important;
}

.fx_bot {
    bottom: 0;
}

/*导航*/


/*背景*/
/*.sc_top{ background: url("/img/20240205/top.jpg") no-repeat top;height:720px; background-size: cover}
@media screen and (max-width:1920px) { 
}*/

body {
    background: #fff
}

.fl_left {
    float: left
}

.fl_right {
    float: right
}

.rollleft,
.rollright {
    margin: 0 5px
}

.cm-pic-list {
    width: 98%;
    margin: auto;
    height: fit-content;
}

.cm-ul-list li {
    border-bottom: 1px dashed #dddddd;
    margin-top: 6px;
    border-radius: 2px;
}

.cm-ul-list li a {
    background: url("http://www.hicn.cn/img/20240205/dot.png") no-repeat 0 center;
    padding-left: 12px;
    background-size: 6px 6px;
    margin-left: 8px
}

.cm-ul-list li:hover {
    border-bottom: 1px solid #fceede;
    background: #fceede;
    border-radius: 20px;
}

@media screen and (max-width:1920px) {}


/*栏目*/
.sc-title {
    height: 115px;
    text-align: center;
}

.sc-title h2 {
    font-size: 28px;
}

/******* 底部 *****/

.footcopyright {
    width: 100%;
}

.copyright {
    width: 100%;
    padding: 30px 0 30px 0;
}

.copyright p {
    font-size: 12px;
    color: #a4bcf3;
    text-align: center;
}


.sc-col {
    padding: 10px;
}

.more {
    text-align: right;
}

/***/

/***** 通用内容 结束***/

/***** 页面宽度 *****/
/********/
.cm-area {
    width: 102%
}

.cm-col {
    background: #f8f3e7;
    float: left;
    margin-right: 2%
}

.cm-2col .cm-col {
    width: 48%;
}

.cm-3col .cm-col {
    width: 31.33%;
}

.cm-4col .cm-col {
    width: 23%;
}

/*******/

/******/
/********************************/

.sc-bartitle {
    width: 1000px;
    height: 70px;
    margin: 00px auto 10px;
    position: relative;
    text-align: center;
    top: 00px;
    padding-top: 135px
}

.g-c-area {
    width: 1400px;
    position: relative
}

.g-c-area .bd {
    padding: 0 80px
}

.footcopyright {
    color: #fff;
    margin-top: 50px;
    padding: 30px 0 50px;
}

.wbg {
    background: url("http://www.hicn.cn/img/20240205/pagebg2.png") repeat center 0;
}

/** nav***/
.g-c-100 {
    width: 100%;
    position: relative;
    height: calc(100vh)
}

.g-c-main {
    width: 72%;
    margin: 00px auto 0;
    padding-top: 250px;
}

.g-c-main2 {
    width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 660px;
    margin-top: -330px;
    margin-left: -700px
}

.arrow-left {
    position: absolute;
    bottom: -15px;
    left: 190px;
    z-index: 35
}

.arrow-right {
    position: absolute;
    bottom: -15px;
    right: 120px;
    z-index: 35
}

.arrow-up {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 5
}

.arrow-down {
    position: absolute;
    top: 140px;
    left: 10px;
    z-index: 5
}

.sctop {
    line-height: 0px;
    background: url("http://www.hicn.cn/img/20240205/top.jpg") no-repeat center 0px;
    position: relative;
}

.sctop-c {
    height: 320px;
}


a.more {
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 20px auto 10px;
    display: block;
    width: 700px;
    border-radius: 10px;
    color: #999;
}

a.more:hover {
    background: #fff;
    color: #777;
    font-weight: bold
}

/********/
.topnews h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    line-height: 100px
}

.topnews h2 a {
    color: #8f1023;
}

.topnewsc {
    background: #f7d2b0;
    border-bottom: 25px solid #cda076;
    width: 1920px;
    margin: 0 auto
}

@media screen and (max-width:1920px) {
    .topnewsc {
        width: 100%;
    }
}

/**********/
.pagekbg1 {
    background: url("http://www.hicn.cn/img/20240205/kuang1.png") no-repeat center 0px;
    height: 840px
}

.pagekbg2 {
    background: url("http://www.hicn.cn/img/20240205/kuang2.png") no-repeat center 0px;
    height: 640px
}

.pagekbg5 {
    background: url("http://www.hicn.cn/img/20240205/kuang3.png") no-repeat center 0px;
    height: 820px;
    background-size: 100% 100%;
}

.pagekbg4 {
    background: url("http://www.hicn.cn/img/20240205/kuang4.png") no-repeat center 0px;
    height: 660px
}

.pagekbg3 {
    background: url("http://www.hicn.cn/img/20240205/scbg4.png") no-repeat center 30px;
    min-height: 480px;
}

.xiangy {
    position: absolute;
    top: 30px;
    left: -70px;
    z-index: 20
}

.rooldot {
    text-align: center;
    line-height: 30px
}

.rooldot em {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eb2d1c;
    margin: 20px 8px;
}

.rooldot em.on {
    background: url("http://www.hicn.cn/img/20240205/dotd.png") no-repeat center center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin: 10px;
}

.sc1 {}

.sc1 .bd a {
    width: 75%;
    margin: 0px auto;
    display: block
}

.sc1 .bd {
    text-align: center
}

.sc1 .bd .img-overw p {
    padding: 0 8px;
    background: -webkit-linear-gradient(bottom, rgba(169, 24, 11, 1), rgba(169, 24, 11, 0));
}

.sc2 {
    top: -28px;
}

.sc2 .xiangy {
    top: 80px;
}

.sc2 .cm-pic-list li {
    background: #f6ebd3;
    margin: 10px 1.6%;
    border-radius: 0px 0 10px 10px
}

.sc2 .cm-pic-list li:hover {
    background: #fdd650;
}

.sc2 .cm-pic-list li:hover a {
    color: #a12b20
}

.sc2 .cm-pic-list p {
    padding: 0px 15px 0px;
    font-weight: bold;
    line-height: 22px
}

.sc2 .cm-pic-list li a {
    color: #a12b20;
}

/*****/
.sc3 {
    top: -55px;
}

.sc3 .cm-pic-list li {
    margin: 10px 2%;
    border: 8px solid #e5cc96;
    border-radius: 10px;
    width: 28%
}

.sc3 .cm-pic-list li img {
    width: 340px;
    height: 453px;
    object-fit: cover;
}

.sc3 .cm-pic-list li:hover {
    border: 8px solid #dd3037;
}

.sc3 .cm-pic-list li:hover p {
    background: #dd3037;
    color: #fff
}

.sc3 .cm-pic-list p {
    padding: 0px 15px 0px;
    height: 40px;
    font-weight: bold;
    line-height: 40px;
    display: block;
}

.sc3 .cm-pic-list li a {
    color: #fff;
}

.sc4 .sc-bartitle {
    padding-top: 10px
}

.sc4 .xiangy {
    top: -5px;
}

.sc4 .bd {
    padding: 0 40px;
}

.sc4 .cm-pic-list li {
    margin: 10px 1.6%;
    position: relative
}

.sc4 .cm-pic-list li .rk {
    display: inline-block;
    width: 316px;
    min-height: 250px;
    background: url("http://www.hicn.cn/img/20240205/sc4kk.png") no-repeat center 0px;
    padding: 80px 35px 0px;
    position: relative;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.sc4 .cm-pic-list li .rk img {
    width: 100%;
    height: 562.75px;
    object-fit: cover;
}

.sc4 .cm-pic-list li .rk:hover p {
    font-weight: bold
}

.sc4 .cm-pic-list li:hover a {
    color: #a12b20
}

.sc4 .cm-pic-list li .rk-f {
    position: relative;
    top: -10px;
    display: inline-block;
    width: 386px;
    height: 45px;
    background: url("http://www.hicn.cn/img/20240205/sc4kk.png") no-repeat center bottom;
    padding: 10px 0px 0;
}

.sc4 .cm-pic-list li:nth-child(odd) {
    top: -28px
}

.sc4 .cm-pic-list li:nth-child(even) {
    top: -4px
}

.sc4 .cm-pic-list li:nth-child(odd):hover {
    top: -18px
}

.sc4 .cm-pic-list li:nth-child(even):hover {
    top: 4px
}

/*******/

.sc5 .cm-pic-list li {
    background: #eb2d1c;
    margin: 10px 1.6%;
    border-radius: 0px 0 10px 10px
}

.sc5 .cm-pic-list li:hover {
    background: #e5cc96;
}

.sc5 .cm-pic-list li:hover a {
    color: #6c6045
}

.sc5 .cm-pic-list li {
    float: left;
    margin: 0px 1.6%;
    width: 30%;
    margin-bottom: 20px;
}

.sc5 .cm-pic-list p {
    padding: 0px 15px 0px;
    height: 80px;
    font-weight: bold;
    line-height: 22px
}

.sc5 .cm-pic-list li a {
    color: #fff;
}

.sc5 .cm-ul-list {
    width: 95%;
    margin: auto
}

/*******/
.footcopyright {
    margin-top: 0px;
    color: #f5e6c7
}

.mobileTop {
    display: none;
}

@media screen and (max-width:750px) {
    img {
        max-width: 100%;
    }

    .sctop-c {
        display: none;
    }

    .mobileTop {
        display: block;
    }

    .sc-bartitle {
        width: 100%;
        padding: 0;
        padding-top: 2rem;
        height: auto;
        margin: 0;
        margin-bottom: 0.2rem;
        overflow: hidden;
        z-index: 9999;
    }

    .sc-bartitle img {
        /* transform: scale(1.5); */
    }

    .g-c-area .bd {
        padding: 0;
        width: 90%;
        margin: 0 auto;
       position:relative;
      z-index:999;
    }

    .sctop {
        background: unset;
    }

    .sc2 .sc-bartitle {
        width: 100%;
        padding: 0;
        height: auto;
        padding-top: 3rem;
        margin-bottom: 0;
    }


    .sc4 .sc-bartitle {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .sc5 .sc-bartitle {
        width: 100%;
        padding: 0;
        height: auto;
        padding-top: 4rem;
    }

    .g-c-area {
        width: 100%;
        height: auto;
        background: url(http://www.hicn.cn/img/20240205/kuang3.png)no-repeat center;
        background-size: 100% 100%;
    }

    .sc4 .cm-pic-list li .rk {
        width: 90%;
        padding: 0;
        min-height: auto;
        margin: 0 auto;
        display: block;
        margin-bottom: 1rem;
        background: #FFF9EC;
    }

    .sc4 .cm-pic-list li .rk-f {
        width: 98%;
        margin: 0 auto;
        display: block;
        background-size: cover;
        margin-top: 0.5rem;
    }

    .sc1 .bd a {
        width: 90%;
    }



    .sc2 .cm-pic-list li {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;

    }

    .lb1 {
        width: 80%;
    }



    .sc1 .sc-bartitle {
        padding-top: 3rem;
        margin-bottom: 0rem;
    }

    .sc2 .xiangy {
        top: 4rem;
        width: 5rem;
    }

    .sc3 .sc-bartitle {
        width: 100%;
        padding-top: 5rem;
    }

    .sc3 .cm-pic-list .swiper-container {
        width: 85%;
    }

    .sc3 .cm-pic-list li img {
        width: 100%;
        height: 100%;
    }

    .sc3 .cm-pic-list li {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .pagekbg3 {
        background: unset;
        margin-top: 2rem;
    }

    .sc4 .cm-pic-list li:nth-child(odd) {
        top: 0;
        margin: 0;

    }

    .sc4 .cm-pic-list li .rk img {
        height: auto;
    }

    .cm-pic-list li {
        width: 100%;
    }

    .sc4 .cm-pic-list li:nth-child(even) {
        top: 0;
        margin: 0;
    }

    .sc4 .cm-pic-list li .rk-f {
        display: none;
    }

    .sc4 .cm-pic-list li .rk p {
        padding: 0.2rem 0.5rem;
    }

    .cm-pic-list li a {
        margin: 0;
    }

    .sc5 .cm-pic-list li {
        float: unset;
        margin: 0 auto;
        width: 90%;
        display: block;
        margin-bottom: 1rem;
    }

    .list-2col li {
        width: 100%;
        margin: 0;
        float: unset;
    }

    .sc4 .xiangy {
        display: none;
    }

    .sc1 .bd {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .pagekbg1 {
        width: 100%;
        height: auto;
        background-image: unset;
        background-size: contain, contain;
        padding-bottom: 2rem;
        background-position: top, bottom;
        background-repeat: no-repeat, no-repeat;
        margin-bottom: 1rem;
    }

    .pagekbg1::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url(http://www.hicn.cn/img/20240205/topKuang.png), url(http://www.hicn.cn/img/20240205/bottomKuang.png);
        background-size: contain, contain;
        padding-bottom: 2rem;
        background-position: top, bottom;
        background-repeat: no-repeat, no-repeat;
        z-index: 99;
    }

    .pagekbg1::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url(http://www.hicn.cn/img/20240205/centerKuang.png);
        z-index: -1;
        background-size: contain;
    }

    .sc2::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url(http://www.hicn.cn/img/20240205/topKuang.png), url(http://www.hicn.cn/img/20240205/bottomKuang.png);
        background-size: contain, contain;
        background-position: top, bottom;
        background-repeat: no-repeat, no-repeat;
        z-index: 99;
    }

    .sc2 {
        top: 0;
        background: unset;
    }

    .sc2::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url(http://www.hicn.cn/img/20240205/centerKuang.png);
        z-index: -1;
        background-size: contain;
    }


    .sc2 .cm-pic-list li:hover {
        background: #f6ebd3;
    }

    .sc4 .cm-pic-list li:nth-child(odd):hover {
        top: 0;
    }

    .sc4 .cm-pic-list li .rk:hover p {
        font-weight: unset;
    }

    .sc4 .cm-pic-list li:hover a {
        color: #333;
    }

    .sc3 {
        top: 0;
        background: unset;
        margin-top: 1rem;
    }



    .pagekbg5 {
        background: unset;
        height: auto;
        padding-bottom: 3rem;
    }

    .pagekbg5::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url(http://www.hicn.cn/img/20240205/topKuang.png), url(http://www.hicn.cn/img/20240205/bottomKuang.png);
        background-size: contain, contain;
        background-position: top, bottom;
        background-repeat: no-repeat, no-repeat;
        z-index: 99;
    }

    .pagekbg5::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: url(http://www.hicn.cn/img/20240205/centerKuang.png);
        z-index: -1;
        background-size: contain;
    }

    .swiper-container {
        z-index: 999999 !important;
    }

    .rooldot {
        position: relative;
        z-index: 9999999;
    }
.sc4 .cm-pic-list li:nth-child(even):hover{
top:0;
}
.sc3 .cm-pic-list li:hover p{
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.sc3 .cm-pic-list li:hover{
border: 8px solid #e5cc96;
}
.sc5 .cm-pic-list li:hover{
background: #eb2d1c;
}
.sc5 .cm-pic-list li:hover a{
color:#fff;
}
.cm-ul-list li:hover{
    border-bottom: 1px dashed #dddddd;
background:unset;
}
.sc5 .cm-pic-list p{
height:auto;
    padding: 0.5rem 15px 0.2rem 15px;
}

}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2024-02-08 11:02:20" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->