

img {
    max-width: 100%;
}

/* 首页四大优势亮点 */
.advantage-box {
    max-width:1700px;
    width:100%;
    margin:0 auto;
    padding:0 50px;
    position:relative;
    margin-top:-65px;
    z-index:6
}
.advantage-box ul{
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.advantage-box li{
    flex: 1;
    width: 1px;
    height:120px;
    border-radius:5px;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    padding:15px 27px;
    margin-right:20px;
}
.advantage-box li:hover{
    box-shadow: 5px 5px 20px 0 rgba(55,99,170,.2);
    background-image: linear-gradient(0deg,#f3f5f8,#fff);
    transition: all .5s ease;
}
.advantage-box li:last-child {
    margin-right: 0;
}
.advantage-box li img{
    width:30px;
    float:left
}
.advantage-box li p{
    padding-left:40px;
}
.advantage-box li p span{
    font-weight:bold;
    display:block;
    margin-bottom:8px;
    padding-top:5px;
    font-size:16px;
}
.advantage-box li p i {
    font-style: normal;
    color: rgba(64,71,92,0.7);
    font-size:14px;
}



/*===banner===*/
.banner {
    width: 100%;
    padding-bottom: 34.157%;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
   
}
.home-banner-box{
    position:absolute;
    left:28%;
    top:-3%;
     height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.home-banner-box p{
    font-size:3.8rem;
    font-weight: 500;
    width:100%;
    display:block
}
.home-banner-box p i{
   opacity: 0;
   display: inline-block;
   transform: translate(-150px, 0) scale(.3);
   animation: text-animate .5s forwards;
   font-style:normal
}
/* 定义文字动画 */
.animate i:nth-of-type(2) {animation-delay: .05s;}
.animate i:nth-of-type(3) {animation-delay: .1s;}
.animate i:nth-of-type(4) {animation-delay: .15s;}
.animate i:nth-of-type(5) {animation-delay: .2s;}
.animate i:nth-of-type(6) {animation-delay: .25s;}
.animate i:nth-of-type(7) {animation-delay: .3s;}
.animate i:nth-of-type(8) {animation-delay: .35s;}
.animate i:nth-of-type(9) {animation-delay: .4s;}
@keyframes text-animate {
    40% {
      transform: translate(50px, 0) scale(.7);
      opacity: 1;
    }
    80% {
      transform: translate(0) scale(2);
      opacity: 0;
    }
    100% {
      transform: translate(0) scale(1);
      opacity: 1;
    }
  }
.home-banner-box span{
    font-size:1.2rem;
    color: rgba(64, 71, 92, 0.7);
    display:block;
    margin-bottom:30px;
    margin-top:-10px;
    width:100%
}
.home-banner-box a{
    width: 120px;
    height: 34px;
    line-height:34px;
    color:#fff;
    display:block;
    text-align:center;
    border-radius: 3px;
    background: rgba(29, 120, 255, 1);
    transition: all .5s ease; 
}
.home-banner-box a img{
    width:8px;
    position:relative;
    margin-left:10px;
    top:-2px;
}
.home-banner-box a:hover{
    text-decoration:inherit;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #04befe, #1589F3, #04befe, #1589F3);
    animation-name: background-rotate; 
}


/*===云建产品===*/
.produce-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../Images/produce-bg.jpg);
    background-size: cover !important;
    background-position: 50% !important;
    margin-top: -76px;
    padding-top: 8.6rem;
    padding-bottom: 4rem
}
.card-columns-box {
    width:100%;
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow: 0px 1px 12px  rgba(21, 137, 243, 0.1);
}
.products-li-1{
    width:34%;
    height:450px;
    position:relative;
    overflow:hidden;
    padding:35px 24px;
    float:left
}
.products-li-1::after{
    width:1px;
    height:100%;
    content:"";
    position:absolute;
    right:0;
    top:0;
    background:rgba(235, 240, 252, 1)
}
.pro-bg-1 {
    position: absolute;
    left: -70px;
    top: -60px;
    z-index:1
}
.pro-bg-2 {
    position: absolute;
    right: -70px;
    bottom: -60px;
    z-index: 1
}
.pro-icon{
    z-index:2;
    position:relative;
    width:58px;
    float:left;
}
.pro-right{
    padding-left:82px;
    position:relative;
    z-index:2
}
.pro-title {
    font-size:20px;
    font-weight:bold;
    margin-bottom:14px;
}
.pro-describe {
    font-size: 15px;
    color: rgba(75,91,118,0.8);
    line-height:24px;
    height:48px;
    overflow:hidden
}
.pro-advantage{
    margin-top:30px;
}
.pro-advantage li{
    font-size: 15px;
    padding-top:10px;
    padding-bottom:10px;
}
.pro-advantage li img{
    width:12px;
    float:left;
    position:relative;
    top:5px;
}
.pro-advantage li p{
    padding-left:20px;
    margin-bottom:0
}
.pro-tag{
    margin-top:30px;
}
.pro-tag li{
    padding:0 10px;
    height:26px;
    line-height:26px;
    margin-bottom:5px;
    background:#EBF0FC;
    color:#1D78FF;
    float:left;
    font-size:14px;
    margin-right:10px;
}
.products-li-2{
    float:left;
    width:33%;
    height:225px;
    padding:2.2rem 3.5rem;
    position:relative
}
.products-li-2::after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(235, 240, 252, 1)
}
.products-li-3{
    float:left;
    width:33%;
     height:225px;
    padding:2.2rem 3.5rem;
    position:relative
}
.products-li-3::after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(235, 240, 252, 1)
}
.products-li-3::before{
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(235, 240, 252, 1)
}
.products-li-4{
    float:left;
    width:33%;
     height:225px;
    padding:2.2rem 3.5rem;
    position:relative
}
.products-li-5{
    float:left;
    width:33%;
     height:225px;
    padding:2.2rem 3.5rem;
    position:relative
}
.products-li-5::before{
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(235, 240, 252, 1)
}
.pro-li .pro-title, .pro-advantage li p {
    color: #40475C;
}
.pro-li a:hover{
    text-decoration:inherit
}
.pro-li:hover .pro-title{
    color:rgba(29, 120, 255, 1)
}

/*===典型案例===*/
.home-box{
    padding-top:4rem
}
.title-describe a{
    margin-left:10px;
    font-size:14px;
    transition: all .5s ease;
}
.title-describe a:hover{
    color:#1D78FF;
    text-decoration:inherit;
    opacity:0.7;
    transition: all .5s ease;
}
.title-describe img{
    width:6px;
    position:relative;
    top:-1px;
    margin-left:3px;
}
.cases-list{
    width:100%;
    max-width:1620px;
    margin:0 auto;
    overflow:hidden;
    padding-bottom:7rem
}
.cases-list .swiper-slide {
    width: 33.333%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cases-list .cases-swiper-pagination{
    width: 100%;
    position: absolute; 
    text-align: center; 
    z-index:6; 
    left:0;
    margin-top: 2rem;
}
.cases-list .swiper-pagination-bullet{
    width: 8px !important;
    height: 8px !important; 
    margin-right: 20px; 
    border-radius: 100px; 
    border: none; 
    background: #a0b4d0;
    opacity:1 !important;
    transition: all .3s;
    outline: none;
}
.cases-list .swiper-pagination-bullet-active {
    opacity: 1;
    background:#1D78FF;
    transition: all .3s;
    border-radius: 100px; 
}
.cases-box{
    width:94%;
    height:250px;
    margin:0 auto;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 15px 0 rgba(55,99,170,.1);
}
.cases-box:hover{
    box-shadow: 5px 5px 20px 0 rgba(55,99,170,.2);
    background-image: linear-gradient(0deg,#f3f5f8,#fff);
    transition: all .5s ease;
}
.cases-box{
    padding:45px 30px;
    position:relative
}
.cases-logo{
    width:54px;
    float:left;
    border-radius:5px;
    background:#fff
}
.cases-right {
    padding-left:74px;
}
.cases-text{
    line-height:24px;
    position:relative;
    z-index:2;
}
.cases-name{
    position:absolute;
    width:100%;
    bottom:20px;
    padding-right:30px;
    left:0;
    text-align:right;
    font-weight:bold;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.cases-name i{
    width:40px; 
    height:1px;
    background:rgba(128, 128, 128, 0.5);
    display:inline-block;
    position:relative;
    top:-5px;
    margin-right:5px;
}
.colon-icon{
    width:56px;
    position:absolute;
    left:104px;
    top:20px;
}

/*===公司介绍===*/
.home-about-bg {
    background-image: url(../Images/produce-bg.jpg);
    background-size: cover !important;
    background-position: 50% !important;
}
.home-about-left{
    width:50%;
    float:left;
    padding-right:5%;
    padding-bottom:4rem;
}
.home-about-content{
    line-height:26px;
}
.home-about-text{
    margin-top:2rem
}
.home-about-text li{
    width:49%;
    display:inline-block;
    vertical-align:top;
    position:relative;
    font-size: 15px;
    padding-top:10px;
    padding-bottom:10px;
}
.home-about-text li img{
    width:24px;
    float:left;
    position:relative;
    top:-3px;
}
.home-about-text li p{
    padding-left:35px;
    margin-bottom:0
}
.home-about-right{
    width:50%;
    float:right;
}

.home-about-right ul{
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.home-about-right li{
    flex: 1;
    width: 1px;
    height:160px;
    border-radius:5px;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    padding:20px 0px;
    margin-right:30px;
    text-align:center
}
.home-about-right li:hover{
    box-shadow: 5px 5px 20px 0 rgba(55,99,170,.2);
    background-image: linear-gradient(0deg,#f3f5f8,#fff);
    transition: all .5s ease;
}
.home-about-right li:last-child {
    margin-right: 0;
}
.home-about-right li img{
    width:70px;
    margin-bottom:8px;
}
.home-about-right li p{
    font-size:16px;
}


/*===云建资讯===*/
.news-list {
    clear:both
}
.news-list li{
    width:48.8%;
    height:205px;
    float:left;
    border-radius:8px;
    border:#fff solid 2px;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    box-shadow: 0px 4px 15px  rgba(55, 99, 170, 0.15);
    padding:25px;
    margin-bottom:2rem;
    transition: all .5s ease;
}
.news-list li:hover{
    box-shadow: 0px 4px 15px  rgba(55, 99, 170, 0.3);
    box-shadow: 5px 5px 20px 0 rgba(55,99,170,.2);
    background-image: linear-gradient(0deg,#f3f5f8,#fff);
    transition: all .5s ease;
}
.news-list li:nth-of-type(even){   
    float: right;
}
.news-list li a:hover{
    text-decoration:inherit;
}
.news-list li a:hover span{
    color:#1D78FF;
}
.news-list li:hover .news-img img{
    transition: all .5s ease;
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
}
.news-img{
    width:30%;
    height:155px;
    float:left;
    overflow:hidden;
    position:relative;
    border:#fff solid 2px;
    border-radius:5px;
}
.news-img img {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s ease;
}
.news-right{
    padding-left:35%;
}
.news-right span{
    font-weight:bold;
    font-size:16px;
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    margin-bottom:15px;
    padding-top:8px;
    color:rgba(64,71,92,1)
}
.news-right p{
    font-size:14px;
    color: rgba(64,71,92,0.7);
    line-height:24px;
    height:48px;
    display: -webkit-box;
    overflow:hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom:30px;
}
.news-right i{
    padding:0 10px;
    height:26px;
    line-height:26px;
    background:#EBF0FC;
    color:#1D78FF;
    float:left;
    font-size:14px;
    margin-right:10px;
    font-style:normal
}
.news-right em{
    padding:0 10px;
    height:26px;
    line-height:26px;
    color: rgba(64,71,92,0.7);
    float:left;
    font-size:14px;
    font-style:normal
}

/*===适配手机端===*/
@media (min-width:320px) and (max-width:768px) {
    .banner {
        padding-bottom: 60%;
        background-position: 40% !important;
    }
    .home-banner-box{
        left:30px;
    }
    .home-banner-box p{
        font-size:2rem
    }
    .home-banner-box span{
        font-size:16px;
        margin-bottom:15px;
    }
    .home-banner-box a{
        height:30px;
        line-height:30px;
    }
    .advantage-box {
        padding: 0 15px;
        margin-top: -30px;
    }
    .advantage-box li{
        width:100%;
        flex:inherit;
        margin-right:0;
        margin-bottom:15px;
    }
 
    .produce-bg {
        margin-top:2rem;
        padding-top:3rem;
        padding-bottom:1rem
    }
    .pro-bg-1{
        width:220px;
    }
    .pro-bg-2{
        width:240px;
    }
    .pro-li {
        width: 100%;
        height: auto;
        overflow: hidden
    }
    .container-h1 .title-describe{
        font-size:14px;
    }
    .products-li-2, .products-li-3, .products-li-4, .products-li-5 {
        padding: 1.5rem 1.3rem;
    }
    .products-li-2::before{
        width: 100%;
        height: 1px;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(235, 240, 252, 1);
    }
    .pro-tag li{
        margin-bottom:10px;
    }
    .pro-icon{
        display:none
    }
    .pro-right{
        padding-left:0
    }
    .home-box{
        padding-top:3rem
    }
    .cases-list .swiper-slide{
        width: 100%
    }
    .cases-list{
        padding-bottom:4rem;
    }
    .cases-list .cases-swiper-pagination{
        margin-top:1rem;
    }
    .cases-box {
        padding: 25px 15px;
    }
    .home-about-left {
        width: 100%;
        padding-right:0;
        padding-bottom:20px;
    }
    .home-about-text li{
        width:48%
    }
    .home-about-text li:nth-of-type(2n){
        float:right;
    }
    .home-about-text li img{
        top:0
    }
    .home-about-right {
        width: 100%
    }
    .home-about-right li{
        flex:40%;
        margin-right:5%;
        margin-bottom:5%;
        height:150px;
    }
    .home-about-right li:nth-of-type(even){
        margin-right:0
    }
    .home-about-bg {
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: 50% !important;
        padding-bottom:1rem
    }
    .news-list li{
        width:100%;
        margin-right:0;
        margin-bottom:20px;
        padding: 15px;
        height:auto;
        overflow:hidden;
        box-shadow: 0px 4px 10px rgba(55, 99, 170, 0.1);
    }
    .news-img{
        height:75px;
    }
    .news-right p{
        display:none
    }
    .news-right span {
        white-space:inherit;
        padding-top:0;
        margin-bottom:8px;
    }
    .news-right em{
        padding:0 0px;
        font-size:12px;
    }
    .news-right i{
        height:22px;
        line-height:22px;
        font-size:12px;
    }
}

@media (min-width:769px) and (max-width:1080px) {

    .advantage-box li {
        height: auto;
    }
    .home-about-right li {
        margin-right: 15px;
    }
}

