.sy .main-wrapper{
    width: 100%;
}

.sy .main .div1,.sy .main .div2  {
    margin-top: 20px;
}

.sy .main .div1 img{
    user-select: none;
}

.sy .main .div2 {
    width: 100%;
}

.sy .main .div3 {
   margin-top: 30px;
   display: flex;
   justify-content: space-between;
   width: 100%;
}

.sy .main  .lbt01 {
    width: 48%;
    height: 315px;
    overflow: hidden;
}

.lbt01 .swiper-slide{

}

.sy .main .div2 {
    width: 100%;
}


.sy .main .div4 {
    margin-top: 30px;

    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
 }


 .sy .main .div5 {
    margin-top: 30px;

    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
     position: relative;
 }

 .sy .main .lbt02-wrapper {
    margin-top: 30px;

    display: flex;
 }

 .sy .main .lbt02{
    overflow: hidden;
 }

 .lbt02 .swiper-slide{
    cursor: pointer;
 }


 .lbt01-list-wrapper{
     position: relative;
 }

 .lbt01-dot-list{
     position: absolute;
     bottom: 0;
     right: 10px;
    display: flex;
     justify-content: space-between;
     height: 40px;
     align-items: center;
    z-index: 999;
     width: 80px;
 }

.lbt01-dot-item{
    border: 1.9px solid #fff;
    height: 13px;
    width: 13px;
    border-radius: 50%;

}

.lbt01-dot-item{
    cursor: pointer;
}

.lbt01-dot-item.actived{
    background-color: #fff;
}



/**通用**/


.unit-title{
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px;
    width: 100%;
    border-bottom: 1px solid #dcdfe6;
}
.unit-title .unit-title-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.unit-title .unit-title-content img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.unit-title .unit-title-content span{
    font-size: 16px;
    color: #2872c3;
    font-weight: 700;

}

.unit-title .unit-more{
    color: #909399;
    font-size: 16px;
    cursor: pointer;
}


.unit04-item:hover unit04-item-title{
    color: #909399;
}