.a2 .b1 .c1 {
    height: 240px;
    margin-top: 30px;
}

.a2 .b1 .c1 .d {
    width: 320px;
    height: 200px;
    background: #2AC1CA;
    float: left;
    font-size: 30px;
    color: white;
    text-align: center;
    line-height: 200px;
    margin-right: 20px;
    cursor: pointer;
}

.a2 .b1 .c1 .d1 {
}

.a2 .b1 .c1 .d2 {
}

.a2 .b1 .c1 .d3 {
    margin-right: 0px;
}

.a2 .b1 .c2 .d .e1 {
    font-size: 18px;
    line-height: 50px;
    color: #333333;
    font-weight: bold;
}

.a2 .b1 .c2 .d .e2 {
    font-size: 14px;
    line-height: 30px;
    color: #787876;
    text-indent: 28px;
}

.a2 .b1 .c2 {
    margin-bottom: 40px;
}
.a.a1 {
    height: 606px;
    background: url(/img/link/HH_06.jpg);
}

.a2 .b1 .c1 .d.active:after {
    content: "";
    height: 10px;
    width: 10px;
    display: block;
    border: 10px solid rgba(0, 128, 0, 0);
    border-top: 10px solid #FE835A;
    margin-left: 152px;
}
.a2 .b1 .c2 .d {
    display: none;
}

.a2 .b1 .c1 .d.active {
    background: #FE835A;
}