@charset "UTF-8";
.red, a.red {
  color: #e41c1c; }

.box-shadow {
  box-shadow: 1px 1px 10px #ddd; }

@font-face {
  font-family: 'iconfont';
  src: url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/* 基础 */
/* 文本 */
/* 图片 */
/* css3动画 */
/* css3动画 - hover */
/* 以下是动画 */
body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px; }
body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #294C75; }
body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #EDEDED; }

@keyframes _screenbg_act {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes _screenbg_act {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1); } }
/* banner */
.conbanner i, .banner-one menu a.sel i, .indexnewsbox .imgbox a i, .loginbox .bg {
  animation: _screenbg_act 60s linear 0s infinite;
  -webkit-animation: _screenbg_act 60s linear 0s infinite;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }

.comhead .logo {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft; }
.comhead .topsearch, .comhead .login, .comhead .downbox_sys {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 1s; }
.comhead .topsearch, .comhead .downbox_sys {
  animation-delay: 1.2s; }

.comnav li .tit {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown; }
.comnav li:nth-child(2) .tit {
  animation-delay: 0.2s; }
.comnav li:nth-child(3) .tit {
  animation-delay: 0.3s; }
.comnav li:nth-child(4) .tit {
  animation-delay: 0.4s; }
.comnav li:nth-child(5) .tit {
  animation-delay: 0.5s; }
.comnav li:nth-child(6) .tit {
  animation-delay: 0.6s; }
.comnav li:nth-child(7) .tit {
  animation-delay: 0.7s; }
.comnav li:nth-child(8) .tit {
  animation-delay: 0.8s; }
.comnav li:nth-child(9) .tit {
  animation-delay: 0.9s; }
.comnav li:nth-child(10) .tit {
  animation-delay: 1s; }
.comnav li .line_down menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp; }
  .comnav li .line_down menu a:nth-child(2) {
    animation-delay: 0.2s; }
  .comnav li .line_down menu a:nth-child(3) {
    animation-delay: 0.3s; }
  .comnav li .line_down menu a:nth-child(4) {
    animation-delay: 0.4s; }
  .comnav li .line_down menu a:nth-child(5) {
    animation-delay: 0.5s; }
  .comnav li .line_down menu a:nth-child(6) {
    animation-delay: 0.6s; }
  .comnav li .line_down menu a:nth-child(7) {
    animation-delay: 0.7s; }
  .comnav li .line_down menu a:nth-child(8) {
    animation-delay: 0.8s; }
  .comnav li .line_down menu a:nth-child(9) {
    animation-delay: 0.9s; }
  .comnav li .line_down menu a:nth-child(10) {
    animation-delay: 1s; }
  .comnav li .line_down menu a:nth-child(11) {
    animation-delay: 1.1s; }
  .comnav li .line_down menu a:nth-child(12) {
    animation-delay: 1.2s; }
  .comnav li .line_down menu a:nth-child(13) {
    animation-delay: 1.3s; }
  .comnav li .line_down menu a:nth-child(14) {
    animation-delay: 1.4s; }
  .comnav li .line_down menu a:nth-child(15) {
    animation-delay: 1.5s; }

.indexabout02 {
  animation-name: zoomIn; }
  .indexabout02 li {
    animation-name: flipInX;
    animation-delay: 0.8s; }
    .indexabout02 li:nth-child(2) {
      animation-delay: 1s; }
    .indexabout02 li:nth-child(3) {
      animation-delay: 1.2s; }

.indexnewsbox .box {
  animation-name: fadeInRight; }
  .indexnewsbox .box li {
    animation-name: fadeInRight;
    animation-delay: 0.6s; }
    .indexnewsbox .box li:nth-child(2) {
      animation-delay: 0.8s; }
    .indexnewsbox .box li:nth-child(3) {
      animation-delay: 1s; }
.indexnewsbox .imgbox {
  animation-name: fadeInLeft; }

.indexwork li {
  animation-name: zoomIn; }
  .indexwork li:nth-child(2) {
    animation-delay: 0.4s; }
  .indexwork li:nth-child(3) {
    animation-delay: 0.6s; }
  .indexwork li:nth-child(4) {
    animation-delay: 0.8s; }
  .indexwork li:nth-child(5) {
    animation-delay: 1s; }
  .indexwork li:nth-child(6) {
    animation-delay: 1.2s; }
  .indexwork li:nth-child(7) {
    animation-delay: 1.4s; }
  .indexwork li:nth-child(8) {
    animation-delay: 1.6s; }
  .indexwork li:nth-child(9) {
    animation-delay: 1.8s; }
  .indexwork li:nth-child(10) {
    animation-delay: 2s; }
  .indexwork li:nth-child(11) {
    animation-delay: 2.2s; }
  .indexwork li:nth-child(12) {
    animation-delay: 2.4s; }
  .indexwork li:nth-child(13) {
    animation-delay: 2.6s; }
  .indexwork li:nth-child(14) {
    animation-delay: 2.8s; }
  .indexwork li:nth-child(15) {
    animation-delay: 3s; }

.indexhonor .box01 {
  animation-name: fadeInLeft;
  animation-delay: 0.6s; }
.indexhonor .box02 li {
  animation-name: fadeInRight;
  animation-delay: 0.6s; }
  .indexhonor .box02 li:nth-child(2) {
    animation-delay: 0.8s; }
  .indexhonor .box02 li:nth-child(3) {
    animation-delay: 1s; }

.comfoot .box02 li {
  animation-name: fadeInRight; }
  .comfoot .box02 li:nth-child(2) {
    animation-delay: 0.3s; }
  .comfoot .box02 li:nth-child(3) {
    animation-delay: 0.45s; }
  .comfoot .box02 li:nth-child(4) {
    animation-delay: 0.6s; }
  .comfoot .box02 li:nth-child(5) {
    animation-delay: 0.75s; }
  .comfoot .box02 li:nth-child(6) {
    animation-delay: 0.9s; }
  .comfoot .box02 li:nth-child(7) {
    animation-delay: 1.05s; }
  .comfoot .box02 li:nth-child(8) {
    animation-delay: 1.2s; }
  .comfoot .box02 li:nth-child(9) {
    animation-delay: 1.35s; }
  .comfoot .box02 li:nth-child(10) {
    animation-delay: 1.5s; }
  .comfoot .box02 li:nth-child(11) {
    animation-delay: 1.65s; }
  .comfoot .box02 li:nth-child(12) {
    animation-delay: 1.8s; }
  .comfoot .box02 li:nth-child(13) {
    animation-delay: 1.95s; }
  .comfoot .box02 li:nth-child(14) {
    animation-delay: 2.1s; }
  .comfoot .box02 li:nth-child(15) {
    animation-delay: 2.25s; }

/*# sourceMappingURL=active.css.map */
