/* 头部 */
.navbox {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    line-height: 60px;
}

.navbox .logoImg {
    height: 36px;
    margin: 12px 0;
}

.navbox .navLeft,
.navbox .navRight {
    height: 100%;
}

.navbox .details {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    padding: 0 12px;
}

.navbox .address {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.navbox .address img {
    width: 14px;
    height: 14px;
    vertical-align: -2px;
    margin-left: 15px;
}

.navbox .address span {
    color: #195BE8;
}

.navbox .navRight a {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    padding: 0 8px;
}
.navbox .navRight a.fontred{
    color: #666666 !important;
}
.navbox .navRight a .blues{
    color: #195BE8;
    font-weight: bold;
    max-width: 100px;
    display: inline-block;
}
.navbox .navRight a .orange{
    color: #FE550A;
    font-weight: bold;
}
.navbox .navRight a img {
    width: 14px;
    height: 14px;
    vertical-align: -2px;
    margin-right: 2px;
}

.navbox .navRight a.befter img {
    margin-left: 8px;
}

.navbox .navRight a.befter::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #E6E8EC;
    vertical-align: -1px;
}

.navbox .navRight a.register::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    margin-left: 8px;
    background: #E6E8EC;
    vertical-align: -1px;
}

.navbox .navRight a:hover {
    color: #195BE8;
}

.navbox .navLeft .address:hover {
    color: #195BE8;
}


/*单行溢出*/
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*多行溢出 */
.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content1280 {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
}

.publicTitle .titles {
    font-size: 28px;
    font-weight: 400;
    color: #222222;
    margin: 50px 0 30px 0;
}

.publicTitle .titles span {
    font-size: 13px;
    font-weight: 400;
    color: #6B6D74;
    padding-left: 10px;
}

.publicTitle .alls {
    font-size: 12px;
    font-weight: 400;
    color: #7A7E96;
    margin-top: 65px;
}


.publicTitle .alls img {
    width: 14px;
    height: 14px;
    vertical-align: -2px;
}

.publicTitle .alls:hover {
    color: #195BE8;
}

@-webkit-keyframes tagupdown {
    100% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
    }
}

@keyframes tagupdown {
    100% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
    }
}

@-webkit-keyframes tagup {
    100% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

@keyframes tagup {
    100% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

/* 2022 首页样式 */
.contentBox {
    position: relative;
    min-height: 767px;
}

.bannerBox {
    width: 100%;
    height: 767px;
    position: absolute;
    z-index: -1;
}

.bannerBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 导航 */
.headerNavs {
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.headerNavs .headerA {
    margin-right: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    padding: 25px 0;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
}

.headerNavs .headerA .organ {
    color: #FFD027;
}

.headerNavs .headerA:nth-last-child(1) {
    margin-right: 0;
}

.headerNavs .headerA .headerIcon {
    width: 22px;
    height: 22px;
    vertical-align: -5px;
}

.headerNavs .headerA .headerJt {
    width: 14px;
    height: 14px;
    vertical-align: 0px;
}

.headerNavs .headerRights::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    left: -20px;
}

.headerNavs .headerA .headerHot {
    width: 28px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: 48px;
    animation: tagupdown 0.6s infinite ease-in-out alternate;
}

.headerNavs .headerRights .headerA .headerHot {
    left: 22px;
}

/* 导航下拉 */
/* 建筑资质-下拉列表*/
.headerNavs .zzSelect,
.headerNavs .navSelect {
    position: absolute;
    top: 70px;
    left: 0;
    padding: 0 10px 24px 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(15, 34, 101, 0.1000);
    display: none;
    width: max-content;
    z-index: 10;
}
.headerNavs .finance .navSelect{
    width: 663px;
}
.headerNavs .zzSelect::before,
.headerNavs .navSelect::before {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    left: 44px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
}

.headerNavs .zzSelect .selectList {
    width: 810px;
}

.headerNavs .zzSelect .selectTitle,
.headerNavs .navSelect .selectTitle {
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    padding: 24px 0 4px 0;
}

.headerNavs .zzSelect .selectList a,
.headerNavs .navSelect .selectList a {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    padding: 10px 20px 0 0;
    position: relative;
    width: fit-content;
}

.headerNavs .zzSelect .selectList a.hots,
.headerNavs .navSelect .selectList a.hots {
    color: #195BE8;
}

.headerNavs .zzSelect .selectList a:hover {
    color: #195BE8;
}

.headerNavs .navSelect .selectList a:hover {
    color: #195BE8;
}

.headerNavs .zzSelect .selectList a.hots::before {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -22px;
    background: url(../images/hot2.png) no-repeat;
    width: 28px;
    height: 15px;
    animation: tagupdown 0.6s infinite ease-in-out alternate;
}

.headerNavs .navSelect .selectList a.hots::before {
    content: '';
    display: block;
    position: absolute;
    right: -14px;
    top: 14px;
    background: url(../images/hot3.png) no-repeat;
    width: 31px;
    height: 13px;
    animation: tagup 0.6s infinite ease-in-out alternate;
}

.headerNavs .navSelect .selectList a {
    display: block;
}

.headerNavs .navSelect .selectList {
    margin-right: 95px;
}
.headerNavs .finance .navSelect .selectList{
    margin-right: 70px;
}
.headerNavs .finance .navSelect .selectList:nth-child(4n){
    margin-right: 0;
}
