/* 8个导航的样式 */
.content .nav {
    float: right;
    width: 750px;
    position: relative;
}
.hex-wrap {
    overflow: hidden;
    cursor: pointer;
}



.hex-wrap2 {
    left: 90px;
    top: 148px;
}

.hex-wrap3 {
    left: 0px;
    top: 296px;
}

.hex-wrap4 {
    left: 300px;
    top: 94px;
}

.hex-wrap5 {
    left: 215px;
    top: 242px;
}

.hex-wrap6 {
    left: 516px;
    top: 27px;
}

.hex-wrap7 {
    left: 435px;
    top: 175px;
}

.hex-wrap8 {
    left: 348px;
    top: 323px;
}

.fore {
    /*绘制一个宽80px,高136px 的长方形*/
    width: 100px;
    height: 172px;
    text-align: center;
    position: relative;
    font-size: 24px;
    border-top: 1px solid rgba(255,255,255,0);
    border-bottom: 1px solid rgba(255,255,255,0);
}

.hex-border-left {
    position: relative;
    content: "";
    width: 0;
    height: 0;
    /*border-top: 99px solid transparent;  */
    border-bottom: 86px solid transparent;
}

.hex-left {
    /*左边的三角形*/
    content: "";
    width: 0;
    height: 0;
    border-top: 86px solid transparent;
    position: relative;
    left: -51px;
    top: 86px;
}

.hex-border-right {
    position: relative;
    content: "";
    width: 0;
    height: 0;
   /* border-top: 99px solid transparent;  */
    border-bottom: 86px solid transparent;
}

.hex-right {
    /*右边的三角形*/
    content: "";
    width: 0;
    height: 0;
    border-top: 86px solid transparent;
    border-bottom: 86px solid transparent;
    position: relative;
    right: -51px;
    top: 86px;
}

.fore a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    width: 202px;
    text-align: center;
    display: block;
    top: 0;
    left: -51px;
    z-index: 99;
}

.hex-border-left {
    border-left: 51px solid #1D9143;

}

.hex-border-right {
    border-right: 51px solid #1D9143;
}



.hex-border-left1 .hex-left {
    border-left: 51px solid #1D9143;

}

.hex-border-right1 .hex-right {
    border-right: 51px solid #1D9143;

}

.fore2 {
    background-color: #1abc9c;
}

.hex-border-left2 .hex-left {
    border-right: 57px solid #1abc9c;

}

.hex-border-right2 .hex-right {
    border-left: 40px solid #1abc9c;

}

.fore3 {
    background-color: #f1c40f;
}

.hex-border-left3 .hex-left {
    border-right: 40px solid #f1c40f;

}

.hex-border-right3 .hex-right {
    border-left: 40px solid #f1c40f;

}

.fore4 {
    background-color: #9b59b6;
}

.hex-border-left4 .hex-left {
    border-right: 40px solid #9b59b6;

}

.hex-border-right4 .hex-right {
    border-left: 40px solid #9b59b6;

}

.fore5 {
    background-color: #95a5a6;
}

.hex-border-left5 .hex-left {
    border-right: 40px solid #95a5a6;

}

.hex-border-right5 .hex-right {
    border-left: 40px solid #95a5a6;

}

.fore6 {
    background-color: #e74c3c;
}

.hex-border-left6 .hex-left {
    border-right: 40px solid #e74c3c;

}

.hex-border-right6 .hex-right {
    border-left: 40px solid #e74c3c;

}

.fore7 {
    background-color: #2ecc71;
}

.hex-border-left7 .hex-left {
    border-right: 40px solid #2ecc71;

}

.hex-border-right7 .hex-right {
    border-left: 40px solid #2ecc71;

}

.fore8 {
    background-color: #e67e22;
}

.hex-border-left8 .hex-left {
    border-right: 40px solid #e67e22;

}

.hex-border-right8 .hex-right {
    border-left: 40px solid #e67e22;

}
