                                html {
                                    font-size: 16px;
                                }
                                
                                .slideshow_item01 {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/slideshow_item01_bgi.png');
                                    width: 100%;
                                    height: 100%;
                                    background-size: cover;
                                    background-position: center;
                                    background-repeat: no-repeat;
                                    position: relative;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    /* background-color: red; */
                                }
                                
                                .slideshow_item02 {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/slideshow_item02_bgi.png');
                                    width: 100%;
                                    height: 100%;
                                    background-size: cover;
                                    background-position: center;
                                    background-repeat: no-repeat;
                                    position: relative;
                                    display: flex;
                                    justify-content: center;
                                    /* align-items: center; */
                                    /* background-color: red; */
                                }
                                
                                .slideshow_item03 {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/slideshow_item03_bgi.png');
                                    width: 100%;
                                    height: 100%;
                                    background-size: cover;
                                    background-position: center;
                                    background-repeat: no-repeat;
                                    position: relative;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    /* background-color: red; */
                                }
                                
                                .slideshow_item01 .slideshow_item_value {
                                    /* display: inline-block; */
                                }
                                
                                .slideshow_item01 .slideshow_item_value img {
                                    width: 70.4vw;
                                }
                                
                                .slideshow_item02 .slideshow_item_value {
                                    width: 100%;
                                    box-sizing: border-box;
                                    padding-left: 92px;
                                    padding-right: 9px;
                                    margin-top: 25.1vh;
                                }
                                
                                .slideshow_item03 .slideshow_item_value {
                                    width: 57.44vw;
                                    /* background-color: red; */
                                    display: flex;
                                    flex-direction: column;
                                }
                                
                                .slideshow_item02 .slideshow_item_value img {
                                    width: 100%;
                                }
                                
                                .slideshow_item03 .slideshow_item_value .slideshow_item03_btnList {
                                    width: 100%;
                                    height: 11.66vh;
                                    display: flex;
                                    /* background-color: rgb(141, 167, 118); */
                                    /* align-items: center; */
                                }
                                
                                .slideshow_item_value .slideshow_item03_btnList .btnList {
                                    width: 100%;
                                    height: 100%;
                                    box-sizing: border-box;
                                    padding-left: 7.9vw;
                                    padding-right: 10.1vw;
                                    display: flex;
                                    justify-content: space-between;
                                    display: flex;
                                    /* background-color: rgb(141, 167, 118); */
                                    align-items: center;
                                }
                                
                                .slideshow_item_value .slideshow_item03_btnList .btnList .btnList_left {
                                    width: 25.1vw;
                                    height: 7.6vh;
                                    background: rgba(17, 26, 36, 0.13);
                                    border-radius: 14px;
                                    border: 2px solid #FFFFFF;
                                    display: flex;
                                    font-family: SourceHanSansCNMedium;
                                    font-weight: normal;
                                    font-size: 38px;
                                    color: #FFFFFF;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                }
                                
                                .slideshow_item_value .slideshow_item03_btnList .btnList .btnList_right {
                                    width: 12.08vw;
                                    height: 7.6vh;
                                    background: #1C55C8;
                                    border-radius: 14px;
                                    border: 2px solid #FFFFFF;
                                    text-align: center;
                                    line-height: 7.6vh;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    font-family: SourceHanSansCNMedium;
                                    font-weight: normal;
                                    font-size: 34px;
                                    color: #FFFFFF;
                                    cursor: pointer;
                                }
                                
                                .bannerBox {
                                    /* background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/banner.png');
                                    width: 100%;
                                    height: 100%;
                                    background-size: cover;
                                    background-position: center;
                                    background-repeat: no-repeat;
                                    position: relative; */
                                }
                                /* .bannerBox_themeBox {
                                    position: absolute;
                                    top: 271px;
                                    left: 181px;
                                }
                                
                                .bannerBox_themeBox .theme_value {
                                    font-family: AlibabaPuHuiTiBold;
                                    font-weight: normal;
                                    font-size: 70px;
                                    color: #FFFFFF;
                                }
                                
                                .bannerBox_themeBox .particularsBtn {
                                    cursor: pointer;
                                    width: 156px;
                                    height: 53px;
                                    background: #1C55C8;
                                    border-radius: 4px;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    font-weight: 500;
                                    font-size: 18px;
                                    color: #FFFFFF;
                                    margin-top: 50px;
                                }
                                
                                .bannerBox .bannerBox_bottom_introduce {
                                    width: 100%;
                                    height: 145px;
                                    background: rgba(72, 84, 115, .6);
                                    position: absolute;
                                    bottom: 0;
                                    left: 0;
                                    display: flex;
                                }
                                
                                .bannerBox .bannerBox_bottom_introduce .introduce_item {
                                    height: 100%;
                                    flex: 1;
                                }
                                
                                .bannerBox .bannerBox_bottom_introduce .introduce_item .introduce_item_content {
                                    width: 100%;
                                    height: 100%;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                }
                                
                                .bannerBox_bottom_introduce .introduce_item .introduce_item_icon {
                                    width: 60px;
                                    height: 60px;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    margin-right: 22px;
                                } */
                                
                                .introduce_item_value {
                                    /* background-color: red; */
                                    height: 60px;
                                    display: flex;
                                    flex-direction: column;
                                    /* justify-content: space-between; */
                                }
                                
                                .introduce_item_value .item_value_title {
                                    font-family: SourceHanSansCNBold;
                                    font-size: 24px;
                                    color: #FFFFFF;
                                }
                                
                                .introduce_item_value .item_value_text {
                                    font-family: SourceHanSansCNMedium;
                                    font-size: 18px;
                                    color: #FFFFFF;
                                }
                                
                                .core_technology {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/hxys_bgi.png');
                                    width: 100%;
                                    height: 100%;
                                    /* 背景图片填充方式 */
                                    background-size: cover;
                                    /* 图片会被缩放以填充整个容器，同时保持其宽高比 */
                                    /* 背景图片位置 */
                                    background-position: center;
                                    /* 图片居中显示 */
                                    /* 防止背景图片重复 */
                                    background-repeat: no-repeat;
                                    position: relative;
                                    box-sizing: border-box;
                                    padding-top: 16vh;
                                    /* padding: 228px 110px 166px 162px; */
                                    padding-right: 5.7%;
                                }
                                
                                .core_technology_centent {
                                    height: 73.51vh;
                                    width: 100%;
                                    /* margin-top: 228px; */
                                    display: flex;
                                }
                                
                                .core_technology_centent_left {
                                    margin-left: 8.33%;
                                    height: 100%;
                                    width: 18.2%;
                                    /* background-color: red; */
                                    position: relative;
                                }
                                
                                .core_technology_centent_right {
                                    height: 100%;
                                    flex: 1;
                                    /* background-color: rgb(117, 56, 56); */
                                    display: flex;
                                    position: relative;
                                }
                                
                                .core_technology_centent_right .technology_item {
                                    /* min-height: 700px; */
                                    height: 100%;
                                    flex: 1;
                                    background: #F8F8F8;
                                    margin-right: 2vw;
                                    display: flex;
                                    flex-direction: column;
                                    align-items: center;
                                    box-sizing: border-box;
                                    padding-top: 8.51vh;
                                    overflow: hidden;
                                    /* background-color: red; */
                                }
                                
                                .core_technology_centent_right :hover {
                                    background: #1c55c8 !important;
                                }
                                
                                .core_technology_centent_right :hover .technology_item_icon {
                                    border: 3px solid #FFFFFF !important;
                                }
                                
                                .core_technology_centent_right :hover .visible-element {
                                    display: block;
                                }
                                
                                .core_technology_centent_right :hover .hidden-element {
                                    display: none;
                                }
                                
                                .core_technology_centent_right :hover .technology_item_title {
                                    color: #FFFFFF !important;
                                    /* background-color: red; */
                                }
                                
                                .core_technology_centent_right :hover .valueBox_item_text {
                                    color: #FFFFFF !important;
                                    /* background-color: red; */
                                }
                                
                                .core_technology_centent_right :hover .yuan_icon {
                                    /* color: #FFFFFF !important; */
                                    border: 2px solid #FFFFFF !important;
                                    /* background-color: red; */
                                }
                                /* .core_technology_centent_right :hover .yuan_icon .hidden-element {
                
                                border: 2px solid #FFFFFF !important;
                         
                            }
                             */
                                
                                .technology_item .technology_item_icon {
                                    width: 106px;
                                    height: 106px;
                                    border: 3px solid #6C6C6C;
                                    border-radius: 50%;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    /* margin-bottom: 37px; */
                                    /* margin-top: 92px *0.8; */
                                }
                                
                                .technology_item_icon .visible-element {
                                    display: none;
                                }
                                
                                .technology_item .technology_item_icon .icon_img img {
                                    width: 100%;
                                    height: 100%;
                                    /* background-color: red; */
                                }
                                
                                .technology_item .technology_item_title {
                                    font-weight: 600;
                                    font-size: 24px;
                                    /* color: #1A1A1C; */
                                    /* margin-bottom: 70px; */
                                    margin-top: 3.42vh;
                                    margin-bottom: 6.48vh;
                                }
                                
                                .technology_item .technology_item_valueBox {
                                    display: flex;
                                    flex-direction: column;
                                    width: 100%;
                                    overflow: hidden;
                                }
                                
                                .technology_item_valueBox .valueBox_item {
                                    width: 100%;
                                    min-height: 60px;
                                    display: flex;
                                    margin-bottom: 17px;
                                    box-sizing: border-box;
                                    padding: 0 21px 0 15px;
                                    overflow: hidden;
                                }
                                
                                .valueBox_item .valueBox_item_icon {
                                    min-width: 45px;
                                    /* background-color: red; */
                                    height: 100%;
                                }
                                
                                .valueBox_item .valueBox_item_icon .yuan_icon {
                                    width: 11px;
                                    height: 11px;
                                    border: 2px solid #1A1A1C;
                                    border-radius: 50%;
                                    margin: 12px auto;
                                }
                                
                                .valueBox_item .valueBox_item_text {
                                    font-weight: 400;
                                    font-size: 17px;
                                    color: #1A1A1C;
                                    font-family: NotoSansCJKRegular;
                                }
                                
                                .item_titleBox {
                                    font-family: SourceHanSansCNMedium;
                                }
                                
                                .item_titleBox .English {
                                    font-weight: 600;
                                    font-size: 26px;
                                    color: #B4B4B4;
                                }
                                
                                .item_titleBox .segmentation {
                                    width: 100%;
                                    display: flex;
                                    align-items: center;
                                    margin-top: 23px;
                                    margin-bottom: 23px;
                                }
                                
                                .item_titleBox .segmentation .segmentation_wire {
                                    width: 46px;
                                    height: 4px;
                                    background: #00197A;
                                }
                                
                                .item_titleBox .segmentation .segmentation_dot {
                                    width: 4px;
                                    height: 4px;
                                    background: #00197A;
                                    margin-left: 4px;
                                }
                                
                                .item_titleBox .Chinese {
                                    font-weight: 600;
                                    font-size: 30px;
                                    color: #1A1A1C;
                                }
                                
                                .core_technology_centent_left .arrowheadBox {
                                    cursor: pointer;
                                    position: absolute;
                                    bottom: 36px;
                                    width: 52px;
                                    height: 52px;
                                    background: #1C55C8;
                                    border-radius: 50%;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                }
                                
                                .core_technology_centent_left .arrowheadBox img {
                                    width: 20px;
                                    height: 25px;
                                }
                                /* 使用场景 */
                                
                                .Usage_scenarioBox {
                                    width: 100%;
                                    height: 100%;
                                    position: relative;
                                }
                                
                                .Usage_scenarioBox .Usage_scenarioBox_left {
                                    position: absolute;
                                    top: 19.81vh;
                                    left: 8.4vw;
                                    /* background-color: red; */
                                }
                                
                                .Usage_scenarioBox .arrowheadBox {
                                    cursor: pointer;
                                    position: absolute;
                                    top: 500px;
                                    width: 52px;
                                    height: 52px;
                                    background: #1C55C8;
                                    border-radius: 50%;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                }
                                
                                .Usage_scenarioBox .arrowheadBox img {
                                    width: 26px;
                                    height: 21px;
                                }
                                
                                .Usage_scenarioBox_right {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/Usage_scenario.png');
                                    /* 背景图片填充方式 */
                                    background-size: 98%;
                                    /* 图片会被缩放以填充整个容器，同时保持其宽高比 */
                                    /* 背景图片位置 */
                                    background-position: center;
                                    /* 图片居中显示 */
                                    /* 防止背景图片重复 */
                                    background-repeat: no-repeat;
                                    position: absolute;
                                    bottom: 2.2vh;
                                    left: 20.7vw;
                                    width: 60.88vw;
                                    height: 76.75vh;
                                    /* background-color: red; */
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                }
                                
                                .Usage_scenarioBox_right .znkt_box {
                                    width: 260px;
                                    height: 260px;
                                    /* background-color: red; */
                                    transform: translate(25px, -15px);
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    position: relative;
                                }
                                
                                .Usage_scenarioBox_right .znkt_box img {
                                    width: 100%;
                                    height: 100%;
                                }
                                
                                .Usage_scenarioBox_right .znkt_arrow {
                                    position: absolute;
                                    width: 28px;
                                    height: 22px;
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/icons/triangle.png');
                                    background-size: cover;
                                    bottom: -9px;
                                    left: 50%;
                                    transform: translateX(-50%);
                                }
                                /* .Usage_scenarioBox_right .znkt_arrow  */
                                
                                .Usage_scenarioBox_right .locationBox {
                                    position: absolute;
                                    cursor: pointer;
                                }
                                
                                .Usage_scenarioBox_right .locationBox .locationBox_title {
                                    position: absolute;
                                    bottom: -43px;
                                    left: 0;
                                    width: 100%;
                                    height: 43px;
                                    /* background-color: red; */
                                    line-height: 43px;
                                    text-align: center;
                                    font-family: SourceHanSansCNMedium;
                                    font-weight: 500;
                                    font-size: 24px;
                                    color: #8E8E8E;
                                }
                                
                                .Usage_scenarioBox_right .xsyx_box {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/xsyx.png');
                                    background-size: cover;
                                    background-position: center;
                                    width: 138px;
                                    height: 138px;
                                    /* background-color: red; */
                                    left: 0;
                                    top: 28.42vh;
                                    animation-delay: 0.6s;
                                    /* 第四个元素延迟1.5秒开始动画 */
                                }
                                
                                .Usage_scenarioBox_right .znjy_box {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/znjy.png');
                                    background-size: cover;
                                    background-position: center;
                                    width: 158px;
                                    height: 158px;
                                    /* background-color: red; */
                                    left: 15vw;
                                    top: 10.83vh;
                                    animation-delay: 1.1s;
                                    /* 第四个元素延迟1.5秒开始动画 */
                                }
                                
                                .Usage_scenarioBox_right .yjs_box {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/yjs.png');
                                    background-size: cover;
                                    background-position: center;
                                    width: 138px;
                                    height: 138px;
                                    /* background-color: red; */
                                    left: 33.85vw;
                                    top: -1.85vh;
                                    animation-delay: 0.2s;
                                    /* 第四个元素延迟1.5秒开始动画 */
                                }
                                
                                .Usage_scenarioBox_right .ktfk_box {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/ktfk.png');
                                    background-size: cover;
                                    background-position: center;
                                    width: 134px;
                                    height: 134px;
                                    /* background-color: red; */
                                    right: 6.71vw;
                                    top: 16.2vh;
                                    animation-delay: 1.8s;
                                    /* 第四个元素延迟1.5秒开始动画 */
                                }
                                
                                .Usage_scenarioBox_right .khzy_box {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/khzy.png');
                                    background-size: cover;
                                    background-position: center;
                                    width: 122px;
                                    height: 122px;
                                    /* background-color: red; */
                                    right: -1.66vw;
                                    top: 31.75vh;
                                    animation-delay: 0.9s;
                                    /* 第四个元素延迟1.5秒开始动画 */
                                }
                                
                                .Usage_scenarioBox_right .xqfx_box {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/xqfx.png');
                                    background-size: cover;
                                    background-position: center;
                                    width: 158px;
                                    height: 158px;
                                    /* background-color: red; */
                                    right: 9.73vw;
                                    top: 44.25vh;
                                    animation-delay: 0.5s;
                                    /* 第四个元素延迟1.5秒开始动画 */
                                }
                                
                                .Usage_scenarioBox_right .jsbk_box {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/jsbk.png');
                                    background-size: cover;
                                    background-position: center;
                                    width: 148px;
                                    height: 148px;
                                    /* background-color: red; */
                                    left: 10.78vw;
                                    top: 44.18vh;
                                    animation-delay: 1.5s;
                                    /* 第四个元素延迟1.5秒开始动画 */
                                }
                                
                                @keyframes breathe {
                                    0% {
                                        transform: scale(1);
                                    }
                                    50% {
                                        transform: scale(1.2);
                                    }
                                    100% {
                                        transform: scale(1);
                                    }
                                }
                                
                                .element {
                                    animation: breathe 4s infinite;
                                    /* 持续时间为4秒，无限循环播放 */
                                }
                                /* 经典案例 */
                                
                                .core_technologyBox {
                                    width: 100%;
                                    height: 100%;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/core_technology_bgi.png');
                                    width: 100%;
                                    height: 100%;
                                    /* 背景图片填充方式 */
                                    background-size: cover;
                                    /* 图片会被缩放以填充整个容器，同时保持其宽高比 */
                                    /* 背景图片位置 */
                                    background-position: center;
                                    /* 图片居中显示 */
                                    /* 防止背景图片重复 */
                                    background-repeat: no-repeat;
                                    /* position: relative; */
                                }
                                
                                .core_technologyBox .core_technologyBox_content {
                                    height: 64.81vh;
                                    width: 83.333vw;
                                    display: flex;
                                    flex-direction: column;
                                }
                                
                                .core_technologyBox .core_technologyBox_content .core_technology_titleBox {
                                    height: 20.59vh;
                                    width: 100%;
                                    /* background-color: red; */
                                    display: flex;
                                    justify-content: space-between;
                                }
                                
                                .core_technology_titleBox .particulars_box {
                                    display: flex;
                                    align-items: center;
                                    cursor: pointer;
                                    height: 50px;
                                }
                                
                                .core_technology_titleBox .particulars_box>a {
                                    display: flex;
                                    align-items: center;
                                    cursor: pointer;
                                    height: 50px;
                                }
                                
                                .core_technology_titleBox .particulars_box_value {
                                    font-family: SourceHanSansCNMedium;
                                    font-size: 24px;
                                    color: #3D5A94;
                                }
                                
                                .core_technology_titleBox .particulars_box_icon img {
                                    display: flex;
                                    width: 26px;
                                    height: 21px;
                                    margin-left: 12px;
                                }
                                
                                .core_technologyBox .core_technologyBox_content .core_technology_titleBox .item_titleBox .English {
                                    font-weight: 600;
                                    font-size: 26px;
                                    color: #5A6781;
                                }
                                
                                .core_technology_contentBox {
                                    flex: 1;
                                    width: 100%;
                                    /* background-color: rgb(214, 195, 195); */
                                    display: flex;
                                    flex-direction: column;
                                }
                                
                                .core_technology_contentBox .contentBox_item {
                                    flex: 1;
                                    width: 100%;
                                    display: flex;
                                }
                                
                                .core_technology_contentBox .contentBox_item .contentBox_item_item {
                                    /* flex: 1; */
                                    width: 25%;
                                    height: 100%;
                                    /* border: 1px solid red; */
                                }
                                
                                .contentBox_item .item_text {
                                    background-color: rgba(28, 85, 200, 0.9);
                                    box-sizing: border-box;
                                    padding: 35px 25px 0 13px;
                                }
                                
                                .contentBox_item .item_img {
                                    transition: transform 0.5s;
                                    /* 设置transform属性的过渡时间为0.5秒 */
                                }
                                
                                .contentBox_item .item_img :hover {
                                    animation: zoom-in 0.5s forwards;
                                    /* 鼠标移入时应用名为zoom-in的动画效果 */
                                }
                                
                                .contentBox_item .item_img img {
                                    width: 100%;
                                    height: 100%;
                                    /* 设置transform属性的过渡时间为0.5秒 */
                                }
                                
                                .contentBox_item .item_text .text_itemBox {
                                    width: 100%;
                                    min-height: 20px;
                                    /* background-color: red; */
                                    display: flex;
                                    margin-bottom: 17px;
                                }
                                
                                .contentBox_item .item_text .text_itemBox .text_itemBox_icon {}
                                
                                .contentBox_item .item_text .text_itemBox .text_itemBox_icon img {
                                    width: 10px;
                                    height: 10px;
                                    margin: 0 14px;
                                }
                                
                                .contentBox_item .item_text .text_itemBox .text_itemBox_value {
                                    font-family: SourceHanSansCNMedium;
                                    font-weight: 500;
                                    font-size: 15px;
                                    color: #FFFFFF;
                                }
                                /* 服务支持 */
                                
                                .Usage_scenarioBox {
                                    width: 100%;
                                    height: 100%;
                                    /* background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/core_technology_bgi.png'); */
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/Usage_scenario_bgi.png');
                                    /* 背景图片填充方式 */
                                    background-size: cover;
                                    /* 图片会被缩放以填充整个容器，同时保持其宽高比 */
                                    /* 背景图片位置 */
                                    background-position: center;
                                    /* 图片居中显示 */
                                    /* 防止背景图片重复 */
                                    background-repeat: no-repeat;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                }
                                
                                .Usage_scenarioBox .Usage_scenarioBox_content {
                                    width: 100%;
                                    height: 63.24vh;
                                    display: flex;
                                    padding: 0 9.63vw 0 8.43vw;
                                }
                                
                                .Usage_scenarioBox .Usage_scenarioBox_content .Usage_scenarioBox_content_left {
                                    width: 26.87vw;
                                    height: 100%;
                                }
                                
                                .Usage_scenarioBox_content .Usage_scenarioBox_content_left .item_titleBox {
                                    transform: translateY(-28px);
                                }
                                
                                .Usage_scenarioBox .Usage_scenarioBox_content .Usage_scenarioBox_content_right {
                                    flex: 1;
                                    height: 100%;
                                    display: flex;
                                    justify-content: space-between;
                                }
                                
                                .Usage_scenarioBox_content .Usage_scenarioBox_content_right .Usage_scenarioBox_item {
                                    width: 25.72vw;
                                    height: 100%;
                                    background-color: #f8f8f8;
                                    min-width: 389px;
                                    position: relative;
                                }
                                
                                .Usage_scenarioBox_content_right .Usage_scenarioBox_item .item_top_imgBox {
                                    height: 30vh;
                                    width: 100%;
                                }
                                
                                .Usage_scenarioBox_item .Usage_scenario01 {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/Usage_scenario01.png');
                                    /* 背景图片填充方式 */
                                    background-size: cover;
                                    /* 图片会被缩放以填充整个容器，同时保持其宽高比 */
                                    /* 背景图片位置 */
                                    background-position: center;
                                    /* 图片居中显示 */
                                    /* 防止背景图片重复 */
                                    background-repeat: no-repeat;
                                    position: relative;
                                }
                                
                                .Usage_scenarioBox_item .Usage_scenario01 .item_top_imgBox_btn {
                                    width: 122px;
                                    height: 37px;
                                    background: #1C55C8;
                                    border-radius: 6px;
                                    color: #fff;
                                    position: absolute;
                                    font-size: 18px;
                                    line-height: 37px;
                                    text-align: center;
                                }
                                
                                .Usage_scenarioBox_item .Usage_scenario01 .jxfkBtn {
                                    left: 44px;
                                    top: 62px;
                                }
                                
                                .Usage_scenarioBox_item .Usage_scenario01 .fwzcBtn {
                                    left: 68px;
                                    top: 181px;
                                }
                                
                                .Usage_scenarioBox_item .Usage_scenario01 .xqfxBtn {
                                    right: 40px;
                                    top: 144px;
                                }
                                
                                .Usage_scenarioBox_item .Usage_scenario02 {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/Usage_scenario02.png');
                                    /* 背景图片填充方式 */
                                    background-size: cover;
                                    /* 图片会被缩放以填充整个容器，同时保持其宽高比 */
                                    /* 背景图片位置 */
                                    background-position: center;
                                    /* 图片居中显示 */
                                    /* 防止背景图片重复 */
                                    background-repeat: no-repeat;
                                }
                                
                                .Usage_scenarioBox_item .item_bottom_valueBox {
                                    box-sizing: border-box;
                                    padding: 0 2.44vw 0 2.08vw;
                                    /* background-color: red; */
                                }
                                
                                .Usage_scenarioBox_item .item_bottom_valueBox .valueBox_titleBox {
                                    height: 8.24vh;
                                    width: 100%;
                                    box-sizing: border-box;
                                    padding-top: 3.61vh;
                                }
                                
                                .item_bottom_valueBox .valueBox_titleBox .titleBox_content {
                                    height: 40px;
                                    width: 100%;
                                    display: flex;
                                    align-items: center;
                                }
                                
                                .valueBox_titleBox .titleBox_content .titleBox_content_icon img {
                                    width: 100%;
                                    height: 100%;
                                }
                                
                                .valueBox_titleBox .titleBox_content .titleBox_content_value {
                                    font-family: SourceHanSansCNMedium;
                                    font-weight: 500;
                                    font-size: 24px;
                                    color: #1A1A1C;
                                    margin-left: 16px;
                                }
                                
                                .item_bottom_valueBox .valueBox_text {
                                    font-family: NotoSansCJKRegular;
                                    font-weight: 400;
                                    font-size: 18px;
                                    color: #1A1A1C;
                                }
                                
                                .item_bottom_valueBox .moreBtn {
                                    cursor: pointer;
                                    display: flex;
                                    /* align-items: center; */
                                    /* margin-top: 36px; */
                                    position: absolute;
                                    bottom: 51px;
                                }
                                
                                .item_bottom_valueBox .moreBtn .moreBtn_VALUE {
                                    font-family: SourceHanSansCNMedium;
                                    font-weight: 500;
                                    font-size: 18px;
                                    color: #808797;
                                    margin-right: 10px;
                                }
                                
                                .item_bottom_valueBox .moreBtn .moreBtn_ICON img {
                                    width: 20px;
                                    height: 16px;
                                }
                                
                                .Creative_writingBox {
                                    width: 100%;
                                    height: 100%;
                                    display: flex;
                                    flex-direction: column;
                                }
                                
                                .Creative_writingBox .Creative_writingBox_top {
                                    flex: 1;
                                    width: 100%;
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/Creative_writingBox_bgi.png');
                                    /* 背景图片填充方式 */
                                    background-size: cover;
                                    /* 图片会被缩放以填充整个容器，同时保持其宽高比 */
                                    /* 背景图片位置 */
                                    background-position: center;
                                    /* 图片居中显示 */
                                    /* 防止背景图片重复 */
                                    background-repeat: no-repeat;
                                    box-sizing: border-box;
                                    padding: 14.81vh 8.33vw 0 8.33vw;
                                    display: flex;
                                    flex-direction: column;
                                }
                                
                                .Creative_writingBox .Creative_writingBox_top .Creative_writingBox_titleBox {
                                    width: 100%;
                                    height: 14.81vh;
                                    /* background-color: red; */
                                    display: flex;
                                    justify-content: space-between;
                                }
                                
                                .Creative_writingBox_titleBox .particulars_box {
                                    display: flex;
                                    align-items: center;
                                    cursor: pointer;
                                    height: 50px;
                                }
                                
                                .Creative_writingBox_titleBox .particulars_box>a {
                                    display: flex;
                                    align-items: center;
                                    cursor: pointer;
                                    height: 50px;
                                }
                                
                                .Creative_writingBox_titleBox .particulars_box_value {
                                    font-family: SourceHanSansCNMedium;
                                    font-size: 24px;
                                    color: #3D5A94;
                                }
                                
                                .Creative_writingBox_titleBox .particulars_box_icon img {
                                    display: flex;
                                    width: 26px;
                                    height: 21px;
                                    margin-left: 12px;
                                }
                                
                                .Creative_writingBox_listBox {
                                    width: 100%;
                                    flex: 1;
                                    /* background-color: red; */
                                    display: flex;
                                    justify-content: flex-end;
                                }
                                
                                .Creative_writingBox_listBox .listBox_item {
                                    border-radius: 14px;
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/cyhx_itemBgi.png');
                                    /* 背景图片填充方式 */
                                    background-size: cover;
                                    /* 图片会被缩放以填充整个容器，同时保持其宽高比 */
                                    /* 背景图片位置 */
                                    background-position: center;
                                    /* 图片居中显示 */
                                    /* 防止背景图片重复 */
                                    background-repeat: no-repeat;
                                    min-width: 398px;
                                    height: 333px;
                                    margin-left: 38px;
                                    display: flex;
                                    /* justify-content: center; */
                                    align-items: center;
                                    flex-direction: column;
                                    transition: transform 0.5s;
                                    /* 设置transform属性的过渡时间为0.5秒 */
                                }
                                
                                .Creative_writingBox_listBox .listBox_item:hover {
                                    animation: zoom-in 0.5s forwards;
                                    /* 鼠标移入时应用名为zoom-in的动画效果 */
                                }
                                
                                .Creative_writingBox_listBox .listBox_item .listBox_item_painting {
                                    width: 372px;
                                    height: 251px;
                                    background: #FFFFFF;
                                    border-radius: 14px;
                                    margin-top: 13px;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    box-sizing: border-box;
                                    padding: 0 12px;
                                }
                                
                                .Creative_writingBox_listBox .listBox_item .listBox_item_painting img {
                                    max-width: 100%;
                                    /* 图片的最大宽度 */
                                    height: auto;
                                    /* 保持图片比例不变 */
                                    display: block;
                                    /* 让图片居中显示 */
                                    margin: 0 auto;
                                    /* 水平居中 */
                                }
                                
                                .Creative_writingBox_listBox .listBox_item .listBox_item_user {
                                    flex: 1;
                                    width: 100%;
                                    display: flex;
                                    justify-content: space-between;
                                    align-items: center;
                                    box-sizing: border-box;
                                    padding: 0 17px 0 14px;
                                }
                                
                                .listBox_item .listBox_item_user .user_left {
                                    flex: 1;
                                }
                                
                                .listBox_item .listBox_item_user .user_left .user_source {
                                    font-family: SourceHanSansCNMedium;
                                    font-weight: 400;
                                    font-size: 14px;
                                    color: #0AB0B5;
                                }
                                
                                .listBox_item .listBox_item_user .user_left .user_name {
                                    font-family: SourceHanSansCNMedium;
                                    font-weight: 600;
                                    font-size: 18px;
                                    color: #1A1A1C;
                                }
                                
                                .listBox_item .listBox_item_user .user_right {
                                    width: 50px;
                                    height: 50px;
                                    box-sizing: border-box;
                                    padding: 4px;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    background-color: #C4E5E6;
                                    border-radius: 50%;
                                }
                                
                                .listBox_item .listBox_item_user .user_right .user_img {
                                    /* margin-top: 13px; */
                                    /* width: 100%;
                                    height: 50px;
                                    background-color: #C4E5E6;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    border-radius: 50%; */
                                }
                                
                                .listBox_item .listBox_item_user .user_right .user_img img {
                                    width: 43px;
                                    height: 43px;
                                    border-radius: 50%;
                                }
                                
                                @keyframes zoom-in {
                                    from {
                                        transform: scale(1);
                                        /* 从原始大小开始 */
                                    }
                                    to {
                                        transform: scale(1.1);
                                        /* 渐渐放大到1.2倍 */
                                    }
                                }
                                
                                .SolutionBox {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/jjfa_bgi.png');
                                    width: 100%;
                                    height: 100%;
                                    /* 背景图片填充方式 */
                                    background-size: cover;
                                    /* 图片会被缩放以填充整个容器，同时保持其宽高比 */
                                    /* 背景图片位置 */
                                    background-position: center;
                                    /* 图片居中显示 */
                                    /* 防止背景图片重复 */
                                    background-repeat: no-repeat;
                                    position: relative;
                                    box-sizing: border-box;
                                    padding-top: 20.18vh;
                                    /* padding: 228px 110px 166px 162px; */
                                    padding-left: 8.34vw;
                                    padding-right: 8.22vw;
                                    display: flex;
                                }
                                
                                .SolutionBox .SolutionBox_left {
                                    height: 64.25vh;
                                    width: 18.22vw;
                                    /* background-color: red; */
                                    position: relative;
                                }
                                
                                .SolutionBox .SolutionBox_right {
                                    height: 64.25vh;
                                    flex: 1;
                                    /* background-color: rgb(138, 98, 98); */
                                    display: flex;
                                    flex-direction: column;
                                }
                                
                                .SolutionBox_right_tabs {
                                    height: 65px;
                                    width: 100%;
                                    display: flex;
                                }
                                
                                .SolutionBox_right_tabs .right_tabs_item {
                                    flex: 1;
                                    height: 100%;
                                    background: #ECECEC;
                                    border: 2px solid #173E8E;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    font-family: SourceHanSansCNMedium;
                                    font-weight: 500;
                                    font-size: 20px;
                                    cursor: pointer;
                                }
                                
                                .SolutionBox_right_content {
                                    flex: 1;
                                    width: 100%;
                                    /* background-color: red; */
                                    margin-top: 27px;
                                }
                                
                                .SolutionBox_right_tabs .right_tabs_item_active {
                                    background-color: #1c55c8;
                                    color: #fff;
                                }
                                
                                .SolutionBox_right_content .right_contentBox {
                                    width: 100%;
                                    height: 100%;
                                    /* 背景图片填充方式 */
                                    background-size: cover;
                                    /* 图片会被缩放以填充整个容器，同时保持其宽高比 */
                                    /* 背景图片位置 */
                                    background-position: center;
                                    /* 图片居中显示 */
                                    /* 防止背景图片重复 */
                                    background-repeat: no-repeat;
                                    box-sizing: border-box;
                                    padding-top: 27.03vh;
                                    padding-left: 82px;
                                }
                                
                                .SolutionBox_right_content .right_contentBox1 {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/jjfa_tab_01.png');
                                }
                                
                                .SolutionBox_right_content .right_contentBox2 {
                                    background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/jjfa_tab_02.png');
                                }
                                
                                .SolutionBox_right_content .right_contentBox .right_contentBox_title {
                                    font-family: SourceHanSansCNMedium;
                                    font-weight: 550;
                                    font-size: 24px;
                                    color: #FFFFFF;
                                }
                                
                                .SolutionBox_right_content .right_contentBox .right_contentBox_subhead {
                                    display: flex;
                                    align-items: center;
                                }
                                
                                .right_contentBox .right_contentBox_subhead .subhead_heng {
                                    height: 2px;
                                    width: 20px;
                                    background-color: #fff;
                                }
                                
                                .right_contentBox .right_contentBox_subhead .subhead_value {
                                    font-family: SourceHanSansCNMedium;
                                    font-weight: 500;
                                    font-size: 20px;
                                    color: #FFFFFF;
                                    margin-left: 5px;
                                }
                                
                                .SolutionBox_right_content .right_contentBox .right_contentBox_list {
                                    height: 120px;
                                    width: 100%;
                                    display: flex;
                                }
                                
                                .right_contentBox .right_contentBox_list .list_left {
                                    width: 20.83vw;
                                    display: flex;
                                    flex-direction: column;
                                }
                                
                                .right_contentBox .right_contentBox_list .list_item {
                                    flex: 1;
                                    width: 100%;
                                    /* background-color: red; */
                                    display: flex;
                                    align-items: center;
                                    font-family: SourceHanSansCNMedium;
                                    font-weight: 500;
                                    font-size: 16px;
                                    color: #FFFFFF;
                                }
                                
                                .right_contentBox .right_contentBox_list .list_item .list_item_yuan {
                                    width: 6px;
                                    height: 6px;
                                    background: #FFFFFF;
                                    border-radius: 50%;
                                    margin-right: 13px;
                                }
                                
                                .right_contentBox .right_contentBox_list .list_right {
                                    width: 20.83vw;
                                    /* background-color: red; */
                                    display: flex;
                                    flex-direction: column;
                                }
                                
                                .SolutionBox_right_content .right_contentBox .right_contentBox_moreBox {
                                    width: 147px;
                                    height: 40px;
                                    background: #1C55C8;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    margin-top: 19px;
                                }
                                
                                .right_contentBox .right_contentBox_moreBox .moreBox_text {
                                    font-family: SourceHanSansCNMedium;
                                    font-weight: 500;
                                    font-size: 16px;
                                    color: #FFFFFF;
                                }
                                
                                .right_contentBox .right_contentBox_moreBox .moreBox_icon {
                                    width: 19px;
                                    height: 15px;
                                    display: flex;
                                    margin-left: 13px;
                                }
                                
                                .SolutionBox_left .arrowheadBox {
                                    cursor: pointer;
                                    position: absolute;
                                    bottom: 0px;
                                    width: 52px;
                                    height: 52px;
                                    background: #1C55C8;
                                    border-radius: 50%;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                }
                                
                                .SolutionBox_left .arrowheadBox img {
                                    width: 26px;
                                    height: 21px;
                                }