.web_banner {
    height: 800px;
    background: #ddeefe url('https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/websiteBuilding/web_banner.png') no-repeat bottom center;
    overflow: hidden;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.web_banner .w1200 {
    padding-top: 300px;
}


.new-web-button {
    text-align: center;
}

.new-web-button a:link,
.new-web-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-web-button a:hover {
    background-color: #4992fe;
}

.new-web-button a span {
    right: -48px;
    bottom: 0;
    background-color: transparent;
    border: 1px solid #000000;
    box-sizing: border-box;
}

.new-web-button a span .img1 {
    display: block;
}

.new-web-button a span .img2 {
    display: none;
}

.new-web-button a:hover span {
    background-color: #000000;
}

.new-web-button a:hover span .img2 {
    display: block;
}

.new-web-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;
}

.new-border-img {
    text-align: center;
    margin-top: 17px;
}

.web_content {
    padding: 85px 0 65px 0;
}

.web_title {
    text-align: center;
}


.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);
}

.waterfall {
    column-count: 3;
    /* 列数 */
    column-gap: 18px;
    /* 列间距 */
    font-size: 0;
    /* 去掉图片间的间距 */
    margin-top: 70px;
}

.waterfall>img {
    break-inside: avoid-column;
    /* 防止内容断裂到不同列 */
    margin-bottom: 18px;
    /* 元素间的间距 */
    display: block;
    transition: all 0.3s ease-in-out;
    transform: translateY(0);
}

.waterfall>img:hover {
    transform: translateY(-10px);
}

.mt70 {
    margin-top: 70px;
}

.web_kj {
    height: 946px;
    min-width: 1200px;
    background: url(https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/websiteBuilding/web-bg.png) no-repeat center top;
    padding-top: 100px;
    padding-bottom: 65px;
    box-sizing: border-box;
}

.web_kj_title {
    text-align: center;
}

.web_kj_info {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-top: 35px;
    color: #ffffff;
}

.web_kj_info span {
    color: #1e73f1;
}

.web_kj_centent {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.web_kj_centent_info {
    display: flex;
    flex-direction: column;
    width: 420px;
    gap: 25px;
}

.web_kj_centent_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.web_kj_centent_item::after {
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    content: "";
}

.web_kj_centent_item span,
.web_kj_centent_item .item-w194 {
    position: relative;
    z-index: 1;
}

.web_kj_centent_item span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #1e73f1;
}

.web_kj_centent_item .item-w194 {
    width: 194px;
    height: 42px;
}

.web_kj_centent_item .item-w194 div {
    background-color: #1e73f1;
    height: 100%;
    width: 100%;
    border-radius: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    border: 2px solid #1e73f1;
    box-sizing: border-box;
    position: relative;
    left: 0;
}

.web_kj_centent_item:hover .item-w194 div,
.web_kj_centent_item.on .item-w194 div {
    border: 2px solid #1e73f1;
    background-color: #ffffff;
    color: #1e73f1;
    transform: scale(1.08);
    transform-origin: left center;
    left: 0;
}

.web_kj_mroe {
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.web_kj_mroe_title {
    font-size: 18px;
    color: #ffffff;
}

.web_kj_href {
    padding-right: 48px;
}

.web_kj_href .new-border-item-more {
    background-color: #ffffff;
}

.web_kj_href .new-border-item-more:hover,
.web_kj_href .new-web-button a:hover span {
    background-color: #1e73f1;
}

.web_sj {
    margin-top: 150px;
    min-width: 1200px;
    background: url(https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/websiteBuilding/web_sj_bg.png) no-repeat center top;
    height: 839px;
    padding: 150px 0 50px 0;
    box-sizing: border-box;
}

.flexBox {
    display: flex;
    justify-content: space-between;
}

.web_sj_left_item {
    display: flex;
    gap: 32px;
    flex-direction: column;
    margin-top: 70px;
}

.web_sj_left_item div {
    background-color: #1e73f1;
    color: #ffffff;
    width: 560px;
    text-align: center;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 68px;
    font-size: 25px;
    transition: all 0.3s ease-in-out;
}

.web_sj_left_item div:hover {
    transform: scale(1.08);
    transform-origin: center center;
}

.mt150 {
    margin-top: 150px;
}

.web_sj_hd {
    padding: 130px 0;
}

.web_sj_hd_info {
    position: relative;
}

.web_sj_hd_info_left {
    position: absolute;
    left: 15px;
    top: 350px;
    width: 300px;
    z-index: 1;
}

.web_sj_hd_info_right {
    position: absolute;
    right: 15px;
    width: 300px;
    z-index: 1;
}

.web_sj_hd_info .web_img_dh {
    --webImgX: -10;
    --webImgY: 0;
    --angle: 90;
    transform: rotateX(calc(var(--webImgX) * -1deg)) rotateY(calc(var(--webImgY) * 1deg));
}

.web_sj_hd_info img {
    display: inline-block;
    -webkit-user-select: none;
    box-sizing: unset;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-crisp-edges;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

.web_sj_hd_info_tile {

    display: flex;

}

.web_sj_hd_info_tile div {
    background-color: #1e73f1;
    height: 62px;
    border-radius: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 30px;
}

.web_sj_hd_info_font {
    font-size: 20px;
    line-height: 2;
    margin-top: 20px;
}

.web_xt {
    background-color: #e6f0fa;
    padding: 75px 0 160px 0;
}

.web_xt_title {
    text-align: center;
}

.web_xt_info {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}

.web_xt_info_left {
    width: 390px;
}

.web_xt_info_left_font {
    font-size: 20px;
    line-height: 2;
}

.web_xt_info_right {
    width: 850px;
    position: relative;
}

.web_xt_info_img {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    position: relative;
}

.web_xt_info_div {
    border-radius: 30px;
    background-color: #ffffff;
    padding: 8px;
    font-size: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.web_xt_info_div img {
    border-radius: 30px;
}

.w1400 {
    margin: 0 auto;
    margin-left: -100px;
}

.mt16 {
    margin-top: 16px;
}

.web_xt_info_div_button {
    position: absolute;
    background-color: #1e73f1;
    color: #ffffff;
    height: 44px;
    padding: 0 20px;
    z-index: 1;
    border-radius: 44px;
    font-size: 20px;
    line-height: 44px;
    white-space: nowrap;
}

.web_bzh {
    padding: 75px 0 65px 0;
}

.web_bzh_item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    margin-top: 50px;
    height: 400px;
}

.web_bzh_item .item_bzh_centent {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    font-size: 0;
    transition: all 0.3s ease-in-out;
}

.web_bzh_item .item_bzh_centent img {
    width: 100%;
}

.web_bzh_item .item_bzh_centent .showDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

.showDiv_title {
    color: #ffffff;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    padding: 0px;
}

.showDiv_info {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 30px;
    color: #ffffff;
    display: none;
    transition: all 0.3s ease-in-out;
}

.showDiv_more {
    text-align: right;
    font-size: 18px;
    line-height: 1.4;
    color: #ffffff;
    margin-top: 20px;
    display: none;
    transition: all 0.3s ease-in-out;
}

.item_bzh_centent.on {
    width: 390px;
    flex-shrink: 0;
}

.item_bzh_centent.on .showDiv {
    justify-content: space-between;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: rgba(30, 115, 241, 0.85);
}

.item_bzh_centent.on .showDiv .showDiv_info,
.item_bzh_centent.on .showDiv .showDiv_more {
    display: block;
}

.item_bzh_centent.on .showDiv .showDiv_title {
    padding: 20px 0;
}

.web_anli {
    padding: 75px 0 100px 0;
    background-color: #e6f0fa;
    position: relative;
    width: 100%;
}

.web_anli_content {
    position: relative;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
}

.web_anli_item {
    position: sticky;
    left: 0;
    top: 10px;
    width: 100%;
    padding-top: 52.08333333333333%;
    overflow: hidden;
}

.web_anli_item_content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.web_anli_item_content_img_1 {
    background: url(https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/websiteBuilding/anli_img_1.png) no-repeat center center;
    background-size: cover;
    position: absolute;
}

.web_anli_item_content_img_2 {
    background: url(https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/websiteBuilding/anli_img_2.png) no-repeat center center;
    background-size: cover;
    position: absolute;
}

.web_anli_item_content_img_3 {
    background: url(https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/websiteBuilding/anli_img_3.png) no-repeat center center;
    background-size: cover;
    position: absolute;
}

.New_Mobile .web_banner {
    height: auto;
    background-size: cover;
    background-color: #1e73f150;
    background-position: center top;
    background-image: url(https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/websiteBuilding/web_banner_1.png);
    background-repeat: no-repeat;
}

.New_Mobile .web_content {
    padding: 50px 0;
}

.New_Mobile .w1200 {
    width: 100%;
    padding: 0;
}

.New_Mobile .new-border-img {
    width: 70%;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 0;
    
}

.New_Mobile .new-border-img img {
    width: 100%;
}

.New_Mobile .web_banner .new-web-button {
    padding-top: 100px;
}

.New_Mobile .web_title img {
    /* width: 70%; */
    height: 30px;
}

.New_Mobile .waterfall {
    padding: 0 20px;
}

.New_Mobile .waterfall {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}

.New_Mobile .waterfall img {
    margin: 0;
}

.New_Mobile .mt50 {
    margin-top: 50px;
}

.New_Mobile .web_kj {
    height: auto;
    min-width: auto;
    padding: 50px 0;
}

.New_Mobile .web_kj_title img {
    /* width: 70%; */
    height: 30px;
}

.New_Mobile .web_kj_info {
    padding: 0 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}
.New_Mobile .web_kj_mroe_title,.New_Mobile .web_sj_hd_info_font,.New_Mobile .web_xt_info_left_font{
    font-size: 14px;
    line-height: 1.5;
}
.New_Mobile .web_sj_hd_info_tile div{
    font-size: 18px;
}
.New_Mobile .new-web-button a:link, .New_Mobile .new-web-button a:visited{
    font-size: 14px;
}
.New_Mobile .web_kj_centent {
    margin-top: 35px;
    padding: 0 20px;
}
.New_Mobile .web_kj_centent_item .item-w194 div{
    font-size: 14px;
}
.New_Mobile .web_kj_centent {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.New_Mobile .web_kj_centent img {
    width: 100%;
}

.New_Mobile .web_kj_centent_info {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.New_Mobile .web_kj_centent_info span {
    display: none;
}

.New_Mobile .web_kj_centent_info .web_kj_centent_item::after {
    display: none;
}

.New_Mobile .web_kj_centent_info .web_kj_centent_item .item-w194 {
    width: 100%;
}

.New_Mobile .web_kj_mroe {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.New_Mobile .web_kj_mroe .web_kj_href .new-web-button {
    margin-top: 20px;
}

.New_Mobile .web_sj {
    margin-top: 0;
    min-width: 100%;
    height: auto;
    padding: 50px 20px;
}

.New_Mobile .web_sj .flexBox {
    display: flex;
    flex-direction: column;
}

.New_Mobile .web_sj .web_sj_left_title img {
    /* width: 70%; */
    height: 30px;
}

.New_Mobile .web_sj_left_item {
    margin-top: 50px;
    gap: 18px;
}

.New_Mobile .web_sj_left_item div {
    width: 100%;
    font-size: 16px;
}

.New_Mobile .flexBox .new-web-button {
    margin-top: 50px;
}

.New_Mobile .web_sj_hd {
    padding: 50px 20px;
}

.New_Mobile .web_sj_hd_info_left,
.New_Mobile .web_sj_hd_info_right {
    position: static;
    width: 100%;
    margin-top: 20px;
}

.New_Mobile .web_img_dh img {
    width: 100%;
}

.New_Mobile .web_xt {
    padding: 50px 20px;
}

.New_Mobile .w1400 {
    margin: 0;
    width: 100%;

}

.New_Mobile .web_xt_title img {
    /* width: 70%; */
    height: 30px;
}

.New_Mobile .web_xt_info {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.New_Mobile .web_xt_info_left,
.New_Mobile .web_xt_info_right {
    width: 100%;
}

.New_Mobile .web_sj_left_title {
    text-align: center;
}

.New_Mobile .web_xt .new-web-button {
    margin-top: 50px;
}

.New_Mobile .web_bzh {
    padding: 50px 20px;
}

.New_Mobile .web_bzh_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    height: auto;
    
}

.New_Mobile .item_bzh_centent.on {
    width: 100%;
    border-radius: 20px;
}

.New_Mobile .item_bzh_centent {
    border-radius: 20px;
    
}

.New_Mobile .item_bzh_centent .showDiv {
    border-radius: 20px;
    background-color: rgba(30, 115, 241, 0.85);
    padding: 12px;
    justify-content: space-between;
}

.New_Mobile .item_bzh_centent .showDiv .showDiv_title {
    font-size: 14px;
    padding: 0;
}

.New_Mobile .item_bzh_centent .showDiv .showDiv_info,.New_Mobile .item_bzh_centent .showDiv .showDiv_more {
    margin-top: 10px;
    font-size: 12px;
    display: block;
}
.New_Mobile .web_anli{
 padding: 50px 0;
}