/* 头部 */
.navbox {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    line-height: 60px;
}

.navbox .navLeftbox {
    height: 60px;
    width: 175px;
    float: left;
    position: relative;
}

.navbox .logoImg {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.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;
    border-left: 1px solid rgb(221, 221, 221);
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: 18px;
    margin-left: 20px;
}

.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:nth-child(1){
  font-weight: bold;
}
.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;
}

.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 .menus {
    font-size: 22px;
    font-weight: 400;
    margin: 58px 0 20px 113px;
}

.publicTitle .menus a {
    color: #FF5E26;
    padding-left: 35px;
}


.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: relative;
}

.bannerBox {
    max-width: 1920px;
    min-width: 1280px;
    width: 100%;
    height: 767px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.bannerBox .bd,.bannerBox .bannerImgA{height: 767px;}
.bannerBox .bannerImg {
    display:inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
}
.bannerBox .hd{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 1280px;
    bottom: 302px;
}
.bannerBox .hd ul{
    display: inline-block;
    margin: auto;
}
.bannerBox .hd ul li{
    display: inline-block;
    width: 28px;
    height: 4px;
    background: rgba(255,255,255,.2);
    margin-right: 12px;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}
.bannerBox .hd ul li.on{
    background: rgba(255,255,255,1);
}
.bannerBox .prevnext{
    width: 1280px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
    bottom: 283px;
}
.bannerBox .prev, .bannerBox .next{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 40px;
    height: 76px;
    background: rgba(0,0,0,.1);
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.bannerBox .prev{
    left: -5%;
}
.bannerBox .next{
    right: -5%;
}
/* 导航 */
.headerNavs {
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
}

.headerNavs .headerA {
    margin-right: 20px;
    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;
    margin:0 20px;
}

.headerNavs .headerA .headerHot {
    width: 28px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: 48px;
    animation: tagupdown 1s infinite ease-in-out alternate;
}
.headerNavs .headerRights .headerA .headerHot {
    left: 22px;
}
.bannerBox .bannerImgA:not(:first-child){
  display: none
}
.searchBox{
  margin-top:225px;
}

.headerNavs .headerRights .headerA{
  font-size: 14px;
}
.headerNavs .headerRights .headerA:hover{
  opacity: 70%;
}
.headerNavs .headerRights{
  padding-top:2px;
}
/* 导航轮播 */
#headerSwiper{margin-left: 30px;margin-top: 5px;}
#headerSwiper{ width:150px; height:54px; overflow:hidden; position:relative; }
#headerSwiper .hd{ height:15px; overflow:hidden; position:absolute; left:14px; bottom:0; z-index:1; }
#headerSwiper .hd ul{ overflow:hidden; zoom:1; float:left;  }
#headerSwiper .hd ul li{ float:left; margin-right:2px;  width:5px; height:5px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius: 50%; }
#headerSwiper .hd ul li.on{ background:#FD1313; color:#fff;}
#headerSwiper .bd{ position:relative; height:100%; z-index:0;   }
#headerSwiper .bd li{ zoom:1; vertical-align:middle; }
#headerSwiper .bd .imgBg{ width:100%; height:100%; display:block;  }
#headerSwiper .bd .imgBgH{width:100%; height:100%;display: none;}
#headerSwiper .bd li a{ position: relative;display: block;}
#headerSwiper .bd li a .swiperContent{position: absolute;top:12px;left:13px;}
#headerSwiper .bd li a .swiperContent span{font-size: 14px;font-weight: bold;color: #FFFFFF;}
#headerSwiper .bd li a .swiperContent img{width: 16px;vertical-align: -2px;}
#headerSwiper .bd li a:hover .imgBg{display: none;}
#headerSwiper .bd li a:hover .imgBgH{display: block;}

/* 导航下拉 */
/* 建筑资质-下拉列表*/
.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 .finance .navSelect2{
    width: 263px !important;
}
.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;
    line-height: 35px;
}

.headerNavs .zzSelect .selectList2,
.headerNavs .navSelect .selectList2 {
margin-top: 10px;
}


.headerNavs .zzSelect .selectList2 a,
.headerNavs .navSelect .selectList2 a {
    font-size: 14px;
    color: #FE550A;
    font-weight: bold;
    padding: 10px 20px 0 0;
    position: relative;
    width: fit-content;
}



.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 1s 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;
}
