@-webkit-keyframes run {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1125px 0;
    }
}

@keyframes run {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1125px 0;
    }
}


#eol_float div,#eol_float img,#eol_float  p,#eol_float span ,#eol_float a{
    margin: 0;
    padding: 0;
    border: 0;
    /* background-color: transparent;  */
}
#eol_float img,#eol_float p{display: block;}
#eol_float a{
   outline: none;
   text-decoration: none;
}
#eol_float a,#eol_float span{
    display: inline;
}

#eol_float {
    cursor: pointer;
    width: 125px;
    height: 133px;
    /* padding: 5px; */
    position: fixed;
    top: 40%;
    letter-spacing: normal;
    z-index: 2147483647;    
    box-sizing: content-box;
    animation: run 3s steps(9) infinite;
    overflow: visible;
    -webkit-animation: run 3s steps(9) infinite;
}
.f-left {
    left: 0;
}
#eol_float .float-head {
    width: 80px;
    height: 67px;
    display: block;
    position: absolute;
    top: -67px;
}
/* #eol_float .float-a1 {
    width: 80px;
    height: 60px;
    display: block;
    padding: 5px 0px;
    background: #ad2f23;
    margin: 8px auto;
    border-radius: 5px;
    box-sizing: content-box;
} */
#eol_float .float-a1 img {
    height: 50px;
    width: 50px;
}
#eol_float .float-a1 span {
    width: 80px;
    height: 20px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}
/* #eol_float .float-a2 {
    width: 80px;
    height: 28px;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background: #ad2f23;
    border-radius: 5px;
    margin: 5px auto;
} */
#wx-postion {
    position: relative;
}
#eol_float .wx-pic {
    width: 110px;
    height: 110px;
    padding: 5px;
    position: absolute;
    top: -20px;
    /* background: #b52712; */
    display: none;
}
#eol_float .wx-pic-left {
    left: 98px;
}
#eol_float .wx-pic-right {
    right: 98px;
}
#eol_float .hide {
    display: none;
}
#eol_float .wx-pic img {
    width: 100%!important;
    height: 100%!important;
}


/* 2020-02-17 */
.eol_navbar {
    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color:rgba(49,193,250,1);;
    /* transition: 0.24s 0.2s; */
}

.eol_navbar .eol_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -70px;
    left: -75px;
    border: 150px solid transparent;
    cursor: pointer;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 1.4s 0.07s;
    z-index: -1;
}

.eol_navbar:hover .eol_menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s;
    transform: scale(1);
    z-index: 1;
}

.eol_navbar .eol_menu li {
    position: absolute;
    top: -130px;
    left: -130px;
    transform-origin: 100px 100px;
    -ms-transform-origin:100px 100px;
    transition: all 0.5s 0.1s;
}

.eol_navbar:hover .eol_menu li {
    transition: all 1s;
}

.eol_navbar .eol_menu li a:first-child {
    height: 50px !important;
    width: 50px !important;
    position: absolute;
    font-size: 100%;
    transition: 0.6s;
}
.eol_navbar .eol_menu li a:last-child {
    background: unset;
    line-height: 120px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color:rgba(49,193,250,1);
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    transition: 0.6s;
    z-index: 21474836478;
}
/* left 3/5 */
.f-left:hover .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.f-left:hover .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.f-left:hover .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(90deg);
}

.f-left:hover .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(-90deg);
}

.f-left:hover .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(135deg);
}

.f-left:hover .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(-135deg);
}

.f-left:hover .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(180deg);
}

.f-left:hover .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(-180deg);
}

.f-left:hover .eol_menu li:nth-child(5) {
    transition-delay: 0.27s;
    transform: rotate(225deg);
}

.f-left:hover .eol_menu li:nth-child(5) a {
    transition-delay: 0.31s;
    transform: rotate(-225deg);
}
/* left 4 */
.f-left_4:hover .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.f-left_4:hover .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.f-left_4:hover .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(105deg);
}

.f-left_4:hover .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(-105deg);
}

.f-left_4:hover .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(165deg);
}

.f-left_4:hover .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(-165deg);
}

.f-left_4:hover .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(225deg);
}

.f-left_4:hover .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(-225deg);
}
.st-l_4 .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.st-l_4 .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.st-l_4 .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(105deg);
}

.st-l_4 .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(-105deg);
}

.st-l_4 .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(165deg);
}

.st-l_4 .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(-165deg);
}

.st-l_4 .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(225deg);
}

.st-l_4 .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(-225deg);
}
/* right 3/5 */
.f-right:hover .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.f-right:hover .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.f-right:hover .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(0deg);
}

.f-right:hover .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(0deg);
}

.f-right:hover .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(-45deg);
}

.f-right:hover .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(45deg);
}

.f-right:hover .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(-90deg);
}

.f-right:hover .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(90deg);
}

.f-right:hover .eol_menu li:nth-child(5) {
    transition-delay: 0.27s;
    transform: rotate(-135deg);
}

.f-right:hover .eol_menu li:nth-child(5) a {
    transition-delay: 0.31s;
    transform: rotate(135deg);
}
.f-right #wx_img{
    position: absolute;
    /* background: #fff; */
    left: -65px;
    top: -85px;
    transform: rotate(90deg);
    height: 80px;
    width: 80px;
}
/* right 4 start */
.f-right_4:hover .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.f-right_4:hover .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.f-right_4:hover .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(-15deg);
}

.f-right_4:hover .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(15deg);
}

.f-right_4:hover .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(-75deg);
}

.f-right_4:hover .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(75deg);
}

.f-right_4:hover .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(-135deg);
}
.f-right_4:hover .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(135deg);
}

.f-right_4 #wx_img{
    position: absolute;
    /* background: #fff; */
    left: -5px;
    top: -95px;
    transform: rotate(135deg);
    height: 80px;
    width: 80px;
}
.st-r_4 .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}
.st-r_4 .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.st-r_4 .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(-15deg);
}

.st-r_4 .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(15deg);
}

.st-r_4 .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(-75deg);
}

.st-r_4 .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(75deg);
}

.st-r_4 .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(-135deg);
}
.st-r_4 .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(135deg);
}
.st-r_4 #wx_img{
    position: absolute;
    /* background: #fff; */
    left: -5px;
    top: -95px;
    transform: rotate(135deg);
    height: 80px;
    width: 80px;
}
/* right 4 end */
.f-right #wx_img img{
    height: 80px;
    width: 80px;
}
.f-left #wx_img{
    position: absolute;
    /* background: #fff; */
    left: -80px;
    top: -85px;
    transform: rotate(180deg);
}
.f-left_4 #wx_img{
    position: absolute;
    /* background: #fff; */
    left: -95px;
    top: -10px;
    transform: rotate(-225deg);
    height: 80px;
    width: 80px;
}
.st-l_4 #wx_img{
    position: absolute;
    /* background: #fff; */
    left: -95px;
    top: -10px;
    transform: rotate(-225deg);
    height: 80px;
    width: 80px;
}

.f-left #wx_img img{
    height: 80px;
    width: 80px;
}
/* å®šæ—¶å±•ç¤º */
.st-l .eol_menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s !important;
    transform: scale(1) !important;
}
.st-l .eol_menu li {
    transition: all 1.6s;
}
.st-r .eol_menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s !important;
    transform: scale(1) !important;
}


.st-r .eol_menu li {
    transition: all 1s;
}
.st-l_4 .eol_menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s !important;
    transform: scale(1) !important;
}
.st-l_4 .eol_menu li {
    transition: all 1.6s;
}
.st-r_4 .eol_menu {
    transition: transform 0.4s 0.08s, z-index 0s 0.5s !important;
    transform: scale(1) !important;
}


.st-r_4 .eol_menu li {
    transition: all 1s;
}
.st-l .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.st-l .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.st-l .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(90deg);
}

.st-l .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(-90deg);
}

.st-l .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(135deg);
}

.st-l .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(-135deg);
}

.st-l .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(180deg);
}

.st-l .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(-180deg);
}

.st-l .eol_menu li:nth-child(5) {
    transition-delay: 0.27s;
    transform: rotate(225deg);
}

.st-l .eol_menu li:nth-child(5) a {
    transition-delay: 0.31s;
    transform: rotate(-225deg);
}
.st-r .eol_menu li:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg);
}

.st-r .eol_menu li:nth-child(1) a{
    transition-delay: 0.15s;
    transform: rotate(-45deg);
}
.st-r .eol_menu li:nth-child(2) {
    transition-delay: 0.15s;
    transform: rotate(0deg);
}

.st-r .eol_menu li:nth-child(2) a {
    transition-delay: 0.19s;
    transform: rotate(0deg);
}

.st-r .eol_menu li:nth-child(3) {
    transition-delay: 0.19s;
    transform: rotate(-45deg);
}

.st-r .eol_menu li:nth-child(3) a {
    transition-delay: 0.23s;
    transform: rotate(45deg);
}

.st-r .eol_menu li:nth-child(4) {
    transition-delay: 0.23s;
    transform: rotate(-90deg);
}

.st-r .eol_menu li:nth-child(4) a {
    transition-delay: 0.27s;
    transform: rotate(90deg);
}

.st-r .eol_menu li:nth-child(5) {
    transition-delay: 0.27s;
    transform: rotate(-135deg);
}

.st-r .eol_menu li:nth-child(5) a {
    transition-delay: 0.31s;
    transform: rotate(135deg);
}
.f-r-nozt {
    left: -70px!important;
    top: -70px!important;
    transform: rotate(75deg)!important;
}
.f-l-nozt{
    left: -75px !important;
    top: -65px !important;
    transform: rotate(-165deg) !important;
}