.products_succeed{
    width: 100%;
    padding-bottom: 1.2rem;
}
.succeed-tab-list{
    max-width: 12rem;
    margin: 0 auto;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #d7d7d7;
    /*transition: all 0.3s;*/
}

.succeed-tab{
    transition: all 0.3s;
    cursor: pointer;
}
.succeed-tab .tab-pic{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: #f5f5f5;
    margin-bottom: 0.2rem;
    transition: all 0.3s;

    transition: all 0.3s;
}
.succeed-tab .tab-pic img{
    transition: all 0.3s;
}
.succeed-tab .tab-pic .t2{
display: none;
}
.succeed-tab .suc-txt{
    font-size: 0.12rem;
    color: #cdcdcd;
    justify-content: center;
    align-items:center;
}
.succeed-tab .suc-txt text{
    font-size: 0.24rem;
    color: #000;
    font-weight: bold;
}
.succeed-tab:hover{
    transform: translate(0, -10px);
}
.succeed-tab:hover .tab-pic{
    background-color: #ad1115;
}
.succeed-tab:hover .tab-pic .t1{
    display: none;
}
.succeed-tab:hover .tab-pic .t2{
    display: block;
}

.succeed-tab.on .tab-pic{
    background-color: #ad1115;
}
.succeed-tab.on  .tab-pic .t1{
    display: none;
}
.succeed-tab.on  .tab-pic .t2{
    display: block;
}
/*建筑*/
.com{
    padding-top: 0.8rem;
}
.build-list{
    max-width: 12rem;
    margin: 0 auto;
}
.com-tab{
    margin-bottom: 0.4rem;
}
.com-tab img{
    width: 1.05rem;
    height: 0.22rem;
}
.com-tab .com-txt{
margin: 0 0.5rem;
}
.com-tab .com-txt>.title{
    font-size: 0.52rem;
    color: #000;
    font-weight: bold;
}
.com-tab .com-txt>.text{
font-size: 0.2rem;
    color: #d0d0d0;
}
.com-pic-list{
    width: 100%;
}
.com-main{
    width: 3.93rem;
    box-shadow: 0 0 2px 2px #e5e5e5;

    margin-bottom: 0.3rem;
    margin-right: 0.1rem;
    float: left;
    transition: all 0.3s;
    /*cursor: pointer;*/
}
.com-pic-list .com-main:nth-child(3n){
    margin-right: 0;
}
.com-main .com-pic img{
    width: 3.93rem;
    height: 2.3rem;
}
.com-main .com-pic-txt{
    width: 100%;
    height: 0.9rem;
    background-color: #fff;
    padding-left:0.35rem ;
    box-sizing: border-box;
    transition: all 0.3s;
}
.com-main .com-pic-txt>.title{
    font-size: 0.16rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.1rem;
    position: relative;
}
.com-main .com-pic-txt>.title:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d90909;
    position: absolute;
    left: -0.14rem;
    top: 50%;
    margin-top: -3px;
}
.com-main .com-pic-txt>.text{
font-size: 0.12rem;
    color: #b2b2b2;
}
.com-main:hover{
    transform: translate(0,-10px);
    box-shadow: none;
}
.com-main:hover .com-pic-txt{
    background-color: #ad1115;
    box-shadow: 0 10px 20px 1px rgba(0,0,0,.2);
}
.com-main:hover .com-pic-txt>.title{
    color: #fff;
}
.com-main:hover .com-pic-txt>.title:before{
    background-color: #fff;
}
.com-main:hover .com-pic-txt>.text{
    color: #fff;
}
/*滚动*/
.flex-tab.on{
    width: 100%;
    height: 1.47rem;
    background-color: #fff;
    box-shadow: 0 0 40px 2px rgba(0,0,0,.1);
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 10;
    margin-top: -1.47rem;
}
.flex-tab.on .succeed-tab-list{
    height: 1.47rem;
    border-bottom: none;
    padding: 0;
}
.flex-tab.on .succeed-tab{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items:center;
}
.flex-tab.on .succeed-tab .tab-pic{
    width: 1.02rem;
    height: 1.02rem;
    margin-right: 0.3rem;
}
.flex-tab.on .succeed-tab .tab-pic img{
    width: 47%;
    height: 38%;
}