.section0 {
    position: absolute;
    top: 660px;
    width: 100%;
    z-index: 3;
    overflow-x: hidden;
}

.bg-linear-1 {
    background: linear-gradient(180deg, #eff9ff, #edf6ff);
}

.bg-linear-2 {
    background: linear-gradient(180deg, #fff, #eff8ff);
}

.section1 {
    padding-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 10px;
}

.section3 {
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section3 .icon_tu {
    width: 54px;
    height: 54px;
    display: flex;
    margin: 0 auto 20px;
}

.section3 .item_detail {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    text-align: center;
    display: flex;
    align-items: center;
}

.section3 .item_detail .item_Num {
    font-size: 32px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #0099ff;
    margin-right: 4px;
}

.section3 .item_information {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.section4 {
    padding: 40px 0;
}

.section4 .swiper {
    height: 120px;
}

.section4 .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section4 .swiper .swiper-slide {
    width: 240px !important;
}

.section4 .swiper-free-mode > .swiper-wrapper {
    transition-timing-function: linear;
}

.section5 {
    padding: 20px 0;
    position: relative;
}

.section5 .section5_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 427px;
    background: #EFF8FF;
    z-index: -1;
}

.section5_Catalogue {
    background: #FFFFFF;
    box-shadow: 0px 4px 21px 0px rgba(139, 139, 139, 0.17);
    border-radius: 12px;
    padding: 40px 0;
    width: 100%;

}

.section5_Catalogue .Catalogue_item {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #515362;
    padding: 20px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.section5_Catalogue .Catalogue_item.active {
    color: #0099ff;
    background: rgb(233, 241, 246, 0.5)
}

.section5_Catalogue .Catalogue_item.active::before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0099ff;
}

.section6 {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 20px;
}

.a-c-main {
    display: flex;
    justify-content: space-between;
}

.left-column, .right-column {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 0
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}

.left-column {
    flex: 2.5;
    margin-right: 20px;
}

.right-column {
    flex: 1;
}

.title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.articles {
    display: flex;
    flex-direction: column;
}

.article-tag {
    margin-right: 3px;
    display: inline-block;
}

.article-tag .tag-wrap {
    background-color: #ebf2ff;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #37f;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 52px;
}

.article-large-container {
    display: flex;
    gap: 20px;
    height: 200px;
    width: 100%;
}

.article-large {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.article-large a{
    display: block;
    height: 100%;
}
.article-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-large .a-content {
    position: absolute;
    color: white;
    bottom: 10px;
    left: 0;
    padding-left: 20px;
    width: 100%;
}
.article-large a:before{
    content:'';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    bottom:0;
    transition: 0.3s;
    opacity:0.5;
}
.t-article-title{
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.article-large a:hover:before {
    opacity:1;
}

.article-large .a-content h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.article-large .a-content p {
    font-size: 14px;
    margin: 0;
}

.article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article-small {
    display: flex;
    width: 48%;
    border-bottom: .5px solid #e6e6e6;
}

.article-small :hover .text-title {
    color: #0099ff;
}

.a-article-s {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    padding-bottom: 2px;
    color: #333;
}

.article-small:nth-last-child(2),
.article-small:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.article-small .a-content {
    padding: 20px;
    box-shadow: none;
    width: 100%;
}
.article-small .a-content .text-title{
    font-size: 15px;
}
.article-small img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
.a-article-s{
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    width: 100%;
}
.article-small .a-content h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.article-small .a-content p {
    font-size: 12px;
    margin: 0;
    color: #666;
}

.hotlist {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.hotlist li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.hotlist li a {
    text-decoration: none;
    color: #333;
    flex: 1;
}

.hotlist li a:hover {
    text-decoration: underline;
    color: #0099ff;
}

.hotlist li img {
    width: 80px;
    height: 50px;
    object-fit: cover;
    margin-left: 10px;
}

.section6 .News {
    height: 100%;
}

.section6 .News_swiper_item {
    width: 96%;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    transition: ease all 0.3s;
    height: 99%;
}

.section6 .leftNews_swiper_item {
    width: 96%;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    transition: ease all 0.3s;
    height: 32%;
}

.section6 .leftNews_swiper_item:hover {
    background: linear-gradient(90deg, #FFFFFF, rgb(239, 248, 255, 1));
    transition: ease all 0.3s;
}

.section6 .leftNews_swiper_item .tu {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.section6 .leftNews_swiper_item .icon {
    width: 30px;
    height: 30px;
    margin-right: 16px;
    margin-bottom: 8px;
}

.section6 .leftNews_swiper_item .News_swiper_item_title {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #515362;
    line-height: 30px;
}

.section6 .leftNews_swiper_item .News_swiper_item_detail {
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    opacity: 0.75;
    line-height: 20px;
    margin-bottom: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}

.section6 .News_swiper_item:hover {
    background: linear-gradient(90deg, #FFFFFF, rgb(239, 248, 255, 1));
    transition: ease all 0.3s;
}

.section6 .News_swiper_item .tu {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.section6 .News_swiper_item .icon {
    width: 30px;
    height: 30px;
    margin-right: 16px;
    margin-bottom: 8px;
}

.News_swipe_title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    margin-bottom: 12px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #515362;
    line-height: 30px;
}

.section6 .News_swiper_item .News_swiper_item_title {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #515362;
    line-height: 30px;
}

.section6 .News_swiper_item .News_swiper_item_detail {
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    opacity: 0.75;
    line-height: 20px;
    margin-bottom: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}

.section6 .other_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.Catalogue_detail {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.Catalogue_detail .Catalogue_item_position {
    width: 65%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.Catalogue_detail .Catalogue_item_title {
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 40px;
}

.Catalogue_detail .Catalogue_item_information {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #515362;
}

.Catalogue_detail .bg {
    /* width: 100%; */
    object-fit: contain;
    width: 30%;
    float: right;
}

.section7 {
    padding: 20px 0;
}

.section7 .section7_item {
    background: #FFFFFF;
    border: 1px solid #EEF0F2;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    padding: 0 8px 8px;
    border-radius: 6px;
    transition: 0.3s;
}

.section7 .section7_item:hover {
    transform: translateY(-4px);
}

.section7 .section7_item .bg {
    width: 160px;
    display: flex !important;
    margin: auto;
    height: 160px;
    object-fit: scale-down;
    margin-bottom: 8px;
}

.section7 .section7_item .section7_item_title {
    font-size: 16px;
    font-family: 'Source Han Sans SC', sans-serif; /* 添加后备字体 */
    font-weight: 500;
    color: #0099ff;
    margin-bottom: 12px;
    padding-left: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section7 .section7_item .section7_item_information {
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    padding-left: 4px;
}

.section8 {
    padding: 20px 0;
}

.section8 .Product {
    height: fit-content;
}

.section8 .section8_item {
    background: #F8FCFE;
    border: 2px solid #FFFFFF;
    border-radius: 16px;
    padding: 40px 50px 35px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.section8 .section8_item .section8_item_title {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #515362;
    /* line-height: 30px; */
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(137, 138, 147, 0.15);
}

.section8 .section8_item .section8_item_information {
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    /* line-height: 30px; */
    padding-top: 10px;
    opacity: 0.75;
}

.section8 .section8_item .icon_tu {
    width: 75px;
    height: 75px;
}

.section0 .Electronic_business {
    background-color: #fff;
    width: 100%;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0px 4px 21px 0px rgba(139, 139, 139, 0.17);
    text-align: -webkit-right;
}

.section0 .Electronic_business .chance {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 8px;
}

.section0 .Electronic_business .small_chance {
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 10px;
}

.btn_chance {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    /*float: right; */
}

.swiper-button-next, .swiper-button-prev {
    color: #0099ff !important;
}

.btn_chance .icon-xiangyoujiantou {
    font-size: 14px;
    line-height: 17px;
    color: #0099ff;
    line-height: 22px;
}

.honoSwiper {
    position: relative;
}

.honoSwiper .swiper-button-next:after, .honoSwiper .swiper-button-prev:after,
.position .swiper-button-next:after, .position .swiper-button-prev:after {
    font-size: 20px !important;
}

.honoSwiper .swiper-button-prev,
.position .swiper-button-prev {
    left: -50px !important;
}

.honoSwiper .swiper-button-next,
.position .swiper-button-next {
    right: -50px !important;
}

.honoSwiper .btn_bg {
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: -1;
}

.title {
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}

.SystemTitle {
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 50px;
    padding-top: 50px;
}

.Atitle {
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    /*margin-bottom: 40px;*/
    padding: 0px;
}

.small_title {
    font-size: 14px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #505668;
    opacity: 0.7;
    text-align: center;
    margin: 10px;
    line-height: 30px;
}

.miniLine {
    border-top: 2px solid #fedbdc;
    width: 30px;
    position: relative;
    left: 70px;
    top: 9px;
}

.line {
    border-top: 2px solid #a2b9fa;
    width: 100px;
    margin-top: 2px;
    position: relative;
    top: 8px;
}

.smallLine {
    border-top: 2px solid #fedbdc;
    width: 30px;
    position: relative;
    top: 9px;
}

.section1 .cargo {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
}

.section1 .section1_digitalize {
    display: flex;
    flex-direction: column;
    height: 390px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
    align-content: space-between;
}

.section1 .cargo_hover {
    transition: ease all 0.3s;
}

.section1 .cargo_hover:hover {
    background-color: rgb(233, 241, 246, 0.5);
    transition: ease all 0.3s;
    border-radius: 15px;
}

.content {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    width: 366px;
}

.content:hover {
    box-shadow: 0 6px 15px 0px rgba(0, 0, 0, .5);
}

.trademark {
    background-color: rgba(0, 0, 0, 0);
}

.content .tu {
    margin-right: 10px;
    width: 65px;
    height: 65px;
    object-fit: cover;
}

.miniTitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.mText {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 300;
    color: #666666;
}

.manage {
    font-size: 24px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    text-align: initial;
    margin-bottom: 40px;
}

.intelligence {
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 10px 20px;
}

.intelligence .icon {
    width: 45px;
    height: 45px;
}

.activity {
    padding: 20px;
    background-color: #3073ff;
    border-radius: 10px;
}

.Stash {
    font-size: 20px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 45px;
    text-align: initial;
    margin-left: 20px;
}

.tag {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: initial;
    margin-left: 20px;
    margin-bottom: 10px;
}

.activity .tag, .activity .Stash {
    color: #ffffff;
}

.number {
    color: #fff;
    font-style: italic;
    font-size: 32px;
    font-weight: bold;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
}

.mini_button {
    border: 1px solid #fff;
    background-color: #3073ff;
    color: #fff;
    border-radius: 5px;
    position: relative;
    left: 58px;
    padding: 5px 20px;
    font-size: 10px;
}

.mini_button .icon {
    font-size: 10px;
    margin-left: 5px;
}

.floatR {
    float: right;
}

.value {
    height: 400px;

    transition: ease all 0.3s;
}

.value:hover {
    transform: scale(1.05);
    transition: ease all 0.3s;
}

.exploit {
    font-size: 24px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    line-height: 28px;
    font-weight: 500;
    color: #333333;
    padding: 40px 0 20px;
}

.weight {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 500;
    color: #666666;
}

.online {
    border: none;
    background-color: rgba(255, 255, 255, 0);
    color: #409EFF;
    padding: 20px 0;
}

.borderL {
    border-left: 2px solid #ebebeb;
    padding: 0 20px;
}

.borderR {
    border-right: 1px solid #ebebeb;
    padding: 0 20px;
}

.borderR .icon {
    height: 25px;
    margin-right: 20px;
}

.borderL .num {
    font-size: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 500;
    color: #dedede;
}

.equipment {
    width: 260px;
    height: 330px;
    transition: ease all 0.3s;
}

.equipment:hover {
    transform: scale(1.05);
    transition: ease all 0.3s;
}

.new {
    font-size: 20px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #0274f1;
}

.article {
    margin: 40px 0;
    color: #333;
    width: 100%;
    display: block;
    font-family: "PingFang SC";
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}

.phone {
    font-size: 25px;
    line-height: 30px;
}

.section2 {
    padding: 20px 0;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center center;
}

.section2 .homePage_advantage_title {
    width: 70%;
    margin: 0 auto 40px;
}

.section2 .homePage_advantage_title .homePage_advantage_title_btn {
    background: #C2E3FF;
    border: 2px solid #FFFFFF;
    padding: 16px 40px 20px;
    display: flex;
    cursor: pointer;
}

.section2 .homePage_advantage_title .homePage_advantage_title_btn.active {
    background: #0099ff;
}

.section2 .homePage_advantage_title .homePage_advantage_title_btn .icon_Section2 {
    width: 40px;
    height: 40px;
    margin-right: 14px;
}

.section4 .homePage_api_title {
    width: 70%;
    margin: 0 auto 40px;
}

.section4 .homePage_api_title .homePage_api_title_btn {
    /*background: #C2E3FF;*/
    border: 1px solid #FFFFFF;
    padding: 15px 40px 15px;
    display: flex;
    cursor: pointer;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.section4 .homePage_api_title .homePage_api_title_btn.active {
    background: #0099ff;
}

.section4 .homePage_api_title .homePage_api_title_btn .icon_Section2 {
    width: 40px;
    height: 40px;
    margin-right: 14px;
}

.section4 .homePage_api_title .homePage_api_title_btn .homePage_api_title_btn_item.active {
    color: #FFFFFF;
}

.img-list {
    width: 15%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    /*margin-right: 20px;*/
}

.show.active {
    animation-name: change_Enlarge;
    animation-duration: .3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@keyframes change_Enlarge {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.section2 .homePage_advantage_title .homePage_advantage_title_btn .homePage_advantage_title_btn_item {
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}

.section2 .homePage_advantage_title .homePage_advantage_title_btn .homePage_advantage_title_btn_item.active {
    color: #FFFFFF;
}

.show {
    display: block;
}

.section2 .homePage_advantage_Service .homePage_advantage_Service_item {
    width: 390px;
    background: #FFFFFF;
    padding: 40px 50px 40px;
    margin-bottom: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.section2 .homePage_advantage_Service .homePage_advantage_Service_item .icon_Service {
    width: 45px;
    height: 45px;
}

.section2 .homePage_advantage_Service .homePage_advantage_Service_item .homePage_advantage_Service_item_title {
    font-size: 20px;
    margin-left: 10px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #515362;
    line-height: 40px;
    transition: ease all 0.3s;
}

.section2 .homePage_advantage_Service .homePage_advantage_Service_item:hover .homePage_advantage_Service_item_title {
    color: #0099ff;
    transition: ease all 0.3s;
}

.section2 .homePage_advantage_Service .homePage_advantage_Service_item .homePage_advantage_Service_item_information {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    line-height: 26px;
    opacity: 0.75;
    margin-top: 10px;
}

.section2 .homePage_advantage_System .scene {
    height: 460px;
}

.section2 .homePage_advantage_System .scene .swiper-slide.swiper-slide-active {
    width: 320px !important;
}

.section2 .homePage_advantage_System .scene .swiper-slide {
    width: 200px !important;
}

.section2 .homePage_advantage_System .scene .scene_item {
    height: 428px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.section2 .homePage_advantage_System .scene .swiper-slide.swiper-slide-active .scene_item {
    height: 427px;
    background: linear-gradient(0deg, rgb(69, 127, 186, 0.3) 0%, rgb(255, 255, 255) 100%);
    opacity: 0.85;
    z-index: 5;
    padding: 50px 40px;
}

.section2 .homePage_advantage_System .scene .swiper-slide .scene_item .icon_Scene {
    margin: 50px auto 20px;
    width: 36px;
    height: 36px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}

.section2 .homePage_advantage_System .scene .swiper-slide.swiper-slide-active .scene_item .icon_Scene {
    margin: 0 0 20px;
    width: 36px;
    height: 36px;
    left: 0%;
    transform: translateX(0%);
    /* display: block; */
}

.section2 .homePage_advantage_System .scene .swiper-slide .scene_item .scene_item_title {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    text-align: center;
    margin-bottom: 16px;
}

.section2 .homePage_advantage_System .scene .swiper-slide.swiper-slide-active .scene_item .scene_item_title {
    text-align: left;
}

.section2 .homePage_advantage_System .scene .swiper-slide .scene_item .scene_item_information {
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    display: none;
}

.section2 .homePage_advantage_System .scene .swiper-slide.swiper-slide-active .scene_item .scene_item_information {
    display: block;
}

.section2 .homePage_advantage_System .scene .swiper-slide.swiper-slide-active .scene_item .Scene_bg {
    width: 100%;
    object-fit: contain;
    padding: 0 40px;
}

.section2 .homePage_advantage_System .scene .swiper-slide .scene_item .Scene_bg {
    width: 250px;
    object-fit: contain;
    z-index: 2;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.section2 .homePage_advantage_System .scene .swiper-slide.swiper-slide-active .scene_item .scene_item_layer {
    display: none;
}

.section2 .homePage_advantage_System .scene .swiper-slide .scene_item .scene_item_layer {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #457FBA 0%, rgba(69, 127, 186, 0) 70%, #fff 100%);
    opacity: 0.85;
    z-index: 5;
}

.section2 .homePage_advantage_System .scene .swiper-slide.swiper-slide-active .scene_item .icon_Triangle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
}

.section2 .homePage_advantage_System .scene .swiper-slide .scene_item .icon_Triangle {
    display: none;
}

.section2 .homePage_advantage_System .scene .swiper-pagination-bullet {
    width: 24px;
    height: 6px;
    border-radius: 0px;
    background-color: #D9DBEA;
}

.section2 .homePage_advantage_System .scene .swiper-pagination-bullet-active {
    background-color: #0099ff;
}

.section2 .homePage_advantage_Data .advantage_Data_title {
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 40px;
    text-align: center;
}

.section2 .homePage_advantage_Data .tu {
    width: 100%;
}

.section2 .homePage_advantage_Data .icon_tu {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.section2 .homePage_advantage_Data .advantage_Data_item {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    line-height: 20px;
    margin-bottom: 6px;
}

.section2 .homePage_advantage_Data .advantage_Data_detail {
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #505668;
    line-height: 20px;
}

.section2 .homePage_advantage_Resources .advantage_Data_title {
    font-size: 30px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 40px;
    text-align: center;
}

.section2 .homePage_advantage_Resources .advantage_Data_title2 {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    margin-bottom: 10px;
}

.section2 .homePage_advantage_Resources .advantage_Data_title3 {
    font-size: 10px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #505668;
}

.section2 .homePage_advantage_Resources .Resources_item {
    width: 276px;
    background: #FFFFFF;
    border: 1px solid #EEF0F2;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    padding: 70px 50px;
}

.section2 .homePage_advantage_Resources .Resources_item .icon_tu {
    width: 55px;
    height: 55px;
    margin: 0 auto 45px;
    display: flex;
}

.section2 .homePage_advantage_Resources .Resources_item .Resources_item_title {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #0099ff;
    text-align: center;
    margin-bottom: 28px;
}

.section2 .homePage_advantage_Resources .Resources_item .Resources_item_information {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    text-align: center;
}

.btm-a {
    margin-left: 10px;
    font-size: 12px !important;
    color: #b0aa91 !important;
}

.btm-record {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.newsContainer-vMFw {
    moz-box-pack: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.newsItem-y_ek {
    -moz-box-flex: 1;
    -webkit-flex: 1 1;
    flex: 1 1;
    margin-left: 32px;
}

.newsItem-y_ek .newsPicPc-czWx, .newsItem-y_ek .newsTitle-ZYMW {
    transition: 0.3s ease-in-out;
}

.newsItem-y_ek:hover .newsPicPc-czWx {
    transform: scale(1.05)
}

.newsItem-y_ek:hover .newsTitle-ZYMW {
    color: #0099ff;
}

.newsPicPcWrap-DQNZ {
    border-radius: 8px;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    height: 189px;
}

.newsPicPcWrap-DQNZ .newsPicPc-czWx {
    display: block;
    height: 100%;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    width: 100%;
    object-fit: cover;
}

.newsPicPcWrap-DQNZ .newsTagPc-egc0 {
    background-image: url(../img/news_tag.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    left: 0;
    line-height: 20px;
    padding: 2px 17px 2px 12px;
    position: absolute;
}

.newsTitleWrap-sM5T {
    -moz-box-flex: 1;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 1 1;
    flex: 1 1;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}

.newsTitleWrap-sM5T .newsTitle-ZYMW {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #020814;
    display: -webkit-box;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    letter-spacing: .003em;
    line-height: 26px;
    font-family: Source Han Sans SC;
    font-size: 16px;
}

.newsTitleWrap-sM5T .newsTagMob-p25n {
    color: #41464f;
    font-size: 12px;
    letter-spacing: .003em;
    line-height: 20px;
    margin-top: 8px;
    display: none;
}

.linkWrap-bW8W {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    line-height: 24px;
    padding-top: 40px;
    align-items: center;
}

.flex {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.flex-middle {
    text-align: center;
}

.flex-center {
    justify-content: center;
}

.link-TGov {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #0099ff;
}

.titleWrap-tUCJ {
    padding-bottom: 40px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #0099ff;
}

.volcfe-home-arrow {
    border-right: 2px solid;
    border-top: 2px solid;
    color: #0099ff;
    display: inline-block;
    height: 1em;
    position: relative;
    right: 0;
    -webkit-transform: rotate(45deg) scale(.5);
    -moz-transform: rotate(45deg) scale(.5);
    -o-transform: rotate(45deg) scale(.5);
    transform: rotate(45deg) scale(.5);
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    -moz-transition: right .3s;
    transition: right .3s;
    width: 1em;
    font-size: 16px;
}

.section7 {
    padding-bottom: 70px;
}

.section7 .con {
    position: relative;
}

.section7 .case-card-dome {
    width: 100% !important;
    height: auto !important;
}

.section7 .swiper-button-next, .section7 .swiper-button-prev {
    padding: 20px;
    margin-top: 42px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.section7 .swiper-button-next:after, .section7 .swiper-button-prev:after {
    font-size: 30px !important;
    color: #fff;
}

.section7 .case-card {
    padding: 10px 0;
    height: auto;
}

.section7 .case-card .swiper-slide {
    border: 1px solid #f1f1f1;
    width: 300px !important;
    height: 320px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.section7 .case-card .swiper-slide:hover .case-dome-main {
    height: 320px;
    background: rgba(0, 153, 255, 0.8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.section7 .case-card .case-dome-j {
    width: 300px !important;
}

.section7 .case-card .case-dome-img {
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section7 .case-card .case-dome-img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 80%;
    height: 80px;
}

.section7 .case-dome-main {
    position: absolute;
    left: 0;
    width: 100%;
    transition: 0.3s;
    height: 200px;
    padding: 20px 20px 10px;
    bottom: 0;
    border-radius: 0;
    background: rgb(0, 153, 255);
}

.section7 .case-dome-main .section7_item_title {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.section7 .case-dome-main .section7_item_information {
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
    line-height: 1.5;
    padding-bottom: 20px;
    border-bottom: 1px solid transparent;
}

.section7 .case-dome-main:hover .section7_item_information {
    border-color: #fff;
}

.section1_Activity {
    padding-bottom: 70px !important;
}

.section7 .case-dome-main a {
    display: table;
    padding: 5px 10px;
    font-size: 0px;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.section7 .case-dome-main a em {
    position: relative;
    width: 20px;
    height: 12px;
    display: inline-block;
    margin-left: 2px;
    transition: 0.3s;
}

.section7 .case-dome-main a em:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.section7 .case-dome-main a em:after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.section7 .case-dome-main:hover a {
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.section7 .case-dome-main a:hover em {
    margin-left: 8px;
}

.section7 .case-dome-main .text-list {
    padding-top: 20px;
}

.section7 .case-dome-main .text-list span {
    display: block;
    color: #fff;
    font-size: 0;
    transition: 0.3s;
    line-height: 1.5;
}

.section7 .case-dome-main .text-list span:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    border-right: 4px;
    background-color: #fff;
    display: inline-block;
    margin-right: 4px;
    transition: 0.3s;
    transform: translateY(-1px);
}

.section7 .case-dome-main:hover .text-list span {
    font-size: 12px;
}

.section7 .case-dome-main:hover .text-list span:before {
    width: 6px;
    height: 6px;
}

.app-main {
    width: 100%;
    /*background-color: #f5f5f5;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-container {
    width: 80vw;
    height: 376px;
    display: flex;
    gap: 10px;
}

.app-container > div {
    width: 12.5%;
    height: 100%;
    background: linear-gradient(0deg, rgba(69, 127, 186, 0.3) 0%, rgb(255, 255, 255) 100%);
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}

.overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: white;
    background: #3062f833;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s;
}

.overlay em {
    display: block;
    width: 16px;
    height: 28px;
    border-radius: 10px;
    border: 1px solid #fff;
    position: relative;
}

.overlay em:after {
    content: '';
    width: 1px;
    height: 20%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.more {
    position: absolute;
    top: 125px;
    color: #FFFFFF;
    left: 15px;
    opacity: 0;
    width: 500px !important;
}

.more > p:nth-of-type(1) {
    font-size: 26px;
}

.more > p:nth-of-type(2) {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 15px;
}

.s-active {
    width: 100% !important;
    background-color: red;
    background-size: 100% 100% !important;
    background-position: 0 !important;
}

.s-active > .overlay {
    opacity: 0;
}
.overlay p{
    font-size: 13px;
}
.s-active > .more {
    opacity: 1;
    padding-right: 220px;
}

.s-active > .more p > span {
    display: block;
    position: relative;
    padding-left: 12px;
}

.s-active > .more p > span:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    top: 7.5px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}


.index-news-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.index-news-box .text-box {
    padding: 40px 10px 20px;
}

.index-news-box .text-box .tit {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #515362;
    margin-bottom: 8px;
    transition: ease all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-news-box .text-box .intr {
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    opacity: 0.75;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.index-news-box .text-box .time {
    display: flex;
    justify-content: space-between;
}

.index-news-box .text-box .time span:first-child {
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    opacity: 0.75;
}

.index-news-box .text-box .time span:last-child {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
}

.index-news-box .text-box .time span:last-child:after {
    content: ">";
    font-family: "宋体";
    font-size: 16px;
    margin-left: 3px;
}

.index-news-box .box-left {
    width: 660px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 15px;
    position: relative;
    flex: none;
}

.index-news-box .box-left .swiper {
    height: auto;
}

.index-news-box .box-left .swiper-pagination {
    bottom: auto !important;
    top: 445px;
}

.index-news-box .box-left img {
    background-color: #f5f5f5;
    width: 100%;
    height: 420px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 8px;
}

.index-news-box .box-left .swiper-slide:hover .text-box .tit {
    color: #0099ff;
}

.index-news-box .box-right {
    width: 510px;
    flex: none;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index-news-box .box-right a {
    display: block;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.index-news-box .box-right .text-box {
    padding: 25px;
}

.index-news-box .box-right .text-box:hover .tit {
    color: #0099ff;
}

/*# sourceMappingURL=index_news.css.map */
