
@font-face{
    font-family: 'YouSheBiaoTiHei';
    src: url('../fonts/YouSheBiaoTiHei-2.ttf') format('truetype');
}
.service-system-body{
    width: 100vw;
    height: 100vh;
}
.site-main{
    width: 100%;
    height: 100%;
    color: #ffff;
    background-image: url("../images/serviceSystem/bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.layout-box{
    display: flex;
    flex-direction: row;
    height: 100%;
}
.left-box{
    width: 27%;
    padding-top: 2rem;
    padding-left: 8rem;
}
.right-box{
    width: 27%;
    padding-top: 5rem;
    padding-right: 8rem;
}
.center-box{
    width: 46%;
    height: 100%;
}
.left-box .title{
    margin-bottom: 2rem;
}
.left-box .title img{
    height: 3rem;
}
.visits-wrap .title img{
    margin-top: 2rem;
    margin-left: 2rem;
}
.site-total{
    padding-left: 2rem;
}
.site-total .site-item{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.site-total img{
    margin-right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
}
.site-total .icon{
    display: inline-block;
    margin-left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.site-total .collapse{
    background-image: url("../images/serviceSystem/icon-collapse.png");
}
.site-total .expand{
    background-image: url("../images/serviceSystem/icon-expand.png");
}
.site-total .num{
    font-family: YouSheBiaoTiHei;
    font-size: 2.5rem;
    line-height: 2rem;
    color: #1D84FF;
    color: transparent;
    background-image: linear-gradient(51.63670243993558deg, #D1EFFF 0%, #1D84FF 100%);
    -webkit-background-clip: text;
    display: block;
}
.site-total .label{
    color: #FFFFFF;
    font-size: 1rem;
}
.left-box p{
    padding: 0 2rem;
    line-height: 1.5rem;
}


.bottom-nav-bar{
    width: 100%;
    position: fixed;
    bottom: 0;
    background-image: url("../images/serviceSystem/nav-bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.industry-tab{
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
}
.industry-tab  .industry-tab-item{
    cursor: pointer;
    margin: 0 2rem;
    position: relative;
    padding-top: 2rem;
}
.industry-tab  .industry-tab-item .title{
    text-align: center;
}
.industry-tab  .industry-tab-item img{
    width: 6rem;
    height: 5rem;
}

.layui-tab-title .layui-this:after{
    display: none;
}
.sub-industry-tab{
    width: 28rem;
    text-align: center !important;
    position: absolute;
    top: -2rem;
    left: 50%;
    margin-left: -14rem;
}
.sub-industry-tab .layui-tab-title{
    overflow: inherit !important;
    background: rgba(27,56,124,0.7);
    border: 1px solid #5E8CF4;
    border-radius: 0.5rem;
    position: relative;
}
.sub-industry-tab .layui-tab-title:after{
    /*向下的三角形*/
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-top: 0.5rem solid #5E8CF4;
}
.sub-industry-tab .layui-tab-title{
    height: 2.5rem;
}
.sub-industry-tab .layui-tab-title li{
    color: #fff;
    font-size: 1rem;
    line-height: 2.5rem;
    padding: 0 1rem;
}
.sub-industry-tab .layui-tab-title .layui-this{
    color: #38ECFF;
}















.trade-money{
    margin-bottom: 3rem;
}
.trade-money .label{
    color: #FFFFFF;
    font-size: 1rem;
    text-align: right;
    display: block;
}
.trade-money .num{
    color: #38ECFF;
    font-size: 2rem;
    font-family: YouSheBiaoTiHei;
    text-align: right;
}
.resource-summary{

}
.resource-summary .table-head{
    height: 3rem;
    background-image: url("../images/serviceSystem/table-head.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    font-size: 1rem;
}
.resource-summary .table-head .icon{
    width: 34%;
    padding-left: 2rem;
    position: relative;
}
.resource-summary .table-head img{
    width: 2.5rem;
    position: absolute;
    top: -0.5rem;
}
.resource-summary .table-head .big-market{
    width: 33%;
    line-height: 3rem;
    text-align: center;
}
.resource-summary .table-head .sub-site{
    width: 33%;
    line-height: 3rem;
    text-align: center;
}
.resource-summary .summary-table{
    width: 100%;
    border: 1px solid #5E8CF4;
}
.resource-summary td{
    padding: 1rem;
}
.resource-summary .type{

}
.resource-summary .icon-wrap{
    display: flex;
    align-items: center;
}
.resource-summary .type .icon{
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}
.resource-summary .type .icon-achievement{
    background-image: url("../images/serviceSystem/resource-icon-achievement.png");
}
.resource-summary .type .icon-demand{
    background-image: url("../images/serviceSystem/resource-icon-demand.png");
}
.resource-summary .type .icon-person{
    background-image: url("../images/serviceSystem/resource-icon-person.png");
}
.resource-summary .type .icon-serveProduct{
    background-image: url("../images/serviceSystem/resource-icon-serveProduct.png");
}
.resource-summary .type .icon-agency02{
    background-image: url("../images/serviceSystem/resource-icon-agency02.png");
}
.resource-summary .type .icon-agency01{
    background-image: url("../images/serviceSystem/resource-icon-agency01.png");
}
.resource-summary .type .icon-orgCognizance{
    background-image: url("../images/serviceSystem/resource-icon-orgCognizance.png");
}
.resource-summary .num{
    font-size: 1.25rem;
    text-align: center;
}










#hunanMap{
    width: 100%;
    height: 100%;
}
.mapTipWin{
    width: 18rem;
    border: 1px solid #5E8CF4;
    border-radius: 8px;
    font-size: 1rem;
    background: linear-gradient( 90deg, rgba(30,67,152,0.567) 0%, rgba(30,67,154,0.765) 99%);
}
.mapTipWin .title{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 3rem;
    line-height: 1rem;
    color: #fff;
    padding: 0.5rem;
    border-bottom: 1px solid rgba(83,195,255,0.3);
    overflow-wrap: break-word; /* 现代浏览器推荐使用 */
    word-wrap: break-word; /* 为了兼容旧版浏览器 */
    word-break: break-all; /* 在某些情况下，特别是在处理非标准语言时 */
}
.mapTipWin .attr{
    color: #88D5FF;
    height: 3rem;
    line-height: 1rem;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(83,195,255,0.3);
}
.mapTipWin .attr:last-child{
    border-bottom: none;
}
.mapTipWin .icon{
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}
.mapTipWin i.phone{
    background-image: url("../images/serviceSystem/icon-phone.png");
}
.mapTipWin i.name{
    background-image: url("../images/serviceSystem/icon-name.png");
}
.mapTipWin i.wangluo{
    background-image: url("../images/serviceSystem/icon-wangluo.png");
}
.system-wrap{
    position: absolute;
    top: -5rem;
    left: 1.5rem;
    z-index: 99;
    border: 1px solid rgba(80,162,255,0.5);
    box-shadow: inset 0px 0px 10px 0px rgba(123,185,255,0.35);
    background: #061A4D;
    padding: 1.5rem;
}
.system-wrap.scroll{
    height: 29.5rem;
    overflow-y: scroll;
}
.system-list .system-item{
    margin-bottom: 1rem;
}
.system-list .system-item:last-child{
    margin-bottom: 0;
}
.system-list .system-item .name:before{
    content: '';
    display: inline-block;
    width: 0.35rem;
    height: 0.35rem;
    background: #50A2FF;
    border-radius: 50%;
    margin-right: 0.5rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
}
.system-list .system-item .name{
    position: relative;
    color: #FFFFFF;
    padding-left: 1rem;
    white-space: nowrap;
    margin-bottom: 0.5rem;
    text-align: left;
    line-height: 1.25rem;
}
.system-list .system-item .URL{
    color: #FFFFFF;
    padding-left: 1rem;
    text-align: left;
    line-height: 1.25rem;
}
.system-list .system-item .URL a{
    color: #FFFFFF;
    text-align: left;
    line-height: 1.25rem;
}

/* 自定义滚动条样式 */
.system-wrap::-webkit-scrollbar {
    width: 5px;
}

.system-wrap::-webkit-scrollbar-track {
    background: transparent;
}

.system-wrap::-webkit-scrollbar-thumb {
    background: rgba(186,219,255,0.2);
    border-radius: 3px;
}

.system-wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
}