.newIndexSlide {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f4f9fd;
}

.newIndexSlide svg {
    display: block;
    height: 183px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 10;
}

.newIndexSlide .bd ul li img {
    width: 100%;
}

.newIndexSlide .bd ul li {
    position: relative;
}

.NewIndexSlideBox {
    position: relative;
    width: 100vw;
    height: 100%;
    overflow: hidden;
}

.NewIndexSlideBox .hd {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 11;
    bottom: 50px !important;
    left: 0;
}

.NewIndexSlideBox .hd li {
    display: inline-block;
    margin: 3px 20px;
    opacity: .5;
    background: #fff;
    height: 24px;
    width: 24px;
    border-radius: 12px;
}

.NewIndexSlideBox .hd li.on {
    opacity: 1;
    background: #fc0;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    margin: 0 20px;
}

.NewIndexSlideBox .hd span {
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: .5;
    display: inline-block;
    margin: 0px 10px !important;
}

.NewIndexSlideBox .hd span.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: #fc0;
    opacity: 1;

}

.NewIndexSlideBox img {
    display: block;
    width: 100%;
    height: 100%
}

.newIndexSlideBoxImage {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    /*background-size: auto 100%;*/
    background-size: cover;
}

.companyProfileInfo {
    width: 550px;
}

.companyProfileInfo h2 {
    color: #2FACF0;
    font-size: 30px;
    line-height: 60px;
    text-align: center
}

.companyProfileInfo p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 34px;
}

.companyProfileIcons {
    text-align: center
}

.companyProfileIcons li {
    display: inline-block;
    float: left;
    margin: 30px 50px 0 50px;
}

.companyProfileIcons li .IconBg {
    height: 80px;
    width: 80px;
    line-height: 100px;
}

.companyProfileIcons li .IconBg img {
    width: 100%
}

.companyProfileIcons li span, .companyProfileIcons li h3 {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #444444;
    
}

.animatedVideoInfo {
    width: 100%;
    text-align: center;
}

.animatedVideoInfo h2 {
    color: #2FACF0;
    font-size: 30px;
    line-height: 60px;
}

.animatedVideoInfo p {
    font-size: 16px;
    color: #444
}

#animatedVideoBox .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.3);

}

#animatedVideoBox .swiper-slide-active, #animatedVideoBox .swiper-slide-duplicate-active {
    transform: scale(.5);
    z-index: 1;

}


#animatedVideoBox {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
}

#animatedVideoBox .swiper-slide img {
    border: 40px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 20px rgba(47, 172, 240, .5)
}

#animatedVideoBox .swiper-wrapper {
    height: 360px;
}

#animatedVideoBoxPagination, .appSlidePagination {
    width: 100%;
    height: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20
}

#animatedVideoBoxPagination span, .appSlidePagination span {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    background: #c0e6f9;
    opacity: 1
}

#animatedVideoBoxPrevButton.newPrevButton {
    left: 0 !important;
    background-size: 30px 54px
}

#animatedVideoBoxNextButton.newNextButton {
    right: 0 !important;
    background-size: 30px 54px
}

#animatedVideoBoxPagination span.swiper-pagination-bullet-active, .appSlidePagination span.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #95d9fe;
}

#appSlideBox {
    width: 1000px
}

#appSlideBox .swiper-slide {
    width: 80%
}

#appSlidePrevButton.newPrevButton {
    left: 0 !important;
    background-size: 30px 54px
}

#appSlideNextButton.newNextButton {
    right: 0 !important;
    background-size: 30px 54px
}

#appSlideBox .swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    overflow: hidden;
}

#appSlideBox .swiper-slide img {
    display: block;
    width: 800px;
    height: 100%;
    object-fit: cover;
}

#appSlideBox {
    padding: 40px 0 40px 0;
}

.appSlidePagination {
}

#appSlideBox .appSlideBoxInfo {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

#appSlideBox .appSlideBoxInfo .appSlideBoxBottomBg {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

#appSlideBox .appSlideBoxInfo .appSlideBoxBottomBg .appSlideLogo {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 20px;
}

.appSlideAppInfo {
    padding: 20px 40px;
    color: #fff;
}

.appSlideAppInfo .appName {
    line-height: 40px;
    font-size: 26px;

}

.appSlideAppInfo .appTips {
    line-height: 1.2;
    font-size: 18px;
}

.appSlideAppInfo .appInstallButton {
    display: block;
    width: 130px;
    height: 60px;
    border-radius: 40px;
    background: rgba(255, 255, 255, .3);
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 60px;
}

#deriveSlide .swiper {
    width: 100%;
    height: 100%;
}

#deriveSlide .swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#deriveSlide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#deriveSlide {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

#deriveSlide .deriveSlideImageBox {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    display: block;
}

#deriveSlide .deriveSlideImageTitle {
    position: absolute;
    height: 30px;
    padding: 0 20px 0 20px;
    background: url(https://leyuan-cdn.tuxiaobei.com/tuxiaobei_com/v2024/images/deriveSlideBg.png) no-repeat right top;
    background-size: auto 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
}

#deriveSlideNextButton.newNextButton {
    right: 0 !important;
    background-size: 30px 54px
}

#deriveSlidePrevButton.newPrevButton {
    left: 0 !important;
    background-size: 30px 54px
}

#deriveSlidePagination {
    display: none
}

.SlideBottomBg {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100%25' height='auto'%3e%3cpath fill-rule='evenodd' fill='rgb(244, 249, 253)' d='M0.000,0.000 C0.000,0.000 479.1000,157.1000 960.000,157.1000 C1440.000,157.1000 1919.1000,0.000 1919.1000,0.000 L1919.1000,182.1000 L0.000,182.1000 L0.000,0.000 Z'/%3e%3c/svg%3e") no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    height: 10vw;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -3px;
}

.SlideBottomEllipse {
    width: 100% !important;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: auto !important;
    z-index: 1;
}
