* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #fff;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
}
.m-title h3 {
  margin: 5px 0;
  font-size: 22px;
  font-weight: 100;
  color: #313131;
}
.m-title span {
  color: #a3abbe;
}
.tab-content .tab-top {
  border: 1px solid #eceef0;
}
.tab-content .tab-top li {
  float: left;
}
.tab-content .tab-top li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #7f7e7f;
  background: #f8f9fb;
}
.tab-content .tab-top .active {
  position: relative;
}
.tab-content .tab-top .active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #8a90b4;
}
.main {
  min-width: 1200px;
}
.m-nav {
  display: none;
}
.nav {
  display: block;
  width: 100%;
  min-width: 1200px;
  height: 80px;
  border-bottom: 1px solid #f8f9fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 10;
  background: #fff;
}
.nav-down {
  -webkit-animation: navShark 1s;
  -moz-animation: navShark 1s;
  -ms-animation: navShark 1s;
  -o-animation: navShark 1s;
  animation: navShark 1s;
}
.nav-down .apply-btn {
  border-color: #8a90b4;
  color: #8a90b4;
}
.nav-index {
  background: transparent;
  border-bottom: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.nav-index .nav-menu-item > a {
  color: #fff;
}
.nav-index .nav-menu-item > a:hover {
  color: #fff;
  font-weight: 700;
}
.nav-index .nav-menu-item .active {
  color: #fff;
  font-weight: 700;
}
.nav-index .logo {
  background: url('/skin/images/logo.png');
  background-size: 100%;
}
.nav-index .apply-btn {
  color: #fff;
  border-color: #fff;
}
@keyframes navShark {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}
.logo {
  display: inline-block;
  margin: 16px 0 0 90px;
  width: 140px;
  height: 44px;
  background: url('/skin/images/logo2.png');
  background-size: 100%;
}
.nav-menu {
  margin: 30px 0 0 0;
  padding: 0 50px 0 0;
  float: right;
}
.nav-menu-wrap {
  float: left;
  margin-right: 70px;
}
.nav-menu-item {
  height: 55px;
  float: left;
}
.nav-menu-item > a {
  margin: 0 10px;
  padding: 10px;
  font-size: 18px;
  color: #7f7e7f;
}
.nav-menu-item > a:hover {
  color: #01c2fe;
}
.nav-menu-item .active {
  color: #01aaff;
}
.apply-btn-wrap {
  float: left;
}
.apply-btn {
  padding: 7px 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 18px;
  color: #8a90b4;
  border-color: #8a90b4;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.apply-btn:hover {
  color: #f8f9fb;
  border-color: #8a90b4;
  background: #8a90b4;
}
.subnav-wrap {
  display: none;
  position: absolute;
  top: 81px;
  background: #fff;
  border: 1px solid #eaebed;
  border-top: 3px solid #01aaff;
  overflow: hidden;
}
.sub-nav {
  display: inline-block;
  margin: 0 -1px 0 0;
  vertical-align: top;
}
.sub-nav .sub-nav-block {
  position: relative;
}
.sub-nav .sub-nav-block .sub-nav-item a {
  border-width: 0;
}
.sub-nav .sub-nav-block::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 220px;
  background: #eaebed;
  right: -2px;
  top: 11px;
}
.sub-nav-tital {
  margin: 10px 0 10px 0;
  padding: 0 30px;
  font-size: 18px;
  color: #7f7e7f;
}
.sub-nav-item {
  padding: 0 20px;
}
.sub-nav-item > a {
  display: block;
  min-width: 60px;
  padding: 10px;
  color: #7f7e7f;
  border-bottom: 1px solid #eaebed;
}
.sub-nav-item > a:hover {
  color: #8a90b4;
}
.content {
  padding-top: 80px;
}
.inner-banner {
  min-width: 1200px;
  height: 200px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.inner-banner img {
  height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inner-banner .banner-name {
  width: 1200px;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inner-banner .banner-name .banner-text .cn-name {
  color: #fff;
  line-height: 40px;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
}
.inner-banner .banner-name .banner-text .en-name {
  color: #8a90b4;
  line-height: 20px;
  margin: 0;
}
.container-body {
  width: 1200px;
  margin: 70px auto;
}
.container-body * {
list-style: none;
}
aside.left-nav {
  width: 190px;
  margin-left: 10px;
  border: 1px solid #eaebed;
  float: left;
  background-color: #f8f9fb;
  position: relative;
}
aside.left-nav .icon {
  position: absolute;
  top: -140px;
  left: 0;
  height: 140px;
}
aside.left-nav .icon .line {
  position: absolute;
  display: block;
  height: 135px;
  top: 5px;
  width: 1px;
  background-color: #eaebed;
}
aside.left-nav .icon .circle {
  position: relative;
  left: 1px;
}
aside.left-nav .icon .circle span {
  position: absolute;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
aside.left-nav .icon .circle .inner {
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #8a90b4;
}
aside.left-nav .icon .circle .out {
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background-color: #495fa5;
  opacity: .5;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation: openCircle 2s infinite;
  -moz-animation: openCircle 2s infinite;
  -ms-animation: openCircle 2s infinite;
  -o-animation: openCircle 2s infinite;
  animation: openCircle 2s infinite;
}
aside.left-nav .subnav-bar li .subnav-item-a {
  display: block;
  box-sizing: border-box;
  height: 68px;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #eaebed;
  line-height: 38px;
  color: #7f7e7f;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
aside.left-nav .subnav-bar li .subnav-item-a.active {
  color: #8a90b4;
  border-left: 10px solid #8a90b4;
  margin-left: -10px;
}
aside.left-nav .subnav-bar li .subnav-item-a:hover {
  color: #8a90b4;
}
aside.left-nav .subnav-bar li .subnav-item-a:last-child {
  border-bottom: none;
}
aside.left-nav .inner-nav {
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
}
aside.left-nav .inner-nav.on {
  max-height: 1000px;
}
aside.left-nav .inner-nav li .innerTag {
  display: block;
  box-sizing: border-box;
  height: 50px;
  padding: 15px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  color: #7f7e7f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
aside.left-nav .inner-nav li .innerTag:hover,
aside.left-nav .inner-nav li .innerTag.active {
  color: #8a90b4;
}
@keyframes openCircle {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes openCircle {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes openCircle {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes openCircle {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes openCircle {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
section.right-body {
  width: 950px;
  float: right;
}
.main-index .more {
  display: inline-block;
  padding: 15px 30px;
  background: #7f7e7f;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.main-index .more .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  margin-left: 10px;
  background: #fff;
  vertical-align: super;
}
.main-index .more .arrow::after,
.main-index .more .arrow::before {
  position: absolute;
  left: 9px;
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
}
.main-index .more .arrow::before {
  top: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-index .more .arrow::after {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-index .more:hover {
  background: #495fa5;
}
.main-index .more-small {
  padding: 8px 25px;
  font-size: 14px;
}
.main-index .more-small .arrow {
  width: 15px;
  height: 1px;
}
.main-index .more-small .arrow::after,
.main-index .more-small .arrow::before {
  position: absolute;
  left: 7px;
  content: '';
  width: 10px;
  height: 1px;
}
.main-index .more-small .arrow::before {
  top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-index .more-small .arrow::after {
  top: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-index .m-unslider-arrow {
  display: none;
}
.main-index .banner {
  width: 100%;
  min-width: 1200px;
  background: #e7e7e7;
}
.main-index .m-banner-img {
  display: none;
}
.main-index .banner-img-wrap {
  display: block;
  position: relative;
}
.main-index .banner-img-wrap .banner-bg-img {
  display: block;
  width: 100%;
}
.main-index .banner-img-wrap .ban01-p {
  position: relative;
}
.main-index .banner-img-wrap .ban01-t {
  position: absolute;
  top: 10%;
  left: 40%;
  width: 80%;
}
.main-index .banner-img-wrap .ban01-t img {
  width: 100%;
  position: absolute;
  top: 0;
}
.main-index .banner-img-wrap .ban01-t .shark-2 {
  -webkit-animation: shark 4s infinite;
  -moz-animation: shark 4s infinite;
  -ms-animation: shark 4s infinite;
  -o-animation: shark 4s infinite;
  animation: shark 4s infinite;
}
@keyframes shark {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.main-index .phone-wrap {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 50%;
  height: 100%;
}
.main-index .phone-wrap img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.main-index .phone-wrap .showPhone {
  -webkit-animation: showPhone 2s;
  -moz-animation: showPhone 2s;
  -ms-animation: showPhone 2s;
  -o-animation: showPhone 2s;
  animation: showPhone 2s;
  opacity: 1;
}
.main-index .phone-wrap .phone01 {
  position: absolute;
  width: 50%;
  top: 52%;
  left: 20%;
}
.main-index .phone-wrap .phone02 {
  position: absolute;
  width: 40%;
  left: 31%;
  top: 22%;
}
.main-index .phone-wrap .phone03 {
  position: absolute;
  width: 30%;
  left: 27%;
  top: 2%;
}
.main-index .banner-balls-wrap {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 50%;
  height: 100%;
}
.main-index .banner-balls-wrap .b-balls {
  position: absolute;
}
.main-index .banner-balls-wrap .b-balls-01 {
  top: 8%;
  left: 21%;
  -webkit-animation: Mpouple 2s infinite;
  -moz-animation: Mpouple 2s infinite;
  -ms-animation: Mpouple 2s infinite;
  -o-animation: Mpouple 2s infinite;
  animation: Mpouple 2s infinite;
}
.main-index .banner-balls-wrap .b-balls-02 {
  top: 40%;
  left: 50%;
  -webkit-animation: Mpouple 2.5s infinite;
  -moz-animation: Mpouple 2.5s infinite;
  -ms-animation: Mpouple 2.5s infinite;
  -o-animation: Mpouple 2.5s infinite;
  animation: Mpouple 2.5s infinite;
}
.main-index .banner-balls-wrap .b-balls-03 {
  top: 29%;
  left: 39%;
  -webkit-animation: Mpouple 3s infinite;
  -moz-animation: Mpouple 3s infinite;
  -ms-animation: Mpouple 3s infinite;
  -o-animation: Mpouple 3s infinite;
  animation: Mpouple 3s infinite;
}
.main-index .banner-balls-wrap .b-balls-04 {
  top: 39%;
  left: 8%;
  -webkit-animation: Mpouple 2.7s infinite;
  -moz-animation: Mpouple 2.7s infinite;
  -ms-animation: Mpouple 2.7s infinite;
  -o-animation: Mpouple 2.7s infinite;
  animation: Mpouple 2.7s infinite;
}
.main-index .banner-balls-wrap .b-balls-05 {
  top: 31%;
  left: 72%;
  -webkit-animation: Mpouple 2.2s infinite;
  -moz-animation: Mpouple 2.2s infinite;
  -ms-animation: Mpouple 2.2s infinite;
  -o-animation: Mpouple 2.2s infinite;
  animation: Mpouple 2.2s infinite;
}
.main-index .banner-balls-wrap .b-balls-06 {
  top: 16%;
  left: 65%;
  -webkit-animation: Mpouple 2.8s infinite;
  -moz-animation: Mpouple 2.8s infinite;
  -ms-animation: Mpouple 2.8s infinite;
  -o-animation: Mpouple 2.8s infinite;
  animation: Mpouple 2.8s infinite;
}
.main-index .banner-balls-wrap .b-balls-07 {
  top: 29%;
  left: 18%;
  -webkit-animation: Mpouple 2.4s infinite;
  -moz-animation: Mpouple 2.4s infinite;
  -ms-animation: Mpouple 2.4s infinite;
  -o-animation: Mpouple 2.4s infinite;
  animation: Mpouple 2.4s infinite;
}
.main-index .banner-img-wrap-2 .more {
  position: absolute;
  top: 60%;
  left: 22%;
}
.main-index .banner-img-wrap-3 .more {
  position: absolute;
  top: 65%;
  left: 19%;
}

.banner {
  position: relative;
  overflow: hidden;
}




.banner .banner-text {
  width: 1200px;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .diff-title {
  color: #fff;
  line-height: 40px;
  font-size: 22px;
  margin: 0;
}
.banner .diff-des {
  color: #8a90b4;
}
@keyframes showPhone {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes showPhone {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@-moz-keyframes showPhone {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@-ms-keyframes showPhone {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@-o-keyframes showPhone {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes Mpouple {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes Mpouple {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes Mpouple {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-ms-keyframes Mpouple {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes Mpouple {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.service-wrap {
  width: 100%;
  background: #f8f9fb;
}
.service-wrap .service {
  width: 1200px;
  height: 170px;
  margin: auto;
}
.service-wrap .service-item {
  float: left;
  width: 33.333%;
}
.service-wrap .service-item-main {
  display: inline-block;
  margin: 45px 0 20px 50px;
  cursor: pointer;
}
.service-wrap .service-item-main .icon {
  width: 80px;
  height: 80px;
  margin-right: 40px;
  float: left;
}
.service-wrap .service-item-main .tip {
  display: inline-block;
  padding-top: 6px;
}
.service-wrap .service-item-main .tip h3 {
  margin: 0 0 5px 0;
  font-size: 24px;
  font-weight: 100;
  color: #313131;
}
.service-wrap .service-item-main .tip span {
  font-size: 18px;
  color: #a3abbe;
}
.service-wrap .service-item-main:hover .tip span {
  color: #495fa5;
}
.intro-wrap {
  width: 100%;
  height: 250px;
  background: #333;
  background: url('/skin/images/i_background.jpg');
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
.intro-wrap .intro-wrap-main {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.intro-wrap .intro {
  width: 1100px;
  margin: auto;
}
.intro-wrap .intro-item {
  width: 33.333%;
  margin-top: 70px;
  float: left;
  color: #fff;
  text-align: center;
}
.intro-wrap .intro-item .icon {
  width: 55px;
  height: 50px;
  margin: auto;
}
.intro-wrap .intro-item .count-text {
  display: block;
  padding: 15px 0 0 0;
  font-size: 36px;
}
.intro-wrap .intro-item .count-text .number {
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 10px;
  height: 42px;
}
.intro-wrap .intro-item .count-text .number-box {
  float: left;
  width: 20px;
  overflow: hidden;
  line-height: 42px;
  position: relative;
  top: 0;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.intro-wrap .intro-item .count-text .number-box span {
  float: left;
  height: 42px;
  overflow: hidden;
}
.intro-wrap .intro-item .count-tip {
  display: block;
}
.partner-wrap {
  width: 100%;
  background: #f8f9fb;
  border-bottom: 1px solid #eceef0;
}
.partner-main {
  width: 1200px;
  margin: auto;
  padding: 60px 0 0 0;
}
.partner-body {
  padding: 50px 0;
}
.partner-body .unslider-arrow::after,
.partner-body .unslider-arrow::before {
  background: #495fa5;
}
.partner-body .m-unslider-partner {
  display: none;
}
.partners-wrap {
  width: 954px;
  margin: auto;
}
.partners-wrap li {
  float: left;
  margin: 10px !important;
}
.news-wrap {
  background: #fff;
}
.news-wrap .news {
  position: relative;
  width: 1200px;
  margin: auto;
  padding: 60px 0 0 0;
}
.news-wrap .news .more-btn-wrap {
  position: absolute;
  right: 10px;
  top: 70px;
}
.news-wrap .news .more-btn-wrap .more {
  background: none;
  border: 1px solid #7f7e7f;
  color: #7f7e7f;
}
.news-wrap .news .more-btn-wrap .more .arrow {
  background: #7f7e7f;
}
.news-wrap .news .more-btn-wrap .more .arrow::after,
.news-wrap .news .more-btn-wrap .more .arrow::before {
  background: #7f7e7f;
}
.news-wrap .news .more-btn-wrap .more:hover {
  background: #495fa5;
  border: 1px solid #495fa5;
  color: #fff;
}
.news-wrap .news .more-btn-wrap .more:hover .arrow {
  background: #fff;
}
.news-wrap .news .more-btn-wrap .more:hover .arrow::after,
.news-wrap .news .more-btn-wrap .more:hover .arrow::before {
  background: #fff;
}
.news-wrap .news-more {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  right: 10px;
  top: 70px;
  border: 1px solid #7f7e7f;
  border-radius: 50px;
}
.news-wrap .news-more a {
  display: block;
  color: #7f7e7f;
  padding: 8px 25px;
}
.news-wrap .news-more .icon {
  display: inline-block;
  width: 15px;
  height: 2px;
  position: relative;
  top: -3px;
  margin-left: 3px;
  background-color: #7f7e7f;
}
.news-wrap .news-more .icon::before,
.news-wrap .news-more .icon::after {
  display: block;
  content: '';
  width: 8px;
  height: 2px;
  background-color: #7f7e7f;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-wrap .news-more .icon::before {
  top: -3px;
}
.news-wrap .news-more .icon::after {
  top: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.news-wrap .news-more:hover {
  background: #8a90b4;
  border-color: #8a90b4;
}
.news-wrap .news-more:hover a {
  color: #fff;
}
.news-wrap .news-more:hover .icon {
  background: #fff;
}
.news-wrap .news-more:hover .icon::before,
.news-wrap .news-more:hover .icon::after {
  background: #fff;
}
.news-wrap .news-body {
  margin: 20px 0 60px 0;
  height: 328px;
}
.news-wrap .new-list {
  width: 584px;
  float: left;
}
.news-wrap .new-list li {
  width: 33.3%;
}
.news-wrap .new-list-wrap {
  max-height: 300px;
  overflow: auto;
  padding-top: 10px;
}
.news-wrap .new-list-wrap li {
  padding: 16px 0;
  width: 100%;
  color: #7f7e7f;
}
.news-wrap .new-list-wrap li .new-title {
  display: inline-block;
  max-width: 430px;
  color: #7f7e7f;
}
.news-wrap .new-list-wrap li .new-time {
  float: right;
  margin-top: 3px;
}
.news-wrap .new-view {
  width: 583px;
  height: 100%;
  margin-left: 30px;
  float: right;
  background: #ccc;
}
.news-wrap .new-view .video-js {
  position: relative;
  width: 100%;
  height: 100%;
}
.news-wrap .new-view .video-js .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tab-card .tab-nav {
  overflow: hidden;
  border: 1px solid #eaebed;
  background-color: #f8f9fb;
}
.tab-card .nav-item {
  float: left;
}
.tab-card .nav-item a {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #7f7e7f;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
}
.tab-card .nav-item.rist-item {
  width: 33.3333%;
}
.tab-card .nav-item.scenary-item {
  width: 50%;
}
.tab-card .nav-item.active a {
  border-bottom: 4px solid #8a90b4;
}
.modal-wrap {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal-wrap .modal-mask {
  widows: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.modal-wrap .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  z-index: 100;
}
.modal-wrap .modal .modal-top {
  position: relative;
  height: 40px;
}
.modal-wrap .modal .modal-top .close {
  position: absolute;
  top: 0;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #8a90b4;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
.modal-wrap .modal .modal-top .close .cross {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.modal-wrap .modal .modal-top .close .cross::after,
.modal-wrap .modal .modal-top .close .cross::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 19px;
  display: inline-block;
  width: 2px;
  height: 20px;
  background: #fff;
}
.modal-wrap .modal .modal-top .close .cross::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-wrap .modal .modal-top .close .cross::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-wrap .modal .modal-content {
  padding: 20px 40px 40px 40px;
  text-align: center;
  line-height: 1.6;
  color: #7f7e7f;
}
.fixed {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 99;
}
.fixed .fixed-block {
  display: block;
  width: 76px;
  height: 83px;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.fixed .online-block {
  background: #8a90b4;
}
.fixed .weixin-block {
  background: #495fa5;
}
.fixed .totop-block {
  display: block;
  width: 76px;
  height: 75px;
  padding: 20px 0 0 0;
  background: #7f7e7f;
  cursor: pointer;
}
.fixed .ico {
  margin: auto;
  width: 41px;
  height: 35px;
  background: url('/skin/images/bottom.png');
  margin-bottom: 3px;
}
.fixed .online-ico {
  width: 41px;
  height: 35px;
  background-position: -10px -10px;
}
.fixed .weixin-ico {
  width: 27px;
  height: 35px;
  background-position: -10px -65px;
}
.fixed .totop-ico {
  width: 36px;
  height: 34px;
  background-position: -71px -10px;
}
.fixed .fixed-info-card {
  display: none;
  margin-left: -100px;
  color: #fff;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}
.fixed .fixed-info-card .title {
  position: relative;
  padding: 10px;
  font-size: 14px;
  background: #495fa5;
}
.fixed .fixed-info-card .title .close {
  position: absolute;
  right: 15px;
  margin-top: 3px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('/skin/images/bottom.png') -127px -52px;
  cursor: pointer;
}
.fixed .fixed-info-card .body {
  padding: 10px;
  background: #fff;
}
.fixed .fixed-info-card .body .item-weixin {
  text-align: center;
  padding-top: 5px;
}
.fixed .fixed-info-card .body .item-weixin .item-title {
  color: #7f7e7f;
  line-height: 24px;
}
.fixed .fixed-info-card .body .item-weixin .item-img {
  margin: 0 auto;
  width: 132px;
  text-align: center;
}
.fixed .fixed-info-card .body .item-weixin .item-img img {
  width: 100%;
}
.fixed .fixed-info-card .body .item {
  height: 40px;
  line-height: 40px;
}
.fixed .fixed-info-card .body .item .item-ico {
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: url('/skin/images/bottom.png');
}
.fixed .fixed-info-card .body .item .phone {
  background-position: -127px -10px;
}
.fixed .fixed-info-card .body .item .number {
  display: inline-block;
  color: #7f7e7f;
  vertical-align: super;
}
.fixed .weixin .body {
  text-align: center;
}
.contact-main {
  width: 1200px;
  margin: 0 auto;
}
.phone-email-wrap {
  border: 1px solid #8a90b4;
  margin-bottom: 10px;
  padding: 20px 40px;
  font-size: 18px;
  color: #7f7e7f;
}
.phone-email-wrap span {
  display: inline-block;
  margin-right: 50px;
}
.contact-info-wrap {
  margin: 50px 0;
}
.contact-info-bar {
  position: relative;
}
.contact-info-bar::before {
  content: '';
  position: absolute;
  top: 35px;
  display: block;
  width: 100%;
  height: 3px;
  background: #8a90b4;
}
.contact-info-bar .place-item {
  position: relative;
  float: left;
  width: 240px;
  text-align: center;
}
.contact-info-bar .place-item img {
  z-index: 9;
  position: absolute;
  left: 0;
  display: inline-block;
}
.contact-info-bar .place-item a {
  position: relative;
}
.contact-info-bar .place-item .circle {
  display: inline-block;
  z-index: 2;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #495fa5;
  opacity: 0.5;
}
.contact-info-bar .place-item .circle.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation: openCircles 2s infinite;
  -moz-animation: openCircles 2s infinite;
  -ms-animation: openCircles 2s infinite;
  -o-animation: openCircles 2s infinite;
  animation: openCircles 2s infinite;
}
.contact-info-bar .place-item span.name {
  display: block;
  padding: 20px;
  font-size: 18px;
  color: #7f7e7f;
}
@keyframes openCircles {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
@-webkit-keyframes openCircles {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
@-moz-keyframes openCircles {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
@-ms-keyframes openCircles {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
@-o-keyframes openCircles {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  to {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
.contact-info-map {
  width: 100%;
  height: 500px;
  background: #ccc;
  position: relative;
}
.contact-info-map .address {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  color: #fff;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.5) url('/skin/images/location.png') 20px center no-repeat;
  padding-left: 40px;
}
.contact-info-map .address > span {
  display: inline-block;
  padding-left: 20px;
}
.contact-info-map #infoMap {
  width: 100%;
  height: 500px;
}
.job-item {
  color: #7f7e7f;
  padding: 30px 0 0 0;
  border-bottom: 1px solid #eaebed;
}
.job-item-title {
  margin-bottom: 20px;
  font-size: 20px;
}
.job-item-card {
  margin-bottom: 30px;
}
.job-item-card ol {
  margin-left: 20px;
}
.job-item-card ol li {
  margin-top: 10px;
}
.job-item-card-title {
  margin-bottom: 10px;
}
.slide-team-wrap {
  margin-bottom: 20px;
}
.slide-team-wrap .team-img img {
  display: block;
}
.slide-team-wrap .unslider-arrow {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slide-team-wrap .unslider-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}
.slide-team-wrap .prev {
  left: -40px !important;
  -webkit-border-radius: 0 50% 50% 0;
  -moz-border-radius: 0 50% 50% 0;
  -ms-border-radius: 0 50% 50% 0;
  -o-border-radius: 0 50% 50% 0;
  border-radius: 0 50% 50% 0;
}
.slide-team-wrap .prev::before,
.slide-team-wrap .prev::after {
  width: 20px;
  height: 3px;
  right: 12px;
  background: #8a90b4;
}
.slide-team-wrap .prev::before {
  top: 32px;
}
.slide-team-wrap .prev::after {
  top: 44px;
}
.slide-team-wrap .next {
  right: -40px !important;
  -webkit-border-radius: 50% 0 0 50%;
  -moz-border-radius: 50% 0 0 50%;
  -ms-border-radius: 50% 0 0 50%;
  -o-border-radius: 50% 0 0 50%;
  border-radius: 50% 0 0 50%;
}
.slide-team-wrap .next::before,
.slide-team-wrap .next::after {
  width: 20px;
  height: 3px;
  left: 12px;
  background: #8a90b4;
}
.slide-team-wrap .next::before {
  top: 32px;
}
.slide-team-wrap .next::after {
  top: 44px;
}
.team-intro {
  margin-top: 1px;
}
.techTeam-card {
  position: relative;
  width: 33.3%;
  float: left;
  border-left: 1px solid #ccc;
  background: #8a90b4;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.techTeam-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.techTeam-card:first-child {
  background: #f8f9fb;
  color: #8a90b4;
}
.techTeam-card:first-child .techTeam-title::after {
  border: 2px solid #8a90b4;
}
.techTeam-card:nth-child(2) {
  background: #495fa5;
  color: #fff;
}
.techTeam-card:nth-child(2) .techTeam-title::after {
  border: 2px solid #fff;
}
.techTeam-card-main {
  padding: 30px;
}
.techTeam-card-main .techTeam-title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.techTeam-card-main .techTeam-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.techTeam-card-main .techTeam-body {
  padding-left: 20px;
  font-size: 14px;
}
.technology {
  padding-top: 80px;
}
.technology .technology-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.technology .technology-banner li {
  position: relative;
}
.technology .technology-banner .image {
  width: 100%;
}
.technology .technology-banner .image img {
  display: block;
}
.technology .technology-banner .banner-text {
  position: absolute;
  width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 65px;
}
.technology .technology-banner .banner-text .diff-title {
  color: #fff;
}
.technology .technology-banner .banner-text .diff-des {
  color: #8a90b4;
}
.technology .technology-banner .banner-text .description {
  color: #fff;
  padding-top: 20px;
  line-height: 24px;
  font-size: 14px;
  width: 60%;
}
.technology .technology-main {
  width: 1200px;
  margin: 0 auto;
}
.technology .technology-main .m-title {
  margin-top: 50px;
}
.technology .technology-main * {
  box-sizing: border-box;
}
.technology .technology-main .tech-block {
  margin-bottom: 100px;
  padding-top: 50px;
  -webkit-perspective: 2000;
  -moz-perspective: 2000;
  -ms-perspective: 2000;
  -o-perspective: 2000;
  perspective: 2000;
}
.technology .technology-main .tech-block .tech-item {
  position: relative;
  width: 682px;
  border: 1px solid #8a90b4;
  padding: 22px 50px 22px 60px;
  border-radius: 25px;
  color: #7f7e7f;
  opacity: 0;
}
.technology .technology-main .tech-block .tech-item .image {
  float: left;
  margin-top: 20px;
}
.technology .technology-main .tech-block .tech-item .detail {
  float: right;
  width: 420px;
}
.technology .technology-main .tech-block .tech-item .name {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}
.technology .technology-main .tech-block .tech-item .en-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
}
.technology .technology-main .tech-block .tech-item .text {
  font-size: 14px;
  line-height: 1.6;
}
.technology .technology-main .tech-block .item_0,
.technology .technology-main .tech-block .item_2 {
  float: left;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.technology .technology-main .tech-block .item_1,
.technology .technology-main .tech-block .item_3 {
  float: right;
  margin-top: -15px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.technology .technology-main .tech-block .item_1 .image,
.technology .technology-main .tech-block .item_3 .image {
  float: right;
}
.technology .technology-main .tech-block .item_1 .detail,
.technology .technology-main .tech-block .item_3 .detail {
  float: left;
  text-align: right;
}
.technology .technology-main .tech-block .item_2 {
  margin-top: -15px;
}
.apply-main {
  width: 420px;
  margin: auto;
}
.apply-form-wrap {
  width: 450px;
  margin: 50px auto;
}
.apply-form-wrap .form-item {
  position: relative;
  margin: 0 0 25px 0;
  font-size: 18px;
}
.apply-form-wrap .form-item label {
  display: inline-block;
  width: 100px;
}
.apply-form-wrap .form-item .m-select {
  display: none;
}
.apply-form-wrap .form-item .select-item {
  position: relative;
  display: inline-block;
  outline: none;
}
.apply-form-wrap .form-item .select-item::after {
  position: absolute;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  top: 16px;
  right: 17px;
  cursor: pointer;
  border: solid 10px #8a90b4;
  border-width: 10px 7px 0 7px;
  border-color: #8a90b4 transparent transparent transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.apply-form-wrap .form-item .select-item .option-list {
  display: none;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  z-index: 9;
}
.apply-form-wrap .form-item .select-item .option-list .option-list-main {
  width: 100%;
  padding: 5px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.apply-form-wrap .form-item .select-item .option-list li > a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #313131;
}
.apply-form-wrap .form-item .select-item .option-list li > a:hover {
  background: #f8f9fb;
}
.apply-form-wrap .form-item > .active::after {
  border: solid 10px #8a90b4;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #8a90b4 transparent;
}
.apply-form-wrap .form-item .form-error {
  position: absolute;
  top: 39px;
  left: 130px;
  font-size: 14px;
  color: #a00;
}
.apply-form-wrap .form-item label {
  margin-right: 20px;
  color: #313131;
}
.apply-form-wrap .form-item label::before {
  display: inline-block;
  content: '*';
  margin-right: 5px;
  vertical-align: sub;
  color: #8a90b4;
}
.apply-form-wrap .form-item input,
.apply-form-wrap .form-item select {
  width: 250px;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #7f7e7f;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.apply-form-wrap .button-wrap {
  text-align: center;
  padding: 20px 0;
}
.apply-form-wrap .button-wrap .apply-button {
  outline: none;
  padding: 15px 50px;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  background: #8a90b4;
}
.apply-form-wrap .button-wrap .apply-button:hover {
  background: #495fa5;
}
.footer {
  width: 100%;
  background: #22253d;
  color: #fff;
}
.footer-main {
  width: 1200px;
  margin: auto;
  padding: 50px 0;
}
.foot-b {
  float: left;
  margin-right: 80px;
}
.foot-b-right {
  float: right;
  margin-right: 0;
}
.font-b-list {
  margin-top: 10px;
  font-size: 13px;
}
.font-b-list a {
  display: block;
  margin: 8px 0;
  color: #495fa5;
}
.coppy-right {
  border-top: 1px solid #7f7e7f;
  height: 54px;
  line-height: 54px;
  font-size: 13px;
}
.coppy-right-main {
  width: 1200px;
  margin: auto;
}
.coppy-right-main a,
.coppy-right-main span {
  display: inline-block;
  margin-right: 50px;
  color: #a3abbe;
}
.mobile-modal {
  display: none;
}
.m-fixed-footer {
  display: none;
}

.title {

    bottom: -20px;
    left: 0px;
}


