.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  width: 1100px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.medium-box-container {
  width: 80%;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "light_cn";
  src: url('../fonts/ALIBABA-PUHUITI-LIGHT.OTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "db";
  src: url('../fonts/DINCOND-BOLD.OTFh');
  font-weight: normal;
  font-style: normal;
}
.pic {
  font-size: 0;
  overflow: hidden;
}
.pic img {
  display: block;
  width: 100%;
  height: 250px;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.phone-nav {
  display: none;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.header-wrapper.static {
  /*position: static;*/
}
.header-wrapper.on,
.header-wrapper.static {
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper.on .logo-box img.init,
.header-wrapper.static .logo-box img.init {
  display: none;
}
.header-wrapper.on .logo-box img.on,
.header-wrapper.static .logo-box img.on {
  display: block;
}
.header-wrapper.on .pc-nav-box ul li.on > a,
.header-wrapper.static .pc-nav-box ul li.on > a,
.header-wrapper.on .pc-nav-box ul li:hover > a,
.header-wrapper.static .pc-nav-box ul li:hover > a {
  color: #4b83f8;
}
.header-wrapper.on .pc-nav-box ul li.on > a:after,
.header-wrapper.static .pc-nav-box ul li.on > a:after,
.header-wrapper.on .pc-nav-box ul li:hover > a:after,
.header-wrapper.static .pc-nav-box ul li:hover > a:after {
  background-image: url(../img/down3.png);
}
.header-wrapper.on .pc-nav-box ul li a,
.header-wrapper.static .pc-nav-box ul li a {
  color: #333;
}
.header-wrapper.on .pc-nav-box .cat > a:after,
.header-wrapper.static .pc-nav-box .cat > a:after {
  background-image: url(../img/down.png);
}
.header-wrapper.on .btn,
.header-wrapper.static .btn {
  border-color: #0b45d9;
  color: #0b45d9;
}
.header-wrapper.on .btn:hover,
.header-wrapper.static .btn:hover {
  background: #0b45d9;
  color: #fff;
}
.header-wrapper .box-container {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  padding: 0 50px;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  display: block;
}
.header-wrapper .logo-box img.on {
  display: none;
}
.header-wrapper .pc-nav-box {
  flex: 1;
}
.header-wrapper .pc-nav-box ul {
  text-align: right;
  font-size: 0;
}
.header-wrapper .pc-nav-box li {
  display: inline-block;
  margin-right: 46px;
}
.header-wrapper .pc-nav-box li.on > a,
.header-wrapper .pc-nav-box li:hover > a {
  color: #4b83f8;
}
.header-wrapper .pc-nav-box li.on > a:after,
.header-wrapper .pc-nav-box li:hover > a:after {
  background-image: url(../img/down3.png);
}
.header-wrapper .pc-nav-box li a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.header-wrapper .pc-nav-box li > a {
  font-size: 16px;
  color: #fff;
  line-height: 80px;
  letter-spacing: 1px;
}
.header-wrapper .pc-nav-box .cat:hover .hide-box {
  display: block;
}
.header-wrapper .pc-nav-box .cat > a {
  position: relative;
  padding-right: 20px;
}
.header-wrapper .pc-nav-box .cat > a:after {
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  background-image: url(../img/down2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.header-wrapper .pc-nav-box .hide-box {
  display: none;
  width: 85%;
  position: absolute;
  left: 0;
  top: 80%;
  z-index: 10;
  background: #fff;
  text-align: left;
  padding: 36px 46px 20px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.header-wrapper .pc-nav-box .hide-box:before {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 70.2%;
  top: -20px;
  z-index: 10;
}
.header-wrapper .pc-nav-box .item {
  float: left;
  width: 500px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
  line-height: 30px;
}
/* .header-wrapper .pc-nav-box .item:first-child {
  padding-right: 65px;
} */
.header-wrapper .pc-nav-box .item a {
  width: 49%;
  font-size: 16px;
  margin-bottom: 16px;
}
.header-wrapper .pc-nav-box .item a img {
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.header-wrapper .pc-nav-box .item a:hover {
  color: #0b45d9;
}
.header-wrapper .pc-nav-box .name {
  width: 100%;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.header-wrapper .btn {
  display: block;
  width: 90px;
  line-height: 28px;
  border-radius: 14px;
  border: solid 1px #fff;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.header-wrapper .btn:hover {
  background: #0b45d9;
  border-color: #0b45d9;
}
.footer-wrapper {
  padding-top: 66px;
  background: #1b1d2a;
}
.footer-wrapper .logo {
  display: block;
  margin-bottom: 24px;
  padding-left: 50px;
}
.footer-wrapper .main {
  padding: 0 50px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .main a,
.footer-wrapper .main li {
  color: rgba(255, 255, 255, 0.5);
}
.footer-wrapper .inner .caption {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 12px;
}
.footer-wrapper .inner-1 a,
.footer-wrapper .inner-2 a {
  display: block;
  font-size: 15px;
  line-height: 36px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .inner-1 a:hover,
.footer-wrapper .inner-2 a:hover {
  color: #fff;
}
.footer-wrapper .inner-1 {
  width: 210px;
  padding-right: 20px;
}
.footer-wrapper .inner-2 {
  /* flex: 1; */
  overflow: hidden;
}
.footer-wrapper .inner-2 .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
  width: 94px;
}
.footer-wrapper .inner-2 .box a {
  width: 48%;
}
.footer-wrapper .inner-3 {
  width: 330px;
}
.footer-wrapper .inner-3 li {
  margin-bottom: 15px;
}
.footer-wrapper .inner-3 li:last-child {
  margin-bottom: 0;
}
.footer-wrapper .inner-3 a {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  display: inline-block;
}
.footer-wrapper .inner-3 .icon {
  margin-right: 10px;
}
.footer-wrapper .inner-4 {
  width: 340px;
  overflow: hidden;
}
.footer-wrapper .inner-4 li {
  line-height: 40px;
}
.footer-wrapper .bottom {
  font-size: 0;
  line-height: 28px;
  margin-top: 20px;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.footer-wrapper .bottom .copy,
.footer-wrapper .bottom .qrcode {
  display: inline-block;
  vertical-align: middle;
}
.footer-wrapper .copy {
  width: 700px;
}
.footer-wrapper .copy a {
  display: inline-block;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copy a:hover {
  color: #fff;
}
.footer-wrapper .copy a:first-child {
  margin: 0 10px;
}
.footer-wrapper .copy,
.footer-wrapper .copy a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-wrapper .qrcode {
  position: relative;
  margin-left: 80px;
}
.footer-wrapper .qrcode .img {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: -122px;
  margin-left: -55px;
  z-index: 1;
  display: none;
}
.footer-wrapper .icon {
  cursor: pointer;
  width: 28px;
  display: block;
}
.footer-wrapper .link {
  display: block;
  width: 90px;
  line-height: 28px;
  border-radius: 14px;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-size: 12px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.footer-wrapper .link:hover {
  background: #fff;
  color: #0b45d9;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .name {
  font-size: 36px;
  color: #fff;
  line-height: 42px;
  font-family: "light_cn";
}
.index-banner-wrapper .desc {
  color: #fff;
  font-weight: 700;
}
.index-banner-wrapper .brief {
  font-size: 72px;
  color: #ffec9e;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 2px;
}
.index-banner-wrapper .box-container {
  padding: 0 50px;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 26.08%;
  z-index: 10;
  width: 100%;
}
.index-banner-wrapper .info-1 .desc {
  font-size: 46px;
  line-height: 52px;
  margin: 15px auto 48px;
}
.index-banner-wrapper .info-2 .desc {
  font-size: 42px;
  line-height: 48px;
  margin: 20px auto;
}
.index-banner-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner-wrapper .swiper-pagination-bullet svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
}
.index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.index-banner-wrapper .swiper-pagination-bullet {
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}
.index-banner-wrapper .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.8s linear reverse;
  -moz-animation: circle-chart-fill 3.8s linear reverse;
  -webkit-animation: circle-chart-fill 3.8s linear reverse;
  -ms-animation: circle-chart-fill 3.8s linear reverse;
}
.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.4s linear reverse;
  -moz-animation: circle-chart-fill 2.4s linear reverse;
  -webkit-animation: circle-chart-fill 2.4s linear reverse;
  -ms-animation: circle-chart-fill 2.4s linear reverse;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 30px;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  opacity: 1;
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
.more {
  display: block;
  width: 200px;
  line-height: 60px;
  background-color: #fff;
  border-radius: 30px;
  color: #0b45d9;
  font-size: 22px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  letter-spacing: 1px;
}
.more:hover {
  background: #0b45d9;
  color: #fff;
}
.index-box {
  padding-bottom: 84px;
}
.index-title {
  font-size: 32px;
  color: #333;
  font-weight: 700;
  text-align: center;
  line-height: 42px;
  padding: 94px 0 44px;
}
/* .other-box{
  width:90px;
} */
.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  /* background:#f6f6f6; */
  white-space: nowrap;
  padding: 10px 0;
}
.str_wrap.str_active {
  /* background:#f1f1f1; */
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
.index-box-1 {
  position: relative;
}
.index-box-1 .box-container {
  position: relative;
  z-index: 10;
}
.index-box-1 .swiper-slide {
  position: relative;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  height: auto;
  padding-bottom: 42px;
  background: #fff;
}
.index-box-1 .swiper-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #0b45d9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.index-box-1 .swiper-slide:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-1 .swiper-slide:hover .name {
  color: #0b45d9;
}
.index-box-1 .swiper-slide:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.index-box-1 .info {
  padding: 75px 25px 0;
}
.index-box-1 .icon {
  display: block;
  width: 120px;
  margin: 0 auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.index-box-1 .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin: 10px auto 28px;
  text-align: center;
}
.index-box-1 .desc {
  font-size: 14px;
  line-height: 24px;
}
.index-box-1 #circle {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.index-box-1 .wave {
  margin-left: -25%;
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 0;
  width: 200%;
  height: 90%;
}
.index-box-1 .swiper-pagination {
  display: none;
}
.index-box-2 {
  position: relative;
  background: #f2f4f7;
  overflow: hidden;
}
.index-box-2:before,
.index-box-2:after {
  content: "";
  width: 203px;
  height: 212px;
  background: url(../img/block.jpg) no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 0;
}
.index-box-2:before {
  left: 0;
  bottom: 122px;
  animation: spin 6s infinite linear;
  transform-origin: 30% 30px;
}
.index-box-2:after {
  right: 0;
  top: 0;
  transform-origin: right top;
  animation: blockAni 4s ease infinite;
}
.index-box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-2 .box-container {
  position: relative;
  z-index: 1;
}
.index-box-2 li {
  position: relative;
  /* width: 48.15%; */
  width: 31%;
  /* margin-top: 30px; */
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.2);
}
.index-box-2 li:nth-child(-n+2) {
  margin-top: 0;
}
.index-box-2 li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-2 li:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.index-box-2 .icon {
  width: 110px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.index-box-2 .info {
  /* width: 100%; */
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 10;
  padding: 0 30px;
}
.index-box-2 .name {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 20px auto 6px;
}
.index-box-2 .desc {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 80%;
}
.index-box-2 .block {
  position: absolute;
  z-index: 0;
}
.index-box-2 .fill {
  background: #e5e9ef;
  width: 78px;
  height: 78px;
  transform-origin: 30% 30px;
}
.index-box-2 .fill:first-child {
  left: 65px;
  top: 55px;
  animation: spin2 6s infinite linear;
}
.index-box-2 .fill:nth-child(2) {
  left: 11.45%;
  top: 40.24%;
  animation: spin2 6s infinite linear;
}
.index-box-2 .fill:nth-child(3) {
  right: 19.79%;
  top: 20.36%;
  animation: spin2 6s infinite linear;
}
.index-box-2 .empty {
  border: 11px solid #e5e9ef;
}
.index-box-2 .empty:nth-child(4) {
  left: 16.66%;
  top: 17%;
  width: 183px;
  height: 183px;
  border-width: 16px;
  animation: spin3 6s infinite linear;
}
.index-box-2 .empty:nth-child(5) {
  right: 8.33%;
  top: 46.58%;
  width: 116px;
  height: 116px;
  animation: spin2 6s infinite linear;
}
.index-box-3 .box {
  position: relative;
}
.index-box-3 .box:before,
.index-box-3 .box:after {
  content: "";
  display: block;
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.index-box-3 .box:before {
  left: 0;
  background: url(../img/bgl.png) no-repeat center left;
  background-size: cover;
}
.index-box-3 .box:after {
  right: 0;
  background: url(../img/bgr.png) no-repeat center right;
  background-size: cover;
}
.index-box-3 .phone {
  display: none;
}
.index-box-3 span {
  display: block;
  position: absolute;
  background: #0b45d9;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.index-box-3 .line_t {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.index-box-3 .line_r {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.index-box-3 .line_b {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}
.index-box-3 .line_l {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.page-nav-wrapper {
  display: none;
}
.page-banner-wrapper {
  position: relative;
}
.page-banner-wrapper.platform .info {
  top: 22%;
}
.page-banner-wrapper .banner {
  width: 100%;
  display: block;
}
.page-banner-wrapper .info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 29.68%;
  z-index: 10;
  text-align: center;
}
.page-banner-wrapper .name {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 1px;
}
.page-banner-wrapper .desc {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  margin: 26px auto 48px;
}
.page-banner-wrapper .more {
  margin: 0 auto;
}
.page-box {
  padding: 90px 0 100px;
}
.page-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 92px;
}
.goods-wrapper .page-title {
  margin-bottom: 0;
  padding-top: 0;
}
.goods-wrapper .item {
  padding: 92px 0 85px;
}
.goods-wrapper .item:nth-child(even) {
  background: #f7f8fa;
}
.goods-wrapper .brief {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  width: 560px;
  margin: 10px auto 55px;
}
.goods-wrapper .tit {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.goods-wrapper .desc {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 30px;
  width: 420px;
}
.goods-wrapper .desc:last-child {
  margin-bottom: 0;
}
.goods-wrapper .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.goods-wrapper .pic,
.goods-wrapper .info {
  width: 50%;
}
.goods-wrapper .info {
  padding-left: 10px;
}
.goods-wrapper .info ul {
  font-size: 0;
}
.goods-wrapper .info ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
}
.goods-wrapper .info ul li:last-child {
  margin-right: 0;
}
.goods-wrapper .info ul li:hover .icon {
  transform: rotateY(180deg);
}
.goods-wrapper .info .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0px 3px 15px 0px rgba(167, 177, 195, 0.2);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.goods-wrapper .info .icon img {
  display: block;
  width: 100%;
}
.goods-wrapper .info p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 8px;
  text-align: center;
}
.tab-box {
  font-size: 0;
  text-align: center;
  margin-bottom: 75px;
}
.tab-box a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  letter-spacing: 1px;
  padding-bottom: 20px;
  margin-right: 88px;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.tab-box a:last-child {
  margin-right: 0;
}
.tab-box a.on,
.tab-box a:hover {
  color: #0b45d9;
}
.tab-box a.on:after,
.tab-box a:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.tab-box a:before,
.tab-box a:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}
.tab-box a:before {
  background: #e3e5e9;
  z-index: 1;
}
.tab-box a:after {
  background: #0b45d9;
  z-index: 2;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.service-wrapper .detail-box .item {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.service-wrapper .detail-box .item.on {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.service-wrapper .detail-box .item.on .pic {
  animation: boxLeft 1s ease;
}
.service-wrapper .detail-box .item.on .info {
  animation: boxRight 1s ease;
}
.service-wrapper .detail-box .pic {
  width: 550px;
}
.service-wrapper .detail-box .info {
  width: 640px;
}
.service-wrapper .detail-box li {
  color: #777;
  font-size: 18px;
  line-height: 30px;
  padding: 25px 0 30px;
  background: url(../img/line.png) repeat-x left bottom;
}
.service-wrapper .detail-box li b {
  display: inline-block;
  color: #333;
  min-width: 116px;
}
.service-wrapper .box-1 {
  padding: 0 60px;
}
.service-wrapper .box-1 .swiper-slide {
  width: 330px;
  margin-right: 44px;
  text-align: center;
  height: auto;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 44px 34px 40px;
}
.service-wrapper .box-1 .swiper-slide:last-child {
  margin-right: 0;
}
.service-wrapper .box-1 .swiper-slide:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.service-wrapper .box-1 .icon {
  width: 120px;
  margin: 0 auto;
  display: block;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.service-wrapper .box-1 .name {
  font-size: 22px;
  color: #000;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 32px auto 20px;
}
.service-wrapper .box-1 .desc {
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
}
.service-wrapper .box-1 .swiper-pagination {
  display: none;
}
.service-wrapper .box-2 {
  margin-top: 126px;
  background: #f7f8fa;
  padding-bottom: 164px;
}
.service-wrapper .box-3 {
  text-align: center;
  padding: 32px 0 30px;
  background: url(../img/servicebg.jpg) no-repeat center center;
  background-size: cover;
}
.service-wrapper .box-3 .name {
  font-size: 34px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 3px;
}
.service-wrapper .box-3 .desc {
  font-size: 24px;
  line-height: 36px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.about-wrapper .content,
.about-wrapper .content div {
  font-size: 16px;
  line-height: 34px;
  text-align: justify;
}
.about-wrapper .content {
  width: 824px;
  margin: 0 auto;
}
.about-wrapper .content img {
  display: block;
  margin: 0 auto;
}
.about-wrapper .content .img {
  margin-bottom: 40px;
}
.about-wrapper .indent {
  text-indent: 36px;
}
.about-wrapper .box-2 {
  margin-top: 52px;
}
.about-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.about-wrapper .box-2 ul li {
  position: relative;
  margin-right: 45px;
}
.about-wrapper .box-2 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-2 ul li:hover .pic:after {
  background: rgba(34, 72, 167, 0.9);
}
.about-wrapper .box-2 .pic {
  position: relative;
}
.about-wrapper .box-2 .pic:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(34, 72, 167, 0.7);
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.about-wrapper .box-2 .info {
  width: 88%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  padding: 60px 20px 0;
}
.about-wrapper .box-2 .ename {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.15);
  line-height: 32px;
}
.about-wrapper .box-2 .name {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1px;
  margin: -16px auto 20px;
}
.about-wrapper .box-2 .desc {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}
.honor-wrapper .caption {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  margin-bottom: 35px;
}
.honor-wrapper .caption:before,
.honor-wrapper .caption:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.honor-wrapper .caption:before {
  margin-right: 14px;
}
.honor-wrapper .caption:after {
  margin-left: 14px;
}
.honor-wrapper .swiper-box {
  position: relative;
  padding: 0 40px;
  margin-bottom: 50px;
}
.honor-wrapper .swiper-box:last-child {
  margin-bottom: 0;
}
.honor-wrapper .swiper-container {
  padding: 0 20px;
}
.honor-wrapper .pic {
  overflow: inherit;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.honor-wrapper .name {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 15px auto 0;
}
.honor-wrapper .honor-3 .name {
  width: 172px;
}
.honor-wrapper .swiper-btn {
  display: inline-block;
  width: 27px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -33px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  z-index: 10;
}
.honor-wrapper .prev {
  left: 14px;
  background-image: url(../img/prev.png);
}
.honor-wrapper .prev:hover {
  background-image: url(../img/prev2.png);
}
.honor-wrapper .next {
  right: 14px;
  background-image: url(../img/next.png);
}
.honor-wrapper .next:hover {
  background-image: url(../img/next2.png);
}
.platform-wrapper .item {
  padding: 94px 0 92px;
}
.platform-wrapper .item:nth-child(even) {
  background: #f7f8fa;
}
.platform-wrapper .item .w1200 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.platform-wrapper .item .info,
.platform-wrapper .item .pic {
  width: 50%;
}
.platform-wrapper .item .page-title {
  text-align: left;
  padding-top: 0;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
.platform-wrapper .item .desc {
  font-size: 17px;
  line-height: 36px;
}
.platform-wrapper .honor {
  padding-bottom: 80px;
  background: #f7f8fa;
}
.platform-wrapper .honor .w1200 {
  padding: 0 10px;
}
.platform-wrapper .honor .swiper-slide {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  width: 280px;
}
.platform-wrapper .honor .swiper-slide:last-child {
  margin-right: 0;
}
.platform-wrapper .honor .swiper-slide img {
  display: block;
  width: 100%;
}
.platform-wrapper .swiper-pagination {
  display: none;
}
.solution-wrapper .brief {
  font-size: 18px;
  color: #777;
  line-height: 32px;
  text-align: center;
  width: 800px;
  margin: 0 auto;
}
.solution-wrapper .box-1 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.solution-wrapper .box-1 li {
  width: 155px;
  margin-right: 95px;
  text-align: center;
}
.solution-wrapper .box-1 li:last-child {
  margin-right: 0;
}
.solution-wrapper .box-1 .name {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
  margin: 10px auto;
}
.solution-wrapper .box-1 .desc {
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
/* .solution-wrapper .box-2 {
  margin-top: 100px;
  padding-bottom: 92px;
  background: #f7f8fa;
} */
.solution-wrapper .box-2 .page-title {
  margin-bottom: 20px;
}
.solution-wrapper .box-2 .w1200 {
  padding: 0 60px;
  text-align: center;
}
.solution-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
}
.solution-wrapper .box-2 ul li {
  position: relative;
  width: 330px;
  margin-right: 45px;
  background: #fff;
  margin-bottom: 50px;
  box-shadow: 0 2px 30px rgba(59, 77, 113, 0.1);
}
.solution-wrapper .box-2 ul li:nth-child(-n+3) {
  margin-top: 0;
}
.solution-wrapper .box-2 ul li:nth-child(3n) {
  margin-right: 0;
}
.solution-wrapper .box-2 ul li:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.solution-wrapper .box-2 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solution-wrapper .box-2 ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #0b45d9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.solution-wrapper .box-2 .info {
  padding: 38px 35px 42px;
}
.solution-wrapper .box-2 .name {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 30px;
}
.solution-wrapper .box-2 .desc {
  font-size: 15px;
  color: #333;
  line-height: 24px;
  text-align: justify;
  margin-top: 18px;
}
.solution-wrapper .btn {
  display: inline-block;
  font-size: 16px;
  color: #0b45d9;
  margin-top: 4px;
}
.solution-wrapper .btn:hover img {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
}
.solution-wrapper .btn img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-left: 8px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.experience-wrapper {
  padding: 30px 0 47px;
  background: url(../img/experience.jpg) no-repeat center center;
  background-size: cover;
}
.experience-wrapper .form-box {
  width: 580px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 50px 40px 32px;
  box-shadow: 0 2px 30px rgba(59, 77, 113, 0.1);
}
.experience-wrapper .name {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
}
.experience-wrapper .desc {
  font-size: 16px;
  color: #777;
  line-height: 24px;
  margin: 8px auto 28px;
}
.experience-wrapper .group {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  margin-bottom: 10px;
}
.experience-wrapper label {
  position: relative;
  width: 97px;
  text-align: right;
  font-size: 16px;
  color: #333;
  padding-right: 16px;
}
.experience-wrapper label span {
  display: inline-block;
  color: #ee4433;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 10;
}
.experience-wrapper .text {
  font-size: 16px;
  color: #333;
  width: 400px;
  height: 50px;
  line-height: 50px;
  background-color: #fbfbfb;
  border-radius: 6px;
  padding-right: 100px;
  padding-left: 20px;
  border: solid 1px #dddddd;
}
.experience-wrapper .btn {
  display: inline-block;
  font-size: 14px;
  color: #0b45d9;
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 1;
}
.experience-wrapper .submit {
  display: block;
  width: 200px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-image: linear-gradient(#0b45d9, #0b45d9), linear-gradient(#fff, #fff);
  background-blend-mode: normal, normal;
  border-radius: 30px;
  margin: 30px auto 0;
  transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
}
.experience-wrapper .submit:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.team-wrapper ul {
  padding: 0 60px;
}
.team-wrapper li {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /* background: #f8fafe; */
  margin-bottom: 40px;
}
.team-wrapper li:last-child {
  margin-bottom: 0;
}
.team-wrapper li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.team-wrapper li.animated:nth-child(odd):before {
  width: 315px;
}
.team-wrapper li.animated:nth-child(even):before {
  width: 340px;
}
.team-wrapper li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 0;
  transition: width 3s ease;
  -webkit-transition: width 3s ease;
  -moz-transition: width 3s ease;
  -ms-transition: width 3s ease;
  -o-transition: width 3s ease;
}
.team-wrapper li:nth-child(odd):before {
  right: 0;
  height: 212px;
  background: url(../img/teambgr.png) no-repeat right top;
  transform-origin: right top;
}
.team-wrapper li:nth-child(even):before {
  left: 0;
  height: 193px;
  background: url(../img/teambgl.png) no-repeat;
  transform-origin: left top;
}
.team-wrapper li:nth-child(even) .info {
  order: 0;
}
.team-wrapper li:nth-child(even) .pic {
  order: 1;
}
.team-wrapper .pic {
  width: 380px;
}
.team-wrapper .info {
  position: relative;
  z-index: 1;
  width: 700px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  height: 100%;
  padding: 48px 65px 0 70px;
  line-height: 30px;
}
.team-wrapper .title {
  width: 100%;
  font-size: 28px;
  font-family: "db";
  color: #e0e4eb;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.team-wrapper .name {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  width: 100px;
  padding-bottom: 47px;
  height: 100%;
  border-bottom: 2px solid #0b45d9;
}
.team-wrapper .description {
  flex: 1;
  overflow: hidden;
  margin-left: 50px;
}
.team-wrapper .level {
  font-size: 18px;
}
.team-wrapper .desc {
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
  margin-top: 30px;
}
.logregalert {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19;
  display: none;
}
.logregalert .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.6);
}
.logregalert .lf {
  float: left;
}
.logregalert .clear {
  zoom: 1;
}
.logregalert .clear:after {
  content: "";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.codealertbox {
  width: 400px;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -220px;
  background-color: #fff;
  padding: 30px;
  z-index: 23;
  opacity: 0;
  transform: scale3d(0, 0, 0);
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
}
.codealertbox .top {
  padding-bottom: 15px;
}
.codealertbox .close {
  font-size: 22px;
  height: 32px;
  line-height: 26px;
  color: #ddd;
  cursor: pointer;
  float: right;
}
.codealertbox .close span {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
}
.codealertbox .close:hover span {
  color: #ec6c01;
}
.codealertbox .codecen .input {
  width: calc((100% - 130px));
  margin-right: 5px;
}
.codealertbox .codecen .input input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  border: 1px solid #d5d5d5;
}
.codealertbox .codecen .img {
  width: 123px;
}
.codealertbox .codecen .img img {
  width: 123px;
  height: 50px;
  cursor: pointer;
}
.codealertbox .btn {
  width: 100%;
  height: 50px;
  background-color: #4b83f8;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.codealertbox .btn:hover {
  background: #0b45d9;
}
.logregalertbox {
  width: 800px;
  height: 500px;
  position: absolute;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -400px;
  background-color: #fff;
  padding: 50px;
  z-index: 23;
  opacity: 0;
  transform: scale3d(0, 0, 0);
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
}
.logregalertbox.cur,
.codealertbox.cur {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
}
.logregalertbox h3 {
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
  font-family: "KaiTi", "楷体";
}
.logregalertbox p {
  color: #666;
  line-height: 2.2;
}
.logregalertbox .content {
  height: 400px;
  padding-right: 20px;
  overflow-y: auto;
}
.logregalertbox .content::-webkit-scrollbar {
  width: 4px;
}
.logregalertbox .content::-webkit-scrollbar-thumb {
  background-color: #ec6c01;
}
.logregalertbox .content::-webkit-scrollbar-track {
  background-color: #fff5f5;
}
@keyframes boxLeft {
  0% {
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes boxRight {
  0% {
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
  }
}
.waves {
  left: 0;
  top: 0;
  z-index: 10;
  position: absolute;
  width: 100%;
  min-height: 20px;
  max-height: 55px;
  transform: rotateX(180deg);
}
.parallax > use {
  animation: move-forever 15s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -3s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 10s;
}
.parallax > use:nth-child(2) {
  animation-delay: -1s;
  animation-duration: 13s;
}
@keyframes move-forever {
  from {
    transform: translate3d(-90px, 0, 0);
  }
  to {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes blockAni {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes blockAni2 {
  0% {
    right: 30px;
  }
  50% {
    top: 30px;
  }
  100% {
    top: 0;
    right: 0;
  }
}
@keyframes spin {
  0% {
    left: -50px;
    bottom: -50px;
  }
  50% {
    left: -200px;
    bottom: 200px;
  }
  100% {
    left: -50px;
    bottom: -50px;
  }
}
@keyframes spin2 {
  100% {
    transform: rotate(1turn);
  }
}
@keyframes spin3 {
  100% {
    transform: rotate(-1turn);
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
}
.pageNum a {
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-family: Arial;
  vertical-align: middle;
  font-weight: 700;
  margin: 0 10px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #eee;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum .button {
  width: 80px;
  font-family: 微软雅黑;
}
.pageNum .more {
  background: #eee;
  background-size: contain;
}
.pageNum .more:hover {
  background: #0b45d9;
  background-size: contain;
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background: #0b45d9;
}
.pageMore {
  display: none;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #c9161e;
  color: #fff;
  font-size: 12px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
