@keyframes anfont {
    0% {transform: translateY(10px) ;}
    100% {opacity: 1;transform: translateY(0px) ;}
}
@-webkit-keyframes anfont /* Safari 与 Chrome */{
    0% {transform: translateY(10px);}
    100% {opacity: 1;transform: translateY(0px);}/*结束状态 透明度为1*/
}
@keyframes anicon {
    0% {transform: translateX(124px) translateY(78px);}
    100% {transform: translateX(124px) translateY(88px);}
}
@-webkit-keyframes anicon /* Safari 与 Chrome */{
    0% {transform: translateX(124px) translateY(78px);}
    100% {transform: translateX(124px) translateY(88px);}/*结束状态 透明度为1*/
}
html{
    min-width: 1300px;
}

a{
    text-decoration: none;
    color: #FFFFFF;
}
a:hover {
    color: #ffbd00 !important;
    text-decoration: underline;
}
.All{
    height: 100%;
    width: 100%;
}
.Top{
    width: 100%;
    height: 70px;
    background-color: #0D0D0D;
    display: flex;
    justify-content: flex-start;
}
.TopBar{
    height: 100%;
    width: 747px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 0 19%;
}
.TopBarLogo{
    width: 172px;
    height: 42px;
    background: url('../img/index/HomePageLogo.png') no-repeat center/contain ;
}
.bar{
    width: 100px;
    height: 25px;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.Rotation-Chart{
    width: 100%;
    height: auto;

}
.d-block{
    width: 100%;
    height: 100%;
}
.SolutionBg{
    width: 100%;
    height: 840px;
    background-color: #F3F8FF;
    display: flex;
    flex-direction: column;
    align-items: center;

}
/*.Solution{*/
/*    min-width: 496px;*/
/*    min-height: 90px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    padding-top: 123px;*/
/*}*/
/*.Solution-title{*/
/*    font-size: 39px;*/
/*    color: #0960C6;*/
/*    width: 480px;*/
/*    height: 53px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

.solution-introduction{
    width: 1200px;
    height: 50%;
    margin-top: 90px;
    display: flex;
    min-width: 1000px;
}
.solution-img{
    background: url('../img/index/solution-img.png') no-repeat center/contain ;
    height: 280px;
    width: 50%;
    transition: all 1s;
    transform: translateY(125px);
    opacity:0;
}
.solution-text{
    margin-left: 44px;
    min-height: 294px;
    width: 533px;
    display: flex;
    flex-direction: column;
    flex-wrap:unset;
}
.solution-text>div{
    color: #333333;
    font-size: 20px;
    line-height: 38px;
    transition: all 1s;
    transform: translateY(80px);
    opacity: 0;
    margin-bottom: 38px;
}
.solution-text>div>span{
   font-weight: 600;
}
.menu-bg{
    width: 100%;
    height: 1068px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu{
    width: 0;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 140px;
    transition: all 1s;
    opacity: 0;
    overflow: hidden;
}
.menu-title{
    font-size: 39px;
    color: #0960C6;
    width: 480px;
    height: 53px;
    display: flex;
    justify-content: center;
}
.menu-title-underline{
    width: 206px;
    height: 3px;
    background-color: #0960C6;
    margin-top: 22px;
}
.menu-text{
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;

}
.menu-text1{
    max-width: 70%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}
.menu-row1{
    width: 970px;
    height: 156px;
    margin-top: 82px;
    display: flex;
    justify-content: space-between;

}
.menu-icon-row1{
    width: 16.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 1s all ;
    transform: translateY(60px);
    opacity: 0;
}
.bottomFadeOut{
    transform: translateY(0px) !important;
    opacity: 1 !important;
}
.menu-icon{
    width: 58px;
    height: 55px;
}
.menu-son-title{
    font-size: 1.375rem;
    font-weight: 400;
    padding: 11px 0 11px 0;
}
.menu-synopsis{
    text-align: center;
    font-size: 16px;
    color: #666666;
}
.live-streaming-bg{
    width: 100%;
    height: 885px;
    background-image: url('../img/index/live-streaming-bg.jpg');
    display: flex;
    flex-direction: column;
    align-items: center;
}
.live-streaming-row1{
    width: 1150px;
    height: 156px;
    display: flex;
    justify-content: space-between;
}
.live-streaming-row1>div{
    width: 41%;
    height: 100%;
    display: flex;
    align-items:center;
    transition: 1s all;
    opacity: 0;
    visibility: hidden;
}
.fadeOutAllAround{
    transform: translateX(0px) translateY(0px) !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.live-streaming-iocn{
    width: 89px;
    height: 88px;
}
.live-streaming-iocn+div{
    width: 76%;
    height: 100%;
    margin-left: 26px;
    display: flex;
    flex-direction: column;
    flex-wrap:wrap;
    justify-content:flex-start;
    color: #FFFFFF;
}
.market-bg{
    width: 100%;
    height: 1100px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.market-text{
    width: 70%;
    height: 53%;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.market-text>div{
    width: 1070px;
    height: auto;
    display: flex;
    justify-content:space-between;
}
.market-icon-row1{
    width: 291px;
    height: 230px;
    display: flex;
    flex-direction:column;
    align-items:center;
    transition: 1s all;
    transform: translateY(60px);
    opacity: 0;
}
.market-icon{
    background: url('../img/index/icon14.png')no-repeat center/contain;
    height: 90px;
    width: 90px;
}
.market-title{
    font-size: 22px;
    font-weight: bold;
    padding: 32px 0 24px 0;
}
.market-synopsis{
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    text-align: center;
}
.solution-bg{
    width: 100%;
    height: 2256px;
    background-color: #F3F8FF;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solution-img-1{
    width: 1140px;
    height: 697px;
    margin-top: 130px;
}
.animation-bg{
    width: 1200px;
    height: 697px;
    /*background: #1c7430;*/
    position: relative;
}
.animation-element,.animation-line{
    min-width: 100px;
    min-height: 70px;
    position: absolute;
}
.animation-font{
    font-size: 20px;
    color: #2982E8;
    position: absolute;
    font-weight: 600;
    width: 85px;
    text-align: center;
    animation: 4s anfont infinite alternate both ;
}
.client-bg{
    width: 100%;
    height: 900px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.client-img{
    width: 1203px;
    height: 382px;
    margin-top: 120px;
}
.bottom{
    width: 100%;
    height: 296px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-logo{
    background: url('../img/index/bottom-logo.png')no-repeat center/contain;
    width: 110px;
    height: 100px;
}
.bottom-all-bar{
    width: 400px;
    height: 114px;
    display: flex;
    flex-direction: column;
    margin-left: 68px;
}
.bottom-bar{
    width: 400px;
    height: 15px;
    display: flex;
    justify-content: space-between;
    /*margin-top: 17px;*/
}
.bottom-bar>div{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
}
.bottom-phone{
    width: 175px;
    height: 115px;
    display: flex;
    flex-direction: column;
    margin-left: 93px;
    padding-top: 17px;
    align-items: center;
}
.bottom-phone>div{
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}
/*.news-img{*/
    /*width: 100%;*/
    /*height: 406px;*/
    /*background: url('../img/index/news-img.png')no-repeat center/cover;*/
/*}*/
.news-title{
    width: 100%;
    height: 76px;
    border-bottom: 1px solid #ECECEC;
}
.news-title>div{
    width: 63px;
    height: 75px;
    font-size: 15px;
    color: #333333;
    display: flex;
   align-items: center;
    border-bottom: 3px solid #3699FF;
    margin-left: 360px;
}
.news-row{
    width: 100%;
    height: 352px;
    margin-top: 38px;
    display: flex;
    justify-content:center;
    margin-bottom: 30px;
}
.news-row>div{
    width: 376px;
    height: 350px;
    border:1px solid #CCCCCC;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-title-row{
    margin-top: 16px;
    width: 360px;
}
.news-time{
    width: 348px;
    margin-top: 8px;
}
.news-item{
    width: 100%;
    height: 1076px;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-item>div{
    width: 1200px;
    height: 141px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
}
.news-item-time{
    font-weight: 800;
    font-size: 38px;
    color: #B0B0B0;
    width: 120px;
    height: 75px;
    display: flex;
    flex-wrap:wrap;
}
.news-item-box{
    width: 872px;
    height: 67px;
    margin-left: 54px;
    display: flex;
    flex-direction: column;
}
.news-item-title{
    font-weight: 800;
    font-size: 20px;
}
.news-introduction{
    font-size: 14px;
    color: #999999;
    margin-top: 16px;
}
.news-button{
    width: 60px;
    height: 24px;
    margin-left: 130px;
    color: #444444;
}
.imgBox{
    position: relative;
}
.bgItem{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20%;
    left: 20%;
}
.itemTitle{
    font-size: 4vw;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 20px;
}
.itemContent{
    color: #FFFFFF;
    font-size: 1.8vw;
    margin-bottom: 45px;
}
.itemBtn{
    background: #0879FD;
    color: #FFFFFF;
    padding: 15px;
    width: 100px;
    border-radius: 5px;
    cursor: pointer;
}
.QRcode{
    width: 90px;
    height: 90px;
    margin-top: 5px;
    background: url("../img/index/QRcode.png") no-repeat center/contain;
}
