#company {
    flex: 0 0 100%;
    max-width: 100%;
}
#company p {
    margin: 0;
    line-height: 2.5em;
}
.ab-img>img {
    width: 100%;
}



.w1100 {
    display: flex;
    justify-content: space-around;
    width: 1100px;
    padding: 80px 0 0;
    margin: 0 auto;
}
.ab-list .w1100 li {
    cursor: pointer;
    color: #555;
}
/* .six {
    width: 156px;
    height: 180px;
} */
.six h2 {
    margin-bottom: 0;
}
.six h2 strong {
    font-size: 42px;
}
.six h2 span {
    font-size: 18px;
}
.six h3 {
    font-size: 14px;
    font-weight: normal;
}
.top-triangle{
    width: 0;
    height: 0;
    border-bottom: 45px solid #ededed;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    margin-bottom: 0;
    margin-right: 0;
}
.center{
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 156px;
    height: 90px;
    background: #ededed;
    margin-bottom: 0;
    text-align: center;
}
.bottom-triangle{
    width: 0;
    height: 0;
    border-top: 45px solid #ededed;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    margin-right: 0;
}
/* hover */
.ab-list .w1100 li:hover {
    color: #fff;
}
.ab-list .w1100 li:hover .top-triangle {
    border-bottom: 45px solid #00a032;
}
.ab-list .w1100 li:hover .center {
    background: #00a032;
}
.ab-list .w1100 li:hover .bottom-triangle {
    border-top: 45px solid #00a032;
}
/* hover结束 */


@media screen and (max-width:1199px) {
    .w1100 {
        width: 85%;
    }
}

@media screen and (max-width:991px) {
    .top-triangle{
        width: 0;
        height: 0;
        border-bottom: 40px solid #ededed;
        border-left: 70px solid transparent;
        border-right: 70px solid transparent;
        margin-bottom: 0;
    }
    .center{
        display: flex;
        flex-flow: column;
        justify-content: center;
        width: 140px;
        height: 80px;
        background: #ededed;
        margin-bottom: 0;
        text-align: center;
    }
    .bottom-triangle{
        width: 0;
        height: 0;
        border-top: 40px solid #ededed;
        border-left: 70px solid transparent;
        border-right: 70px solid transparent;
    }
    .ab-list .w1100 li:hover .top-triangle {
        border-bottom: 40px solid #00a032;
    }
    .ab-list .w1100 li:hover .center {
        background: #00a032;
    }
    .ab-list .w1100 li:hover .bottom-triangle {
        border-top: 40px solid #00a032;
    }
}

@media screen and (max-width:768px) {
    .container {
        width: 100%;
    }
    .lookalikeH1 {
        font-size: 24px;
    }
    .lookalikeH3 {
        font-size: 18px;
    }
    #company p {
        font-size: 14px;
    }
    .w1100 {
        display: none;
        width: 90%;
    }
}
/* @media screen and (max-width:580px) {
    .lookalikeH1 {
        font-size: 32px;
    }
} */


/* .box
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 700px;
    margin: 100px auto;
}
.line1, .line2
{
    display: flex;
}
.line2
{
    margin-top: -70px;
}
.box1, .box2, .box3
{
    width: 200px;
    height: 250px;
    overflow: hidden;
    background-color: antiquewhite;
}
.box1
{
    transform: rotate(120deg);
    margin-left: 10px;
}
.box2
{
    transform: rotate(-60deg);
}
.box3
{
    transform: rotate(-60deg);
}
.box3 img {
    width: 100%;
    height: 100%;
}
.bg {
    background-color: antiquewhite;
} */




