@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);
  }
}
.wrapper {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.header {
  height: 72px;
}
.header .main {
  position: relative;
  height: 72px;
  background: #fff;
  box-shadow: 0, 0, 10px rgba(2, 2, 2, 0.1);
  font-size: 0;
  z-index: 9;
}
.header .main .nav {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 100%;
  position: relative;
}
.header .main .nav .nav_btn {
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.header .main .nav .nav_btn i {
  display: block;
  width: 30px;
  height: 19px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon1.png");
  -webkit-transition: margin 0.2s linear;
  -moz-transition: margin 0.2s linear;
  -ms-transition: margin 0.2s linear;
  transition: margin 0.2s linear;
}
.header .main .nav .nav_btn span {
  display: block;
  font-size: 14px;
  color: #324b5c;
  line-height: 1;
  margin-top: 5px;
  -webkit-transition: opacity 0.15s linear 0.2s;
  -moz-transition: opacity 0.15s linear 0.2s;
  -ms-transition: opacity 0.15s linear 0.2s;
  transition: opacity 0.15s linear 0.2s;
}
.header .main .nav .nav_cont {
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 5px 10px inset rgba(2, 2, 2, 0.1);
  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.35s, visibility 0.1s;
  -moz-transition: transform 0.3s, opacity 0.35s, visibility 0.1s;
  -ms-transition: transform 0.3s, opacity 0.35s, visibility 0.1s;
  transition: transform 0.3s, opacity 0.35s, visibility 0.1s;
  overflow: hidden;
}
.header .main .nav .nav_cont:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #e6e6e6;
  position: absolute;
  top: -10px;
  left: 25px;
}
.header .main .nav .nav_cont ul {
  width: 260px;
  padding: 1.5vw 0 4.5vw;
  background: #e6e6e6;
  height: calc(465px + 6vw);
}
.header .main .nav .nav_cont ul li {
  margin-top: 5px;
}
.header .main .nav .nav_cont ul li:first-of-type {
  margin-top: 0;
}
.header .main .nav .nav_cont ul li a.tit {
  display: block;
  font-size: 15px;
  line-height: 42px;
  color: #464646;
  padding: 0 30px;
}
.header .main .nav .nav_cont ul li a.tit:hover {
  transition-delay: 0s !important;
  background-color: #ededed;
  color: #108cee;
}
.header .main .nav .nav_cont ul li.menu > a.tit {
  background-repeat: no-repeat;
  background-position: 85% center;
  background-image: url("../images/icon14.png");
}
.header .main .nav .nav_cont ul li.menu > a.tit:hover {
  background-image: url("../images/icon15.png");
}
.header .main .nav .nav_cont ul li.open > a.tit {
  color: #108cee;
  background-color: #f0f0f0;
  background-image: url("../images/icon15.png");
}
.header .main .nav .nav_cont ul li.open > .block {
  width: 520px;
  z-index: 3;
  visibility: visible;
}
.header .main .nav .nav_cont ul li.open > .block > ul {
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-delay: .2s;
}
.header .main .nav .nav_cont ul li.open > .block > ul > h3 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0.2s, 0.3s;
}
.header .main .nav .nav_cont ul li.open > .block > ul > li > a.tit {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0.2s, 0.3s;
}
.header .main .nav .nav_cont ul li.open > .block > ul > li:nth-of-type(2) > a.tit {
  transition-delay: 218ms, 318ms;
}
.header .main .nav .nav_cont ul li.open > .block > ul > li:nth-of-type(3) > a.tit {
  transition-delay: 236ms, 336ms;
}
.header .main .nav .nav_cont ul li.open > .block > ul > li:nth-of-type(4) > a.tit {
  transition-delay: 254ms, 354ms;
}
.header .main .nav .nav_cont ul li.open > .block > ul > li:nth-of-type(5) > a.tit {
  transition-delay: 272ms, 372ms;
}
.header .main .nav .nav_cont ul li.open > .block > ul > li:nth-of-type(6) > a.tit {
  transition-delay: 290ms, 390ms;
}
.header .main .nav .nav_cont ul li.open > .block > ul > li:nth-of-type(7) > a.tit {
  transition-delay: 308ms, 408ms;
}
.header .main .nav .nav_cont ul li.open > .block > ul > li:nth-of-type(8) > a.tit {
  transition-delay: 326ms, 426ms;
}
.header .main .nav .nav_cont ul li.open > .block > ul > li:nth-of-type(9) > a.tit {
  transition-delay: 344ms, 444ms;
}
.header .main .nav .nav_cont ul li.open > .block > ul > a.more {
  opacity: 1;
  transition-delay: .5s;
}
.header .main .nav .nav_cont ul li.close .block {
  visibility: hidden;
}
.header .main .nav .nav_cont ul li.close .block ul.ul {
  transition-delay: 0s;
}
.header .main .nav .nav_cont ul a.more {
  position: absolute;
  bottom: 2vw;
  left: 30px;
  font-size: 15px;
  color: #108cee;
  opacity: 0;
}
.header .main .nav .nav_cont ul.ul2 li.open > a.tit {
  background-color: #fafafa;
}
.header .main .nav .nav_cont ul.ul2 li:hover > a.tit {
  background-color: #fafafa;
}
.header .main .nav .nav_cont ul.ul3 li:hover > a.tit {
  background-color: #fff;
}
.header .main .nav .nav_cont .block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 260px;
  overflow: hidden;
  z-index: 1;
  visibility: hidden;
}
.header .main .nav .nav_cont .block ul.ul {
  width: 260px;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-delay: 1s;
}
.header .main .nav .nav_cont .block ul.ul.ul2 {
  background: #f0f0f0;
}
.header .main .nav .nav_cont .block ul.ul.ul3 {
  background: #fafafa;
}
.header .main .nav .nav_cont .block ul.ul h3 {
  font-size: 16px;
  color: #464646;
  margin: 0 30px 5px;
  line-height: 42px;
  border-bottom: 1px solid #dddddd;
  opacity: 0;
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transition: transform 0.3s 1s, opacity 0.2s 0s;
  -moz-transition: transform 0.3s 1s, opacity 0.2s 0s;
  -ms-transition: transform 0.3s 1s, opacity 0.2s 0s;
  transition: transform 0.3s 1s, opacity 0.2s 0s;
}
.header .main .nav .nav_cont .block ul.ul li {
  overflow: hidden;
}
.header .main .nav .nav_cont .block ul.ul li a.tit {
  opacity: 0;
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transition: transform 0.3s 1s, opacity 0.2s 0s;
  -moz-transition: transform 0.3s 1s, opacity 0.2s 0s;
  -ms-transition: transform 0.3s 1s, opacity 0.2s 0s;
  transition: transform 0.3s 1s, opacity 0.2s 0s;
}
.header .main .nav .nav_cont .block ul.ul a.more {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.header .main .nav:hover .nav_btn i {
  margin-top: 19px;
  transition-delay: .1s;
  background-image: url("../images/icon2.png");
}
.header .main .nav:hover .nav_btn span {
  opacity: 0;
  transition-delay: 0s;
}
.header .main .nav:hover .nav_cont {
  overflow: inherit;
  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.35s, visibility 0s;
  -moz-transition: transform 0.3s, opacity 0.35s, visibility 0s;
  -ms-transition: transform 0.3s, opacity 0.35s, visibility 0s;
  transition: transform 0.3s, opacity 0.35s, visibility 0s;
}
.header .main .nav:hover .nav_cont .block {
  visibility: visible;
}
.header .main .logo {
  width: 200px;
  height: 100%;
  text-align: center;
  background: #108cee;
  display: inline-block;
  vertical-align: top;
}
.header .main .logo img {
  height: 40px;
}
.header .main .ope {
  float: right;
  padding-right: 30px;
}
.header .main .ope form, .header .main .ope a, .header .main .ope .contact {
  display: inline-block;
  vertical-align: middle;
}
.header .main .ope form {
  width: 225px;
  height: 42px;
  position: relative;
  padding-right: 40px;
  border: 1px solid transparent;
  -webkit-transition: border 0.2s linear;
  -moz-transition: border 0.2s linear;
  -ms-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.header .main .ope form.focus {
  border-color: #108cee;
}
.header .main .ope form.focus button {
  background-image: url("../images/icon8_on.svg");
}
.header .main .ope form input {
  padding: 0 10px;
  width: 100%;
  height: 100%;
  display: block;
}
.header .main .ope form .but01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 20px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header .main .ope form input.search {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 20px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


.header .main .ope form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px; display:none;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("../images/icon8.svg");
  background-size: 20px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .main .ope .link {
  font-size: 16px;
  color: #324b5c;
  line-height: 42px;
  padding-right: 30px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}
.header .main .ope a.btn {
  margin-left: 3vw;
  padding-top: 15px;
  padding-bottom: 15px;
  border:none; font-weight:normal;letter-spacing:0px; padding:15px 30px 15px 0px;
}
.header .main .ope a.btn.about {
  background-image: url("../images/icon9.svg");
}
.header .main .ope a.btn.product {
  background-image: url("../images/icon10.svg");
}
.header .main .ope a.btn:hover {
  color: #108cee;
}
.header .main .ope a.btn.about:hover {
  background-image: url("../images/icon9_on.svg");
}
.header .main .ope a.btn.product:hover {
  background-image: url("../images/icon10_on.svg");
}
.header .main .ope .contact {
  margin-left: 3vw;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .main .ope .contact .link {
  background-image: url("../images/icon11.svg");
}
.header .main .ope .contact .hover {
  position: absolute;
  top: 100%;
  right: 0;
  background: #f5f5f5;
  padding: 5px 35px;
  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;
}
.header .main .ope .contact .hover:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 14px solid #f5f5f5;
  position: absolute;
  top: -14px;
  right: 40px;
}
.header .main .ope .contact .hover .item {
  padding: 30px 0;
  overflow: hidden;
  padding-right: 3vw;
}
.header .main .ope .contact .hover .item i {
  float: left;
  width: 60px;
  height: 60px;
  background-color: #108cee;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.header .main .ope .contact .hover .item h3 {
  margin-left: 76px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  margin-top: 5px;
}
.header .main .ope .contact .hover .item p {
  margin-left: 76px;
  font-size: 16px;
  color: #808080;
  white-space: nowrap;
  margin-top: 10px;
}
.header .main .ope .contact .hover .item a {
  margin-left: 76px;
  margin-top: 20px;
  font-size: 16px;
  color: #108cee;
  display: block;
}
.header .main .ope .contact .hover .item a:hover {
  color: #0056a5;
}
.header .main .ope .contact .hover .item:nth-of-type(1) {
  border-bottom: 1px solid #e6e6e6;
}
.header .main .ope .contact .hover .item:nth-of-type(1) i {
  background-image: url("../images/icon12.svg");
}
.header .main .ope .contact .hover .item:nth-of-type(2) i {
  background-image: url("../images/icon13.svg");
}
.header .main .ope .contact:hover .link {
  color: #108cee;
  background-image: url("../images/icon11_on.svg");
}
.header .main .ope .contact: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;
}

.footer {
  background: #091924;
  padding-top: 4.58vw;
}
.footer .main {
  position: relative;
  text-align: center;
  font-size: 0;
  padding-left: 4.5vw;
}
.footer .main .left {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 4vw;
  background: url("../images/icon3.svg") left top no-repeat;
  background-size: 2.6vw auto;
  text-align: left;
}
.footer .main .left .item:nth-of-type(1) {
  margin-bottom: 30px;
}
.footer .main .left .item h3 {
  font-size: 18px;
  color: #fff;
}
.footer .main .left .item p {
  font-family: 'DIN';
  font-size: 32px;
  color: #108cee;
}
.footer .main .center {
  display: inline-block;
  padding: 0 7.8vw;
  text-align: left;
  border-left: 1px solid #3a4750;
  border-right: 1px solid #3a4750;
}
.footer .main .center .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 4vw;
}
.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 .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 .main .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  text-align: left;
  font-size: 0;
}
.footer .main .right .box {
  width: 40px;
  height: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.footer .main .right .box i {
  width: 18px;
  height: 18px;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .main .right .box .hover {
  position: absolute;
  top: 28px;
  left: 0;
}
.footer .main .right .box .hover:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -5px;
  left: 5px;
}
.footer .main .right .box:nth-of-type(1) i {
  background-image: url("../images/icon4_on.svg");
  background-size: 18px auto;
}
.footer .main .right .box:nth-of-type(1) .hover {
  width: 170px;
}
.footer .main .right .box:nth-of-type(1) .hover .tab_c {
  width: 140px;
}
.footer .main .right .box:nth-of-type(1) .hover .tab_c .child {
  display: none;
}
.footer .main .right .box:nth-of-type(1) .hover .tab_c img {
  width: 140px;
  display: block;
}
.footer .main .right .box:nth-of-type(1) .hover .tab_c p {
  font-size: 14px;
  color: #c7c7c7;
  margin-top: 10px;
  line-height: 1;
}
.footer .main .right .box:nth-of-type(1) .hover .tab_t {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.footer .main .right .box:nth-of-type(1) .hover .tab_t span {
  display: block;
  width: 30px;
  height: 70px;
  line-height: 16px;
  font-size: 14px;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
  background: #108cee;
  cursor: pointer;
}
.footer .main .right .box:nth-of-type(1) .hover .tab_t span.active {
  background: #fff;
  color: #108cee;
}
.footer .main .right .box:nth-of-type(2) i {
  background-image: url("../images/icon5.svg");
  background-size: 16px auto;
}
.footer .main .right .box:nth-of-type(2) .hover {
  width: 130px;
  background: #fff;
  padding: 15px 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -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;
}
.footer .main .right .box:nth-of-type(2) .hover a {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 0 5px 0 5px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #108cee;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .main .right .box:nth-of-type(2) .hover a.sina {
  background-image: url("../images/icon6.png");
}
.footer .main .right .box:nth-of-type(2) .hover a.qq {
  background-image: url("../images/icon7.png");
}
.footer .main .right .box:nth-of-type(2):hover i {
  background-image: url("../images/icon5_on.svg");
}
.footer .main .right .box:nth-of-type(2):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;
}
.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_right {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
  display: none;
}
.fixed_right .block {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  position: relative;
}
.fixed_right .block .show {
  height: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  padding-top: 10px;
}
.fixed_right .block .show i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  -webkit-transition: transform 0.35s ease, opacity 0.4s ease;
  -moz-transition: transform 0.35s ease, opacity 0.4s ease;
  -ms-transition: transform 0.35s ease, opacity 0.4s ease;
  transition: transform 0.35s ease, opacity 0.4s ease;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 40px auto;
}
.fixed_right .block .show span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  -webkit-transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  -moz-transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  -ms-transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
}
.fixed_right .block .shiyong {
  width: 250px;
  position: absolute;
  right: 90px;
  top: -10px;
  background: #00758f;
  box-shadow: 0 0 10px rgba(0, 117, 143, 0.3);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fixed_right .block .shiyong h3 {
  font-size: 18px;
  color: #fff;
}
.fixed_right .block .shiyong a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #00758f;
  background: #fff;
  margin-top: 15px;
  text-align: center;
}
.fixed_right .block .shiyong:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid #00758f;
  position: absolute;
  left: 100%;
  top: 30px;
}
.fixed_right .block .zixun {
  width: 250px;
  position: absolute;
  right: 90px;
  top: -35px;
  background: #942645;
  box-shadow: 0 0 10px rgba(148, 38, 69, 0.3);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fixed_right .block .zixun h3 {
  font-size: 18px;
  color: #fff;
}
.fixed_right .block .zixun a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #942645;
  background: #fff;
  text-align: center;
  margin-top: 20px;
}
.fixed_right .block .zixun a:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.fixed_right .block .zixun a.pre:before {
  background-image: url("../images/icon20.png");
}
.fixed_right .block .zixun a.after:before {
  background-image: url("../images/icon21.png");
}
.fixed_right .block .zixun:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid #942645;
  position: absolute;
  left: 100%;
  top: 55px;
}
.fixed_right .block .input {
  width: 250px;
  position: absolute;
  right: 90px;
  top: -10px;
  background: #f29111;
  box-shadow: 0 0 10px rgba(242, 145, 17, 0.3);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fixed_right .block .input h3 {
  font-size: 18px;
  color: #fff;
}
.fixed_right .block .input form {
  display: block;
  position: relative;
  padding-right: 75px;
  margin-top: 10px;
}
.fixed_right .block .input form input {
  width: 100%;
  height: 36px;
  border: 1px solid #fff;
  border-right: none;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  background: #f4910f;
}
.fixed_right .block .input form input::-webkit-input-placeholder {
  color: #fff;
}
.fixed_right .block .input form input::-moz-placeholder {
  color: #fff;
}
.fixed_right .block .input form input:-moz-placeholder {
  color: #fff;
}
.fixed_right .block .input form input:-ms-input-placeholder {
  color: #fff;
}
.fixed_right .block .input form #callBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 36px;
  background: #ffffff;
  font-size: 14px;
  color: #f4910f;
  cursor: pointer;
}

.fixed_right .block .input form button {
  position: absolute; display:none;
  top: 0;
  right: 0;
  width: 75px;
  height: 36px;
  background: #ffffff;
  font-size: 14px;
  color: #f4910f;
  cursor: pointer;
}
.fixed_right .block .input:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid #f29111;
  position: absolute;
  left: 100%;
  top: 30px;
}
.fixed_right .block:nth-of-type(1) .show i {
  background-image: url("../images/icon16_on.png");
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.fixed_right .block:nth-of-type(1) .show span {
  background-image: url("../images/icon24.png");
}
.fixed_right .block:nth-of-type(2) .show i {
  background-image: url("../images/icon17_on.png");
}
.fixed_right .block:nth-of-type(2) .show span {
  background-image: url("../images/icon25.png");
}
.fixed_right .block:nth-of-type(3) .show i {
  background-image: url("../images/icon18_on.png");
}
.fixed_right .block:nth-of-type(3) .show span {
  background-image: url("../images/icon26.png");
}
.fixed_right .block:nth-of-type(4) .show {
  background-image: url("../images/icon19.png");
}
.fixed_right .block.open .show i {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.fixed_right .block.open .show span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.fixed_right .block.open .shiyong {
  right: 60px;
  opacity: 1;
  visibility: visible;
}
.fixed_right .block.open .zixun {
  right: 60px;
  opacity: 1;
  visibility: visible;
}
.fixed_right .block.open .input {
  right: 60px;
  opacity: 1;
  visibility: visible;
}

.fixed_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}

@media screen and (max-width: 1500px) {
  .header {
    height: 60px!important;
  }

  .header .main {
    height: 60px;
  }

  .header .main .ope a.btn {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .header .main .ope .link {
    font-size: 14px;
  }

  .header .main .ope .contact {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .header .main .ope .contact .hover {
    padding: 5 25px;
  }

  .header .main .ope .contact .hover .item {
    padding: 20px 0;
  }

  .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;
}

.video_pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: none;
}
.video_pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video_pop .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/close.png") center no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
.video_pop .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video_pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  max-height: 60vh;
  max-width: 60vw;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index_main .section1 {
  position: relative;
}
.index_main .section1 .item {
  height: 640px;
  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 video {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.index_main .section1 .item .video_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.index_main .section1 .item .txt_right {
  float: right;
}
.index_main .section1 .item .txt_block {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.index_main .section1 .item .txt_block .par_txt {
  position: relative;
}
.index_main .section1 .item .txt_block h2 {
  font-size: 42px;
  color: #fff;
}
.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 .txt_block a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: 0 50px 0 20px;
  position: relative;
  min-width: 170px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index_main .section1 .item .txt_block a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index_main .section1 .item .txt_block a:hover:after {
  right: 30px;
}
.index_main .section1 .item .txt_block a.btn1 {
  background: #fff;
  color: #108cee;
  line-height: 48px;
}
.index_main .section1 .item .txt_block a.btn1:after {
  background-image: url("../images/index/icon5.svg");
}
.index_main .section1 .item .txt_block a.btn1:hover {
  background: #108cee;
  color: #fff;
}
.index_main .section1 .item .txt_block a.btn1:hover:after {
  background-image: url("../images/index/icon6.svg");
}
.index_main .section1 .item .txt_block a.btn1.color1 {
  color: #11487d;
}
.index_main .section1 .item .txt_block a.btn1.color1:after {
  background-image: url("../images/index/icon6_9.svg");
}
.index_main .section1 .item .txt_block a.btn1.color1:hover {
  color: #fff;
  background: #11487d;
}
.index_main .section1 .item .txt_block a.btn1.color1:hover:after {
  background-image: url("../images/index/icon6.svg");
}
.index_main .section1 .item .txt_block a.btn1.color2 {
  color: #f29111;
}
.index_main .section1 .item .txt_block a.btn1.color2:after {
  background-image: url("../images/index/icon6_10.svg");
}
.index_main .section1 .item .txt_block a.btn1.color2:hover {
  color: #fff;
  background: #f29111;
}
.index_main .section1 .item .txt_block a.btn1.color2:hover:after {
  background-image: url("../images/index/icon6.svg");
}
.index_main .section1 .item .txt_block a.btn1.color3 {
  color: #e50e73;
}
.index_main .section1 .item .txt_block a.btn1.color3:after {
  background-image: url("../images/index/icon6_11.svg");
}
.index_main .section1 .item .txt_block a.btn1.color3:hover {
  color: #fff;
  background: #e50e73;
}
.index_main .section1 .item .txt_block a.btn1.color3:hover:after {
  background-image: url("../images/index/icon6.svg");
}
.index_main .section1 .item .txt_block a.btn2 {
  margin-left: 24px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 46px;
}
.index_main .section1 .item .txt_block a.btn2:after {
  background-image: url("../images/index/icon6.svg");
}
.index_main .section1 .item .txt_block a.btn2:hover {
  background: #108cee;
  border-color: #108cee;
}
.index_main .section1 .item .txt_block a.btn2:hover:after {
  background-image: url("../images/index/icon6.svg");
}
.index_main .section1 .item .txt_block a.btn2.color1:hover {
  background: #11487d;
  border-color: #11487d;
}
.index_main .section1 .item .txt_block a.btn2.color1:hover:after {
  background-image: url("../images/index/icon6.svg");
}
.index_main .section1 .item .txt_block a.btn2.color2:after {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url("../images/index/icon6_8.svg");
  background-size: 16px 16px;
}
.index_main .section1 .item .txt_block a.btn2.color2:hover {
  background: #f29111;
  border-color: #f29111;
}
.index_main .section1 .item .txt_block a.btn2.color2:hover:after {
  background-image: url("../images/index/icon6_8.svg");
  background-size: 16px 16px;
}
.index_main .section1 .item .txt_block a.btn2.color3:hover {
  background: #e50e73;
  border-color: #e50e73;
}
.index_main .section1 .item .txt_block a.btn2.color3:hover:after {
  background-image: url("../images/index/icon6.svg");
}
.index_main .section1 .item .txt_block a.btn2.color4:after {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url("../images/index/icon6_8.svg");
  background-size: 16px 16px;
}
.index_main .section1 .item .txt_block a.btn2.color4:hover:after {
  background-image: url("../images/index/icon6_8.svg");
  background-size: 16px 16px;
}
.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: 0;
  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 .section4 {
  padding: 5.5vw 0;
  position: relative;
}
.index_main .section4 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index_main .section4 .wrapper {
  z-index: 2;
  font-size: 0;
}
.index_main .section4 .wrapper .left {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}
.index_main .section4 .wrapper .left .comm_title {
  text-align: left;
}
.index_main .section4 .wrapper .left .comm_title h3 {
  color: #fff;
  white-space: nowrap;
}
.index_main .section4 .wrapper .left .items {
  margin-top: 1.6vw;
  max-width: 180px;
}
.index_main .section4 .wrapper .left .items .item {
  display: inline-block;
  margin-top: 6px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.index_main .section4 .wrapper .left .items .item:after {
  content: '';
  width: 7px;
  height: 12px;
  background: url("../images/index/icon6.svg") center no-repeat;
  background-size: auto 12px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 35px;
}
.index_main .section4 .wrapper .left .items .item.active, .index_main .section4 .wrapper .left .items .item:hover {
  background: #108cee;
  padding: 0 20px;
}
.index_main .section4 .wrapper .right {
  width: 65%;
  margin-left: 3%;
  display: inline-block;
  vertical-align: top;
}
.index_main .section4 .wrapper .right .child {
  position: relative;
  height: 0;
  overflow: hidden;
}
.index_main .section4 .wrapper .right .child .slick {
  padding-bottom: calc(2.5vw + 12px);
}
.index_main .section4 .wrapper .right .child .item {
  padding-right: 24px;
  opacity: 0;
  position: relative;
}
.index_main .section4 .wrapper .right .child .item .img_block {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index_main .section4 .wrapper .right .child .item .img_block img {
  width: 100%;
  display: block;
}
.index_main .section4 .wrapper .right .child .item .img_block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(17, 72, 125, 0.6);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.index_main .section4 .wrapper .right .child .item .txt_block {
  background: #fff;
  padding: 35px 20px;
  background: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  z-index: 2;
}
.index_main .section4 .wrapper .right .child .item .txt_block h3 {
  font-size: 24px;
  color: #333;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.index_main .section4 .wrapper .right .child .item .txt_block p {
  font-size: 16px;
  color: #808080;
  line-height: 26px;
  height: 52px;
  margin-top: 6px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.index_main .section4 .wrapper .right .child .item a.btn {
  display: block;
  width: 180px;
  line-height: 44px;
  border: 2px solid #fff;
  position: relative;
  margin: -24px 0 0 20px;
  font-size: 16px;
  color: #fff;
  background: #11487d;
  padding-left: 20px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 0;
  z-index: 3;
}
.index_main .section4 .wrapper .right .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.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-image: url("../images/index/icon6.svg");
}
.index_main .section4 .wrapper .right .child .item:hover .img_block:before {
  opacity: 1;
}
.index_main .section4 .wrapper .right .child .item:hover .txt_block {
  background: #11487d;
  padding-bottom: 70px;
  margin-top: -35px;
}
.index_main .section4 .wrapper .right .child .item:hover .txt_block h3, .index_main .section4 .wrapper .right .child .item:hover .txt_block p {
  color: #fff;
}
.index_main .section4 .wrapper .right .child .item:hover a.btn {
  opacity: 1;
}
.index_main .section4 .wrapper .right .child .item:hover a.btn:after {
  right: 30px;
}
.index_main .section4 .wrapper .right .child .slick-dots {
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.index_main .section4 .wrapper .right .child .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 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
.index_main .section4 .wrapper .right .child .slick-dots li:hover {
  background-color: #108cee;
}
.index_main .section4 .wrapper .right .child .slick-dots li.slick-active {
  width: 36px;
  background-color: #108cee;
}
.index_main .section4 .wrapper .right .child .slick-dots button {
  display: none;
}
.index_main .section4 .wrapper .right .child .slick_btn {
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon6.svg");
  background-size: auto 12px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.index_main .section4 .wrapper .right .child .slick_btn.prev {
  left: calc(50% - 70px);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.index_main .section4 .wrapper .right .child .slick_btn.next {
  right: calc(50% - 70px);
}
.index_main .section4 .wrapper .right .child.active {
  height: auto;
}
.index_main .section4 .wrapper .right .child.active .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 .section4 .wrapper .right .child.active .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 .section4 .wrapper .right .child.active .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 .section4 .wrapper .right .child.active .item:nth-of-type(4) {
  -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 .section4 .wrapper .right .child.active .item:nth-of-type(5) {
  -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 .section4 .wrapper .right .child.active .item:nth-of-type(6) {
  -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 .section4 .wrapper .right .child.active .item:nth-of-type(7) {
  -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 .section4 .wrapper .right .child.active .item:nth-of-type(8) {
  -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 .section4 .wrapper .right .child.active .item:nth-of-type(9) {
  -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 .section5 {
  padding: 4.5vw 0;
}
.index_main .section5 .tab_title {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}
.index_main .section5 .tab_title span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #4c4c4c;
  line-height: 48px;
  padding: 0 40px;
  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 .section5 .tab_title span.new {
  position: relative;
}
.index_main .section5 .tab_title span.new:after {
  content: '新';
  position: absolute;
  right: 5px;
  top: 5px;
  color: red;
  font-size: 14px;
  line-height: 1;
  -webkit-animation: fade 4s linear infinite;
  -moz-animation: fade 4s linear infinite;
  -ms-animation: fade 4s linear infinite;
  animation: fade 4s linear infinite;
}
.index_main .section5 .tab_title span.active, .index_main .section5 .tab_title span:hover {
  background: #108cee;
  color: #fff;
}
.index_main .section5 .tab_title span.active:after, .index_main .section5 .tab_title span:hover:after {
  display: none;
}
.index_main .section5 .tab_content {
  margin-top: 3vw;
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
  text-align: center;
}
.index_main .section5 .tab_content .child {
  display: none;
}
.index_main .section5 .tab_content .item {
  width: 11.11%;
  display: inline-block;
  vertical-align: top;
}
.index_main .section5 .tab_content .item .icon {
  height: 70px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 80px auto;
}
.index_main .section5 .tab_content .item .icon.icon6 {
  background-image: url("../images/icon/icon6_on.png");
}
.index_main .section5 .tab_content .item .icon.icon7 {
  background-image: url("../images/icon/icon7_on.png");
}
.index_main .section5 .tab_content .item .icon.icon8 {
  background-image: url("../images/icon/icon8_on.png");
}
.index_main .section5 .tab_content .item .icon.icon9 {
  background-image: url("../images/icon/icon9_on.png");
}
.index_main .section5 .tab_content .item .icon.icon10 {
  background-image: url("../images/icon/icon10_on.png");
}
.index_main .section5 .tab_content .item .icon.icon11 {
  background-image: url("../images/icon/icon11_on.png");
}
.index_main .section5 .tab_content .item .icon.icon12 {
  background-image: url("../images/icon/icon12_on.png");
}
.index_main .section5 .tab_content .item .icon.icon13 {
  background-image: url("../images/icon/icon13_on.png");
}
.index_main .section5 .tab_content .item .icon.icon14 {
  background-image: url("../images/icon/icon14_on.png");
}
.index_main .section5 .tab_content .item .icon.icon15 {
  background-image: url("../images/icon/icon15_on.png");
}
.index_main .section5 .tab_content .item .icon.icon16 {
  background-image: url("../images/icon/icon16_on.png");
}
.index_main .section5 .tab_content .item .icon.icon17 {
  background-image: url("../images/icon/icon17_on.png");
}
.index_main .section5 .tab_content .item .icon.icon18 {
  background-image: url("../images/icon/icon18_on.png");
}
.index_main .section5 .tab_content .item .icon.icon19 {
  background-image: url("../images/icon/icon19_on.png");
}
.index_main .section5 .tab_content .item .icon.icon20 {
  background-image: url("../images/icon/icon20_on.png");
}
.index_main .section5 .tab_content .item .icon.icon21 {
  background-image: url("../images/icon/icon21_on.png");
}
.index_main .section5 .tab_content .item .icon.icon22 {
  background-image: url("../images/icon/icon22_on.png");
}
.index_main .section5 .tab_content .item .icon.icon23 {
  background-image: url("../images/icon/icon23_on.png");
}
.index_main .section5 .tab_content .item .icon.icon24 {
  background-image: url("../images/icon/icon24_on.png");
}
.index_main .section5 .tab_content .item .icon.icon25 {
  background-image: url("../images/icon/icon25_on.png");
}
.index_main .section5 .tab_content .item .icon.icon26 {
  background-image: url("../images/icon/icon26_on.png");
}
.index_main .section5 .tab_content .item .icon.icon27 {
  background-image: url("../images/icon/icon27_on.png");
}
.index_main .section5 .tab_content .item .icon.icon28 {
  background-image: url("../images/icon/icon28_on.png");
}
.index_main .section5 .tab_content .item .icon.icon29 {
  background-image: url("../images/icon/icon29_on.png");
}
.index_main .section5 .tab_content .item .icon.icon30 {
  background-image: url("../images/icon/icon30_on.png");
}
.index_main .section5 .tab_content .item h3 {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
  text-transform: uppercase;
}
.index_main .section5 .tab_content .item.new h3:before {
  content: '';
  width: 28px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon17.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 3px 0 0;
}
.index_main .section6 {
  position: relative;
}
.index_main .section6 .video_block {
  position: relative;
  height: 720px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4.5vw;
  background-attachment: fixed;
  background-image: url("../images/index/img38.jpg");
  overflow: hidden;
  z-index: 1;
}
.index_main .section6 .video_block video {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.index_main .section6 .video_block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.index_main .section6 .video_block .wrapper {
  z-index: 3;
}
.index_main .section6 .video_block .comm_title h3, .index_main .section6 .video_block .comm_title p {
  color: #fff;
}
.index_main .section6 .video_block a.video_btn {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-top: 6.5vw;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon11.svg");
  background-size: 40px 40px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index_main .section6 .video_block a.video_btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index_main .section6 .video_block a.video_btn:hover {
  background-image: url("../images/index/icon11_on.svg");
}
.index_main .section6 .video_block a.video_btn:hover:after {
  border-color: #108cee;
  box-shadow: 0 0 30px rgba(16, 140, 238, 0.5);
}
.index_main .section6 .txt_block {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  z-index: 2;
}
.index_main .section6 .txt_block .main {
  background-color: #11487d;
  background-image: url("../images/index/img111.jpg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 3vw 6vw;
  box-shadow: 0 20px 40px rgba(17, 72, 125, 0.4);
}
.index_main .section6 .txt_block .box {
  position: relative;
}
.index_main .section6 .txt_block .box p {
  font-size: 18px;
  line-height: 2;
  color: #fff;
}
.index_main .section6 .txt_block .box p.mt {
  margin-top: 36px;
  text-align: right;
}
.index_main .section6 .txt_block .box p.mt span {
  font-size: 14px;
  margin-left: 5px;
}
.index_main .section6 .txt_block .box a {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 180px;
  font-size: 14px;
  line-height: 38px;
  padding-left: 20px;
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index_main .section6 .txt_block .box a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon6.svg");
  background-size: auto 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index_main .section6 .txt_block .box a:hover {
  background: #fff;
  color: #11487d;
}
.index_main .section6 .txt_block .box a:hover:after {
  background-image: url("../images/index/icon6_1.svg");
  right: 30px;
}
.index_main .section7 {
  padding: 7vw 0 2vw;
  background: #f2f2f2;
}
.index_main .section7 .main {
  position: relative;
}
.index_main .section7 .main .left {
  position: absolute;
  left: 0;
  top: 3vw;
}
.index_main .section7 .main .left .item {
  position: relative;
  margin-bottom: 3.5vw;
}
.index_main .section7 .main .left .item:last-of-type {
  margin-bottom: 0;
}
.index_main .section7 .main .left .item:before {
  content: '';
  width: 120px;
  height: 1px;
  background: #d9d9d9;
  display: block;
}
.index_main .section7 .main .left .item h3 {
  font-size: 18px;
  color: #4c4c4c;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  transform-origin: left center;
}
.index_main .section7 .main .left .item h3 span {
  display: inline-block;
  font-size: 60px;
  color: #108cee;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index_main .section7 .main .left .item p {
  font-size: 16px;
  color: #4c4c4c;
  margin-top: 5px;
}
.index_main .section7 .main .left .item:hover h3 {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.index_main .section7 .main .left .item:hover h3 span {
  text-shadow: 0 15px 15px rgba(16, 140, 238, 0.4);
}
/*.index_main .section7 .main .right {
  width: 76%;
  margin-left: 24%;
  position: relative;
}
.index_main .section7 .main .right .map img {
  display: block;
  width: 100%;
}
.index_main .section7 .main .right .dot {
  position: absolute;
  width: 20px;
  height: 20px;
}
.index_main .section7 .main .right .dot i {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/index/icon12.png") center no-repeat;
  cursor: pointer;
}
.index_main .section7 .main .right .dot span {
  font-size: 12px;
  color: #6d83b2;
  position: absolute;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index_main .section7 .main .right .dot .content {
  position: absolute;
  padding-right: 80px;
  right: 0;
  bottom: -10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index_main .section7 .main .right .dot .content .icon {
  width: 16px;
  height: 20px;
  background: url("../images/index/icon13.svg") center no-repeat;
  background-size: auto 20px;
  position: absolute;
  right: 2px;
  bottom: 20px;
  z-index: 3;
}
.index_main .section7 .main .right .dot .content .rings {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d9edfc;
  position: absolute;
  right: 3px;
  bottom: 13px;
}
.index_main .section7 .main .right .dot .content .rings .ring {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border: 1px solid #d9edfc;
  border-radius: 50%;
}
.index_main .section7 .main .right .dot .content .line {
  width: 71px;
  height: 35px;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon14.png");
  position: absolute;
  right: 9px;
  bottom: 20px;
  z-index: 2;
}
.index_main .section7 .main .right .dot .content .box {
  padding: 1vw;
  text-align: center;
  background: #108cee;
  box-shadow: 0 10px 20px rgba(16, 140, 238, 0.4);
  position: relative;
  z-index: 3;
}
.index_main .section7 .main .right .dot .content .box p {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}
.index_main .section7 .main .right .dot .content .box a {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
.index_main .section7 .main .right .dot .content .box a:hover {
  text-decoration: underline;
}
.index_main .section7 .main .right .dot.active {
  z-index: 2;
}
.index_main .section7 .main .right .dot.active span {
  font-size: 14px;
  color: #108cee;
}
.index_main .section7 .main .right .dot.active .content {
  opacity: 1;
  visibility: visible;
}
.index_main .section7 .main .right .dot.active .content .rings .ring {
  -webkit-animation: rings 2.1s linear infinite;
  -moz-animation: rings 2.1s linear infinite;
  -ms-animation: rings 2.1s linear infinite;
  animation: rings 2.1s linear infinite;
}
.index_main .section7 .main .right .dot.active .content .rings .ring:nth-of-type(2) {
  animation-delay: .7s;
}
.index_main .section7 .main .right .dot.active .content .rings .ring:nth-of-type(3) {
  animation-delay: 1.4s;
}
.index_main .section7 .main .right .dot.left_p .content {
  left: 0;
  right: auto;
  padding-left: 80px;
  padding-right: 0;
}
.index_main .section7 .main .right .dot.left_p .content .icon {
  left: 2px;
  right: auto;
}
.index_main .section7 .main .right .dot.left_p .content .rings {
  left: 3px;
  right: auto;
}
.index_main .section7 .main .right .dot.left_p .content .line {
  left: 9px;
  right: auto;
  background-image: url("../images/index/icon16.png");
  background-position: top left;
}
.index_main .section7 .main .right .dot.left_p .content .box {
  float: right;
}
.index_main .section7 .main .right .dot:hover span {
  color: #108cee;
}
.index_main .section7 .main .right .dot.beijing {
  top: 37.5%;
  right: 32.8%;
}
.index_main .section7 .main .right .dot.beijing span {
  top: -10px;
  right: 120%;
}
.index_main .section7 .main .right .dot.heilongjiang {
  top: 14.7%;
  right: 14.6%;
}
.index_main .section7 .main .right .dot.heilongjiang span {
  top: 100%;
  left: 0;
}
.index_main .section7 .main .right .dot.jilin {
  top: 24.7%;
  right: 12.7%;
}
.index_main .section7 .main .right .dot.jilin span {
  top: 100%;
  left: 10px;
}
.index_main .section7 .main .right .dot.liaoning {
  top: 32.6%;
  right: 17.3%;
}
.index_main .section7 .main .right .dot.liaoning span {
  top: 2px;
  left: 120%;
}
.index_main .section7 .main .right .dot.neimenggu {
  top: 27.2%;
  right: 32.3%;
}
.index_main .section7 .main .right .dot.neimenggu span {
  top: 2px;
  left: 120%;
}
.index_main .section7 .main .right .dot.tianjin {
  top: 42%;
  right: 29.6%;
}
.index_main .section7 .main .right .dot.tianjin span {
  top: 15px;
  left: 120%;
}
.index_main .section7 .main .right .dot.hebei {
  top: 41.48%;
  right: 33.3%;
}
.index_main .section7 .main .right .dot.hebei span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.shandong {
  top: 46.8%;
  right: 26.9%;
}
.index_main .section7 .main .right .dot.shandong span {
  top: 0;
  left: 120%;
}
.index_main .section7 .main .right .dot.shanxi1 {
  top: 47.1%;
  right: 36.9%;
}
.index_main .section7 .main .right .dot.shanxi1 span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.henan {
  top: 50.9%;
  right: 33.75%;
}
.index_main .section7 .main .right .dot.henan span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.jiangsu {
  top: 53.6%;
  right: 27%;
}
.index_main .section7 .main .right .dot.jiangsu span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.suzhou {
  top: 54.6%;
  right: 23.45%;
}
.index_main .section7 .main .right .dot.suzhou span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.anhui {
  top: 56.2%;
  right: 30%;
}
.index_main .section7 .main .right .dot.anhui span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.zhejiang {
  top: 66%;
  right: 23.72%;
}
.index_main .section7 .main .right .dot.zhejiang span {
  top: -100%;
  left: -100%;
}
.index_main .section7 .main .right .dot.shanghai {
  top: 60.25%;
  right: 22.8%;
}
.index_main .section7 .main .right .dot.shanghai span {
  top: 2px;
  left: 120%;
}
.index_main .section7 .main .right .dot.jiangxi {
  top: 66.6%;
  right: 30.56%;
}
.index_main .section7 .main .right .dot.jiangxi span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.fujian {
  top: 72.5%;
  right: 27.37%;
}
.index_main .section7 .main .right .dot.fujian span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.hubei {
  top: 58.5%;
  right: 34.6%;
}
.index_main .section7 .main .right .dot.hubei span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.hunan {
  top: 68.3%;
  right: 37.8%;
}
.index_main .section7 .main .right .dot.hunan span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.shanxi2 {
  top: 50.9%;
  right: 42%;
}
.index_main .section7 .main .right .dot.shanxi2 span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.ningxia {
  top: 44%;
  right: 46.5%;
}
.index_main .section7 .main .right .dot.ningxia span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.gansu {
  top: 50.9%;
  right: 49%;
}
.index_main .section7 .main .right .dot.gansu span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.qinghai {
  top: 46.9%;
  right: 64.78%;
}
.index_main .section7 .main .right .dot.qinghai span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.xinjiang {
  top: 35.3%;
  right: 79.8%;
}
.index_main .section7 .main .right .dot.xinjiang span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.xizang {
  top: 54.46%;
  right: 77.55%;
}
.index_main .section7 .main .right .dot.xizang span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.sichuan {
  top: 59.1%;
  right: 52.45%;
}
.index_main .section7 .main .right .dot.sichuan span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.chongqing {
  top: 60.8%;
  right: 44.7%;
}
.index_main .section7 .main .right .dot.chongqing span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.yunnan {
  top: 75.3%;
  right: 53.83%;
}
.index_main .section7 .main .right .dot.yunnan span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.guizhou {
  top: 71.26%;
  right: 47%;
}
.index_main .section7 .main .right .dot.guizhou span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.guangxi {
  top: 77.17%;
  right: 41.5%;
}
.index_main .section7 .main .right .dot.guangxi span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.guangdong {
  top: 75.3%;
  right: 35.12%;
}
.index_main .section7 .main .right .dot.guangdong span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.shenzhen {
  top: 80%;
  right: 33.12%;
}
.index_main .section7 .main .right .dot.shenzhen span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.xianggang {
  top: 83.4%;
  right: 30.56%;
}
.index_main .section7 .main .right .dot.xianggang span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.aomen {
  top: 84.58%;
  right: 35%;
}
.index_main .section7 .main .right .dot.aomen span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.taiwan {
  top: 76.58%;
  right: 22%;
}
.index_main .section7 .main .right .dot.taiwan span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.hainan {
  top: 89%;
  right: 41.5%;
}
.index_main .section7 .main .right .dot.hainan span {
  top: 2px;
  left: -120%;
}*/
.index_main .section7 .main .right {
  width: 76%;
  margin-left: 24%;
  position: relative;
  max-width: 1071px;
}
.index_main .section7 .main .right .map img {
  display: block;
  width: 100%;
}
.index_main .section7 .main .right .south-sea{
  position: absolute;
  bottom: 0;
  right: -6.255%;
  width: 16%;
  max-width: 171px;
}
.index_main .section7 .main .right .dot {
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-10px,-10px);
  transform: translate(-10px,-10px);
}
.index_main .section7 .main .right .dot i {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/index/icon12.png") center no-repeat;
  cursor: pointer;
}
.index_main .section7 .main .right .dot span {
  font-size: 12px;
  color: #6d83b2;
  position: absolute;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index_main .section7 .main .right .dot .content {
  position: absolute;
  padding-right: 80px;
  right: 0;
  bottom: -10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index_main .section7 .main .right .dot .content .icon {
  width: 16px;
  height: 20px;
  background: url("../images/index/icon13.svg") center no-repeat;
  background-size: auto 20px;
  position: absolute;
  right: 2px;
  bottom: 20px;
  z-index: 3;
}
.index_main .section7 .main .right .dot .content .rings {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d9edfc;
  position: absolute;
  right: 3px;
  bottom: 13px;
}
.index_main .section7 .main .right .dot .content .rings .ring {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border: 1px solid #d9edfc;
  border-radius: 50%;
}
.index_main .section7 .main .right .dot .content .line {
  width: 71px;
  height: 35px;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon14.png");
  position: absolute;
  right: 9px;
  bottom: 20px;
  z-index: 2;
}
.index_main .section7 .main .right .dot .content .box {
  padding: 1vw;
  text-align: center;
  background: #108cee;
  box-shadow: 0 10px 20px rgba(16, 140, 238, 0.4);
  position: relative;
  z-index: 3;
}
.index_main .section7 .main .right .dot .content .box p {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}
.index_main .section7 .main .right .dot .content .box a {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
.index_main .section7 .main .right .dot .content .box a:hover {
  text-decoration: underline;
}
.index_main .section7 .main .right .dot.active {
  z-index: 2;
}
.index_main .section7 .main .right .dot.active span {
  font-size: 14px;
  color: #108cee;
}
.index_main .section7 .main .right .dot.active .content {
  opacity: 1;
  visibility: visible;
}
.index_main .section7 .main .right .dot.active .content .rings .ring {
  -webkit-animation: rings 2.1s linear infinite;
  -moz-animation: rings 2.1s linear infinite;
  -ms-animation: rings 2.1s linear infinite;
  animation: rings 2.1s linear infinite;
}
.index_main .section7 .main .right .dot.active .content .rings .ring:nth-of-type(2) {
  animation-delay: .7s;
}
.index_main .section7 .main .right .dot.active .content .rings .ring:nth-of-type(3) {
  animation-delay: 1.4s;
}
.index_main .section7 .main .right .dot.left_p .content {
  left: 0;
  right: auto;
  padding-left: 80px;
  padding-right: 0;
}
.index_main .section7 .main .right .dot.left_p .content .icon {
  left: 2px;
  right: auto;
}
.index_main .section7 .main .right .dot.left_p .content .rings {
  left: 3px;
  right: auto;
}
.index_main .section7 .main .right .dot.left_p .content .line {
  left: 9px;
  right: auto;
  background-image: url("../images/index/icon16.png");
  background-position: top left;
}
.index_main .section7 .main .right .dot.left_p .content .box {
  float: right;
}
.index_main .section7 .main .right .dot:hover span {
  color: #108cee;
}
.index_main .section7 .main .right .dot.beijing {
  top: 39.56%;
  left: 67.04%;
}
.index_main .section7 .main .right .dot.beijing span {
  top: -10px;
  right: 120%;
}
.index_main .section7 .main .right .dot.heilongjiang {
  top: 16.36%;
  left: 82.16%;
}
.index_main .section7 .main .right .dot.heilongjiang span {
  top: 100%;
  left: 0;
}
.index_main .section7 .main .right .dot.jilin {
  top: 27.22%;
  left: 80.95%;
}
.index_main .section7 .main .right .dot.jilin span {
  top: 0;
  left: 120%;
}
.index_main .section7 .main .right .dot.liaoning {
  top: 31.868%;
  left: 76.75%;
}
.index_main .section7 .main .right .dot.liaoning span {
  top: 2px;
  left: 120%;
}
.index_main .section7 .main .right .dot.neimenggu {
  top: 25.27%;
  left: 67.88%;
}
.index_main .section7 .main .right .dot.neimenggu span {
  top: 2px;
  left: 120%;
}
.index_main .section7 .main .right .dot.tianjin {
  top: 42.97%;
  left: 68.16%;
}
.index_main .section7 .main .right .dot.tianjin span {
  top: 15px;
  left: 120%;
}
.index_main .section7 .main .right .dot.hebei {
  top: 45.9%;
  left: 65.826%;
}
.index_main .section7 .main .right .dot.hebei span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.shandong {
  top: 48.1%;
  left: 71.42%;
}
.index_main .section7 .main .right .dot.shandong span {
  top: 0;
  left: 120%;
}
.index_main .section7 .main .right .dot.shanxi1 {
  top: 46.64%;
  left: 60.41%;
}
.index_main .section7 .main .right .dot.shanxi1 span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.henan {
  top: 54.57%;
  left: 63.58%;
}
.index_main .section7 .main .right .dot.henan span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.jiangsu {
  top: 56.166%;
  left: 72.82%;
}
.index_main .section7 .main .right .dot.jiangsu span {
  top: -100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.suzhou {
  top: 58%;
  right: 23.45%;
}
.index_main .section7 .main .right .dot.suzhou span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.anhui {
  top: 60.07%;
  left: 67.97%;
}
.index_main .section7 .main .right .dot.anhui span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.zhejiang {
  top: 69.23%;
  left: 74.88%;
}
.index_main .section7 .main .right .dot.zhejiang span {
  top: -100%;
  left: -100%;
}
.index_main .section7 .main .right .dot.shanghai {
  top: 61.78%;
  left: 77.12%;
}
.index_main .section7 .main .right .dot.shanghai span {
  top: 2px;
  left: 120%;
}
.index_main .section7 .main .right .dot.jiangxi {
  top: 69.84%;
  left: 67.69%;
}
.index_main .section7 .main .right .dot.jiangxi span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.fujian {
  top: 76.43%;
  left: 70.77%;
}
.index_main .section7 .main .right .dot.fujian span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.hubei {
  top: 62.75%;
  left: 60.5%;
}
.index_main .section7 .main .right .dot.hubei span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.hunan {
  top: 70.81%;
  left: 58.45%;
}
.index_main .section7 .main .right .dot.hunan span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.shanxi2 {
  top: 55.43%;
  left: 53.78%;
}
.index_main .section7 .main .right .dot.shanxi2 span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.ningxia {
  top: 43.71%;
  left: 51.35%;
}
.index_main .section7 .main .right .dot.ningxia span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.gansu {
  top: 52.25%;
  left: 47.24%;
}
.index_main .section7 .main .right .dot.gansu span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.qinghai {
  top: 49.57%;
  left: 35.2%;
}
.index_main .section7 .main .right .dot.qinghai span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.xinjiang {
  top: 37.24%;
  left: 16.8%;
}
.index_main .section7 .main .right .dot.xinjiang span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.xizang {
  top: 58%;
  left: 22.22%;
}
.index_main .section7 .main .right .dot.xizang span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.sichuan {
  top: 65.32%;
  left: 44.16%;
}
.index_main .section7 .main .right .dot.sichuan span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.chongqing {
  top: 67.4%;
  left: 51.54%;
}
.index_main .section7 .main .right .dot.chongqing span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.yunnan {
  top: 78.75%;
  left: 43.7%;
}
.index_main .section7 .main .right .dot.yunnan span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.guizhou {
  top: 74.35%;
  left: 51.16%;
}
.index_main .section7 .main .right .dot.guizhou span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.guangxi {
  top: 84.24%;
  left: 55.368%;
}
.index_main .section7 .main .right .dot.guangxi span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.guangdong {
  top: 82.53%;
  left: 62.93%;
}
.index_main .section7 .main .right .dot.guangdong span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.shenzhen {
  top: 84.5%;
  left: 66%;
}
.index_main .section7 .main .right .dot.shenzhen span {
  top: 0;
  left: 120%;
}
.index_main .section7 .main .right .dot.xianggang {
  top: 86.4%;
  left: 66.1%;
}
.index_main .section7 .main .right .dot.xianggang span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.aomen {
  top: 88.58%;
  left: 62%;
}
.index_main .section7 .main .right .dot.aomen span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.taiwan {
  top: 81.19%;
  left: 78.05%;
}
.index_main .section7 .main .right .dot.taiwan span {
  top: 100%;
  left: -10%;
}
.index_main .section7 .main .right .dot.hainan {
  top: 96.21%;
  left: 56.58%;
}
.index_main .section7 .main .right .dot.hainan span {
  top: 2px;
  left: -120%;
}
.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: 80px;
  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: 60%;
  max-height: 70%;
}
.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:586px;background:#fff;position:fixed;_position:absolute;left:50%;top:50%;margin-left:-300px; margin-top:-293px;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(/Public/Home/images/form_edit.png) no-repeat 30px 18px #00758f; font-weight:100; padding:0px 62px; margin-bottom:21px;height:60px;line-height:60px;}
.danx{width:100%;height:auto;overflow:hidden;margin-bottom:35px;}
.danx strong{font-weight:100;font-size:16px;color:#666;margin-right:40px;}
.danx strong input{margin-right:10px;}
.inpu{width:100%;height:54px;margin-bottom:10px;}
.inpu label{display:block;float:left;width:100%; color:#666;height:32px;line-height:32px;text-align:left;font-size:16px;font-family:"微软雅黑";}
.inpu label i { color:#ff0000; padding-left:7px; }
.inpu input{display:block;float:left;width:450px;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; }
.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:24px 75px; }
.fk_btn button{display:block;float:left;width:100%;height:42px;border:0;background:#00758f;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:0px 75px; }


.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 .section4 .wrapper .right .child .item .txt_block h3 {
    font-size: 18px;
  }

  .index_main .section6 .video_block {
    height: 520px;
  }

  .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 .section3 .tab_title .item h3 {
    font-size: 20px;
  }

  .index_main .section3 .tab_content .child .item .txt_block {
    padding: 25px;
    padding-bottom: 50px;
  }

  .index_main .section3 .tab_content .child .item .txt_block h3 {
    font-size: 18px;
  }

  .index_main .section3 .tab_content .child .item .txt_block p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
  }

  .index_main .section3 .tab_content .child .item a.btn {
    font-size: 15px;
    width: 160px;
  }

  .index_main .section4 .wrapper .left .items .item {
    line-height: 40px;
    font-size: 15px;
  }

  .index_main .section4 .wrapper .right .child .item {
    padding-right: 15px;
  }

  .index_main .section4 .wrapper .right .child .item .txt_block {
    padding: 20px 15px;
    padding-bottom: 35px;
  }

  .index_main .section4 .wrapper .right .child .item .txt_block h3 {
    font-size: 16px;
  }

  .index_main .section4 .wrapper .right .child .item .txt_block p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }

  .index_main .section4 .wrapper .right .child .item a.btn {
    width: 140px;
    font-size: 14px;
    line-height: 36px;
    margin: -20px 0 0 15px;
  }

  .index_main .section4 .wrapper .right .child .item:hover .txt_block {
    padding-bottom: 50px;
    margin-top: -15px;
  }

  .index_main .section5 .tab_title span {
    font-size: 16px;
    line-height: 44px;
  }

  .index_main .section5 .tab_content .item h3 {
    font-size: 15px;
  }

  .index_main .section6 .txt_block {
    bottom: -40px;
  }

  .index_main .section6 .txt_block .box p {
    font-size: 16px;
  }

  .index_main .section6 .txt_block .box p.mt span {
    font-size: 12px;
  }

  .index_main .section6 .txt_block .box a {
    width: 200px;
    line-height: 40px;
  }

  .index_main .section6 .video_block a.video_btn {
    margin-top: 5vw;
  }

  .index_main .section7 .main {
    margin: 0 6%;
  }

  .index_main .section7 .main .left .item h3 span {
    font-size: 40px;
  }

  .index_main .section7 .main .right {
    width: 62%;
    margin-left: 35%;
  }

  .index_main .section7 .main .right .dot i {
    background-size: 15px 15px;
  }

  .index_main .section7 .main .right .dot .content .box a {
    font-size: 12px;
  }

  .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 .section4 .wrapper .right {
    margin-left: 2%;
    width: 66%;
  }

  .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*/
