@charset "UTF-8";

html,
body {
    background-color: #ffffff;
}

.pad360 {
    padding: 0 3.6rem;
}

.patrol{
    color: red;
    width: 80px;
    position: relative;
    z-index: 50;
    transform: translateY(-50%);
    left: 50px;
}

/* 首页底图 */
.header-other-img {
    width: 3.39rem;
    position: absolute;
    top: 3.8rem;
    left: 3.6rem;
    z-index: 2;
}

.header-other-box {
    width: 3.48rem;
    height: 3.08rem;
    padding: 0 0.55rem;
    background-color: rgba(0, 37, 255, 0.7);
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    left: 3.6rem;
    top: 5.7rem;
    z-index: 2;
    /* padding-top: 0.75rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none !important;
}

.header-other-box::before {
    content: "";
    width: 0.21rem;
    height: 0.03rem;
    background-color: #fff;
    position: absolute;
    top: 0.24rem;
    left: 50%;
    transform: translateX(-50%);
}

.header-other-text {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.3rem;
    letter-spacing: 0.1em;
}

.header-other-arrow {
    width: 0.32rem;
    height: 0.32rem;
    flex-shrink: 0;
    margin-top: 0.3rem;
}

/* 首页轮播图 */
#header-swiper {
    width: 100vw;
}

#header-swiper .swiper-pagination {
    /* bottom: 0.7rem; */
    bottom: 0.35rem;
    left: 26%;
}

#header-swiper .swiper-pagination-bullet {
    width: 0.26rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
    border-radius: 0.05rem;
    margin-right: 0.1rem;
    margin-left: 0;
}

#yqsh-swiper .swiper-pagination {
    /* bottom: 0.6rem; */
    bottom: 0.46rem;
    left: 2.3rem;
}

#cxsj-content-htfbt .swiper-pagination-bullet,
#cxsj-content-kcdmt .swiper-pagination-bullet,
#cxsj-content-mtjj .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    width: 0.17rem;
    height: 0.17rem;
    margin-right: 0.11rem;
    margin-left: 0;
    border: 0.01rem solid #fff;
    border-radius: 50%;
}

#header-swiper .swiper-pagination-bullet-active {
    background: #375ddc;
}

#cxsj-content-htfbt .swiper-pagination-bullet-active,
#cxsj-content-kcdmt .swiper-pagination-bullet-active,
#cxsj-content-mtjj .swiper-pagination-bullet-active {
    background-color: rgba(43, 158, 255, 0.8);
    border: 0.01rem solid #2b9eff;
}

#header-swiper .swiper-button-next {
    background-image: url(/2024/cn/images/arr-l1.png);
    width: 0.32rem;
    height: 0.32rem;
    background-size: 100% 100%;
    top: 68%;
    margin-top: 0;
    right: 72%;
    z-index: 12 !important;
}

.header-swiper-img {
    width: 100%;
    height: 8.18rem;
    object-fit: cover;
}

.header-swiper-text {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.48rem;
    letter-spacing: 0.1em;
    text-shadow: 0 0 0.06rem rgba(34, 65, 85, 0.6);
    position: absolute;
    left: 4.1rem;
    top: 4.1rem;
}

.header-swiper-text.addanimation {
    animation: slowlyShow 1s linear;
}

/* 向下滑动提示 */
.scroll-tip {
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    z-index: 10;
    margin-left: -0.4rem;
    width: 0.8rem;
    text-align: center;
}

.scroll-tip-dot {
    position: relative;
    width: 0.28rem;
    height: 0.38rem;
    margin: 0 auto 0.1rem;
    border: 0.02rem solid rgba(255, 255, 255, 0.8);
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0);
    overflow: hidden;
}

.scroll-tip-dot::after {
    content: "";
    display: block;
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 0.04rem;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -0.02rem;
    background: #fff;
    animation: scroll-tip 1.5s ease-out infinite;
}

@keyframes scroll-tip {
    0% {
        top: 30%;
        opacity: 1;
    }

    35% {
        top: 70%;
        opacity: 0;
    }

    65% {
        top: -50%;
        opacity: 0;
    }

    100% {
        top: 30%;
        opacity: 1;
    }
}

.scroll-tip p {
    color: #fff;
    opacity: 0.5;
    font-size: 0.12rem;
}

/* 固定条--发展规划 */
.fzgh-box {
    position: fixed;
    z-index: 11;
    right: 0;
    top: 2.9rem;
    background-image: url(/2024/cn/images/bar-bg.png);
    width: 0.71rem;
    height: 2.9rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0.17rem 0.1rem;
    display: flex;
    flex-flow: row wrap;
    display: flex;
}

.fzgh-img {
    width: 0.45rem;
    margin: 0 auto;
    display: block;
}

.fzgh-text {
    font-weight: bold;
    font-size: 0.18rem;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    text-align: center;
}

/* 内容区 */
.maincontext {
    background-image: url(/2024/cn/images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 1.76rem;
}

.com-title {
    font-weight: bold;
    text-align: center;
    color: #333333;
    font-size: 0.48rem;
    margin-bottom: 0.74rem;
    letter-spacing: 0.2em;
    background-image: url(/2024/cn/images/line1.png);
    background-repeat: no-repeat;
    background-size: 3.6rem 0.1rem;
    background-position: center;
}

.com-title2 {
    font-weight: bold;
    text-align: center;
    color: #333333;
    font-size: 0.24rem;
    margin-bottom: 0.87rem;
    letter-spacing: 0.2em;
    background-image: url(/2024/cn/images/line2.png);
    background-repeat: no-repeat;
    background-size: 2.63rem 0.02rem;
    background-position: center;
}

/* 你好河套 */
.nhht-box {
    padding-bottom: 2.1rem;
}

.nhht-content {
    display: flex;
    justify-content: space-between;
}

.nhht-content-img {
    width: 4.66rem;
    flex-shrink: 0;
}

.nhht-content-main {
    width: calc(100% - 5.46rem);
}

.nhht-content-news {
    display: block;
    color: #333333;
    font-size: 0.18rem;
    margin-bottom: 0.34rem;
}

.nhht-content-news-extra {
    display: flex;
    justify-content: space-between;
}

.nhht-content-news-more {
    color: #0030FF;
    font-size: 0.18rem;
}

.nhht-content-news-time {
    color: #999999;
    font-size: 0.16rem;
}

.nhht-content-introduce {
    margin-top: 0.65rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nhht-content-introduce-item {
    width: calc((100% - 0.92rem) / 3);
}

.nhht-content-introduce-item:nth-child(-n + 3) {
    margin-bottom: 0.5rem;
}

.scollnumbox {
    color: #0030FF;
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
    border-bottom: 0.01rem solid #999999;
}

.scollnum {
    font-weight: bold;
    font-size: 0.48rem;
}

.numintroduce {
    margin-top: 0.17rem;
    color: #333333;
    font-size: 0.16rem;
    line-height: 1.5;
}

/* 入驻河套 */
.rzht-box {
    padding-bottom: 1.75rem;
}

.rzht-content-bgm {
    height: 5rem;
    background-image: url(/2024/cn/images/rzht-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.rzht-content {
    width: 100%;
    height: 100%;
    position: relative;
}

/* 原文政策 */
.rzht-ywzc-box {
    position: absolute;
    top: 0;
    right: 3.6rem;
    background-color: #f7f7f8;
    font-weight: bold;
    color: #001dc9;
    font-size: 0.18rem;
    letter-spacing: 0.1em;
    padding: 0.02rem 0.23rem 0.04rem;
    border-radius: 0 0 0.18rem 0.18rem;
    border-bottom: 0.05rem solid #000c81;
    z-index: 10;
}

/* 科创启航、 政务服务*/
.rzht-gallery-thumbs {
    /* padding: 0 0.3rem 0 1.6rem;*/
}

.rzht-gallery-thumbs .swiper-wrapper {
    margin-top: 0.3rem;
    margin-bottom: 0.9rem;
    justify-content: space-evenly;
}

.rzht-gallery-thumbs .swiper-slide {
    color: #ffffff;
    font-size: 0.24rem;
    letter-spacing: 0.3em;
    cursor: default;
    text-align: center;
}
.rzht-gallery-thumbs .swiper-slide::after {
    content: "";
    width: 50%;
    height: 0.06rem;
    background-color: #f7f7f8;
    display: block;
    margin: 0 auto;
    margin-top: 0.09rem;
}
.rzht-gallery-thumbs .swiper-slide.active::after {
    content: "";
    width: 50%;
    height: 0.06rem;
    background-color: #f7f7f8;
    display: block;
    margin-top: 0.09rem;
}

.rzht-gallery-top .swiper-slide {
    display: flex;
    justify-content: space-around;
}

.rzht-intro-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rzht-intro-item .iconbox {
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    background-color: #001dc9;
    border: 0.1rem solid rgba(227, 246, 242, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    transition: all 0.3s;
}

.rzht-intro-item:hover .iconbox {
    border: 0.1rem solid rgba(227, 246, 242, 0.5);
}

.rzht-intro-item .iconbox img {
    height: 0.7rem;
}

.rzht-intro-text1 {
    margin-top: 0.15rem;
    font-weight: bold;
    color: #ffffff;
    font-size: 0.24rem;
    text-align: center;
}

.rzht-intro-text2 {
    margin-top: 0.18rem;
    color: #ffffff;
    font-size: 0.16rem;
    text-align: center;
}

/* 创新视界 */
.cxsj-box {
    padding-bottom: 2.31rem;
}

.cxsj-gallery-thumbs .swiper-wrapper {
    margin-bottom: 0.52rem;
    justify-content: center;
}

.cxsj-gallery-thumbs .swiper-slide {
    color: #333333;
    font-size: 0.24rem;
    letter-spacing: 0.3em;
    cursor: default;
    text-align: center;
}

.cxsj-gallery-thumbs .swiper-slide.active::after {
    content: "";
    width: 70%;
    height: 0.06rem;
    background-color: #001dc9;
    display: block;
    margin-top: 0.1rem;
    margin-left: 13%;
}

.cxsj-gallery-top .swiper-slide {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    /*这个高度随便写，只要有一点就行，占位用的*/
    /* height: 0.5rem;  */
}

.cxsj-gallery-top .swiper-slide.swiper-slide-active {
    height: auto;
}

.cxsj-content-left {
    width: calc(100% - 4.06rem);
    height: calc((100% - 4.06rem) / 1.336);
    position: relative;
}

.cxsj-content-left-img1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cxsj-content-left-info {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 29, 201, 0.8);
    width: 100%;
    padding: 0.15rem;
    text-align: center;
}

.cxsj-content-left-title {
    color: #fff;
    font-size: 0.24rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cxsj-content-left-icon-box {
    width: 0.67rem;
    height: 0.67rem;
    position: absolute;
    top: 50%;
    left: -0.25rem;
    margin-top: -0.33rem;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cxsj-content-left-icon {
    width: 0.35rem;
}

.cxsj-content-right {
    margin-left: 0.3rem;
    display: flex;
    flex-direction: column;
}

.cxsj-content-right-img-box {
    width: 3.7rem;
    height: 2.77rem;
    position: relative;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
}

.cxsj-content-right-img-box+.cxsj-content-right-img-box {
    margin-top: 0.2rem;
}

.cxsj-content-right-img-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0.03rem solid #0025ff;
}

.cxsj-content-right-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0.1rem;
    top: -0.1rem;
}

.cxsj-content-right-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    font-size: 0.18rem;
    padding: 0.13rem 0.17rem;
    background-color: rgba(0, 29, 201, 0.8);
}

.cxsj-content-more {
    border: 0.02rem solid #345ce0;
    border-radius: 0.3rem;
    font-size: 0.24rem;
    color: #333333;
    height: 0.6rem;
    width: 2rem;
    text-align: center;
    line-height: 0.6rem;
    margin: 0.68rem auto 0;
}

.cxsj-content-more2 {
    margin-top: 0.12rem;
}

.cxsj-content-more:hover {
    border-color: #059cde;
}

/* .cxsj-content-mtjj, */
.cxsj-content-kcpyq {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.ggqnh{display: block;width:calc((100% - 0.2rem) /2);height: 3.15rem;position: relative; margin-bottom: 0.46rem;}
.ggqnh img{
    width: 100%;
    height: 3.15rem;
    object-fit: cover;
}
.ggqnh h4{
    position: absolute;
    background: #000;
    bottom: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 0 0.3rem;
    width: 100%;
    height: 0.75rem;
    text-align: center;
    line-height: 0.75rem;
    background-color: rgba(0, 29, 201, 0.8);
    color: #fefefe;
    font-size: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}


.cxsj-kcpyq-item {
    width: 3.6rem;
    height: 1.8rem;
    margin-bottom: 0.32rem;
}

.cxsj-kcpyq-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide.cxsj-htfbt-item,
.swiper-slide.cxsj-kcdmt-item,
.swiper-slide.cxsj-mtjj-item {
    width: 5.62rem;
    height: 3.15rem !important;
    margin-top: 0 !important;
    margin-bottom: 0.46rem;
    position: relative;
}

.swiper-slide.cxsj-htfbt-item::after,
.swiper-slide.cxsj-kcdmt-item::after,
.swiper-slide.cxsj-mtjj-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.75rem;
    background-color: rgba(0, 29, 201, 0.75);
}

.swiper-slide.cxsj-mtjj-item::after {
    background-color: transparent;
}

.cxsj-htfbt-img,
.cxsj-kcdmt-img,
.cxsj-mtjj-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cxsj-htfbt-title,
.cxsj-kcdmt-title,
.cxsj-mtjj-title {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 0 0.3rem;
    width: 100%;
    height: 0.75rem;
    text-align: center;
    line-height: 0.75rem;
    background-color: rgba(0, 29, 201, 0.8);
    color: #fefefe;
    font-size: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.cxsj-mtjj-time {
    color: #999999;
    font-size: 0.2rem;
    text-align: right;
    padding: 0.26rem 0.55rem 0.31rem;
    background-color: #fff;
}

.cxsj-content-htfbt,
.cxsj-content-kcdmt {
    display: none;
}

#cxsj-content-htfbt .swiper-pagination,
#cxsj-content-kcdmt .swiper-pagination,
#cxsj-content-mtjj .swiper-pagination {
    bottom: 0;
    left: 70%;
    height: 0.75rem;
    line-height: 0.65rem;
    width: 35%;
}

/* 乐活河套 */
.lhht-box {
    padding-bottom: 1.87rem;
}

.lhht-content {
    display: flex;
    justify-content: space-between;
}

.lhht-yqsh-box,
.lhht-hdyg-box {
    background: linear-gradient(0deg, #fbfbfb 0%, #f0f2fb 100%);
    box-shadow: 0rem 0rem 0.08rem 0rem rgba(0, 0, 0, 0.24);
    border-radius: 0.1rem;
}

.lhht-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lhht-title {
    color: #0b74d5;
    font-size: 0.22rem;
    font-weight: bold;
    padding: 0.09rem 0.16rem;
    background: #ffffff;
    border-radius: 0.08rem;
    border: 0.02rem solid #0b74d5;
    /* 左右 上下 模糊度 阴影宽 */
    box-shadow: 0.05rem 0.05rem 0 0.01rem #0b98e1;
}

.lhht-more {
    font-size: 0.12rem;
    color: #0655b9;
}

/* 园区活动 */
.lhht-yqsh-box {
    width: 5.88rem;
    /* padding: 0.3rem 0.2rem 0.46rem; */
    padding: 0.3rem 0.2rem;
}

.lhht-yqsh-content {
    margin-top: 0.23rem;
    display: block;
}

.lhht-yqsh-img {
    margin-bottom: 0.18rem;
}

.lhht-yqsh-title {
    /* margin-top: 0.11rem; */
    margin-top: 0.2rem;
    margin-bottom: 0.11rem;
    color: #333333;
    font-size: 0.18rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-weight: bold;
}

.lhht-yqsh-desc {
    color: #666666;
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}

/* 活动预告 */
.lhht-hdyg-box {
    width: calc(100% - 6.1rem);
    padding: 0.3rem;
}

/* 活动预告的日历 */
#datepicker {
    width: 100%;
    margin: 0;
}

.ui-datepicker-header {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    top: -0.3rem;
}

.ui-datepicker-header .ui-datepicker-title {
    color: #333;
    font-size: 0.2rem;
    font-weight: 400;
    position: relative;
    left: 70%;
}

.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    /* top: -20%; */
    cursor: pointer;
    z-index: 10;
}

.ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker-header .ui-datepicker-next span {
    display: none;
}

.ui-datepicker-header .ui-datepicker-prev {
    left: 60%;
}

.ui-datepicker-header .ui-datepicker-prev::before {
    content: '<';
    color: #0B74D5;
    font-size: 0.2rem;
}

.ui-datepicker-header .ui-datepicker-next {
    right: 0;
}

.ui-datepicker-header .ui-datepicker-next::after {
    content: '>';
    color: #0B74D5;
    font-size: 0.2rem;
}

.ui-datepicker-calendar {
    width: 100%;
    margin-top: -0.05rem;
    background-color: #fff;
    /* border-collapse: collapse; */
    border-collapse: separate;
    border-radius: 0.1rem;
    border: 0.01rem solid #0b98e1;
}

.ui-datepicker-calendar thead th {
    font-weight: bold;
    font-size: 0.14rem;
    color: #262626;
    padding-top: 0.23rem !important;
    padding-bottom: 0.05rem !important;
    width: calc(100% / 7);
    text-align: center;
}

.ui-datepicker-calendar th {
    margin: 0;
    padding: 0;
}

.ui-datepicker-calendar th span {
    display: inline-block;
}

.ui-datepicker-calendar td {
    text-align: center;
    width: calc(100% / 7);
    border: 0;
    padding: 0;
    padding-top: 0.1rem !important;
    line-height: initial;
    text-align: center;
    box-sizing: border-box;
    /* height: 0.36rem!important;
    line-height: 0.36rem!important; */
}

.ui-datepicker-calendar td a {
    display: inline-block;
    color: #262626;
    font-weight: bold;
    font-size: 0.16rem;
    cursor: default;
}


.ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-active {
    width: 0.36rem;
    height: 0.36rem;
    text-align: center;
    line-height: 0.36rem;
    cursor: pointer;
    color: #fff;
    background: #0b98e1;
    border-radius: 0.06rem;
}

.ui-datepicker-calendar tbody tr:last-child td {
    padding-bottom: 0.2rem;
}

.ui-datepicker-calendar .dot {
    width: 0.05rem;
    height: 0.05rem;
    background: #fff;
    border-radius: 50%;
    margin: 0.02rem auto 0;
    display: block;
}

.ui-datepicker-calendar .dot.active {
    background: #FF0000;
}

.opc5 {
    opacity: 0.5;
    cursor: no-drop;
}

/* 活动日历的列表 */
#lhht-hdyg-rl-swiper {
    margin-top: 0.2rem;
}

.lhht-hdyg-rl-item {
    margin: 0 auto;
    width: 100%!important;
    padding: 0 0.55rem;
    box-sizing: border-box;
}

.swiper-wrapper .none{
    text-align: center;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.16rem;
}

.lhht-hdyg-rl-item-title {
    font-weight: bold;
    font-size: 0.19rem;
    color: #0B74D5;
    margin-bottom: 0.06rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lhht-hdyg-rl-item-desc {
    font-size: 0.15rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}

.lhht-hdyg-rl-item-other {
    font-size: 0.15rem;
    color: #333333;
    line-height: 2;
}

.lhht-hdyg-rl-item-other-label {
    font-weight: bold;
}

#lhht-hdyg-rl-swiper .swiper-button-next,
#lhht-hdyg-rl-swiper .swiper-button-prev {
    width: 0.17rem;
    height: 0.31rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top:calc(50% + 0.3rem);
    transform: translateY(-50%);
}

#lhht-hdyg-rl-swiper .swiper-button-prev {
    left: 0;
    background-image: url(/2024/cn/images/rl-text-left.png);
}

#lhht-hdyg-rl-swiper .swiper-button-next {
    right: 0;
    background-image: url(/2024/cn/images/rl-text-right.png);
}


/* 园区生活 */
.yqsh-box {
    padding-bottom: 1.4rem;
}

.yqsh-content {
    display: flex;
}

.yqsh-tab {
    margin-right: 0.2rem;
}

.yqsh-tab-title {
    color: #164798;
    font-weight: bold;
    font-size: 0.24rem;
    width: 3.9rem;
    height: 1.43rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 3.8rem 1.34rem;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.2em;
    position: relative;
    box-sizing: content-box;
}

.yqsh-tab-title::after {
    content: "";
    position: absolute;
    top: 0.05rem;
    left: 0.03rem;
    width: 3.8rem;
    height: 1.34rem;
    /* border:0.01rem dashed #C9C9C9; */
}

.yqsh-tab-title.active {
    /* border:0.01rem dashed #C9C9C9; */
}

.yqsh-tab-title:first-child {
    background-image: url(/2024/cn/images/ztsg.png);
}

.yqsh-tab-title:last-child {
    background-image: url(/2024/cn/images/jczl.png);
    margin-top: 0.3rem;
}

.yqsh-swiper-box {
    width: calc(100% - 4.12rem);
}

.yqsh-swiper-box .swiper-container.none {
    display: none;
}

.yqsh-item {
    display: flex;
    justify-content: space-between;
}

.yqsh-item-container {
    width: calc(50% - 0.05rem);
}

.yqsh-item-img {
    /* height: 2.2rem; */
    /* border:0.01rem dashed #C9C9C9; */
}

.yqsh-item-text {
    margin-top: 0.3rem;
    color: #666666;
    font-size: 0.18rem;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.lhht-yqsh-content:hover *,
.lhht-hdyg-item-news:hover *,
.yqsh-item-container:hover .yqsh-item-text {
    color: #059cde;
}

/* 招聘公告 */
.zpgg-box {
    position: absolute;
    top: 6.4rem;
    right: 0;
    z-index: 10;
    width: 2.2rem;
    cursor: pointer;
    display: none;
}
/**************************手机版 shouji*******************************/
@media screen and (max-width: 768px) {
    .pad360 {
        padding: 0 0.2rem;
    }

    .header-other-img {
        width: 1.43rem;
        left: 0.48rem;
        /* top:1.3rem; */
        top: 1.8rem;
    }

    .header-swiper-img {
        height: 3.5rem;
    }

    .header-swiper-text {
        left: 0.48rem;
        top: 1.8rem;
        font-size: 0.22rem;
    }

    .header-other-box {
        top: 2.04rem;
        left: 0.19rem;
        width: 1.91rem;
        height: 1.77rem;
        padding: 0 0.05rem;
        line-height: 1.1;
    }

    .header-other-text {
        font-size: 0.22rem;
        padding-top: 0.1rem;
        /* overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; */
    }

    .header-other-arrow {
        display: none;
    }

    #header-swiper .swiper-pagination {
        bottom: 0.21rem;
        left: 30%;
    }

    /* 固定条--发展规划 */
    /* 向下滑动提示 */
    .scroll-tip {
        display: none;
    }

    /* 内容 */
    .maincontext {
        background-image: url(/2024/cn/images/bg1-mb.png);
        padding-top: 1.14rem;
    }

    /* 你好河套 */
    .nhht-content {
        align-items: flex-start;
        padding-bottom: 1.22rem;
    }

    .nhht-content-img {
        width: 3.54rem;
        height: 3.54rem;
        margin-right: 0.35rem;
    }

    .nhht-content-main {
        width: calc(100% - 3.54rem);
        margin-right: 0.27rem;
    }

    .nhht-content-news {
        min-height: 1rem;
        text-indent: 2em;
        font-size: 0.22rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
    }

    .nhht-content-news-extra {
        margin-top: 0.54rem;
        justify-content: flex-end;
    }

    .nhht-content-news-more {
        font-size: 0.2rem;
    }

    .nhht-content-news-time {
        display: none;
    }

    .nhht-content-introduce {
        width: calc(100% + 3.54rem);
        margin-top: 1rem;
        margin-left: -3.54rem;
    }

    .scollnumbox {
        font-size: 0.24rem;
        padding-bottom: 0.14rem;
        margin-bottom: 0;
    }

    .numintroduce {
        font-size: 0.24rem;
        margin-top: 0.11rem;
    }

    /* 入驻河套 */
    .rzht-box {
        padding-bottom: 1.27rem;
    }

    .rzht-content-bgm {
        background-image: url(/2024/cn/images/rzht-bg-mb.png);
    }

    .rzht-ywzc-box {
        right: 0.53rem;
        font-size: 0.22rem;
        padding: 0.02rem 0.18rem 0.05rem;
    }

    .rzht-gallery-thumbs {
        padding: 0;
    }

    .rzht-gallery-thumbs .swiper-wrapper {
        justify-content: center;
    }

    .rzht-gallery-thumbs .swiper-slide:first-child {
        /* margin-right: 0.9rem !important;*/
    }

    .rzht-gallery-thumbs .swiper-slide.active::after {
        width: 100%;
        margin-left: -0.1rem;
    }

    .rzht-intro-text2 {
        margin-top: 0.15rem;
        font-size: 0.2rem;
    }

    /* 创新视界 */
    .cxsj-box {
        padding-bottom: 1.21rem;
    }

    .cxsj-gallery-thumbs .swiper-wrapper {
        justify-content: space-evenly;
    }

    .cxsj-gallery-thumbs .swiper-slide {
        letter-spacing: 0;
        font-size: 0.19rem
    }

    .cxsj-gallery-thumbs .swiper-slide.active::after {
        width: 100%;
        margin-left: 0;
    }

    .cxsj-kcpyq-item {
        width: 2.18rem;
        height: 1.06rem;
        margin-bottom: 0.19rem;
    }

    #cxsj-content-htfbt,
    #cxsj-content-kcdmt,
    #cxsj-content-mtjj,
    .swiper-slide.cxsj-htfbt-item,
    .swiper-slide.cxsj-kcdmt-item,
    .swiper-slide.cxsj-mtjj-item {
        width: 100%;
        height: 5.3rem !important;
        margin-bottom: 0 !important;
    }

    .swiper-slide.cxsj-mtjj-item::after {
        background-color: rgba(0, 29, 201, 0.75);
    }

    .cxsj-htfbt-title,
    .cxsj-kcdmt-title,
    .cxsj-mtjj-title {
        width: 75%;
        background-color: transparent;
    }

    .cxsj-content-left,
    .cxsj-content-right,
    .cxsj-content-left,
    .cxsj-content-right {
        display: none;
    }

    .cxsj-content-htfbt,
    .cxsj-content-kcdmt {
        display: block;
    }

    /* 乐活河套 */
    .lhht-box {
        padding-bottom: 0.69rem;
    }

    .lhht-content {
        justify-content: flex-start;
        flex-direction: column;
    }

    .lhht-yqsh-box,
    .lhht-hdyg-box {
        width: 100%;
    }

    .lhht-hdyg-box {
        margin-top: 0.29rem;
    }

    .lhht-title {
        font-size: 0.26rem;
    }

    .lhht-more {
        font-size: 0.2rem;
        color: #0922b0;
    }

    .lhht-yqsh-box {
        width: 100%;
        padding: 0.32rem 0.24rem 0.53rem;
    }

    .lhht-yqsh-content {
        margin-top: 0.25rem;
    }

    .lhht-yqsh-img {
        margin-bottom: 0.2rem;
    }

    .lhht-yqsh-title {
        font-size: 0.24rem;
        color: #000;
        line-height: 1;
        margin-top: 0.11rem;
        margin-bottom: 0.18rem;
    }

    .lhht-yqsh-desc {
        font-size: 0.24rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: wrap;
    }

    .lhht-hdyg-content {
        margin-top: 0.38rem;
    }

    /* 活动预告 */
    .ui-datepicker-header {
        top: 0;
    }

    .ui-datepicker-header .ui-datepicker-title,
    .ui-datepicker-header .ui-datepicker-prev::before,
    .ui-datepicker-header .ui-datepicker-next::after,
    .ui-datepicker-calendar thead th,
    .ui-datepicker-calendar td a,
    .lhht-hdyg-rl-item-title,
    .lhht-hdyg-rl-item-desc,
    .lhht-hdyg-rl-item-other {
        font-size: 0.24rem;
    }

    .ui-datepicker-header .ui-datepicker-title {
        left: 72%;
    }

    .ui-datepicker-header .ui-datepicker-prev {
        left: 63%;
    }

    .ui-datepicker-header .ui-datepicker-prev,
    .ui-datepicker-header .ui-datepicker-next {
        top: -0.08rem;
    }

    .ui-datepicker-calendar {
        margin-top: 0.1rem;
    }

    .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-active {
        width: 0.45rem;
        height: 0.45rem;
        line-height: 0.45rem;
    }

    .ui-datepicker-calendar .dot {
        width: 0.1rem;
        height: 0.1rem;
    }

    #lhht-hdyg-rl-swiper .swiper-button-next,
    #lhht-hdyg-rl-swiper .swiper-button-prev {
        width: 0.25rem;
        height: 0.4rem;
        top:calc(50% + 0.4rem);
    }

    .swiper-wrapper .none{
        font-size: 0.24rem;
    }


    /* 园区生活 */
    .yqsh-box {
        padding-bottom: 0.83rem;
    }

    .yqsh-content {
        flex-direction: column;
    }

    .yqsh-tab {
        display: flex;
        justify-content: space-between;
        margin-right: 0;
        margin-bottom: 0.27rem;
    }

    .yqsh-tab-title {
        width: 3.4rem;
        height: 1.2rem;
        font-size: 0.36rem;
    }

    .yqsh-tab-title:last-child {
        margin-top: 0;
    }

    .yqsh-swiper-box {
        width: 100%;
    }

    .yqsh-item-container {
        width: 100%;
    }

    .yqsh-item-img {
        /* height: 2rem;
        object-fit: cover; */
    }

    .yqsh-item-text {
        color: #000000;
        font-size: 0.24rem;
    }

    #yqsh-swiper .swiper-pagination {
        bottom: 1.4rem;
        left: 2.6rem;
    }

    /* 招聘公告 */
    .zpgg-box {
        position: fixed;
        top: unset;
        bottom: 2.5rem;
        right: 0;
        width: 1.7rem;
    }
    .ggqnh{height: 2.9rem; margin-bottom: 0.26rem;}
    .ggqnh img{height: 2.15rem}
}

@keyframes slowlyShow {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
