/* head -- banner */
.navBar {
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
    padding: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
}

.navBox {
    width: 1200px;
    height: inherit;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.logBox {
    height: 100%;
    width: calc(100% - 850px);
    position: absolute;
}

.logo {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: 30px;
    left: 26px;
    display: block;
    z-index: 30;
}

.indexname {
    font-size: 32px;
    margin-top: 1px;
    min-width: 160px;
    position: absolute;
    text-align: left;
    top: 22px;
    left: 82px;
    white-space: nowrap;
    z-index: 32;
    font-family: 微软雅黑;
    color: #222222;
    font-weight: normal;
}

.itemContainer {
    width: 697px;
    position: absolute;
    right: 145px;
    height: 96%;
}

.itemBox {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    font-size: 16px;
    text-align: center;
}

.itemBox .itemli {
    width: calc(100% / 7);
    display: flex;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.itemBox .itemli .lison {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
    padding: 0 46px 70px;
    top: 100px;
    display: none;
}

.itemBox .itemli .zhrq {
    width: 804px;
}

.itemBox .itemli .znzz {
    width: 638px;
}

.itemBox .itemli .gywm {
    width: 280px;
}

.itemBox .itemli .zhrq .list-item {
    width: calc(100% / 4);
}

.itemBox .itemli .znzz .list-item {
    width: calc(100% / 3);
}

.itemBox .itemli .lison .list-item {
    height: 100%;
    float: left;
}

.itemBox .itemli .lison .list-item h5 {
    font-size: 14px;
    font-weight: 700;
    color: #2b2b2b;
    line-height: 58px;
    width: 60%;
    margin: 0 auto;
    border-bottom: 1px solid #cac8c9;
}

.itemBox .itemli .lison .list-item h5:hover {
    color: #fff;
    background: #3570f6;
    border: 1px solid #3570f6;
}

.itemBox .itemli .lison .list-item ul {
    padding: 0;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.itemBox .itemli .lison .list-item ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.itemBox .itemli .lison .list-item ul li a {
    line-height: 54px;
    display: inline-block;
    color: #3c3c3c;
    font-size: 14px;
}

.itemBox .itemli .lison .list-item ul li a:hover {
    color: #3570f6;
}

.itemBox .itemli .itema {
    color: #333;
    font-weight: normal;
    display: inline-block;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-bottom: 2px solid transparent;
}

.itemBox .itemli .itema:hover {
    color: #076ce0 !important;
    border-bottom: 2px solid #076ce0;
}

/* .itemHover {
    color: #076ce0 !important;
    border-bottom: 2px solid #076ce0 !important;
} */

.banner {
    width: 100%;
    height: 680px;
}

.banner .carousel-indicators {
    width: 100%;
    margin: 0;
}

.banner .item {
    width: 100%;
    height: 680px;
}

.banner img {
    width: 100%;
    height: 100% !important;
}

.banner .item .item-text {
    position: absolute;
    right: 10%;
    top: 30%;
    width: 600px;
    color: #fff;
}

.carousel-indicators li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    max-width: 10px;
}

.carousel-indicators .active {
    width: 30px;
    border-radius: 20px;
    background-color: transparent;
    max-width: 30px;
    margin: 0 10px;
    display: flex !important;
}

.carousel-inner>.active {
    display: flex !important;
}

.item-title {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #fff;
}

.outline {
    font-size: 16px;
    margin: 0 0 20px;
}

.item-btn {
    margin: 16px 0;
    outline: none;
    font-size: 12px;
}

.item-btn:hover {
    background-color: #076ce0;
    border-color: #076ce0;
}

.carousel-control {
    width: 10% !important;
}

/* 成功案例 */
.cases {
    width: 100%;
}

.cases .caseBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 132px;
}

.cases .caseBox .case {
    height: 260px;
    width: calc(90% / 3);
    background-color: #3570f6;
    color: #fff;
    padding: 20px 36px;
}

.cases .caseBox .case .tit {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}


.cases .caseBox .case .tit img {
    width: 128px;
    height: 128px;
    transition: all .5s ease;
}

.cases .caseBox .case .tit h5 {
    font-size: 16px;
    line-height: 122px;
    font-weight: normal;
    margin: 0;
    color: #fff;
    text-align: center;
    transition: all .5s ease;
}

.cases .caseBox .case .tit:hover img {
    width: 64px;
    height: 64px;
    transition: all .5s ease;
}

.cases .caseBox .case .tit:hover h5 {
    line-height: 60px;
    transition: all .5s ease;
}

.cases .caseBox .case .tit p {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: left;
}

/* 成功案例 */
/* 专业顾问--footer */

.consult {
    width: 100%;
    height: 302px;
    background: url('../img/new/consult-bg.png') no-repeat center center;
}

.conBox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 76px 0 72px;
    font-weight: normal;
    text-align: center;
    color: #000;
}

.conBox h3 {
    font-size: 30px;
    margin: 0;
}

.conBox p {
    font-size: 18px;
    margin: 16px 0 18px
}

.conBox .con-btn {
    outline: none;
}

.conBox .con-btn:hover {
    background-color: #076ce0;
    border-color: #076ce0;
}

.conBox .btn {
    font-size: 16px;
    border-radius: 5px;
}

.footer {
    width: 100%;
    height: 416px;
}

.footBox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 66px 0;
}

.footBox .left {
    float: left;
    width: 412px;
    height: 100%;
    background: url('../img/new/rectangle.png') no-repeat right center;
}

.footBox .left img {
    width: 160px;
    height: 30px;
}

.footBox .left .leftb {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #3b3b3b;
    margin: 36px 0 36px;
    line-height: 1;
}

.footBox .left .leftb div {
    width: 100%;
    height: 20px;
    margin-bottom: 14px;
}

.footBox .left .leftb div img {
    width: 22px;
    min-height: 14px;
    height: 22px;
    margin-right: 4px;
}

.footBox .left .follow {
    position: relative;
}

.footBox .left .follow h5 {
    color: #9a9a9a;
    font-size: 14px;
    font-weight: normal;
}

.footBox .left .follow .img {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    cursor: pointer;
    object-fit: cover;
}

.footBox .left .follow .code {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -82px;
    left: -32px;
}

.footBox .left .follow .code img {
    width: 100%;
    height: 100%;
}

.code_weibo {
    display: none;
}

.code_wechart {
    display: none;
    position: absolute;
    left: 38px;
}

.footBox .right {
    float: right;
    width: calc(100% - 412px);
    height: 100%;
}

.footBox .right .list {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    /* 新闻资讯 */
    width: 100%;
    margin-left: 0;
    position: initial;
}

.footBox .right .list h5 {
    font-size: 18px;
    font-weight: normal;
    color: #494949;
    margin-bottom: 32px;
}

.footBox .right .list ul {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #959595;
}

.footBox .right .list ul li {
    cursor: pointer;
    height: 36px;
}

.footBox .right .list ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #959595;
}

.footBox .right .list ul li:hover a {
    color: #076ce0;
}

.footer-bottom {
    width: 100%;
    height: 66px;
    background-color: #333333;
    font-size: 12px;
    font-weight: normal;
    color: #939393;
    text-align: center;
    position: relative;
}

.footer-bottom .footbox {
    position: absolute;
    width: 100%;
    height: 22px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.shine {
    border-bottom: 2px solid #076ce0;
}

/* 文字带背景横线样式 */
.twoLine {
    color: #262627;
    font-size: 24px;
    font-weight: 600;
    line-height: 188px;
    text-align: center;
    position: relative;
}

.twoLine span {
    position: relative;
    padding: 8px;
    z-index: 5;
    background: #fff;
}

.twoLine::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 160px;
    margin: auto;
    height: 2px;
    background: #262627;
    z-index: -1;
}

/* 文字带背景横线样式 */
/* 小弹窗 */
.ela {
    position: fixed;
    right: 75px;
    bottom: 20%;
}

.ela ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #e3e7ec;
    border-bottom: none;
    border-radius: 5px
}

.ela ul li {
    width: 64px;
    height: 62px;
    border-bottom: 1px solid #e3e7ec;
    text-align: center;
    background: #fff;
    cursor: pointer;
    padding: 12px 0;
}

.ela ul li img {
    width: 20px;
    height: 20px;
}

.ela ul li p {
    font-size: 11px;
    color: #666;
    margin: 0;
}

/* 小弹窗 */

/* 多行文本出现省略条 */
.ellipsis {
    display: -webkit-box;
    /* 必须 */
    overflow: hidden;
    /* 必须 */
    text-overflow: ellipsis;
    /* 必须 */
    white-space: normal !important;
    /* 非常重要 */
    word-wrap: break-word;
    /* 根据需求调整 */
    -webkit-line-clamp: 2;
    /* 根据需求调整 */
    -webkit-box-orient: vertical;
    /* 必须 */
    -webkit-box-align: start;
    /* 必须 */
    -webkit-box-pack: center;
    /* 必须 */
}

.ellipsis4 {
    display: -webkit-box;
    /* 必须 */
    overflow: hidden;
    /* 必须 */
    text-overflow: ellipsis;
    /* 必须 */
    white-space: normal !important;
    /* 非常重要 */
    word-wrap: break-word;
    /* 根据需求调整 */
    -webkit-line-clamp: 4;
    /* 根据需求调整 */
    -webkit-box-orient: vertical;
    /* 必须 */
    -webkit-box-align: start;
    /* 必须 */
    -webkit-box-pack: center;
    /* 必须 */
}

.ellipsis7 {
    display: -webkit-box;
    /* 必须 */
    overflow: hidden;
    /* 必须 */
    text-overflow: ellipsis;
    /* 必须 */
    white-space: normal !important;
    /* 非常重要 */
    word-wrap: break-word;
    /* 根据需求调整 */
    -webkit-line-clamp: 7;
    /* 根据需求调整 */
    -webkit-box-orient: vertical;
    /* 必须 */
    -webkit-box-align: start;
    /* 必须 */
    -webkit-box-pack: center;
    /* 必须 */
}

.leftMenu {
    width: 30px;
    height: 30px;
    left: 10px;
    top: 15px;
    position: absolute;
    display: none;
}

.leftMenu button {
    padding: 0.25rem 0.75rem;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
    vertical-align: baseline;
}

.leftBody {
    background: transparent;
    width: 100%;
    height: 100%;
    left: -100%;
    position: fixed;
    z-index: 1100;
    transition: all 0.3s;
}

.leftDrawer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 1100;
    padding: 16px 24px;
    box-shadow: 2px 0px 9px 2px rgba(0, 0, 0, 0.05);
}

.leftDrawer .menu {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 700;

}

.leftDrawer .menu .left {
    float: left;
    min-width: 80px;
}

.leftDrawer .menu .right {
    float: left;
    font-size: 14px;
}

.leftDrawer .menu .right ul li {
    height: 32px;
    line-height: 32px;
}

.leftDrawer .menu .right ul li a {
    display: inline-block;
    color: #63bce5;
}

.drawerMark {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1050;
}

.loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    margin: auto;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: none;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2050;
}

.showbox {
    position: absolute;
    z-index: 2100;
    width: 100%;
    height: 100%;
}

.loadingWord {
    position: absolute;
    width: 100%;
    height: 100%;
}

.loadingWord img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10%;
    transition: all;
    animation: rotate 5s ease-in infinite;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .navBox {
        width: 100%;
    }

    .logBox {
        width: 65%;
        height: 50%;
    }

    .logo {
        top: 15px;
        left: 45px;
    }

    .itemContainer {
        width: 100%;
        height: 50%;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .itemBox .itemli {
        flex: 1;
    }

    .itemBox .itemli .itema {
        font-size: 12px;
    }

    .leftMenu {
        display: block;
    }

    .ela {
        display: none;
    }

    .banner .item .item-text {
        right: 0;
        width: 100%;
        top: 20%;
        padding-left: 20px;
    }

    .item-title {
        font-size: 20px;
    }

    .outline {
        font-size: 14px;
    }

    .consult {
        height: auto;
        margin-top: 20px;
    }

    .conBox {
        width: 100%;
        padding: 20px 0;
    }

    .conBox h3 {
        font-size: 16px;
    }

    .conBox p {
        font-size: 12px;
        margin: 8px 0;
    }

    .conBox .btn {
        font-size: 12px;
    }

    .footBox {
        width: 100%;
        padding: 20px 8px
    }

    .footBox .left {
        width: 100%;
        background: none;
        height: auto;
    }

    .footBox .left .leftb {
        margin: 16px 0;
    }

    .footBox .right {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .footBox .right .list {
        justify-content: flex-start;
    }

    .footBox .right .list .list-item {
        flex: 1;
    }

    .footBox .right .list h5 {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .footBox .right .list ul {
        font-size: 11px;
    }

    .footer-bottom {
        height: 50px;
    }

    .footer-bottom .footbox {
        padding: 0 16px;
        height: auto;
    }

    .twoLine {
        line-height: 60px !important;
    }

}