﻿.hometitle{
    font-size: 35px;
    color: #333333;
    line-height: 38px;
    margin: 0 ;
    text-align: center;
    font-weight: bold;
}


/*bannerq区域*/
.banner{
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("../img/bannerhome.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.banner p{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}




/*  可信AI大模型全栈式自动化开发平台 区域*/
.hometwo{
    margin: 70px 0 0 0;
}
.hometwo .hometworow{
    margin: 50px 0 30px 0;
    display: block;
    overflow: hidden;
    padding: 0 4px;
}
.hometwo .hometworow .left{
    width: 27.692%;
    float: left;
}
.hometwo .hometworow .left li a{
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    width: 360px;
    height: 140px;
    opacity: 1;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    padding: 0 8%;
}

.hometwo .hometworow .left li a img{
    width: 56px;
    height: 56px;
}
.hometwo .hometworow .left li a .text{
    padding: 0 0 0 16px;
}
.hometwo .hometworow .left li a .text div{
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 6px;
}
.hometwo .hometworow .left li a .text p{
    font-size: 14px;
    color: #666;
}
.hometwo .hometworow .left li a:hover{
    color: #fff;
    background-image: -webkit-linear-gradient(-180deg, #2a27a7, #82308e);
    box-shadow: 0 2px 6px rgba(102, 8, 116, .2);
}
.hometwo .hometworow .left li a:hover div,
.hometwo .hometworow .left li a:hover p{
    color: #fff;
}

.hometwo .hometworow .right{
    width: 69.23%;
    float: left;
    margin: 0 0 0 20px;
}
/*pc轮播图区域*/
.swiperBox{
    padding: 0;
    margin-top: 0px;
    position: relative;
}

.swiperBox .swiper-slide{
    max-height: 470px;
    overflow: hidden;
    position: relative;
}
.swiperBox .swiper-slide .swripertext{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    padding: 60px 70px;
}
.swiperBox .swiper-slide .swripertext h4{
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 10px 0 ;
}
.swiperBox .swiper-slide .swripertext p{
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 0 10px 0 ;
}
.swiperBox .swiper-slide img{
    width: 100%;
}
.swiperBox  .swiper-button-prev,
.swiperBox  .swiper-button-next{
    position: absolute;
    width: 36px;
    height: 36px;
    background-color: rgba(0,0,0,0.2);
    background-size: 8px;
    top: 55%;
    border-radius: 50%;
    transform: translate(0,-50%);
    transition: all 0.5s;
    opacity: 0;
}
.swiperBox  .swiper-button-prev{
    left: -10%;
}
.swiperBox  .swiper-button-next{
     right: -10%;
}
.swiperBox .swiper-pagination{
    bottom:55px;
}
.swiperBox .swiper-pagination span{
    width: 30px;
    height: 2px;
    background: #FFFFFF;
    opacity: 0.5;
}
.swiperBox .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}

.swiperBox:hover .swiper-button-prev{
    left: 2%;
    opacity: 1;
}
.swiperBox:hover .swiper-button-next{
    right: 2%;
    opacity: 1;
}
.swiperBox  .swiper-button-prev:hover,
.swiperBox  .swiper-button-next:hover{
    background-color: rgba(0,0,0,0.4);
}
.swiperBox .threeul{
    width: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    z-index: 1;
    margin: 0;
}
.swiperBox .threeul li{
    width: 33.33%;
    float: left;
}
.swiperBox .threeul li a{
    display: block;
    height: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    position: relative;
    padding: 14px 4px;
}
.swiperBox .threeul li a:after{
    width: 1px;
    height: 50%;
    top: 25%;
    background: #FFFFFF;
    display: inline-block;
    content: " ";
    right: 0%;
    position: absolute;
}
.swiperBox .threeul li:last-child a:after{
    display: none;
}



/*个性化产品服务*/
.homethree{
    padding: 80px 0 60px 0;
    background-image: url(../img/homebg3.png) ;
}
.homethree .container{
    max-width: 1200px;
}
.homethree .homethreeul{
    margin: 50px -25px 0 -25px;
    padding: 0 50px 0 0;
    display: block;
    overflow: hidden;
}
.homethree .homethreeul li{
    padding: 8px 25px;
}
.homethree .homethreeul li a{
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 20px 20px 90px 20px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.homethree .homethreeul li a img{
    width: 80%;
}
.homethree .homethreeul li a h4{
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    letter-spacing: -0.5px;
    margin: 10px 0 0 0 ;
}
.homethree .homethreeul li a div{
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 34px;
}
.homethree .homethreeul li a span{
    width: 50px;
    margin: 5px 0;
    height: 2px;
    display: inline-block;
    background: #af8bcf;
}
.homethree .homethreeul li a p{
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 34px;
    height:136px;
    display: block;
    overflow: hidden;
    margin: 0;
}
.homethree .homethreeul li a:hover{
    background: linear-gradient(180deg, #81308e, #2a27a7), #fff;
}
.homethree .homethreeul li a:hover *{
    color: #ffffff;
}




/*个性化产品服务*/
.homefure{
    padding: 50px 0 60px 0;
    background-image: url(../img/homebg4.png) ;
}
.homefure .container{
    max-width: 1200px;
}
.homefure .container .homefurebox{
    padding: 60px 0 0 0;
}
.homefure .container .left{
    padding: 0 0 0 100px;
}
.homefure .container .left img{
    width: 100%;
}
.homefure .container .right{
    padding: 60px 0 0 100px;
}
.homefure .container .right .homefuretitle{
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #333333;
}
.homefure .container .right ul{
    display: block;
    overflow: hidden;
    max-width: 480px;
}
.homefure .container .right ul li{
    width: 50%;
    float: left;
    text-align: left;
    margin: 25px 0;
    font-size: 16px;
    color: #333333;
}
.homefure .container .right ul li img{
    width: 20px;
    margin:-1px 16px 0 0 ;
    vertical-align: middle;
    display: inline-block;
}





/*特色优势*/
.homefive{
    padding: 100px 0 80px 0;
    background: #ffffff;
}
.homefive .container{
    max-width: 1200px;
}
.homefive .homefiveul{
    margin: 50px -25px 0 -25px;
    padding: 0 0 0 50px ;
    display: block;
    overflow: hidden;
}
.homefive .homefiveul li{
    padding:10px 25px;
}
.homefive .homefiveul li a{
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 30px;
    height: 420px;
    box-shadow: 2px 5px 12px rgba(0, 0, 0, .1);
    background: url("../img/homefive1.png")no-repeat center;
    background-size: cover;
}
.homefive .homefiveul li:nth-child(2) a{
    background: url("../img/homefive2.png")no-repeat center;
    background-size: cover;
}
.homefive .homefiveul li:nth-child(3) a{
    background: url("../img/homefive3.png")no-repeat center;
    background-size: cover;
}
.homefive .homefiveul li a h4{
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 40px 0;
    padding: 0 0 20px 0;
    color: #660874;
    border-bottom: 1px #f5e3fa solid;
}
.homefive .homefiveul li a p{
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin:  0 0 38px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.homefive .homefiveul li a p img{
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0 8px 0 0;
}



/*OpenGADL部分合作客户*/
.homesix{
    padding: 80px 0 110px 0;
    background-image: url(../img/homebg6.png) ;
}
.homesix .container{
    max-width: 1000px;
}
.homesix .container .swiperlogo{
    margin-top: 34px;
}
.homesix .container .swiper-slide a{
    width: 100%;
    height: 100px;
    display: block;
    cursor: pointer;
    line-height: 100px;
}
.homesix .container .swiper-slide a img{
    width: 100%;
    height: 100%;
    display: inline-block;
}






/*响应式区域*/
@media screen and (max-width: 1400px) {
    .hometitle {
        font-size: 34px;
        line-height: 36px;
    }
    .banner p {
        font-size: 38px;
    }

}
@media screen and (max-width: 1300px) {
    .hometwo .hometworow .left li a{
        width: 100%;
        height: 130px;
    }
    .swiperBox .swiper-slide {
        max-height: 440px;
    }
    .homethree .homethreeul {
        padding: 0;
    }
    .homefure .container .right .homefuretitle {
        margin-bottom: 10px;
        font-size: 24px;
    }

}
@media screen and (max-width: 1200px) {
    .hometitle {
        font-size: 32px;
        line-height: 34px;
    }
    .banner p {
        font-size: 34px;
    }

    .hometwo .hometworow .left li a{
        height: 104px;
    }
    .swiperBox .swiper-slide {
        max-height: 360px;
    }
    .swiperBox .swiper-slide .swripertext {
        padding: 50px;
    }
    .swiperBox .swiper-slide .swripertext h4 {
        font-size: 32px;
        margin: 0 0 8px 0;
    }
    .homethree {
        padding: 60px 0 60px 0;
    }
    .homethree .homethreeul{
        margin: 30px -15px 0 -15px;
    }
    .homethree .homethreeul li {
        padding: 8px 15px;
    }
    .homethree .homethreeul li a h4 {
        font-size: 22px;
        margin: 8px 0 0 0;
    }
    .homethree .homethreeul li a div {
        font-size: 15px;
        line-height: 32px;
    }
    .homethree .homethreeul li a p {
        font-size: 15px;
        line-height: 30px;
        height: 150px;
        letter-spacing: 0;
    }
    .homefure .container .right .homefuretitle {
        margin-bottom: 8px;
        font-size: 22px;
    }
    .homefure .container .right ul{
        margin-top: 18px;
    }
    .homefure .container .right ul li {
        margin: 10px 0;
    }

    .homefive {
        padding: 50px 0 50px 0;
    }
    .homefive .homefiveul {
        margin: 30px -15px 0 -15px;
        padding: 0 0 0 0px;
    }
    .homefive .homefiveul li {
        padding: 10px 15px;
    }
    .homefive .homefiveul li a h4 {
        font-size: 30px;
        margin: 0 0 34px 0;
        padding: 0 0 18px 0;
    }


}
@media screen and (max-width: 1100px) {
    .hometitle {
        font-size: 30px;
        line-height: 32px;
    }
    .banner p {
        font-size: 32px;
    }
    .swiperBox .swiper-slide .swripertext h4 {
        font-size: 28px;
    }

}
@media screen and (max-width: 992px) {
    .hometwo .hometworow .left li a{
        height: 90px;
        margin-bottom: 18px;
    }
    .swiperBox .swiper-slide {
         height: 308px;
    }
    .swiperBox .swiper-slide img{
        height: 100%;
    }
    .hometwo .hometworow .left li a img {
        width: 48px;
        height: 48px;
    }
    .hometwo .hometworow .left li a .text div {
        font-size: 17px;
        margin-bottom: 4px;
    }
    .hometwo .hometworow .left li a .text p {
        font-size: 13px;
        letter-spacing: 0;
    }
    .swiperBox .swiper-slide .swripertext {
        padding: 30px;
    }
    .swiperBox .swiper-slide .swripertext h4 {
        font-size: 22px;
        margin: 0 0 6px 0;
    }
    .swiperBox .swiper-slide .swripertext p {
        font-size: 16px;
    }

    .homethree .homethreeul li a h4{
        height: 48px;
    }
    .homethree .homethreeul li a{
        padding: 20px 20px 60px 20px;
    }

    .homefure {
        padding:  50px 0;
    }
    .homefure .container .right {
        padding: 27px 0 0 60px;
    }
    .homefure .container .homefurebox {
        padding: 40px 0 0 0;
    }
    .homefure .container .right ul{
        margin-top: 18px;
    }

    .homefive .homefiveul li a {
        padding: 28px;
        height: 380px;
    }
    .homefive .homefiveul li a p {
        font-size: 16px;
        margin: 0 0 30px 0;
    }

}


@media screen and (max-width: 768px) {
    .hometitle {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0;
    }
    .banner p {
        font-size: 20px;
        letter-spacing: 0;
    }

    .banner{
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
    }
    .hometwo {
        margin: 20px 0 0 0;
    }
    .hometwo .hometworow {
        margin: 10px 0 0px 0;
        padding: 0;
    }
    .hometwo .hometworow .left,
    .hometwo .hometworow .right{
        width: 100%;
        margin: 0;
    }
    .hometwo .hometworow .left ul{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 12px;
    }
    .hometwo .hometworow .left li{
        width: 110px;
        height: 140px;
        background: #fafafa;
        padding: 20px 0 ;
        margin: 5px;
        box-shadow: 0 1px 2px rgba(102, 8, 116, .2);
    }
    .hometwo .hometworow .left li a{
        height: auto;
        padding: 0;
        display: block;
        background: none !important;
        box-shadow: none !important;
        text-align: center;
    }
    .hometwo .hometworow .left li a img {
        width: 40px;
        height: 40px;
    }
    .hometwo .hometworow .left li a .text{
        padding: 0 4px;
    }
    .hometwo .hometworow .left li a .text div {
        margin: 4px 0;
        color: #333;
        font-size: 14px;
        font-weight: 700;
    }
    .hometwo .hometworow .left li a .text p {
        font-size: 12px;
        color: #666666;
        text-align: center;
        transform:scale(0.92);
    }
    .swiperBox .swiper-slide {
        height: auto;
    }
    .swiperBox .swiper-slide a{
        display: block;
    }
    .swiperBox .swiper-slide .swripertext {
        padding: 20px;
    }
    .swiperBox .swiper-slide .swripertext h4 {
        font-size: 18px;
        margin: 0 0 8px 0;
    }
    .swiperBox .swiper-slide .swripertext p {
        font-size: 14px;
    }
    .swiperBox .swiper-slide img{
        height: auto;
        width: 100%;
    }
    .swiperBox .threeul li a {
        font-size: 12px;
        line-height: 14px;
        padding: 8px 4px;
        letter-spacing: 0;
    }
    .swiperBox .swiper-pagination {
        bottom: 50px;
    }
    .swiperBox .swiper-pagination span {
        width: 18px;
        height: 2px;
        border-radius: 2px;
        margin: 0 2px !important;
    }
    .swiperBox .threeul li a:after {
        height: 30%;
        top: 35%;
    }


    .homethree {
        padding: 30px 0 0px 0;
    }
    .homethree .homethreeul {
        margin: 20px -15px 10px -15px;
    }
    .homethree .homethreeul li {
        padding: 5px 10px;
    }
    .homethree .homethreeul li a{
         max-width: 340px;
        margin: 0 auto;
    }
    .homethree .homethreeul li a{
        padding: 20px 20px 40px 20px;
    }
    .homethree .homethreeul li a h4{
        height: auto;
        font-size: 22px;
        color: #000000;
    }
    .homethree .homethreeul li a div{
        color: #000000;
    }
    .homethree .homethreeul li a p {
        line-height: 26px;
        height: auto;
        color: #666666;
    }


    .homefure {
        padding: 50px 0 0px 0;
        background: none;
    }
    .homefure .container .homefurebox {
        padding: 34px 0 0 0;
    }
    .homefure .container .left {
        padding: 0 0 0 0px;
        text-align: center;
    }
    .homefure .container .left img{
        max-width: 340px;
        width: 90%;
    }
    .homefure .container .right {
        padding: 27px 15px;
    }
    .homefure .container .right .homefuretitle{
        text-align: left;
        font-size: 24px;
        font-weight: 500;
        color: #333;
        margin: 0 0 4px 0 ;
    }
    .homefure .container .right ul li{
        margin: 10px 0 24px 0;
    }
    .homefure .container .right ul li:nth-child(4),
    .homefure .container .right ul li:nth-child(3){
        margin-bottom: 0;
    }

    .homefive {

        padding: 0px 0 20px 0;
    }
    .homefive .homefiveul li {
        padding: 10px 20px;
    }
    .homefive .homefiveul li a{
        max-width: 340px;
        margin: 0 auto;
        padding: 20px 30px;
        height: 250px;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 104% 106% !important;
        border: 1px #f1f1f1 solid;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, .08);
    }
    .homefive .homefiveul li a h4{
        margin: 0 0 24px 0;
        padding: 0 0 10px 0;
        font-size: 24px;
        font-weight: 500;
        color: #660874;
    }
    .homefive .homefiveul li a p {
        margin: 0 0 14px 0;
        font-size: 16px;
        font-weight: 500;
        color: #333;
    }
    .homefive .homefiveul li a p img {
        width: 16px;
        height: 16px;
        margin: 0 4px 0 0;
    }

    .homesix {
        background: none;
        padding: 20px 0 30px 0;
    }
    .homesix .container .swiperlogo {
        margin-top: 20px;
    }
    .homesix .container .swiper-slide a {
        height: 60px;
        line-height: 60px;
    }





}


@media screen and (max-width: 400px) {
    .homefure .container .right ul li {
        margin: 18px 0;
        width: 100%;
    }


}