#header-ul a{
    color: #000;
}
.active-head{
    border-bottom: 0 !important;
}
.banner{
    width: 100%;
    height: 500px;
    background: url(../assets/gywm/banner2.png) no-repeat center;
    background-size: cover;
    position: relative;
    margin-top: -60px;
    z-index: -99;
}
/* 微智慧是谁 */
.wzhss{
    width: 100%;
    margin-top: 60px;
}
.wzhss-content{
    position: relative;
    width: 99%;
    height: 220px;
    background: url(../assets/gywm/wzhss.png) no-repeat center;
    background-size: cover;
}
.wzhss-pos{
    width: 90%;
    height: 430px;
    border: 1px solid #fff;
    position: absolute;
    top:120px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2%;

}
.wzhss-pos-con{
    width: 100%;
    background: rgb(250, 252, 255);
    height: 430px;
    display: flex;
}
.wzhss-pos-con-left{
    width: 73%;
    padding-left: 4%;
    padding-top: 5%;
}
.wzhss-pos-con-left>div{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    
}
.wzhss-pos-con-left>p{
    font-size: 16px;
    font-weight: 500;
    text-indent:2em;
    margin-top: 6px;
    line-height: 1.5;
}
.wzhss-pos-con-right{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}
/* 发展历程 */
.fzlc{
    position: relative;
    width: 100%;
    height: 580px;
    background: url(../assets/gywm/fzlc.png) no-repeat center;
    background-size: cover;
    margin-top: 400px;
    padding-top: 60px;
}
.fzlc-con{
    /* display: flex; */
    margin-top: 40px;
}
.fzlc-con-left{
    width: 100%;
    /* border-right: 2px solid rgb(255, 255, 255,0.4); */
}
.fzlc-con-left ul{
    display: flex;
    justify-content: space-between;
}
.fzlc-con-left ul li{
    font-size: 18px;
    color: #fff;
    width: 25%;
    margin-bottom: 20px;
    /* width: 120px; */
    line-height: 50px;
    height: 50px;
    text-align: left;
    cursor: pointer;
    border-bottom: 5px solid #fff;
}
.fzlc-con-left ul li:last-child{
    margin-bottom: 0;
}
.active-li{
    /* background-color: #1677ff; */
    border-bottom: 5px solid #1677ff !important;
}
.fzlc-con-right{
    width: 100%;
}
.fzlc-con-right-con p{
    font-size: 18px;
    /* color: rgb(255, 255, 255,0.4); */
    color: #fff;
    /* margin-left: 80px; */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-right: 40px;
    /* justify-content: space-between; */
    /* display: none; */
}
.fzlc-con-right-con{
    display: none;
}
.fzlc-con-right-con h1{
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}
.fzlc-con-right-con-left{
    padding-left: 2%;
    width: 44%;
    float: left;
    margin-right: 8%;
}
.fzlc-con-right-con-left img,.fzlc-con-right-con-right img{
    
    margin-right: 15px;
}
.fzlc-con-right-con-right{
    width: 46%;
    float: right;
}
.fzlc-con-right-con-block{
    display: block !important;
}
/* 企业荣誉 */
.qyry{
    position: relative;
    width: 100%;
    height: 480px;
    background: url(../assets/gywm/qyry.png) no-repeat center;
    background-size: cover;
    padding-top: 60px;
}
.qyry-content{
    width: 100%;
    height: 300px;
    /* padding: 40px 0; */
    padding-top: 40px;
    padding-bottom: 10px;
    background: url(../assets/gywm/qybj-con.png) no-repeat center;
    background-size: cover;
}
.swiper {
    width: 80%;
    cursor: pointer;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev,.swiper-button-next{
    width: 25px;
    height: 41px;
    cursor: pointer;
    top: 40%;
    /* background-color:rgb(210, 208, 205); */
    background: url(../assets/gywm/jtl02.png) no-repeat center;
    display: flex;
    align-items: center;
}
.swiper-button-prev:hover{
    background: url(../assets/gywm/jtl03.png) no-repeat center;
}
.swiper-button-next{
   
    background: url(../assets/gywm/jtr02.png) no-repeat center;
}
.swiper-button-next:hover{
   
    background: url(../assets/gywm/jtr03.png) no-repeat center;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}


:root {
    --swiper-navigation-size: 24px;
}

:root {
    --swiper-theme-color: #fff !important;

}
#rongyu{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* line-height: 60px; */
    /* color: rgb(255, 255, 255,0.6); */
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 团队合作发展 */
.tdhzfz{
    width: 100%;
    height: 260px;
    padding-top: 60px;
}
.tdhzfz-content{
    display: flex;
    justify-content: space-between;
}
.tdhzfz-box{
    width: 258px;
    height: 180px;
    background: url(../assets/gywm/tuan.png) no-repeat center;
    background-size: cover;
    padding-left: 150px;

    
}
.tdhzfz-box2{
    background: url(../assets/gywm/he.png) no-repeat center;
    background-size: cover;
}
.tdhzfz-box3{
    background: url(../assets/gywm/fa.png) no-repeat center;
    background-size: cover;
}
.tdhzfz-box h1{
    font-size: 26px;
    margin-top: 40px;
}
.tdhzfz-box>div{
    margin-top: 10px;
}
.tdhzfz-box p{
    font-size: 16px;
}