@font-face{
    font-family: 'YouSheBiaoTiHei';
    src: url('../fonts/YouSheBiaoTiHei-2.ttf') format('truetype');
}
.hide{
    display: none !important;
}
.flex{
    display: flex;
}
.flex-center{
    display: flex;
    justify-content: center;
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-align-center{
    display: flex;
    align-items: center;
}
.flex-between-align-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eyeNum .icon{
    width: 1.25rem;
    height: 1rem;
}
.achievement-item .icon-eye{
    background-image: url("../images/home/icon-eye-blue.png");
}
.achievement-item .icon-collection{
    background-image: url("../images/home/icon-collection-blue.png");
}
.achievement-item .icon-like{
    background-image: url("../images/home/icon-like-blue.png");
}
.achievement-item .icon-share{
    background-image: url("../images/home/icon-share-blue.png");
}

.demand-item.active .icon-eye{
    background-image: url("../images/home/icon-eye-white.png");
}
.demand-item.active .icon-collection{
    background-image: url("../images/home/icon-collection-white.png");
}
.demand-item.active .icon-like{
    background-image: url("../images/home/icon-like-white.png");
}
.demand-item.active .icon-share{
    background-image: url("../images/home/icon-share-white.png");
}




.front-body{
    padding: 0;
}
.home-body{
    height: 100vh;
}


.layui-nav .layui-nav-more{
    position: inherit;
    margin-left: 0.5rem;
}
.layui-nav .layui-nav-bar{
    display: none;
}
.layui-nav .layui-nav-bar{
    display: none;
}



.banner-section{
    width: 100%;
    height: 45rem;
    background-image: url(../images/home/banner3.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
.banner-section .banner-body{
    width: 100%;
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-section .page-heart{
    position: relative;
}
.jcjy-wrap{
    position: absolute;
    top: 2rem;
    right: 10%;
    cursor: pointer;
}
.jcjy-wrap img{
    width: 14rem;
    height: 9rem;
}

.main-system-name{
    margin-bottom: 1rem;
}
.main-system-name img{
    width: 38rem;
}
.sub-system-name{
    padding-left: 1.2rem;
    margin-bottom: 8rem;
}
.sub-system-name img{
    width: 30rem;
}
.main-desc{
    padding-left: 1.2rem;
    padding-right: 1rem;
    color: #50627F;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 2.5rem;
}


.home-search-form .layui-input:hover,
.home-search-form .layui-input:focus{
    box-shadow: none;
}

.home-search-form{
    width: 60%;
    border: 1px solid #FFFFFF;
    border-radius: 0.25rem;
    background: #FFFFFF;
    display: flex;
    font-size: 1.125rem;
    margin-bottom: 3rem;
}
.home-search-form input{
    flex: 1;
    color: #333;
    background: transparent;
    height: 3.5rem;
    padding: 0 1.25rem;
    border: none;
}
.home-search-form button{
    background: transparent;
    color: #2267F7;
    width: 12rem;
    line-height: 3.5rem;
    text-align: center;
    padding: 0 2rem;
    border: none;
    position: relative;
}
.home-search-form button .icon-search {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    margin-right: 0.5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/home/icon-light-search.png);
}
.home-search-form button:before{
    display: inline-block;
    content: '';
    width: 1px;
    height: 1.5rem;
    background: #2267F7;
    position: absolute;
    left: 0;
    top: 1rem;
}



.btn-group{
    padding-left: 1.2rem;
}
.btn-group .publish-btn{
    color: #fff;
    font-size: 1.25rem;
    line-height: 3rem;
    border-radius: 100rem;
    border: none;
    padding: 0 1.25rem;
    margin: 0 1rem;
}
.publish-btn.blue{
    background: linear-gradient( 92deg, #0F38FE 0%, #51AFFF 100%);
}
.publish-btn.yellow{
    background: linear-gradient( 92deg, #E77F00 0%, #FFBA66 100%);
}
.publish-btn .icon {
    display: inline-block;
    width: 1.5625rem;
    height: 0.625rem;
    margin-right: 0.3125rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/information/icon-notice-more.png);
}

.link-content{
    display: flex;
    justify-content: space-between;
    background: linear-gradient( 180deg, #FFFFFF 0%, #E6E7FF 100%);
    border-radius: 1rem;
    padding: 1rem 2rem;
}
.link-content .btn{
    display: flex;
    align-items: center;
}
.link-content .icon{
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    background-size: 100% 100%;
}
.link-content .bg1{
    background-image: url(../images/home/link-icon11.png);
}
.link-content .bg2{
    background-image: url(../images/home/link-icon22.png);
}
.link-content .bg3{
    background-image: url(../images/home/link-icon33.png);
}
.link-content .bg4{
    background-image: url(../images/home/link-icon44.png);
}
.link-content .bg5{
    background-image: url(../images/home/link-icon55.png);
}
.link-content .bg6{
    background-image: url(../images/home/link-icon66.png);
}
.link-content .title{
    font-size: 1.125rem;
    font-weight: bolder;
    color: transparent;
    background-image:linear-gradient(90deg, #0D82FF 0%, #4760FF 100%);;
    -webkit-background-clip: text;
    display: block;
}


.notice-section{
    padding: 1.25rem 0;
    overflow: hidden;
}
.notice-section .notice-content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.notice-section .hot-notice-swiper{
    width: 65%;
}
.hot-policy{
    position: relative;
    height: 100%;
}
.hot-policy .hot-policy-img{
    width: 100%;
    height: 100%;
}
.hot-policy .hot-policy-title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 1.5rem;
    font-family: YouSheBiaoTiHei;
    line-height: 3rem;
    padding: 0 1rem;
    background: rgba(0,0,0,0.5);
}
.notice-section .notice-list{
    background: #F7FAFF;
    width: 33%;
    padding: 1rem 1.25rem;
}
.notice-list .title{
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #DEDEDE;
}
.notice-list .title span{
    color: #2267F7;
    font-size: 1.5rem;
    font-family: YouSheBiaoTiHei;
}
.notice-list .notice-item{
    line-height: 2.5rem;
    padding-left: 3rem;
    position: relative;
}
.notice-list .tag{
    position: absolute;
    left: 1.25rem;
    top: 1.2rem;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #ccc;
    margin-right: 0.5rem;
}
.notice-list .top{
    position: absolute;
    left: 0rem;
    top: 0.7rem;
    width: 2.5rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    color: #fff;
    background: red;
    border-radius: 100rem;
    font-size: 0.7rem;
    margin-right: 0.5rem;
}
.notice-list .notice-info{
    color: #555555;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
}
.notice-list .notice-title{
    width: 70%;
}
.notice-list .notice-date{
    width: 30%;
    text-align: right;
}







.resources-summary-section{
    padding: 1.25rem 0;
    box-shadow: -2px 0px 4px 0px rgba(37,56,108,0.05), 0px 5px 10px 0px rgba(49,70,125,0.1);
}

.resources-summary-title{

}
.resources-summary-title .title{
    color: #1039FF;
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
    font-family: "宋体", "Microsoft YaHei", "微软雅黑", SimSun, sans-serif;
}
.resources-summary-title .title-tip{
    color: #9DA0AF;
    font-size: 1.125rem;
}

.resources-summary{
    flex: 1;
    display: flex;
    justify-content: space-around;
}
.resources-summary .num-wrap{
    cursor: pointer;
    display: block;
}
.resources-summary .title{
   font-size: 1.125rem;
}
.resources-summary .num{
    color: #1039FF;
    font-size: 1.5rem;
    font-weight: bolder;
}



.friendship-links-section,
.policy-section,
.person-section,
.service-agency-section,
.demand-section,
.achievement-section{
    padding-top: 5rem;
    overflow: hidden;
}
.policy-section,
.person-section,
.demand-section{
    padding-bottom: 5rem;
}
.section-title-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 4rem;
}
.section-title-wrap .title-wrap{
    display: flex;
    justify-content: center;
    position: relative;
}
.section-title-wrap .title{
    color: #1039FF;
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
    position: relative;
}

.section-title-wrap .title-wrap .layui-tab{
    position: relative;
}
.section-title-wrap .title-wrap li{
    color: #333;
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
}
.section-title-wrap .title-wrap .layui-this{
    color: #1039FF;
}
.section-title-wrap .title-wrap .layui-tab-title{
    border: none;
}

.section-title-wrap .title-wrap .layui-tab:after,
.section-title-wrap .title-wrap .layui-tab:before,
.section-title-wrap .title:before,
.section-title-wrap .title:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 1.25rem;
    width: 15rem;
    height: 0.25rem;
}
.section-title-wrap .title-wrap .layui-tab:before,
.section-title-wrap .title:before{
    background: linear-gradient( 270deg, #0F38FE 0%, rgba(15,56,254,0) 98%);
    left: -16rem;
}
.section-title-wrap .title-wrap .layui-tab:after,
.section-title-wrap .title:after{
    right: -16rem;
    background: linear-gradient( 90deg, #0F38FE 0%, rgba(15,56,254,0) 98%);
}
.section-title-wrap .english-title-wrap{
    display: flex;
    justify-content: center;
}
.section-title-wrap .english-title{
    font-size: 1rem;
    text-align: center;
    padding-top: 0.75rem;
    width: 20rem;
    height: 4rem;
    color: #0649A5;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/section-title.png);
}
.section-title-wrap .title-wrap .more{
    position: absolute;
    right: 0;
    top: 1rem;
    font-size: 1rem;
}







.achievement-content{
    padding-bottom: 1rem;
}
.achievement-item{
    width: calc(20% - 1.25rem) !important;
    margin-right: 1.25rem;
    height: 25rem !important;
    position: relative;
    cursor: pointer;
}
.achievement-item .achievement-info{
    display: block;
}
.achievement-item .achievement-detail-info{
    display: none;
}
.achievement-item .background-img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.achievement-item .achievement-info{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    padding: 1.25rem;
}
.achievement-item .achievement-title{
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
}
.achievement-item .achievement-docs{
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
}


.achievement-show{
    width: calc(40% - 1.25rem) !important;
    height: 25rem;
    position: relative;
    cursor: pointer;
}
.achievement-show.achievement-item .achievement-info{
    display: none;
}
.achievement-show.achievement-item .show-animation{
    position: relative;
    height: 100%;
    width: 100%;
    animation: card_scale .6s ease;
}
.achievement-show.achievement-item .achievement-detail-info{
    display: block;
}
.achievement-detail-info .achievement-title{
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
}
.achievement-detail-info .achievement-docs{
    color: #000000;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
}
.achievement-detail-info{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    padding: 1.25rem;
}
.achievement-detail-info .tag-group{
    margin-bottom: 0.5rem;
}
.achievement-detail-info .tag-group .tag{
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0 0.625rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}


.achievement-detail-info .attr-group-wrap{
    width: 65%;
}
.achievement-detail-info .btn-detail-wrap{
    width: 35%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.achievement-detail-info .btn-detail-wrap .btn-detail{
    display: block;
    color: #fff;
    padding: 0.5rem 1rem;
    background: linear-gradient( 87deg, #00CDFB 0%, #006EFF 89%);
}

.achievement-detail-info .attr-group{
    margin-bottom: 1rem;
}
.achievement-detail-info .attr{
    line-height: 2.5rem;
}
.achievement-detail-info .attr-group .attr-name{
    color: #878787;
    font-size: 1rem;
}
.achievement-detail-info .attr-group .attr-value{
    color: #16181A;
    font-size: 1rem;
}
.achievement-detail-info .tool-bar{
    display: flex;
}
.achievement-detail-info .tool-bar i{
    margin-right: 0.5rem;
}
.achievement-detail-info .tool-bar span{
    color: #000000;
    display: flex;
    align-items: center;
}




.theme-blue .achievement-info{
    background: linear-gradient( 180deg, #306CEE 0%, rgba(48,108,238,0.34) 100%, rgba(255,255,255,0) 100%);;
}
.theme-blue.achievement-show .achievement-detail-info{
    background: linear-gradient( 162deg, rgba(237,252,255,0.98) 0%, rgba(48,108,238,0.78) 99%, rgba(194,246,255,0) 100%);
}
.theme-blue .achievement-detail-info .achievement-title {
    color: #306CEE;
}
.theme-blue .achievement-detail-info .tag-group .tag {
    color: #0b52ee;
    background: #8faef1;
    margin-bottom: 0.5rem;
}
.theme-blue .achievement-detail-info .attr{
    border-bottom: 1px solid #306CEE;
}


.theme-green .achievement-info{
    background: linear-gradient( 180deg, #23D2C3 0%, rgba(35,210,195,0.04) 100%, rgba(255,255,255,0) 100%);
}

.theme-green.achievement-show .achievement-detail-info{
    background: linear-gradient( 162deg, rgba(237,252,255,0.98) 0%, rgba(104,233,255,0.78) 99%, rgba(194,246,255,0) 100%);
}
.theme-green .achievement-detail-info .achievement-title {
    color: #23878F;
}

.theme-green .achievement-detail-info .tag-group .tag {
    color: #02555B;
    background: #68C4DE;
}
.theme-green .achievement-detail-info .attr{
    border-bottom: 1px solid #72DEF1;
}
@keyframes card_scale {
    0% {
        opacity: .8;
        transform: scale(.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.tech-box{
    display: flex;
    padding-bottom: 1rem;
}

.tech-box .demand-item{
    width: calc(25% - 1.25rem);
    box-shadow: 0px 1px 10px 0px rgba(70,113,200,0.15);
    margin-right: 1.25rem;
    background-repeat: no-repeat;
    background-image: url(../images/home/demand-bg.png);
}
.demand-item .demand-title{
    color: rgba(15, 57, 255, 1);
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
}
.demand-item .demand-docs{
    color: #000000;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
}
.demand-item{
    width: 100%;
    height: 100%;
    padding: 1.25rem;
}
.demand-item .tag-group{
    margin-bottom: 1rem;
}
.demand-item .tag-group .tag{
    color: #0D214A;
    background: rgba(34, 103, 247, 0.1);
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0 0.625rem;
    margin-right: 0.3125rem;
}


.demand-item .attr-group-wrap{
    width: 65%;
}
.demand-item .btn-detail-wrap{
    width: 35%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.demand-item .btn-detail-wrap .btn-detail{
    color: #fff;
    padding: 0.5rem 1rem;
    background: linear-gradient( 87deg, #00CDFB 0%, #006EFF 89%);
}

.demand-item .attr-group{
    margin-bottom: 1rem;
}
.demand-item .attr{
    line-height: 2.5rem;
    border-bottom: 1px solid #EDF2FC;
}
.demand-item .attr-group .attr-name{
    color: #878787;
    font-size: 1rem;
}
.demand-item .attr-group .attr-value{
    color: #16181A;
    font-size: 1rem;
}
.demand-item .tool-bar{
    display: flex;
}
.demand-item .tool-bar i{
    margin-right: 0.5rem;
}
.demand-item .tool-bar span{
    color: #000000;
}

.tech-box .demand-item.active{
    background-size: 100% 100%;
    background-image: url(../images/home/demand-active-bg.png);
}
.tech-box .demand-item.active .demand-docs,
.tech-box .demand-item.active .demand-title{
    color: #fff;
}
.tech-box .demand-item.active .tag{
    color: #fff;
    background: rgba(0, 160, 214, 1);
}
.tech-box .demand-item.active .attr {
    border-bottom: 1px solid #fff;
}
.tech-box .demand-item.active .attr-name {
    color: #fff;
}
.tech-box .demand-item.active .attr-value {
    color: #fff;
}
.tech-box .demand-item.active .tool-bar span {
    color: #fff;
}






.service-agency-section{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/home/service-agency-section.png);
}

.service-agency-section .serve-tab{
    margin-top: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: none;
}
.serve-tab .layui-tab-title{
    display: flex;
    justify-content: center;
    height: auto;
    border: none;
}
.serve-tab .layui-tab-title li{
    margin: 0 2rem;
}
.serve-tab .layui-tab-title .img{
    display: block;
    width: 6.25rem;
    height: 6.25rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.serve-tab .layui-tab-title .label{
    display: block;
    padding: 1.25rem 0 0 0;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    color: #333;
    line-height: normal;
}
.serve-tab .layui-tab-title .img1{
    background-image: url(../images/service-centre1.png);
}
.serve-tab .layui-tab-title .img2{
    background-image: url(../images/service-centre2.png);
}
.serve-tab .layui-tab-title .img03{
    background-image: url(../images/service-centre03.png);
}
.serve-tab .layui-tab-title .img4{
    background-image: url(../images/service-centre4.png);
}
.serve-tab .layui-tab-title .img05{
    background-image: url(../images/service-centre05.png);
}
.serve-tab .layui-tab-title .img06{
    background-image: url(../images/service-centre06.png);
}
.serve-tab .layui-tab-title .img07{
    background-image: url(../images/service-centre07.png);
}
.serve-tab .layui-tab-title .img08{
    background-image: url(../images/service-centre08.png);
}
.serve-tab .layui-tab-title .img09{
    background-image: url(../images/service-centre09.png);
}
.serve-tab .layui-tab-title .img10{
    background-image: url(../images/service-centre10.png);
}

.serve-tab .layui-tab-title .layui-this .img1{
    background-image: url(../images/service-centre1-active.png);
}
.serve-tab .layui-tab-title .layui-this .img2{
    background-image: url(../images/service-centre2-active.png);
}
.serve-tab .layui-tab-title .layui-this .img03{
    background-image: url(../images/service-centre03-active.png);
}
.serve-tab .layui-tab-title .layui-this .img4{
    background-image: url(../images/service-centre4-active.png);
}
.serve-tab .layui-tab-title .layui-this .img05{
    background-image: url(../images/service-centre05-active.png);
}
.serve-tab .layui-tab-title .layui-this .img06{
    background-image: url(../images/service-centre06-active.png);
}
.serve-tab .layui-tab-title .layui-this .img07{
    background-image: url(../images/service-centre07-active.png);
}
.serve-tab .layui-tab-title .layui-this .img08{
    background-image: url(../images/service-centre08-active.png);
}
.serve-tab .layui-tab-title .layui-this .img09{
    background-image: url(../images/service-centre09-active.png);
}
.serve-tab .layui-tab-title .layui-this .img10{
    background-image: url(../images/service-centre10-active.png);
}
.serve-tab .layui-tab-title .layui-this .label{
    color: #3D5FD6;
}

.service-agency{
    display: flex;
    margin-bottom: 4rem;
}
.service-agency .agency-img-wrap{
    width: 50%;
}
.service-agency .agency-img-wrap img{
    width: 100%;
    height: 100%;
}
.service-agency .agency-info{
    width: 50%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    background: linear-gradient( 270deg, #F2F4F9 0%, #FEFFFF 99%);
}
.service-agency .agency-title{
    color: #0F38FE;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.service-agency .product-title{
    color: #222222;
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 1rem;
}
.service-agency .product-desc{
    color: #555555;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.75rem;
    height: 5.25rem;
}
.service-agency .product-attr-group{
    display: flex;
    flex-wrap: wrap;
}
/*.service-agency .attr{
    color: #1D2129;
    font-size: 1rem;
    line-height: 1.5rem;
    width: 33.33%;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}*/
.service-agency .attr .icon{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/home/icon-checked.png);
}
.service-agency .attr span{
    flex: 1;
}
.service-agency .btn-wrap{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.service-agency .btn-detail{
    width: 10rem;
    text-align: center;
    color: #fff;
    background: #2267F7;
    padding: 0.5rem 1.5rem;
    border: none;
}
.agency-logo-group{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5rem;
}
.agency-logo-group .agency-logo{
    width: calc(16.6% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0px 4px 5px 0px rgba(88,101,133,0.05);
}
.agency-logo-group .agency-logo:nth-child(6n) {
    margin-right: 0;
}

/**********首页人员供给卡片样式 Start **********/
#serviceAgencySwiper,
#supplySwiper,
#demandSwiper{
    padding: 1.2rem;
}

.base-supply-card{
    display: inline-block;
    max-width: calc((100% - 60px) / 4);
    height: 25rem !important;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.base-supply-card .brief-info{
    display: block;
}
.base-supply-card.detail-show .brief-info{
    display: none;
}
.base-supply-card.detail-show .detail-info{
    display: block;
}
.base-supply-card .background-img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.base-supply-card .detail-info,
.base-supply-card .brief-info{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    padding: 1.25rem;
}
.base-supply-card .detail-title,
.base-supply-card .brief-title{
    color: #fff;
    font-size: 1rem;
    font-weight: bolder;
    margin-bottom: 1rem;
    line-height: 1.5rem;
}
.base-supply-card .detail-tag-group,
.base-supply-card .brief-tag-group{
    margin-bottom: 0.5rem;
}
.base-supply-card .detail-tag-group .tag,
.base-supply-card .brief-tag-group .tag{
    display: inline-block;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0 0.625rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    background: #00A0D6;
}
.base-supply-card .detail-docs,
.base-supply-card .brief-docs{
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
}

.base-supply-card:hover{
    transform: scale(1.1) !important;
    /*position: relative;
    height: 100%;
    width: 100%;
    animation: card_scale .6s ease;*/
}
.base-supply-card .detail-info{
    display: none;
}
.base-supply-card .detail-docs{
    margin-bottom: 1rem;
}
.base-supply-card .attr-group{
    margin-bottom: 1rem;
}
.base-supply-card .brief-info .attr{
    line-height: 2.5rem;
}
.base-supply-card .detail-info .attr{
    line-height: 2.5rem;
    border-bottom: 1px solid rgba(237, 242, 252, 0.4);
}
.base-supply-card .brief-info .attr-name,
.base-supply-card .attr-group .attr-name{
    color: #fff;
    font-size: 1rem;
}
.base-supply-card .brief-info .attr-value,
.base-supply-card .attr-group .attr-value{
    color: #fff;
    font-size: 1rem;
}
.base-supply-card .tool-bar{
    display: flex;
}
.base-supply-card .tool-bar i{
    margin-right: 0.5rem;
}
.base-supply-card .tool-bar span{
    color: #fff;
    display: flex;
    align-items: center;
}
.base-supply-card .attr-group .attr:last-child{
    border-bottom: none;
}
.base-supply-card .attr-group .attr.ellipsis5{
    height: 9.5rem;
    line-height: 1.75rem;
    padding-top: 0.5rem;
}
.base-supply-card .attr-group .attr.ellipsis5 .attr-value{
    line-height: 1.75rem;
}



/**********首页人员供给卡片样式 End **********/







.tech-person-container{
    display: flex;
}
.tech-person-box{
    width: 100%;
}
.tech-person-item{
    cursor: pointer;
    width: calc(50% - 1rem);
    height: 30rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tech-person-item .icon{
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.tech-person-item span{
    color: #fff;
    font-size: 1.5rem;
}
.tech-person-item.cyds{
    background-image: url(../images/home/person-cyds-bg.png);
}
.tech-person-item.jsjlr{
    background-image: url(../images/home/person-jsjlr-bg.png);
}
.tech-person-item .icon-cyds{
    background-image: url(../images/home/person-cyds-icon.png);
}
.tech-person-item .icon-jsjlr{
    background-image: url(../images/home/person-jsjlr-icon.png);
}
.serve-tab .layui-tab-title .layui-this:after,
.section-title-wrap .layui-tab-title .layui-this:after {
    display: none;
}

.supply-child-tab{
    margin: 0 0 2rem 0 !important;
}
.supply-child-tab .layui-tab-title{
    border: none;
}
.supply-child-tab .layui-tab-title li .icon-expert1{
    background-image: url(../images/home/icon-person1.png);
}
.supply-child-tab .layui-tab-title li .icon-expert2{
    background-image: url(../images/home/icon-person2.png);
}
.supply-child-tab .layui-tab-title li .icon-expert4{
    background-image: url(../images/home/icon-person4.png);
}
.supply-child-tab .layui-tab-title .layui-this .icon-expert1{
    background-image: url(../images/home/icon-person1-active.png);
}
.supply-child-tab .layui-tab-title .layui-this .icon-expert2{
    background-image: url(../images/home/icon-person22-active.png);
}
.supply-child-tab .layui-tab-title .layui-this .icon-expert4{
    background-image: url(../images/home/icon-person44-active.png);
}

.supply-child-tab .layui-tab-title li .icon-finance10{
    background-image: url(../images/home/icon-finance10.png);
}
.supply-child-tab .layui-tab-title li .icon-finance20{
    background-position: 5%;
    background-size: 80% 80%;
    background-image: url(../images/home/icon-finance20.png);
}
.supply-child-tab .layui-tab-title li .icon-finance30{
    background-image: url(../images/home/icon-finance30.png);
}
.supply-child-tab .layui-tab-title li .icon-finance40{
    background-image: url(../images/home/icon-finance40.png);
}

.supply-child-tab .layui-tab-title .layui-this .icon-finance10{
    background-image: url(../images/home/icon-finance10-active.png);
}
.supply-child-tab .layui-tab-title .layui-this .icon-finance20{
    background-image: url(../images/home/icon-finance20-active.png);
}
.supply-child-tab .layui-tab-title .layui-this .icon-finance30{
    background-image: url(../images/home/icon-finance30-active.png);
}
.supply-child-tab .layui-tab-title .layui-this .icon-finance40{
    background-image: url(../images/home/icon-finance40-active.png);
}



.tech-person-list{
    padding-top: 3rem;
}
.service-agency-container{
    padding: 1.2rem 0;
}
.service-agency-container,
.demand-container,
.demand-container{
    overflow: hidden
}
/*.demand-container .swiper-wrapper,
.supply-container .swiper-wrapper{
    transition-timing-function: linear !important;
}*/

.person-list {
    width: 100%;
    max-height: 33.5rem;
    display: flex;
    gap: 1.5rem;
    transition: all 0.3s ease;
    padding: 0.1rem;
}
.child-left{
    width: 50%;
}
.right-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.child {
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.child:hover::before {
    opacity: 1;
}

.child-top, .child-bottom {
    height: 16rem;
}
.child-left:hover,
.child-top:hover,
.child-bottom:hover{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/home/person-active.png");
}


.person-card{
    padding: 1rem;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: height 0.3s ease;
}
.person-card .person-wrap{
    height: 100%;
    overflow: hidden;
}
.person-card .person-title{
    color: #111111;
    font-size: 1.5rem;
    font-weight: bolder;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}
.person-card .person-team{
    color: #111111;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.person-card .person-desc{
    color: #555555;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.75rem;
    height: 5.25rem;
}
.person-card .btn-detail{
    display: block;
    width: 10rem;
    text-align: center;
    color: #fff;
    background: linear-gradient( 87deg, #00CDFB 0%, #006EFF 89%);
    padding: 0.5rem 1.5rem;
    border: none;
}
.person-card .person-attr-group{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.person-card .attr.col-6{
    width: 50%;
}
.person-card .attr.col-12{
    width: 100%;
    align-items: flex-start;
}
.person-card .attr{
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e1eafb;
    line-height: 1.5rem;
}
.person-card .attr-name{
    color: #767676;
    font-size: 1rem;
    padding-right: 1rem;
    width: 6rem;
}
.person-card .attr-value{
    color: #16181A;
    font-size: 1rem;
    padding-right: 1rem;
    flex: 1;
}
.person-card .btn-wrap{
    margin-top: 1rem;
}



.policy-section {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/home/policy-section-bg.png);
}
.policy-section .policy-content{
    display: flex;
}
.policy-section .policy-img{
    width: 50%;
    height: 25rem;
}
.policy-section .policy-img img{
    width: 100%;
    height: 100%;
}
.policy-section .policy-list{
    width: 50%;
    height: 25rem;
    padding-left: 1.25rem;
    overflow: hidden;
}
.policy-section .policy-card{
    height: 5.5rem;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(70,113,200,0.15);
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}
.policy-section .policy-title{
    color: #16181A;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    line-height: 1.5rem;
}
.policy-section .policy-date{
    color: #666666;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.policy-section .policy-card:hover{
    background: #0F39FF;
}
.policy-section .policy-card:hover .turnover,
.policy-section .policy-card:hover .policy-date,
.policy-section .policy-card:hover .policy-title{
    color: #fff;
}

.policy-section .trade-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trade-card .trad-progress{
    display: inline-block;
    color: #fff;
    background: linear-gradient( 270deg, #25ACFF 0%, #16CE7A 100%);
    font-size: 0.75rem;
    padding: 0 0.5rem;
    line-height: 1.5rem;
    border-radius: 2rem;
}
.trade-card .policy-info{
    width: 80%;
}
.trade-card .turnover{
    width: 20%;
    text-align: right;
    color: #2267F7;
}
.trade-card .turnover .num{
    font-size: 1.5rem;
    font-weight: bolder;
}
.trade-card .turnover .unit{
    font-size: 1rem;
}

.friendship-links-content{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-bottom: 4rem;
}
.friendship-links-content a{
    display: inline-block;
}
.friendship-links-content img{
    height: 4rem;
    margin-bottom: 2rem;
}
.consult-section{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/home/consult-section-bg.png);
    padding: 4rem 0;
}
.consult-section h3{
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 2rem;
}

.consult-section .consult-form{
    display: flex;
    justify-content: center;
}
.consult-section .consult-form .layui-form-item{
    display: flex;
}
.consult-section .input{
    color: #fff;
    background: #3860F4;
    border-radius: 0.5rem;
    border: none;
    margin-right: 1rem;
    width: 15rem;
    font-size: 1rem;
}
.consult-section .input::placeholder {
    color: #FFF; /* 将占位符文本颜色设置为红色 */
}

.consult-section .submit{
    font-size: 1rem;
    width: 5rem;
    color: #1D273F;
    background: #ffff;
    border-radius: 0.5rem;
    border: none;
}
