
.TopNav{
    /* height:90px; */
    width: 100%;
    background: rgba(4, 4, 148,0.7);
    position:fixed;
    /* opacity: 0.9; */
    top:0;
    z-index: 999;
    color: rgba(255, 255, 255, 1);
}
.contentarea{
    width:1200px;
    margin:0 auto;
}
.TopNavContent{
    width:1200px;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Leftlogo{
    display:flex;
    align-items: center;
    flex-shrink: 0;
    margin-right:100px;
    margin-top:22px;
    margin-bottom:22px;
}
.Leftlogo .imgleft{
    margin-right:22px;
}
.logoTextTop .logoSpanLeft{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FEFEFE;
}
.logoTextTop .logoSpanRight{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FEFEFE;
}
.logoTextBottom{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
}
.navlistAi{
    flex:1;
    display:flex;
    padding-top:52px;
    
}
/* .navlistAi ul{
    width:100%;
    display:flex;
    padding-top:52px;
} */
.navlistAi li{
    width:20%;
    text-align:center;
}
.navlistAi li a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    /* color: #C7C7C7;
    transition: color 0.3s ease-in-out; */
    color: rgba(255, 255, 255, 1);
    transition: color 0.3s ease-in-out;
}
.navlistAi li a:hover {
    color: #FFFFFF;
}
/* banner */
.Aibanner{
    width: 100%;
    height: 100vh;
    background: url("../images/AIGCHome/banner.png") no-repeat top center;
    background-size:cover;
    position:relative;
    overflow:hidden;
}
.Aibannerimg{ 
    width:100%;
    height:100vh; 
    background: url("../images/AIGCHome/bannner_content.png") no-repeat;
    background-position: right top 230px;
}
.bannerh2{
    padding-top:166px;
    font-size: 48px;
    font-family: Nowar-C&C-Warcraft-CN-Bold;
    font-weight: bold;
    color: #FEFEFE;
    text-shadow: 0px 6px 4px rgba(2,6,97,0.6);
    margin-bottom:22px;
}
.QES{
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #FEFEFE;
    opacity: 0.5;
    margin-bottom:40px;
}
.tishengp{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FEFEFE;
    margin-bottom:20px;
}
.xhx{
    display:inline-block;
    width: 300px;
    height: 2px;
    background: #FFFFFF;
    opacity: 0.3;
}
.bannerul{
    margin-top:65px;
    display:flex;
    flex-wrap: wrap;
    width:450px;
    justify-content:space-between;
    margin-bottom:40px;
}
.bannerli{
    width:194px;
    display:flex;
    align-items:center;
    margin-bottom:30px;
}
.bannerli span{
    display:inline-block;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.bannerli img{
    width:20px;
    height:20px;
    margin-right:20px;
}
/* AIGC */
.titleh3{
    margin-top:100px;
    text-align:center;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #001E4A;
}
.AIGCcontent{
    width:100%;
    display:flex;
    align-items:center;
}
/* AIGCbox1 */
.AIGC1content{
    margin-top:104px;
}
.AIGC1left{
    width:557px;
    margin-right:36px;
}
.AIGC1left .leftp1{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1642C5;
    text-align:center;
    margin-bottom:26px;
}
.AIGC1left .leftp2{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1642C5;
    text-align:center;
    margin-bottom:32px;
}
.AIGC1left img{
    width:557px;
    display: block;
    height: auto;
    animation: translate 3s ease-in-out infinite;
}
.AIGC1leftimg{
    position: relative;
    display: inline-block;
}

.AIGC1right .rightp1{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom:40px;
}
.AIGC1right .rightp2,.rightp3,.rightp4{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.AIGCbox2{
    width:100%;
    height: auto;
    background: linear-gradient(0deg, #031B48, #02275E);
    /* background-image:url("../images/AIGCHome/AIGC2bg.png"); */
    /* background-repeat:no-repeat; */
    /* background-size:cover; */
}
.AIGC2content{
    margin-top:75px;
    display: flex;
    align-items: center;
    justify-content:space-between;
    /* height: 900px; */
}
.AIGC2left{ 
    margin-right:32px;
}
.AIGC2left .leftp1{
    width:380px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 36px;
    margin-bottom:44px;
}
.AIGC2left .leftp2{
    width:380px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 36px;
}
.AIGC2right{
    margin:0 auto;
}

.AIGC2right img{
    /* width:760px; */  
}
/* 互融云AIGC产品系列 */
.AIGCproList{
    margin-top:80px;
}
.AIGCproList .proListUl{
    margin-bottom:100px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.AIGCproList .proListLi{
    width: 380px;
    height: 660px;
    background: #f4fcfc;
    border-radius: 20px;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:start;
    margin:0 auto 20px;
}
.AIGCproList .proListLi:hover{
    box-shadow:0px 2px 10px 5px rgba(0, 123, 255, 0.5);
}
.proListLi img{
    margin:60px 0 70px 0;
}
.proListLi:nth-child(1) img,.proListLi:nth-child(3) img{
    animation: translate 3s ease-in-out infinite;
}
.proListLi:nth-child(2) img{
    animation: translate1 3s ease-in-out infinite;
}
.proListLi .proListTitle{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom:50px;
}
.proListLi .proListText{
    width: 292px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    text-align:center;
}
/* 技术架构 */
.AIGCjsjg{
    width:100%;
    height:990px;
    background:url("../images/AIGCHome/jishubg.png") no-repeat top center;
    background-size:cover;
}
.AIGCjsjg img{
    width:100%;
    height:auto;
}
/* 技术特色 */
.jstsUl{
    width:100%;
    margin-top:50px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    /* margin-bottom:50px; */
}
.jstsLi{
    width: 290px;
    height: 310px;
    background: #fcfcfc;
    border-radius: 10px;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:start;
    margin:0 auto 30px;
}
.jstsLi:hover{
    box-shadow:0px 2px 10px 5px rgba(0, 123, 255, 0.5);
}
.jstsLi img{
    margin:40px 0 34px;
}
.jstsLi:hover img{
    animation: swing 1s .2s ease both;
}
.jstsLi .jstsTitle{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom:30px;
}
.jstsLi .jstsText{
    width: 208px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align:center;
}

.whySelect{
    width: 100%;
    background: linear-gradient(0deg, rgba(10,72,249,0.99), rgba(10,72,249,0.99), rgba(0,5,149,0.99));
}
.whyUl{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-bottom:50px;
}
.whyLi{
    width: 290px;
    height: 460px;
    background: #2c54dc;
    border-radius: 20px;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:start;
    margin:0 auto 20px;
}
.whyLi:hover{
    background:none;
    border:1px solid #2c54dc;
}
.whyLi img{
    margin:42px 0 24px;
}
.whyLi:hover img{
    animation: swing 1s .2s ease both;
}
.whyLi .whyTitle{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom:32px;
}
.whyLi .whyText{
    width: 244px;
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align:center;
}
/* 立即咨询 */
.consultnow{
    background:url("../images/AIGCHome/footer.png") no-repeat;
    background-size: cover;
    padding-bottom:50px;
}
.consultnow .consultnowTitle{
    text-align:center;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    padding:66px 0 36px;
}
.consultnow .consultnowZixun{
    width: 240px;
    height: 68px;
    background: #30FFFF;
    border-radius: 34px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #02275E;
    line-height:68px;
    text-align:center;
    margin:0 auto;
    cursor: pointer;
}
/* 底部 */
.footer{
    padding-bottom: 15px;
    background-color: #272b2f;
}
.footerTop{
    padding:75px 0 20px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.tmcpTitle{
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}
.rmcp{
    margin-right:200px;
}
.rmcp ul li a{
    font-size: 14px;
    line-height: 34px;
    color: #a8a9ab;
    text-decoration: none;
}
.rmcp ul li a:hover{
    color:#fff;
}
.connectus{
    margin-bottom:15px;
}
.footerNum{
    display:felx;
    align-items:center;
    position:relative;
    margin-bottom: 10px;
}
.footerfticn{
    display: inline-block;
    background: url("../images/fticn.png") no-repeat;
}
.footerNum .fticn1{
    position: absolute;
    top: 3px;
    left: -40px;
    width: 24px;
    height: 22px;
    background-position: 0 -58px;
}
.fticnNum{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #f3b014; 
}
.hotline{
    font-size: 12px;
    color: #979797;
}
.footeraddress{
    display:felx;
    align-items:center;
    position:relative;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
    color: rgba(168,169,171,.7);
}
.footericon{
    position: absolute;
    left: -30px;
    top: 0;
}
.fticnaddress{
    width: 14px;
    height: 16px;
    background-position: 0 0;
}
.fticntel{
    width: 18px;
    height: 14px;
    background-position: 0 -19px;
}
.footertel{
    display:flex;
    align-items:center;
    position:relative;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1;
    color: rgba(168,169,171,.7);
}
.fticnsearch{
    width: 16px;
    height: 16px;
    background-position: 0 -37px;
    top:4px;
}
.orange{
    color:orange;
}
.QRcode{
    width:326px;
    display:flex;
    justify-content: space-between;
}
.QR{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.QR .QRtext{
    margin-top: 16px;
    font-size: 14px;
    line-height: 1;
    color: #8b8c8e;
}
.substation{
    padding: 35px 0 30px;
    box-sizing: border-box;
    border-top: 1px solid rgba(204,204,204,.2);
    border-bottom: 1px solid rgba(204,204,204,.2);
    display: flex;
    line-height: 1;
    font-size: 14px;
}
.substation .titleleft{
    text-align: right;
    width: 118px;
    color: #ffffff;
    padding-right: 30px;
    box-sizing: border-box;
}
.right_list{
    flex:1;
    display:flex;
    flex-wrap:wrap;
}
.substation .right_listli a{
    width:135px;
    display:inline-block;
    margin-bottom: 15px;
    color: rgba(168,169,171,0.7);
    text-decoration: none;
}
.substation .right_listli a:hover{
    color:#fff;
}
.InterSPN{
    padding-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
@media (min-width: 768px) and (max-width: 1200px)  {
    .TopNavContent {
        flex-wrap: wrap;
        width:100%;
    }
    .Leftlogo,
    .navlistAi {
      width: 100%;
    }
    .navlistAi{
        padding-top:15px;
    }
    .navlistAi li{
        padding-bottom:10px;
    }
    .contentarea{
        width:100%;
    }
    .Aibannerimg{
        width:100%;
        height:100vh; 
        background-position: right top 290px;
    }
    .AIGCcontent{
        flex-wrap: wrap;
        width:100%;
    }
    .AIGC1left{
        margin:0 auto;
    }
    .AIGC1right{
        margin-top:30px;
        padding: 0 20px;
    }
    .AIGCbox2{
        /* background-image:none; */
    }
    .AIGC2left{
        margin:0 auto;
    }
    .AIGC2right img{
        margin-top:30px;
        width:100%;
    }
  }
