:root {
    --main-color: #b23432;
    --fontSize14: 14px;
    --fontSize16: 16px;
    --fontSize18: 18px;
    --fontSize20: 20px;
    --fontSize24: 24px;
    --fontSize36: 36px;
    --fontSize48: 48px;
}



dl,
ol,
ul {
    margin: 0;
}

ol,
ul {
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    /* 去除默认的下划线 */
    outline: none;
    /* 去除旧版浏览器的点击后的外虚线框 */
    color: #000;
    /* 去除默认的颜色和点击后变化的颜色 */
}

a:hover {
    text-decoration: none;
    /* 去除默认的下划线 */
    outline: none;
    /* 去除旧版浏览器的点击后的外虚线框 */
    color: #000;
    /* 去除默认的颜色和点击后变化的颜色 */
}

.magnify_img {
    transition: all 0.3s;
    cursor: pointer;
}

.magnify_img:hover {
    transform: scale(1.1);
}

.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 53px 0;
}

.pagination li {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #FFF;
    color: #7F7F7F;
    font-size: var(--fontSize14);
    font-weight: 500;
    margin: 0 5px;
}

.pagination .active {
    background-color: var(--main-color);
    color: #FFF;
}

/* .about-list-items{
    padding-top: 100px;
    margin-top: -100px;
} */
.about-list-items .about-team-tab {
    display: flex;
    align-items: center;

}

.about-list-items .nav-tabs {
    border-bottom: none !important;
}
.about-list-items-1{
    background-image: url('/static/image/about-list-topbg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.about-list-items-1-img{
    display: none;
}
.about-team-tab .nav-link {
    padding: 10px 32px;
    width: auto;
    height: auto;
    color: #666;
    font-size: var(--fontSize16);
    border-radius: 30px;
    border: 1px solid #d6d6d6;
    background: #FFF;
    margin-left: 31px;
}

.about-team-tab .active {
    color: var(--main-color) !important;
    border: 1px solid var(--main-color) !important;
}

/* 按钮 */
.yh-button {
    width: 212px;
    display: flex;
    height: 54px;
    border-radius: 27px;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 1px solid var(--main-color);
}

.yh-button .yh-button-text {
    position: absolute;
    left: 40px;
    z-index: 1;
    line-height: 54px;
    color: var(--main-color);
    font-size: 16px;
    transition: all 0.5s;
}

.yh-right {
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 1;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.yh-button:hover .yh-button-text {
    transform: translateX(54px);
}

.yh-button:hover .yh-right {
    transform: translateX(-158px);
}

/* 标题 */
.title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 69px;
    margin-bottom: 57px;
}

.title-box .title-name {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 42px;
}

.title-box .title-name::before {
    content: "";
    width: 5px;
    height: 37px;
    background-color: var(--main-color);
    margin-right: 31px;
    border-radius: 3px;
}

/* 导航 */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.10);
}

.nav .nav-logo {
    width: 100%;
    height: auto;
}

.nav .nav-right {
    display: flex;
    justify-content: flex-end;
    width: 80%;
}

.nav .nav-right .nav-box {
    display: flex;
    align-items: center;
    width: 80%;
}

.nav .nav-right .nav-box .nav-item {
    width: 10%;
    text-align: center;
}

.nav .nav-right .nav-box .nav-item a {
    color: #fff;
    font-size: var(--fontSize16);
}

.nav .nav-right .nav-box .nav-item img {
    width: 24px;
    height: 24px;
}

.nav-wxQrcodeLink {
    position: relative;
}

.nav-wxQrcode {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50px;
    right: -30px;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
}

.hover-qrcode:hover + .nav-wxQrcode {
    opacity: 1;
    visibility: unset;
}

#phonebanner{
    display: none;
}

.pcNavStyle{
    width: 60%;
    justify-content: space-between;
}

.pcNavStyle .pc-li{
    /* width: 20%; */
    text-align: center;
}
/* 底部 */

.footer {
    background: linear-gradient(180deg, #111f38 0%, #243761 100%);
    backdrop-filter: blur(5px);
    padding-top: 64px;
    position: relative;
    z-index: 99999;
}

.footer .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 49px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-top .footer-top-l {
    display: flex;
    align-items: center;
}

.footer .footer-top .footer-top-l .footer-top-logo {
    width: 100%;
    height: auto;
    margin-right: 63px;
}
.footer-top-l .dropdown{
    width: 100%;
}
.footer .footer-top .footer-top-l .btn-footer {
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: #fff;
    font-size: var(--fontSize14);
    font-weight: 400;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-top .footer-top-r {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: var(--fontSize14);
}

.footer .footer-top .footer-top-r .footer-top-r-icon {
    margin-left: 9px;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}

.footer .footer-top .footer-top-r .footer-top-r-icon .footer-top-r-icon-img {
    width: 22px;
    height: 22px;
}

.footer .footer-top .footer-top-r .wxQrcode {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 44px;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
}

.footer .footer-top .footer-top-r .footer-top-r-icon .footer-top-r-icon-img:hover + .wxQrcode {
    opacity: 1;
    visibility: unset;
}

.footer-title {
    display: block;
    color: #fff;
    font-size: var(--fontSize16);
    margin-bottom: 20px;
}

.footer-info {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: var(--fontSize14);
    padding-bottom: 15px;
}

.footer-title:hover {
    color: #fff;
}

.footer-info:hover {
    color: rgba(255, 255, 255, 0.7);
}

.footer-center {
    padding: 53px 0;
}

.footer .col-md-2 {
    width: 14%;
}

.footer-center-r-top {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 32px;
}

.footer-center-r-top img {
    width: 24px;
    height: 24px;
    margin-right: 17px;
}

.footer-center-r {
    margin-top: 13px;
    color: #fff;
    font-size: var(--fontSize14);
}

.footer-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;

    background: rgba(255, 255, 255, 0.13);
    padding: 11px 0;
}

.footer-bottom-info div a {
    color: #fff;
    /* text-decoration-line: underline; */
}

.footer-bottom-info {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: var(--fontSize14);
}

/* 轮播图 */

.swiper-bg {
    background-image: url("/static/image/swiper-text.png");
    background-repeat: no-repeat;
    background-clip: content-box;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-bg .swiper-info {
    max-width: 1008px;
    color: #fff;
    font-size: var(--fontSize36);
    line-height: 1.5;
    /* 150% */
    margin-left: 14vw;
    margin-bottom: 31px;
}

.swiper-button {
    margin-left: 14vw;
    background-image: url("/static/image/swiper-button-bg.png");
    border: none;
}
.swiper-button-bg{
    background-image: url("/static/image/swiper-button-bg.png"); 
}

.swiper-button .yh-button-text {
    color: #fff;
}

/* 业务领域 */

.business-item {
    width: 100%;
    height: 610px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.business-pos {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 43px 28px;
    background: linear-gradient(180deg,
            rgba(20, 62, 124, 0.85) 0%,
            rgba(20, 62, 124, 0.00) 100%);
            transition: all 1s;
}

.business-item .business-name {
    color: #fff;
    font-size: var(--fontSize36);
}

.business-item .business-info {
    color: #fff;
    font-size: var(--fontSize18);
    padding-top: 4px;
    margin-bottom: 17px;
    font-weight: 200px;
}

.business-item .business-line {
    width: 28px;
    height: 5px;
    background-color: var(--main-color);
}

.business-item .business-rows {
    color: #fff;
    text-align: justify;
    font-size: var(--fontSize16);
    line-height: 180%;
    margin-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.business-item .business-button {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: var(--fontSize16);
    line-height: 200%;
    /* 32px */
    margin-top: 32px;
}
.business-bg-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.business-item .business-button img {
    width: 20px;
    height: 20px;
    margin-left: 11px;
}

.hover-business {
    visibility: hidden;
    opacity: 0;
    margin-top: 45px;
    transition: all 1s;

}

.business-pos:hover {
    transition: all 1s;
    background: linear-gradient(180deg,
            rgba(20, 62, 124, 1) 0%,
            rgba(0, 76, 151, 0) 100%);
}
.business-item:hover .business-bg-img{
    transform: scale(1.1);
    transition: all 1s;
    
}
.business-pos:hover .hover-business {
    transition: all 1s;
    visibility: visible;
    opacity: 1;
    transform: translateY(-30px);
}
.mobile_business-name{
    color: #FFF;
    font-size: 20px;
    margin-bottom: 12px;
}
.mobile_business-info{
    width: 7em;
    color: #FFF;
    font-size: 14px;
    margin-top: 12px;
}
.mobile_row{
    width: 100%;
    height: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}
.mobile_col-6{
    display: block;
    width: calc(50% - 15px);
    height: calc(50% - 20px);
    margin: 0 7.5px 20px;
    border-radius: 10px;
    overflow: hidden;
}

/* 关于我们 */
.about-us {
    background-image: url("/static/image/about-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    margin-top: 79px;
    padding-bottom: 131px;
    position: relative;
}

.about-CGI {
    width: 100%;
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.about-box {
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.about-us .title-name::before {
    background-color: #B23432;
}

.about-us .about-name {
    color: #333;
    font-size: var(--fontSize36);
    line-height: 130%;
    /* 46.8px */
}

.about-us .about-info {
    color: #333;
    font-size: var(--fontSize18);
    font-weight: 400;
    line-height: 200%;
    /* 36px */
    margin-top: 20px;
    margin-bottom: 70px;
}

.about-us .about-datas {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 50px;
}

.about-us .about-datas .about-data-item {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--fontSize18);
    letter-spacing: -0.72px;
    width: 33.3%;
}

.about-us .about-datas .about-data-item span {
    color: #fff;
    font-size: var(--fontSize48);
    font-weight: 700;
    letter-spacing: -1.92px;
    margin-right: 6px;
}

/* 新闻中心 */
.news-item {
    width: 100%;
    height: 585px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(7, 18, 120, 0.07);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 35px;
}

.news-item .news-top {
    padding: 26px 24px;
}

.news-item .news-time {
    color: #666;
    font-size: var(--fontSize18);
}

.news-item .news-title {
    color: #333;
    font-size: var(--fontSize24);
    height: 4.5rem;
    margin: 18px 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-item .news-line {
    width: 28px;
    height: 5px;
    background-color: var(--main-color);
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.news-info {
    color: #666;
    font-size: var(--fontSize16);
    height: 4rem;
    line-height: 30px;
    /* 187.5% */
    margin-top: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-img {
    height: 258px;
    margin: 0 12px 12px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 党建引领 */
.lead {
    background: linear-gradient(270deg, #fffbed 0%, #fffcf0 68.88%);
    margin-top: 123px;
}

.lead-img-box {
    position: relative;
    padding-left: 0;
}

.lead-img1 {
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
}

.lead-img2 {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.lead-title {
    position: absolute;
    padding-top: 10%;
    top: 0;
    left: 35%;
    z-index: 999;
}

.lead .title-name::before {
    background-color: #fff;
}

.lead .lead-item {
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 30px;
    padding-bottom: 19px;
    position: relative;
    z-index: 99;
}

.lead .lead-item .lead-icon {
    width: 15px;
    height: 15px;
    border: 3px solid #666;
    border-radius: 50%;
    transform: translateY(10px);
}

.lead .lead-item .lead-info {
    color: #333;
    font-size: var(--fontSize20);
    line-height: 185%;
    /* 37px */
    width: calc(100% - 18px);
    padding-left: 22px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
    font-weight: 400;
}

.lead .lead-item:hover .lead-icon {
    border-color: var(--main-color);
}

.lead .lead-item:hover .lead-info {
    color: var(--main-color);
}

.lead-center {
    margin-top: 40px;
}

.lead-right {
    display: block;
    width: 60px;
    padding: 52px 19px;
    border-radius: 57px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: var(--fontSize20);
}

.lead-right:hover {
    color: var(--main-color);
}

/* 党建引领 */
.info-top-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.info-top-banner-name {
    color: #fff;
    font-size: var(--fontSize48);
    font-weight: 700;
    margin-bottom: 15px;
}

.info-top-banner-line {
    width: 28px;
    height: 5px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.banner-line-red {
    background-color: var(--main-color) !important;
}

.page-nav {
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 100px;
    z-index: 999;
}

.page-nav-box {
    display: flex;
}

.page-nav-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-nav-item {
    display: block;
    padding: 26px;
    color: #333;
    font-size: var(--fontSize16);
}

.page-nav-item:hover {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.page-nav-box .active {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.page-nav-active {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.page-nav-right {
    display: flex;
    align-items: center;
    color: #808080;
    font-size: var(--fontSize14);
}

.page-nav-right a {
    color: #808080;
    font-size: var(--fontSize14);
}

.page-nav-right>a+a::before {
    content: ">";
    padding: 0 5px;
}

.page-nav-right img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.page-swiper {
    margin-top: 63px;
    margin-bottom: 47px;
}

.page-lead-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    min-height: 341px;
    object-fit: cover;
}

.page-lead-time {
    color: #666;
    font-size: var(--fontSize18);
    padding-bottom: 19px;
}

.page-lead-title {
    display: block;
    color: #333;
    font-size: var(--fontSize24);
    margin-bottom: 19px;
}

.page-lead-info {
    color: #666;
    font-size: var(--fontSize16);
    line-height: 30px;
    /* 187.5% */
    padding: 19px 0 41px;
}

.page-lead-pagination .swiper-pagination {
    position: static !important;
    text-align: left !important;
}

.page-lead-pagination .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent !important;
    border: 2px solid var(--main-color) !important;
}

.page-lead-pagination .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--main-color) !important;
}

/* 档案记忆专区 */
.memory-box {
    position: relative;
    margin-top: 46px;
    margin-bottom: 52px;
}

.memory-box .memory-img {
    width: 100%;
    height: auto;
}

.memory-box .memory-pos {
    position: absolute;
    right: 15%;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.memory-box .memory-title {
    color: #fff;
    font-size: var(--fontSize36);
    margin-bottom: 26px;
}

/* 新闻 */
.page-news {
    background: #f5f5f5;
    padding-top: 77px;
}

.page-news-bg {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.page-news .page-news-item {
    display: block;
    width: 100%;
    height: 254px;
    border-radius: 10px;
    background: url("/static/image/page-news.png") rgba(178, 52, 50, 0) no-repeat;
    background-size: 50%;
    background-position: right bottom;
    padding: 28px 30px;
    color: #333;
    font-size: var(--fontSize20);
    position: relative;
    transition: all 0.8s;
}

.page-news .page-news-item .page-news-time {
    color: #666;
    font-size: var(--fontSize18);
    margin-bottom: 19px;
}

.page-news .page-news-item .page-news-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.page-news .page-news-item .page-news-icon {
    width: 46px;
    height: 46px;
    background: url("/static/image/page-news-icon1.svg") no-repeat;
    background-size: cover;
    position: absolute;
    left: 30px;
    bottom: 39px;

}

.page-news .page-news-item:hover {
    background: url("/static/image/page-news.png") rgba(178, 52, 50, 1) no-repeat;
    background-size: 50%;
    background-position: right bottom;
    color: #fff;
}


.page-news .page-news-item:hover .page-news-time {
    color: #fff;
}

.page-news .page-news-item:hover .page-news-icon {
    background: url("/static/image/page-news-icon2.svg") no-repeat;
    background-size: cover;
}
.mobile_news-hover{background: url("/static/image/page-news.png") rgba(178, 52, 50, 1) no-repeat !important;background-size: 50% !important;background-position: right bottom !important;color: #fff !important;}
.mobile_news-hover .page-news-time{color: #fff !important;}
.mobile_news-hover .page-news-icon{background: url("/static/image/page-news-icon2.svg") no-repeat !important;background-size: cover !important;}
/* 关于我们-公司简介 */
.about-title-box {
    padding-top: 68px;
    padding-bottom: 40px;
    color: #333;
    font-size: var(--fontSize36);
}

.about-title-box .about-title {
    margin-bottom: 12px;
}

.briefly-l {
    color: #333;
    font-family: Source Han Sans CN;
    font-size: var(--fontSize18);
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 20px;
}

.briefly-r {
    width: auto;
    height: auto;
    position: absolute;
    bottom: -34px;
}

.briefly-r img {
    width: 80%;
    height: auto;
}

/* 企业文化 */
.culture-box {
    background: url("/static/image/culture.png") no-repeat;
    background-size: cover;
    padding-bottom: 65px;
}

.culture-top {
    color: #fff;
    font-size: var(--fontSize18);
    margin-bottom: 65px;
}

.culture-item {
    width: 100%;
    padding: 85px 0 77px;
    border-radius: 10px;
    background: #FFF;
    background-position: bottom -300px center;
    backdrop-filter: blur(7.5px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 35px;
    transition: all 0.6s;
}

.mobile_culture-item{
    width: 100%;
    padding: 85px 0 77px;
    border-radius: 10px;
    background: #FFF;
    background-position: bottom -300px center;
    backdrop-filter: blur(7.5px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 35px;
    transition: all 0.6s;
}

.culture-item:hover {
    background: url('/static/image/culture-hover.png') no-repeat;
    background-position: center 0 center;
    background-size: cover;
}

.culture-item:hover .culture-title,
.culture-info {
    color: #FFF;
}

.culture-item:hover .culture-info {
    color: #FFF;
}

.culture-item:hover .culture-hover {
    display: block;
}

.culture-item:hover .culture-img {
    display: none;
}

.info-top-banner-line {
    background-color: var(--main-color);
}

.culture-item:hover .info-top-banner-line {
    background-color: #FFF;
}

.culture-img {
    width: 78px;
    height: 78px;
    margin-bottom: 38px;
    display: block;
}

.culture-hover {
    width: 78px;
    height: 78px;
    margin-bottom: 38px;
    display: none;
}

.culture-title {
    color: #333;
    font-size: var(--fontSize24);
    line-height: 130%;
    /* 31.2px */
    margin-bottom: 18px;
}

.culture-info {
    color: #666;
    font-size: var(--fontSize16);
    line-height: 200%;
    /* 32px */
    margin-top: 18px;
}

.team-item {
    display: block;
    width: 100%;
    height: 270px;
    padding: 19px 24px;
    border-radius: 10px;
    background: #f8f8f8;
    background-size: 100% auto;
    background-position: bottom -100px center;
    margin-bottom: 35px;
    transition: all 0.5s;
}

.team-item .team-name {
    color: #004c97;
    font-size: 28px;
    font-weight: 700;
}

.team-item .team-title {
    display: inline-block;
    padding: 5px 12px;
    color: #fff;
    font-size: var(--fontSize14);
    background-color: var(--main-color);
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    margin: 9px 0 20px;
}

.team-item .team-info {
    color: #666;
    font-size: var(--fontSize16);
    line-height: 200%;
    /* 32px */
}

.team-item:hover {
    background: url("/static/image/team-bg.png") no-repeat,
        linear-gradient(180deg, rgba(239, 246, 251, 0.5) 0%, #eff6fb 100%);
    background-position: bottom 0 center;
}

/* 组织架构 */
.schema-box {
    background: url("/static/image/schema.png") no-repeat;
    background-size: cover;
    /* height: 577px; */
}

.schema-box .schema-img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
}

.schema-img-top {
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 107px;
}

.schema-img-top img {
    width: 100%;
    height: auto;
}

/* 社会责任 */
.duty-box {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    /* margin-top: 238px; */
}

.duty-info {
    color: #333;
    font-size: var(--fontSize18);
    line-height: 200%;
    /* 36px */
    margin-bottom: 100px;
}

/* 私募股权 */
.equity {
    background-repeat: no-repeat;
}

.equity-top {
    padding: 101px 0 136px;
}

.equity-top .equity-top-title {
    color: #fff;
    font-size: var(--fontSize36);
}

.equity-top .equity-top-tips {
    color: #fff;
    font-size: var(--fontSize18);
    text-transform: uppercase;
    margin: 4px 0 17px;
}

.equity-top .equity-top-info {
    color: #fff;
    font-size: var(--fontSize18);
    line-height: 200%;
    /* 36px */
    margin: 32px 0 75px;
}

.equity-top-item {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--fontSize18);
    letter-spacing: -0.72px;
}

.equity-top-item span {
    color: #fff;
    font-size: var(--fontSize48);
    font-weight: 700;
    letter-spacing: -1.92px;
    margin-right: 9px;
}

/* 业务情况 */
.situation {
    /* background: url("/static/image/situation.png") no-repeat; */
    /* padding-bottom: 65px; */
}

.situation-item {
    border-radius: 10px;
    width: 100%;
    height: 355px;
    padding: 35px;
    margin-bottom: 32px;
    position: relative;
}

.situation-left:nth-child(odd) {
    background: linear-gradient(180deg, #EEF0F4 0%, rgba(238, 240, 244, 0.50) 100%);
}

.situation-right:nth-child(even) {
    background: linear-gradient(180deg, #EEF0F4 0%, rgba(238, 240, 244, 0.50) 100%);

}

.situation-left:nth-child(even) {
    background: linear-gradient(180deg, #F6F8FD 0%, rgba(246, 248, 253, 0.50) 100%);
}

.situation-right:nth-child(odd) {
    background: linear-gradient(180deg, #F6F8FD 0%, rgba(246, 248, 253, 0.50) 100%);
}

.situation-item .situation-title {
    color: #333;
    font-size: var(--fontSize24);
    line-height: 130%;
    /* 31.2px */
    margin-bottom: 16px;
}

.situation-item .situation-info {
    color: #333;
    font-size: var(--fontSize16);
    line-height: 1.8;
    /* 181.25% */
    margin-top: 16px;
}

.situation-item .situation-img {
    width: 46px;
    height: 46px;
    position: absolute;
    left: 48px;
    bottom: 46px;
    z-index: 1;
    margin-top: 12px;
}

.situation-item-bg {
    width: auto;
    height: 141px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    display: none;
}

.situation-item:hover .situation-item-bg {
    display: block;
}

.outer-box{
    padding-bottom: 55px;
}


.operate-item{
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(180deg, #F6F8FD 0%, rgba(246, 248, 253, 0.50) 100%);
    margin-bottom: 16px;
}
.operate-item:hover{
    background: linear-gradient(180deg, #EEF0F4 0%, rgba(238, 240, 244, 0.50) 100%);
}
.operate-item .operate-img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.operate-item .operate-img .operate-img-data{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.operate-item .operate-title{
    position: absolute;
    left: 47px;
    bottom: 42px;
    color: #FFF;
    font-size: var(--fontSize24);
    font-weight: 700;
    line-height: 130%; /* 31.2px */
}

.operate-item .operate-desc{
    padding: 23px 31px;
    min-height: 255px;
    
    color: #333;
    font-size: var(--fontSize16);
    line-height: 1.8; /* 181.25% */
}


/* 公司新闻 */
.list-news-box {
    background-color: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 65px;
}

.list-news-item {
    border-radius: 10px;
    overflow: hidden;
    height: 554px;
    box-shadow: unset !important;
}

.list-news-item .news-img {
    margin: 0 !important;
}

/* 信息公开 */
.publish-box {
    margin-top: 70px;
    margin-bottom: 51px;
}

.publish-top {
    padding-bottom: 55px;
    border-bottom: 1px solid #f5f5f5;
}

.publish-top .publish-top-time {
    color: #666;
    font-size: var(--fontSize18);
}

.publish-top .publish-top-title {
    display: block;
    color: #333;
    font-size: var(--fontSize24);
    margin: 19px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.publish-top .publish-top-info {
    color: #666;
    font-size: var(--fontSize16);
    line-height: 30px;
    /* 187.5% */
    margin: 19px 0 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.publish-item {
    display: block;
    margin-top: 46px;
    padding-bottom: 39px;
    border-bottom: 1px solid #f5f5f5;
}

.publish-item .publish-item-date {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    /* 32px */
    margin-bottom: 3px;
}

.publish-item .publish-item-year {
    color: #999;
    font-size: var(--fontSize16);
    font-weight: 700;
    line-height: 100%;
    /* 16px */
}

.publish-item .publish-line {
    display: flex;
    justify-content: center;
}

.publish-item .publish-item-title {
    color: #333;
    font-size: var(--fontSize20);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.publish-item .publish-item-info {
    color: #666;
    font-size: var(--fontSize16);
    line-height: 2;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}

.row-business {
    display: flex;
    justify-content: space-between;
}

.publish-flex {
    justify-content: space-between;
}

.publish-1 {
    width: 2%;
    display: flex;
    justify-content: center;
    padding: 0;
}

.publish-8 {
    width: calc(60% - 2%);
}

.publish-4 {
    width: 38%;
}

.hot-news {
    color: #000;
    font-size: var(--fontSize24);
    margin-bottom: 33px;
}

.hot-news-item {
    display: block;
    margin-bottom: 46px;
}

.hot-news-item .hot-news-item-img {
    overflow: hidden;
}

.hot-news-item .hot-news-item-img img {
    width: 100%;
    height: 275px;
    object-fit: cover;

}

.hot-news-item .hot-news-item-title {
    color: #333;
    font-size: var(--fontSize20);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 26px;
}



/* 人才理念 */
.add-top {
    display: flex;
    flex-wrap: wrap;
    height: 479px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 40px;
}
.add-center{
    margin-top: 66px;
    margin-bottom: 24px;
}

.add-top .add-top-left {
    width: 50%;
    overflow: hidden;
}

.add-top .add-top-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add-top-right {
    width: 50%;
    background: url("/static/image/add-top-bg.png") rgba(178, 52, 50, 1) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    padding: 43px 49px;
}

.add-top-right2 {
    background: url("/static/image/add-top2-bg.png") rgba(0, 76, 151, 1) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}

.add-top-right img {
    width: 56px;
    height: 56px;
}

.add-top-right .add-top-right-title {
    color: #FFF;
    font-size: var(--fontSize36);
    line-height: 130%;
    /* 46.8px */
    margin: 25px 0;
}

.add-top-right-item {
    display: flex;
    margin-bottom: 20px;
}

.add-top-right-item-info {
    color: #FFF;
    font-size: var(--fontSize18);
    line-height: 200%;
    /* 36px */
    width: calc(100% - 27px);
}

.add-top-right-item-icon {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 3px solid #FFF;
    margin-right: 11px;
    transform: translateY(11px);
}

.add-line {
    width: 100%;
    height: auto;
}

.add-swiper-box {
    margin-top: 60px;
    margin-bottom: 100px;
}

.add-swiper-img img {
    width: 100%;
    height: 256px;
}

.add-swiper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.swiper-button-box {
    display: flex;
    margin-top: 92px;
}

.swiper-button-box .swiper-button-next,
.swiper-button-prev {
    position: static;
    width: 24px;
    height: 24px;
    margin-top: 0;
    display: block;
    color: #000;

}

.swiper-button-prev {
    margin-right: 39px;
}

.swiper-button-box img {
    width: 100%;
    height: 100%;
}

.swiper-button-box .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
    display: none;
}

.swiper-button-box .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
    display: none;
}


/* 招聘信息 */
.recruit {
    margin: 49px 0 81px;
}
.accordion-centers{
    border-left: 2px solid #e5e5e5;
    padding: 0 32px;
}
.accordion-button{
    line-height: 1.5;
}
.recruit-item1 {
    width: 100%;
    height: 670px;
    background: url("/static/image/recruit-item1.png") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    padding: 67px 64px;
    border-radius: 10px;
    overflow: hidden;
}

.recruit-item2 {
    width: 100%;
    height: 670px;
    background: url("/static/image/recruit-item2.png") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    padding: 67px 64px;
    border-radius: 10px;
    overflow: hidden;
}


.accordion-item {
    border: none !important;
    box-shadow: 0px 2px 4px 0px rgba(220, 220, 220, 0.50);
    margin-bottom: 22px;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #FFF !important;
    background-color: var(--main-color) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.accordion-button::after {
    background-image: none;
}

.accor-select {
    width: 30px;
    height: 30px;
    background-image: url('/static/image/accor-unselect.svg');
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
}

.accordion-button:not(.collapsed) .accor-select {
    background-image: url('/static/image/accor-select.svg');
    background-repeat: no-repeat;
}


.contact-top {
    margin-top: 61px;
}

.contact-bottom-box {
    position: relative;
    left: 0;
    right: 0;
    bottom: 38px;
    z-index: 11;
    padding: 0 38px;
}

.contact-item {
    width: 100%;
    min-height: 214px;
    padding: 21px 0 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 29px;
}

.contact-img {
    width: 64px;
    height: 64px;
    margin-bottom: 19px;
}

.contact-right {
    text-align: center;
    color: #333;
    font-size: var(--fontSize18);
    line-height: 200%;
    /* 36px */
}

.contact-item-info {
    text-align: center;
    color: #333;
    font-size: var(--fontSize24);
    font-weight: 700;
    line-height: 130%;
    word-break: break-all;
    /* 41.6px */
}

.contact-content {
    margin-bottom: 83px;
}

.contact-map {
    position: relative;
    width: 100%;
    height: auto;
}

.contact-map-bg {
    width: 100%;
}

.contact-map-info {
    position: absolute;
    top: 4%;
    left: 52%;
    display: flex;
    align-items: center;
}

.contact-icon {
    width: 36px;
    height: 36px;
    margin-right: 20px;
}

.contact-map-info-right {
    background-color: var(--main-color);
    padding: 28px 47px;
    border-radius: 10px;
}

.contact-map-info-name {
    color: #FFF;
    font-size: var(--fontSize24);
    font-weight: 700;
    margin-bottom: 7px;
}

.contact-map-info-rows {
    color: #FFF;
    text-align: justify;
    font-size: var(--fontSize20);
    margin-bottom: 34px;
}


.show-info-box {
    background: #F2F0F0;
    padding: 43px 0 39px;
}

.show-info-box .info-top-banner-line {
    margin: 0 auto;
}

.show-info-time {
    color: #666;
    text-align: center;
    font-size: var(--fontSize18);
}

.show-info-title {
    color: #333;
    text-align: center;
    font-size: 30px;
    margin: 22px 0 19px;
}

.show-info-content {
    margin: 53px 0 116px;
    padding: 0 10%;
    color: #666;
    font-size: var(--fontSize16);
    line-height: 2;
    /* 32px */
}
.show-info-content img{
    max-width: 100%;
}

.info-prevnext-box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 102px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.info-prevnext-left {
    width: 74px;
    height: 100%;
    padding: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-prevnext-left img {
    width: 62px;
    height: 62px;
}

.info-prevnext-title {
    width: calc(100% - 74px);
    padding: 0 32px 0 23px;
    color: #000;
    font-size: var(--fontSize18);
    font-weight: 700;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
}


.rental-item {
    display: block;
    width: 100%;
    margin-bottom: 41px;
}

.rental-img {
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.rental-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rental-top {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 28px 30px 42px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rental-time {
    color: #666;
    font-size: var(--fontSize18);
}

.rental-title {
    color: #333;
    font-size: var(--fontSize24);
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    margin: 12px 0 27px;
}

.rental-info {
    height: 34px;
}

.rental-info ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    overflow: hidden;
}

.rental-info ul li {
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 16px;
    border-radius: 37px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    color: #999;
    text-align: center;
    font-size: var(--fontSize16);
    margin-right: 13px;
    margin-bottom: 13px;
}

.rental-info ul span {
    color: #999;
    font-size: var(--fontSize16);
}

.show-rental-info ul {
    justify-content: center;
    margin: 32px 0;
}

.video-top {
    position: relative;
    width: 100%;
    height: 500px;
}

.video-top video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-top-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.search-bg{
    min-height: 39vh;
}

.search-top{
    background-color: #F3F3F3;
    padding: 70px 0;
    
}
.search-box{
    display: flex;
    justify-content: center;
    border-radius: 6px;
}
.search-input{
    width: 60%;
    height: 58px;
    padding: 17px 24px;
    font-size: var(--fontSize16);
    border: none;
    outline-offset: 0;
    border-radius: 6px 0 0 6px;
}
.search-button{
    width: 10%;
    line-height: 58px;
    height: 58px;
    color: #FFF;
    text-align: center;
    font-size: var(--fontSize20);
    padding: 0;
    margin: 0;
    border: none;
    background-color: #004C97;
    border-radius: 0 6px 6px 0;
}
.search-value{
    color: #999;
    font-size: var(--fontSize16);
    padding: 27px 0;
}
.search-value>span{
    color: var(--main-color);
}