@font-face{
    font-family: pangmenzhengdao;
    src: ;
}

/* æœºå™¨äººå¸§åš¨ç”» */

@-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;
    }
}
@-webkit-keyframes dh {
      50%{transform: scale(1.3)} 
     /* 0% {
        transform: translatex(0) translatez(0) scaley(1)
    }
    50% {
        transform: translatex(-25%) translatez(0) scaley(0.55)
    }
    100% {
        transform: translatex(-50%) translatez(0) scaley(1)
    } */
}

@keyframes dh {
    50%{transform: scale(1.3)} 
}
@keyframes myanimation {
    from {
      background-position: 0 0;
    }

    to {
      background-position: -785px 0;
    }
  }
.jump-page-sxksy{
    animation: myanimation 2s steps(5) infinite;
    -webkit-animation:myanimation 2s steps(5) infinite;
}
#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;
    font-weight: bold;
    letter-spacing:normal !important;
    max-width: none;
}

#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;
    margin-left: 10px;
}
#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 !important;
    line-height:normal !important;
    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: -75px;
    left: -75px;
    border: 160px solid transparent;
    cursor: pointer;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 1.4s 0.07s;
    z-index: -1;
    pointer-events: none;
}

.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: 110px 100px;
    -ms-transform-origin:110px 100px;
    transition: all 0.5s 0.1s;
    list-style: none !important;
    pointer-events:initial;
}

.eol_navbar:hover .eol_menu li {
    transition: all 1s;
}

.eol_navbar .eol_menu li a:first-child {
    height: 50px !important;
    width: 72px !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: 72px;
    height: 50px;
    text-align: center;
    position: absolute;
    transition: 0.6s;
    z-index: 21474836478;
    margin-bottom:5px;
}
/* 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: -100px;
    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: -100px;
    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-r-nolyb {
    left: -80px!important;
    top: -65px!important;
    transform: rotate(74deg)!important;
}
.f-r-nozt-nolyb {
    left: -100px!important;
    top: -25px!important;
    transform: rotate(45deg)!important;
}
.f-l-nozt{
    left: -75px !important;
    top: -65px !important;
    transform: rotate(-165deg) !important;
}
.f-l-nolyb {
    left: -65px!important;
    top: -80px!important;
    transform: rotate(195deg)!important;
}
.f-l-nozt-nolyb {
    left: -30px!important;
    top: -95px!important;
    transform: rotate(223.5deg)!important;
}


/* æœ‚é“¾æ ·å¼2 */
#eol_float_style2 {
    width:95px;
    cursor: pointer;
    position: fixed;
    top: 40%;
    letter-spacing: normal;
    z-index: 2147483647;    
    box-sizing: content-box;
    overflow: visible;
    min-height: 105px;
}
#eol_float_style2 ul{
    list-style: none;
    /* padding-top: 109px; */
    box-sizing: border-box;
    padding-left: 0;
    margin-top: -10px;
    margin-bottom: 0px;
}

 #eol_float_style2 li {
    margin-top: -7px;
    height: 52px;
    padding-top: 9px;
    box-sizing: border-box;
} 
#eol_float_style2 ul li:hover {
    transform:scale(1.1);
}
#eol_float_style2 ul li#wechart:hover {
    transform:scale(1.3);
}
#eol_float_style2 li:nth-child(1) {
    /* transition-delay: 0.1s; */
    animation: dh 1s 0.1s;
    -webkit-animation: dh 1s 0.1s;
}
#eol_float_style2 li:nth-child(2) {
    /* transition-delay: 2s; */
    animation: dh 1.5s 0.5s;
    -webkit-animation: dh 1.5s 0.5s;
}
#eol_float_style2 li:nth-child(3) {
    /* transition-delay: 3s; */
    animation: dh 2s 1s;
    -webkit-animation: dh 2s 1s;
}
#eol_float_style2 li:nth-child(4) {
    /* transition-delay: 4s; */
    animation: dh 2.5s 2s;
    -webkit-animation: dh 2.5s 2s;
}
#eol_float_style2 li:nth-child(5) {
    /* transition-delay: 5s; */
    animation: dh 3s 2.5s;
    -webkit-animation: dh 3s 2.5s;
}
#eol_float_style2 li#wechart {
    height:121px;
} 
#eol_float_style2 li a.float-a1 img{
    width:20px;
}
#eol_float_style2 li a.float-a1 img#wc_img{
    width:70px;
    height:70px;
    border: 1px solid #fff;
}
#eol_float_style2 a{
    display:block;
    text-decoration: none;
    font-size: 12px;
    line-height: normal;
}
#eol_float_style2 .ft_c{
    transform: rotate(6deg);
    -ms-transform:rotate(6deg); 	/* ie 9 */
    -moz-transform:rotate(6deg); 	/* firefox */
    -webkit-transform:rotate(6deg); /* safari å’œ chrome */
    -o-transform:rotate(6deg); 	/* opera */
}
#eol_float_style2 #wechart .ft_c{
    transform: rotate(0deg);
    -ms-transform:rotate(0deg); 	/* ie 9 */
    -moz-transform:rotate(0deg); 	/* firefox */
    -webkit-transform:rotate(0deg); /* safari å’œ chrome */
    -o-transform:rotate(0deg); 	/* opera */

}
#eol_float_style2 .eol_title{
    /* font-family: pangmenzhengdao; */
    font-weight:bold;
    position: absolute;
    top: 75px;
    left: 50%;
    color: #fff;
    font-size: 15px;
    transform: rotate(5deg);
    -ms-transform:rotate(5deg); 	/* ie 9 */
    -moz-transform:rotate(5deg); 	/* firefox */
    -webkit-transform:rotate(5deg); /* safari å’œ chrome */
    -o-transform:rotate(5deg); 	/* opera */
}
#eol_float_style2 #wechart .eol_weixin{
    margin-top:4px;
}
.xiala{
    width: 10px;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 3px;
    position: absolute;
    right: -5px;
    top: -3px;
    display:none;
    cursor:pointer;
}
.xiala:hover{
    display:block;
}
.little_e{
width:113px;
height:102px;
}
.dis_text{
    display:block;
    color:#d2d2d2;
}
.arrow{
    margin-top:-3px;
    cursor:pointer;
}
.message-box-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1060px;
    height: 80%;
    background: #ffffff;
    box-shadow: 0px 0px 43px 0px rgb(0 0 0 / 40%);
    border-radius: 20px;
    margin: auto;
    z-index:11111111111;
}
.message-box-wrapper iframe{
    border-style: hidden;
    margin: 0;
    padding: 0;
    border-radius: 20px;
}