@charset "UTF-8";
.red, a.red {
  color: #e41c1c; }

.box-shadow {
  box-shadow: 1px 1px 8px #ccc; }

@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: #008875; }
body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #EDEDED; }

.myact {
  display: none; }

.myact_on .myact {
  display: block; }

@keyframes _loadUDO_1 {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes _loadUDO_1 {
  0% {
    -webkit-transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes _loadUDO_2 {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes _loadUDO_2 {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
.comtop {
  animation: _loadUDO_2 0.8s linear 0s 1;
  -webkit-animation: _loadUDO_2 0.8s linear 0s 1;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards; }

.comnav li .line_down menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  animation: _loadUDO_1 0.3s linear 0s 1;
  -webkit-animation: _loadUDO_1 0.3s linear 0s 1;
  animation-fill-mode: backwards;
  -webkit-animation-fill-mode: backwards; }
  .comnav li .line_down menu a:nth-child(2) {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s; }
  .comnav li .line_down menu a:nth-child(3) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s; }
  .comnav li .line_down menu a:nth-child(4) {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s; }
  .comnav li .line_down menu a:nth-child(5) {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s; }
  .comnav li .line_down menu a:nth-child(6) {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s; }
  .comnav li .line_down menu a:nth-child(7) {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s; }
  .comnav li .line_down menu a:nth-child(8) {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s; }
  .comnav li .line_down menu a:nth-child(9) {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s; }
  .comnav li .line_down menu a:nth-child(10) {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s; }
  .comnav li .line_down menu a:nth-child(11) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s; }

.connav a, .comfoot nav p {
  animation-name: rotateInUpLeft; }
  .connav a:nth-child(2), .comfoot nav p:nth-child(2) {
    animation-delay: 0.4s; }
  .connav a:nth-child(3), .comfoot nav p:nth-child(3) {
    animation-delay: 0.6s; }
  .connav a:nth-child(4), .comfoot nav p:nth-child(4) {
    animation-delay: 0.8s; }
  .connav a:nth-child(5), .comfoot nav p:nth-child(5) {
    animation-delay: 1s; }
  .connav a:nth-child(6), .comfoot nav p:nth-child(6) {
    animation-delay: 1.2s; }
  .connav a:nth-child(7), .comfoot nav p:nth-child(7) {
    animation-delay: 1.4s; }
  .connav a:nth-child(8), .comfoot nav p:nth-child(8) {
    animation-delay: 1.6s; }
  .connav a:nth-child(9), .comfoot nav p:nth-child(9) {
    animation-delay: 1.8s; }
  .connav a:nth-child(10), .comfoot nav p:nth-child(10) {
    animation-delay: 2s; }
  .connav a:nth-child(11), .comfoot nav p:nth-child(11) {
    animation-delay: 2.2s; }
  .connav a:nth-child(12), .comfoot nav p:nth-child(12) {
    animation-delay: 2.4s; }
  .connav a:nth-child(13), .comfoot nav p:nth-child(13) {
    animation-delay: 2.6s; }
  .connav a:nth-child(14), .comfoot nav p:nth-child(14) {
    animation-delay: 2.8s; }
  .connav a:nth-child(15), .comfoot nav p:nth-child(15) {
    animation-delay: 3s; }

.comfoot ul li, .comfoot .phone p {
  animation-name: fadeInRight; }
  .comfoot ul li:nth-child(2), .comfoot .phone p:nth-child(2) {
    animation-delay: 0.3s; }
  .comfoot ul li:nth-child(3), .comfoot .phone p:nth-child(3) {
    animation-delay: 0.45s; }
  .comfoot ul li:nth-child(4), .comfoot .phone p:nth-child(4) {
    animation-delay: 0.6s; }
  .comfoot ul li:nth-child(5), .comfoot .phone p:nth-child(5) {
    animation-delay: 0.75s; }
  .comfoot ul li:nth-child(6), .comfoot .phone p:nth-child(6) {
    animation-delay: 0.9s; }
  .comfoot ul li:nth-child(7), .comfoot .phone p:nth-child(7) {
    animation-delay: 1.05s; }
  .comfoot ul li:nth-child(8), .comfoot .phone p:nth-child(8) {
    animation-delay: 1.2s; }
  .comfoot ul li:nth-child(9), .comfoot .phone p:nth-child(9) {
    animation-delay: 1.35s; }
  .comfoot ul li:nth-child(10), .comfoot .phone p:nth-child(10) {
    animation-delay: 1.5s; }
  .comfoot ul li:nth-child(11), .comfoot .phone p:nth-child(11) {
    animation-delay: 1.65s; }
  .comfoot ul li:nth-child(12), .comfoot .phone p:nth-child(12) {
    animation-delay: 1.8s; }
  .comfoot ul li:nth-child(13), .comfoot .phone p:nth-child(13) {
    animation-delay: 1.95s; }
  .comfoot ul li:nth-child(14), .comfoot .phone p:nth-child(14) {
    animation-delay: 2.1s; }
  .comfoot ul li:nth-child(15), .comfoot .phone p:nth-child(15) {
    animation-delay: 2.25s; }

.techsum li {
  animation-name: zoomIn; }

/* 内页banner */
@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); } }
.conbanner i, .conbanner img, .indexbanner menu a.sel i {
  animation: _screenbg_act 60s linear 0s infinite;
  -webkit-animation: _screenbg_act 60s linear 0s infinite;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }

.indexpart01 .indexmap {
  visibility: hidden;
  animation-duration: 1s;
  animation-fill-mode: both; }
.indexpart01 .box .indextit, .indexpart01 .box .indexabout li, .indexpart01 .box .info, .indexpart01 .box .indexmore {
  visibility: hidden;
  animation-duration: 1s;
  animation-fill-mode: both; }
.indexpart01 .cartoonshow .indexmap {
  animation-name: zoomIn;
  visibility: visible; }
.indexpart01 .cartoonshow .box .indextit, .indexpart01 .cartoonshow .box .indexabout li, .indexpart01 .cartoonshow .box .info, .indexpart01 .cartoonshow .box .indexmore {
  visibility: visible; }
.indexpart01 .cartoonshow .box .indextit {
  animation-name: rotateIn; }
.indexpart01 .cartoonshow .box .indexabout li {
  animation-name: zoomIn; }
  .indexpart01 .cartoonshow .box .indexabout li:nth-child(1) {
    animation-delay: 0.2s; }
  .indexpart01 .cartoonshow .box .indexabout li:nth-child(2) {
    animation-delay: 0.4s; }
  .indexpart01 .cartoonshow .box .indexabout li:nth-child(3) {
    animation-delay: 0.6s; }
  .indexpart01 .cartoonshow .box .indexabout li:nth-child(4) {
    animation-delay: 0.8s; }
  .indexpart01 .cartoonshow .box .indexabout li:nth-child(5) {
    animation-delay: 1s; }
  .indexpart01 .cartoonshow .box .indexabout li:nth-child(6) {
    animation-delay: 1.2s; }
  .indexpart01 .cartoonshow .box .indexabout li:nth-child(7) {
    animation-delay: 1.4s; }
  .indexpart01 .cartoonshow .box .indexabout li:nth-child(8) {
    animation-delay: 1.6s; }
  .indexpart01 .cartoonshow .box .indexabout li:nth-child(9) {
    animation-delay: 1.8s; }
  .indexpart01 .cartoonshow .box .indexabout li:nth-child(10) {
    animation-delay: 2s; }
  .indexpart01 .cartoonshow .box .indexabout li:nth-child(11) {
    animation-delay: 2.2s; }
  .indexpart01 .cartoonshow .box .indexabout li:nth-child(12) {
    animation-delay: 2.4s; }
  .indexpart01 .cartoonshow .box .indexabout li:nth-child(13) {
    animation-delay: 2.6s; }
  .indexpart01 .cartoonshow .box .indexabout li:nth-child(14) {
    animation-delay: 2.8s; }
  .indexpart01 .cartoonshow .box .indexabout li:nth-child(15) {
    animation-delay: 3s; }
.indexpart01 .cartoonshow .box .info {
  animation-name: fadeInUp;
  animation-delay: 0.8s; }
.indexpart01 .cartoonshow .box .indexmore {
  animation-name: fadeInUp;
  animation-delay: 1s; }

.indexpart02 .indexblock li {
  visibility: hidden;
  animation-duration: 1s;
  animation-fill-mode: both; }
.indexpart02 .cartoonshow .indexblock li {
  animation-name: fadeInUp;
  visibility: visible; }
  .indexpart02 .cartoonshow .indexblock li:nth-child(1) {
    animation-delay: 0.3s; }
  .indexpart02 .cartoonshow .indexblock li:nth-child(2) {
    animation-delay: 0.6s; }
  .indexpart02 .cartoonshow .indexblock li:nth-child(3) {
    animation-delay: 0.9s; }
  .indexpart02 .cartoonshow .indexblock li:nth-child(4) {
    animation-delay: 1.2s; }
  .indexpart02 .cartoonshow .indexblock li:nth-child(5) {
    animation-delay: 1.5s; }
  .indexpart02 .cartoonshow .indexblock li:nth-child(6) {
    animation-delay: 1.8s; }
  .indexpart02 .cartoonshow .indexblock li:nth-child(7) {
    animation-delay: 2.1s; }
  .indexpart02 .cartoonshow .indexblock li:nth-child(8) {
    animation-delay: 2.4s; }
  .indexpart02 .cartoonshow .indexblock li:nth-child(9) {
    animation-delay: 2.7s; }
  .indexpart02 .cartoonshow .indexblock li:nth-child(10) {
    animation-delay: 3s; }
  .indexpart02 .cartoonshow .indexblock li:nth-child(11) {
    animation-delay: 3.3s; }
  .indexpart02 .cartoonshow .indexblock li:nth-child(12) {
    animation-delay: 3.6s; }
  .indexpart02 .cartoonshow .indexblock li:nth-child(13) {
    animation-delay: 3.9s; }
  .indexpart02 .cartoonshow .indexblock li:nth-child(14) {
    animation-delay: 4.2s; }
  .indexpart02 .cartoonshow .indexblock li:nth-child(15) {
    animation-delay: 4.5s; }

.indexpart03 .box .indextit, .indexpart03 .box .indexlist {
  visibility: hidden;
  animation-duration: 1s;
  animation-fill-mode: both; }
.indexpart03 .cartoonshow .box .indextit, .indexpart03 .cartoonshow .box .indexlist {
  visibility: visible; }
.indexpart03 .cartoonshow .box .indextit {
  animation-name: rotateIn; }
.indexpart03 .cartoonshow .box .indexlist {
  animation-name: zoomIn; }
  .indexpart03 .cartoonshow .box .indexlist:nth-child(1) {
    animation-delay: 0.2s; }
  .indexpart03 .cartoonshow .box .indexlist:nth-child(2) {
    animation-delay: 0.4s; }
  .indexpart03 .cartoonshow .box .indexlist:nth-child(3) {
    animation-delay: 0.6s; }
  .indexpart03 .cartoonshow .box .indexlist:nth-child(4) {
    animation-delay: 0.8s; }
  .indexpart03 .cartoonshow .box .indexlist:nth-child(5) {
    animation-delay: 1s; }
  .indexpart03 .cartoonshow .box .indexlist:nth-child(6) {
    animation-delay: 1.2s; }
  .indexpart03 .cartoonshow .box .indexlist:nth-child(7) {
    animation-delay: 1.4s; }
  .indexpart03 .cartoonshow .box .indexlist:nth-child(8) {
    animation-delay: 1.6s; }
  .indexpart03 .cartoonshow .box .indexlist:nth-child(9) {
    animation-delay: 1.8s; }
  .indexpart03 .cartoonshow .box .indexlist:nth-child(10) {
    animation-delay: 2s; }
  .indexpart03 .cartoonshow .box .indexlist:nth-child(11) {
    animation-delay: 2.2s; }
  .indexpart03 .cartoonshow .box .indexlist:nth-child(12) {
    animation-delay: 2.4s; }
  .indexpart03 .cartoonshow .box .indexlist:nth-child(13) {
    animation-delay: 2.6s; }
  .indexpart03 .cartoonshow .box .indexlist:nth-child(14) {
    animation-delay: 2.8s; }
  .indexpart03 .cartoonshow .box .indexlist:nth-child(15) {
    animation-delay: 3s; }
.indexpart03 .cartoonoff .box {
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-name: fadeOut; }

.indexpart05 .comfoot {
  display: none; }
.indexpart05 .bot {
  visibility: hidden;
  animation-duration: 1s;
  animation-fill-mode: both; }
.indexpart05 .box ul li {
  visibility: hidden;
  animation-duration: 1s;
  animation-fill-mode: both; }
.indexpart05 .box .info .p1, .indexpart05 .box .info .p2, .indexpart05 .box .info .sys, .indexpart05 .box .info .things {
  visibility: hidden;
  animation-duration: 1s;
  animation-fill-mode: both; }
.indexpart05 .cartoonshow {
  display: block; }
  .indexpart05 .cartoonshow .bot {
    visibility: visible;
    animation-name: fadeInUp;
    animation-delay: 0.8s; }
  .indexpart05 .cartoonshow .box ul li {
    visibility: visible;
    animation-name: fadeInRight; }
    .indexpart05 .cartoonshow .box ul li:nth-child(1) {
      animation-delay: 0.2s; }
    .indexpart05 .cartoonshow .box ul li:nth-child(2) {
      animation-delay: 0.4s; }
    .indexpart05 .cartoonshow .box ul li:nth-child(3) {
      animation-delay: 0.6s; }
    .indexpart05 .cartoonshow .box ul li:nth-child(4) {
      animation-delay: 0.8s; }
    .indexpart05 .cartoonshow .box ul li:nth-child(5) {
      animation-delay: 1s; }
    .indexpart05 .cartoonshow .box ul li:nth-child(6) {
      animation-delay: 1.2s; }
    .indexpart05 .cartoonshow .box ul li:nth-child(7) {
      animation-delay: 1.4s; }
    .indexpart05 .cartoonshow .box ul li:nth-child(8) {
      animation-delay: 1.6s; }
    .indexpart05 .cartoonshow .box ul li:nth-child(9) {
      animation-delay: 1.8s; }
    .indexpart05 .cartoonshow .box ul li:nth-child(10) {
      animation-delay: 2s; }
    .indexpart05 .cartoonshow .box ul li:nth-child(11) {
      animation-delay: 2.2s; }
    .indexpart05 .cartoonshow .box ul li:nth-child(12) {
      animation-delay: 2.4s; }
    .indexpart05 .cartoonshow .box ul li:nth-child(13) {
      animation-delay: 2.6s; }
    .indexpart05 .cartoonshow .box ul li:nth-child(14) {
      animation-delay: 2.8s; }
    .indexpart05 .cartoonshow .box ul li:nth-child(15) {
      animation-delay: 3s; }
  .indexpart05 .cartoonshow .info .p1, .indexpart05 .cartoonshow .info .p2, .indexpart05 .cartoonshow .info .sys, .indexpart05 .cartoonshow .info .things {
    visibility: visible; }
  .indexpart05 .cartoonshow .info .p1 {
    animation-name: fadeInLeft; }
  .indexpart05 .cartoonshow .info .p2 {
    animation-name: fadeInUp;
    animation-delay: 0.3s; }
  .indexpart05 .cartoonshow .info .sys {
    animation-name: zoomIn;
    animation-delay: 0.6s; }
  .indexpart05 .cartoonshow .info .things {
    animation-name: fadeInRight;
    animation-delay: 0.9s; }

.indexbanner {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn; }

@keyframes indexmap_dian {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(3.5);
    opacity: 0; } }
@-webkit-keyframes indexmap_dian {
  0% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(3.5);
    opacity: 0; } }
@keyframes _dianMove01 {
  0% {
    transform: rotate(0);
    opacity: 0.5; }
  50% {
    transform: rotate(45deg);
    opacity: 1; }
  100% {
    transform: rotate(90deg);
    opacity: 0.2; } }
@-webkit-keyframes _dianMove01 {
  0% {
    -webkit-transform: rotate(0);
    opacity: 0.5; }
  50% {
    -webkit-transform: rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(90deg);
    opacity: 0.2; } }
@keyframes _dianMove02 {
  0% {
    transform: rotate(0);
    opacity: 0.5; }
  50% {
    transform: rotate(25deg);
    opacity: 1; }
  100% {
    transform: rotate(50deg);
    opacity: 0.2; } }
@-webkit-keyframes _dianMove02 {
  0% {
    -webkit-transform: rotate(0);
    opacity: 0.5; }
  50% {
    -webkit-transform: rotate(25deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(50deg);
    opacity: 0.2; } }
.indexmap .arr02 p i, .indexmap .dian01 div p i {
  animation: indexmap_dian 2s linear 0s infinite;
  -webkit-animation: indexmap_dian 2s linear 0s infinite;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }
.indexmap .dian01 div {
  animation: _dianMove01 3s linear 0s infinite;
  -webkit-animation: _dianMove01 3s linear 0s infinite;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }
.indexmap .dian02 div {
  animation: _dianMove02 3s linear 0s infinite;
  -webkit-animation: _dianMove02 3s linear 0s infinite;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }

.aboutpart02 menu a, .aboutpart03 menu a {
  animation-name: zoomIn; }
  .aboutpart02 menu a:nth-child(1), .aboutpart03 menu a:nth-child(1) {
    animation-delay: 0.2s; }
  .aboutpart02 menu a:nth-child(2), .aboutpart03 menu a:nth-child(2) {
    animation-delay: 0.4s; }
  .aboutpart02 menu a:nth-child(3), .aboutpart03 menu a:nth-child(3) {
    animation-delay: 0.6s; }
  .aboutpart02 menu a:nth-child(4), .aboutpart03 menu a:nth-child(4) {
    animation-delay: 0.8s; }
  .aboutpart02 menu a:nth-child(5), .aboutpart03 menu a:nth-child(5) {
    animation-delay: 1s; }
  .aboutpart02 menu a:nth-child(6), .aboutpart03 menu a:nth-child(6) {
    animation-delay: 1.2s; }
  .aboutpart02 menu a:nth-child(7), .aboutpart03 menu a:nth-child(7) {
    animation-delay: 1.4s; }
  .aboutpart02 menu a:nth-child(8), .aboutpart03 menu a:nth-child(8) {
    animation-delay: 1.6s; }
  .aboutpart02 menu a:nth-child(9), .aboutpart03 menu a:nth-child(9) {
    animation-delay: 1.8s; }
  .aboutpart02 menu a:nth-child(10), .aboutpart03 menu a:nth-child(10) {
    animation-delay: 2s; }
  .aboutpart02 menu a:nth-child(11), .aboutpart03 menu a:nth-child(11) {
    animation-delay: 2.2s; }
  .aboutpart02 menu a:nth-child(12), .aboutpart03 menu a:nth-child(12) {
    animation-delay: 2.4s; }
  .aboutpart02 menu a:nth-child(13), .aboutpart03 menu a:nth-child(13) {
    animation-delay: 2.6s; }
  .aboutpart02 menu a:nth-child(14), .aboutpart03 menu a:nth-child(14) {
    animation-delay: 2.8s; }
  .aboutpart02 menu a:nth-child(15), .aboutpart03 menu a:nth-child(15) {
    animation-delay: 3s; }

/*# sourceMappingURL=active.css.map */
