﻿@charset "UTF-8";
@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Medium.otf");
}
@-webkit-keyframes o-upfade-top {
  0% {
    opacity: 0;
    top: 90px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    top: 90px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes rings {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(6);
    -moz-transform: scale(6);
    -ms-transform: scale(6);
    transform: scale(6);
  }
}
@keyframes rings {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(6);
    -moz-transform: scale(6);
    -ms-transform: scale(6);
    transform: scale(6);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logoMove {
  0% {
    -webkit-transform: translatey(-15px);
    -moz-transform: translatey(-15px);
    -ms-transform: translatey(-15px);
    transform: translatey(-15px);
  }
  50% {
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -ms-transform: translatey(0px);
    transform: translatey(0px);
  }
  100% {
    -webkit-transform: translatey(-15px);
    -moz-transform: translatey(-15px);
    -ms-transform: translatey(-15px);
    transform: translatey(-15px);
  }
}
@-webkit-keyframes floatUser2 {
  from,to {
    opacity: .5;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  75% {
    opacity: .5;
    -webkit-transform: translate3d(7px, 7px, 0);
    -moz-transform: translate3d(7px, 7px, 0);
    -ms-transform: translate3d(7px, 7px, 0);
    transform: translate3d(7px, 7px, 0);
  }
}
@keyframes floatUser2 {
  from,to {
    opacity: .5;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  75% {
    opacity: .5;
    -webkit-transform: translate3d(7px, 7px, 0);
    -moz-transform: translate3d(7px, 7px, 0);
    -ms-transform: translate3d(7px, 7px, 0);
    transform: translate3d(7px, 7px, 0);
  }
}
@-webkit-keyframes floatUser3 {
  from,to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(14px, 14px, 0);
    -moz-transform: translate3d(14px, 14px, 0);
    -ms-transform: translate3d(14px, 14px, 0);
    transform: translate3d(14px, 14px, 0);
  }
}
@keyframes floatUser3 {
  from,to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(14px, 14px, 0);
    -moz-transform: translate3d(14px, 14px, 0);
    -ms-transform: translate3d(14px, 14px, 0);
    transform: translate3d(14px, 14px, 0);
  }
}
@-webkit-keyframes floatUser4 {
  from,to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(21px, 21px, 0);
    -moz-transform: translate3d(21px, 21px, 0);
    -ms-transform: translate3d(21px, 21px, 0);
    transform: translate3d(21px, 21px, 0);
  }
}
@keyframes floatUser4 {
  from,to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(21px, 21px, 0);
    -moz-transform: translate3d(21px, 21px, 0);
    -ms-transform: translate3d(21px, 21px, 0);
    transform: translate3d(21px, 21px, 0);
  }
}
@-webkit-keyframes emptyNetOdd {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px) scale(0) rotate(-20deg);
    -ms-transform: translate(-20px) scale(0) rotate(-20deg);
    transform: translate(-20px) scale(0) rotate(-20deg);
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(100%, 130%) scale(0.6) rotate(5deg);
    -ms-transform: translate(100%, 130%) scale(0.6) rotate(5deg);
    transform: translate(100%, 130%) scale(0.6) rotate(5deg);
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(240%, 250%) scale(0.8) rotate(60deg);
    -ms-transform: translate(240%, 250%) scale(0.8) rotate(60deg);
    transform: translate(240%, 250%) scale(0.8) rotate(60deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(340%, 460%) scale(0.5) rotate(100deg);
    -ms-transform: translate(340%, 460%) scale(0.5) rotate(100deg);
    transform: translate(340%, 460%) scale(0.5) rotate(100deg);
  }
}
@keyframes emptyNetOdd {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px) scale(0) rotate(-20deg);
    -ms-transform: translate(-20px) scale(0) rotate(-20deg);
    transform: translate(-20px) scale(0) rotate(-20deg);
  }
  33% {
    opacity: 1;
    -webkit-transform: translate(100%, 130%) scale(0.6) rotate(5deg);
    -ms-transform: translate(100%, 130%) scale(0.6) rotate(5deg);
    transform: translate(100%, 130%) scale(0.6) rotate(5deg);
  }
  66% {
    opacity: 1;
    -webkit-transform: translate(240%, 250%) scale(0.8) rotate(60deg);
    -ms-transform: translate(240%, 250%) scale(0.8) rotate(60deg);
    transform: translate(240%, 250%) scale(0.8) rotate(60deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(340%, 460%) scale(0.5) rotate(100deg);
    -ms-transform: translate(340%, 460%) scale(0.5) rotate(100deg);
    transform: translate(340%, 460%) scale(0.5) rotate(100deg);
  }
}
@-webkit-keyframes emptyNetEven {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px) scale(0) rotate(0deg);
    -ms-transform: translate(30px) scale(0) rotate(0deg);
    transform: translate(30px) scale(0) rotate(0deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-50%, 100%) scale(0.7) rotate(-30deg);
    -ms-transform: translate(-50%, 100%) scale(0.7) rotate(-30deg);
    transform: translate(-50%, 100%) scale(0.7) rotate(-30deg);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-100%, 250%) scale(1) rotate(-90deg);
    -ms-transform: translate(-100%, 250%) scale(1) rotate(-90deg);
    transform: translate(-100%, 250%) scale(1) rotate(-90deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-140%, 460%) scale(0.4) rotate(-230deg);
    -ms-transform: translate(-140%, 460%) scale(0.4) rotate(-230deg);
    transform: translate(-140%, 460%) scale(0.4) rotate(-230deg);
  }
}
@keyframes emptyNetEven {
  0% {
    opacity: 0;
    -webkit-transform: translate(30px) scale(0) rotate(0deg);
    -ms-transform: translate(30px) scale(0) rotate(0deg);
    transform: translate(30px) scale(0) rotate(0deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-50%, 100%) scale(0.7) rotate(-30deg);
    -ms-transform: translate(-50%, 100%) scale(0.7) rotate(-30deg);
    transform: translate(-50%, 100%) scale(0.7) rotate(-30deg);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-100%, 250%) scale(1) rotate(-90deg);
    -ms-transform: translate(-100%, 250%) scale(1) rotate(-90deg);
    transform: translate(-100%, 250%) scale(1) rotate(-90deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-140%, 460%) scale(0.4) rotate(-230deg);
    -ms-transform: translate(-140%, 460%) scale(0.4) rotate(-230deg);
    transform: translate(-140%, 460%) scale(0.4) rotate(-230deg);
  }
}
@-webkit-keyframes emptyNetCenter {
  0% {
    opacity: 0;
    -webkit-transform: translate(0) scale(0) rotate(120deg);
    -ms-transform: translate(0) scale(0) rotate(120deg);
    transform: translate(0) scale(0) rotate(120deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-20%, 100%) scale(0.5) rotate(-30deg);
    -ms-transform: translate(-20%, 100%) scale(0.5) rotate(-30deg);
    transform: translate(-20%, 100%) scale(0.5) rotate(-30deg);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(80%, 250%) scale(0.7) rotate(90deg);
    -ms-transform: translate(80%, 250%) scale(0.7) rotate(90deg);
    transform: translate(80%, 250%) scale(0.7) rotate(90deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(50%, 460%) scale(0.3) rotate(-50deg);
    -ms-transform: translate(50%, 460%) scale(0.3) rotate(-50deg);
    transform: translate(50%, 460%) scale(0.3) rotate(-50deg);
  }
}
@keyframes emptyNetCenter {
  0% {
    opacity: 0;
    -webkit-transform: translate(0) scale(0) rotate(120deg);
    -ms-transform: translate(0) scale(0) rotate(120deg);
    transform: translate(0) scale(0) rotate(120deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-20%, 100%) scale(0.5) rotate(-30deg);
    -ms-transform: translate(-20%, 100%) scale(0.5) rotate(-30deg);
    transform: translate(-20%, 100%) scale(0.5) rotate(-30deg);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(80%, 250%) scale(0.7) rotate(90deg);
    -ms-transform: translate(80%, 250%) scale(0.7) rotate(90deg);
    transform: translate(80%, 250%) scale(0.7) rotate(90deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(50%, 460%) scale(0.3) rotate(-50deg);
    -ms-transform: translate(50%, 460%) scale(0.3) rotate(-50deg);
    transform: translate(50%, 460%) scale(0.3) rotate(-50deg);
  }
}
.img-responsive{display:block;max-width:100%;height:auto}
.wrapper {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.header {
  height: 72px;
  width:100%;
  
}
.headerfixed {
    position: fixed;
    z-index: 999;
    box-shadow: 0 3px 6px 0 rgb(40 51 67 / 6%);
    border-bottom: solid 1px #ddd;
}

.header .main {
    position: relative;
    height: 72px;
    background: #fff;
    box-shadow: 0, 0, 10px rgba(2, 2, 2, 0.1);
    width: 100%;
    z-index: 9;
}
 
.header .main .logo {
  padding:0 20px;
  height: 100%;
  text-align: center;
  background: #108cee;
  display: inline-block;
  vertical-align: top;
}
.header .main .logo img {
  height: 25px;
}
.header .main .ope {
  float: right;
  padding-right: 30px;
}
.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a {
    color: #1179fa !important;
}
    
.menuzord-menu > li > a {
    font-size: 14px !important;
    font-weight:600;
    padding: 27px 30px !important;
    color: #324b5c !important;
}
.menuzord-menu ul.dropdown li a {
    font-size: 14px !important;
    color: #000 !important;
}
 

.footer {
  background: #091924;
  padding-top: 4.58vw;
}
.footer .main {
  position: relative;
  text-align: center;
  font-size: 0;
 
}
    .footer .main .center {
        display: inline-block;
        padding: 0 0.5vw 0 0.5vw;
        
        width: 100%;
    }
        .footer .main .center .item {
            display: inline-block;
            vertical-align: top;
            width: 20%;
        }
.footer .main .center .item:last-of-type {
  margin-right: 0;
}
.footer .main .center .item h3 {
  font-size: 18px;
  color: #fff;
}
.footer .main .center .item .a_block {
  margin-top: 30px;
}
.footer .main .center .item .a_block a {
  display: block;
  font-size: 14px;
  color: #c7c7c7;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}
            .footer .main .center .item img{width:150px;height:150px;}
            .footer .main .center .item .a_block a:after {
                content: '';
                width: 0;
                height: 1px;
                background: #108cee;
                position: absolute;
                left: 0;
                bottom: 0;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                transition: all 500ms ease;
            }
.footer .main .center .item .a_block a:hover {
  color: #108cee;
}
.footer .main .center .item .a_block a:hover:after {
  width: 60px;
}    
.footer .link_box {
  margin-top: 2.6vw;
  position: relative;
  padding-left: 120px;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #3a4750;
}
.footer .link_box .logo {
  position: absolute;
  left: 0;
  top: 0;
}
.footer .link_box .logo img {
  display: block;
  width: 118px;
}
.footer .link_box .link {
  font-size: 0;
}
.footer .link_box .link a {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 5px 2.6vw;
  font-size: 14px;
  color: #c7c7c7;
  line-height: 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .link_box .link a:hover {
  color: #108cee;
}
.footer .copyright_box {
  padding: 1.25vw 0;
  font-size: 14px;
  color: #c7c7c7;
  overflow: hidden;
}
.footer .copyright_box p:nth-of-type(1) {
  float: left;
}
.footer .copyright_box p:nth-of-type(2) {
  float: right;
}
.footer .copyright_box p .spacing {
  margin-left: 20px;
}
.fixed_consultation {
    position: fixed;
    right: 10px;
    top: 36%;
    z-index: 9;
    border-radius: 10px;
}

    .fixed_consultation .block {
        position: relative;
        width: 70px;
        height: 90px;
    }

        .fixed_consultation .block:first-of-type .box {
            border: none;
            background: #e06807 !important;
       
        }
        .fixed_consultation .block:nth-of-type(2) .box {
            background: #e06807 !important;
         
            border: none;
            border-top: 1px solid #fff;
        }
       

        .fixed_consultation .block:hover .hide.ho {
            opacity: 1;
            visibility: visible;
        }

    .fixed_consultation .box {
        width: 100%;
        height: 100%;
        background-color: #e06807 !important;
        color: #fff;
        text-align: center;
        border: 1px solid #fff;
    }

        .fixed_consultation .box.totop {
            display: none;
        }

        .fixed_consultation .box a {
            display: block;
            height: 100%;
        }

        .fixed_consultation .box i {
            height: 30px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
        }

        .fixed_consultation .box span {
            font-size: 12px;
            color: #fff;
            display: block;
            margin-top: 5px;
        }

    .fixed_consultation .hide {
        position: absolute;
        right: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-right: 10px;
    }

        .fixed_consultation .hide.ho {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .fixed_consultation .hide.hi {
            display: none;
        }

        .fixed_consultation .hide:after {
            content: '';
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #fff;
            position: absolute;
            right: 2px;
            top: 50%;
            margin-top: -8px;
        }

    .fixed_consultation .hide_cont {
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        border-radius: 5px;
        padding: 15px 20px;
        white-space: nowrap;
    }

        .fixed_consultation .hide_cont h3 {
            font-size: 18px;
            line-height: 20px;
            margin-bottom: 6px;
            position: relative;
        }

            .fixed_consultation .hide_cont h3:before {
                content: '';
                width: 20px;
                height: 20px;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                background-image: url("../images/icon-16.png");
                display: inline-block;
                vertical-align: middle;
                margin: -3px 10px 0 0;
            }

            .fixed_consultation .hide_cont h3 i {
                position: absolute;
                right: 0;
                top: 0;
                font-size: 18px;
                cursor: pointer;
                color: #bbb;
            }

        .fixed_consultation .hide_cont p {
            font-size: 14px;
            line-height: 20px;
        }

        .fixed_consultation .hide_cont form {
            width: 210px;
            display: block;
            position: relative;
            padding-right: 75px;
        }

        .fixed_consultation .hide_cont .form {
            width: 210px;
            display: block;
            position: relative;
            padding-right: 75px;
        }

        .fixed_consultation .hide_cont input {
            width: 100%;
            height: 36px;
            border: 1px solid #e9e9e9;
            padding: 0 5px;
            font-size: 14px;
            color: #333;
        }

            .fixed_consultation .hide_cont input#callBtn {
                position: absolute;
                right: 0px;
                top: 0px;
                width: 75px;
                height: 36px;
                background: none;
                border: none;
                z-index: 2;
                background-color: #108cee;
                ont-size: 14px;
                color: #fff;
                cursor: pointer;
            }

        .fixed_consultation .hide_cont button {
            position: absolute;
            right: 0;
            top: 0;
            display: none;
            width: 75px;
            height: 36px;
            background-color: #108cee;
            font-size: 14px;
            color: #fff;
            cursor: pointer;
        }
/*
@media screen and (max-width: 1500px) {
  .header {
    height: 60px!important;
  }

  .header .main {
    height: 60px;
  }
 
  .footer .main .center {
    padding: 0 5vw;
  }
}
*/
@media screen and (max-width: 1300px) {
  .footer .copyright_box {
    text-align: center;
  }

  .footer .copyright_box p {
    float: none !important;
  }

  .footer .copyright_box p:nth-of-type(2) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .main .left .item p {
    font-size: 26px;
  }

  .footer .main .center .item h3,
  .footer .main .left .item h3 {
    font-size: 16px;
  }

  .footer .main .center .item .a_block {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper {
    width: 94%;
  }

  .footer {
    padding: 30px 0;
  }

  .footer .main .center,
  .footer .main .right {
    display: none;
  }

  .footer .main {
    padding: 0;
  }

  .footer .main .left {
    position: static;
    padding: 0;
    background: none;
    text-align: center;
  }

  .footer .main .left .item:nth-of-type(1) {
    margin-bottom: 10px;
  }

  .footer .link_box {
    margin: 0 0 15px;
    padding: 15px 0;
  }

  .footer .link_box .logo {
    position: static;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .link_box .logo img {
    margin: 0 auto;
  }

  .footer .copyright_box {
    padding: 0;
  }

  .footer .copyright_box span {
    display: block;
    margin: 0 !important;
  }
}
.comm_title {
  text-align: center;
}
.comm_title h3 {
  font-size: 30px;
  color: #4c4c4c;
}
.comm_title p {
  font-size: 18px;
  color: #808080;
  margin-top: 10px;
}
 
.index_main .section1 {
  position: relative;
}
.index_main .section1 .item {
  height: 520px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.course_main .section1 .item { height:auto; overflow:visible;  }

 
.index_main .section1 .item .txt_right {
  float: right;
}
 
.index_main .section1 .item .txt_block .par_txt {
  position: relative;
  letter-spacing:2px;
}
.index_main .section1 .item .txt_block h2 {
  font-size: 42px;
  color: #fff;
  line-height:88px;
}
.index_main .section1 .item .txt_block h3 {
  font-size: 60px;
  color: #fff;
}
.index_main .section1 .item .txt_block h3 span {
  color: #108cee;
}
.index_main .section1 .item .txt_block h4 {
  font-size: 40px;
  color: #fff;
}
.index_main .section1 .item .txt_block p {
  font-size: 18px;
  color: #fff;
  margin: 2vw 0;
}
.index_main .section1 .item .txt_block .desc {
  font-size: 24px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 100px;
}
.index_main .section1 .item .txt_block .desc.br br {
  display: none;
} 
.index_main .section1 .item .img_block {
  width: 31.6%;
  position: absolute;
  right: 12.5vw;
  bottom: 45px;
}
.course_main .section1 .item .img_block { width:auto; position:relative; right:auto; bottom:auto;  }
.index_main .section1 .item .img_block .bg {
  display: block;
  width: 100%;
}
.index_main .section1 .item .img_block .img {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.index_main .section1 .item .img_block .img img {
  position: relative;
  width: 100%;
  display: block;
}
.index_main .section1 .item .img_block .img:nth-of-type(1) {
  width: 14.8%;
  left: -6.6%;
  top: -10.7%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .5s;
}
.index_main .section1 .item .img_block .img:nth-of-type(1) .move {
  position: absolute;
  top: 0;
  left: 0;
}
.index_main .section1 .item .img_block .img:nth-of-type(1) .move1 {
  -webkit-animation: floatUser2 6s infinite ease;
  -moz-animation: floatUser2 6s infinite ease;
  -ms-animation: floatUser2 6s infinite ease;
  animation: floatUser2 6s infinite ease;
}
.index_main .section1 .item .img_block .img:nth-of-type(1) .move2 {
  -webkit-animation: floatUser3 6s infinite ease;
  -moz-animation: floatUser3 6s infinite ease;
  -ms-animation: floatUser3 6s infinite ease;
  animation: floatUser3 6s infinite ease;
}
.index_main .section1 .item .img_block .img:nth-of-type(1) .txt {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: floatUser3 6s infinite ease;
  -moz-animation: floatUser3 6s infinite ease;
  -ms-animation: floatUser3 6s infinite ease;
  animation: floatUser3 6s infinite ease;
}
.index_main .section1 .item .img_block .img:nth-of-type(2) {
  width: 19.27%;
  left: 0%;
  top: 19.6%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition-delay: .8s;
}
.index_main .section1 .item .img_block .img:nth-of-type(3) {
  width: 19.27%;
  left: 9.88%;
  top: 35%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transition-delay: .9s;
}
.index_main .section1 .item .img_block .img:nth-of-type(4) {
  width: 27.18%;
  left: 20.92%;
  top: 61.22%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .7s;
}
.index_main .section1 .item .img_block .img:nth-of-type(5) {
  width: 9.39%;
  left: 44.48%;
  top: 85.2%;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  transition: all 0.8s linear;
  transition-delay: .9s;
}
.index_main .section1 .item .img_block .img:nth-of-type(6) {
  width: 20.26%;
  left: 51.72%;
  top: 57.5%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .5s;
}
.index_main .section1 .item .img_block .img:nth-of-type(7) {
  width: 22.89%;
  left: 67%;
  top: 34%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .6s;
}
.index_main .section1 .item .img_block .img:nth-of-type(8) {
  width: 21.08%;
  left: 79%;
  top: 34.18%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition-delay: .8s;
}
.index_main .section1 .item .img_block .img:nth-of-type(9) {
  width: 22.73%;
  left: 67.54%;
  top: -25.51%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .7s;
}
.index_main .section1 .item .img_block .img:nth-of-type(10) {
  width: 15.65%;
  left: 82.21%;
  top: 1.53%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  transition: all 0.6s linear;
  transition-delay: .9s;
}
.index_main .section1 .item .img_block .img:nth-of-type(11) {
  width: 13.83%;
  left: 53.37%;
  top: -30.6%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition-delay: .7s;
}
.index_main .section1 .item .img_block .img:nth-of-type(12) {
  width: 61.12%;
  left: 15.65%;
  top: -28.82%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transition-delay: .6s;
}
.index_main .section1 .item .img_block .img:nth-of-type(13) {
  width: 12.52%;
  left: 31.96%;
  top: 36.72%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .8s;
}
.index_main .section1 .item .img_block .img:nth-of-type(14) {
  width: 8.4%;
  left: 50.57%;
  top: 49.7%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .9s;
}
.index_main .section1 .item .img_block .img:nth-of-type(14) .move {
  position: absolute;
  top: 0;
  left: 0;
}
.index_main .section1 .item .img_block .img:nth-of-type(14) .move1 {
  -webkit-animation: floatUser2 5s 2s infinite ease;
  -moz-animation: floatUser2 5s 2s infinite ease;
  -ms-animation: floatUser2 5s 2s infinite ease;
  animation: floatUser2 5s 2s infinite ease;
}
.index_main .section1 .item .img_block .img:nth-of-type(14) .txt {
  position: absolute;
  right: -2px;
  top: 0;
  -webkit-animation: floatUser3 5s 2s infinite ease;
  -moz-animation: floatUser3 5s 2s infinite ease;
  -ms-animation: floatUser3 5s 2s infinite ease;
  animation: floatUser3 5s 2s infinite ease;
}
.index_main .section1 .item .img_block1 {
  width: 36.5%;
  position: absolute;
  right: 12.5vw;
  bottom: 4.8vw;
  top: 4.8vw;
}
.index_main .section1 .item .img_block1 .img {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.index_main .section1 .item .img_block1 .img img.block_img {
  position: relative;
  width: 100%;
  display: block;
}
.index_main .section1 .item .img_block1 .img:nth-of-type(1) {
  width: 33.85%;
  right: 13%;
  bottom: 30%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .5s;
}
.index_main .section1 .item .img_block1 .img:nth-of-type(1) img.logo2 {
  position: absolute;
  width: 16.87%;
  top: -8%;
  left: 38%;
  -webkit-animation: logoMove 2s ease infinite;
  -moz-animation: logoMove 2s ease infinite;
  -ms-animation: logoMove 2s ease infinite;
  animation: logoMove 2s ease infinite;
  animation-delay: .5s;
}
.index_main .section1 .item .img_block1 .img:nth-of-type(1) img.light2 {
  position: absolute;
  width: 28.27%;
  bottom: 80%;
  left: 32.5%;
}
.index_main .section1 .item .img_block1 .img:nth-of-type(2) {
  width: 57.1%;
  right: 27.57%;
  bottom: 6.57%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition-delay: .8s;
}
.index_main .section1 .item .img_block1 .img:nth-of-type(3) {
  width: 27.85%;
  left: 5.28%;
  bottom: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transition-delay: .6s;
}
.index_main .section1 .item .img_block1 .img:nth-of-type(3) img.logo1 {
  position: absolute;
  width: 16.87%;
  top: 8%;
  left: 41%;
  -webkit-animation: logoMove 2s ease infinite;
  -moz-animation: logoMove 2s ease infinite;
  -ms-animation: logoMove 2s ease infinite;
  animation: logoMove 2s ease infinite;
}
.index_main .section1 .item .img_block1 .img:nth-of-type(3) img.light1 {
  position: absolute;
  width: 28.27%;
  bottom: 71%;
  left: 35.5%;
}
.index_main .section1 .item .img_block1 .img:nth-of-type(4) {
  width: 16.71%;
  left: 38%;
  bottom: 5px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .7s;
}
.index_main .section1 .item .img_block1 .img:nth-of-type(5) {
  width: 39%;
  right: 9%;
  bottom: 4.6%;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  transition: all 0.8s linear;
  transition-delay: .7s;
}
.index_main .section1 .item .img_block1 .img:nth-of-type(6) {
  width: 3.85%;
  left: 0;
  bottom: 50.43%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: 1s;
}
.index_main .section1 .item .img_block1 .img:nth-of-type(6) img {
  -webkit-animation: logoMove 3s ease infinite;
  -moz-animation: logoMove 3s ease infinite;
  -ms-animation: logoMove 3s ease infinite;
  animation: logoMove 3s ease infinite;
  animation-delay: .5s;
}
.index_main .section1 .item .img_block1 .img:nth-of-type(7) {
  width: 4.71%;
  right: 0;
  bottom: 33.77%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transition-delay: 1.2s;
}
.index_main .section1 .item .img_block1 .img:nth-of-type(7) img {
  -webkit-animation: logoMove 3s ease infinite;
  -moz-animation: logoMove 3s ease infinite;
  -ms-animation: logoMove 3s ease infinite;
  animation: logoMove 3s ease infinite;
  animation-delay: .4s;
}
.index_main .section1 .item .img_block1 .img:nth-of-type(8) {
  width: 3.71%;
  right: 9.14%;
  bottom: 52.63%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition-delay: .7s;
}
.index_main .section1 .item .img_block1 .img:nth-of-type(8) img {
  -webkit-animation: logoMove 3s ease infinite;
  -moz-animation: logoMove 3s ease infinite;
  -ms-animation: logoMove 3s ease infinite;
  animation: logoMove 3s ease infinite;
  animation-delay: 1s;
}
.index_main .section1 .item .img_block1 .logos {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  transition-delay: 1.5s;
  visibility: hidden;
}
.index_main .section1 .item .img_block1 .logos.active {
  visibility: visible;
}
.index_main .section1 .item .img_block1 .logos .logo {
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  border: 1px solid #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  position: absolute;
  top: 20px;
  opacity: 0;
}
.index_main .section1 .item .img_block1 .logos .logo:nth-of-type(odd) {
  left: 7.14%;
  -webkit-animation: emptyNetOdd 3s 0.5s linear infinite;
  -moz-animation: emptyNetOdd 3s 0.5s linear infinite;
  -ms-animation: emptyNetOdd 3s 0.5s linear infinite;
  animation: emptyNetOdd 3s 0.5s linear infinite;
}
.index_main .section1 .item .img_block1 .logos .logo:nth-of-type(even) {
  left: 30%;
  -webkit-animation: emptyNetCenter 3s 0.5s linear infinite;
  -moz-animation: emptyNetCenter 3s 0.5s linear infinite;
  -ms-animation: emptyNetCenter 3s 0.5s linear infinite;
  animation: emptyNetCenter 3s 0.5s linear infinite;
}
.index_main .section1 .item .img_block1 .logos .logo:nth-of-type(3n) {
  left: 54%;
  -webkit-animation: emptyNetEven 3s 0.5s linear infinite;
  -moz-animation: emptyNetEven 3s 0.5s linear infinite;
  -ms-animation: emptyNetEven 3s 0.5s linear infinite;
  animation: emptyNetEven 3s 0.5s linear infinite;
}
.index_main .section1 .item .img_block1 .logos .logo:nth-of-type(2n) {
  border-radius: 50%;
}
.index_main .section1 .item .img_block1 .logos .logo:nth-of-type(1) {
  animation-delay: 2.7s;
}
.index_main .section1 .item .img_block1 .logos .logo:nth-of-type(2) {
  animation-delay: 1.1s;
}
.index_main .section1 .item .img_block1 .logos .logo:nth-of-type(3) {
  animation-delay: 2s;
}
.index_main .section1 .item .img_block1 .logos .logo:nth-of-type(4) {
  animation-delay: 3.7s;
}
.index_main .section1 .item .img_block1 .logos .logo:nth-of-type(5) {
  animation-delay: 1.5s;
}
.index_main .section1 .item .img_block1 .logos .logo:nth-of-type(6) {
  animation-delay: 3s;
}
.index_main .section1 .item .img_block1 .logos .logo:nth-of-type(7) {
  animation-delay: 4.5s;
}
.index_main .section1 .item .img_block1 .logos .logo:nth-of-type(8) {
  animation-delay: 4.8s;
}
.index_main .section1 .item .img_block1 .logos .logo:nth-of-type(9) {
  animation-delay: 4s;
}
.index_main .section1 .item.active .txt_block {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.index_main .section1 .item.active .img_block .img {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.index_main .section1 .item.active .img_block1 .img {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.index_main .section1 .item.active .img_block1 .logos {
  opacity: 1;
}
.index_main .section1 .item.remove .txt_block {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.index_main .section1 .item.remove .img_block .img {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-delay: 0s !important;
}
.index_main .section1 .item.remove .img_block1 .img {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-delay: 0s !important;
}
.index_main .section1 .item.remove .img_block1 .logos {
  opacity: 0;
  transition-delay: 0s !important;
}
.index_main .section1 .wrapper {
  width: 80%;
}
.index_main .section1 .wrapper, .index_main .section1 .cell_box {
  height: 100%;
  z-index: 3;
}
.index_main .section1 .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  font-size: 0;
  text-align: center;
  margin-top: 2.5vw;
}
.index_main .section1 .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fff;
  margin: 0 5px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}
.index_main .section1 .slick-dots li.slick-active {
  width: 36px;
}
.index_main .section1 .slick-dots button {
  display: none;
}
.index_main .section1 .slick_btn {
  width: 40px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}
.index_main .section1 .slick_btn.prev {
  left: 0;
  background-image: url("../images/index/icon1.svg");
}
.index_main .section1 .slick_btn.next {
  right: 0;
  background-image: url("../images/index/icon2.svg");
}
.index_main .section1 .slick_btn.show {
  opacity: 1;
}
.index_main .section1 .slick_btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.index_main .section2 {
  background: #083259;
  padding: 30px 0;
  z-index: 2;
  position: relative;
}
.index_main .section2 .main {
  padding: 0 130px 0 200px;
}
.course_main  .section2 .main {
  padding: 0px;
}
.index_main .section2 .main .tit {
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_main .section2 .main .link {
  text-align: center;
  font-size: 0;
}
.index_main .section2 .main .link .item {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.index_main .section2 .main .link .item .icon {
  width: 60px;
  height: 60px;
  padding-top: 10px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}
.index_main .section2 .main .link .item .icon i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 40px auto;
}
.index_main .section2 .main .link .item .icon .icon1 {
  background-image: url("../images/icon/icon1.png");
}
.index_main .section2 .main .link .item .icon .icon2 {
  background-image: url("../images/icon/icon2.png");
}
.index_main .section2 .main .link .item .icon .icon3 {
  background-image: url("../images/icon/icon3.png");
}
.index_main .section2 .main .link .item .icon .icon4 {
  background-image: url("../images/icon/icon4.png");
}
.index_main .section2 .main .link .item .icon .icon5 {
  background-image: url("../images/icon/icon5.png");
}
.index_main .section2 .main .link .item h3 {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.index_main .section2 .main .link .item span {
  width: 20px;
  height: 21px;
  background: url("../images/index/icon15.png");
  position: absolute;
  left: calc(50% + 45px);
  top: 45px;
  -webkit-animation: fade 3s linear infinite;
  -moz-animation: fade 3s linear infinite;
  -ms-animation: fade 3s linear infinite;
  animation: fade 3s linear infinite;
}
.index_main .section2 .main .link .item:nth-of-type(1) .icon {
  background: #00758f;
}
.index_main .section2 .main .link .item:nth-of-type(2) .icon {
  background: #3a913f;
}
.index_main .section2 .main .link .item:nth-of-type(3) .icon {
  background: #942645;
}
.index_main .section2 .main .link .item:nth-of-type(4) .icon {
  background: #0e7fa6;
}
.index_main .section2 .main .link .item:nth-of-type(5) .icon {
  background: #f29111;
}
.index_main .section2 .main .more {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_main .section2 .main .more h3 {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
}
.index_main .section2 .main .more h3:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-image: url("../images/index/icon3.png");
}
.index_main .section2 .main .more .hover {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  left: -30px;
  top: 98%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: transform 0.3s, opacity 0.25s, visibility 0.1s;
  -moz-transition: transform 0.3s, opacity 0.25s, visibility 0.1s;
  -ms-transition: transform 0.3s, opacity 0.25s, visibility 0.1s;
  transition: transform 0.3s, opacity 0.25s, visibility 0.1s;
}
.index_main .section2 .main .more .hover:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 55px;
}
.index_main .section2 .main .more .hover a {
  display: block;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  margin-bottom: 20px;
  padding-right: 30px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index_main .section2 .main .more .hover a:last-of-type {
  margin-bottom: 0;
}
.index_main .section2 .main .more .hover a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon4.svg");
  background-size: auto 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index_main .section2 .main .more .hover a:hover {
  color: #108cee;
}
.index_main .section2 .main .more .hover a:hover:after {
  background-image: url("../images/index/icon5.svg");
}
.index_main .section2 .main .more:hover .hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.3s, opacity 0.25s, visibility 0s;
  -moz-transition: transform 0.3s, opacity 0.25s, visibility 0s;
  -ms-transition: transform 0.3s, opacity 0.25s, visibility 0s;
  transition: transform 0.3s, opacity 0.25s, visibility 0s;
}
.index_main .section3 {
  padding: 2.5vw 0 4.5vw;
}
.index_main .section3 .tab_title {
  font-size: 0;
}
.index_main .section3 .tab_title .item {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 3vw;
  cursor: pointer;
  overflow: hidden;
}
.index_main .section3 .tab_title .item:last-of-type {
  margin-right: 0;
}
.index_main .section3 .tab_title .item:before {
  content: '';
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #f2f2f2;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index_main .section3 .tab_title .item:after {
  content: '';
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
  background: #11487d;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index_main .section3 .tab_title .item h3 {
  font-size: 24px;
  color: #666;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index_main .section3 .tab_title .item h3 i {
  width: 45px;
  height: 26px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 26px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index_main .section3 .tab_title .item span {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f5f5f5;
  position: absolute;
  bottom: -20px;
  left: 22%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_main .section3 .tab_title .item:nth-of-type(1) h3 i {
  background-image: url("../images/index/icon7.svg");
}
.index_main .section3 .tab_title .item:nth-of-type(2) h3 i {
  background-image: url("../images/index/icon8.svg");
}
.index_main .section3 .tab_title .item:nth-of-type(3) h3 i {
  background-image: url("../images/index/icon9.svg");
}
.index_main .section3 .tab_title .item:nth-of-type(4) h3 i {
  background-image: url("../images/index/icon10.svg");
}
.index_main .section3 .tab_title .item.active h3 {
  color: #11487d;
}
.index_main .section3 .tab_title .item.active:after {
  width: 100%;
}
.index_main .section3 .tab_title .item.active span {
  bottom: 0;
}
.index_main .section3 .tab_title .item:nth-of-type(1).active h3 i {
  background-image: url("../images/index/icon7_on.svg");
}
.index_main .section3 .tab_title .item:nth-of-type(2).active h3 i {
  background-image: url("../images/index/icon8_on.svg");
}
.index_main .section3 .tab_title .item:nth-of-type(3).active h3 i {
  background-image: url("../images/index/icon9_on.svg");
}
.index_main .section3 .tab_title .item:nth-of-type(4).active h3 i {
  background-image: url("../images/index/icon10_on.svg");
}
.index_main .section3 .tab_title .item:hover h3 {
  color: #000;
}
.index_main .section3 .tab_title .item:hover:before {
  background: #d6d6d6;
}
.index_main .section3 .tab_content {
  background: #f2f2f2;
  padding: 36px 18px;
  overflow: hidden;
}
.index_main .section3 .tab_content .child {
  position: relative;
  font-size: 0;
  display: none;
}
.index_main .section3 .tab_content .child .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 36px);
  margin: 0 18px;
  position: relative;
  opacity: 0;
}
.index_main .section3 .tab_content .child .item:nth-of-type(1) {
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}
.index_main .section3 .tab_content .child .item:nth-of-type(2) {
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
}
.index_main .section3 .tab_content .child .item:nth-of-type(3) {
  -webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
  -moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
  -ms-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
}
.index_main .section3 .tab_content .child .item .img_block {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index_main .section3 .tab_content .child .item .img_block img {
  display: block;
  width: 100%;
}
.index_main .section3 .tab_content .child .item .img_block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.18s linear;
  -moz-transition: all 0.18s linear;
  -ms-transition: all 0.18s linear;
  transition: all 0.18s linear;
}
.index_main .section3 .tab_content .child .item .txt_block {
  padding: 36px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.18s linear;
  -moz-transition: all 0.18s linear;
  -ms-transition: all 0.18s linear;
  transition: all 0.18s linear;
}
.index_main .section3 .tab_content .child .item .txt_block h3 {
  font-size: 24px;
  color: #fff;
}
.index_main .section3 .tab_content .child .item .txt_block p {
  font-size: 14px;
  line-height: 28px;
  height: 84px;
  color: #fff;
  margin-top: 6px;
}
.index_main .section3 .tab_content .child .item a.btn {
  display: block;
  width: 180px;
  line-height: 44px;
  border: 2px solid #fff;
  position: relative;
  margin: -24px 0 0 36px;
  font-size: 16px;
  background: #fff;
  padding-left: 20px;
  -webkit-transition: all 0.18s linear;
  -moz-transition: all 0.18s linear;
  -ms-transition: all 0.18s linear;
  transition: all 0.18s linear;
  z-index: 3;
}
.index_main .section3 .tab_content .child .item a.btn:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 22px;
  -webkit-transition: all 0.18s linear;
  -moz-transition: all 0.18s linear;
  -ms-transition: all 0.18s linear;
  transition: all 0.18s linear;
}
.index_main .section3 .tab_content .child .item:hover .img_block:before {
  opacity: 1;
}
.index_main .section3 .tab_content .child .item:hover .txt_block {
  padding-bottom: 72px;
  margin-top: -36px;
}
.index_main .section3 .tab_content .child .item:hover a.btn {
  margin-bottom: 14px;
}
.index_main .section3 .tab_content .child .item:hover a.btn:after {
  background-image: url("../images/index/icon6.svg") !important;
  right: 30px;
}
.index_main .section3 .tab_content .child:nth-of-type(1) .item:nth-of-type(1) .img_block:before {
  background: rgba(17, 72, 125, 0.6);
}
.index_main .section3 .tab_content .child:nth-of-type(1) .item:nth-of-type(1) .txt_block {
  background: #11487d;
}
.index_main .section3 .tab_content .child:nth-of-type(1) .item:nth-of-type(1) a.btn {
  color: #11487d;
}
.index_main .section3 .tab_content .child:nth-of-type(1) .item:nth-of-type(1) a.btn:after {
  background-image: url("../images/index/icon6_1.svg");
}
.index_main .section3 .tab_content .child:nth-of-type(1) .item:nth-of-type(1):hover a.btn {
  background: #11487d;
  color: #fff;
}
.index_main .section3 .tab_content .child:nth-of-type(1) .item:nth-of-type(2) .img_block:before {
  background: rgba(148, 38, 69, 0.6);
}
.index_main .section3 .tab_content .child:nth-of-type(1) .item:nth-of-type(2) .txt_block {
  background: #942645;
}
.index_main .section3 .tab_content .child:nth-of-type(1) .item:nth-of-type(2) a.btn {
  color: #942645;
}
.index_main .section3 .tab_content .child:nth-of-type(1) .item:nth-of-type(2) a.btn:after {
  background-image: url("../images/index/icon6_2.svg");
}
.index_main .section3 .tab_content .child:nth-of-type(1) .item:nth-of-type(2):hover a.btn {
  background: #942645;
  color: #fff;
}
.index_main .section3 .tab_content .child:nth-of-type(1) .item:nth-of-type(3) .img_block:before {
  background: rgba(14, 127, 166, 0.6);
}
.index_main .section3 .tab_content .child:nth-of-type(1) .item:nth-of-type(3) .txt_block {
  background: #0e7fa6;
}
.index_main .section3 .tab_content .child:nth-of-type(1) .item:nth-of-type(3) a.btn {
  color: #0e7fa6;
}
.index_main .section3 .tab_content .child:nth-of-type(1) .item:nth-of-type(3) a.btn:after {
  background-image: url("../images/index/icon6_3.svg");
}
.index_main .section3 .tab_content .child:nth-of-type(1) .item:nth-of-type(3):hover a.btn {
  background: #0e7fa6;
  color: #fff;
}
.index_main .section3 .tab_content .child:nth-of-type(2) .item:nth-of-type(1) .img_block:before {
  background: rgba(17, 72, 125, 0.6);
}
.index_main .section3 .tab_content .child:nth-of-type(2) .item:nth-of-type(1) .txt_block {
  background: #11487d;
}
.index_main .section3 .tab_content .child:nth-of-type(2) .item:nth-of-type(1) a.btn {
  color: #11487d;
}
.index_main .section3 .tab_content .child:nth-of-type(2) .item:nth-of-type(1) a.btn:after {
  background-image: url("../images/index/icon6_1.svg");
}
.index_main .section3 .tab_content .child:nth-of-type(2) .item:nth-of-type(1):hover a.btn {
  background: #11487d;
  color: #fff;
}
.index_main .section3 .tab_content .child:nth-of-type(2) .item:nth-of-type(2) .img_block:before {
  background: rgba(148, 38, 69, 0.6);
}
.index_main .section3 .tab_content .child:nth-of-type(2) .item:nth-of-type(2) .txt_block {
  background: #942645;
}
.index_main .section3 .tab_content .child:nth-of-type(2) .item:nth-of-type(2) a.btn {
  color: #942645;
}
.index_main .section3 .tab_content .child:nth-of-type(2) .item:nth-of-type(2) a.btn:after {
  background-image: url("../images/index/icon6_2.svg");
}
.index_main .section3 .tab_content .child:nth-of-type(2) .item:nth-of-type(2):hover a.btn {
  background: #942645;
  color: #fff;
}
.index_main .section3 .tab_content .child:nth-of-type(2) .item:nth-of-type(3) .img_block:before {
  background: rgba(14, 127, 166, 0.6);
}
.index_main .section3 .tab_content .child:nth-of-type(2) .item:nth-of-type(3) .txt_block {
  background: #0e7fa6;
}
.index_main .section3 .tab_content .child:nth-of-type(2) .item:nth-of-type(3) a.btn {
  color: #0e7fa6;
}
.index_main .section3 .tab_content .child:nth-of-type(2) .item:nth-of-type(3) a.btn:after {
  background-image: url("../images/index/icon6_3.svg");
}
.index_main .section3 .tab_content .child:nth-of-type(2) .item:nth-of-type(3):hover a.btn {
  background: #0e7fa6;
  color: #fff;
}
.index_main .section3 .tab_content .child:nth-of-type(3) .item:nth-of-type(1) .img_block:before {
  background: rgba(17, 72, 125, 0.6);
}
.index_main .section3 .tab_content .child:nth-of-type(3) .item:nth-of-type(1) .txt_block {
  background: #11487d;
}
.index_main .section3 .tab_content .child:nth-of-type(3) .item:nth-of-type(1) a.btn {
  color: #11487d;
}
.index_main .section3 .tab_content .child:nth-of-type(3) .item:nth-of-type(1) a.btn:after {
  background-image: url("../images/index/icon6_1.svg");
}
.index_main .section3 .tab_content .child:nth-of-type(3) .item:nth-of-type(1):hover a.btn {
  background: #11487d;
  color: #fff;
}
.index_main .section3 .tab_content .child:nth-of-type(3) .item:nth-of-type(2) .img_block:before {
  background: rgba(148, 38, 69, 0.6);
}
.index_main .section3 .tab_content .child:nth-of-type(3) .item:nth-of-type(2) .txt_block {
  background: #942645;
}
.index_main .section3 .tab_content .child:nth-of-type(3) .item:nth-of-type(2) a.btn {
  color: #942645;
}
.index_main .section3 .tab_content .child:nth-of-type(3) .item:nth-of-type(2) a.btn:after {
  background-image: url("../images/index/icon6_2.svg");
}
.index_main .section3 .tab_content .child:nth-of-type(3) .item:nth-of-type(2):hover a.btn {
  background: #942645;
  color: #fff;
}
.index_main .section3 .tab_content .child:nth-of-type(3) .item:nth-of-type(3) .img_block:before {
  background: rgba(14, 127, 166, 0.6);
}
.index_main .section3 .tab_content .child:nth-of-type(3) .item:nth-of-type(3) .txt_block {
  background: #0e7fa6;
}
.index_main .section3 .tab_content .child:nth-of-type(3) .item:nth-of-type(3) a.btn {
  color: #0e7fa6;
}
.index_main .section3 .tab_content .child:nth-of-type(3) .item:nth-of-type(3) a.btn:after {
  background-image: url("../images/index/icon6_3.svg");
}
.index_main .section3 .tab_content .child:nth-of-type(3) .item:nth-of-type(3):hover a.btn {
  background: #0e7fa6;
  color: #fff;
}
.index_main .section3 .tab_content .child:nth-of-type(4) .item:nth-of-type(1) .img_block:before {
  background: rgba(17, 72, 125, 0.6);
}
.index_main .section3 .tab_content .child:nth-of-type(4) .item:nth-of-type(1) .txt_block {
  background: #11487d;
}
.index_main .section3 .tab_content .child:nth-of-type(4) .item:nth-of-type(1) a.btn {
  color: #11487d;
}
.index_main .section3 .tab_content .child:nth-of-type(4) .item:nth-of-type(1) a.btn:after {
  background-image: url("../images/index/icon6_1.svg");
}
.index_main .section3 .tab_content .child:nth-of-type(4) .item:nth-of-type(1):hover a.btn {
  background: #11487d;
  color: #fff;
}
.index_main .section3 .tab_content .child:nth-of-type(4) .item:nth-of-type(2) .img_block:before {
  background: rgba(148, 38, 69, 0.6);
}
.index_main .section3 .tab_content .child:nth-of-type(4) .item:nth-of-type(2) .txt_block {
  background: #942645;
}
.index_main .section3 .tab_content .child:nth-of-type(4) .item:nth-of-type(2) a.btn {
  color: #942645;
}
.index_main .section3 .tab_content .child:nth-of-type(4) .item:nth-of-type(2) a.btn:after {
  background-image: url("../images/index/icon6_2.svg");
}
.index_main .section3 .tab_content .child:nth-of-type(4) .item:nth-of-type(2):hover a.btn {
  background: #942645;
  color: #fff;
}
.index_main .section3 .tab_content .child:nth-of-type(4) .item:nth-of-type(3) .img_block:before {
  background: rgba(14, 127, 166, 0.6);
}
.index_main .section3 .tab_content .child:nth-of-type(4) .item:nth-of-type(3) .txt_block {
  background: #0e7fa6;
}
.index_main .section3 .tab_content .child:nth-of-type(4) .item:nth-of-type(3) a.btn {
  color: #0e7fa6;
}
.index_main .section3 .tab_content .child:nth-of-type(4) .item:nth-of-type(3) a.btn:after {
  background-image: url("../images/index/icon6_3.svg");
}
.index_main .section3 .tab_content .child:nth-of-type(4) .item:nth-of-type(3):hover a.btn {
  background: #0e7fa6;
  color: #fff;
}
 
  .index_main .section5 {
                padding: 2vw 0;
                background-color: #f5f5f5
            }

            .section5 .cont .main .txt_block {
                width: 40%;
                padding: 1.5vw 1vw 1.66vw;
                background-color: #fff;
                line-height: 200%;
                height: 300px;
            }

            .section5 .cont .main .img_block {
                width: 60%;
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                overflow: hidden;
            }

            .comm_sub_nav .btns {
                right: 25px;
            }

            .section5 .cont .main .img_block {
                width: 40%;
                padding-left: 1vw;
            }

            .section5 .cont .main .txt_block {
                width: 60%;
                overflow: hidden;
            }

                .section5 .cont .main .txt_block::-webkit-scrollbar-track {
                    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                    background-color: #F5F5F5;
                    border-radius: 10px;
                }

                .section5 .cont .main .txt_block::-webkit-scrollbar {
                    width: 10px;
                    background-color: #F5F5F5;
                }

                .section5 .cont .main .txt_block::-webkit-scrollbar-thumb {
                    border-radius: 10px;
                    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
                }
.section8 .slick-list{overflow:hidden;}
            .section8 .cont .main .txt_block {
                padding: 2vw 1vw 6vw;
            }
   
.index_main .section8 {
  padding: 4.5vw 0 6vw;
  position: relative;
}
.index_main .section8 .slick {
  margin-top: 50px;
}
.index_main .section8 .slick .item {
  font-size: 0;
}
.index_main .section8 .slick .item .logo {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 24px);
  margin: 12px;
  border: 1px solid #f2f2f2;
  height: 100px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_main .section8 .slick .item .logo img {
  display: inline;
  width: auto;
  max-width: 80%;
  max-height: 80%;
}
.index_main .section8 .slick .item .logo:hover {
  border-color: transparent;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.index_main .section8 .btn {
  width: 40px;
  height: 80px;
  background-color: #e5e5e5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  position: absolute;
  top: 47%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  opacity: 0;
}
.index_main .section8 .btn.prev {
  left: 100px;
  background-image: url("../images/index/icon1.svg");
}
.index_main .section8 .btn.next {
  right: 100px;
  background-image: url("../images/index/icon2.svg");
}
.index_main .section8 .btn.show {
  opacity: 1;
}
.index_main .section8 .btn:hover {
  background-color: #108cee;
}
.index_main .section8 .slick-dots {
  font-size: 0;
  text-align: center;
  margin-top: 2.5vw;
}
.index_main .section8 .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #e5e5e5;
  margin: 0 5px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}
.index_main .section8 .slick-dots li:hover {
  background-color: #108cee;
}
.index_main .section8 .slick-dots li.slick-active {
  width: 36px;
  background-color: #108cee;
}
.index_main .section8 .slick-dots button {
  display: none;
}



/*在线反馈*/
.gray{background:url(../images/tou55.png) repeat;position:fixed;_position:absolute;left:0;top:0;width:100%;height:100%;display:none;z-index:99999;}
.fank,.fank1,.fank10 {width:600px;height:480px;background:#fff;position:fixed;_position:absolute;left:50%;top:50%;margin-left:-300px; margin-top:-312px;z-index:99999999;}
.fank { height:632px; margin-top:-316px; }
.cloase1,.cloase10,.cloase {position:absolute;right:30px;top:20px; z-index:2;}
.fank1 h3, .fank10 h3, .fank h3 {
    font-size: 24px;
    color: #fff;
    text-align: left;
    background: url(../images/form_edit.png) no-repeat 30px 18px #108cee;
    font-weight: 100;
    padding: 0px 62px;
    margin-bottom: 21px;
    height: 60px;
    line-height: 60px;
}
.danx{width:100%;height:54px;overflow:hidden;margin-bottom:10px;}
.danx .input {
    display: block;
    float: left;
  
    height: 40px;
    _line-height: 40px;
    *line-height: 40px;
    line-height: 40px\9;
    padding-left: 10px;
    font-size: 14px;
    font-family: "微软雅黑";
    background: #fff;
    border: 0;
    margin-right: 0px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #e6e6e6!important;
}
.danx .title-label{ 

    display: block;
    float: left;
    width: 100px;
    color: #666;
    height: 32px;
    line-height: 32px;
    text-align: left;
    font-size: 16px;
    font-family: "微软雅黑";    font-weight: 500;margin-right:0}
 
.danx label{font-weight:100;font-size:16px;color:#666;margin-right:10px;}
.danx label input{margin-right:10px;}
.danx .input-label{line-height:32px;}

.inpu{width:100%;height:54px;margin-bottom:10px;}
.inpu label{display:block;float:left;width:100px; color:#666;height:32px;line-height:32px;text-align:left;font-size:16px;font-family:"微软雅黑";}
    .inpu label i, .danx label i {
        color: #ff0000;
        padding-left: 7px;
    }
.inpu input{display:block;float:left;width:360px;height:40px;_line-height:40px;*line-height:40px;line-height:40px\9;padding-left:10px;font-size:14px;font-family:"微软雅黑";background:#fff;border:0;margin-right:0px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; border:1px solid #e6e6e6!important; }
.inpu input.yzm,.inpu input#yzm_zm40,.inpu input#yzm40 { width:310px; margin-right:20px; }
.inpu span{height:48px;line-height:48px;font-size:18px;}
.inpu .refress { float:left; line-height:40px; cursor:pointer; font-size:12px; color:#00758f; }
.inpu .yzm_text { background:#00758f; cursor:pointer; font-size:14px; text-align:center; line-height:40px; border-radius:5px; color:#fff; line-height:40px; margin:0px; float:left; width:120px; }
.textd{width:100%;height:auto;margin-bottom:16px;}
.textd label{display:block;float:left;width:64px;line-height:30px;text-align:center;font-size:16px;}
.textd textarea{width:391px;height:110px;padding:10px 0 0 10px;font-size:18px;color:#999;font-family:"微软雅黑";background:#e6e6e6;border:0;}
.fk_btn{width:100%;height:auto;overflow:hidden;background:#f2f2f2; padding:20px 75px; }
    .fk_btn button {
        display: block;
        float: left;
        width: 100%;
        height: 36px;
        border: 0;
        background: #108cee;
        font-family: "微软雅黑";
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }
.fk_btn button:hover{/*background:#2a349c*/}
.fk_btn button.qx1{margin-left:40px;line-height:42px;text-align:center;background:#9e9e9e;}
.fk_btn button.qx1:hover{background:#777;}
.inpu .code { float:left; }
.inpu .code img { height:40px; margin-right:10px; }
.biaozhu { float:left; width:100%; font-size:14px; color:#a6a6a6; padding:15px 0px 25px; text-align:left;  }
.biaozhu i {color:#ff0000; padding:0px 6px; }
#code_img480,#code_img48,#code_img4800 { height:40px; margin-right:10px; }
#form_2,#form_48,#form_44,#form_40,#form_20,#form_46 { background:#fff; padding:20px 45px; }


.fank_pad0 .inpu input { width:438px; }
.fank_pad0 .inpu input.yzm,.fank_pad0 .inpu input#yzm40 { width:298px; } 


.cloud-bn { padding-top:135px; background:#181b31; overflow:hidden; }
.cloud-bn img { width:100%; }


@media screen and (max-width: 1700px) {
  .index_main .section1 .item .txt_block .desc.br br {
    display: inline-block;
  }
  
  
    .course_main .section1 .wrapper {
    width: 86%;
  }

  
}
@media screen and (max-width: 1600px) {
  .comm_title h3 {
    font-size: 26px;
  }

  .index_main .section1 .item {
    height: 580px;
  }

  .index_main .section1 .item .txt_block h3 {
    font-size: 54px;
  }

  .index_main .section1 .item .txt_block h4 {
    font-size: 34px;
  }
 
  .index_main .section2 .main .more .hover {
    left: auto;
    right: 0;
  }

  .index_main .section2 .main .more .hover:before {
    left: auto;
    right: 40px;
  }

  .index_main .section2 .main .more .hover a {
    padding-right: 0;
  }
  
  .course_main .section1 .item { height:auto; }
  
}
@media screen and (max-width: 1500px) {
  .comm_title h3 {
    font-size: 24px;
  }

  .comm_title p {
    font-size: 16px;
  }

  .index_main .section1 .item {
    height: 500px;
  }

  .index_main .section1 .item .txt_block h3 {
    font-size: 48px;
  }

  .index_main .section1 .item .txt_block h4 {
    font-size: 30px;
  }

  .index_main .section1 .item .txt_block h2 {
    font-size: 34px;
  }

  .index_main .section1 .item .txt_block .desc {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .index_main .section1 .item .txt_block a.btn1 {
    line-height: 44px;
  }

  .index_main .section1 .item .txt_block a.btn2 {
    line-height: 42px;
  }

  .index_main .section2 .main .tit {
    font-size: 26px;
  }

  .index_main .section2 .main .link .item h3 {
    font-size: 14px;
  }

  .index_main .section2 .main .more h3 {
    font-size: 18px;
  }
 

  .index_main .section8 .slick .item .logo {
    width: calc(100% - 12px);
    height: 70px;
    margin: 6px;
  }

  .index_main .section8 .btn.prev {
    left: 80px;
  }

  .index_main .section8 .btn.next {
    right: 80px;
  }
  .course_main .section1 .item { height:auto; }
}
@media screen and (max-width: 1200px) {
  .comm_title h3 {
    font-size: 20px;
  }

  .index_main .section1 .wrapper {
    width: 88%;
  }

  .index_main .section1 .item {
    height: 400px;
  }

  .index_main .section1 .item .txt_block h3 {
    font-size: 40px;
  }

  .index_main .section1 .item .txt_block h4 {
    font-size: 26px;
  }

  .index_main .section1 .item .img_block1 .logos .logo {
    background-size: 16px auto;
  }

  .index_main .section2 .main {
    padding-left: 160px;
  }

  .index_main .section2 .main .more .hover {
    right: 0;
    left: auto;
  }

  .index_main .section2 .main .more .hover:before {
    right: 40px;
    left: auto;
  }

  .index_main .section2 .main .more .hover a {
    padding-right: 0;
  }

  .index_main .section2 .main .link .item h3 {
    font-size: 14px;
  }

  .index_main .section2 .main .more h3 {
    font-size: 16px;
  }

  .index_main .section2 .main .more .hover a {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .index_main .section3 .tab_title .item h3 {
    font-size: 18px;
  }


  .index_main .section6 .txt_block .box a {
    width: 160px;
  }

  .index_main .section7 .main .left .item h3 span {
    font-size: 30px;
  }

  .index_main .section7 .main .left .item p {
    font-size: 14px;
  }

  .index_main .section8 .btn.prev {
    left: 0;
  }

  .index_main .section8 .btn.next {
    right: 0;
  }
  
    .course_main .section1 .item { height:auto; }
	.course_main .section2 .main { padding-left:0px; }

}
/*春季伙伴大会banenr*/
.index_main .section1 .item .img_block2 {
  width: 31.6%;
  position: absolute;
  right: 12.5vw;
  bottom: 45px;
}
.index_main .section1 .item .img_block2 .bg {
  display: block;
  width: 100%;
}
.index_main .section1 .item .img_block2 .img {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.index_main .section1 .item .img_block2 .img img {
  position: relative;
  width: 100%;
  display: block;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(1) {
  width: 78.8%;
  left: 34.4%;
  top: -49.7%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .5s;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(1) .move {
  position: absolute;
  top: 0;
  left: 0;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(1) .move1 {
  -webkit-animation: floatUser2 6s infinite ease;
  -moz-animation: floatUser2 6s infinite ease;
  -ms-animation: floatUser2 6s infinite ease;
  animation: floatUser2 6s infinite ease;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(1) .move2 {
  -webkit-animation: floatUser3 6s infinite ease;
  -moz-animation: floatUser3 6s infinite ease;
  -ms-animation: floatUser3 6s infinite ease;
  animation: floatUser3 6s infinite ease;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(1) .txt {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: floatUser3 6s infinite ease;
  -moz-animation: floatUser3 6s infinite ease;
  -ms-animation: floatUser3 6s infinite ease;
  animation: floatUser3 6s infinite ease;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(2) {
  width: 88.27%;
  left: 2%;
  top: -62.4%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition-delay: .8s;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(3) {
  width: 67.27%;
  left: 19.88%;
  top: -68%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transition-delay: .9s;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(4) {
  width: 63.18%;
  left: 26.92%;
  top: 9.78%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .7s;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(5) {
  width: 63.18%;
  left: 38.48%;
  top: -0.8%;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  transition: all 0.8s linear;
  transition-delay: .9s;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(6) {
  width: 78.26%;
  left: 41.72%;
  top: -107.5%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .5s;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(7) {
  width: 92.89%;
  left: -7%;
  top: -104%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .6s;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(8) {
  width: 81.08%;
  left: 14%;
  top: -120.18%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition-delay: .8s;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(9) {
  width: 82.73%;
  left: 88.54%;
  top: -95.51%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .7s;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(10) {
  width: 71.65%;
  left: 63.21%;
  top: -100.53%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  transition: all 0.6s linear;
  transition-delay: .9s;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(11) {
  width: 13.83%;
  left: 53.37%;
  top: -30.6%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition-delay: .7s;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(12) {
  width: 61.12%;
  left: 15.65%;
  top: -28.82%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transition-delay: .6s;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(13) {
  width: 12.52%;
  left: 31.96%;
  top: 36.72%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .8s;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(14) {
  width: 8.4%;
  left: 50.57%;
  top: 49.7%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .9s;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(14) .move {
  position: absolute;
  top: 0;
  left: 0;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(14) .move1 {
  -webkit-animation: floatUser2 5s 2s infinite ease;
  -moz-animation: floatUser2 5s 2s infinite ease;
  -ms-animation: floatUser2 5s 2s infinite ease;
  animation: floatUser2 5s 2s infinite ease;
}
.index_main .section1 .item .img_block2 .img:nth-of-type(14) .txt {
  position: absolute;
  right: -2px;
  top: 0;
  -webkit-animation: floatUser3 5s 2s infinite ease;
  -moz-animation: floatUser3 5s 2s infinite ease;
  -ms-animation: floatUser3 5s 2s infinite ease;
  animation: floatUser3 5s 2s infinite ease;
}

.index_main .section1 .item.active .img_block2 .img {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.index_main .section1 .item.remove .img_block2 .img {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-delay: 0s !important;
}
/*HR banenr */
/*2019-03-13*/
.index_main .section1 .item .txt_block a.btn1.color5 {
  color: #ff0080;
}
.index_main .section1 .item .txt_block a.btn1.color5:after {
  background-image: url("../images/index/icon6_12.svg");
}
.index_main .section1 .item .txt_block a.btn1.color5:hover {
  color: #fff;
  background: #fec474;
}
.index_main .section1 .item .txt_block a.btn1.color5:hover:after {
  background-image: url("../images/index/icon6.svg");
}
.index_main .section1 .item .txt_block a.btn1.color5:hover {
  background: #fec474;
  border-color: #fec474;
}
.index_main .section1 .item .txt_block a.btn2.color5:hover {
  background: #fec474;
  border-color: #fec474;
}
.index_main .section1 .item .img_block3 {
  width: 49.79%;
  position: absolute;
  right: 3.125vw;
  bottom: 5%;
}
.index_main .section1 .item .img_block3 .bg {
  display: block;
  width: 100%;
}
.index_main .section1 .item .img_block3 .img {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.index_main .section1 .item .img_block3 .img img {
  position: relative;
  width: 100%;
  display: block;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(1) {
  width: 12.34%;
  left: 58%;
  bottom: 20.17%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .5s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(2) {
  width: 7.32%;
  left: 54.39%;
  bottom: 5%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition-delay: .5s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(3) {
  width: 10.14%;
  left: 77.1%;
  top: 53.5%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transition-delay: .5s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(4) {
  width: 15.79%;
  left: 18%;
  top: 82.89%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .55s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(4) img{
  -webkit-animation: floatUser9 4s 2s infinite ease;
  -moz-animation: floatUser9 4s 2s infinite ease;
  -ms-animation: floatUser9 4s 2s infinite ease;
  animation: floatUser9 4s 2s infinite ease;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(5) {
  width: 15.79%;
  left: 22.9%;
  top: 69%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .57s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(6) {
  width: 15.79%;
  left: 28%;
  top: 55.7%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .59s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(6) img{
  -webkit-animation: floatUser10 4s 2s infinite ease;
  -moz-animation: floatUser10 4s 2s infinite ease;
  -ms-animation: floatUser10 4s 2s infinite ease;
  animation: floatUser10 4s 2s infinite ease;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(7) {
  width: 8.57%;
  left: 16.21%;
  top: 55.2%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .62s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(8) {
  width: 49.58%;
  left: 32%;
  top: 9.2%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .65s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(9) {
  width: 28.34%;
  left: 36.4%;
  top: 20.8%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .7s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(10) {
  width: 10.04%;
  left: 33.89%;
  top: -8.7%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .75s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(11) {
  width: 11.4%;
  left: 46.75%;
  top: 14.25%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .8s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(12) {
  width: 5.96%;
  left: 59.4%;
  top: 24.56%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .85s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(13) {
  width: 14px;
  left: 66.42%;
  top: 27.3%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .9s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(14) {
  width: 6.9%;
  left: 38.7%;
  top: 5.26%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .95s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(15) {
  width: 14px;
  left: 44.97%;
  top: 3.94%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: 1s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(16) {
  width: 9.1%;
  left: 52.82%;
  top: -10.52%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .85s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(17) {
  width: 14px;
  left: 50.83%;
  top: -66px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .95s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(18) {
  width: 9.2%;
  left: 19.35%;
  bottom: 55.92%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .65s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(19) {
  width: 9.51%;
  left: 19.56%;
  bottom: 59.42%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .75s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(19) img{
  -webkit-animation: floatUser7 4s 2s infinite ease;
  -moz-animation: floatUser7 4s 2s infinite ease;
  -ms-animation: floatUser7 4s 2s infinite ease;
  animation: floatUser7 4s 2s infinite ease;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(20) {
  width: 14px;
  left: 16.94%;
  top: 11.4%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .85s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(21) {
  width: 5.85%;
  left: 26.56%;
  bottom: 20.17%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .75s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(22) {
  width: 14px;
  left: 24.5%;
  bottom: 43.6%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: 1s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(23) {
  width: 7.53%;
  left: 52.3%;
  top: -26.3%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .75s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(24) {
  width: 15.16%;
  left: 63.59%;
  top: -27.19%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .8s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(25) {
  width: 10.35%;
  left: 65.58%;
  top: -10.52%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .6s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(26) {
  width: 4.49%;
  left: 76.25%;
  top: -7.67%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .8s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(27) {
  width: 36.29%;
  left: 31.38%;
  top: -3.5%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: .7s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(28) {
  width: 5.54%;
  left: 83.85%;
  top: 10.96%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 065s linear;
  -ms-transition: all 0.6s linear;
  transition: all 0.6s linear;
  transition-delay: .9s;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(28) .move{
  position: absolute;
  top: 0;
  left: 0;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(28) .move1{
  -webkit-animation: floatUser5 5s 2s infinite ease;
  -moz-animation: floatUser5 5s 2s infinite ease;
  -ms-animation: floatUser5 5s 2s infinite ease;
  animation: floatUser5 5s 2s infinite ease;
}
.index_main .section1 .item .img_block3 .img:nth-of-type(28) .move2{
  -webkit-animation: floatUser6 5s 2s infinite ease;
  -moz-animation: floatUser6 5s 2s infinite ease;
  -ms-animation: floatUser6 5s 2s infinite ease;
  animation: floatUser6 5s 2s infinite ease;
}
.index_main .section1 .item .img_block3 .star{
  background-image: url('../images/index/n_img28.png');
  background-size: contain;
  opacity: 0;
  -webkit-animation: floatUser8 3s infinite ease;
  -moz-animation: floatUser8 3s infinite ease;
  -ms-animation: floatUser8 3s infinite ease;
  animation: floatUser8 3s infinite ease;
}
.index_main .section1 .item .img_block3 .star:nth-of-type(1){
  width: 11px;
  height: 11px;
  position: absolute;
  left: 28.24%;
  top: -20.17%;
  animation-delay: .5s;
}
.index_main .section1 .item .img_block3 .star:nth-of-type(2){
  width: 11px;
  height: 11px;
  position: absolute;
  left: 83.47%;
  top: -4.82%;
  animation-delay: 1.1s;
}
.index_main .section1 .item .img_block3 .star:nth-of-type(3){
  width: 8px;
  height: 8px;
  position: absolute;
  left: 90.37%;
  top: 10.08%;
  animation-delay: .8s;
}
.index_main .section1 .item .img_block3 .star:nth-of-type(4){
  width: 8px;
  height: 8px;
  position: absolute;
  left: 14.64%;
  top: 29.82%;
  animation-delay: 1.3s;
}
.index_main .section1 .item .img_block3 .star:nth-of-type(5){
  width: 18px;
  height: 18px;
  position: absolute;
  left: 19.14%;
  top: 47.36%;
  animation-delay: .9s;
}
.index_main .section1 .item .img_block3 .star:nth-of-type(6){
  width: 8px;
  height: 8px;
  position: absolute;
  left: 87.23%;
  top: 46%;
  animation-delay: 2s;
}
.index_main .section1 .item .img_block3 .star:nth-of-type(7){
  width: 8px;
  height: 8px;
  position: absolute;
  left: 27.19%;
  top: 2.41%;
  animation-delay: 1s;
}
.index_main .section1 .item .img_block3 .star:nth-of-type(8){
  width: 18px;
  height: 18px;
  position: absolute;
  left: 84.3%;
  top: 34.64%;
  animation-delay: 1.5s;
}
.index_main .section1 .item.active .img_block3 .img {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.index_main .section1 .item.remove .img_block3 .img {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-delay: 0s !important;
}



@-webkit-keyframes floatUser5 {
  from,to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d-(16px,- 2px, 0);
    -moz-transform: translate3d(-16px, -2px, 0);
    -ms-transform: translate3d(-16px, -2px, 0);
    transform: translate3d(-16px, -2px, 0);
  }
}
@keyframes floatUser5 {
  from,to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d-(16px,- 2px, 0);
    -moz-transform: translate3d(-16px, -2px, 0);
    -ms-transform: translate3d(-16px, -2px, 0);
    transform: translate3d(-16px, -2px, 0);
  }
}
@-webkit-keyframes floatUser6 {
  from,to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(-32px, -4px, 0);
    -moz-transform: translate3d(-32px, -4px, 0);
    -ms-transform: translate3d(-32px, -4px, 0);
    transform: translate3d(-32px, -4px, 0);
  }
}
@keyframes floatUser6 {
  from,to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(-32px, -4px, 0);
    -moz-transform: translate3d(-32px, -4px, 0);
    -ms-transform: translate3d(-32px, -4px, 0);
    transform: translate3d(-32px, -4px, 0);
  }
}
@-webkit-keyframes floatUser7 {
  from,to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 12px, 0);
    -moz-transform: translate3d(0, 12px, 0);
    -ms-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
  }
}
@keyframes floatUser7 {
  from,to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 12px, 0);
    -moz-transform: translate3d(0, 12px, 0);
    -ms-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
  }
}
@-webkit-keyframes floatUser8 {
  from,to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  75% {
    opacity: .4;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
  }
}
@keyframes floatUser8 {
  from,to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  75% {
    opacity: .4;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
  }
}
@-webkit-keyframes floatUser9 {
  from,to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}
@keyframes floatUser9 {
  from,to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}
@-webkit-keyframes floatUser10 {
  from,to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes floatUser10 {
  from,to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
/*2019-08-16*/
.index_main .section1 .item .txt_block a.btn1.color6 {
  color: #6e1ca5;
}
.index_main .section1 .item .txt_block a.btn1.color6:after {
  background-image: url("../images/index/icon6_6.svg");
}
.index_main .section1 .item .txt_block a.btn1.color6:hover {
  color: #fff;
  background: #fec474;
}
.index_main .section1 .item .txt_block a.btn1.color6:hover:after {
  background-image: url("../images/index/icon6.svg");
}
.index_main .section1 .item .txt_block a.btn1.color6:hover {
  background: #fec474;
  border-color: #fec474;
}
.index_main .section1 .item .txt_block a.btn2.color6:hover {
  background: #fec474;
  border-color: #fec474;
}
.index_main .section1 .item .img_block_a8 {
  width: 35.625%;
  position: absolute;
  right: 7.8vw;
  bottom: 5%;
}
.index_main .section1 .item .img_block_a8 .bg {
  display: block;
  width: 100%;
}
.index_main .section1 .item .img_block_a8 .img {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.index_main .section1 .item .img_block_a8 .img img {
  position: relative;
  width: 100%;
  display: block;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(1) {
  width: 7.163%;
  top: 18%;
  left: 6%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .3s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(1) img{
  opacity: .3;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(1) .still{
  position: relative;
  z-index: 3;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(1) .move{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(1) .move1{
  width: 90%;
  z-index: 2;
  -webkit-animation: aMove1 4s 1.5s infinite ease;
  animation: aMove1 4s 1.5s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(1) .move2{
  width: 80%;
  z-index: 1;
  -webkit-animation: floatUser10 4s 1.5s infinite ease;
  animation: floatUser10 4s 1.5s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(2) {
  z-index: 4;
  width: 16.813%;
  top: 3px;
  left: 8.04%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .5s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(3) {
  width: 2.2%;
  max-width: 15px;
  top: 0;
  left: 4.38%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .4s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(3) img{
  -webkit-animation: aMove5 2s 1.5s infinite ease;
  animation: aMove5 2s 1.5s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(4) {
  width: 9.21%;
  top: 38.86%;
  left: 12.28%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .6s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(4) .still{
  position: relative;
  z-index: 3;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(4) .move{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(4) .move1{
  width: 90%;
  z-index: 2;
  -webkit-animation: aMove1 3s 2s infinite ease;
  animation: aMove1 3s 2s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(4) .move2{
  width: 80%;
  z-index: 1;
  -webkit-animation: floatUser10 3s 2s infinite ease;
  animation: floatUser10 3s 2s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(5) {
  z-index: 4;
  width: 8.918%;
  top: 18%;
  left: 15.058%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .3s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(6) {
  width: 2.4%;
  top: 37.128%;
  left: 19.59%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .5s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(6) img{
  -webkit-animation: aMove5 2s 2.2s infinite ease;
  animation: aMove5 2s 2.2s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(7) {
  width: 2%;
  max-width: 13px;
  top: -6%;
  left: 26.754%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .4s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(7) img{
  -webkit-animation: aMove5 1.8s 1.8s infinite ease;
  animation: aMove5 1.8s 1.8s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(8) {
  width: 8.479%;
  top: 0%;
  left: 28.654%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .7s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(9) {
  width: 10.964%;
  top: 31.435%;
  left: 31.871%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .5s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(9) img{
  opacity: .1;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(9) .still{
  position: relative;
  z-index: 3;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(9) .move{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(9) .move1{
  width: 90%;
  z-index: 2;
  -webkit-animation: aMove1 5s 2.4s infinite ease;
  animation: aMove1 5s 2.4s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(9) .move2{
  width: 80%;
  z-index: 1;
  -webkit-animation: floatUser10 5s 2.4s infinite ease;
  animation: floatUser10 5s 2.4s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(10) {
  z-index: 4;
  width: 24.561%;
  top: 1.98%;
  left: 25.584%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .4s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(11) {
  width: 2.4%;
  max-width: 16px;
  top: 0;
  left: 45.321%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .7s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(11) img{
  -webkit-animation: aMove5 2s 1.2s infinite ease;
  animation: aMove5 2s 1.2s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(12) {
  width: 9.941%;
  top: 47.029%;
  left: 47.51%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .6s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(12) img{
  opacity: .2;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(12) .still{
  position: relative;
  z-index: 3;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(12) .move{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(12) .move1{
  width: 90%;
  z-index: 2;
  -webkit-animation: aMove1 4.5s 2s infinite ease;
  animation: aMove1 4.5s 2s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(12) .move2{
  width: 80%;
  z-index: 1;
  -webkit-animation: floatUser10 4.5s 2s infinite ease;
  animation: floatUser10 4.5s 2s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(13) {
  z-index: 4;
  width: 13.011%;
  top: 24.257%;
  left: 41.959%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .4s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(14) {
  width: 2.1%;
  max-width: 14px;
  top: 29.702%;
  left: 56.286%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .6s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(14) img{
  -webkit-animation: aMove5 2s 1.7s infinite ease;
  animation: aMove5 2s 1.7s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(15) {
  width: 10.964%;
  top: 6.188%;
  left: 52.777%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .4s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(9) img{
  opacity: .3;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(15) .still{
  position: relative;
  z-index: 3;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(15) .move{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(15) .move1{
  width: 90%;
  z-index: 2;
  -webkit-animation: aMove1 3.5s 1.8s infinite ease;
  animation: aMove1 3.5s 1.8s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(15) .move2{
  width: 80%;
  z-index: 1;
  -webkit-animation: floatUser10 3.5s 1.8s infinite ease;
  animation: floatUser10 3.5s 1.8s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(16) {
  z-index: 4;
  width: 22.66%;
  top: -23.514%;
  left: 54.385%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .6s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(17) {
  width: 2.2%;
  max-width: 15px;
  top: -11.13%;
  left: 70%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .4s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(17) img{
  -webkit-animation: aMove5 2s 1.5s infinite ease;
  animation: aMove5 2s 1.5s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(18) {
  width: 23.538%;
  top: 8.66%;
  left: 62.111%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .6s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(19) {
  width: 2.1%;
  max-width: 14px;
  top: 8.66%;
  left: 76.6%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .4s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(19) img{
  -webkit-animation: aMove5 1.5s 2s infinite ease;
  animation: aMove5 1.5s 2s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(20) {
  width: 5.263%;
  top: 8.168%;
  left: -9.21%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .7s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(20) img{
  -webkit-animation: floatUser7 3s 1s infinite ease;
  animation: floatUser7 3s 1s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(21) {
  width: 5.263%;
  top: -19.059%;
  left: 85.526%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .5s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(21) img{
  -webkit-animation: floatUser7 3s 1.5s infinite ease;
  animation: floatUser7 3s 1.5s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(22) {
  width: 8.625%;
  top: -19.8%;
  left: -1%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .4s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(22) img{
  -webkit-animation: aMove2 20s 1.5s infinite ease;
  animation: aMove2 20s 1.5s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(23) {
  width: 6.14%;
  top: -24.75%;
  left: 15.497%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .6s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(23) img{
  -webkit-animation: aMove4 15s 2s infinite ease;
  animation: aMove4 15s 2s infinite ease;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(24) {
  width: 6.432%;
  top: -37.37%;
  left: 53.36%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .7s;
}
.index_main .section1 .item .img_block_a8 .img:nth-of-type(24) img{
  -webkit-animation: aMove3 18s 2.4s infinite ease;
  animation: aMove3 18s 2.4s infinite ease;
}
.index_main .section1 .item.active .img_block_a8 .img {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.index_main .section1 .item.remove .img_block_a8 .img {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-delay: 0s !important;
}
@keyframes aMove1 {
  from,to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}
@keyframes aMove2 {
  from,to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translate3d(-100%, 50%, 0);
    -moz-transform: translate3d(-100%, 50%, 0);
    -ms-transform: translate3d(-100%, 50%, 0);
    transform: translate3d(-100%, 50%, 0);
  }
}
@keyframes aMove3 {
  from,to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translate3d(100%, 50%, 0);
    -moz-transform: translate3d(100%, 50%, 0);
    -ms-transform: translate3d(100%, 50%, 0);
    transform: translate3d(100%, 50%, 0);
  }
}
@keyframes aMove4 {
  from,to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translate3d(100%, -100%, 0);
    -moz-transform: translate3d(100%, -100%, 0);
    -ms-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes aMove5 {
  from,to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}

/*应用大赛banner*/
/*2020-03-20*/
.index_main .section1 .item .txt_block a.btn1.color20 {
  color: #1013ad;
}
.index_main .section1 .item .txt_block a.btn1.color20:after {
  background-image: url("../images/index/icon6_6.svg");
}
.index_main .section1 .item .txt_block a.btn1.color20:hover {
  color: #fff;
  background: #fec474;
}
.index_main .section1 .item .txt_block a.btn1.color20:hover:after {
  background-image: url("../images/index/icon6.svg");
}
.index_main .section1 .item .txt_block a.btn1.color20:hover {
  background: #fec474;
  border-color: #fec474;
}
.index_main .section1 .item .txt_block a.btn2.color20:hover {
  background: #fec474;
  border-color: #fec474;
}
.index_main .section1 .item .partner_box {
  width: 50%;
  max-width: 956px;
  position: absolute;
  right: 5.8%;
  bottom: 0;
}
.index_main .section1 .item .partner_box .bg {
  display: block;
  width: 100%;
}
.index_main .section1 .item .partner_box .box{
  position: absolute;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}
.index_main .section1 .item.active .partner_box .box{
  opacity: 1;
  transform: translateY(0);
}
.index_main .section1 .item.remove .partner_box .box {
  opacity: 0;
  transform: translateY(100%);
  transition-delay: 0s !important;
}
.index_main .section1 .item .partner_box .box .img1{
  display: block;
  width: 100%;
}
.index_main .section1 .item .partner_box .box1{
  width: 91.213%;
  left: -6.9%;
  bottom: 4.59%;
  transition-duration: 1s;
  transition-delay: 0s;
}
.index_main .section1 .item .partner_box .box1 .img2{
  position: absolute;
  width: 44.15%;
  left: 10%;
  bottom: 36%;
  animation: ani2020_1 3s infinite ease;
}
.index_main .section1 .item .partner_box .box1 .img3{
  position: absolute;
  width: 44.15%;
  left: 10%;
  bottom: 36%;
  animation: ani2020_2 3s infinite ease;
}
.index_main .section1 .item .partner_box .box2{
  width: 8.368%;
  left: 1.359%;
  bottom: 22.95%;
  transition-delay: .7s;
}
.index_main .section1 .item .partner_box .box2 .img1{
  /*animation: ani2020_1 3s .3s infinite ease;*/
}
.index_main .section1 .item .partner_box .box2 .img2{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  animation: ani2020_3 3s .3s infinite ease;
}
.index_main .section1 .item .partner_box .box3{
  width: 8.368%;
  left: 13.91%;
  bottom: 54.29%;
  transition-delay: .6s;
}
.index_main .section1 .item .partner_box .box3 .img1{
  /*animation: ani2020_1 3s .9s infinite ease;*/
}
.index_main .section1 .item .partner_box .box3 .img2{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  animation: ani2020_3 3s .9s infinite ease;
}
.index_main .section1 .item .partner_box .box4{
  width: 20.08%;
  left: 24.37%;
  bottom: 72.854%;
  transition-delay: .9s;
}
.index_main .section1 .item .partner_box .box4 .img1{
  /*animation: ani2020_3 3s .5s infinite ease;*/
}
.index_main .section1 .item .partner_box .box4 .img2{
  position: absolute;
  width: 77.083%;
  left: 18.229%;
  top: 26.548%;
  /*animation: ani2020_3 3s .5s infinite ease;*/
}
.index_main .section1 .item .partner_box .box4 .img3{
  position: absolute;
  width: 77.083%;
  left: 19.2%;
  top: 37.445%;
  animation: ani2020_4 3s .5s infinite ease;
}
.index_main .section1 .item .partner_box .box5{
  width: 8.368%;
  left: 48.95%;
  bottom: 87.02%;
  transition-delay: .8s;
}
.index_main .section1 .item .partner_box .box5 .img1{
  /*animation: ani2020_1 3s .6s infinite ease;*/
}
.index_main .section1 .item .partner_box .box5 .img2{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  animation: ani2020_3 3s .6s infinite ease;
}
.index_main .section1 .item .partner_box .box6{
  width: 8.368%;
  left: 26.987%;
  bottom: 27.94%;
  transition-delay: 1s;
}
.index_main .section1 .item .partner_box .box7{
  width: 7.322%;
  left: 53.242%;
  bottom: 64.27%;
  transition-delay: .9s;
}
.index_main .section1 .item .partner_box .box8{
  width: 8.786%;
  left: 68%;
  bottom: 91%;
  transition-delay: .8s;
}
.index_main .section1 .item .partner_box .box9{
  width: 8.158%;
  left: 78.45%;
  bottom: 79.84%;
  transition-delay: 1.1s;
}
.index_main .section1 .item .partner_box .box9 .img1{
  animation: floatUser7 3s 1s infinite ease;
}
.index_main .section1 .item .partner_box .box10{
  width: 24.79%;
  left: 42.05%;
  bottom: 17.365%;
  transition-delay: .8s;
}
.index_main .section1 .item .partner_box .box11{
  width: 21.966%;
  left: 64.644%;
  bottom: 20.558%;
  transition-delay: .9s;
}
.index_main .section1 .item .partner_box .box11 .img2{
  position: absolute;
  width: 89.523%;
  left: 4.76%;
  bottom: 56.79%;
}
.index_main .section1 .item .partner_box .box11 .img3{
  position: absolute;
  width: 66.19%;
  left: 22.857%;
  bottom: 38.27%;
}
.index_main .section1 .item .partner_box .box11 .img4{
  position: absolute;
  width: 54.761%;
  left: 25.238%;
  bottom: 39.5%;
}
.index_main .section1 .item .partner_box .box11 .img5{
  position: absolute;
  width: 74.285%;
  left: 11.428%;
  bottom: 32.716%;
}
.index_main .section1 .item .partner_box .box11 .img6{
  position: absolute;
  width: 164.285%;
  left: -30.476%;
  bottom: 24.69%;
}
.index_main .section1 .item .partner_ani img{
  opacity: 0;
  transform: translateY(-20px);
  transition: all .6s ease;
}
.index_main .section1 .item .partner_ani img.active{
  opacity: 1;
  transform: translateY(0px);
}
@keyframes ani2020_1 {
  from,to {
    transform: none;
  }
  50% {
    transform: translate3d(2%, 2.5%, 0);
  }
}
@keyframes ani2020_2 {
  from,to {
    transform: none;
  }
  50% {
    transform: translate3d(4%, 5%, 0);
  }
}
@keyframes ani2020_3 {
  from,to {
    transform: none;
  }
  50% {
    transform: translate3d(4.293%, 4.1%, 0);
  }
}
@keyframes ani2020_3 {
  from,to {
    transform: none;
  }
  50% {
    transform: translate3d(6.293%, 6.1%, 0);
  }
}
@keyframes ani2020_4 {
  from,to {
    transform: none;
  }
  50% {
    transform: translate3d(10.293%, 10.1%, 0);
  }
}
/*伙伴招募banner结束*/
/*线上直播*/
/*2020-03-24*/
.index_main .section1 .livebanner_box{
  margin-top: -20px;
}
.index_main .section1 .livebanner_box .t_l{
  width: 53%;
  display: inline-block;
  vertical-align: middle;
  max-width: 762px;
  padding-top: 50px;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
.index_main .section1 .item.active .livebanner_box .t_l{
  transform: translateY(0);
  opacity: 1;
}
.index_main .section1 .item.remove .livebanner_box .t_l{
  transform: translateY(100%);
  opacity: 0;
}
.index_main .section1 .livebanner_box .t_l img{
  display: block;
  width: 100%;
}
.index_main .section1 .livebanner_box .t_r{
  width: 44%;
  display: inline-block;
  vertical-align: middle;
  max-width: 626px;
  position: relative;
}
.index_main .section1 .livebanner_box .t_r{
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s ease;
  transition-delay: .2s;
}
.index_main .section1 .item.active .livebanner_box .t_r{
  transform: translateY(0);
  opacity: 1;
}
.index_main .section1 .item.remove .livebanner_box .t_r{
  transform: translateY(100%);
  opacity: 0;
  transition-delay: 0s;
}
.index_main .section1 .livebanner_box .t_r .bg{
  display: block;
  width: 100%;
  animation: floatUserlive 4s infinite ease;
}
.index_main .section1 .livebanner_box .t_r .box{
  position: absolute;
  animation: floatUserlive 2.5s infinite ease;
}
.index_main .section1 .livebanner_box .t_r .box img{
  display: block;
  width: 100%;
}
.index_main .section1 .livebanner_box .t_r .box1{
  top: 32.7%;
  left: 25.56%;
  animation-delay: .3s;
}
.index_main .section1 .livebanner_box .t_r .box1 i{
  width: 7px;
  height: 10px;
  background-color: #4341c9;
  display: block;
}
.index_main .section1 .livebanner_box .t_r .box2{
  width: 6.389%;
  left: 5.9%;
  top: 35%;
  animation-delay: 1s;
}
.index_main .section1 .livebanner_box .t_r .box3{
  top: 50%;
  left: 10.7%;
  animation-delay: .2s;
}
.index_main .section1 .livebanner_box .t_r .box3 i{
  width: 9px;
  height: 6px;
  background-color: #fff;
  display: block;
}
.index_main .section1 .livebanner_box .t_r .box4{
  top: 59%;
  left: 18.37%;
  animation-delay: .8s;
}
.index_main .section1 .livebanner_box .t_r .box4 i{
  width: 6px;
  height: 6px;
  background-color: #1c53cb;
  display: block;
}
.index_main .section1 .livebanner_box .t_r .box5{
  width: 3.99%;
  left: 8.3%;
  top: 63%;
  animation-delay: .7s;
}
.index_main .section1 .livebanner_box .t_r .box6{
  top: 73.35%;
  left: 5.91%;
  animation-delay: .6s;
}
.index_main .section1 .livebanner_box .t_r .box6 i{
  width: 6px;
  height: 3px;
  background-color: #2437c7;
  display: block;
}
.index_main .section1 .livebanner_box .t_r .box7{
  top: 72%;
  left: 23.96%;
  animation-delay: .9s;
}
.index_main .section1 .livebanner_box .t_r .box7 i{
  width: 7px;
  height: 8px;
  background-color: #2157ce;
  display: block;
}
.index_main .section1 .livebanner_box .t_r .box8{
  width: 5.43%;
  left: 15.49%;
  top: 88.53%;
  animation-delay: .3s;
}
.index_main .section1 .livebanner_box .t_r .box9{
  top: 16.86%;
  left: 73.16%;
  animation-delay: .2s;
}
.index_main .section1 .livebanner_box .t_r .box9 i{
  width: 8px;
  height: 9px;
  background-color: #fff;
  display: block;
}
.index_main .section1 .livebanner_box .t_r .box10{
  width: 5.27%;
  left: 86.26%;
  top: 16.357%;
  animation-delay: .7s;
}
.index_main .section1 .livebanner_box .t_r .box11{
  width: 6.389%;
  left: 96.8%;
  top: 26.98%;
  animation-delay: .6s;
}
.index_main .section1 .livebanner_box .t_r .box12{
  width: 4.47%;
  left: 94.56%;
  top: 48.56%;
}
.index_main .section1 .livebanner_box .t_r .box13{
  top: 55.14%;
  left: 96.16%;
  animation-delay: .8s;
}
.index_main .section1 .livebanner_box .t_r .box13 i{
  width: 8px;
  height: 7px;
  background-color: #fff;
  display: block;
}
.index_main .section1 .livebanner_box .t_r .box14{
  top: 64.41%;
  left: 102.23%;
  animation-delay: .5s;
}
.index_main .section1 .livebanner_box .t_r .box14 i{
  width: 4px;
  height: 5px;
  background-color: #304ddc;
  display: block;
}
@keyframes floatUserlive {
  from,to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 12px, 0);
    -moz-transform: translate3d(0, 12px, 0);
    -ms-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
  }
}
/*2020-05-14*/
.index_main .section1 .item .txt_block h2 span{
  display: block;
  font-size: 36px;
}
.index_main .section1 .item .v8-ani-dot{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.index_main .section1 .item .v8-ani-dot .dot{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.index_main .section1 .item .v8-ani-dot .dot:nth-of-type(1){
  animation: v8Dot1 20s linear infinite;
}
.index_main .section1 .item .v8-ani-dot .dot:nth-of-type(2){
  animation: v8Dot2 30s linear infinite;
}
.index_main .section1 .item .v8-ani-dot .dot:nth-of-type(3){
  animation: v8Dot3 20s linear infinite;
}
.index_main .section1 .v8-box{
  width: 41%;
  max-width: 787px;
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: 2;
}
.index_main .section1 .v8-box img{
  display: block;
  width: 100%;
}
.index_main .section1 .v8-box .box{
  position: absolute;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}
.index_main .section1 .item.active .v8-box .box{
  opacity: 1;
  transform: translateY(0);
}
.index_main .section1 .item.remove .v8-box .box{
  opacity: 0;
  transform: translateY(100%);
  transition-delay: 0s !important;
}
.index_main .section1 .v8-box .box1{
  width: 12.071%;
  top: 23.8%;
  left: 18.67%;
  transition-delay: .6s;
}
.index_main .section1 .v8-box .box2{
  width: 11.435%;
  top: 12.45%;
  left: 19.059%;
  transition-delay: .7s;
}
.index_main .section1 .v8-box .box2 img{
  animation: floatUserlive 2.5s infinite ease;
}
.index_main .section1 .v8-box .box3{
  width: 10.546%;
  top: 16.849%;
  left: 71.156%;
  transition-delay: .3s;
}
.index_main .section1 .v8-box .box4{
  width: 11.435%;
  top: 5.128%;
  left: 70.902%;
  transition-delay: .4s;
}
.index_main .section1 .v8-box .box4 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .6s;
}
.index_main .section1 .v8-box .box5{
  width: 23.761%;
  top: 37.36%;
  left: 0;
  transition-delay: .2s;
}
.index_main .section1 .v8-box .box6{
  width: 14.485%;
  top: 34.798%;
  left: 4.828%;
  transition-delay: .3s;
}
.index_main .section1 .v8-box .box7{
  width: 25.921%;
  top: 34.798%;
  right: 0;
  transition-delay: .3s;
}
.index_main .section1 .v8-box .box8{
  width: 7.369%;
  top: 31.135%;
  right: 10.546%;
  transition-delay: .4s;
}
.index_main .section1 .v8-box .box8 img:nth-of-type(1){
  position: absolute;
  top: 0;
  left: 0;
  animation: v8ani1 2s linear infinite;
}
.index_main .section1 .v8-box .box8 img:nth-of-type(2){
  position: relative;
  z-index: 2;
}
.index_main .section1 .v8-box .box9{
  width: 16.264%;
  top: 41.575%;
  right: 3.3%;
  transition-delay: .5s;
}
.index_main .section1 .v8-box .box10{
  width: 18.678%;
  top: 62.271%;
  left: 20.58%;
  transition-delay: .6s;
}
.index_main .section1 .v8-box .box11{
  width: 25.158%;
  top: 49.45%;
  left: 38.119%;
}
.index_main .section1 .v8-box .box12{
  width: 49.936%;
  top: 47.069%;
  left: 25.794%;
  transition-delay: .1s;
}
.index_main .section1 .v8-box .box12 img{
  animation: floatUserlive 2.5s infinite ease;
}
.index_main .section1 .v8-box .box13{
  width: 37.229%;
  top: 46.336%;
  left: 32.147%;
  transition-delay: .2s;
}
.index_main .section1 .v8-box .box14{
  width: 30.368%;
  top: 15.018%;
  left: 35.324%;
  transition-delay: .3s;
}
.index_main .section1 .v8-box .box15{
  width: 31.13%;
  top: 1%;
  left: 34.434%;
  transition-delay: .4s;
}
.index_main .section1 .v8-box .box16{
  width: 11.944%;
  top: 21.978%;
  left: 40.66%;
  transition-delay: .5s;
}
.index_main .section1 .v8-box .box16 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .8s;
}
.index_main .section1 .v8-box .box17{
  width: 23.252%;
  top: 0;
  left: 38.88%;
  transition-delay: .5s;
}
.index_main .section1 .v8-box .box17 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: 1s;
}
.index_main .section1 .v8-box .box18{
  width: 30.368%;
  bottom: 11.538%;
  left: 35.324%;
  transition-delay: .7s;
}
.index_main .section1 .v8-box .box19{
  width: 16.518%;
  top: 47.269%;
  left: 22.871%;
  transition-delay: .7s;
}
.index_main .section1 .v8-box .box19 img.ani{
  position: absolute;
  top: 0;
  left: 0;
}
.index_main .section1 .v8-box .box19 img.ani1{
  animation: floatUser5 4s 2s infinite ease;
}
.index_main .section1 .v8-box .box19 img.ani2{
  animation: floatUser5 4s 1.5s infinite ease;
}
.index_main .section1 .v8-box .box19 img.ani3{
  animation: floatUser5 4s 1s infinite ease;
}
@keyframes v8Dot1{
  0%,100%{
    transform: translate(0,0);
  }
  50%{
    transform: translate(-50px,-50px);
  }
}
@keyframes v8Dot2{
  0%,100%{
    transform: translate(0,0);
  }
  50%{
    transform: translate(50px,50px);
  }
}
@keyframes v8Dot3{
  0%,100%{
    transform: translate(0,0);
  }
  50%{
    transform: translate(50px,-50px);
  }
}
@keyframes v8ani1{
  0%,100%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
}
@media screen and (max-width: 1500px){
  .index_main .section1 .item .txt_block h2 span{
    font-size: 28px;
  }
}

/* 2020-06-04 移动办公*/
@keyframes modotani{
  0%{
    top: -46px;
    transform: translateX(0);
  }
  100%{
    top: 100%;
    transform: translateX(-480px);
  }
}
@keyframes moimgani1{
  0%,100%{
    transform: translate(0px,0px);
  }
  50%{
    transform: translate(7px,7px);
  }
}
@keyframes moimgani2{
  0%,100%{
    transform: translate(0px,0px);
  }
  50%{
    transform: translate(17px,17px);
  }
}
@keyframes moimgani3{
  0%,100%{
    transform: translate(0px,0px);
  }
  50%{
    transform: translate(0,-10px);
  }
}
.index_main .section1 .item .txt_block .mo-label{
  margin: 20px 0 0;
  font-size: 0;
}
.index_main .section1 .item .txt_block .mo-label span{
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  font-size: 20px;
  letter-spacing:3px;
  color: #fff;
}
/*
.index_main .section1 .item .txt_block .mo-label span:before{
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/index/mo-icon-1.png');
}*/
.index_main .section1 .mo-ani-dot{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.index_main .section1 .mo-ani-dot span{
  width: 46px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -46px;
  animation: modotani linear infinite;
}
.index_main .section1 .mo-ani-dot span:nth-of-type(1){
  left: 10%;
  background-image: url('../images/index/mo-icon-2.png');
  animation-duration: 2s;
  animation-delay: .2s;
}
.index_main .section1 .mo-ani-dot span:nth-of-type(2){
  left: 24%;
  opacity: .6;
  background-image: url('../images/index/mo-icon-3.png');
  animation-duration: 3s;
  animation-delay: .6s;
}
.index_main .section1 .mo-ani-dot span:nth-of-type(3){
  left: 28%;
  opacity: .5;
  background-image: url('../images/index/mo-icon-2.png');
  animation-duration: 2.5s;
  animation-delay: .4s;
}
.index_main .section1 .mo-ani-dot span:nth-of-type(4){
  left: 90%;
  opacity: .8;
  background-image: url('../images/index/mo-icon-3.png');
  animation-duration: 1.5s;
  animation-delay: .2s;
}
.index_main .section1 .mo-ani-dot span:nth-of-type(5){
  left: 94%;
  background-image: url('../images/index/mo-icon-2.png');
  animation-duration: 3s;
  animation-delay: .6s;
}
.index_main .section1 .mo-box{
  width: 54%;
  max-width: 1035px;
  position: absolute;
  right: 0;
  bottom: -4.28%;
  z-index: 2;
}
.index_main .section1 .mo-box img.bg{
  display: block;
  width: 100%;
}
.index_main .section1 .mo-box img{
  display: block;
  width: 100%;
}
.index_main .section1 .mo-box .box{
  position: absolute;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}
.index_main .section1 .item.active .mo-box .box{
  opacity: 1;
  transform: translateY(0);
}
.index_main .section1 .item.remove .mo-box .box{
  opacity: 0;
  transform: translateY(100%);
  transition-delay: 0s !important;
}
.index_main .section1 .mo-box .box1{
  width: 4.44%;
  top: 50.54%;
  left: 16.71%;
  transition-delay: .6s;
}
.index_main .section1 .mo-box .box2{
  width: 14.39%;
  top: 13.91%;
  left: 22.41%;
  transition-delay: .7s;
}
.index_main .section1 .mo-box .box3{
  width: 5.99%;
  top: 23.18%;
  left: 25.21%;
  transition-delay: .3s;
}
.index_main .section1 .mo-box .box3 img.ani{
  position: absolute;
  top: 0;
  left: 0;
}
.index_main .section1 .mo-box .box3 img.ani1{
  animation: moimgani1 4s linear infinite;
}
.index_main .section1 .mo-box .box3 img.ani2{
  animation: moimgani2 4s linear infinite;
}
.index_main .section1 .mo-box .box4{
  width: 4.15%;
  top: 29.98%;
  left: 31.59%;
  transition-delay: .4s;
}
.index_main .section1 .mo-box .box5{
  width: 11.88%;
  top: -2.62%;
  left: 40.19%;
  transition-delay: .2s;
}
.index_main .section1 .mo-box .box5 img.ani{
  position: absolute;
  top: 0;
  left: 0;
}
.index_main .section1 .mo-box .box5 img.ani1{
  animation: moimgani1 4s .3s linear infinite;
}
.index_main .section1 .mo-box .box5 img.ani2{
  animation: moimgani2 4s .3s linear infinite;
}
.index_main .section1 .mo-box .box6{
  width: 4.44%;
  top: 12.67%;
  left: 49.17%;
  transition-delay: .3s;
}
.index_main .section1 .mo-box .box7{
  width: 15.16%;
  top: 17%;
  left: 54.49%;
  transition-delay: .3s;
}
.index_main .section1 .mo-box .box7 img.ani{
  position: absolute;
  top: 0;
  left: 0;
  animation: moimgani3 3.8s linear infinite;
}
.index_main .section1 .mo-box .box8{
  width: 3.86%;
  top: 31.68%;
  left: 78.74%;
  transition-delay: .4s;
}
.index_main .section1 .mo-box .box9{
  width: 5.5%;
  top: 15.91%;
  left: 71.11%;
  transition-delay: .5s;
}
.index_main .section1 .mo-box .box10{
  width: 3.86%;
  top: 10.51%;
  left: 68.5%;
  transition-delay: .6s;
}
.index_main .section1 .mo-box .box10 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .6s;
}
.index_main .section1 .mo-box .box11{
  width: 7.72%;
  top: 45.74%;
  left: 51.4%;
  transition-delay: .1s;
}
.index_main .section1 .mo-box .box12{
  width: 2.99%;
  top: 42.65%;
  left: 51.4%;
  transition-delay: .3s;
}
.index_main .section1 .mo-box .box12 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .3s;
}
.index_main .section1 .mo-box .box13{
  width: 2.8%;
  top: 39.87%;
  left: 55.07%;
  transition-delay: .2s;
}
.index_main .section1 .mo-box .box13 img{
  animation: floatUserlive 2.2s infinite ease;
  animation-delay: .5s;
}
.index_main .section1 .mo-box .box14{
  width: 6.95%;
  top: 33.69%;
  left: 42.89%;
  transition-delay: .4s;
}
.index_main .section1 .mo-box .box15{
  width: 1.64%;
  top: 3.7%;
  left: 55.45%;
  transition-delay: .5s;
}
.index_main .section1 .mo-box .box15 img{
  animation: floatUserlive 2.5s infinite ease;
}
.index_main .section1 .mo-box .box16{
  width: 1.64%;
  top: 44.82%;
  left: 59.9%;
  transition-delay: .6s;
}
.index_main .section1 .mo-box .box16 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .2s;
}
.index_main .section1 .mo-box .box17{
  width: 1.64%;
  top: 30.29%;
  left: 36.9%;
  transition-delay: .3s;
}
.index_main .section1 .mo-box .box17 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .4s;
}
.index_main .section1 .mo-box .box18{
  width: 1.64%;
  top: 16.69%;
  left: 77.58%;
  transition-delay: .4s;
}
.index_main .section1 .mo-box .box18 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .8s;
}
.index_main .section1 .mo-box .box19{
  width: 1.64%;
  top: 67.69%;
  left: 74.39%;
  transition-delay: .2s;
}
.index_main .section1 .mo-box .box19 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .5s;
}
@media screen and (max-width: 1500px){
  .index_main .section1 .item .txt_block .mo-label span{
    font-size: 16px;
  }
}
/* 政务 2020-6-22 */
.index_main .section1 .zw-box{
  width: 42%;
  max-width: 785px;
  position: absolute;
  right: 7%;
  bottom: 0;
  z-index: 2;
}
.index_main .section1 .zw-box img.bg{
  display: block;
  width: 100%;
}
.index_main .section1 .zw-box img{
  display: block;
  width: 100%;
}
.index_main .section1 .zw-box .box{
  position: absolute;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}
.index_main .section1 .item.active .zw-box .box{
  opacity: 1;
  transform: translateY(0);
}
.index_main .section1 .item.remove .zw-box .box{
  opacity: 0;
  transform: translateY(100%);
  transition-delay: 0s !important;
}
.index_main .section1 .zw-box .box1{
  width: 19.48%;
  left: 0;
  bottom: 37.64%;
  transition-delay: .6s;
}
.index_main .section1 .zw-box .box2{
  width: 2.165%;
  left: 2.92%;
  bottom: 72.72%;
  transition-delay: .7s;
}
.index_main .section1 .zw-box .box2 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .2s;
}
.index_main .section1 .zw-box .box3{
  width: 16.56%;
  top: 12.73%;
  left: 14.9%;
  transition-delay: .3s;
}
.index_main .section1 .zw-box .box4{
  width: 5.47%;
  left: 28.66%;
  top: 5px;
  transition-delay: .4s;
}
.index_main .section1 .zw-box .box4 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .4s;
}
.index_main .section1 .zw-box .box5{
  width: 12.99%;
  left: 27.77%;
  bottom: 5.99%;
  transition-delay: .2s;
}
.index_main .section1 .zw-box .box5 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .6s;
}
.index_main .section1 .zw-box .box6{
  width: 19.1%;
  top: 32.2%;
  left: 23.82%;
  transition-delay: .3s;
}
.index_main .section1 .zw-box .box7{
  width: 51.84%;
  left: 29.1%;
  bottom: 13.1%;
  transition-delay: .4s;
}
.index_main .section1 .zw-box .box8{
  width: 13.5%;
  top: 5.61%;
  left: 38.85%;
  transition-delay: .5s;
}
.index_main .section1 .zw-box .box9{
  width: 17.19%;
  top: 14.98%;
  left: 55.03%;
  transition-delay: .6s;
}
.index_main .section1 .zw-box .box9 img{
  animation: floatUser5 4s 2s infinite ease;
}
.index_main .section1 .zw-box .box10{
  width: 8.91%;
  left: 47.38%;
  top: 27.34%;
  transition-delay: .1s;
}
.index_main .section1 .zw-box .box10 img{
  animation: floatUser5 4s 1s infinite ease;
}
.index_main .section1 .zw-box .box11{
  width: 14.01%;
  left: 73.24%;
  top: 32.95%;
  transition-delay: .3s;
}
.index_main .section1 .zw-box .box11 img{
  animation: floatUser5 4s 1.5s infinite ease;
}
.index_main .section1 .zw-box .box12{
  width: 27.64%;
  top: 0;
  left: 51.46%;
  transition-delay: .2s;
}
.index_main .section1 .zw-box .box13{
  width: 7.77%;
  top: 21.72%;
  left: 70.31%;
  transition-delay: .4s;
}
.index_main .section1 .zw-box .box14{
  widows: 9%;
  left: 51.21%;
  bottom: 6.74%;
  transition-delay: .5s;
}
.index_main .section1 .zw-box .box15{
  width: 2.165%;
  bottom: 14.04%;
  left: 47.13%;
}
.index_main .section1 .zw-box .box15 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .8s;
}
.index_main .section1 .zw-box .box16{
  width: 2.165%;
  top: 26.21%;
  left: 81.65%;
  transition-delay: .6s;
}
.index_main .section1 .zw-box .box16 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .5s;
}
.index_main .section1 .zw-box .box17{
  width: 9.29%;
  left: 86.62%;
  top: 22.47%;
  transition-delay: .3s;
}
.index_main .section1 .zw-box .box18{
  width: 8.53%;
  right: 0;
  bottom: 37.45%;
  transition-delay: .4s;
}
.index_main .section1 .zw-box .box18 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .7s;
}
/* 政务 2020-6-22 */
/* 协同中台 2020-06-24*/
.index_main .section1 .item .txt_block a.xt{
  background-color: #108cee;
  color: #fff;
}
.index_main .section1 .item .txt_block a.xt:after{
  background-image: url('../images/index/icon6.svg');
}
.index_main .section1 .xt-box{
  width: 36%;
  max-width: 683px;
  position: absolute;
  right: 12.135%;
  bottom: 0;
  z-index: 2;
}
.index_main .section1 .xt-box img.bg{
  display: block;
  width: 100%;
}
.index_main .section1 .xt-box img{
  display: block;
  width: 100%;
}
.index_main .section1 .xt-box .box{
  position: absolute;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}
.index_main .section1 .item.active .xt-box .box{
  opacity: 1;
  transform: translateY(0);
}
.index_main .section1 .item.remove .xt-box .box{
  opacity: 0;
  transform: translateY(100%);
  transition-delay: 0s !important;
}
.index_main .section1 .xt-box .box1{
  width: 8.35%;
  left: 3.8%;
  bottom: 56.6%;
  transition-delay: .2s;
}
.index_main .section1 .xt-box .box1 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .2s;
}
.index_main .section1 .xt-box .box2{
  width: 8.35%;
  left: 29.28%;
  bottom: 21.58%;
  transition-delay: .5s;
}
.index_main .section1 .xt-box .box2 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .3s;
}
.index_main .section1 .xt-box .box3{
  width: 8.35%;
  left: 80.81%;
  bottom: 41%;
  transition-delay: .8s;
}
.index_main .section1 .xt-box .box3 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .6s;
}
.index_main .section1 .xt-box .box4{
  width: 8.35%;
  left: 87.84%;
  bottom: 87.76%;
  transition-delay: .4s;
}
.index_main .section1 .xt-box .box4 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .4s;
}
.index_main .section1 .xt-box .box5{
  width: 8.35%;
  left: 49.78%;
  bottom: 92.08%;
  transition-delay: .3s;
}
.index_main .section1 .xt-box .box5 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .7s;
}
.index_main .section1 .xt-box .box6{
  width: 15.08%;
  left: 6.14%;
  bottom: 79.49%;
  transition-delay: .4s;
}
.index_main .section1 .xt-box .box6 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .5s;
}
.index_main .section1 .xt-box .box7{
  width: 13.323%;
  left: 6.73%;
  bottom: 48.92%;
  transition-delay: .6s;
}
.index_main .section1 .xt-box .box7 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .3s;
}
.index_main .section1 .xt-box .box8{
  width: 13.323%;
  left: 32.5%;
  bottom: 13.84%;
  transition-delay: .7s;
}
.index_main .section1 .xt-box .box8 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .2s;
}
.index_main .section1 .xt-box .box9{
  width: 13.323%;
  left: 84.18%;
  bottom: 33.27%;
  transition-delay: .4s;
}
.index_main .section1 .xt-box .box9 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .8s;
}
.index_main .section1 .xt-box .box10{
  width: 13.323%;
  left: 91.5%;
  bottom: 80%;
  transition-delay: .8s;
}
.index_main .section1 .xt-box .box10 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .4s;
}
.index_main .section1 .xt-box .box11{
  width: 13.323%;
  left: 52.7%;
  bottom: 85.07%;
  transition-delay: .2s;
}
.index_main .section1 .xt-box .box11 img{
  animation: floatUserlive 2.5s infinite ease;
  animation-delay: .6s;
}
.index_main .section1 .xt-box .box12{
  width: 100%;
  left: 0;
  top: 0;
}
/* 协同中台 2020-06-24*/

/*薪巴巴*/
.index_main .section1 .item .txt_block a.xbb{
            background-color: #108cee;
            color: #fff;
        }
.index_main .section1 .item .txt_block a.xbb:after{
            background-image: url('../images/index/xbb-icon.svg');
        }
.index_main .section1 .xbb-box{
            width: 42%;
            max-width: 683px;
            position: absolute;
            right: 12.135%;
            bottom: 0;
            z-index: 2;
        }
.index_main .section1 .xbb-box img.bg{
            display: block;
            width: 100%;
        }
.index_main .section1 .xbb-box img{
            display: block;
            width: 100%;
        }
.index_main .section1 .xbb-box .box{
            position: absolute;
            opacity: 0;
            transform: translateY(-100%);
            transition: all 0.5s ease;
        }
.index_main .section1 .item.active .xbb-box .box{
            opacity: 1;
            transform: translateY(0);
        }
.index_main .section1 .item.remove .xbb-box .box{
            opacity: 0;
            transform: translateY(100%);
            transition-delay: 0s !important;
        }
.index_main .section1 .xbb-box .box1{
            width: 3.35%;
            left: 12.8%;
            bottom: 63.6%;
            transition-delay: .2s;
        }
.index_main .section1 .xbb-box .box1 img{
            animation: floatUserlive 2.5s infinite ease;
            animation-delay: .2s;
        }
.index_main .section1 .xbb-box .box2{
            width: 4.35%;
            left: 39.28%;
            bottom: 77.58%;
            transition-delay: .5s;
        }
.index_main .section1 .xbb-box .box2 img{
            animation: floatUserlive 2.5s infinite ease;
            animation-delay: .3s;
        }
.index_main .section1 .xbb-box .box3{
            width: 4.35%;
            left: 54.81%;
            bottom: 23%;
            transition-delay: .8s;
        }
.index_main .section1 .xbb-box .box3 img{
            animation: floatUserlive 2.5s infinite ease;
            animation-delay: .6s;
        }
.index_main .section1 .xbb-box .box4{
            width: 4.35%;
            left: 83.84%;
            bottom: 40.76%;
            transition-delay: .4s;
        }
.index_main .section1 .xbb-box .box4 img{
            animation: floatUserlive 2.5s infinite ease;
            animation-delay: .4s;
        }
.index_main .section1 .xbb-box .box5{
            width: 24.35%;
            left: 63.78%;
            bottom: 56.08%;
            transition-delay: .3s;
        }
        .index_main .section1 .xbb-box .box5 img{
            animation: floatUserlive 2.5s infinite ease;
            animation-delay: .7s;
        }
        .index_main .section1 .xbb-box .box6{
            width: 12.08%;
            left: 28.14%;
            bottom: 72.49%;
            transition-delay: .4s;
        }
        .index_main .section1 .xbb-box .box6 img{
            animation: floatUserlive 2.5s infinite ease;
            animation-delay: .5s;
        }
        .index_main .section1 .xbb-box .box7{
            width: 12.323%;
            left: 10.73%;
            bottom: 42.92%;
            transition-delay: .6s;
        }
        .index_main .section1 .xbb-box .box7 img{
            animation: floatUserlive 2.5s infinite ease;
            animation-delay: .3s;
        }
        .index_main .section1 .xbb-box .box8{
            width: 12.323%;
            left: 46.5%;
            bottom: 16.84%;
            transition-delay: .7s;
        }
        .index_main .section1 .xbb-box .box8 img{
            animation: floatUserlive 2.5s infinite ease;
            animation-delay: .2s;
        }
        .index_main .section1 .xbb-box .box9{
            width: 12.323%;
            left: 76.18%;
            bottom: 36.27%;
            transition-delay: .4s;
        }
        .index_main .section1 .xbb-box .box9 img{
            animation: floatUserlive 2.5s infinite ease;
            animation-delay: .8s;
        }
        .index_main .section1 .xbb-box .box10{
            width: 12.323%;
            left: 62.5%;
            bottom: 82%;
            transition-delay: .8s;
        }
        .index_main .section1 .xbb-box .box10 img{
            animation: floatUserlive 2.5s infinite ease;
            animation-delay: .4s;
        }
        .index_main .section1 .xbb-box .box11{
            width: 13.323%;
            left: 52.7%;
            bottom: 85.07%;
            transition-delay: .2s;
        }
        .index_main .section1 .xbb-box .box11 img{
            animation: floatUserlive 2.5s infinite ease;
            animation-delay: .6s;
        }
        .index_main .section1 .xbb-box .box12{
            width: 100%;
            left: 0;
            top: 0;
        }
  

/*2020-09-30 */

.solution-body a {
    color: #1c6af8
}
.baidu-nav-link3 {
    background-color: #f4f4f4;
    left: 0px;
    right: 0px;
    z-index: 999;
}

    .baidu-nav-link3 ul {
        display: block;
        text-align: center;
    }

        .baidu-nav-link3 ul li {
            display: inline-block;
            padding: 15px 0px;
        }

            .baidu-nav-link3 ul li a {
                color: #404040;
                font-size: 16px;
                text-decoration: none;
                padding: 0px 18px;
                border-right: solid 1px #CCCCCC;
            }

            .baidu-nav-link3 ul li:last-child a {
                border-right: none;
            }

.solution {
    width: 1000px;
    margin: 0 auto;
}

.solution-title {
    font-size: 1.8rem;
    font-weight:bold;
    text-align: center;
    padding: 0 1rem 1rem;
    border-bottom: 1px dotted #999;
    margin: 0 auto;
    margin-top: 2rem;
}

.solution-body {
    text-indent: 2rem;
    font-size: 1rem;
    padding: 1.66rem;
}

    .solution-body h2 {
        font-size: 1.8rem;
        padding-top: 20px;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .solution-body h3 {
        font-size: 1.33rem;
        padding-top: 20px;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .solution-body h4 {
        font-size: 1.2rem;
        padding-top: 15px;
        padding-bottom: 10px;
        font-weight: 600;
    }
    .solution-body h5 {
        font-size: 1rem;
        padding-top: 15px;
        padding-bottom: 10px;
        font-weight: 600;
    }
    .solution-body p {
        font-size: 1rem !important;
        line-height: 200%;
    }



    .solution-body img {
        max-width: 100%;
    }


    .solution-body td, .solution-body em {
        text-indent: 0;
    }

    .solution-body em {
        font-weight: bold;
    }
	
	    /*咨询内容*/
            .news-infor {
                position: relative;
                margin-top: 50px;
                padding: 30px 0;
                box-shadow: 0px 0px 8px 0px #e8e8e8;
            }

                .news-infor > a {
                    display: block;
                    margin: 0 auto;
                    margin-top: 20px;
                    width: 150px;
                    height: 40px;
                    line-height: 40px;
                    color: #da1e13;
                    border: 1px solid #da1e13;
                    font-size: 18px;
                    text-align: center;
                    background-color: #fff;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                }

                    .news-infor > a:hover {
                        background-color: #da1e13;
                        color: #fff;
                    }

                .news-infor:before {
                    content: '';
                    position: absolute;
                    display: block;
                    left: 0;
                    top: 428px;
                    height: 4px;
                    width: 20px;
                }

                .news-infor:after {
                    content: '';
                    position: absolute;
                    display: block;
                    right: 0;
                    top: 428px;
                    height: 4px;
                    width: 20px;
                }

            .news-top {
                padding-bottom: 30px;
                border-bottom: 1px solid #e4e4e4;
            }

            .news-infor li {
                float: left;
                padding: 0 20px;
                width: 50%;
                font-size: 14px;
            }

            .news-top .news-list {
                display: block;
                padding: 0 15px;
                text-align: center;
            }

                .news-top .news-list img {
                    height: 180px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                }

            .news-top .news-txt {
                margin: 40px 0 20px;
            }

            .news-top .news-time {
                float: left;
                padding: 10px;
                width: 80px;
                height: 80px;
                font-size: 14px;
                color: #666;
                border: 1px solid #666;
            }

                .news-top .news-time p {
                    margin-bottom: 2px;
                    font-size: 46px;
                }

            .news-top .news-title {
                margin-left: 110px;
                text-align: justify;
            }

                .news-top .news-title h3 {
                    margin-bottom: 10px;
                    height: 50px;
                    line-height: 25px;
                    color: #333;
                    font-size: 18px;
                    overflow: hidden;
                }

                .news-top .news-title span {
                    color: #444;
                    font-size: 16px;
                }

            .news-top .news-list > p {
                height: 50px;
                line-height: 25px;
                color: #666;
                font-size: 14px;
                text-align: justify;
                overflow: hidden;
            }

            .news-normal {
                margin-top: 15px;
            }

                .news-normal .news-list {
                    display: block;
                    padding: 0 15px;
                    height: 42px;
                    line-height: 42px;
                    color: #666;
                    font-size: 16px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                    .news-normal .news-list span {
                        margin-right: 20px
                    }

                    .news-normal .news-list:hover, .news-top .news-title h3:hover, .news-top .news-list > p:hover {
                        color: #00a0e9;
                    }
            /*猜你喜欢*/
    