body {
  width: 100%;
}
.tj {
  text-align: Justify;
}
.wrap {
  width: 65%;
  margin: 0 auto;
  min-width: 950px;
}
.navbox {
  position: fixed;
  z-index: 3;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.carousel-indicators {
  z-index: 2;
}
.nav {
  height: 60px;
  width: 70%;
  margin: 0 15%;
}
.nav .logo {
  position: relative;
  height: 40px;
  margin-top: 10px;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.nav .logo-to {
  left: -50px;
  opacity: 0;
}
.nav ul {
  list-style: none;
  float: right;
  margin: 10px 0 0;
  padding: 0;
}
.nav ul li {
  position: relative;
  float: left;
  font-size: 16px;
  margin-right: 60px;
  line-height: 44px;
}
.nav ul li a {
  position: relative;
  color: #fff;
  padding: 8px 18px;
  font-weight: 500;
}
.nav ul li a:hover,
.nav ul li a:active,
.nav ul li a:focus {
  text-decoration: none;
}
.nav ul li .active {
  background: #fff;
  color: #333;
  border-radius: 20px;
}
.nav ul li a:hover {
  color: #333;
}
.nav ul li a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  content: '';
  border-radius: 20px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.nav ul li a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.banner {
  position: relative;
}
.banner .color1 {
  height: 500px;
  
}
.banner .color2 {
  
}
.banner .indexBanner {
  position: absolute;
  height: 500px;
  width: 100%;
  top: 0;
  z-index: 2;
  background: url(../images/banner.png) center center no-repeat;
  background-size: cover;
}
.banner .mac {
  position: absolute;
  bottom: 0;
  right: 322px;
  z-index: 2;
  margin-bottom: -40px;
  height: 420px;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.banner .mac-to {
  right: 0;
  opacity: 0;
}
.banner .internet {
  position: absolute;
  left: 23%;
  top: 100px;
  z-index: 2;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.banner .intro {
  position: absolute;
  left: 23%;
  top: 300px;
  color: #fff;
  font-size: 20px;
  z-index: 2;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.banner .internet-to,
.banner .intro-to {
  left: 0;
  opacity: 0;
}
@media (max-width: 1400px) {
  .nav,
  .companyMsg {
    width: 85%;
  }
  .banner .mac {
    right: 100px;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 1;
  }
  .banner .mac-to {
    right: 0;
    opacity: 0;
  }
  .internet {
    left: 24%;
  }
  .intro {
    left: 22%;
  }
}
@media (max-width: 1200px) {
  .internet {
    left: 18%;
  }
  .intro {
    left: 14%;
  }
}
.introLs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
}
.introLs ul {
  list-style: none;
  padding: 0;
}
.introLs .intro {
  max-width: 65%;
  min-width: 950px;
  margin: 50px auto 0 auto;
}
.introLs .title {
  font-size: 28px;
  color: #333;
  margin: 30px 0 8px 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.introLs .subtitle {
  color: #666;
  font-size: 16px;
  margin-bottom: 30px;
  font-family: Helvetica;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.introLs .title-to,
.introLs .subtitle-to {
  opacity: 0;
}
.introLs .leftnav {
  float: left;
  text-align: center;
  width: 245px;
  line-height: 42px;
  padding: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.introLs .leftnav .active {
  background: #4296E3;
  color: #fff;
  border-top: 1px solid #fff;
}
.introLs .leftnav li {
  cursor: pointer;
  border-top: 1px solid #fff;
}
.introLs .leftnav li:hover {
  background: #4296E3;
  color: #fff;
  border-top: 1px solid #fff;
}
.introLs .leftnav-to {
  opacity: 0;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}
.introLs .rbox {
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
  padding-left: 30px;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  top: 0;
}
.introLs .rbox .technlg {
  width: 100%;
  height: 220px;
  text-align: center;
}
.introLs .rbox .carousel-indicators {
  bottom: -35px;
}
.introLs .rbox .carousel-indicators li {
  background: #898989;
  width: 50px;
  margin: 5px;
  border: 0;
}
.introLs .rbox .carousel-indicators .active {
  margin: 5px;
  width: 50px;
  height: 10px;
  background-color: #4296E3;
}
.introLs .rbox .leftimg {
  width: 200px;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.introLs .rbox .righttext {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 30px 0 0 0;
  color: #333;
  margin-top: -60px;
}
.introLs .rbox .tit {
  font-size: 30px;
  line-height: 60px;
  margin-bottom: 0;
}
.introLs .rbox .tit2 {
  font-size: 28px;
  line-height: 50px;
  margin-bottom: 0;
}
.introLs .rbox .tit3 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 0;
}
.introLs .rbox .leftbtn {
  width: 50%;
}
.introLs .rbox .rightbtn {
  right: 0;
  width: 50%;
  left: inherit;
}
.introLs .rbox-to {
  top: -50px;
  opacity: 0;
}
.introLs .hoverfallow {
  overflow: hidden;
  padding: 3px;
  margin-bottom: 30px;
}
.introLs .advtg {
  position: relative;
  text-align: center;
}
.introLs .advtg .imgarea {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .7s;
  transition: all .7s;
  top: 0;
}
.introLs .advtg .imgarea2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.introLs .advtg .imgarea3 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.introLs .advtg .imgarea1-to {
  top: 80px;
}
.introLs .advtg .imgarea2-to {
  top: 80px;
}
.introLs .advtg .imgarea3-to {
  top: 80px;
}
.introLs .advtg img {
  display: block;
  position: relative;
  width: 100%;
}
.introLs .advtg .mask {
  position: absolute;
  background: rgba(66, 150, 227, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
}
.introLs .advtg .mask span {
  display: block;
  text-align: left;
  padding: 15px 20px;
  line-height: 28px;
}
.introLs .advtg .imgtext {
  color: #666;
  margin: 20px 0;
}
.introLs .advtg:hover {
  box-shadow: 1px 3px 3px #C5C9CC;
}
.introLs .partner .pnTitle {
  font-size: 20px;
  color: #666;
  text-align: center;
  margin: 18px 0 25px 0;
}
.introLs .partner .blockImg {
  display: block;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  max-height: inherit;
}
.introLs .partner .blockImg-to {
  opacity: .4;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}
.introLs .partner .top0 {
  position: relative;
  top: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.introLs .partner .top0-to {
  top: -60px;
}
.introLs .partner img {
  max-width: 100%;
  margin-bottom: 30px;
  max-height: 60px;
}
.introLs .partner .newspaper {
  margin-bottom: 30px;
}
.introLs .partner .special {
  max-height: inherit;
}
.BD {
  background: url(../images/read.jpg) center center no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding-bottom: 60px;
}
.BD .mal {
  margin: -80px auto 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.BD .mal-to {
  opacity: .4;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}
.BD ul {
  list-style: none;
}
.BD .carousel-indicators {
  bottom: -45px;
}
.BD .carousel-indicators li {
  background: #898989;
  width: 50px;
  margin: 5px;
  border: 0;
}
.BD .carousel-indicators .active {
  margin: 5px;
  width: 50px;
  height: 10px;
  background-color: #4296E3;
}
.BD .directions {
  width: 960px;
  margin: 0 auto;
}
.BD .drt {
  position: relative;
  float: left;
  width: 25%;
  padding-bottom: 25%;
}
.BD .middletext {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.BD .color1 {
  background: #EEEEEE;
  color: #333333;
}
.BD .color2 {
  background: #313131;
  color: #fff;
}
.BD .triangle-up {
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid #313131;
  z-index: 1;
}
.BD .triangle-down {
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #EEEEEE;
  z-index: 1;
}
.BD .bg1 {
  background: url(../images/bus11.jpg) center center no-repeat;
  background-size: cover;
}
.BD .bg2 {
  background: url(../images/bus12.jpg) center center no-repeat;
  background-size: cover;
}
.BD .bg3 {
  background: url(../images/bus13.jpg) center center no-repeat;
  background-size: cover;
}
.BD .bg4 {
  background: url(../images/bus14.jpg) center center no-repeat;
  background-size: cover;
}
.BD .bg5 {
  background: url(../images/bus15.jpg) center center no-repeat;
  background-size: cover;
}
.BD .bg21 {
  background: url(../images/bus21.jpg) center center no-repeat;
  background-size: cover;
}
.BD .bg22 {
  background: url(../images/bus22.jpg) center center no-repeat;
  background-size: cover;
}
.BD .bg23 {
  background: url(../images/bus23.jpg) center center no-repeat;
  background-size: cover;
}
.BD .bg24 {
  background: url(../images/bus24.jpg) center center no-repeat;
  background-size: cover;
}
.BD .bg25 {
  background: url(../images/bus25.jpg) center center no-repeat;
  background-size: cover;
}
.BD .bg26 {
  background: url(../images/bus26.jpg) center center no-repeat;
  background-size: cover;
}
.BD .bg27 {
  background: url(../images/bus27.jpg) center center no-repeat;
  background-size: cover;
}
.BD .bg28 {
  background: url(../images/bus28.jpg) center center no-repeat;
  background-size: cover;
}
.BD .bg29 {
  background: url(../images/bus29.jpg) center center no-repeat;
  background-size: cover;
}
.BD .bg30 {
  background: url(../images/bus30.jpg) center center no-repeat;
  background-size: cover;
}
.BD .bg31 {
  background: url(../images/bus31.jpg) center center no-repeat;
  background-size: cover;
}
.solutions .BD .carousel {
  padding: 60px 0 0 0;
}
.solutions .BD .directions {
  width: 95%;
  margin-left: 10px;
}
.solutions .BD .directions .drt {
  width: 20%;
  padding-bottom: 20%;
}
.introLs .strengths {
  padding: 20px 30px 0;
  height: 375px;
}
.introLs .list-ys {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  top: 0;
  box-shadow: 0 0 20px #c5c9cc;
  margin-top: 15px;
  margin-bottom: 15px;
}
.introLs .list-ys.listys-to {
  top: 30px;
}
.introLs .list-ys.listystime1 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.introLs .list-ys.listystime2 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.introLs .list-ys.listystime3 {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}
.introLs .list-ys .strengths p {
  position: relative;
  line-height: 30px;
  margin-bottom: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.introLs .list-ys .strengths p:after {
  content: "";
  position: absolute;
  left: -17px;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #4296e3;
  display: inline-block;
  border-radius: 50%;
}
.introLs .list-ys h5 {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0;
  background: #4296e3;
}
.introLs .customer {
  background: url(../images/read2.jpg) no-repeat;
  background-size: cover;
}
.introLs .customer .cus-list {
  max-width: 65%;
  min-width: 950px;
  height: 480px;
  background: #eee;
  margin: 0 auto;
  padding: 50px;
}
.introLs .customer .cus-list strong {
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 25px;
  display: block;
}
.introLs .customer .cus-list p {
  padding-left: 20px;
  line-height: 40px;
  margin-bottom: 0;
}
.introLs .customer .cus-list ul.dot-list {
  list-style: none;
}
.introLs .customer .cus-list .dot-list p:after {
  left: 0;
  top: 20px;
}
.introLs .customer .cus-list .cus-con li {
  float: left;
  width: 33.333%;
}
.introLs .customer .cus-list .cus-con li dt {
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
  color: #4296e3;
  padding-left: 20px;
}
.introLs .customer .cus-list .cus-con li dt:before {
  content: "";
  z-index: 3;
  position: absolute;
  left: 3px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #eee;
  display: block;
  border-radius: 50%;
}
.introLs .customer .cus-list .cus-con li dt:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background: #4296e3;
  display: block;
  border-radius: 50%;
}
.dot-list p,
.dot-list li {
  position: relative;
  padding-left: 18px;
  text-indent: 0!important;
}
.dot-list p:after,
.dot-list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #4296e3;
  display: inline-block;
  border-radius: 50%;
}
.solutions ul.content {
  list-style: none;
}
.solutions ul.content li:after {
  top: 23px;
}
.gotoTop {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 50px;
  color: #fff;
  padding: 0 4px 4px 4px;
  width: 44px;
  text-align: center;
  background: #4296E3;
  font-size: 13px;
  cursor: pointer;
  z-index: 4;
  line-height: 14px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.gotoTop img {
  width: 26px;
}
@media (max-width: 1350px) {
  .introLs .advtg .mask span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1180px) {
  .introLs .advtg .mask span {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 20px;
  }
}
.companyBanner {
  position: relative;
  height: 500px;
  background: url(../images/about-hanner.jpg) center top no-repeat;
  background-size: cover;
}
.companyBanner .internet {
  position: absolute;
  left: 32%;
  top: 160px;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.companyBanner .intro {
  position: absolute;
  left: 30%;
  top: 320px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.companyBanner .internet-to,
.companyBanner .intro-to {
  left: 0;
  opacity: 0;
}
.companyMsg {
  width: 65%;
  min-width: 950px;
  padding: 1%;
  min-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.companyMsg li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.companyMsg.last-child {
  border-bottom: none;
}
.companyMsg .p1 {
  font-size: 22px;
  color: #333;
  margin: 30px 0 8px 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.companyMsg .p2 {
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
  min-width: 90px;
  text-align: center;
  font-family: Helvetica;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  display: inline-block;
}
.companyMsg .p-to {
  opacity: 0;
}
.companyMsg .a1 {
  float: left;
  width: 30%;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.companyMsg .article {
  position: relative;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  padding-left: 60px;
  overflow: hidden;
  text-align: Justify;
  text-justify: inter-ideograph;
}
.companyMsg .qualification .content {
  margin-bottom: 3px;
}
.companyMsg .title {
  font-size: 20px;
  text-indent: 0;
  color: #333;
}
.companyMsg .content {
  position: relative;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  text-indent: 2em;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.companyMsg .imgs {
  text-align: center;
  margin-bottom: 15px;
}
.companyMsg .imgs img {
  display: inline-block;
  max-height: 320px;
  max-width: 30%;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.companyMsg .imgs .img3 {
  max-height: 260px;
  max-width: 38%;
}
.companyMsg .detail {
  overflow: hidden;
  margin-bottom: 50px;
}
.companyMsg .detail .text-center {
  margin-bottom: 40px;
}
.companyMsg .detail .text-center img {
  max-width: 100%;
  display: block;
}
.companyMsg .layout-w {
  padding: 20px 30px 0 90px;
}
.companyMsg .layout-w p {
  text-indent: 0;
  text-align: left;
}
.companyMsg p {
  text-indent: 0;
}
.companyMsg .lay-img {
  width: 58%;
}
.companyMsg .lay-img img {
  display: block;
  max-width: 100%;
  max-height: none;
}
.companyMsg .lay-txt {
  width: 42%;
  padding-left: 40px;
}
.companyMsg .imganm-to {
  opacity: 0 !important;
  -webkit-transform: scale(0.4) !important;
          transform: scale(0.4) !important;
}
.companyMsg .txtanm-to {
  left: -100px !important;
  opacity: 0 !important;
}
.companyMsg li:last-child {
  border-bottom: none;
}
.eeebg {
  background: #eee;
  padding: 50px 0;
}
.eeebg .otherMsg {
  padding: 0;
  list-style: none;
}
.eeebg .msg {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  padding: 0 40px 30px 40px;
}
.eeebg .p1 {
  font-size: 22px;
  color: #333;
  margin: 30px 0 8px 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.eeebg .p2 {
  color: #666;
  width: 90px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: Helvetica;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.eeebg .p-to {
  opacity: 0;
}
.eeebg .ls {
  position: relative;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.eeebg .ls li {
  text-indent: 1em;
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.eeebg .ls li .blue {
  color: #4296E3;
}
.eeebg .ls .l {
  float: left;
}
.eeebg .ls .r {
  overflow: hidden;
  text-indent: 0;
}
.eeebg .msg2 {
  position: relative;
  z-index: 2;
  width: 1080px;
  background: #448ACA;
  padding: 0 80px 30px 80px;
  box-shadow: 2px 5px 5px #C5C9CC;
}
.eeebg .msg2 .p1,
.eeebg .msg2 .p2,
.eeebg .msg2 .ls li {
  color: #fff;
}
.eeebg .txtanm-to {
  left: -100px !important;
  opacity: 0 !important;
}
.solutionBanner {
  position: relative;
  height: 500px;
  background: #0D1A2E url(../images/world.png) 75% 155px no-repeat;
  background-size: 550px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.solutionBanner .internet {
  position: absolute;
  left: 18%;
  top: 120px;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.solutionBanner .intro {
  position: absolute;
  left: 18%;
  top: 320px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.solutionBanner .internet-to,
.solutionBanner .intro-to {
  left: 0;
  opacity: 0;
}
.solutionBanner-to {
  background-size: 250px;
}
.sol-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  color: #4296e3;
  display: block;
  padding-left: 30px;
}
.sol-title:before {
  content: "";
  z-index: 3;
  position: absolute;
  left: 4px;
  top: 20px;
  width: 10px;
  height: 10px;
  background: #eeeeee;
  display: block;
  border-radius: 50%;
}
.sol-title:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 16px;
  width: 18px;
  height: 18px;
  background: #4296e3;
  display: block;
  border-radius: 50%;
}
.s2 .sol-title:before {
  background: #fff;
}
.solutions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.solutions .text {
  position: relative;
  right: 0;
  padding: 0 30px;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.solutions .text-to {
  right: -100px;
  opacity: 0;
}
.solutions .imgs {
  position: relative;
  left: 0;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.solutions .imgs .imgs1s2 {
  width: 100%;
  max-width: 450px;
  margin-bottom: 15px;
}
.solutions .imgs-to {
  left: -200px;
  opacity: 0;
}
.solutions .title {
  font-size: 22px;
  color: #333;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.solutions .title-to {
  opacity: 0;
}
.solutions .content {
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  top: 0;
  text-indent: 2em;
}
.solutions ul.content li {
  float: left;
  width: 50%;
  line-height: 50px;
}
.solutions ul.content li .txt-hui {
  color: #999999;
}
.solutions .content-to {
  opacity: 0;
  top: 100px;
}
.solutions .product {
  width: 65%;
  min-width: 950px;
  margin: 0 auto;
}
.solutions .product .p1 {
  font-size: 22px;
  color: #333;
  margin: 30px 0 8px 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.solutions .product .p2 {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: Helvetica;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}
.solutions .product .p1-to,
.solutions .product .p2-to {
  opacity: 0;
}
.solutions .s1 {
  background-color: #eee;
  padding: 40px 0 70px;
}
.solutions .row1 {
  width: 65%;
  min-width: 950px;
  overflow: hidden;
  margin: 0 auto;
}
.solutions .s2 {
  padding: 40px 0 70px;
  width: 65%;
  min-width: 950px;
  overflow: hidden;
  margin: 0 auto;
}
.solutions .s3 {
  background: #043871;
  padding: 30px 0 0 0;
}
.solutions .s3 .titlefff {
  color: #fff;
  margin-bottom: 30px;
}
.solutions .s10 {
  width: 65%;
  min-width: 950px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.solutions .s10 .center {
  width: 70%;
  margin: 0 auto;
  text-indent: 0;
  padding: 40px 0 50px;
}
.solutions .s10 .title {
  margin-bottom: 30px;
}
.solutions .s10 .imgs.scale-to {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}
.solutions .s10 .imgs img {
  max-width: 100%;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.solutions .s10 .pd35 {
  padding: 0 35px;
}
.solutions .row2 {
  width: 65%;
  min-width: 950px;
  margin: 0 auto;
}
.solutions .row2 .imgs {
  max-width: 1200px;
}
.solutions .row2 .imgs > div {
  position: relative;
  text-align: center;
  margin-bottom: -20px;
  z-index: 2;
}
.solutions .row2 img {
  max-width: 200px;
  width: 90%;
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.solutions .row2 .kd2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.solutions .row2 .kd3 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.solutions .row2 .kd4 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.solutions .row2 .kd-to {
  -webkit-transform: scale(0.4, 0.4);
          transform: scale(0.4, 0.4);
  opacity: 0;
}
.solutions .s4 {
  width: 65%;
  min-width: 950px;
  margin: 0 auto;
  padding: 50px 0;
}
.solutions .s4 .center {
  width: 75%;
  margin: 0 auto;
  text-indent: 0;
}
.solutions .s5 {
  background: #eee;
}
.solutions .row3 {
  width: 58%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}
.solutions .row3 img {
  position: relative;
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.solutions .row3 .s {
  margin: 0 -15px 0 -15px;
  max-height: 356px;
  z-index: 1;
}
.solutions .row3 .b {
  margin: -60px 0px -60px 0;
  max-height: 440px;
  z-index: 2;
}
.solutions .row3 .sb-to {
  -webkit-transform: scale(0.2, 0.2);
          transform: scale(0.2, 0.2);
  opacity: 0;
}
.solutions .s6 {
  background-color: #C5292A;
  color: #fff;
}
.solutions .row4 {
  width: 65%;
  min-width: 950px;
  margin: 0 auto;
  padding: 50px 0;
}
.solutions .row4 .imgs1 {
  position: relative;
  right: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.solutions .row4 .imgs1 img {
  max-height: 360px;
  margin-left: 2%;
  max-width: 46%;
}
.solutions .row4 .imgs1-to {
  right: -100px;
  opacity: 0;
}
.solutions .row4 .text {
  padding: 2% 30px 2% 0;
}
.solutions .row4 .title,
.solutions .row4 .content {
  color: #fff;
}
.solutions .row4 .detail {
  position: relative;
  left: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 94%;
  margin: 0 auto;
  line-height: 40px;
  font-size: 16px;
}
.solutions .row4 .detail-to {
  left: -100px;
  opacity: 0;
}
.solutions .more {
  margin: 0 auto;
}
.solutions .more .morels {
  list-style: none;
  overflow: hidden;
  color: #fff;
  margin: 0 auto 50px auto;
  padding: 0 25px;
  max-width: 1200px;
  text-align: center;
}
.solutions .more li {
  float: left;
  display: inline-block;
  line-height: 77px;
  margin: 0 1% 30px;
  height: 100px;
  width: 18%;
  border-radius: 6px;
  background: #ccc;
  font-size: 16px;
  -webkit-transition: all .8s;
  transition: all .8s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  display: table;
}
.solutions .more li div {
  line-height: 35px;
  padding: 15px 20px;
  vertical-align: middle;
  display: table-cell;
}
.solutions .more .m1 {
  background: #bb3625;
}
.solutions .more .m2 {
  background: #2954b5;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.solutions .more .m3 {
  background: #14a677;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.solutions .more .m4 {
  background: #3c9eab;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.solutions .more .m5 {
  background: #a6990c;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.solutions .more .m6 {
  background: #fb9e3b;
}
.solutions .more .m7 {
  background: #92a61f;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.solutions .more .m8 {
  background: #a27835;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.solutions .more .m9 {
  background: #6c3faa;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.solutions .more .m10 {
  background: #2aa9ba;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.solutions .more .m-to {
  -webkit-transform: scale(0.4, 0.4);
          transform: scale(0.4, 0.4);
  opacity: 0;
}
.s1 .solutions .product .p1 {
  text-align: center;
}
@media (max-width: 1550px) {
  .solutions ul.content li {
    width: 100%;
    line-height: 35px;
  }
  .solutions ul.content li:after {
    top: 15px;
  }
}
@media (max-width: 1550px) {
  .solutions .more li {
    width: 23%;
  }
}
@media (max-width: 1200px) {
  .solutions .more li {
    width: 31%;
  }
}
.bg2line {
  position: relative;
  color: #4296E3;
  padding: 15px 30px;
  width: 100%;
  font-size: 24px;
  border-bottom-left-radius: 33px;
  border-top-left-radius: 33px;
  border-bottom-right-radius: 33px;
  border-top-right-radius: 33px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: inherit;
}
.bg2line span {
  position: relative;
  z-index: 1;
}
.bg2line:hover {
  color: #fff;
}
.bg2line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom-left-radius: 33px;
  border-top-left-radius: 33px;
  border-bottom-right-radius: 33px;
  border-top-right-radius: 33px;
}
.bg2line:hover::before {
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  opacity: 0;
}
.bg2line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  border-bottom-left-radius: 33px;
  border-top-left-radius: 33px;
  border-bottom-right-radius: 33px;
  border-top-right-radius: 33px;
}
.bg2line:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  border: 1px solid #ffffff;
  opacity: 1;
}
.blueUl {
  color: #4296E3;
}
.blueUl dl {
  color: #666;
}
.whiteUl {
  color: #fff;
}
.whiteUl dl {
  color: #fff;
}
.jobUl {
  font-size: 20px;
  width: 60%;
  margin: 0 auto;
}
.jobUl li {
  margin-bottom: 10px;
}
@media (max-width: 1800px) {
  #hoverfallow2 .col-md-3 .strengths {
    height: 410px;
  }
}
@media (max-width: 1700px) {
  #hoverfallow2 .col-md-3 {
    float: left;
    padding: 10px 15px;
    width: 50%!important;
  }
  #hoverfallow2 .col-md-3 .strengths {
    height: 270px;
  }
}
@media (max-width: 1300px) {
  #hoverfallow2 .col-md-3 {
    width: 50%;
  }
  .jobUl {
    width: 85%;
  }
}
.job-skew {
  background: #4296E3;
}
.job-skew dl {
  font-size: 16px;
}
.job-skew dt {
  margin: 10px 0;
}
.job-skew dd {
  margin: 5px 0;
}
.job-skew .job-header {
  width: 100%;
  margin: 0;
  height: 750px;
  background: #4296E3;
  box-sizing: border-box;
  padding: 100px 0 0 0;
  color: #fff;
  text-align: center;
}
.job-skew .job-header .main {
  list-style: none;
  width: 470px;
  margin-left: 90px;
}
@media (max-width: 1220px) {
  .job-skew .job-header .main {
    margin-left: 30px;
  }
}
@media (max-width: 1120px) {
  .job-skew .job-header .main {
    margin-left: 10px;
  }
}
.job-skew .job-header > div:first-child {
  overflow: hidden;
}
.job-skew .job-header > div:first-child .balloon {
  float: right;
  margin: 0 auto;
  width: 360px;
}
.job-skew .job-header > div:last-child .slogan {
  margin: 0 0 20px 0;
}
.job-skew .job-header > div:last-child .slogan p {
  font-family: Helvetica;
  font-size: 67px;
  margin: 0;
  line-height: 80px;
}
.job-skew .job-header > div:last-child .slogan p:last-child {
  font-size: 105px;
  font-weight: 700;
}
.job-skew .job-header > div:last-child .pinpic {
  width: 190px;
}
.job-skew .job-header > div:last-child .talent {
  font-size: 40px;
  padding: 20px;
  letter-spacing: 4px;
}
.job-skew .job-header > div:last-child .email {
  text-align: center;
  font-size: 22px;
  border: 2px solid #fff;
  height: 75px;
  margin: 20px 0;
}
.job-skew .job-header > div:last-child .email p {
  line-height: 32px;
  margin: -30px 15px;
  padding: 20px 30px;
  letter-spacing: 2px;
  text-align: left;
  background-color: #4296E3;
}
.job-skew .job-java {
  height: 970px;
  background: #fff;
  -webkit-transform: skewY(15deg);
  transform: skewY(15deg);
}
.job-skew .job-java .contenter {
  -webkit-transform: skewY(-15deg);
          transform: skewY(-15deg);
}
.job-skew .job-java .ready {
  position: absolute;
  -webkit-transform: skewY(-15deg);
          transform: skewY(-15deg);
  font-size: 30px;
  color: #4296E3;
  bottom: 0;
  right: 25%;
}
.job-skew .job-java .ready span {
  display: block;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.job-skew .job-cSharp {
  height: 400px;
  background-color: #4296E3;
}
.job-other {
  position: relative;
  background-color: #fff;
  padding: 30px 0 30px 0;
}
.job-other dl {
  font-size: 16px;
}
.job-other dt {
  margin: 10px 0;
}
.job-other dd {
  margin: 5px 0;
}
.job-other .balloon2 {
  position: absolute;
  width: 300px;
  top: -80px;
  right: 25%;
}
.job-other .pin-small {
  position: absolute;
  width: 200px;
  bottom: 80px;
  right: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  color: #4296E3;
}
.job-other .pin-small .slogan1 {
  margin: 0 0 10px 0;
}
.job-other .pin-small .slogan1 p {
  font-family: Helvetica;
  font-size: 30px;
  margin: 0;
  line-height: 33px;
}
.job-other .pin-small .slogan1 p:last-child {
  font-size: 45px;
  font-weight: 700;
}
.job-other .pin-small .pinpic1 {
  width: 80px;
}
.job-other .pin-small .talent1 {
  font-size: 16px;
  padding: 5px 20px;
  letter-spacing: 2px;
}
.job-other .pin-small .email1 {
  text-align: center;
  font-size: 12px;
  border: 2px solid #4296E3;
  margin: 10px 0;
}
.job-other .pin-small .email1 p {
  line-height: 20px;
  margin: -10px 6px;
  padding: 10px 0;
  background: #fff;
}
.job-other .pin-small .skyblue {
  background: #4296E3;
  color: #fff;
  cursor: default;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
@media (max-width: 1220px) {
  .job-other .balloon2,
  .job-other .pin-small {
    right: 5%;
  }
  .job-skew .job-java .ready {
    right: 5%;
  }
}
.footer {
  background: #313131;
  color: #fff;
  font-size: 16px;
}
.footer .msg {
  width: 1280px;
  margin: 0 auto;
  padding: 50px 0;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.footer li {
  float: left;
}
.footer dt {
  font-weight: 500;
  margin-bottom: 15px;
}
.footer dd {
  line-height: 30px;
  overflow: hidden;
}
.footer .partners li {
  margin-left: 110px;
}
.footer .icons_b {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(../images/b-icons.png) no-repeat;
  background-size: 12px;
  vertical-align: middle;
}
.footer .iconb2 {
  background-position: 0 -28px;
}
.footer .iconb3 {
  background-position: 0 -58px;
}
.footer .iconb4 {
  background-position: 0 -87px;
  height: 20px;
}
.footer .filing {
  margin: 30px auto 15px auto;
  width: 900px;
}
.footer .filing li {
  margin: 5px;
  width: 290px;
}
.footer .filing a {
  color: #fff;
}
.footer .police {
  width: 18px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 6px;
}
.footer .copyRight {
  text-align: center;
}
@media (max-width: 1280px) {
  .footer .msg {
    width: 1000px;
  }
  .footer .partners li {
    margin-left: 25px;
  }
  .solutionBanner {
    background: #0D1A2E url(../images/world.png) 86% 160px no-repeat;
    background-size: 420px;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .solutionBanner-to {
    background-size: 250px;
  }
}
/* 咨询中心 */
.zlm-consult .article li {
  list-style-type: none;
  border: none;
}
.zlm-consult .article li a {
  color: #6B696C;
}
.zlm-consult .article li a:hover {
  color: #3995EF;
}
.zlm-consult .article li span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #3995EF;
  border-radius: 50%;
  position: relative;
  top: -2px;
  margin-right: 6px;
}
/* 文章详情 */
.articleD {
  position: relative;
  border-top: 1px solid #E4E4E4;
  padding-top: 33px;
  margin-top: -44px;
}
.articleD .time {
  display: table;
  margin: 0 auto;
  padding: 10px 0 30px 0;
}
.articleD img {
  width: 686px;
  margin: 0 auto;
  display: block;
}
.articleD h1 {
  font-size: 30px;
  color: #000;
  display: table;
  margin: 0 auto;
}
.articleD p {
  font-size: 14px;
  color: #363636;
  line-height: 30px;
  text-indent: 34px;
  margin: 10px 0;
}

/*# sourceMappingURL=main.css.map */
