        .excellenceBox {
            padding-top: 100px;
        }
        
        .excellenceBox .excellenceBox_banner {
            height: 500px;
            width: 100%;
            background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/networkImg/yxzp_banner.png');
            /* 背景图片填充方式 */
            background-size: cover;
            /* 图片会被缩放以填充整个容器，同时保持其宽高比 */
            /* 背景图片位置 */
            background-position: center;
            /* 图片居中显示 */
            /* 防止背景图片重复 */
            background-repeat: no-repeat;
            box-sizing: border-box;
            padding: 124px 0 0 188px;
        }
        
        .excellenceBox .excellenceBox_banner .banner_title {
            font-family: SourceHanSansCNMedium;
            font-weight: normal;
            font-size: 70px;
            color: #FFFFFF;
        }
        
        .excellenceBox .excellenceBox_banner .banner_subhead {
            font-family: SourceHanSansCNMedium;
            font-weight: 500;
            font-size: 40px;
            color: #FFFFFF;
        }
        
        .excellenceBox_item {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .excellenceBox .excellenceBox_item .titleBox {
            width: 100%;
            height: 200px;
            /* background-color: red; */
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
        }
        
        .excellenceBox .excellenceBox_item .titleBox .titleBox_title {
            font-family: SourceHanSansCNMedium;
            font-weight: 600;
            font-size: 28px;
            color: #1A1A1C;
        }
        
        .excellenceBox .excellenceBox_item .titleBox .titleBox_subhead {
            font-family: SourceHanSansCNMedium;
            font-weight: 400;
            font-size: 20px;
            color: #9B9B9B;
            margin-top: 8px;
            letter-spacing: 1px;
        }
        
        .excellenceBox .excellenceBox_item .titleBox .titleBox_wire {
            width: 54px;
            height: 5px;
            background: #1C55C8;
            margin-top: 31px;
        }
        
        .excellenceBox_yxzp_body {
            width: 100%;
            height: 636px;
            display: flex;
            justify-content: center;
            position: relative;
        }
        
        .excellenceBox_yxzp_body .slider {
            width: 100%;
            height: 100%;
            overflow: hidden;
            position: relative;
            /* background-color: red; */
            width: 1424px;
            height: 393px;
            /* background-color: red; */
            margin-top: 89px;
        }
        
        .excellenceBox_yxzp_body .slides {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        
        .excellenceBox_yxzp_body .slide {
            width: 100%;
            flex-shrink: 0;
            /* background-color: red; */
            height: 393px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .excellenceBox_yxzp_body .slide .slide_item {
            width: 436px;
            height: 365px;
            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;
            display: flex;
            flex-direction: column;
            box-sizing: border-box;
            padding: 15px 15px 0 15px;
        }
        
        .excellenceBox_yxzp_body .slide .slide_item .excellence_imgBox {
            width: 100%;
            height: 273px;
            background-color: #fff;
            border-radius: 14px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .excellenceBox_yxzp_body .slide .slide_item .excellence_imgBox img {
            max-width: 100%;
            /* 图片的最大宽度 */
            height: auto;
            /* 保持图片比例不变 */
            display: block;
            /* 让图片居中显示 */
            margin: 0 auto;
            /* 水平居中 */
        }
        
        .excellenceBox_yxzp_body .slide .slide_item .excellence_userBox {
            flex: 1;
            width: 100%;
            display: flex;
            align-items: center;
        }
        
        .slide .slide_item .excellence_userBox .userBox_left {
            flex: 1;
        }
        
        .slide .slide_item .excellence_userBox .userBox_left .userBox_left_source {
            font-family: SourceHanSansCNMedium;
            font-weight: 400;
            font-size: 14px;
            color: #0AB0B5;
        }
        
        .slide .slide_item .excellence_userBox .userBox_left .userBox_left_username {
            font-family: SourceHanSansCNMedium;
            font-weight: 600;
            font-size: 18px;
            color: #1A1A1C;
        }
        
        .slide .slide_item .excellence_userBox .userBox_right {
            height: 54px;
            width: 54px;
            box-sizing: border-box;
            padding: 4px;
            background-color: #C4E5E6;
            border-radius: 50%;
        }
        
        .slide .slide_item .excellence_userBox .userBox_right img {
            height: 100%;
            width: 100%;
            border-radius: 50%;
        }
        
        .excellenceBox_yxzp_body .slide .slide_active {
            margin: 0 46px;
            transform: scale(1.1);
        }
        
        .excellenceBox_yxzp_body .slider_btn {
            cursor: pointer;
            position: absolute;
            width: 67px;
            height: 67px;
            /* background-color: rgb(46, 13, 13); */
            z-index: 1;
        }
        
        .excellenceBox_yxzp_body .prev {
            /* left: -10px; */
            left: 104px;
            top: 230px;
            background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/icons/slider_left_icon.png');
            /* 背景图片填充方式 */
            background-size: cover;
            /* 图片会被缩放以填充整个容器，同时保持其宽高比 */
            /* 背景图片位置 */
            background-position: center;
            /* 图片居中显示 */
            /* 防止背景图片重复 */
            background-repeat: no-repeat;
        }
        
        .excellenceBox_yxzp_body .next {
            /* right: -77px; */
            right: 104px;
            top: 230px;
            background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/icons/slider_right_icon.png');
            /* 背景图片填充方式 */
            background-size: cover;
            /* 图片会被缩放以填充整个容器，同时保持其宽高比 */
            /* 背景图片位置 */
            background-position: center;
            /* 图片居中显示 */
            /* 防止背景图片重复 */
        }
        
        .excellenceBox_zpzs_body {
            width: 1336px;
            margin-top: 58px;
        }
        
        .excellenceBox_zpzs_body .zpzs_body_item {
            width: 100%;
            height: 775px;
            /* background-color: red; */
            margin-bottom: 39px;
            display: flex;
            flex-direction: column;
        }
        
        .excellenceBox_zpzs_body .zpzs_body_item .zpzs_body_item_Img {
            width: 100%;
            height: 687px;
            background-image: url('https://xjw-static.oss-cn-shenzhen.aliyuncs.com/images/website/xjw-official-website/icons/zpzs_item_bgi.png');
            /* 背景图片填充方式 */
            background-size: cover;
            /* 图片会被缩放以填充整个容器，同时保持其宽高比 */
            /* 背景图片位置 */
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .excellenceBox_zpzs_body .zpzs_body_item .zpzs_body_item_Img .zpzs_body_item_Img_content {
            width: 1296px;
            height: 654px;
            background: #FFFFFF;
            border-radius: 22px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .zpzs_body_item_Img .zpzs_body_item_Img_content img {
            max-width: 100%;
            /* 图片的最大宽度 */
            height: auto;
            /* 保持图片比例不变 */
            display: block;
            /* 让图片居中显示 */
            margin: 0 auto;
            /* 水平居中 */
        }
        
        .zpzs_body_item_user {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex: 1;
            width: 100%;
        }
        
        .zpzs_body_item_user .user_left {
            display: flex;
            align-items: center;
        }
        
        .zpzs_body_item_user .user_left .user_left_imgBox {
            width: 58px;
            height: 58px;
            border-radius: 50%;
            background-color: #C4E5E6;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .user_left .user_left_imgBox img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }
        
        .user_left .userName {
            font-family: SourceHanSansCNMedium;
            font-weight: 600;
            font-size: 20px;
            color: #1A1A1C;
            margin-left: 14px;
        }
        
        .zpzs_body_item_user .user_right .user_source {
            font-family: SourceHanSansCNMedium;
            font-weight: 400;
            font-size: 18px;
            color: #0AB0B5;
            margin-right: 9px;
        }
        
        .excellenceBox_zpzs {
            background-color: #f9fafb;
        }