.laotoudiv {
    background: #eae0d7;
    width: 600px;

    height: 50px;
    color: #242424;
    font-size: 23px;
    margin-top: 81px;
    margin-left: 320px;
    text-align: center;
    line-height: 54px;
    font-family: 'hanzhen';
    /*font-weight: 400;*/
}



.demo {
      width: 600px;
    height: 600px;
    margin-top: 17px;
    margin-left: 253px;
    /* background-color: #000000; */
    padding: 142px;
    box-sizing: border-box;
}

.demo ul, li {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.demo ul, li img {
    width: 90px;
    height: 90px;
}

.demo ul, li img:hover {
    transform: scale(1.3, 1.3);
    transition: .3s transform
}

.demo ul {
    width: 475px;
    height: 475px;
    /*background-color: #fff;*/
    border-radius: 50%;
    position: relative;

}

.demo li {
    width: 40px;
    height: 40px;
    position: absolute;
    /*background-color: red;*/
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    left: 50%;
    margin-left: -25px;
    margin-top: 18px;
}

.demo li:nth-of-type(1) {
    position: relative;
    left: 30px;
    top: 98px;
}

.demo li:nth-of-type(2) {
    position: relative;
    left: 95px;
    top: -44px;
}

.demo li:nth-of-type(3) {
    position: relative;
    left: 202px;
    top: -130px
}

.demo li:nth-of-type(4) {
    position: relative;
    left: 306px;
    top: -157px;
}

.demo li:nth-of-type(5) {
    position: relative;
    left: 370px;
    top: -124px;
}

.demo li:nth-of-type(6) {
position: relative;
    left: 374px;
    top: -68px;
}

.demo li:nth-of-type(7) {
    position: relative;
    left: 309px;
    top: -29px;
}

.demo li:nth-of-type(8) {
    position: relative;
    left: 191px;
    top: -65px;

}

.demo li:nth-of-type(9) {
    left: 87px;
    top: -167px;

    position: relative;

}

.demo li:nth-of-type(10) {
    left: 35px;
    top: -314px;
    position: relative;

}

.demo li:nth-of-type(11) {
    left: 35px;
    top: -314px;
    position: relative;

}

.demo p {
    font-size: 18px;
    color: #242424;
    font-weight: 600;
}

.demo p:nth-of-type(1) {
    position: relative;
    left: -138px;
    top: -440px;


}

.demo p:nth-of-type(2) {
    position: relative;
    left: -45px;
    top: -603px;


}

.demo p:nth-of-type(3) {
position: relative;
    left: 180px;
    top: -714px;


}

.demo p:nth-of-type(4) {
position: relative;
    left: 401px;
    top: -681px;


}

.demo p:nth-of-type(5) {
    position: relative;
   left: 494px;
    top: -599px;



}

.demo p:nth-of-type(6) {
    position: relative;
    left: 501px;
    top: -399px;


}

.demo p:nth-of-type(7) {
position: relative;
    left: 412px;
    top: -310px;

}

.demo p:nth-of-type(8) {
    position: relative;
    left: 168px;
    top: -283px;


}

.demo p:nth-of-type(9) {
    position: relative;
    left: -52px;
    top: -410px;


}

.demo p:nth-of-type(10) {
    position: relative;
    left: -138px;
    top: -572px;


}


.button{
        font-family: ¿¬Ìå;

}
.button:before, .button:after {
    border: 0 solid transparent;
    transition: all 0.25s;
    content: '';
    height: 24px;
    position: absolute;
    width: 0px;
}

.button:before {
    border-top: 2px solid #c47135;
    left: 0px;
    top: -5px;
}

.button:after {
    border-bottom: 2px solid #c47135;
    bottom: -5px;
    right: 0px;
}

.button:hover {

    /*background-color:#58b6d3;*/
     cursor:pointer;
    background-color: #c47135;
}

.button:hover:before, .button:hover:after {
    height: 100%;
    width: 100%;
}


.six_div li{
    position: relative;
}


.six_div li:before, .six_div li:after {
    border: 0 solid transparent;
    transition: all 0.25s;
    content: '';
    height: 24px;
    position: absolute;
    width: 0px;
}

.six_div li:before {
    border-top: 2px solid #c47135;
    left: 0px;
    top: -5px;
}

.six_div li:after {
    border-bottom: 2px solid #c47135;
    bottom: -5px;
    right: 0px;
}

.six_div li:hover {
    /*background-color:#58b6d3;*/
    cursor:pointer;
    background-color: #c47135;
}
.six_div li:hover:before, .six_div li:hover:after {
    height: 100%;
    width: 100%;
}
<!--ºÄÊ±1763857600.5999Ãë-->