.body{
    width: 100%;
    height: 100%;
    margin: 0;
    display: grid;
    place-items: center;
}

.sy-background{
    /* background-image: url('../img/首页.jpg.jpg');
    background-size: 100% 100%; */
    width: 100%;
    height: 708px;
    position: relative;
}

.sy-background img {
  display: block;
  width: 100%;
  height: 100%;
}

.sy-background::after {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 130%;
    background: linear-gradient(to bottom, transparent,white,white);
    /* filter: blur(55px); 设置虚化效果 */
  }

  .sy-background-header{
    position: absolute;
    top: 75px;
    left: 370px;
  }

.sy-box{
    width: 1197px;
    height: auto;
    /* position: absolute;
    left: 361px;
    top: 197px; */
    margin: 0 auto;
    margin-top: -510px;
    z-index: 999;
    background: #ffffff;
    border-radius: 6px;
    /* background-color: rgba(255,255,255,0.6); */
}

.sy-header{
    width: 100%;
    height: 60px;
    background-color: rgba(27, 125, 222, 1);
    /* border-radius: 6px; */
}

.menu{
    font-size: 18px;
    z-index: 1000;
    position: relative;
    width: 100%;
    font-weight: 500;
    font-family: "微软雅黑";
    float: left;
}

.menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li{
    float: left;
    position: relative;
    width: 171px;
}

.menu a {
    display: block;
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    text-decoration: none;
}

.menu ul ul {
    visibility: hidden;
    position: absolute;
    left: 5px;
}

.menu-active {
    visibility: visible !important;
    position: absolute;
    left: 5px;
}

.menu ul ul li {
    clear: both;
    font-size: 18px;
}

.menu ul ul li a {
    display: block;
    width: 161px;
    height: auto;
    margin: 0;
    line-height: 36px;
    border-bottom: 1px solid cornflowerblue;
    font-size: 18px;
    background: rgba(27, 125, 222, 1);
    align-items: center;
    min-height: 36px;
}

.menu ul ul li a:hover{
    /* background: rgba(63, 126, 245, 0.904); */
    background: rgba(27, 68, 143, 0.904);
}

.sy-box-content1{
    width: 1197px;
    height: 50px;
    display: flex;
    padding-top: 10px;
}

.sy-notice{
    width: 854px;
    height: 39px;
    background-image: url('../img/u156.svg');
    display: flex;
}

.sy-notice-img{
    width: 21px;
    height: 21px;
    padding: 9px 12px;
}

.sy-notice-text{
    width: 800px;
    height: 39px;
    line-height: 39px;
    font-size: 15px;
    margin-left: 15px;
}

.sy-seach{
    width: 343px;
    height: 39px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    border: 1px #cccccc solid;
    margin-right: 1px;
}

.sy-seach-input{
    font-size: 15px;
    width: 300px;
    height: 35px;
    padding: 2px;
}

.sy-seach-input input{
    width: 292px;
    height: 33px;
    font-size: 15px;
    border: none;
}

input[type="text"]:focus {
    outline: none;
}

.sy-seach-img{
    padding: 7px;
    cursor: pointer;
}

.sy-box-content2{
    width: 1197px;
    height: auto;
    display: flex;
    margin-top: 10px;
}

.sy-box-content2-img{
    width: 606px;
    height: 340px;
    /* background-color: yellow; */
}

.sy-box-content2-list{
    width: 577px;
    height: 340px;
    margin-left: 14px;
}

.sy-content2-list1{
    width: 577px;
    height: 40px;
    font-size: 14px;
    display: flex;
    background-color: rgba(230, 242, 254, 1);
}

.sy-list1-a1{
    width: 97px;
    line-height: 40px;
    text-align: center;
    color: #078BE9;
    cursor: pointer;
    text-decoration: none;
}

.sy-list1-a1:hover{
    border-bottom: 2px solid #078BE9;
    text-decoration: none;
}

.sy-active1{
    border-bottom: 2px solid #078BE9;
    color: #23527c !important;
}

.sy-list1-a2{
    width: 80px;
    line-height: 40px;
    text-align: right;
    padding-right: 12px;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.sy-list1-a2:hover{
    text-decoration: none;
    color: black;
}

.sy-content2-list2{
    width: 577px;
    height: 300px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
    color: #FFFFFF;
}

.sy-box-content3{
    width: 1197px;
    height: 134px;
    background-color: rgba(230, 242, 254, 1);
    margin-top: 17px;
}

.sy-box-content3-header{
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 1px;
    color: #027DB4;
    line-height: 40px;
    padding: 8px 25px;
}

.sy-box-content3-con{
    width: 229.4px;
    height: 78px;
    display: flex;
    margin-left: 10px;
    text-align: center;
    padding: 0 12px;
}

.sy-box-content3-con p,
.sy-box-content3-con a{
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #027DB4;
    margin-top: 4px;
    margin-left: 5px;
}

.sy-box-content3-con a:hover{
    text-decoration: none;
    color: #23527c;
}

.sy-box-content4{
    width: 1197px;
    height: 100px;
    margin-top: 6px;
    cursor: pointer;
}

.sy-box-content5{
    width: 1197px;
    height: 308px;
    display: flex;
    margin-top: 18px;
}

.sy-box-content5-list{
    width: 954px;
    height: 308px;
    margin-left: 7px;
}

.sy-content5-list1{
    width: 954px;
    height: 40px;
    font-size: 14px;
    display: flex;
    background-color: rgba(230, 242, 254, 1);
}

.sy-content5-a1{
    width: 136px;
    line-height: 40px;
    text-align: center;
    color: #078BE9;
    cursor: pointer;
    text-decoration: none;
}

.sy-content5-a1:hover{
    border-bottom: 2px solid #078BE9;
    text-decoration: none;
}

.sy-content5-a2{
    width: 114px;
    line-height: 40px;
    text-align: right;
    padding-right: 12px;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

.sy-content5-a2:hover{
    text-decoration: none;
    color: #000000;
}

.sy-content5-list2{
    width: 954px;
    height: 268px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
    color: #FFFFFF;
}

.sy-box-content6{
    width: 1197px;
    height: 395px;
    display: flex;
    margin-top: 18px;
}

.sy-content6-box1{
    width: 520px;
    height: 395px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
}

.sy-content6-title{
    width: 520px;
    height: 45px;
}

.sy-content6-title-span1{
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 1px;
    color: #027DB4;
    line-height: 45px;
    margin-left: 18px;
}

.sy-content6-title-span2{
    font-size: 14px;
    color: #000000;
    line-height: 45px;
    float: right;
    margin-right: 20px;
}

.sy-content6-title-span2 a{
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

.sy-list1-a2:hover,
.sy-content5-a2:hover,
.sy-content6-title-span2 a:hover{
    color: #23527c;
}

.sy-content6-header{
    display: flex;
    width: 520px;
    height: 39px;
    background: inherit;
    background-color: rgba(187, 222, 250, 1);
}

.sy-content6-a1{
    width: 130px;
    text-align: center;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    line-height: 39px;
}

.sy-content6-a1-width{
    width: 104px;
}

.sy-content6-a1:hover{
    background-color: rgba(33, 150, 243, 1);;
    color: #FFFFFF;
    text-decoration: none;
}

.sy-content6-echart{
    width: 100%;
    height: 350px;
}

.sy-content6-echart1{
    width: 100%;
    height: 100%;
}

.sy-active2{
    background-color: rgba(33, 150, 243, 1);;
    color: #FFFFFF;
}

.sy-content6-box2{
    width: 658px;
    height: 395px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
    margin-left: 19px;
}

.sy-box-content7{
    width: 1197px;
    height: 782px;
    margin-top: 26px;
    display: flex;
}

.sy-content7-box1{
    width: 574px;
    height: 782px;
}

.sy-content7-title{
    width: 574px;
    height: 40px;
    background: inherit;
    background-color: rgba(230, 242, 254, 1);
}

.sy-content7-title-span1{

    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #0095EA;
    text-align: left;
    line-height: 40px;
    margin-left: 18px;
}

.sy-content7-title-span2{
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    line-height: 40px;
    float: right;
    margin-right: 18px;
    cursor: pointer;
}

.sy-content7-title-span2:hover{
    color: #23527c;
}

.sy-content7-content{
    width: 574px;
    height: 351px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(215, 215, 215, 1);
}

.sy-content7-content-header{
    width: 100%;
    height: 39px;
    display: flex;
    border-bottom: 1px dashed #cccccc;
}

.sy-content7-content-main{
    width: 100%;
    height: 312px;
}

.sy-box-content8{
    margin-top: 18px;
    width: 1197px;
    height: 351px;
    display: flex;
}

.sy-content8-box1{
    width: 574px;
    height: 351px;
    display: flex;
}

.sy-content8-title{
    width: 67px;
    height: 351px;
    background: inherit;
    background-color: rgba(72, 162, 255, 0.725490196078431);
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #FFFFFF;
}


.sy-content8-title p{
    text-align: center;
    margin-top: 15px;
}

.sy-content8-content{
    width: 507px;
    height: 351px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border: 1px solid rgba(215, 215, 215, 1);
}

.sy-box-content9{
    margin-top: 18px;
    width: 1197px;
    /* height: 127px; */
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
}

.sy-content9-title{
    width: 1195px;
    height: 39px;
    background: inherit;
    background-color: rgba(242, 246, 250, 1);
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    line-height: 39px;
    padding-left: 15px;
}

.sy-content9-content{
    width: 1197px;
    /* height: 88px; */
    /* display: flex;
    overflow-x: auto;
    overflow-y: hidden; */
    display: flex;
    flex-wrap: wrap;
}

.sy-content9-content a{
    width: 152px;
    height: 51px;
    display: flex;
    margin: 18px 9px;
    cursor: pointer;
}

.sy-content9-content a img{
    width: 152px;
    height: 51px;
}

.sy-content9-content .span1{
    width: 152px;
    height: 51px;
    background: inherit;
    background-color: rgba(2, 167, 240, 1);
    font-size: 17px;
    color: #FFFFFF;
    text-align: center;
    line-height: 51px;
}

.sy-content9-content .span2{
    width: 153px;
    height: 51px;
    background: inherit;
    background-color: rgba(69, 133, 229, 1);
    font-size: 17px;
    color: #FFFFFF;
    text-align: center;
}

.sy-box-content10{
    width: 1197px;
    height: 220px;
    background: inherit;
    background-color: rgba(242, 246, 250, 1);
    text-align: center;
    padding-top: 15px;
    color: #333333;
}

.sy-box-content10 a{
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

.sy-box-content10 a:hover{
    color: #027DB4;
}

#myCarousel {
    /* width: 1200px; */
    margin: 0 auto;
    /* height: 450px; */
    width: 100%;
}

.carousel-inner {
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important; */
    border-radius: 6px;
    height: 340px;
}

.carousel-inner img {

    /* height: 400px !important; */
    width: 100%;
}

.carousel-indicators {
    /* bottom: -40px !important;   */
    /* left: 84%; */
    bottom: 32px;
}

.carousel-indicators li {
    margin-right: 10px !important;
    margin: 0;
    width: 22px !important;
    height: 22px !important;
    background: inherit;
    background-color: rgba(127, 127, 127, 0.3);
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 0;
}

.carousel-indicators .active {
    /* border: 1px rgba(184, 28, 34, 1) solid; */
    background: rgba(184, 28, 34, 1);
}

.carousel-indicators .carousel-button-text {
    position: absolute;
    width: 90px;
    top: -12px;
    text-align: center;
    color: #F1F5FA;
}

.carousel-inner>.item>img{
    display: block;
    min-width: 606px;
    /* height: auto; */
    height: 340px;
}

.carousel-a{
    position: relative;
    left: 499px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.carousel-a:hover{
    text-decoration: none;
    color: rgba(184, 28, 34, 1);
}

.carousel-p{
    width: 606px;
    height: 43px;
    position: absolute;
    top: 297px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0;
    line-height: 43px;
    padding: 0 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* 防止文本换行 */
}

a{
    text-decoration: none;
}

.img-close{
    top: 0; 
    position: absolute;
    right: 0; 
    font-size: 30px; 
    color: Red; 
    cursor: pointer;
    z-index: 999;
}

.sy-content2-list2-div,
.sy-content5-list2-div,
.sy-content7-content-div,
.sy-content8-content-div,
.sy-content6-content-div{
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sy-content2-list2-span1,
.sy-content5-list2-span1,
.sy-content7-content-span1,
.sy-content8-content-span1{
    width: 6px;
    height: 6px;
    background: rgb(86, 160, 245);
    border-radius: 3px;
}

.sy-content2-list2-span2,
.sy-content5-list2-span2,
.sy-content7-content-span2,
.sy-content8-content-span2,
.sy-content6-content-span1{
    width: 460px;
    height: 100%;
    color: #333333;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-size: 14px;
    line-height: 42px;
    padding-left: 5px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出容器的部分 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.sy-content2-list2-span2 a,
.sy-content5-list2-span2 a,
.sy-content7-content-span2 a,
.sy-content8-content-span2 a,
.sy-content6-content-span1 a{
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

.sy-content2-list2-span3,
.sy-content5-list2-span3,
.sy-content7-content-span3,
.sy-content8-content-span3,
.sy-content6-content-span2{
    width: 86px;
    height: 100%;
    color: #AAAAAA;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
}

.sy-content5-list2-div,
.sy-content6-content-div{
    height: 44px;
}

.sy-content5-list2-span2{
    width: 815px;
    line-height: 44px;
}

.sy-content5-list2-span3{
    width: 100px;
    line-height: 44px;
}

.sy-content7-content-div,
.sy-content8-content-div{
    height: 43px;
}

.sy-content7-content-span2{
    width: 480px;
    line-height: 43px;
}

.sy-content7-content-span3,
.sy-content8-content-span3{
    width: 60px;
    line-height: 43px;
}

.sy-content8-content-span2{
    width: 420px;
    line-height: 43px;
}

.sy-content6-content-img{
    width: 13px;
    height: 8px;
    transform: rotate(90deg);
}

.sy-content6-content-span1{
    width: 400px;
    line-height: 44px;
}

.sy-content2-list2-span2 a:hover,
.sy-content5-list2-span2 a:hover,
.sy-content7-content-span2 a:hover,
.sy-content8-content-span2 a:hover,
.sy-content6-content-span1 a:hover{
    color: #26a1e9;
}

.select-label {
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}

input[type="month"] {
    cursor: pointer;
}

.month-check{
    position: relative;
}

.month-check::-webkit-calendar-picker-indicator{
    position:absolute;
    right:0;
    padding-left:100%;
    cursor: pointer;
}

.sy-modal-box{
    width: 700px;
    min-height: 510px;
    max-height: 840px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
    background-color: #ffffff;
    position: fixed;
    top: 50px;
    z-index: 1002;
    overflow-y: auto;
}

.sy-modal-header{
    display: flex;
    width: 100%;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    border-bottom: 1px solid #ddd;
}

.sy-modal-admin{
    color: #337ab7;
    text-decoration: none;
}

.sy-modal-add{
    width: 400px;
    margin: 0 auto;
    margin-top: 65px;
    box-shadow: 1px 1px 10px #dddddd;
    height: 120px;
    padding: 10px;
    border: 1px solid #e6ecf2;
    display: flex;
    align-items: center;
}

.sy-modal-seach{
    height: 140px;
}

.sy-modal-input{
    outline: 0;
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 6px 6px;
    color: #555;
    display: inline-block;
}

.sy-modal-button{
    background: #1483d8 left bottom repeat-x;
    border-color: #0064b0;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    font-size: 12px;
    height: 32px;
    line-height: 24px;
    padding: 0px 9px;
    margin-left: 2px;
}

.sy-modal-add a{
    text-decoration: none;
    cursor: pointer;
}

table {
    width: 100%; /* 表格宽度 */
    border-collapse: collapse; /* 边框合并 */
}

th, td {
    border: 1px solid #ddd; /* 单元格边框 */
    padding: 8px; /* 单元格内边距 */
}

.sy-modal-box textarea, .sy-modal-box input[type="text"], .sy-modal-box input[type="number"]{
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    color: #555;
    display: inline-block;
    padding: 6px 6px;
    border-radius: 3px;
}

.td-header{
    text-align: right;
    background: #eee;
}

.td-select{
    width: 184px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    color: #555;
    display: inline-block;
    padding: 6px 6px;
    border-radius: 3px;
}

.td-select:hover{
    cursor: pointer;
}

.td-button{
    background: #1483d8;
    border-color: #0064b0;
    color: #fff !important;
    border-radius: 4px;
    width: 100px;
    height: 34px;
}

.sy-file-a:hover{
    text-decoration: none;
}

#uploadButton{
    background: #fff;
    border: 1px solid #ccc;
    margin-left: 10px;
    width: 50px;
    border-radius: 3px;
}

#uploadButton:hover{
    /* color: #027DB4; */
    box-shadow: 1px 1px 5px #a49f9f;
}

input[type="number"]:focus,textarea:focus{
    outline: none;
}

.box-layer{
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: #555;
    position: fixed;
    top: 0;
    opacity: 0.3;
}

.box-layer1{
    width: 100%;
    height: 100%;
    z-index: 1003;
    background: #555;
    position: fixed;
    top: 0;
    opacity: 0.3;
}

.sy-modal-box1{
    width: 280px;
    height: 150px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
    background-color: #ffffff;
    position: fixed;
    top: 300px;
    z-index: 1004;
    overflow-y: auto;
}

.sy-modal-header1{
    width: 100%;
    line-height: 36px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    border-bottom: 1px solid #ddd;
    display: flex;
}

.sy-modal-content1{
    width: 100%;
    height: 80px;
    padding: 0 15px;
}

.sy-modal-content1 a{
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 5px 15px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
    text-decoration: none;
}

.scroll-container {
    overflow: hidden; /* 隐藏溢出的内容 */
    position: relative; /* 设置定位上下文 */
    width: 800px;
    height: 39px;
    line-height: 39px;
    font-size: 15px;
    margin-left: 15px;
  }
   
  .scroll-content {
    /* position: absolute; 使用绝对定位 */
    /* width: 100%; 与容器同宽 */

    position: absolute;
    width: 100%; /* 根据需要调整 */
    height: 100%; /* 根据需要调整 */
    overflow: hidden;
  }
   
  .scroll-container-div {
    /* padding: 10px; 添加一些内边距 */
    /* cursor: pointer; */

    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* opacity: 0; 初始时不可见 */
    /* transition: opacity 1s; 渐变效果 */
  }

  .scroll-container-div.active {
    display: block; /* 显示活动的项 */
}

  .scroll-container-div:hover {
    cursor: pointer;
    color: #0064b0;
  }

#alertBox {
    display: none; /* 隐藏弹窗 */
    position: fixed; /* 固定位置 */
    top: 20px; /* 距离顶部20px */
    left: 50%; /* 水平居中 */
    transform: translateX(-50%); /* 微调居中 */
    background-color: #d7f8e5; /* 背景颜色 */
    color: #0ce730; /* 文字颜色 */
    padding: 10px; /* 内边距 */
    border-radius: 5px; /* 圆角 */
    z-index: 1000; /* 层级 */
}