.aboutUsBanner {
    height: 320px;
    width: 100%;
    position: relative;
    /*background: url("https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/aboutUs/aboutUs-banenr.jpg") no-repeat top center;*/
    background: url("../images/aboutUs/aboutUs-banenr.jpg") no-repeat top center;
    overflow: hidden;
}

.aboutUsMian {
    width: 1200px;
    margin: 0 auto;
}

.aboutUs-title {
    font-weight: bold;
    font-size: 42px;
    color: #303030;
    text-align: center;
    height: 150px;
    line-height: 150px;
}

.aboutUs-font {
    font-size: 14px;
    color: #303030;
    line-height: 36px;
}

.aboutUs-img {
    margin-top: 30px;
    font-size: 0;
    padding-bottom: 50px;
}

.mt10 {
    margin-top: 10px;
}

.aboutUsImem .fl {
    height: 400px;
    position: relative;
    text-align: center;
    width: 595px;
    float: left;
}

.aboutUsImem .fr {
    height: 400px;
    position: relative;
    text-align: center;
    width: 595px;
    float: right;
}

.aboutUsImem .fl img,
.aboutUsImem .fr img {
    width: 395px;
    height: 200px;
    opacity: 0;
    margin-top: 100px;
}

.aboutUsImgItem {
    float: left;
    width: 33.3333333333%;
    height: 299px;
    position: relative;
}

.aboutUsImgItem img {
    height: 199px;
    width: 294px;
    opacity: 0;
    margin-top: 50px;
}

.aboutUsMt30 {
    margin-top: 30px;
    padding: 0 70px;
    height: 299px;
}

.itemImg {
    text-align: center;
}

.itemImg img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.aboutUsImem .aboutUsShow img {
    width: 595px;
    height: 400px;
    opacity: 1;
    margin-top: 0px;
}

.aboutUsMt30 .itemImg,
.aboutUsImgItem .itemImg {
    height: 299px;
    width: 394px;
    text-align: center;
}

.aboutUsMt30 .itemImg img {
    height: 199px;
    width: 294px;
    opacity: 0;
    margin-top: 50px;
}

.aboutUsShow img,
.aboutUsMt30 .aboutUsShow img {
    height: 299px;
    width: 394px;
    opacity: 1;
    margin-top: 0px;
}

.itemFont img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}

.itemFontImg img {
    opacity: 1;
}

@media screen and (max-width: 769px) {
    .aboutUsMian {
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .aboutUsImem .fl,
    .aboutUsImem .fr {
        float: none;
        width: 100%;
        height: auto;
    }

    .aboutUsImem .fl img,
    .aboutUsImem .fr img {
        width: 100%;
    }

    .aboutUsImem .aboutUsShow img {
        height: auto;
        width: 100%;
    }

    .mt10 {
        margin: 0px;
    }

    .aboutUsImgItem {
        width: 100% !important;
        float: none;
        height: auto !important;
    }

    .itemImg {
        width: 100% !important;
        float: none !important;
        height: auto !important;
    }

    .aboutUsMt30 img,
    .itemImg img {
        width: 100%;
        height: auto;
    }

    .aboutUsMt30 {
        margin: 0 auto;
        padding: 0px;
        width: 100%;
        height: auto;
    }

    .aboutUsMt30 .fl,
    .aboutUsMt30 .fr {
        float: none;
    }

    .aboutUsShow img,
    .aboutUsMt30 .aboutUsShow img {
        width: 100%;
        height: auto;
    }
}


/* 新页面 */
.new_aboutUsBanner {
    height: 800px;
    width: 100%;
    position: relative;
     background: #e6f0fa url("../images/aboutUs/new_aboutUs_banner.jpg") no-repeat center bottom;
    /*background: #e6f0fa url("https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/aboutUs/new_aboutUs_banner.jpg") no-repeat center bottom;*/
    overflow: hidden;
}
.new_aboutUsMian{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    /* z-index: 1; */
    margin-top: -100px;
}
.new_aboutUsMian_tbs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0px 0px 25px rgba(182,225,255,0.35);
    gap: 20px;
}
.new_tbs_item{
    width: 25%;
    text-align: center;
    position: relative;
    color: #1e73f1;
}
.new_tbs_item_num{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.new_tbs_item_num .new_tbs_item_num_top{
    display: flex;
    justify-content: center;
    align-items:end;
}
.new_tbs_item_num .new_tbs_item_num_top div{
    font-size: 80px;
    background: linear-gradient(0deg, #18a5ff, #1e73f1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.new_tbs_item_num .new_tbs_item_num_top span{
    font-size: 20px;
    background: linear-gradient(0deg, #18a5ff, #1e73f1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    line-height: 50px;
}
.new_tbs_item_num_bottom{
    font-size: 26px;
    color: #2a2a2a;
}
.new_aboutUsMian_qiye{
    padding: 80px 0 0 0;
}

.new_aboutUsMian_qiye_title{
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    background: linear-gradient(0deg, #18a5ff, #1e73f1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.new_aboutUsMian_qiye_ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 每行三列，等宽 */
    gap: 80px; /* 列间距和行间距 */
    margin-top: 80px;
}
.new_aboutUsMian_qiye_ul_li{
    text-align: center;
}
.new_aboutUsMian_qiye_ul_font{
    text-align: center;
}
.new_aboutUsMian_qiye_ul_title{
    font-size: 26px;
    color: #000000;
}
.new_aboutUsMian_qiye_ul_info{
    font-size: 18px;
    color: #363636;
}
.new_aboutUsMian_licheng{
    min-width: 1200px;
    background-color: #e6f0fa;
}
.new_aboutUsMian_licheng_centent{
    display: flex;
    justify-content: space-between;
    align-items: top;
    padding-top: 80px;
    margin: 0 auto;
    width: 1200px;
}
.new_aboutUsMian_licheng_centent_left{
    background: url(https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/aboutUs/left-centent.jpg) repeat-y center;
    width: 240px;
    position: relative;
}
.new_aboutUsMian_licheng_centent_left_info{
    background: url(https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/aboutUs/left-top.jpg) no-repeat top center;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
    gap: 30px;
}
.new_aboutUsMian_licheng_centent_left_info_title{
    margin: 0 auto;
    height: 66px;
    width: 66px;
    border-radius: 50%;
    border: 2px solid #6ea0ff;
    background-color: #e6f0fa;
    text-align: center;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.new_aboutUsMian_licheng_centent_left_info_title.on {
    background-color: #6ea0ff;
    color: #fff;
    /* 其他高亮样式 */
}
.new_aboutUsMian_licheng_centent_right{
    padding: 0 40px 40px 40px;
    width: calc(100% - 240px);
    box-sizing: border-box;
    margin-top: 60px;
    height: 914px;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

/* Chrome, Safari, Edge */
.new_aboutUsMian_licheng_centent_right::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.new_aboutUsMian_licheng_centent_right_title{
    font-size: 42px;
    font-weight: 600;
    background: linear-gradient(0deg, #18a5ff, #1e73f1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-top: 5px;
    line-height: 1.2;
}
.new_aboutUsMian_licheng_centent_right_info{
    padding: 5px 0;
}
.new_aboutUsMian_licheng_centent_right_info .row{
    display: flex;
    justify-content: wrap;
    align-items: start;
    padding: 5px 0;
    line-height: 30px;
    gap: 12px;
}
.new_aboutUsMian_licheng_centent_right_info .row .title{
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    width: 80px;
    line-height: 30px;
}
.new_aboutUsMian_licheng_centent_right_info .row .info{
    color:#363636;
    font-size: 20px;
    line-height: 1.5;
}


.New_Mobile .new_aboutUsBanner{
    width: 100%;
    height: 280px;
    /*background: #e6f0fa url(https://alisonnynet.oss-cn-hangzhou.aliyuncs.com/images/aboutUs/new-us-banner.jpg) no-repeat center center;*/
     background: #e6f0fa url(../images/aboutUs/new-us-banner.jpg) no-repeat center center;
    background-size: contain;
}
.New_Mobile .new_aboutUsMian{
    margin-top: 0;
    width: 100%;
}
.New_Mobile .new_aboutUsMian_tbs{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    border-radius: 0;
    padding: 20px;
}
.New_Mobile .new_tbs_item{
    width: auto;
}
.New_Mobile .new_tbs_item_num .new_tbs_item_num_top div.stat-number{
    font-size: 48px;
}
.New_Mobile .new_tbs_item_num_bottom{
    font-size: 18px;
}
.New_Mobile .new_aboutUsMian_qiye{
    padding: 20px;
}
.New_Mobile .new_aboutUsMian_qiye_title{
    font-size: 30px;
}
.New_Mobile .new_aboutUsMian_qiye_ul{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto;
    margin-top: 30px;
}
.New_Mobile .new_aboutUsMian_qiye_ul .new_aboutUsMian_qiye_ul_img,
.New_Mobile .new_aboutUsMian_qiye_ul .new_aboutUsMian_qiye_ul_img img{
    width: 100%;
}
.New_Mobile .new_aboutUsMian_qiye_ul .new_aboutUsMian_qiye_ul_img img{
    width: 80%;
}
.New_Mobile .new_aboutUsMian_qiye_ul_title{
    font-size: 18px;
}
.New_Mobile .new_aboutUsMian_qiye_ul_info{
    font-size: 14px;
}
.New_Mobile .new_aboutUsMian_licheng{
    min-width: 100%;
}
.New_Mobile .new_aboutUsMian_licheng_centent_left{
    display: none;
}
.New_Mobile .new_aboutUsMian_licheng_centent{
    width: 100%;
    padding: 0;
    margin-top: 20px;
}
.New_Mobile .new_aboutUsMian_licheng_centent_right{
    width: 100%;
    padding: 0;
    margin-top: 0;
}
.New_Mobile .new_aboutUsMian_licheng_centent_right_title{
    font-size: 30px;
}
.New_Mobile .new_aboutUsMian_licheng_centent_right_info .row .title{
    font-size: 18px;
    flex-shrink: 0;
    width: 60px;
}
.New_Mobile .new_aboutUsMian_licheng_centent_right_info .row .info{
    font-size: 16px;
}

/* .header{
    background: rgba(0, 0, 0, 0.1) !important;
} */
@media screen and (max-width: 600px) {
    .New_Mobile .new_aboutUsBanner {
        height: 225px;
    }
}
@media screen and (max-width: 500px) {
    .New_Mobile .new_aboutUsBanner {
        height: 200px;
    }
}