@font-face {
    font-family: 'OPPOSANS-B';
    src: url('../fonts/OPPOSANS-B.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OPPOSANS-M';
    src: url('../fonts/OPPOSANS-M.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.banner{
    margin-top: 82px;
}
.banner_item{
    height: 432px;
    background-image: url('../img/AI/banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner-content{
    max-width: 1200px;
    width: 80%;
    margin: auto;
    padding-top: 99px;
    box-sizing: border-box;
}
.banner-title{
    max-width: 60%;
    font-family: 'OPPOSANS-M';
    font-size: 45px;
    color: #FFFFFF;
}
.banner-describe{
    width: 53%;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 22px;
}
/* 企业全能助手--content1 */
.content-wrapper{
    background: #fff;
} 
.qnzs-title{
    padding: 86px 0 78px;
    font-size: 42px;
    line-height: 42px;
    color: #000000;
    text-align: center;
    font-family: 'OPPOSANS-M';
}
.gzzs-box-wrapper, .znyg-box-wrapper, .shzl-box-wrapper, .more-box-wrapper{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 6%;
    max-height: 592px;
}
.gzzs-box-wrapper{
    background-image:url('../img/AI/content1bg.png');
    margin-bottom: 81px;
}
.znyg-box-wrapper{
    background-image:url('https://oss.xhsqy.com/test/file/common/7/10b79fc3e63243749c94d30c5970a8c8.png');
    margin-bottom: 84px;
}
.shzl-box-wrapper{
    background-image:url('../img/AI/content3bg.png');
    margin-bottom: 59px;
}
.more-box-wrapper{
    min-height: 426px;
    background-image:url('../img/AI/content4bg.png');
    max-width: 1200px;
    width: 80%;
    margin: auto;
    display: flex;
    align-items: flex-end;
}
.content-box{
    max-width: 1320px;
    width: 85%;
    margin: auto;
    display: flex;
}
.gzzs-right-box, .shzl-right-box, .znyg-left-box{
    width: 49.5%;
    display: flex;
    align-items: flex-end;
    position: relative;
    top: -58px;
}
.shzl-right-box{
    width: 45%;
    top: -50px;
}
.znyg-left-box{
    width: 47.9%;
    top: -66px;
}
.more-left-box{
    width: 36.8%;
    top: 32px;
}
.gzzs-right-box img, .shzl-right-box img, .znyg-left-box img, .more-left-box img{
    width: 100%;
}
.gzzs-left-box{
    flex: 1;
    margin-right: 83px;
}
.shzl-left-box{
    flex: 1;
    margin-right: 120px;
}
.znyg-right-box{
    flex: 1;
    margin-left: 67px;
}
.more-right-box{
    flex: 1;
    margin-left: 9.3%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: -50px;
    padding-right: 20px;
    box-sizing: border-box;
}
.gzzs-item-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 1px rgba(43,99,200,0.3);
    border-radius: 18px;
    margin-top: 80px;
    position: relative;
    margin-bottom: 24px;
}
.up-arrow{
    width: 149px;
    height: 82px;
    position: absolute;
    top: 84px;
    right: -169px;
}
.up-arrow2{
    width: 151px;
    height: 84px;
    position: absolute;
    top: 212px;
    right: -125px;
}
.down-arrow{
    width: 150px;
    height: 82px;
    position: absolute;
    top: 157px;
    left: -110px;
}
.gzzs-top{
    height: 57px;
    padding-left: 17px;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 23px;
    font-family: 'OPPOSANS-B';
    border-radius: 18px 18px 0 0;
    background: linear-gradient(90deg, #2FC3E8, #4985FE);
}
.gzzs-top>img{
    width: 67px;
    height: 58px;
    position: relative;
    top: -10px;
}
.gzzs-item-wrapper, .znyg-item-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 32px 45px 15px;
}
.znyg-item-wrapper{
    justify-content: flex-start;
    padding: 31px 38px 17px 52px;
}
.gzzs-item{
    flex: 0 0 calc((100% - 9%)/3); 
    margin-right: 3%;
    min-width: 0;
    font-size: 17px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 26px;
}
.znyg-item{
    flex: 0 0 calc((100% - 9%)/3); 
    height: 43px;
    line-height: 43px;
    margin-right: 3%;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 19px;
    background: linear-gradient(0deg, #4985FE, #296BEF);
    border-radius: 10px;
}
.gzzs-item:nth-child(3n){
    margin-right: 0;
}
.gzzs-item>p:first-child{
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    background: linear-gradient(0deg, #2ECAEB, #31B5E0);
    border-radius: 10px;
    margin-bottom: 7px;
}  
.gzzs-item>p:last-child{
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #5D5D5D;
}  
.more-box{
    width: 100%;
    padding-top: 32px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}
.more-text{
    width: auto;
    font-weight: bold;
    font-size: 39px;
    color: #FFFFFF;
    line-height: 44px;
    margin-bottom: 20px;
}
.download{
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 37px;
    padding-left: 12.5%;
}
.download>img{
    width: 23px;
    height: 22px;
    margin-left: 7px;
}
.ewm-group{
    width: 354px;
    height: 179px;
    margin-left: 6%;
    margin-bottom: 20px;
}