.pt50 {
    padding-top: 50px;
}
.pb50 {
    padding-bottom: 50px;
}
.px15 {
    padding-left: 15px;
    padding-right: 15px;
}

.fix-toggle {
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    cursor: pointer;
    box-shadow: 1px 1px 5px 0px #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
    transition: all 0.3s;
    z-index: 1000;
}
.fix-toggle:hover, .fix-toggle.active {
    background: #005bac;
    color: #fff;
}
.fix-toggle.active {
    right: 90px;
}
.fix-toggle.active i {
    transform: rotate(180deg);
}
.fix-right {
    position: fixed;
    bottom: 30px;
    right: -100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
    transition: all 0.3s;
}
.fix-right.active {
    right: 15px;
}
.fix-right > * {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    flex-direction: column;
    font-size: 12px;
    gap: 5px;
    cursor: pointer;
    box-shadow: 1px 1px 5px 0px #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
}
.fix-right > *:hover {
    background: #005bac;
}
.fix-right > *:hover > i, .fix-right > *:hover > span {
    color: #fff;
}
.fix-right > * i {
    font-size: 18px;
}
.fix-right > * .box {
    width: max-content;
    min-height: 60px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 120%;
    border: 2px solid #005bac;
    border-radius: 5px;
    background: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: bold;
    display: none;
}
.fix-right > *:hover .box {
    display: flex;
}
.fix-right > * .box img {
    width: 100px;
}

.solution_item {
    display: flex;
}
.index_solution .index_solution_box .index_solution_list {
    flex: 1;
}
.index_solution .index_solution_box .index_solution_list .solution_text:before{
    background: #05438b;
}
.index_solution .index_solution_box .index_solution_list .solution_text {
    min-height: 240px;
    height: 100%;
}
.noticeWrap {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #fffbe8;
    height: 45px;
    padding: 0 15px;
    border-radius: 15px;
    margin: 0 15px;
    margin-top: 100px;
}
.topLogBox a {
    margin: 0;
}

.index_newslist {
    display: flex;
    justify-content: space-between;
    gap: 45px;
}
.index_newslist .left {
    width: 220px;
    background: #f5f5f5;
}
.index_newslist .left .item {
    text-align: center;
    height: 60px;
    line-height: 60px;
    transition: all 0.3s;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}
.index_newslist .left .item.active {
    background: #05438b;
    height: 90px;
    line-height: 90px;
    color: #fff;
}
.index_newslist .right {
    width: calc(100% - 220px);
}
.index_newslist .right .box {
    display: none;
}
.index_newslist .right .box.active {
    display: block;
}
.index_newslist .right .box.active .wrap {
    display: flex;
    gap: 45px;
    justify-content: space-between;
}
.index_newslist .right .box .piclist {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 50%;
}
.index_newslist .right .box .piclist .item {
    display: flex;
    gap: 20px;
}
.index_newslist .right .box .piclist .item img {
    width: 160px;
    height: 110px;
    object-fit: cover;
    border-radius: 5px;
}
.index_newslist .right .box .piclist .item .text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
}
.index_newslist .right .box .piclist .item .text p:nth-child(1) {
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_newslist .right .box .piclist .item .text p:nth-child(2) {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index_newslist .right .box .textlist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
}
.index_newslist .right .box .textlist .item {
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_newslist .right .box .textlist .item p:nth-child(1) {
    max-width: 70%;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_newslist .right .box .textlist .item p:nth-child(2) {
    color: #666;
}
.index_certlist {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.index_certlist > div {
    text-align: center;
}
.index_certlist > div img {
    max-width: 100%;
}
.index_certlist > div p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.index_company {
    display: flex;
    gap: 30px;
}
.index_company > div {
    width: 50%;
}
.index_company p {
    line-height: 2;
    text-indent: 2em;
    font-size: 18px;
}
.row_top {
    max-width: 1200px;
}
.menuPc, .w-admin-nav, .bannerBox {
    max-width: none;
    /* max-width: 90%; */
}

.banner {
    margin-bottom: 0;
}

.max-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.index_caselist {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    text-align: center;
}
.index_caselist img {
    max-width: 100%;
}
.index_caselist p:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
.index_caselist p:nth-of-type(2) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index_caselist a {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #005bac;
}

.index_locationlist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.foot_wxcode {
    display: flex;
    justify-content: flex-end;
}
.w-header-common {
    margin-bottom: 0;
}
.topLogBox-in {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.index_more {
    text-align: center;
    margin-top: 20px;
}

.index_more a {
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #005bac;
    background: transparent;
    color: #005bac;
    transition: all 0.3s;
    padding: 5px 20px;
    font-size: 16px;
}

.index_more a:hover {
    background: #005bac;
    color: #fff;
}

.next1 a.page-num-current {
    background: #005bac;
    color: #fff;
}

.w-main .w-text .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .fix-toggle {
        display: none;
    }
    .fix-right {
        right: 15px;
    }
}

@media screen and (max-width: 768px) {
    .pt25 {
        padding-top: 25px;
    }
    .noticeWrap {
        margin-top: 0;
    }
    .wrap-content-in {
        padding-left: 0;
        padding-right: 0;
    }
    .solution_item {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
    .index_solution .index_solution_box .index_solution_list {
        width: 100%;
        flex: unset;
        padding: 0;
    }
    .index_solution .index_solution_box .index_solution_list .solution_text {
        padding: 20px;
    }
    .index_newslist {
        flex-direction: column;
    }
    .index_newslist .left {
        display: flex;
        width: 100%;
    }
    .index_newslist .left .item {
        flex: 1;
    }
    .index_newslist .left .item.active {
        height: 60px;
        line-height: 60px;
    }
    .index_newslist .right {
        width: 100%;
    }
    .index_newslist .right .box {
        flex-direction: column;
    }
    .index_newslist .right .box .piclist {
        width: 100%;
    }
    .index_newslist .right .box .piclist .item {
        justify-content: flex-start;
    }
    .index_certlist {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .index_certlist.second img {
        width: 80%;
        margin: 0 auto;
    }
    .index_company {
        flex-direction: column;
    }
    .index_company > div {
        width: 100%;
    }
    .index_company p {
        font-size: 16px;
    }
    .index_caselist {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .index_caselist p:nth-of-type(1) {
        font-size: 14px;
    }
    .index_locationlist {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .foot_wxcode {
        justify-content: center;
    }
}