  #c_static_001-1690718635242 .yybanben{    z-index: 9999;
    position: absolute;margin-top:30px;
    width: 400px;}

  #c_static_001-1690718635242 .yybanben span{    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 30px;
    width: calc((100% - 40px)/ 2);font-family: arial;
    margin: 10px;
    float: left;transition: all 0.5s;
    text-align: center;}
#c_static_001-1690718635242 .yybanben span:hover{background:#f30000;border: 1px solid #f30000;transition: all 0.5s;}

/* 引导页logozi */

.text {
  fill: none;
  stroke-width: 1;
  stroke-linejoin: round;
  stroke-dasharray: 70 330;
  stroke-dashoffset: 0;
  -webkit-animation: stroke 6s infinite linear;
  animation: stroke 6s infinite linear;
}
.text:nth-child(5n + 1) {
  stroke: #fff;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.text:nth-child(5n + 2) {
  stroke: #F5A503;
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}
.text:nth-child(5n + 3) {
  stroke: #E9F1DF;
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}
.text:nth-child(5n + 4) {
  stroke: #fff;
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}
.text:nth-child(5n + 5) {
  stroke: #fff;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}

/* 引导页logozi end */  


/*--纯css3多个线性旋转加载动画--*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    z-index: 999;
}
  
#loader {
       display: block;
    position: fixed;
    width: 700px;
    height: 700px;
    left: 50%;
    margin-left: -350px;
    border-radius: 50%;
    top: 50%;
    margin-top: -350px;
    border: 3px solid transparent;
    border-top-color: rgba(255,255,255,.1);
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}
@media (min-width: 1024px) and (max-width: 1441px){
 #loader {
      display: block;
    position: fixed;
    width: 700px;
    height: 700px;
    left: 50%;
    margin-left: -350px;
    border-radius: 50%;
    top: 50%;
    margin-top: -350px;
    border: 3px solid transparent;
    border-top-color: rgba(255,255,255,.1);
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
} 
}
  
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:  rgba(255,255,255,.2);
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:  rgba(255,255,255,.1);
    -webkit-animation: spin 5s linear infinite;
    animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*--纯css3多个线性旋转加载动画 end--*/
  
  
  
#c_static_001-1690718635242 .e_container-2 .clock div {
    background-color: inherit!important;    z-index: 999;
}

  #c_static_001-1690718635242 .e_container-2 .clock div h4{font-family:arial;color:#fff!important;}
    #c_static_001-1690718635242 .e_container-2 .clock div li{    font-family: arial;
    color: #fff!important;
    width: 50px!important;
    font-size: 36px!important;}


