.banner img {
    width: 100%;
}

.new_banner {
    position: relative;
    height: 784px;
    background: #e6f0fa url("https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/agencyOperation/agencyOperation_banner.png") no-repeat center bottom;
    min-width: 1200px;
}

.new_banner_show {
    width: 1200px;
    margin: 0 auto;
    padding-top: 550px;
}

.new_banner_show_info {
    background-color: #ffffff;
    height: 80px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 80px;
    box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.07);
    display: flex;
    width: 680px;
    gap: 15px;
}

.new_banner_show_info input {
    font-size: 20px;
    border: 1px solid #c8c8c8;
    border-radius: 40px;
    height: 40px;
    padding: 0 15px;
    font-family: 'Microsoft YaHei';
    width: 100%;
}

.new_banner_show_info button {
    border-radius: 40px;
    height: 40px;
    border: 0;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    padding: 0 15px;
    font-family: 'Microsoft YaHei';
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.new_banner_show_info button:hover {
    background-color: #1d7af3;
}

.agencyOperation_wenti {
    background-color: #e6f0fa;
    background-image: url(https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/agencyOperation/agencyOperation_item_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 85px 0;
}

.agencyOperation_title {
    text-align: center;
}

.agencyOperation_content {
    position: relative;
    height: 600px;
}

.agencyOperation_content_top {
    width: 80%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding-top: 130px;
}

.agencyOperation_content_bottom {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
}

.agencyOperation_content img {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.agencyOperation_content img:hover {
    transform: scale(1.1);
}

.agencyOperation_tuoguan {
    padding: 75px 0;
}

.agencyOperation_info {
    padding: 30px 0;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.agencyOperation_item {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    margin-top: 25px;
}

.agencyOperation_item img {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.agencyOperation_item img:hover {
    transform: scale(1.1);
}


.showInfo {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.showInfo-nr {
    width: 500px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 20px;
    align-items: start;
    position: relative;
}

.showInfo-nr div {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.showInfo-nr input {
    font-size: 20px;
    border: 1px solid #c8c8c8;
    border-radius: 40px;
    height: 40px;
    padding: 0 15px;
    font-family: 'Microsoft YaHei';
    width: 100%;
    box-sizing: border-box;
}

.showInfo-nr button {
    border-radius: 40px;
    height: 40px;
    border: 0;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    padding: 0 15px;
    font-family: 'Microsoft YaHei';
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}

.showInfo-nr button:hover {
    background-color: #1d7af3;
}

.mt10 {
    margin-top: 10px;
}

.showInfo-nr .gbi {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px !important;
    height: 24px !important;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    font-size: 12px !important;
    padding: 0 !important;
    line-height: 24px !important;
}

.showInfo-nr .gbi:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}


.new-button {
    margin-top: 70px;
    text-align: center;
}

.new-button a:link,
.new-button a:visited {
    color: #ffffff;
    height: 48px;
    border-radius: 48px;
    padding: 0 50px;
    cursor: pointer;
    background-color: #1e73f1;
    display: inline-block;
    line-height: 48px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.new-button a:hover {
    background-color: #4992fe;
}

.new-button a span {
    right: -48px;
    bottom: 0;
    background-color: transparent;
    border: 1px solid #000000;
    box-sizing: border-box;
}

.new-button a span .img1 {
    display: block;
}

.new-button a span .img2 {
    display: none;
}

.new-button a:hover span {
    background-color: #000000;
}

.new-button a:hover span .img2 {
    display: block;
}

.new-button a:hover span .img1 {
    display: none;
}

.new-border-item-more {
    background-color: #1d1d1d;
    color: #ffffff;
    font-size: 16px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 20px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.new-border-item:hover .new-border-item-more {
    background-color: #1e73f1;
}

.agencyOperation_liyou {
    padding: 100px 0;
}

.bgE6f0fa {
    background-color: #e6f0fa;
}

.agencyOperation_liyou_info {
    justify-content: space-between;
    align-items: end;
    display: flex;
    gap: 10px;
}

.agencyOperation_liyou_right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
}

.agencyOperation_liyou_right .imgItem {
    border: 2px solid #88b5f8;
    background-color: #ffffff;
    border-bottom-right-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.agencyOperation_liyou_right .imgItem .num {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 50px;
    height: 50px;
    border-bottom-right-radius: 45px;
    background-color: #1e73f1;
    line-height: 46px;
    color: #ffffff;
    font-size: 24px;
    text-indent: 15px;
}

.agencyOperation_liyou_right .imgItem .title {
    font-size: 25px;
    font-weight: bold;
    color: #212121;
    text-align: center;
}

.agencyOperation_liyou_right .imgItem .info {
    font-size: 18px;
    line-height: 28px;
    color: #1d1d1d;
    margin-top: 20px;
}

.pb100 {
    padding-bottom: 100px;
}

.agencyOperation_bottom_bg {
    min-width: 1200px;
    height: 460px;
    background: url(https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/agencyOperation/bottom_bg.png) no-repeat center bottom;
    box-sizing: border-box;
    padding: 90px 0;
}

.agencyOperation_bottom_title {
    font-size: 55px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.agencyOperation_bottom_centent {
    text-align: center;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}

.bottom_item {
    color: #ffffff;
    text-align: center;
}

.bottom_item_top {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 5px;
    line-height: 1;
}

.bottom_item_top .stat-number,
.bottom_item_top span {
    font-size: 55px;
}

.bottom_item_top span.span1 {
    font-size: 25px;
    font-weight: normal;
}

.bottom_item_bottom {
    font-size: 25px;
    margin-top: 10px;
    line-height: 1.5;
}



.New_Mobile .new_banner {
    background: #ffffff url("https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/agencyOperation/agencyOperation_banner_sj.png") no-repeat center top;
    background-size: contain;
}

.New_Mobile .new_banner_show {
    width: auto;
    margin: 0 auto;
}

.New_Mobile .new_banner_show_info,
.New_Mobile .agencyOperation_wenti,
.New_Mobile .w1200 {
    width: 100%;
}

.New_Mobile .agencyOperation_title img {
    width: 100%;
}

.New_Mobile .agencyOperation_wenti {
    padding: 35px 20px 500px 20px;
    box-sizing: border-box;
    background-size: auto 500px;
}

.New_Mobile .agencyOperation_content_top,
.New_Mobile .agencyOperation_content_bottom {
    width: 100%;
    flex-direction: column;
    padding: 0;
    gap: 15px;
}

.New_Mobile .agencyOperation_content_bottom {
    margin-top: 15px;
}

.New_Mobile .agencyOperation_content {
    padding: 35px 0;
    height: auto;
}

.New_Mobile .agencyOperation_tuoguan {
    padding: 35px 20px;
}

.New_Mobile .agencyOperation_info {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.5;

}

.New_Mobile .agencyOperation_item {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 0;
}

.New_Mobile .agencyOperation_item img {
    width: 100%;
}

.New_Mobile .new-button {
    margin-top: 50px;
}

.New_Mobile .agencyOperation_liyou {
    padding: 35px 20px;
}

.New_Mobile .agencyOperation_title {
    padding: 0 0 35px 0;
}

.New_Mobile .agencyOperation_liyou_info {
    flex-direction: column;
    gap: 35px;
}

.New_Mobile .agencyOperation_liyou_info img {
    width: 100%;
}

.New_Mobile .agencyOperation_liyou_right {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.New_Mobile .agencyOperation_bottom_bg {
    min-width: auto;
    padding: 35px 20px;
}

.New_Mobile .agencyOperation_bottom_title {
    font-size: 24px;
}

.New_Mobile .agencyOperation_bottom_centent {
    padding-top: 35px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.New_Mobile .bottom_item {
    padding: 15px 0;
}

.New_Mobile .bottom_item_top .stat-number {
    font-size: 40px;
}

.New_Mobile .bottom_item_top span.span1,
.New_Mobile .bottom_item_bottom,
.New_Mobile .bottom_item_top span {
    font-size: 20px;
}


.New_Mobile .new_banner_show_info {
    width: 100%;
    padding: 12px;
    height: auto;
    gap: 10px;
}

.New_Mobile .new_banner_show_info input {
    font-size: 14px;
    padding: 0 10px;
}

.New_Mobile .new_banner_show_info button {
    font-size: 14px;
    padding: 0 10px;
}

@media screen and (max-width: 600px) {
    .New_Mobile .new_banner {
        height: 225px;
        min-width: auto;
        padding: 0 0 80px 0;
    }

    .New_Mobile .new_banner_show {
        padding-top: 225px;
    }

    .showInfo-nr {
        width: auto !important;
        padding: 30px !important;
    }

    /* .header.wa-header {
        background-color: rgba(0, 0, 0, 0.2);
    } */
}

@media screen and (max-width: 500px) {
    .New_Mobile .new_banner {
        height: 200px;
        min-width: auto;
        padding: 0 0 80px 0;
    }

    .New_Mobile .new_banner_show {
        padding-top: 200px;
    }

    .showInfo-nr {
        width: auto !important;
        padding: 30px !important;
    }

    /* .header.wa-header {
        background-color: rgba(0, 0, 0, 0.2);
    } */
}

@media screen and (max-width: 400px) {
    .New_Mobile .new_banner {
        height: 175px;
        min-width: auto;
        padding: 0 0 80px 0;
    }

    .New_Mobile .new_banner_show {
        padding-top: 180px;
    }

    .showInfo-nr {
        width: auto !important;
        padding: 30px !important;
    }

    /* .header.wa-header {
        background-color: rgba(0, 0, 0, 0.2);
    } */
}
