.banner {
    width: 100%;
    height: 100vh;
}

.banner .swiper {
    width: 100%;
    height: 100%;
}

.banner .swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.banner .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 1;
}

.banner .swiper-button-prev {
    background: url(../images/bannerL.png) no-repeat center/contain;
    left: 5%;
}

.banner .swiper-button-next {
    background: url(../images/bannerR.png) no-repeat center/contain;
    right: 5%;
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
    content: "";
}

.banner .swiper-pagination {
    width: fit-content;
    right: 5%;
    left: auto;
    bottom: 40px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #fff;
    opacity: 1;
    margin: 0 10px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #235EDE;
}


/* ÃƒÂ¤Ã‚Â¸Ã‚Â»ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ */

.part01 {
    background: linear-gradient( 180deg, #E3ECFF 0%, #FFFFFF 20%);
}

.part01-con01,
.part01-con03 {
    width: 100%;
    background: url(../images/part1-bg.png) no-repeat right bottom;
    padding-top: 50px;
}

.part01-con03 {
    background: url(../images/rdgg-bg.png) no-repeat left center, url(../images/part2-r.png) no-repeat right bottom #fff;
    padding-top: 70px;
    margin-bottom: -40px;
}

.partTit {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.partTit a {
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #666666;
    padding-right: 26px;
    background: url(../images/icon-more.png) no-repeat right center;
}

.partTit a:hover {
    color: #235EDE;
}

.partTit h1 b,
.partTitW h1 b {
    font-size: 36px;
    color: #0E2F76;
    background: url(../images/tit-bg2.png) no-repeat left top;
    padding-top: 10px;
}

.partTitW h1 b {
    background-image: url(../images/tit-bg.png);
}

.partTit h1,
.partTitW h1 {
    font-size: 28px;
    color: #333;
}

.partTitW h1,
.partTitW h1 b {
    color: #fff;
}

.newsBanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.newsBanner .news-pagination {
    width: 49.4%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
}

.newsBanner .news-pagination .swiper-pagination {
    position: initial;
    width: auto;
    padding: 0 30px 0 70px;
    height: 42px;
    display: flex;
    align-items: center;
    background: url(../images/news-cover.png) no-repeat left center/cover;
}

.newsBanner .news-pagination .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #FFFFFF;
    opacity: 1;
    margin: 0 8px;
}

.newsBanner .news-pagination .swiper-pagination .swiper-pagination-bullet-active {
    background: #1C4FA1;
}

.single {
    width: 100%;
    display: flex;
    margin-top: 60px;
    align-items: center;
}

.singleL {
    width: 49.4%;
    padding-left: 20px;
}

.singleL a {
    width: 100%;
    padding-bottom: 55.2%;
    position: relative;
    display: block;
}

.singleL a::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #1551D3;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: 1;
}

.singleL a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    z-index: 2;
    transition: 0.3s;
}

.single:hover .singleL a img {
    transform: scale(1.015);
    transition: 0.3s;
}

.singleR {
    width: 50.6%;
    padding-left: 60px;
}

.singleR span {
    font-size: 16px;
    color: #666666;
}

.singleR h2 a {
    font-size: 26px;
    color: #333333;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 18px;
}

.singleR p {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
}

.singleBtn {
    background: #1551D3;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 0;
    display: block;
    width: 120px;
    text-align: center;
    margin-top: 20px;
    transition: 0.3s;
}

.single:hover .singleR h2 a {
    color: #1551D3;
}

.single:hover .singleBtn {
    transform: skewX(-10deg);
    transition: 0.3s;
}

.index-News-List {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-News-List a {
    width: calc(50% - 28px);
    border-bottom: 1px dashed #DEDEDE;
    height: 104px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-News-List a h6 {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.index-News-List a h6::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1551D3;
    flex-shrink: 0;
    margin-right: 18px;
}

.index-News-List a span {
    flex-shrink: 0;
    margin-left: 100px;
    font-size: 16px;
    color: #333333;
}

.index-News-List a:hover h6,
.index-News-List a:hover span {
    color: #1551D3;
}

.index-News-List a:hover {
    border-color: #1551D3;
    border-bottom-style: solid;
}

.part02 {
    margin-top: 100px;
    width: 100%;
    background: transparent;
}

.tzgg-List {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 30px;
}

.tzgg-item {
    width: calc(33.33% - 20px);
    background: url(../images/tzgg-on.png) no-repeat center/cover #FFFFFF;
    background-size: 0 0;
    border-radius: 10px;
    border: 1px solid #C3C3C3;
    height: 206px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: 0.3s;
}

.tzgg-item span {
    font-size: 16px;
    color: #666666;
}

.tzgg-item h6 a {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
}

.tzgg-item .tzggBtn {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 16px;
    color: #666666;
    transition: 0.3s;
}

.tzgg-item .tzggBtn::after {
    content: "";
    display: block;
    width: 100%;
    background: #D2E0FF;
    height: 9px;
    margin-top: -10px;
}

.tzgg-item:hover {
    background-size: 100% 100%;
    box-shadow: 0px 4px 20px 0px #1A89E4;
    transition: 0.3s;
}

.tzgg-item:hover span,
.tzgg-item:hover h6 a {
    color: #fff;
}

.tzgg-item:hover .tzggBtn {
    color: #fff;
    padding-right: 26px;
    background: url(../images/icon-arrowR.png) no-repeat right center;
    transition: 0.3s;
}

.tzgg-item:hover .tzggBtn::after {
    content: none;
}

.part03 {
    width: 100%;
    background: url(../images/part3-bg.png) no-repeat center/cover;
    padding: 70px 0;
    margin-top: -0;
}

.rdgg-circle {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.rdgg-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rdgg-txt {
    width: 46.4%;
}

.rdgg-txt .partTit {
    display: block;
}

.rdgg-txt-summary {
    width: 100%;
    margin-top: 15px;
}

.rdgg-txt-summary p {
    font-size: 16px;
    color: #333333;
    margin: 8px 0;
    text-indent: 2em;
}

.keyword {
    width: 100%;
    margin-top: 40px;
}

.keyword h6 {
    font-weight: 500;
    font-size: 20px;
    color: #1551D3;
    margin-bottom: 15px;
}

.keyword-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.keyword-item p {
    width: 110px;
    height: 42px;
    background: #1551D3;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.rdgg-circle {
    width: calc(100% - 46.4%);
    padding-left: 100px;
}
.circlePos{position:relative;width: 460px;height: 460px;}
.circle {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    border: 2px solid rgba(175, 175, 175, 0.26);
    flex-shrink: 0;
}

.circle i {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 36px;
    top: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
}

.circle i img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.swiperBox {
    height: 100%;
    position: absolute;
    top: 0;
    /* right: 44px; */
    left: 70%;
    z-index: 10;
}

.swiperBox .swiper {
    width: 160%;
    overflow: hidden;
    height: 100%;
}

.swiperBox .swiper-slide {
    transition: 0.3s;
}

.swiperBox .swiper-slide-active {
    transform: translate(22px, 15px);
    transition: 0.3s;
}

.swiperBox .swiper-slide-next {
    transform: translate(118px, 34px);
}

.swiperBox .swiper-slide-next+.swiper-slide {
    transform: translate(118px, 38px);
}

.swiperBox .swiper-slide-next+.swiper-slide+.swiper-slide {
    transform: translate(50px, 30px);
}

.rdgg-statistic {
    display: flex;
    flex-direction: column;
    padding-left: 88px;
    background: url(../images/icon-roll.png) no-repeat left 10px;
    cursor: pointer;
    width: fit-content;
}

.swiperBox .swiper-slide-next .rdgg-statistic,
.swiperBox .swiper-slide-next+.swiper-slide .rdgg-statistic {
    padding-left: 62px;
}

.rdgg-statistic h6 {
    font-weight: bold;
    font-size: 32px;
    color: #2562E6;
    white-space: nowrap;
}

.rdgg-statistic p {
    font-size: 18px;
    color: #666666;
    white-space: nowrap;
}

.part04 {
    width: 100%;
    background: url(../images/part4-bgL.png) no-repeat left top/75% 65%, url(../images/part4-bgR.png) no-repeat right center#F3F3F3;
    padding: 120px 0 100px 0;
}

.tab-box {
    width: 100%;
    display: flex;
    min-height: 300px;
    flex-direction: column;
}

.tab-nav {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.tab-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
}

.tab-nav li {
    color: #fff;
    padding-left: 44px;
    cursor: pointer;
}

.tab-nav li+li {
    margin-left: 100px;
}

.tab-nav li h6 {
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
}

.tab-nav li.active {
    background: url(../images/icon-titdec.png) no-repeat left center
}

.tab-nav li.active h6 {
    font-weight: bold;
}

.tab-nav li a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 6px;
    color: #666;
    font-weight: bold;
    font-size: 16px;
    padding-right: 26px;
    background: url(../images/icon-more.png) no-repeat right center;
    display: none;
    transition: 0.3s;
}

.tab-nav li a:hover {
    color: #1551D3;
}

.tab-nav li.active a {
    display: block;
}

.tab-content-box,
.tab-con,
.xsdt-list-box {
    width: 100%;
}

.tab-con {
    display: none;
}

.xsdt-list-box {
    display: flex;
}

.xsdt-list {
    width: calc(20% - 15px);
    transition: 0.3s;
}

.xsdt-list+.xsdt-list {
    margin-left: 20px;
}

.xsdt-list>a {
    width: 100%;
    padding-bottom: 136%;
    position: relative;
    display: block;
    overflow: hidden;
}

.xsdt-list>a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xsdt-item {
    width: 100%;
    height: 150px;
    background: linear-gradient( 352deg, #FFFFFF 0%, #DFECFF 100%);
    padding: 10px 15px;
    position: relative;
}

.lecture-list-box .xsdt-item {
    min-height: 130px;
    height: auto;
}

.xsdt-item::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/icon-tab-arrow.png) no-repeat center/contain;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.xsdt-item h6 a {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    height: 52px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 5px;
}

.xsdt-item p,
.xsdt-item span {
    font-size: 14px;
    color: #666666;
    padding-left: 22px;
    background: url(../images/icon-edit.png) no-repeat left 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xsdt-item span {
    background-image: url(../images/lect_time.png);
}

.xsdt-item p {
    background-image: url(../images/lect_qikan_on.png);
}
.xsdt-item p:last-child{padding-right: 26px;}
.xsdt-list:hover .xsdt-item h6 a,
.xsdt-list:hover .xsdt-item span,
.xsdt-list:hover .xsdt-item p {
    color: #fff;
}

.xsdt-list:hover .xsdt-item p {
    background-image: url(../images/lect_qikan.png);
}

.xsdt-list:hover .xsdt-item span {
    background-image: url(../images/lect_time_on.png);
}

.lecture-list-box .xsdt-item p:nth-of-type(1) {
    background-image: url(../images/lect_user.png)
}

.lecture-list-box .xsdt-item p:nth-of-type(2) {
    background-image: url(../images/lect_ardess.png)
}

.lecture-list-box .xsdt-item p:nth-of-type(3) {
    background-image: url(../images/lect_time.png)
}

.lecture-list-box .xsdt-list:hover .xsdt-item p:nth-of-type(1) {
    background-image: url(../images/lect_user_on.png)
}

.lecture-list-box .xsdt-list:hover .xsdt-item p:nth-of-type(2) {
    background-image: url(../images/lect_ardess_on.png)
}

.lecture-list-box .xsdt-list:hover .xsdt-item p:nth-of-type(3) {
    background-image: url(../images/lect_time_on.png)
}

.xsdt-list:hover .xsdt-item {
    background: #1551D3;
}

.xsdt-list:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 20px 0px rgba(21, 81, 211, 0.48);
    transition: 0.3s;
}

.ktxm-list-box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ktxm-list {
    width: calc(50% - 10px);
    display: flex;
    padding: 25px;
    background: #fff;
    height: 144px;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
}

.ktxm-L {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 35px;
}

.ktxm-L h6 {
    font-size: 18px;
    color: #1551D3;
    margin-bottom: 10px;
    font-weight: 500;
    padding-left: 24px;
    background: url(../images/icon-person.png) no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ktxm-L p {
    font-size: 16px;
    color: rgba(102, 102, 102, 0.8);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ktxm-R {
    padding-left: 35px;
    border-left: 1px solid #D2D2D2;
    flex: 1;
    overflow: hidden;
}

.ktxm-R h6 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ktxm-R p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.ktxm-list:hover {
    box-shadow: 0px 4px 20px 0px rgba(21, 81, 211, 0.48)
}

.ktxm-list:hover .ktxm-R h6 {
    color: #1551D3;
}

.part05 {
    width: 100%;
    background: url(../images/part5-bg.png) no-repeat center/cover;
    padding: 80px 0;
}

.fast-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.fast-item {
    width: calc(25% - 18px);
    background: url(../images/img-xgkc.png) no-repeat center/cover;
    cursor: pointer;
    transition: 0.3s;
}

.fast-item+.fast-item {
    margin-left: 20px;
}

.fast-item-con {
    position: relative;
    width: 100%;
    height: 410px;
    overflow: hidden;
    transition: 0.3s;
}

.fast-item:nth-child(2) {
    background-image: url(../images/img-qtlj.png);
}

.fast-item:nth-child(3) {
    background-image: url(../images/img-zsj.png);
}

.fast-item:nth-child(4) {
    background-image: url(../images/img-jzwm.png);
}

.fast-item .default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 50px 20px;
    background: linear-gradient( 180deg, rgba(102, 102, 102, 0) 0%, rgba(18, 39, 56, 0.59) 73%, #112C3D 100%);
}

.fast-item:nth-child(2) .default {
    background: linear-gradient( 180deg, rgba(102, 102, 102, 0) 0%, rgba(56, 42, 18, 0.59) 73%, #3D2C11 100%);
}

.fast-item:nth-child(3) .default {
    background: linear-gradient( 180deg, rgba(38, 82, 178, 0) 0%, rgba(38, 82, 178, 0.59) 73%, #2652B2 100%);
}

.fast-item:nth-child(4) .default {
    background: linear-gradient( 180deg, rgba(102, 102, 102, 0) 0%, rgba(56, 18, 18, 0.59) 73%, #4B0B0B 100%);
}

.fast-item .default h6 {
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.fast-item .default i {
    width: 46px;
    height: 46px;
    background: url(../images/icon-arrowMore.png) no-repeat center/cover;
}

.fast-item .hover-show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 113, 135, 0.85);
    padding: 50px;
    transition: 0.4s;
}

.fast-item:nth-child(2) .hover-show {
    background: rgba(152, 117, 69, 0.85);
}

.fast-item:nth-child(3) .hover-show {
    background: rgba(38, 82, 178, 0.85);
}

.fast-item:nth-child(4) .hover-show {
    background: rgba(113, 18, 32, 0.85);
}

.fast-item:hover {
    height: 100%;
}

.fast-item .hover-show ul li {
    list-style: disc;
    color: #fff;
    font-size: 20px;
    margin: 10px 0;
}

.fast-item .hover-show ul li a {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
}

.fast-item .hover-show ul li a:hover {
    color: #f7af02
}

.fast-item .hover-show ul li.has-sec {
    position: relative;
}

.fast-item .hover-show ul li.has-sec>a {
    background: url(../images/icon-drop.png) no-repeat right center;
    padding-right: 25px
}

.fast-item .hover-show ul li.has-sec dl {
    position: absolute;
    top: 100%;
    display: none;
}

.fast-item .hover-show ul li dl dd a {
    font-size: 16px;
}

.fast-item .hover-show h6 {
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.fast-item:hover {
    width: 38.4%;
    transition: 0.3s;
}

.fast-item:hover .hover-show {
    bottom: 0;
}

.fast-item:hover .default {
    display: none;
}
.part05{padding-bottom:0;}
.partzl ul{width:100%;display:flex;justify-content:space-between;position:relative;padding-top: 50px;/* padding-bottom:80px; */gap:30px;/* flex-wrap:wrap; */overflow-x: auto;}
.partzl ul li>a{display:flex;flex-direction:column;justify-content: center;align-items: center;padding-bottom: 80px;}
.partzl ul li>a i{width:109px;height:109px;border-radius:50%;background:url(../images/zlicon-01.png) no-repeat center/contain;/* opacity:0.8; */overflow:hidden;transition:0.3s}
.partzl ul li:nth-child(2)>a i{background-image:url(../images/zlicon-02.png)}
.partzl ul li:nth-child(3)>a i{background-image:url(../images/zlicon-03.png)}
.partzl ul li:nth-child(4)>a i{background-image:url(../images/zlicon-04.png)}
.partzl ul li:nth-child(5)>a i{background-image:url(../images/zlicon-05.png)}
.partzl ul li>a:hover i{background-image:url(../images/zlicon-01on.png);background-repeat:no-repeat}
.partzl ul li:nth-child(2)>a:hover i{background-image:url(../images/zlicon-02on.png)}
.partzl ul li:nth-child(3).active>a i{background-image:url(../images/zlicon-03on.png)}
.partzl ul li:nth-child(3).active>a p{color:#1651d3}
.partzl ul li:nth-child(4)>a:hover i{background-image:url(../images/zlicon-04on.png)}
.partzl ul li:nth-child(5)>a:hover i{background-image:url(../images/zlicon-05on.png)}

.partzl ul li>a p{font-size:18px;color:#222;margin-top:10px;text-align: center;}
.partzl ul li>a:hover p,.partzl ul li dl a:hover{color:#1651d3}
.partzl ul li dl{position:absolute;left:0;width:100%;display:flex;gap:15px 30px;justify-content: center;background: rgba(255,255,255,1);padding:0;bottom: 0%;box-shadow: 0 0 10px rgba(0,0,0,0.05);height:0;overflow:hidden;transition:0.3s}
.partzl ul li dl a{color:#555;font-size:16px;}
.partzl ul li:nth-child(3){transition:0.3s}
.partzl ul li:nth-child(3).active dl{height:fit-content;padding:15px 20px;transition:0.3s}
.part06 {
    width: 100%;
    padding-bottom: 31.2%;
    background: url(../images/part6-bg.png) no-repeat center/cover;
    position: relative;
}

.half-bg {
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.play-bth {
    width: 116px;
    height: 116px;
    background: url(../images/icon-video.png) no-repeat center/contain;
    display: block;
    margin-left: calc(-116px / 2);
    flex-shrink: 0;
    transition:0.3s
}
.play-bth:hover{transform:scale(1.03)}
.txt-descript {
    padding-left: 60px;
}

.txt-descript a {
    font-size: 30px;
    color: #FFFFFF;
}

.txt-descript h1 {
    font-size: 38px;
    color: #FFFFFF;
    width: fit-content;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}

.txt-descript h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 104%;
    height: 24px;
    bottom: 10px;
    left: -2%;
    background: #1551D3;
    z-index: -1;
}

.txt-descript p {
    font-size: 16px;
    color: #FFFFFF;
}

.slidbar {
    background: #1551D3;
    border-radius: 10px 0px 0px 10px;
    position: fixed;
    right: 0;
    padding: 15px;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.slidbar:hover {
    right: 0;
    transition: 0.3s;
}

.sild-itme {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    cursor: pointer;
}

.sild-itme+.sild-itme {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.sild-itme img {
    flex-shrink: 0;
    transition: 0.2s;
}

.sild-itme p {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 6px;
}

.sild-itme:hover img {
    transform: translateY(-4px);
    transition: 0.3s;
}