*{
	margin: 0;
	padding: 0;
}
a{
    display: block;
}
body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html,body{
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
@media (min-width: 810px) and (max-width: 1416px) {
    .top {
         order: 0; 
        padding: 10px 40px;
    }
}
@media (max-width: 1000px) {
    .AI_desc {
        font-size: 14px !important;
    }
}
.box{
	align-content: center;
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: min-content;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1417px;
}
.top {
    align-content: center;
     align-items: center; 
     display: flex; 
     flex: none; 
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
     height: min-content; 
    justify-content: center;
     overflow: visible; 
     padding: 13px 40px; 
    position: relative;
    text-decoration: none;
    width: 114%;
}
.AI_desc{
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	z-index: 99;
	font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    display: flex;
    justify-content: center;
    width: 85%;
}
.AI_desc div{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.AI_desc a{
    cursor: pointer;
}
.header{
	position: absolute;
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.header img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: 50% 46.4%;
    object-fit: cover;
}
.banner{
    height:500px;
    position: relative;
    display: flex;
    justify-content: center;
}
.user{
    width: 85%;
    max-width: 1417px;
    position: absolute;
    top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}
.logoimg{
    height: 60px;
}
.nav{
    display: flex;
    align-items: center;
}
.language{
    display: flex;
    align-items: center;
}
.language img{
    width: 12px;
    height: 12px;
}
.language select{
    color: #666666;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
}
.nav_item{
    position: relative;
    margin: 0 24px;
    cursor: pointer;
}
.nav_item:hover .meun{
    display: block !important;
}
.nav_item:hover span{
    color: #5B3AFD !important;
}
.loginin{
    width: 58px;
    height: 32px;
    background: #5B3AFD;
    border-radius: 6px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}
.loginin a{
    display: block;
    color: #fff;
}
.loginin a:hover{
    color: #5B3AFD !important;
    text-decoration: underline;
}
.loginin a span{
    position: relative;
    z-index: 99;
}
.loginin a img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 6px;
}
.avars{
    width: 32px;
    height: 32px;
    margin-right:24px;
    cursor: pointer;
}
.avars img{
    width: 100%;
    height: 100%;
}
.meun{
    background: #fff;
    border-radius: 10px;
    position: absolute;
    width: 150px;
    display: none;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
}
.meun p{
    color: #666666;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
}
.nav_item span{
    color: #6e7277;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.nav_item span img{
    width: 7px;
    height: 4px;
    margin-left: 3px;
}
.txt_box{
    width: 100%;
    cursor: pointer;
}
.slide_boxs{
    width: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.showicon{
    display: flex;
    align-items: end;
    justify-content: center;
}
.b_iconimg0{
    width: 42px;
    height: 42px;
}
.b_iconimg1{
    width: 38px;
    height: 38px;
}
.b_iconimg2{
    width: 49px;
    height: 36px;
    margin-left: 5px;
}
.b_iconimg3{
    width: 50px;
    height: 36px;
    margin-left: 5px;
}
.showicon b{
    color: #333333;
    font-size: 32px;
    font-weight: 600;
    display: block;
    margin: 0 5px;
}
.by{
    color: #5B3AFD;
    font-size: 40px;
    margin-top: 19px;
    text-align: center;
    font-weight: 800;
}
.txt_box h3{
    color: #333333;
    font-size: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.txt_box h3 img{
    margin-right: 10px;
    height: 45px;
}
.txt_box p{
    color: #333333;
    font-size: 32px;
    text-align: center;
    margin-top: 12px;
}
.txt_box span{
    color: #333333;
    font-size: 26px;
    text-align: center;
    margin-top: 32px;
    display: block;
    margin-right: 24px;
}
.swiper-container {
  width: 100%;
  height:500px;
}
.swiper-slide {
    width: 100% !important;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* 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;
}
.slide_bg{
	width: 100%;
	height: 500px;
    object-fit: cover;
}

.main_title{
    margin-top: 120px;
    width: 85%;
}
.main_title h3{
    color: #333;
    font-size: 42px;
    text-align: center;
}
.main_title p{
    color: #333;
    font-size: 28px;
    text-align: center;
    margin-top: 24px;
}
.fw_box_main{
    height: 600px;
    overflow: hidden;
}
.fw{
	padding: 4px 0;
    display: flex;
    align-items: center;
}
.fw_box{
	padding: 50px 0;
}
.ma_left{
    margin-left: 123px;
}
.ma_bottom{
    position: relative;
    bottom: 77px;
    z-index: 9;
}
.down1{
    position: relative;
    bottom: 251px;
}
.down2{
    position: relative;
    bottom: 502px;
}
.block{
    width: 80px;
    height: 138.56px;
    background-color: #fff;
    position:relative;
    margin: 0 83px;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
    cursor: pointer;
    
}
.block img:hover{
    transform: scale(1.5);
}
.block::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-top-width: 69.28px;
    border-bottom-width: 69.28px;
    border-right-color: #fff;
    transform: translateX(-100%);
    filter: drop-shadow(-4px 2px 2px rgba(0, 0, 0, 0.04));
}
.block::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-top-width: 69.28px;
    border-bottom-width: 69.28px;
    border-left-color: #fff;
    transform: translateX(100%);
    filter: drop-shadow(4px 2px 2px rgba(0, 0, 0, 0.04));
}
.block img{
	width: 70%;
	display: block;
	margin: auto;
    position: relative;
    z-index: 9999;
    transition: transform 0.5s ease; 
}
@media (min-width: 810px) and (max-width: 1616px) {
    .block {
        width: 60px !important;
        height: 103.92px !important;
    }
    .block::after{
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        border: 29px solid transparent;
        border-top-width: 51.96px;
        border-bottom-width: 51.96px;
        border-right-color: #fff;
        transform: translateX(-100%);
        filter: drop-shadow(-4px 2px 2px rgba(0, 0, 0, 0.04));
    }
    .block::before{
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        border: 29px solid transparent;
        border-top-width: 51.96px;
        border-bottom-width: 51.96px;
        border-left-color: #fff;
        transform: translateX(100%);
        filter: drop-shadow(4px 2px 2px rgba(0, 0, 0, 0.04));
    }
    .ma_left{
        margin-left: 89px;
    }
    .block{
        margin: 0 59px;
    }
    .ma_bottom{
        bottom: 59px;
    }
    .down1{
        bottom: 217px;
    }
    .down2{
        bottom:434px;
    }
    .fw_box_main{
        height: 470px;
        overflow: hidden;
    }
}
.video{
    width: 800px;
    height: 450px;
    margin: auto;
    position: relative;
}
.video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.video img{
    width: 66px;
    height: 66px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    cursor: pointer;
}
.path_box{
    width: 85%;
    margin: auto;
    max-width: 1417px;
    margin-top: 21px;
}
.path_box img{
    width: 100%;
    display: block;
}
.scroll_box{
    width: 85%;
    overflow: hidden;
    max-width: 1417px;
    margin: auto;
    margin-top: 10px;
}
.teams{
    width: 100%;
    overflow: hidden;
    margin-top: 56px;
}
.marqueen_content{
    display: flex;
    align-items: center;
}
.teams_item{
    position: relative;
    padding-left: 70px;
    min-width:456px;
    cursor: pointer;
}
.desc{
    background: linear-gradient( 180deg, #FFFFFF 0%, #E8E4FB 100%);
    border-radius: 16px;
    border: 1px dashed rgba(91,58,253,0.45);
    display: flex;
    max-width: 394px;
    height: 154px;
    position: relative;
    z-index: 9;
}
.star{
    width: 54px;
    height: 54px;
    margin-top: 10px;
    margin-right: 6px;
}
.showdom{
    width: 99%;
    height: 50px;
    position: absolute;
    bottom: 36px;
    left: 0;
}
.desc div{
    color: #333333;
    font-size: 14px;
    flex: 1;
    padding: 0 20px;
    margin-left: 30px;
    margin-top: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制显示的行数为2 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}
.teams_info{
    width: 80%;
    background: #5B3AFD;
    border-radius: 50px;
    height: 40px;
    display: flex;
    position: relative;
    bottom: 20px;
    align-items: baseline;
    z-index: 9;
    max-width: 394px;
}
.teams_info h3{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    margin-left: 50px;
}
.teams_info p{
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
    display: -webkit-box;
    -webkit-line-clamp:1; /* 限制显示的行数为2 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.teams_avar{
    width: 113px;
    height: 113px;
    border-radius: 50%;
    border: 1px dashed rgba(91,58,253,0.45);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: #F2F0FA;
    display: flex;
    align-items: center;
}
.teams_avar img{
    width: 103px;
    height: 103px;
    border-radius: 50%;
    display: block;
    margin: auto;
}
.floor_one .teams_item{
    margin-left: 50px;
}

/* 新闻 */
.news_box{
    margin-top: 90px;
    background: #FAFAFA;
    width: 100%;
    padding: 60px 0;
}
.news{
    overflow: hidden;
    max-width: 1417px;
    margin: auto;
    width: 85%;
}
.news_left{
    width: 20%;
    float: left;
}
.news_left h3{
    color: #A2A2A2;
    font-size: 32px;
}
.news_left img{
    width: 56px;
    height: 6px;
}
.news_left span{
    color: #333333;
    font-size: 32px;
    display: block;
}
.news_right{
    width: 80%;
    overflow: hidden;
    float: left;
}
.new_item{
    width: 44%;
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(60,40,161,0.08), 0px -1px 2px 0px rgba(60,40,161,0.08);
    border-radius: 16px;
    padding: 2%;
    margin: 1%;
    cursor: pointer;
}
.new_item a{
    display: block;
}
.new_item h3{
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_info{
    display: flex;
    margin-top: 16px;
}
.news_info img{
    width: 121px;
    height: 102px;
    border-radius: 5px;
    margin-right: 16px;
}
.news_desc{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_desc_content{
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制显示的行数为2 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_desc span{
    color: #B0AFB4;
    font-size: 14px;
}
.news_desc span b{
    color: #999DBE;
    margin-right: 8px;
    font-weight: normal;
}
.pagenation{
    display: flex;
    justify-content: flex-end;
    max-width: 1417px;
    width: 85%;
    margin: auto;
    margin-top: 23px;
}
.pagenation span{
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #5D7FF7;
    color: #5D7FF7;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    margin-left: 6px;
    cursor: pointer;
}
.footer{
    width: 100%;
    border-top: 2px solid #5B3AFD;
    padding: 55px 0 22px 0;
}
.footer_content{
    max-width: 1417px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    width: 85%;
}
.footer_logo img{
    height: 60px;
}
.footer_logo span{
    color: #666666;
    font-size: 12px;
    display: block;
    margin-top: 11px;
}
.f_nav{
    display: flex;
}
.f_code{
    width: 101px;
    margin-right: 21px;
}
.f_code img{
    width: 88px;
    height: 88px;
    display: block;
    margin: auto;
}
.f_code span{
    color: #999999;
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 4px;
}
.footer_content ul{
    margin-right: 21px;
}
.footer_content ul li{
    margin-bottom: 6px;
    list-style: none;
}
.footer_content ul li a{
    display: block;
    color: #999;
    font-size: 12px;
}
.footer_content ul li b{
    color: #333333;
    font-size: 12px;
}
.ba{
    color: #999999;
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 38px;
}
.code_box{
    display: flex;
}
.ul_box{
    display: flex;
}
.logopb{
    display: none;
}
.phone_nav{
    display: none;
}
.swiper-pagination-bullet-active{
    background: #5B3AFD !important;
}
.meun_boesy{
    display: flex;
    align-items: center;
}
@media (min-width: 600px) and (max-width: 1110px) {
    .logoimg{
        height: 40px;
    }
    .teams_item{
        min-width: 300px;
        padding-left: 60px;
    }
    .desc{
        max-width: auto;
        height: 125px;
    }
    .teams_info{
        width: 90%;
        align-items: center;
    }
    .teams_info h3{
        font-size: 16px;
        margin-left: 30px;
    }
    .teams_info p{
        font-size: 12px;
    }
    .teams_avar{
        width: 80px;
        height: 80px;
    }
    .teams_avar img {
        width: 70px;
        height: 70px;
    }
    .showdom {
        width: 105%;
        height: 50px;
        position: absolute;
        bottom: 34px;
        left: 21px;
    }
    .footer_content{
        display: block;
    }
    .f_nav{
        display: block;
        margin-top: 20px;
    }
    .footer_logo img{
        margin: auto;
        display: block;
    }
    .footer_logo span{
        text-align: center;
    }
    .code_box{
        justify-content: center;
    }
    .ul_box{
        justify-content: center;
        margin-top: 20px
    }
    .news_left{
        width: 100%;
    }
    .news_right{
        width: 100%;
    }
    .news_left h3{
        text-align: center;
        font-size: 26px;
    }
    .news_left img{
        display: block;
        margin: auto;
    }
    .news_left span{
        text-align: center;
        font-size: 26px;
    }
    .main_title h3{
        font-size: 26px;
    }
    .main_title p{
        font-size: 14px;
    }
    .video{
        width:85%;
        height: 350px;
        margin-top: 30px;
    }
    .logopb{
        width: 100%;
        display: block;
    }
    .fw_box_main{
        display: none;
    }
    .txt_box h3{
        font-size: 26px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .txt_box p{
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .txt_box span{
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .banner{
        height: 300px;
    }
    .swiper-container{
        height: 300px;
    }
    .phone_nav{
        position: relative;
        display: block;
    }
    .phonenav{
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .phone_nav_box{
        width: 123px;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
        position: absolute;
        right: 0px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        display: none;
    }
    .phone_nav_box_item span{
        color: #333;
        font-size: 16px;
    }
    .phone_nav_box_item a{
        display: block;
        color: #999;
        font-size: 14px;
        margin-top: 5px;
        cursor: pointer;
    }
    .phone_nav_box_item a b{
        color: #5B3AFD;
        font-size: 14px;
        margin-left: 10px;
    }
    .main_nav_phone{
        color: #333;
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .user{
        min-width: 80%;
    }
    .nav{
        display: none;
    }
    .showicon b{
        font-size: 18px;
    }
    .b_iconimg0{
        width: 21px;
        height: 21px;
    }
    .b_iconimg1{
        width: 19px;
        height: 19px;
    }
    .b_iconimg2{
        width: 24.5px;
        height: 18px;
    }
    .b_iconimg3{
        width: 24.5px;
        height: 18px;
    }
    .by{
        font-size: 16px;
    }
    .txt_box h3 img{
        width: 24.5px;
        height: 18px;
    }
    .AI_desc{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: 70%;
        margin: auto;
        display: flex;
    }
    .AI_desc a{
        cursor: pointer;
    }
    .news_info img{
        width: 90px;
        height: 90px;
    }
    .ba{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .news_left{
        margin-bottom: 20px;
    }
    .txt_box{
        height: 300px;
    }
    .slide_bg{
        height: 300px;
        object-fit: cover;
    }
    .main_title{
        margin-top: 30px;
    }
    .scroll_box{
        margin-top: 30px;
    }
    .user{
        width: 90%;
    }
    .video{
        width: 95%;
    }
    .path_box{
        width: 95%;
    }
    .scroll_box{
        width: 95%;
    }
    .news{
        width: 95%;
    }
    .footer_content{
        width: 95%;
    }
    .AI_desc div{
        width: 70%;
    }
    .loginin{
        width: 45px;
        height: 25px;
        margin-right: 10px;
        line-height: 25px;
    }
}
@media (min-width: 210px) and (max-width: 599px) {
    .news_desc_content{
        font-size: 12px;
    }
    .news_desc span{
        font-size: 12px;
    }
    .user{
        width: 70%;
    }
    .video{
        width: 85%;
    }
    .path_box{
        width: 85%;
    }
    .scroll_box{
        width:100%;
    }
    .news{
        width: 90%;
    }
    .footer_content{
        width: 85%;
    }
    .teams_item{
        min-width: 200px;
        max-width: 300px;
        padding-left: 15px;
    }
    .desc{
        max-width: auto;
        height: 80px;
    }
    .teams_info{
        width: 90%;
        align-items: center;
        height: 30px;
    }
    .teams_info h3{
        font-size: 14px;
        margin-left: 10x;
    }
    .teams_info p{
        font-size: 12px;
    }
    .teams_avar{
        width: 60px;
        height: 60px;
    }
    .teams_avar img {
        width: 50px;
        height: 50px;
    }
    .showdom {
        width: 103%;
        height: 26px;
        position: absolute;
        bottom: 32px;
        left: 21px;
    }
    .footer_content{
        display: block;
    }
    .f_nav{
        display: block;
        margin-top: 20px;
    }
    .footer_logo img{
        margin: auto;
        display: block;
    }
    .footer_logo span{
        text-align: center;
    }
    .code_box{
        justify-content: center;
    }
    .ul_box{
        justify-content: center;
        margin-top: 20px
    }
    .ul_box ul{
        display: flex;
    }
    .ul_box ul li{
        margin-left: 3px;
        margin-right: 3px;
    }
    .news_left{
        width: 100%;
    }
    .news_right{
        width: 100%;
    }
    .new_item{
        width:92%;
        padding: 3%;
    }
    .news_left h3{
        text-align: center;
        font-size: 18px;
    }
    .news_left img{
        display: block;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .news_left span{
        text-align: center;
        font-size: 18px;
    }
    .main_title h3{
        font-size: 15px;
    }
    .main_title p{
        font-size: 8px;
        margin-top: 10px;
    }
    .video{
        height: 200px;
        margin-top:10px;
    }
    .logopb{
        width: 85%;
        margin: auto;
        display: block;
    }
    .fw_box_main{
        display: none;
    }
    .txt_box h3{
        font-size: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .txt_box p{
        font-size: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 0;
    }
    .txt_box span{
        font-size: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 10px;
    }
    .banner{
        height:165px;
    }
    .swiper-container{
        height: 165px;
    }
    .phone_nav{
        position: relative;
        display: block;
    }
    .phonenav{
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .phone_nav_box{
        width: 123px;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
        position: absolute;
        right: 0px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        display: none;
    }
    .phone_nav_box_item span{
        color: #333;
        font-size: 16px;
    }
    .phone_nav_box_item a{
        display: block;
        color: #999;
        font-size: 14px;
        margin-top: 5px;
        cursor: pointer;
    }
    .phone_nav_box_item a b{
        color: #5B3AFD;
        font-size: 14px;
        margin-left: 10px;
    }
    .main_nav_phone{
        color: #333;
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .user{
        min-width: 80%;
        top: 10px;
    }
    .nav{
        display: none;
    }
    .showicon b{
        font-size: 12px;
    }
    .b_iconimg0{
        width: 21px;
        height: 21px;
    }
    .b_iconimg1{
        width: 19px;
        height: 19px;
    }
    .b_iconimg2{
        width: 24.5px;
        height: 18px;
    }
    .b_iconimg3{
        width: 24.5px;
        height: 18px;
    }
    .by{
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 10px;
    }
    .txt_box h3 img{
        width: 24.5px;
        height: 18px;
        margin-right: 5px;
    }
    .AI_desc{
        display: flex;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: 70%;
        margin: auto;
        font-size: 10px !important;
    }
    .news_info img{
        width: 90px;
        height: 90px;
    }
    .ba{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: 85%;
        margin: auto;
        margin-top: 10px;
    }
    .news_left{
        margin-bottom: 20px;
    }
    .txt_box{
        height: 165px;
    }
    .slide_bg{
        height: 165px;
        object-fit: cover;
    }
    .main_title{
        margin-top: 50px;
    }
    .scroll_box{
        margin-top: 0px;
    }
    .top{
        padding: 6px 40px;
    }
    .logoimg{
        width: auto;
        height: 26px;
    }
    .phonenav{
        width: 20px;
        height: 20px;
    }
    .desc div{
        width: 100px;
    }
    .desc div{
        font-size: 12px;
        -webkit-line-clamp: 2;
        height: 36px;
        margin-top: 10px;
        margin-left: 10px;
    }
    .star{
        height: 25px;
        width: 25px;
    }
    .teams_item{
        margin-left: 25px;
    }
    .news_box {
        margin-top: 40px;
        padding: 20px 0 50px 0;
    }
    .footer{
        padding: 30px 0 22px 0;
    }
    .teams{
        margin-top: 25px;
    }
    .AI_desc div{
        width: 60%;
    }
    .loginin{
        width: 40px;
        height: 20px;
        margin-right: 10px;
        line-height: 20px;
        font-size: 10px;
    }
}