/* banner */
#banner{
    height: 3.65rem;
    width: 100%;
    background: url(../image/index/banner_back.jpg);
    background-size: 100% 100%;
    margin-top: 0.15rem;
    overflow: hidden;
}
#banner .slip-box> div{
    width: 6.9rem;
    height: 3rem;
    margin-top: 0.53rem;
    box-shadow: 0px -8px 18px 0px rgb(0 0 0 / 24%);
    border-radius: 0.2rem;
}
#banner .slip-box img{
    border-radius: 0.2rem;
    width: 100%;
    display: block;
    height: 100%;
}

/* 导航 */
#main{
    margin-bottom: 1.36rem;
}
#main .main-nav{
    margin-top: 0.35rem;
    background: url(../image/index/nav_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#main .eq-title , #main .info-title , #main .group-title{
    display: flex;
    justify-content: center;
}
#main .eq-title p , #main .info-title p , #main .group-title p{
    font-size: 0.4rem;
    line-height: 0.5rem;
    font-weight: bold;
    padding: 0 0.1rem;
    position: relative;
}
#main .eq-title p::before , #main .info-title p::before , #main .group-title p::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    border: 0.02rem solid #0056c0;
    border-right: none;
    border-bottom: none;
}
#main .eq-title p::after , #main .info-title p::after , #main .group-title p::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    border: 0.02rem solid #0056c0;
    border-left: none;
    border-top: none;
}
#main .nav-box{
    padding: 0.3rem 0;
    box-shadow: 0px -8px 18px 0px 
    rgba(0, 0, 0, 0.24);
    border-radius: 20px;
    margin-top: 0.6rem;
    background-color: white;
}
#main .product-nav{
    padding: 0 0.3rem;
}
#main .product-nav .product-icon{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#main .icon{
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#main .icon button{
    background-color: white;
    border: 0.04rem solid #99bbe6;
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
#main .icon .nav-active::after{
    content: "";
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    border: 0.03rem solid #f1f1f1;
    bottom: -0.5rem;
    background: url(../image/public/nav_more.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
}
#main .icon div{
    background-color: #0056c0;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .icon div .img_one{
    width: 0.7rem;
}
#main .icon div .img_two{
    width: 0.75rem;
}
#main .icon div .img_three{
    width: 0.85rem;
}
#main .main-info{
    margin-top: 0.54rem;
}
#main .product-info .info-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#main .product-info .info-head p{
    font-size: 0.32rem;
    line-height: 0.4rem;
    font-weight: bold;
    color: #0056c0;
}
#main .product-info .info-head p b{
    font-size: 0.4rem;
}
#main .product-info .info-head .btn{
    width: 1.4rem;
    height: 0.6rem;
    background-color: #3d3d3d;
    border-radius: 0.3rem;
    color: white;
    /* font-weight: bold;
    font-size: 0.18rem;
    line-height: 0.2rem;
    font-family: Arial, Helvetica, sans-serif; */
    font: bold 0.26rem/0.2rem arial;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main .product-info .info-text{
    margin-top: 0.1rem;
}
#main .product-info .info-text p{
    font: normal 0.3rem/0.44rem arial;
    color: #555;
}
#main .product-info .info-img{
    border-radius: 0.3rem;
    margin-top: 0.15rem;
}
#main .product-info .info-img img{
    width: 100%;
    border-radius: 0.3rem;
}
/* 案例 */

/* 集团 */
#main .group-info{
    margin-top: 0.96rem;
}
#main .group-info .group-box{
    margin-top: 0.64rem;
}
#main .group-info .box-top{
    width: 3.15rem;
	height: 0.6rem;
	background-color: #0056c0;
	border-radius: 0.2rem 0.6rem 0px 0px;
}
#main .group-info .box-top {
    overflow: hidden;
}
#main .group-info .text{
    display: flex;
}
#main .group-info .box-top .text{
    margin-top: 0.19rem;
    margin-left: 0.4rem;
}
#main .group-info .box-top p{
    font-size: 0.42rem;
    font-weight: bold;
    color: white;
}
#main .group-info .box-top b{
    font-size: 0.15rem;
    font-weight: bold;
    color: white;
}
#main .group-info .box-around{
    width: 100%;
    margin-top: -0.23rem;
    background-color: #0056c0;
    border: 0.4rem solid #0056c0;
    border-bottom: 0.25rem solid #0056c0;
    border-radius: 0rem 0.20rem 0.20rem 0.20rem;
}
#main .group-info .box-around .img-box{
    width: 6.1rem;
    height: 3.76rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.05rem solid white;
    border-radius: 0.15rem;
}
#main .group-info .box-around .img-box img{
    width: 100%;
}
#main .group-info .box-around .text-box p{
    color: white;
    font: bold 0.34rem/0.42rem arial;
    margin-top: 0.15rem;
}
#main .group-info .info-box{
    margin-top: 0.35rem;
}
#main .group-info .info-box p{
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #555;
}
.hidden-board{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2947483648;
    height: 10%;
    width: 10%;
    overflow: auto;
    background-color: white;
    /* animation: board-recover 0.3s linear forwards; */
}
#footer .message{
    cursor: pointer;
}
.close-btn{
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    border: 0.02rem solid white;
    position: absolute;
    top: 0.5rem;
    right: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.close-btn p{
    color: white;
    font-size: 0.2rem;
}
#board{
    margin-bottom: 0 !important;
}
#board .board-banner{
    margin-top: 0.25rem;
}
.board-recover{
    animation: board-recover 0.3s linear forwards;
}
.board-reduce{
    animation: reduce 0.3s linear forwards;
}
/* 轮播图 */
.slip-box{
    position: relative;
    perspective: 1rem
}
.one{
    position: absolute;
    z-index: 3;
    transform-style: preserve-3d;
}
.two{
    position: absolute;
    transform: translateZ(-0.1rem);
    top: -0.1rem;
    z-index: 2;
}
.three{
    position: absolute;
    transform: translateZ(-0.2rem);
    top: -0.2rem;
    z-index: 1;
}
.bottom{
    animation: bottom 1.5s linear forwards;
    z-index: 1;
}
.second{
    animation: second 1.5s linear forwards;
    z-index: 2;
}
.recover{
    animation: asas 1.5s linear forwards;
    z-index: 3;
}
@keyframes bottom {
    0%{
        
    }
    25%{
        transform: translateY(200px);
        opacity: 0.5;
    }
    99%{
        opacity: 1;
    }
    100%{
        transform: translateZ(-20px);
        top: -0.2rem;
    }
}
@keyframes second {
    0%{
        
    }
    100%{
        transform: translateZ(-10px);
        top: -0.1rem;
    }
}
@keyframes asas{
    0%{
        
    }
    100%{
        top: 0;
        transform: translateZ(0);
    }
}
@keyframes board-recover {
    0%{

    }
    100%{
        height: 100%;
        width: 7.5rem;
    }
}
@keyframes reduce {
    0%{

    }
    100%{
        height: 0;
        width: 0;
    }
}