.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.aside-contact {
    display: none !important;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px) {
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor: pointer;
}

.poorder #ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {

    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


/*  */
p {
    margin: 0;
}

body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

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

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1790 {
    max-width: 1820px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.max1600 {
    max-width: 1660px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.max1500 {
    max-width: 1560px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.max1400 {
    max-width: 1460px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}


/* header */
.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.top-mid-flex {}

.logo {
    position: relative
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 58px
}

.header-ss {
    margin-left: 1.25vw;
    position: relative;
    width: 23px;
    height: 23px;
    margin-right: 2.6vw;
}

.header-ss .ss_btn {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(//wm.cdn.cn86.cn/youshengying/2026/07/3d2fcb709f8anyrb.png) no-repeat center;
    cursor: pointer
}

.search-box {
    position: absolute;
    top: 200%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border: 1px solid var(--main-theme-color);
    display: flex
}

.header-ss .ss-search input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//wm.cdn.cn86.cn/youshengying/2026/07/47bb95712ecrhufn.png)
}


.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    height: 100px;
    line-height: 100px;
}

.x-menu>li:hover>a {
    color: var(--main-theme-color) !important
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 200%;
    left: -50%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff !important;
    background-color: var(--main-theme-color)
}

@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        margin-left: 1.3vw;
        margin-right: 1.3vw
    }
}


/* banner */
.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom: 30px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    background: #fff;
    border-radius: 0%;
    margin: 0 10px !important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: var(--main-theme-color);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-button-next1,
.home-banner .swiper-button-prev1 {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.home-banner .swiper-button-prev1 {
    left: 2.083vw;
    background: url(//wm.cdn.cn86.cn/youshengying/2026/07/b9e0f3a0512mbpqy.png) no-repeat center rgba(255, 255, 255, 0.1);
}

.home-banner .swiper-button-next1 {
    right: 2.083vw;
    background: url(//wm.cdn.cn86.cn/youshengying/2026/07/cc2c9e2443pt7vv1.png) no-repeat center rgba(255, 255, 255, 0.1);
}

.home-banner .swiper-button-prev1:hover {
    background-color: var(--main-theme-color);
}

.home-banner .swiper-button-next1:hover {
    background-color: var(--main-theme-color);
}

/* product */
.probg {
    padding-top: 5.2vw;
    padding-bottom: 4.16vw;
}

.pubtitle {}

.pubtitlel {}

.pubtitlel .pubtitlea {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #ca1c1d;
    border-radius: 30px;
    height: 35px;
    line-height: 35px;
    padding: 0 1.56vw;
    margin-bottom: 1.56vw;
    text-transform: uppercase;
}

.pubtitlel .pubtitleb {
    color: #1b294d;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 1.2;
}

.pubtitler {
    width: 220px;
    height: 57px;
    line-height: 57px;
    background-color: rgb(202, 28, 29);
    border-radius: 30px;
}

.pubtitler a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
}

.pubtitler a img {
    margin-left: 14px;
}

.pubtitler:hover {
    background: #f32a2b;
}

.tab-con {
    position: relative;
}

.tab-con .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con .tab-main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.psort {
    display: flex;
    justify-content: space-between;
    margin-top: 2.86vw;
    margin-bottom: 2.6vw;
}

.psort li {
    border: 2px solid #eeeeee;
    padding: 0 3.125vw;
    height: 53px;
    line-height: 49px;
    border-radius: 30px;
}

.psort li a {
    display: block;
    color: #bbbbbb;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.psort li.active {
    border: 2px solid #ca1c1d;
}

.psort li.active a {
    color: #ca1c1d;
}

.proSwiper {
    overflow: hidden;
}

.proSwiper .swiper-slide .img1 {
    border: 2px solid #eeeeee;
    border-radius: 3px;
}

.proSwiper .swiper-slide .img1 img {
    width: 100%;
    border-radius: 3px;
}

.proSwiper .swiper-slide .wz {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 68.78%;
    margin: 0 auto;
    background: rgba(27, 41, 77, 0.8);
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
    opacity: 0;
}

.proSwiper .swiper-slide:hover .wz {
    opacity: 1;
}

.proSwiper .swiper-pagination-pro {
    position: relative;
    bottom: 0;
    margin-top: 2.34vw;
}

.proSwiper .swiper-pagination-pro .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 2px solid #eeeeee;
    background: none;
    opacity: 1;
    margin: 0 8px;
}

.proSwiper .swiper-pagination-pro .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #a81c43;
}


/* Application */
.appbg {
    position: relative;
    overflow: hidden;
}

.appbg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(//wm.cdn.cn86.cn/youshengying/2026/07/c6b4374738ddib4j.jpg) no-repeat top center;
    background-size: 100% 100%;
    height: 446px;
}

.appbg>img {
    width: 100%;
}

.appcon {
    position: relative;
    margin-top: 3.33vw;
}

.appcon .pubtitlel .pubtitlea {
    background: #fff;
    color: #ca1c1d;
}

.appcon .pubtitle .pubtitlel .pubtitleb {
    color: #fff;
}

.appcon .pubtitler {
    background: #fff;
}

.appcon .pubtitler a {
    color: #ca1c1d;
}

.appcon .pubtitler:hover {
    background: #ca1c1d;
}

.appcon .pubtitler:hover a {
    color: #fff;
}

.appcon .pubtitler:hover a img {
    filter: brightness(100);
}

.appSwiper {
    overflow: hidden;
    margin-top: 3.65vw;
}

.appSwiper .swiper-slide .img1 {
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

.appSwiper .swiper-slide .img1 img {
    width: 100%;
}

.appSwiper .swiper-slide .wz {
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 5px;
    opacity: 0;
    transition: 0.5s;
    display: none;
}

.appSwiper .swiper-slide:hover .img1 {
    box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
}

.appSwiper .swiper-slide:hover .wz {
    opacity: 1;
}

.appSwiper .swiper-pagination-app {
    position: relative;
    bottom: 0;
    margin-top: 1vw;
}

.appSwiper .swiper-pagination-app .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 2px solid #eeeeee;
    background: none;
    opacity: 1;
    margin: 0 8px;
}

.appSwiper .swiper-pagination-app .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #a81c43;
}


/* about */
.aboutbg {
    padding-top: 4.167vw;
    padding-bottom: 110px;
}

.aboutvideo{
    position: relative;
}

/* .aboutvideo .wz {
    background: rgba(202, 28, 29, .8);
    border-radius: 5px;
    width: 42.1875%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2.34375vw 1.3vw 2.083vw 2.6vw;
}

.aboutvideo .wz .wza {
    color: #ffffff;
    font-size: 16px;
    line-height: 2.1875;
    width: 78%;
    word-break: break-all;
}

.aboutvideo .wz .wzb {
    color: #ffffff;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.aboutvideo .wz .wzb .wzb1 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.aboutvideo .wz .wzb .wzb2 {
    width: 58px;
    height: 58px;
} */

.aboutr {
    width: 55%;
}

.aboutw {
    margin-bottom: 1.56vw;
}

.aboutw p {
    color: #666666;
    font-size: 16px;
    line-height: 1.875;
}

.aboutindex {
    margin-bottom: 3.4vw;
}

.date-swiper {
    overflow: hidden;
}

.date-swiper .swiper-slide .img1 {
    border-radius: 20px;
}

.date-swiper .swiper-slide .img1 img {
    width: 100%;
    border-radius: 20px;
}

.date-swiper .swiper-slide .wz {
    background: rgba(202, 28, 29, .8);
    border-radius: 5px;
    width: 42.1875%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2.34375vw 1.3vw 2.083vw 2.6vw;
}

.date-swiper .swiper-slide .wz .wza {
    color: #ffffff;
    font-size: 16px;
    line-height: 2.1875;
    width: 78%;
    word-break: break-word;
}

.date-swiper .swiper-slide .wz .wzb {
    color: #ffffff;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.date-swiper .swiper-slide .wz .wzb .wzb1 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.date-swiper .swiper-slide .wz .wzb .wzb2 {
    width: 58px;
    height: 58px;
}

.jobswiper {
    overflow: hidden;
    margin-top: 24px;
}

.jobswiper .swiper-slide .img1 {
    border-radius: 8px;
    position: relative;
}

.jobswiper .swiper-slide .img1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    border-radius: 8px;
}

.jobswiper .swiper-slide .img1 img {
    width: 100%;
    border-radius: 8px;
}

.jobswiper .swiper-slide.active .img1::before {
    background: none;
}

.jobswiper .swiper-slide.active .img1 img {
    opacity: 0.5;
}


/* 横幅 */
.adimg {
    background: url(//wm.cdn.cn86.cn/youshengying/2026/07/1f0db02b727qv6ns.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 30px 0;
}

.adimglist {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 30px;
}

.adimglist li {
    width: 100%;
}

.adimglist li:nth-child(1) {
    grid-column: 1 / span 2;
}

.adimglist li:nth-child(2) {
    grid-column: 3 / span 2;
}

.adimglist li:nth-child(3) {
    grid-column: 5 / span 2;
}

.adimglist li:nth-child(4) {
    grid-column: 2 / span 2;
}

.adimglist li:nth-child(5) {
    grid-column: 4 / span 2;
}

.adimglist li:nth-child(6) {
    grid-column: 6 / span 2;
}

.adimglist li .img1 {
    position: relative;
}

.adimglist li .img1>img {
    max-width: 100%;
    height: 77px;
}

.adimglist li .wz {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    bottom: 0;
    padding-left: 1vw;
}

.adimglist li .wz .wza {
    font-size: 1.56vw;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.adimglist li .wz .wzb {
    font-size: 16px;
    color: #ffffff;
}


/* choose */
.choosebg {
    position: relative;
    overflow: hidden;
}

.choosebg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 508px;
    background: #f5f5f5;
}

.chooseindex {
    margin-top: 70px;
    position: relative;
}

.chooseindex .pubtitle {
    position: absolute;
    top: 0;
    left: 0;
}

.chooseSwiper {
    overflow: hidden;
}

.chooseSwiper .swiper-slide a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chooseSwiper .swiper-slide a .text {
    width: 45.625%;
    padding-top: 5%;
}

.chooseSwiper .swiper-slide a .text .texta {
    color: #1b294d;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    padding-left: 1vw;
}

.chooseSwiper .swiper-slide a .text .texta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #1b294d;
    border-radius: 50%;
}

.chooseSwiper .swiper-slide a .text .textb {
    color: #666666;
    font-size: 16px;
    line-height: 1.875;
    margin: 1vw 0;
}

.chooseSwiper .swiper-slide a .text .textc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 57px;
    line-height: 57px;
    background-color: rgb(202, 28, 29);
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 2.6vw;
}

.chooseSwiper .swiper-slide a .text .textc img {
    margin-left: 14px;
}

.chooseSwiper .swiper-slide a .img1 {
    width: 48%;
    border-radius: 5px;
}

.chooseSwiper .swiper-slide a .img1 img {
    width: 100%;
    border-radius: 5px;
}

.chooseSwiper .swiper-slide a .text .textc:hover {
    background: #f32a2b;
}

.chooseSwiper .swiper-pagination-choose {
    position: absolute;
    bottom: 25px;
    left: 50px;
    right: inherit;
    width: 50%;
    text-align: left;
}

.chooseSwiper .swiper-pagination-choose .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 2px solid #eeeeee;
    background: none;
    opacity: 1;
    margin: 0 8px;
}

.chooseSwiper .swiper-pagination-choose .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #a81c43;
}

/* news */
.newsbg {
    background: url(//wm.cdn.cn86.cn/youshengying/2026/07/7e79483e41gfm1tc.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 4vw;
    padding-bottom: 6.25vw;
}

.news-con {
    margin-top: 4.166vw;
}

.newsl {
    width: 53.75%;

}

.nlist1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.nlist1 li {
    border-top: 1px solid #f1f3f6;
    padding: 1.3vw 0;
}

.nlist1 li:nth-of-type(1) {
    border-top: none;
}

.nlist1 li .date {
    color: #c0c0c0;
    font-size: 16px;
    font-family: "Arial";
    margin-bottom: 1vw;
}

.nlist1 li .date span {
    color: #1c2539;
}

.nlist1 li .wz {
    color: #1c2539;
    font-size: 1.04166666666667vw;
    line-height: 1.35;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
}

.nlist1 li:hover .wz {
    color: #ca1c1d;
}

.newsr {
    width: 44%;
    border: 1px solid #f1f3f6;
    background: #fff;
    padding: 1.56vw;
}


.nlist2 li {
    background: #fff;
    border: 1px solid #f1f3f6;
    width: 47.7%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nlist2 li .img1 img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nlist2 li .ww {
    padding: 15px 1.56vw;
}

.nlist2 li .ww .date {
    color: #c0c0c0;
    font-size: 16px;
    margin-bottom: 1vw;
}

.nlist2 li .ww .date span {
    color: #1c2539;
}

.nlist2 li .ww .wz {
    color: #1c2539;
    font-size: 1.35416666666667vw;
    font-weight: 600;
    line-height: 1.38;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.nlist2 li .ww .more {
    display: flex;
    align-items: center;
    color: #1c2539;
    font-size: 15px;
    font-family: "Arial";
    margin-top: 1vw;
}

.nlist2 li .ww .more span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: block;
    background: #edeff3 url(//wm.cdn.cn86.cn/youshengying/2026/07/ce82cd935c3chcqb.png) no-repeat center;
    margin-right: 10px;
}

.nlist2 li:hover .ww .wz {
    color: #ca1c1d;
}

/*  */
.quali-index {
    margin-top: 2.86vw;
}

.quali-left {
    width: 42.625%;
    border: 1px solid #f1f3f6;
    border-radius: 10px;
    padding: 2.34375vw 2.6vw;
}

.quali-left .pubtitlel .pubtitlea {
    margin-bottom: 0;
    margin-right: 1.25vw;
}

.quali-left .pubtitlel .pubtitleb {
    font-family: 1.5625vw;
}

.quaSwiper {
    overflow: hidden;
    margin-top: 3.125vw;
    margin-bottom: 0.9vw;
    position: relative;
}

.qprev {
    background: url(//wm.cdn.cn86.cn/youshengying/2026/07/850f982f1577fst2.png) no-repeat center;
    background-size: 100% 100%;
    width: 21px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.qprev:hover {
    opacity: 0.2;
}

.qnext {
    background: url(//wm.cdn.cn86.cn/youshengying/2026/07/4aa336f70325ii2c.png) no-repeat center;
    background-size: 100% 100%;
    width: 21px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.qnext:hover {
    opacity: 0.2;
}

.quaSwiper .swiper-slide a {
    display: block;
    text-align: center;
}

.quaSwiper .swiper-slide .img1 {
    text-align: center;
    border: 2px solid #f1f3f6;
    padding: 8px;
    border-radius: 5px;
    display: inline-block;
}

.quaSwiper .swiper-slide .img1 img {
    max-width: 100%;
    margin: 0 auto;
}

.quaSwiper .swiper-slide .wz {
    color: #1c2539;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1vw 5px;
}

.quamore {
    width: 155px;
    height: 41px;
    line-height: 41px;
    background-color: rgb(202, 28, 29);
    border-radius: 30px;
}

.quamore a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
}

.quamore a img {
    margin-left: 14px;
}

.quamore:hover {
    background: #f32a2b;
}

.quali-right {
    width: 55.125%;
    border: 1px solid #f1f3f6;
    border-radius: 10px;
    padding: 2.34375vw 2.6vw;
}

.quali-right .pubtitlel .pubtitlea {
    margin-bottom: 0;
    margin-right: 1.25vw;
}

.quali-right .pubtitlel .pubtitleb {
    font-family: 1.5625vw;
}

.qualist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
    margin-top: 3.3vw;
    margin-bottom: 5.1vw;
}

.qualist li .img1 {
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

.qualist li .img1 img {
    width: 100%;
}

/* Latest Business Ideas */
.ideabg {
    background: url(//wm.cdn.cn86.cn/youshengying/2026/07/dc5540ad1fgcxqu1.jpg) no-repeat top center;
    background-size: cover;
    padding: 2.6vw 0;
}

.idealeft {
    width: 50%;
}

.idealeft .idea1 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.3vw;
}

.idealeft .idea2 {
    font-size: 2.5vw;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.idearight {
    width: 34.375%;
    background: #fff;
    padding: 9px;
    border-radius: 8px;
}

.idearight .ss-search {
    display: flex;
    justify-content: space-between;
}

.idearight .ss-search #keyword {
    line-height: 46px;
    width: 67.3%;
    padding: 0;
    border: none;
    color: #b4b4b4;
    font-size: 16px;
}

.idearight .ss-search #keyword::placeholder {
    color: #b4b4b4;
}

.idearight .ss-search #s_btn {
    line-height: 46px;
    width: 32.7%;
    background: #ca1c1d;
    border-radius: 5px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

/* foot */
.footbg {
    background: url(//wm.cdn.cn86.cn/youshengying/2026/07/eb32fb5ccfb8kbhi.jpg) no-repeat top center;
    background-size: 100% 100%;
}

.footindex {
    justify-content: space-between;
    padding-top: 4.167vw;
    padding-bottom: 3.125vw;
}

.footl {
    width: 18.75%;
}

.footl img {
    max-width: 100%;
}

.footm {
    width: 34.375%;
}

.footr {
    width: 31.5625%;
}

.ft {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.3vw;
}

.fnavlist li {
    width: 33.333%;
}

.ft2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.fnavlist li a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.78;
}

.fnavlist li a:hover {
    color: #fff;
}

.flx p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2.1875;
}

.cop-bg {
    border-top: 1px solid #717171;
    padding: 1.5vw 0;
}

.cop-index {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
}

.cop-index a {
    color: rgba(255, 255, 255, 0.5);
}

.cop-index a:hover {
    color: #fff;
}

@media(max-width:1440px) {
    .choosebg::before {
        height: 460px;
    }

    .flx p {
        font-size: 14px;
    }
}

@media(max-width:1280px) {
    .pubtitler {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }

    .psort li a {
        font-size: 16px;
    }

    .date-swiper .swiper-slide .wz .wza {
        font-size: 14px;
    }

    .choosebg::before {
        height: 420px;
    }

    .chooseSwiper .swiper-slide a .text .textb {
        font-size: 14px;
    }

    .chooseSwiper .swiper-slide a .text .textc {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
}

@media(max-width:1200px) {


    .date-swiper .swiper-slide .wz .wza {
        width: 80%;
    }

    .date-swiper .swiper-slide .wz .wzb {
        font-size: 14px;
    }

    .date-swiper .swiper-slide .wz .wzb .wzb2 {
        width: 40px;
        height: 40px;
    }

    .date-swiper .swiper-slide .wz .wzb .wzb2 img {
        max-width: 100%;
    }

    .adimglist li .wz .wzb {
        font-size: 13px;
    }

    .choosebg::before {
        height: 400px;
    }

    .footm {
        width: 40%;
    }

    .idearight .ss-search #keyword {
        font-size: 14px;
    }

    .idearight .ss-search #s_btn {
        font-size: 14px;
    }
}

@media(max-width:990px) {
    .header {
        padding: 10px 0;
    }

    .pubtitlel .pubtitlea {
        font-size: 14px;
    }

    .psort li {
        height: 45px;
        line-height: 41px;
    }

    .psort li a {
        font-size: 14px;
    }

    .proSwiper .swiper-pagination-pro .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .appSwiper .swiper-pagination-app .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .appbg::before {
        height: 250px;
    }

    .aboutw p {
        font-size: 14px;
    }

    .date-swiper .swiper-slide .wz .wza {
        line-height: 1.5;
    }

    .choosebg::before {
        height: 320px;
    }

    .chooseSwiper .swiper-slide a .text .textb {
        font-size: 13px;
        line-height: 1.3;
    }

    .chooseSwiper .swiper-slide a .text {
        padding-top: 8%;
    }

    .chooseSwiper .swiper-pagination-choose .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .chooseSwiper .swiper-pagination-choose {
        bottom: 0;
    }

    .nlist2 li .ww .date {
        font-size: 14px;
    }

    .nlist1 li .date {
        font-size: 14px;
    }

    .idearight .ss-search #keyword {
        line-height: 40px;
    }

    .idearight .ss-search #s_btn {
        line-height: 40px;
        font-size: 12px;
    }

    .cop-index {
        font-size: 12px;
    }
}

@media(max-width:780px) {
    .home-banner .swiper-pagination1 {
        bottom: 15px;
    }

    .home-banner .swiper-pagination1 .swiper-pagination-bullet {
        width: 30px;
    }

    .probg {
        padding: 40px 0;
    }

    .pubtitle {
        flex-wrap: wrap;
    }

    .pubtitlel {
        width: 100%;
    }

    .pubtitlel .pubtitlea {
        padding: 0 15px;
    }

    .pubtitlel .pubtitleb {
        font-size: 18px;
    }

    .pubtitler {
        margin-top: 15px;
    }

    .psort {
        margin: 15px 0;
        flex-wrap: wrap;
    }

    .psort li {
        width: 31.333%;
        margin-bottom: 2%;
    }

    .proSwiper .swiper-slide .wz {
        font-size: 14px;
    }

    .aboutbg {
        padding: 40px 0;
    }

    .aboutr {
        width: 100%;
    }

    .aboutw {
        margin: 20px 0;
    }

    .date-swiper .swiper-slide .wz {
        width: 80%;
    }

    .date-swiper .swiper-slide .wz .wza {
        font-size: 13px;
    }

    .date-swiper .swiper-slide .wz .wzb {
        font-size: 12px;
    }

    .date-swiper .swiper-slide .wz .wzb .wzb2 {
        width: 30px;
        height: 30px;
    }

    .adimglist li .wz .wza {
        font-size: 14px;
    }

    .adimglist li .wz .wzb {
        font-size: 12px;
    }

    .choosebg {
        padding-bottom: 40px;
    }

    .choosebg::before {
        height: 100%;
    }

    .chooseSwiper .swiper-slide a {
        flex-wrap: wrap;
    }

    .chooseSwiper .swiper-slide a .text {
        width: 100%;
        padding-top: 13%;
    }

    .chooseSwiper .swiper-slide a .text .texta {
        font-size: 18px;
    }

    .chooseSwiper .swiper-slide a .img1 {
        width: 100%;
        margin-top: 20px;
    }

    .chooseSwiper .swiper-pagination-choose {
        position: relative;
        left: 0;
        margin-top: 10px;
    }

    .newsbg {
        padding: 40px 0;
    }

    .newsl {
        width: 100%;
    }

    .nlist2 li .ww .wz {
        font-size: 15px;
    }

    .nlist2 li .ww .more {
        font-size: 12px;
    }

    .newsr {
        width: 100%;
        margin-top: 20px;
    }

    .nlist1 {
        height: auto;
    }

    .nlist1 li .wz {
        font-size: 15px;
    }

    .quali-index {
        margin-top: 20px;
    }

    .quali-left {
        width: 100%;
    }

    .quaSwiper .swiper-slide .wz {
        padding: 15px 5px;
    }

    .quali-right {
        width: 100%;
        margin-top: 20px;
    }

    .qualist {
        margin: 15px 0;
        gap: 15px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ideabg {
        padding: 20px 0;
    }

    .idealeft {
        width: 100%;
    }

    .idealeft .idea1 {
        font-size: 14px;
    }

    .idealeft .idea2 {
        font-size: 16px;
    }

    .idearight {
        width: 100%;
        margin-top: 10px;
    }

    .footindex {
        padding-top: 30px;
    }

    .footl {
        width: 100%;
    }

    .footm {
        width: 100%;
        display: none;
    }

    .footr {
        width: 100%;
        margin-top: 15px;
    }

    .ft {
        font-size: 18px;
    }

    .flx p {
        font-size: 13px;
        line-height: 1.5;
    }

    .cop-bg {
        padding: 20px 0;
    }
}

@media(max-width:640px) {

    .home-banner .swiper-button-next1,
    .home-banner .swiper-button-prev1 {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .logo {
        width: 40%;
    }

    .logo a img {
        max-height: auto;
    }

    .psort li {
        width: 48%;
    }

    .date-swiper .swiper-slide .wz {
        width: 100%;
        position: relative;
        margin-top: 20px;
    }

    .appbg {
        padding-top: 30px;
    }

    .date-swiper .swiper-slide .wz .wza {
        font-size: 12px;
    }

    .adimglist {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        row-gap: 15px;
    }

    .adimglist li,
    .adimglist li:nth-child(1),
    .adimglist li:nth-child(2),
    .adimglist li:nth-child(3),
    .adimglist li:nth-child(4),
    .adimglist li:nth-child(5),
    .adimglist li:nth-child(6) {
        grid-column: auto;
    }

    .chooseindex {
        margin-top: 40px;
    }

    .chooseSwiper .swiper-slide a .text {
        padding-top: 20%;
    }

    .chooseSwiper .swiper-slide a .text .textb {
        margin: 10px 0;
    }

    .nlist2 {
        flex-wrap: wrap;
    }

    .nlist2 li {
        width: 100%;
        margin-top: 15px;
    }

    .quaSwiper {
        margin-top: 20px;
    }

    .quaSwiper .swiper-slide .wz {
        font-size: 15px;
    }

    .footbg {
        padding-bottom: 20%;
    }
}

.detail-list-item li{
  display: flex;
    align-items: center;
}


/**/
#c_portalResPublic_codeContainer-16073255703919419 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResPublic_codeContainer-16073255703919419 .sideBar {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 9999;
}

#c_portalResPublic_codeContainer-16073255703919419 .side1 {
    width: 50px;
    height: 170px;
    background: rgb(202 28 29 / 90%);
    text-align: center;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#c_portalResPublic_codeContainer-16073255703919419 .side1 a, .side1 img, .side1 i, .side1 span {
    display: block;
}

#c_portalResPublic_codeContainer-16073255703919419 .side1 img {
    margin: 0 auto;
}

#c_portalResPublic_codeContainer-16073255703919419 .side1 i {
    margin: 10px auto;
    width: 1px;
    height: 20px;
    background: #fff;
    transition: all 0.5s ease;
}

#c_portalResPublic_codeContainer-16073255703919419 .side1 span {
    color: #fff;
    font-size: 18px;
    writing-mode: vertical-lr;
    margin: 0 auto;
    font-family: pop;
}

#c_portalResPublic_codeContainer-16073255703919419 .side1:hover {
    background: #ca1c1d;
}

#c_portalResPublic_codeContainer-16073255703919419 .side1:hover a img {
    animation: jitter 0.5s;
}

#c_portalResPublic_codeContainer-16073255703919419 .side {
    height: 50px;
    position: absolute;
    transition: all 0.5s;
}

#c_portalResPublic_codeContainer-16073255703919419 .side a {
    display: block;
    height: 50px;
    font-size: 0;
}

#c_portalResPublic_codeContainer-16073255703919419 .side i, .side span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 50px;
}

#c_portalResPublic_codeContainer-16073255703919419 .side i {
    width: 50px;
    text-align: center;
    background: rgb(202 28 29 / 90%);
    transition: all 0.3s;
}

#c_portalResPublic_codeContainer-16073255703919419 .side i img {
    vertical-align: middle;
}

#c_portalResPublic_codeContainer-16073255703919419 .side span {
    text-align: center;
    line-height: 50px;
    background: #ca1c1d;
    font-size: 16px;
    color: #fff;
    transition: all 1s;
    font-family: pop;
}

#c_portalResPublic_codeContainer-16073255703919419 .side2 {
    top: 171px;
    right: -220px;
    width: 270px;
}

#c_portalResPublic_codeContainer-16073255703919419 .side2 span {
    width: 220px;
}

#c_portalResPublic_codeContainer-16073255703919419 .side3 {
    right: -184px;
    width: 235px;
    top: 222px;
}

#c_portalResPublic_codeContainer-16073255703919419 .side3 span {
    width: 185px;
}

#c_portalResPublic_codeContainer-16073255703919419 .side4 {
    right: -140px;
    width: 190px;
    top: 273px;
}

#c_portalResPublic_codeContainer-16073255703919419 .side4 span {
    width: 140px;
}

#c_portalResPublic_codeContainer-16073255703919419 .side5 {
    right: -100px;
    width: 150px;
    top: 273px;
    cursor: pointer;
}

#c_portalResPublic_codeContainer-16073255703919419 .side5 span {
    width: 100px;
    font-size: 14px;
}

#c_portalResPublic_codeContainer-16073255703919419 .qcodePic {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    border: 2px solid #107b69;
    text-align: center;
    padding: 5px 0;
    background: #fff;
}

#c_portalResPublic_codeContainer-16073255703919419 .side5:hover .qcodePic {
    display: block;
}

#c_portalResPublic_codeContainer-16073255703919419 .side6 {
    right: -90px;
    width: 140px;
    top: 324px;
    cursor: pointer;
}

#c_portalResPublic_codeContainer-16073255703919419 .side6 span {
    width: 90px;
    font-size: 14px;
}

#c_portalResPublic_codeContainer-16073255703919419 .side:hover {
    right: 0;
}

#c_portalResPublic_codeContainer-16073255703919419 .side:hover i {
    background: #ca1c1d;
}

#c_portalResPublic_codeContainer-16073255703919419 .wxPic {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none;
}

#c_portalResPublic_codeContainer-16073255703919419 .wxPic img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

@media only screen and (max-width: 768px) {
    #c_portalResPublic_codeContainer-16073255703919419 .sideBar {
        display:none;
    }
}








.service {
    display: block !important;
}