.disCenter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.white{
    color: #ffffff !important;
}
.color_2dbbc8{
    color: #2dbbc8;
}
.active-menu{
    background-color: #2dbbc8;
}
.mt15{
    margin-top: 15px;
}
.mt70{
    margin-top: 70px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt60{
    margin-top: 60px;
}
.ml175{
    margin-left: 175px;
}
.title{
    margin: 0 auto 70px auto;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    font-size: 34px;
    font-family: "SourceHanSansCN";
    color: rgb(51, 51, 51);
    font-weight: bold;
    letter-spacing: 2px;
}
.content-desc{
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-top: -50px;
    font-size: 16px;
    font-family: "SourceHanSansCN";
    color: rgb(153, 153, 153);
}
.text-overflow-ellipsis-single{
    white-space: nowrap;  
    /* 超出容器时裁剪文本 */  
    overflow: hidden;  
    /* 在裁剪的文本末尾添加省略号 */  
    text-overflow: ellipsis;  
}
.text-overflow-ellipsis{
    overflow: hidden;  
    /* 在裁剪的文本末尾添加省略号 */  
    text-overflow: ellipsis;  
   
}

.letter-spacing-5 {  
    letter-spacing: 5px; /* 增加5像素的间距 */  
}
.letter-spacing-1 {  
    letter-spacing: 1px; /* 增加2像素的间距 */  
}
.jxss-icon{
    background: url('../images/jxss-icon.png');
}
.jxss-icon-1{
    width: 35px;
    height: 35px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.section-210{
    width: 100%;
    height: 500px;
    background: url('../images/210-bj.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;;
    box-sizing: border-box;
}
.section-210 .banner-210-desc{
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 2px;
}
.section-210 .btn{
    width: 108px;
    height: 38px;
    background-color: #ff8c1c;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.section-211{
    width: 100%;
    height: 662px;
    background-repeat: no-repeat;
    background-size: 100% 100%;;
    box-sizing: border-box;
}
.section-211 .section-211-content .main-content{
    height: 318px;
    display: flex;
    padding-top: 40px;
    align-items: center;
    justify-content: space-between;
}
.section-211 .section-211-content .content-left{
    width: 620px;
}
.section-211 .section-211-content .content-left .desc-content{
    font-size: 14px;
    font-family: "SourceHanSansCN";
    color: rgb(51, 51, 51);
    line-height: 2;
}
.section-212{
    width: 100%;
    height: 661px;
    background-repeat: no-repeat;
    background-size: 100% 100%;;
    box-sizing: border-box;
}
.section-212 {}
.section-212 .section-212-content .menus{
    height: 661px;
}
.section-212 .section-212-content .menus .menu-item{
    width: 200px;
    height: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    background-color: #303134;
}
.section-212 .section-212-content .menus .menu-item.active-menu{
    background-color: #2dbbc8;
}
.section-212 .section-212-content .menus .menu-item .order{
    font-size: 24px;
    font-family: "Anton";
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.section-212 .section-212-content .menus .menu-item .advantage{
    font-size: 24px;
    font-family: "SourceHanSansCN";
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.section-212 .section-212-content .menus .menu-item .best-man{
    font-size: 18px;
    font-family: "SourceHanSansCN";
    color: rgb(255, 255, 255);
    line-height: 1.665;
}
.section-212 .section-212-content .menu-content-card{
    width: 720px;
    height: 320px;
    background-color: #292b2f;
    padding: 45px;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.section-212 .section-212-content .menu-content .order{
    font-size: 24px;
    font-family: "Anton";
    color: rgb(45, 187, 200);
    line-height: 1.249;
    font-weight: bold;
}
.section-212 .section-212-content .menu-content .desc{
    font-size: 24px;
    font-family: "SourceHanSansCN";
    color: rgb(45, 187, 200);
    font-weight: bold;
    line-height: 1.249;
}
  
.section-212 .section-212-content .menu-content .desc-txt{
    font-size: 14px;
    font-family: "SourceHanSansCN";
    color: rgb(243, 243, 243);
    line-height: 2.143;
}
.section-212 .section-212-content .menu-content{}
.section-212 .section-212-content .menu-content{}
.section-213{
    width: 100%;
    height: 891px;
    background-repeat: no-repeat;
    background-size: 100% 100%;;
    box-sizing: border-box;
}
.section-213 .tabs-container{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.section-213 .tabs-container .tabs{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.section-213 .tabs-container .tabs .tab-item{
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}
.section-213 .tabs-container .tabs .item-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-213 .tabs-container .tabs .tab-item.active-tab{
    border-bottom: 5px solid #32bcc9
}
.active-tab{
    border-bottom: 5px solid #32bcc9;
}
.section-213 .tab-content {
    width: 1200px;
    height: 380px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    padding: 50px 70px;
    box-sizing: border-box;
}
.section-213 .tab-content  .tab-content-left{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.section-213 .tab-content  .tab-content-left img{ 
    height: 85px;
    width: 105px;
    object-fit: contain;
}
.section-213 .tab-content  .tab-content-left .tab-content-title{
    font-size: 24px;
    font-family: "SourceHanSansCN";
    color: rgb(0, 0, 0);
    line-height: 1.25;
    font-weight: bold;
}
.section-213 .tab-content  .tab-content-left .tab-content-desc{
    font-size: 16px;
    font-family: "SourceHanSansCN";
    color: rgb(102, 102, 102);
    line-height: 1.873;
    text-align: center;
    
}
  
.section-213 .tab-content .btn{
    width: 108px;
    height: 38px;
    background-color: #ff8c1c;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.section-213 .tab-content .tab-content-right img{ border-radius: 5px; -webkit-border-radius: 5PX; -moz-border-radius: 5PX; -ms-border-radius: 5PX; -o-border-radius: 5PX;
}
.section-214{
    width: 100%;
    height: 891px;
    background-repeat: no-repeat;
    background-size: 100% 100%;;
    box-sizing: border-box;
}
.section-214 .main-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
}
.section-214 .main-content .teach-card{
    background-color: rgb(60, 65, 71,0.9);
    padding: 30px 40px 30px 20px;
    display: flex;
    gap: 20px;
}
.section-214 .main-content .teach-card .teach-title{
    font-size: 20px;
    font-family: "SourceHanSansCN";
    color: rgb(48, 219, 230);
    font-weight: bold;
    line-height: 1.499;
}
  
.section-214 .main-content .teach-card .teach-desc{
    font-size: 14px;
    font-family: "SourceHanSansCN";
    color: rgb(255, 255, 255);
    line-height: 2.141;
    text-align: left;
}
  
.section-214 .main-content .teach-card img{
    width: 350px;
    height: 211px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.section-214 .main-content{}
.section-215{
    width: 100%;
    height: 829px;
    background-repeat: no-repeat;
    background-size: 100% 100%;;
    box-sizing: border-box;
}
.section-215 .section-215-content{}
.section-215 .section-215-content .manage{
    position: relative;
    width: 272px;
    height: 174px;
    padding: 20px 12px 30px ;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.section-215 .section-215-content .manage-1{
    margin-top: 150px;
    margin-left: -45px
}
.section-215 .section-215-content .manage-2{
    margin-top: 105px;
    margin-left: -10px;
}
.section-215 .section-215-content .manage-3{
    margin-top: -120px;
    margin-left: 660px;
}
.section-215 .section-215-content .manage-4{
    margin-top: -265px;
    margin-left: 1120px;
}
.section-215 .section-215-content .manage-5{
    margin-top: -448px;
    margin-left: 1045px;
}
.section-215 .section-215-content .manage-1::after{
    position: absolute;
    content: '';
    background: url('../images/215-01.png');
    background-repeat: no-repeat;
    width: 121px;
    display: block;
    height: 52px;
    top: -37px;
    right: -95px;
}
.section-215 .section-215-content .manage-2::after{
    position: absolute;
    content: '';
    background: url('../images/215-02.png');
    background-repeat: no-repeat;
    width: 121px;
    display: block;
    height: 52px;
    top: -37px;
    right: -95px;
}
.section-215 .section-215-content .manage-3::after{
    position: absolute;
    content: '';
    background: url('../images/215-03.png');
    background-repeat: no-repeat;
    width: 121px;
    display: block;
    height: 52px;
    top: 6px;
    right: 272px;
}
.section-215 .section-215-content .manage-4::after{
    position: absolute;
    content: '';
    background: url('../images/215-04.png');
    background-repeat: no-repeat;
    width: 121px;
    display: block;
    height: 52px;
    top: 7px;
    right: 240px;
}
.section-215 .section-215-content .manage-5::after{
    position: absolute;
    content: '';
    background: url('../images/215-05.png');
    width: 115px;
    display: block;
    height: 52px;
    top: 27px;
    right: 272px;
}
.section-215 .section-215-content .manage-title{
    font-size: 20px;
    font-family: "SourceHanSansCN";
    color: rgb(0, 95, 230);
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}
  
.section-215 .section-215-content .manage-txt{
    font-size: 14px;
    font-family: "SourceHanSansCN";
    color: rgb(51, 51, 51);
    line-height: 1.6;
    text-align: left;
}
  