#xgplayer_box{
    display: none;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
}
#xgplayer_mes{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 800px;
}
@keyframes shuffling {
    from {
        transform: translateX(-20px);
    }

    to {
        transform: translateX(10px);
    }
}
.common_box{
    width: 1200px;
    height: 100%;
    margin: 0 auto
}
.common_info .tips{
    margin-bottom: 23px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #4354e7;
}
.common_info .title{
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    color: #16161a;
}
.banner_info{
    position: relative;
    margin-bottom: 81px;
    width: 100%;
    height: 930px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/2682e56b2b5803dea11ee5321b2a3466.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_info img{
    position: relative;
    width: 100%;
    height: 100%;
}
.banner_info .g-box{
    overflow: hidden;
    width: 1920px;
    display: flex;
    position: relative;
}

.banner_info .g-box:after{
    position: absolute;
    right: 0px;
    content: '';
    width: 376px;
    height: 471px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/banner/%E5%8F%B3%E4%B8%8A%E8%A7%92%E5%8A%A8.png");
    background-size: contain;
}

.banner_info .g-box .left{
    position: relative;
    margin-top: 411px;
    margin-left: 181px;
    width: 309px;
    height: 387px;
}
@media screen and (max-width: 1730px) {
    .banner_info .g-box .right .image{
        width: 50% !important;
        height: 50% !important;
    }
    .banner_info .g-box .left{
        margin-left: 0px !important;
        transform: scale(0.5);
    }
    .banner_info .g-box .center{
        margin-left: 0px !important;
    }


}

.banner_info .g-box .left img{
    position: relative;
    z-index: 10;
    animation: shuffling 1.5s infinite alternate;
    transition: all .5s;
}
.banner_info .g-box .left:before{
    position: absolute;
    left: -63px;
    top: -75px;
    content: '';
    width: 194px;
    height: 266px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/banner/%E5%B7%A6%E4%B8%8A%E8%A7%92%E5%9B%BE%E4%B8%8B%E8%BE%B9%E7%82%B9%E7%82%B9.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.banner_info .g-box .center{
    position: relative;
    margin-left: 40px;
    margin-top: 254px;
}
.banner_info .g-box .center .top{
    width: 650px;
}
.banner_info .g-box .center .bottom{
    margin-top: 100px;
    display: flex;
}
.banner_info .g-box .center .bottom a div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
    width: 41px;
    height: 41px;
    background: #ffffff;
    border-radius: 8px;
}
.banner_info .g-box .center .bottom a i{
    color: #5454FE;
    font-size: 30px;
}
.banner_info .g-box .center .bottom a{
    padding-left:  31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 180px;
    height: 55px;
    color: #ffffff;
    background: #5454fe;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all .5s;
}
.banner_info .g-box .center .bottom a:nth-child(2){
    margin-left: 20px;
    background: #30303e;
}
.banner_info .g-box .center .bottom a:nth-child(2) i{
    color: #ffffff;
}
.banner_info .g-box .center .bottom a:nth-child(2) div{
    background: #16161A;
}
.banner_info .g-box .center .bottom a:hover{
    transform: translateY(-20px);
    background: #61c32b;
}
.banner_info .g-box .center .bottom a:hover i{
    color: #ffffff;
}
.banner_info .g-box .center .bottom a:hover div{
     background: #16161A;
 }
.banner_info .g-box .right{
    position: relative;
    margin-left: 61px;
    margin-top: 236px;
    width: 475px;
    height: 507px;
}

.banner_info .g-box .right .image{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/banner/%E5%8F%B3%E5%9B%BE.png");
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    animation: shuffling 1.5s infinite alternate;
}
.banner_info .g-box .right .image:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 120px;
    height: 120px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/banner/%E6%92%AD%E6%94%BE.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 5;
}
.banner_info .g-box .right:after{
    content: '';
    position: absolute;
    left: -204px;
    top: -32px;
    width: 211px;
    height: 125px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/banner/%E5%9B%BE%E5%B1%82%2013.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.banner_info .g-box .right:before{
    content: '';
    position: absolute;
    right: -74px;
    bottom: -108px;
    width: 194px;
    height: 194px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/banner/%E5%B7%A6%E4%B8%8A%E8%A7%92%E5%9B%BE%E4%B8%8B%E8%BE%B9%E7%82%B9%E7%82%B9.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.banner_info  .more{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    z-index: 10;
}
.banner_info  .more img{
    margin-bottom:5px;
    width: 28px;
    height: 37px;
}

.language_interaction{
    height: 1101px;
    width: 100%;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/language_interaction/%E7%AE%97%E6%B3%95%E5%BC%95%E6%93%8E%E8%83%8C%E6%99%AF.png");
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.language_interaction .info{
    width: 100%;
    position: relative;
    text-align: center;
}
.language_interaction .info .content{
    display: flex;
    position: absolute;
    top: 0;
}
.language_interaction .info .content:hover .title{
    color: #a233c6;
}
.language_interaction .info .content .text{
    width: 225px;
}
.language_interaction .info .content .title{
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #16161a;
    transition: all .5s;
}
.language_interaction .info .content .tips{
    height: 66px;
    font-size: 15px;
    text-align: right;
    color: #8e8e97;
}
.language_interaction .info .content_left .title{
    text-align: right;
}
.language_interaction .info .content_left.one{
    left: 50px;
    top: 130px;
}
.language_interaction .info .content_left.two{
    left: -72px;
    top: 361px;
}
.language_interaction .info .content_left.three{
    left: 40px;
    top: 580px;
}
.language_interaction .info .content_center{
    display: block;
}
.language_interaction .info .content_center.four{
    left: 50%;
    top: 700px;
    transform: translateX(-50%);
}
.language_interaction .info .content_center .title{
    text-align: center;
}
.language_interaction .info .content_center .tips{
    text-align: center;
}
.language_interaction .info .content_right .title{
    text-align: left;
}
.language_interaction .info .content_right .tips{
    text-align: left;
}
.language_interaction .info .content_right.five{
    right: 50px;
    top: 130px;
}
.language_interaction .info .content_right.six{
    right: -72px;
    top: 361px;
}
.language_interaction .info .content_right.seven{
    right: 40px;
    top: 580px;
}

.interaction{
    padding-top: 80px;
    width: 100%;
    height: 600px;
    background: #0e0e12;
    box-sizing: border-box;
}
.interaction .common_info{
    margin-bottom: 64px;
}
.interaction .common_info .tips{
    color: #7A7AFD;
}
.interaction .common_info .title{
    color: #ffffff;
}
.interaction .info{
    position: relative;
    display: flex;
    justify-content: space-around;
}
.interaction .info:after{
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    content: '';
    width: 1000px;
    height: 2px;
    background: #494653;

}
.interaction .info .content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 229px;
    z-index: 5;
}
.interaction .info .content:after{
    position: absolute;
    top: 42px;
    right: -35px;
    z-index: 10;
    content: '';
    width: 17px;
    height: 19px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/interaction/%E4%B8%89%E8%A7%92%E5%BD%A2%201016.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.interaction .info .content:last-child:after{
    content: '';
    display: none;
}
.interaction .info .content:hover .tips{
    color: #7A7AFD;
}
.interaction .info .content .tips{
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #ffffff;
    transition: all .5s;
}
.interaction .info .content .title{
    font-size: 16px;
    color: #e6e6e6;
}
.algorithm{
    height: 1155px;
}
.algorithm .common_box{
    margin-top: 100px;
}
.algorithm .info{
    margin-top: 69px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.algorithm .info .content{
    margin-bottom: 47px;
    width: 390px;
}
.algorithm .info .content:hover img{
    transition: all .5s;
}
.algorithm .info .content:hover img{
    transform: scale(1.1);
}
.algorithm .info .content:hover .title{
    color: #7A7AFD;
}
.algorithm .info .content .title{
    margin-bottom: 25px;
    font-size: 24px;
    text-align: center;
    color: #16161a;
    transition: all .5s;
}
.algorithm .info .content .tips{
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #646464;
    box-sizing: border-box;
}
.exhibition{
    width: 100%;
    height: 800px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/exhibition/%E6%B8%90%E5%8F%98%E8%83%8C%E6%99%AF.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.exhibition .common_box{
    display: flex;
}
.exhibition .right{
    padding-top: 188px;
    width: 538px;
    box-sizing: border-box;
}
.exhibition .right .top .tips{
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #4354e7;
}
.exhibition .right .top .title{
    font-size: 37px;
    font-weight: 700;
    text-align: left;
    color: #16161a;
}
.exhibition .right .center{
    position: relative;
    margin-top: 20px;
}
.exhibition .right .center:after{
    top: 0;
    left: 16.5px;
    position: absolute;
    content: '';
    height:75%;
    border-left: 1px dashed  #3F3F46;
    z-index: 0;
}
.exhibition .right .center>div{
    position: relative;
    margin-bottom: 22px;
    z-index: 10;
}
.exhibition .right .center .tips_info{
    display: flex;
}
.exhibition .right .center .tips_buttom{
    margin-right: 16px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 4px;
    color: #ffffff;
    background: #16161a;
    transition: all .5s;
    cursor: pointer;
}
.exhibition .right .center .tips{
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    color: #16161a;
    transition: all .5s;
}
.exhibition .right .center>div:hover .tips_buttom{
    background: #4354e7;
}
.exhibition .right .center>div:hover .tips{
    color: #4354e7;
}
.exhibition .right .center .text{
    margin-top: 10px;
    margin-left: 49px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #646464;
}
.exhibition .right .bottom{
    margin-top: 58px;
}
.exhibition .right .bottom a{
    display: block;
    width: 124px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #4354e7;
    border-radius: 6px;
    cursor: pointer;
    color: #ffffff;
}
.exhibition .left{
    position: relative;
    margin-left: 64px;
    padding-top: 142px;
    box-sizing: border-box;
}
.exhibition .left:after{
    position: absolute;
    content: '';
    top: 62px;
    right: -30px;
    width: 194px;
    height: 194px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/image_library/%E9%80%9A%E7%94%A82.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.exhibition .left img{
    position: relative;
    z-index: 10;
}
.image_library{
    padding-top: 82px;
    width: 100%;
    height: 935px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/image_library/%E5%BD%A2%E8%B1%A1%E5%BA%93%E8%83%8C%E6%99%AF.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
/*.image_library .common_box{*/
/*    width: ;*/
/*}*/
.image_library .common_info .title{
    color:#ffffff;
}
.image_library .common_box>.info{
    position: relative;
    height: 593px;
}
.image_library .common_box>.info .swiper-box{
    position: relative;
    height: 100%;
}
.image_library .common_box>.info .swiper-box .swiper-button-prev{
    left: -100px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/image_library/%E5%B7%A6%E7%AE%AD%E5%A4%B4.png");
    width: 36px;
    height: 40px;
}
.image_library .common_box>.info .swiper-box .swiper-button-next{
    right: -100px;
    width: 36px;
    height: 40px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/image_library/%E5%8F%B3%E7%AE%AD%E5%A4%B4.png");
}
.image_library .common_box>.info .swiper-box .swiper-container {
    width: 100%;
    height: 100%;
}
.image_library .swiper-wrapper .swiper-slide {
    /*width: 172px;*/
    /*margin: 0 25px;*/
}
.image_library .swiper-wrapper .swiper-slide>img{
    width: 172px;
}

/*.image_library .swiper-wrapper .swiper-slide-active>img{*/
/*    display: none;*/
/*}*/
.image_library .swiper-bg{
    padding-top: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 330px;
    height: 593px;
    text-align: center;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/image_library/%E8%AE%BE%E5%A4%87.png");
    background-repeat: no-repeat;
    background-size: 100%;
    box-sizing: border-box;
}

.common_box_l{
    display: flex;
}
.common_image{
    position: relative;
}
.common_image img{
    position: relative;
    z-index: 10;
}
.common_image:after{
    position: absolute;
    left: -118px;
    top: -67px;
    content: '';
    width: 194px;
    height: 194px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/image_library/%E9%80%9A%E7%94%A82.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.common_content{
    width: 543px;
}
.common_content_top .tips{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #4354e7;
}
.common_content_top .title{
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: 700;
    text-align: left;
    color: #16161a;
}
.common_content_top .text{
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #666666;
}
.common_content_center{
    margin-top: 30px;
}
.common_content_center .info{
    margin-bottom: 15px;
    margin-left: 25px;
}
.common_content_center .info .tips{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #1C1C21;
    transition: all .5s;
}
.common_content_center .info:hover .tips{
    color: #4354e7;
}
.common_content_center .info .tips:after{
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4354e7;
}
.common_content_center .info .text{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #666666;
}
.common_content_bottom{
    margin-top: 40px;
}
.common_content_bottom a{
    display: block;
    width: 124px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #4354e7;
    color: #ffffff;
    border-radius: 6px;
}
.voice{
    padding-top: 143px;
    height: 800px;
    width: 100%;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/exhibition/%E6%B8%90%E5%8F%98%E8%83%8C%E6%99%AF.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.voice .common_image{
    margin-right: 47px;
}
.interactive_device{
    padding-top: 79px;
    width: 100%;
    height: 825px;
    background-color: #000000;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/%E9%80%9A%E7%94%A81-1.png");
    background-repeat: no-repeat;
    background-size: 375px 471px;
    background-position: left top;
    box-sizing: border-box;
}
.interactive_device .common_box{
    width: 1380px;
}
.interactive_device .common_info .title{
    color: #ffffff;
}
.interactive_device .info{
    position: relative;
    height: 460px;
}


.interactive_device .swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 60px;
}

.interactive_device .swiper-slide {

}
.interactive_device .swiper-slide .image{
    width: 312px;
    height: 420px;
    overflow: hidden;
}
.interactive_device .swiper-slide:hover .image img{
    transform: scale(1.1);
}
.interactive_device .swiper-slide .image img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.interactive_device .swiper-slide .tips{
    margin-top: 17px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}
.interactive_device .info .swiper-pagination{
    bottom: -51px;
    left: 50%;
    transform: translateX(-50%);
}
.interactive_device .info  .swiper-pagination-clickable .swiper-pagination-bullet{
    margin-right: 12px;
    border-radius: 10px;
}
.model{
    padding-top: 141px;
    width: 100%;
    height: 800px;
    box-sizing: border-box;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/exhibition/%E6%B8%90%E5%8F%98%E8%83%8C%E6%99%AF.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.model .common_image{
    margin-left: 38px;
}
.model .common_image:after{
    left: unset;
    right: -118px ;
}
.model .common_content_center .info {
    margin-bottom: 10px;
}
.model  .common_content_center{
    margin-top: 20px;
}
.model .common_content_top .title{
    margin-bottom: 20px;
}
.scene{
    padding-top: 79px;
    width: 100%;
    height: 1483px;
    background: #000000;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/%E9%80%9A%E7%94%A81.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 376px  471px;
    box-sizing: border-box;
}
.scene .common_info{
    margin-bottom: 77px;
}
.scene .common_info .title{
    color: #ffffff;
}
.scene .info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.scene .info .content{
    margin-bottom: 31px;
    width: 380px;
    height: 359px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}
.scene .info .content:hover .title{
    color: #4354e7;;
}
.scene .info .content:hover img{
    color: #4354e7;
    transform: scale(1.1);
}
.scene .info .content img{
    width: 380px;
    height: 220px;
    transition: all .5s;
}
.scene .info .content .title{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #323232;
    transition: all .5s;
}
.scene .info .content .tips{
    margin: 0 auto;
    width: 310px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #969696;
    line-height: 20px;
}
.ending{
    padding-top: 128px;
    width: 100%;
    height: 450px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250114/ending/%E8%83%8C%E6%99%AF.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.ending .title{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #4354e7;
}
.ending .tips{
    margin-top: 48px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #323232;
}
.ending_button{
    margin-top: 60px;
    text-align: center;
}
.ending_button a{
    margin: 0 auto;
    display: block;
    width: 160px;
    height: 57px;
    line-height: 57px;
    background: #4354e7;
    border-radius: 8px;
    text-align: center;
    color: #ffffff;
}



