.hover-sl {
  overflow: hidden;
}
.hover-sl img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.hover-sl:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.hover-ty {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.hover-ty:hover {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.md-img {
  display: table;
  width: 100%;
}
.md-img span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.md-img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tab-wrap .tab-head > li {
  cursor: pointer;
}
.tab-wrap .tab-body > li {
  display: none;
}
.tab-wrap .tab-body > li.active {
  display: block;
}
.ctext {
  line-height: 1.5;
  font-weight: 400;
  word-break: break-word;
}
.ctext p {
  margin-bottom: 1em;
}
.ctext img {
  margin: auto;
}
.btn-init {
  display: inline-block;
  width: 96px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #75BEF0;
  border-radius: 2px;
  transition: all .2s ease;
}
.btn-init:hover {
  opacity: .8;
}
.span3,
.span4,
.span6,
.span8 {
  float: left;
}
.span3 {
  width: 25%;
}
.span4 {
  width: 33.333%;
}
.span6 {
  width: 50%;
}
.span8 {
  width: 66.666%;
}
.wow {
  visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@keyframes slideInUp {
  from {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.header {
  height: 70px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  z-index: 19;
}
.header .logo {
  float: left;
  width: 300px;
  height: 70px;
}
.header .header-tel {
  float: left;
  margin-left: 50px;
  line-height: 70px;
  padding-left: 30px;
  font-size: 16px;
  color: #75BEF0;
  font-weight: bold;
  background: url('../image/icon01.png') no-repeat left center;
}
.header .btn-init {
  float: right;
  margin-left: 50px;
  margin-top: 20px;
}
.nav {
  float: left;
  z-index: 9;
}
.nav > li {
  float: left;
  margin-left: 45px;
}
.nav > li > a {
  display: block;
  font-size: 18px;
  line-height: 70px;
  color: #666;
  position: relative;
}
.nav > li > a i {
  display: inline-block;
  margin-left: 5px;
  border-top: 6px solid #666;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  vertical-align: 3px;
}
.nav > li > a::after {
  content: '';
  width: 0;
  height: 3px;
  background: #75BEF0;
  position: absolute;
  bottom: 10px;
  left: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.nav > li.active > a,
.nav > li:hover > a {
  color: #75BEF0;
}
.nav > li.active > a i,
.nav > li:hover > a i {
  border-top-color: #75BEF0;
}
.nav > li.active > a::after,
.nav > li:hover > a::after {
  width: 100%;
}
.nav > li:hover .subnav {
  height: 150px;
  visibility: visible;
}
.subnav {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  transition: all .3s;
  text-align: center;
  z-index: 10;
  visibility: hidden;
  overflow: hidden;
}
.subnav-item {
  display: inline-block;
  text-align: left;
  margin: 35px 30px;
  padding: 15px;
  transition: background-color 0.3s;
}
.subnav-item img {
  margin-right: 10px;
}
.subnav-item h3 {
  color: #3a2109;
  font-size: 16px;
  margin-bottom: 10px;
}
.subnav-item span {
  color: #888888;
}
.subnav-item:hover {
  background: #f5f5f5;
}
.table-center {
  display: table;
  width: 100%;
  height: 100%;
}
.banner {
  width: 100%;
}
.banner .bg-img {
  width: 100%;
  height: 565px;
}
.banner .swiper-pagination-bullet {
  width: 35px;
  height: 4px;
  border-radius: 0;
  transition: all .3s ease;
}
.banner .swiper-pagination-bullet-active {
  background: #75BEF0;
  width: 50px;
}
.banner .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .mcover {
  position: absolute;
left: 50%;  
top:60px;
    margin-left: -50%;  
    text-align: center;  
  width: 100%;
  height: 100%;
  display:none;
}
.banner .layout {
  height: 100%;
}
.banner .banner-text {
  display: table-cell;
  vertical-align: middle;
}
.btn-ban {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 10px 20px rgba(242, 97, 0, 0.2);
  background: linear-gradient(to right, #75BEF0, #75BEF0);
  transition: transform .3s ease;
}
.btn-ban.bgf {
  height: 48px;
  line-height: 48px;
  background: #fff;
  padding: 0 25px;
  color: #75BEF0;
  border: 1px solid #75BEF0;
}
.btn-ban:hover {
  transform: translateY(-2px);
}
.num-bar {
  background: linear-gradient(to right, #75BEF0, #75BEF0);
}
.num-bar-list {
  overflow: hidden;
  color: #fff;
  height: 86px;
}
.num-bar-list li {
  float: left;
  width: 25%;
  height: 100%;
  text-align: center;
  display: table;
  text-align: left;
}
.num-bar-list i {
  float: left;
  width: 57px;
  height: 57px;
  margin: 0 40px 0 60px;
  background: url('../image/icons02.png') no-repeat;
}
.num-bar-list i.i01 {
  background-position: 0px 0px;
}
.num-bar-list i.i02 {
  background-position: -289px 0px;
}
.num-bar-list i.i03 {
  background-position: -579px 0px;
}
.num-bar-list i.i04 {
  background-position: -881px 0px;
}
.num-bar-list .text {
  display: table-cell;
  vertical-align: middle;
}
.num-bar-list h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.num-bar-list span {
  font-size: 16px;
}
.sec-wrap {
  padding-top: 120px;
}
.sec4-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.sec5-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ttl-a {
  text-align: center;
  max-width: 1180px;
  margin: 0 auto 55px;
}
.ttl-a h2 {
  margin-bottom: 15px;
  font-size: 30px;
}
.ttl-a span {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.ttl-a em {
  font-weight: bold;
  color: #75BEF0;
}
.section01 {
  overflow: hidden;
}
.section01 li {
  float: left;
  width: 25%;
  padding: 0 2%;
  box-sizing: border-box;
  text-align: center;
}
.section01 img {
  margin: auto;
}
.section01 h3 {
  font-size: 24px;
  margin: 20px 0 10px;
}
.section01 span {
  font-size: 16px;
  color: #666;
}
.section02 .tab-head {
  float: left;
  width: 18%;
  margin-right: 5%;
}
.section02 .tab-head li {
  font-size: 16px;
  padding: 34px 0;
  line-height: 40px;
  border-bottom: 2px solid #b2b2b2;
}
.section02 .tab-head li.active {
  color: #75BEF0;
  border-color: #75BEF0;
}
.section02 .tab-head li:hover {
  color: #75BEF0;
}
.section02 .tab-head span {
  float: left;
  margin-right: 20px;
  font-size: 36px;
}
.section02 .tab-body {
  overflow: hidden;
  width: 77%;
  position: relative;
}
.section02 .link_video {
  display: block;
  width: 40%;
  height: 20%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section03 {
  overflow: hidden;
}
.section03 li {
  float: left;
  width: 33.3333%;
  position: relative;
}
.section03 li img {
  width: 100%;
}
.section03 li > a {
  display: block;
}
.section03 li:hover .cover {
  padding-top: 5%;
  background: rgba(236, 140, 46, 0.6);
}
.section03 li:hover .cover .line {
  visibility: hidden;
  margin: 0 auto;
  opacity: 0;
}
.section03 li:hover .cover .btn-check {
  visibility: visible;
  opacity: 1;
}
.section03 .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  padding-top: 10%;
  box-sizing: border-box;
  transition: all .4s ease;
}
.section03 .cover i {
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto 5%;
  background: url('../image/icons03.png') no-repeat;
}
.section03 .cover i.i01 {
  background-position: 4px 24px;
}
.section03 .cover i.i02 {
  background-position: -636px 21px;
}
.section03 .cover i.i03 {
  background-position: -1274px 2px;
}
.section03 .cover .line {
  width: 110px;
  height: 4px;
  background: #fff;
  margin: 0 auto 5%;
  transition: all .4s ease;
}
.section03 .cover h3 {
  font-size: 32px;
  margin-bottom: 5%;
}
.section03 .cover .btn-check {
  visibility: hidden;
  opacity: 0;
}
.btn-check {
  display: block;
  margin: auto;
  width: 142px;
  height: 52px;
  line-height: 52px;
  font-size: 24px;
  text-align: center;
  border: 2px solid #fff;
  transition: all .3s;
}
.btn-check:hover {
  color: #75BEF0;
  background: #fff;
}
.section04 {
  margin-left: -25px;
  margin-right: -25px;
}
.section04 .item {
  display: block;
  margin: 0 25px 25px;
  height: 300px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.section04 .item img {
  width: 100%;
}
.section04 .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.section04 .item:hover .wrap {
  height: 100%;
}
.section04 .item:hover .item-text {
  visibility: visible;
  height: 140px;
  opacity: 1;
}
.section04 .wrap {
  padding: 30px 20px;
  height: 150px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  background: #fff;
  transition: all .3s ease;
}
.section04 h3 {
  margin-bottom: 40px;
  font-size: 18px;
}
.section04 .type {
  position: absolute;
  left: 20px;
  bottom: 30px;
  display: block;
  line-height: 20px;
}
.section04 .item-text {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
}
.section04 .item-text span {
  display: block;
  color: #888;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
}
.section04 .item-text em {
  height: 24px;
  font-size: 72px;
  line-height: 50px;
  color: #e0e0e0;
  font-family: 'Franklin Gothic Medium';
}
.section04 .item-text em.e01 {
  float: left;
  margin-right: 10px;
}
.section04 .item-text em.e02 {
  float: right;
}
.section05 {
  text-align: center;
}
.section05 li {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 15px;
}
.section05 .md-img {
  height: 58px;
  padding: 0 15px;
  border: 1px solid #f2f2f2;
  transition: all .3s ease;
  box-sizing: border-box;
}
.section05 .md-img:hover {
  transform: translateY(-3px);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}
.footer {
  background: #f6f6f6;
  padding: 25px 0 50px;
}
.footer-navs,
.footer-codes {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.footer-navs dl {
  float: left;
  width: 33.3333%;
}
.footer-navs dt {
  font-size: 18px;
}
.footer-navs dd {
  color: #888;
  margin-top: 20px;
}
.footer-navs a:hover {
  color: #75BEF0;
}
.footer-codes {
  text-align: center;
}
.footer-codes li {
  display: inline-block;
  margin: 0 25px;
}
.footer-codes img {
  background: #fff;
  width: 150px;
  height: 150px;
  margin: auto;
}
.copyright {
  background: #75BEF0;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.ban-ny {
  height: 860px;
}
.ban-xt {
  height: 460px;
}
.content-ny {
  background: #fff;
}
.cover-box {
  max-width: 1780px;
  margin: -230px auto 0;
  border-radius: 10px 10px 0 0;
  padding: 100px 0;
  background: #fff;
  box-shadow: 0 10px 20px rgba(250, 118, 20, 0.1);
  position: relative;
}
.box-yunhe .layout {
  max-width: 900px;
}
.box-yunhe .md-img {
  margin: auto;
  width: 182px;
}
.box-yunhe .md-img span {
  width: 180px;
  height: 180px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  overflow: hidden;
}
.box-yunhe .md-img img {
  max-width: 90%;
  max-height: 90%;
}
.box-yunhe h3 {
  margin-top: 20px;
  font-size: 22px;
}
.yunhe-box2 .img {
  float: left;
  margin-right: 100px;
  border: 1px solid #e0e0e0;
}
.yunhe-box2 ul {
  overflow: hidden;
}
.yunhe-box2 ul li {
  margin-top: 30px;
  padding-left: 35px;
  position: relative;
}
.yunhe-box2 ul li::before {
  content: '';
  border-left: 14px solid #75BEF0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 0;
  top: 8px;
}
.yunhe-box2 ul h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.yunhe-box2 ul span {
  color: #666666;
  font-size: 18px;
}
.img-bar .cover {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  color: #fff;
  text-align: center;
}
.img-bar .cover h4 {
  font-size: 36px;
  margin-bottom: 30px;
}
.img-bar.i01 {
  height: 240px;
}
.img-bar.i02 {
  height: 248px;
}
.img-bar h3 {
  width: 100%;
  height: 32px;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  line-height: 32px;
  margin-top: -16px;
  text-align: center;
}
.yunhe-box3 li {
  float: left;
  width: 50%;
  text-align: center;
}
.yunhe-box3 li .bg-img {
  width: 180px;
  height: 180px;
  margin: 0 auto 30px;
  border-radius: 50%;
}
.box-xitong {
  margin-bottom: 120px;
  margin-top: -120px;
}
.xitong-box {
  overflow: hidden;
  margin-bottom: 100px;
}
.xitong-box .img,
.xitong-box .text {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.xitong-box.left .img {
  margin-left: 50%;
}
.xitong-box.left .text {
  margin-left: -100%;
}
.xitong-box.left dl {
  float: left;
}
.xitong-box .img img {
  margin: auto;
}
.xitong-box .text {
  padding: 0 6%;
}
.xitong-box dl {
  float: right;
}
.xitong-box dt {
  font-size: 30px;
}
.xitong-box dd {
  font-size: 18px;
  color: #666;
  margin-top: 20px;
}
.xitong-box .d1 {
  padding-left: 30px;
  background: url('../image/icon05.png') no-repeat left 4px;
}
.xitong-box .d2 {
  padding-left: 30px;
  background: url('../image/icon06.png') no-repeat left 4px;
}
.ban-normal {
  height: 390px;
  background: linear-gradient(to right, ##75BEF0, ##75BEF0);
  overflow: hidden;
}
.ban-normal .text {
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  box-sizing: border-box;
}
.ban-normal .text h3 {
  font-size: 42px;
  font-weight: bold;
}
.cricle-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../image/cricle.png') no-repeat top center;
}
.box-case {
  margin-top: -120px;
  margin-bottom: 90px;
}
.case-bottom {
  margin-bottom: 100px;
}
.case-bottom .item {
  margin: 0 10px;
}
.case-bottom .item .md-img {
  border: 1px solid #e0e0e0;
}
.case-bottom .item .md-img span {
  height: 230px;
}
.case-bar {
  height: 360px;
  color: #fff;
  overflow: hidden;
}
.case-bar h2 {
  text-align: center;
  font-size: 30px;
  margin: 40px 0;
}
.case-bar-list li {
  float: left;
  width: 25%;
  text-align: center;
}
.case-bar-list h3 {
  font-size: 42px;
  margin: 10px auto;
}
.case-bar-list i {
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  background: url('../image/icons04.png') no-repeat;
}
.case-bar-list i.i01 {
  background-position: 9px 7px;
}
.case-bar-list i.i02 {
  background-position: -281px 7px;
}
.case-bar-list i.i03 {
  background-position: -583px 7px;
}
.case-bar-list i.i04 {
  background-position: -875px 7px;
}
.network {
  position: relative;
  width: 1051px;
  margin: auto;
}
.network-list li {
  position: absolute;
  cursor: pointer;
  padding-bottom: 20px;
}
.network-list li > i {
  display: block;
  width: 10px;
  height: 10px;
  margin: 15px auto 0;
  background: #fd9025;
  border-radius: 50%;
}
.network-list li > i::after {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  position: relative;
  left: -10px;
  top: -10px;
  transition: all .3s;
}
.network-list li:hover .info {
  visibility: visible;
  opacity: 1;
}
.network-list li:hover > i::after {
  background: rgba(248, 144, 42, 0.2);
}
.network-list li.l01 {
  left: 907px;
  top: 211px;
}
.network-list li.l02 {
  left: 706px;
  top: 287px;
}
.network-list li.l03 {
  left: 691px;
  top: 406px;
}
.network-list li.l04 {
  left: 859px;
  top: 444px;
}
.network-list li.l05 {
  left: 715px;
  top: 515px;
}
.network-list li.l06 {
  left: 807px;
  top: 537px;
}
.network-list li.l07 {
  left: 675px;
  top: 588px;
}
.network-list li.l08 {
  left: 841px;
  top: 651px;
}
.network-list li.l09 {
  left: 687px;
  top: 336px;
}
.network-list li.l10 {
  left: 860px;
  top: 348px;
}
.network-list .info {
  background: #fff;
  border-radius: 100px;
  position: absolute;
  top: 60px;
  left: 50%;
  width: 386px;
  height: 44px;
  line-height: 22px;
  margin-left: -200px;
  box-shadow: 0 30px 80px rgba(100, 146, 188, 0.4);
  font-size: 13px;
  padding: 8px;
  z-index: 12;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}
.network-list .info .i_logo {
  float: left;
  width: 42px;
  height: 42px;
  border: 1px solid #75BEF0;
  border-radius: 50%;
  margin-right: 10px;
  background: url('../image/icon07.png') no-repeat center;
}
.network-list .info .i_email {
  float: right;
  width: 42px;
  height: 42px;
  background: url('../image/icon08.png') no-repeat center;
}
.network-list .info em {
  display: block;
  color: #666;
}
@media (max-width: 1051px) {
  .network {
    width: 100%;
    overflow: hidden;
  }
}
.stand-btns {
  text-align: center;
  margin-bottom: 60px;
}
.stand-btns .btn-ban {
  margin: 0 30px;
  padding: 0 45px;
}
.stand-row-wrap {
  margin-bottom: 120px;
  padding-top: 70px;
  padding-bottom: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.stand-row {
  max-width: 900px;
  margin: auto;
  overflow: hidden;
}
.form-group {
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
}
.stand-form {
  overflow: hidden;
}
.stand-form h3 {
  font-size: 18px;
  margin-bottom: 40px;
}
.stand-form .form-item {
  float: left;
  width: 50%;
  margin-bottom: 30px;
  font-size: 15px;
  padding: 0 20px;
  box-sizing: border-box;
}
.stand-form .form-item input {
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #e0e0e0;
  transition: all .3s;
}
.stand-form .form-item input:focus {
  border-bottom-color: #75BEF0;
}
.stand-form .form-item textarea {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.stand-form .form-item textarea:focus {
  border-bottom-color: #75BEF0;
}
.stand-form .form-item.lg {
  width: 100%;
}
.btn-gra {
  display: block;
  width: 90px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background: #75BEF0;
  border-radius: 2px;
  font-size: 16px;
  background: linear-gradient(to right, #75BEF0, #75BEF0);
  transition: all .2s ease;
}
.btn-gra:hover {
  opacity: .85;
}
.contact {
  float: right;
}
.contact dt {
  font-size: 18px;
  margin-bottom: 40px;
}
.contact dd {
  padding-left: 30px;
  margin-bottom: 25px;
  line-height: 1.5;
  color: #666;
}
.contact dd.d1 {
  background: url('../image/icon09.png') no-repeat 0 3px;
}
.contact dd.d2 {
  background: url('../image/icon10.png') no-repeat 0 5px;
}
.contact dd.d3 {
  background: url('../image/icon11.png') no-repeat 0 3px;
}
.fix-code {
  width: 160px;
  border: 1px solid #e0e0e0;
  position: fixed;
  right: 30px;
  top: 50%;
  text-align: center;
  font-size: 16px;
  background: #fff;
  padding: 20px 0;
}
.fix-code .img {
  width: 110px;
  height: 110px;
  margin: 0 auto 15px;
  border: 1px solid #e0e0e0;
}
.list-jm1 {
  overflow: hidden;
}
.list-jm1 li {
  float: left;
  width: 25%;
  text-align: center;
}
.list-jm1 li img {
  width: 100%;
}
.list-jm1 li h3 {
  margin: 20px 0;
  font-size: 16px;
}
.list-jm1 li span {
  display: block;
  line-height: 1.5;
  color: #666;
}
.list-jm1 li .text {
  padding: 0 25px;
  overflow: hidden;
  position: relative;
}
.list-jm1 li .text::after {
  content: '';
  position: absolute;
  right: 0;
  top: 30px;
  height: 80px;
  width: 1px;
  background: #e0e0e0;
}
.list-jm1 li:last-child .text::after {
  display: none;
}
.list-jm2 li {
  float: left;
  width: 33.333%;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 70px;
  box-sizing: border-box;
}
.list-jm2 i {
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  background: url('../image/icons05.png') no-repeat;
}
.list-jm2 i.i01 {
  background-position: 7px 11px;
}
.list-jm2 i.i02 {
  background-position: -392px 11px;
}
.list-jm2 i.i03 {
  background-position: -794px 8px;
}
.list-jm2 i.i04 {
  background-position: 7px -196px;
}
.list-jm2 i.i05 {
  background-position: -392px -196px;
}
.list-jm2 i.i06 {
  background-position: -794px -196px;
}
.list-jm2 h3 {
  font-size: 18px;
  margin: 15px 0;
}
.list-jm2 span {
  display: block;
  color: #666;
  line-height: 20px;
  height: 40px;
}
.list-jm3 {
  margin-left: -35px;
  margin-right: -35px;
}
.list-jm3 li {
  float: left;
  width: 25%;
}
.list-jm3 .item {
  margin: 0 35px;
  height: 240px;
  border: 1px solid #e0e0e0;
  transition: all .3s;
}
.list-jm3 .item::before {
  content: '';
  height: 7px;
  width: 100%;
  display: block;
}
.list-jm3 .item i {
  display: block;
  width: 54px;
  height: 54px;
  margin: 18px 20px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: url('../image/icons06.png') no-repeat;
}
.list-jm3 .item.i01::before {
  background: #75BEF0;
}
.list-jm3 .item.i01 i {
  border-color: #75BEF0;
  background-position: -1px -3px;
}
.list-jm3 .item.i02::before {
  background: #ff6969;
}
.list-jm3 .item.i02 i {
  border-color: #ff6969;
  background-position: -313px -1px;
}
.list-jm3 .item.i03::before {
  background: #96ddff;
}
.list-jm3 .item.i03 i {
  border-color: #96ddff;
  background-position: -627px -1px;
}
.list-jm3 .item.i04::before {
  background: #79deb4;
}
.list-jm3 .item.i04 i {
  border-color: #79deb4;
  background-position: -943px -3px;
}
.list-jm3 .item:hover {
  transform: translateY(-5px);
}
.list-jm3 h3 {
  font-size: 18px;
  margin: 18px;
}
.list-jm3 span {
  display: block;
  color: #666;
  margin: 0 18px;
  line-height: 1.5;
}
.process {
  margin-bottom: 120px;
  position: relative;
  overflow: hidden;
}
.process::before {
  content: '';
  position: absolute;
  top: 88px;
  left: 0;
  width: 100%;
  border-top: 1px dashed #888;
}
.process li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.process li i {
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
  background-color: #75BEF0;
  background-image: url('../image/icons07.png');
  background-repeat: no-repeat;
}
.process li i.i01 {
  background-position: 9px 8px;
}
.process li i.i02 {
  background-position: -283px 8px;
}
.process li i.i03 {
  background-position: -578px 9px;
}
.process li i.i04 {
  background-position: -871px 9px;
}
.process li em {
  display: block;
  margin: 20px auto;
  width: 8px;
  height: 8px;
  border: 4px solid #ffd8b1;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.article {
  font-size: 16px;
  line-height: 32px;
  color: #666;
  text-align: center;
}
.list-team {
  margin-left: -25px;
  margin-right: -25px;
}
.list-team .img {
  margin: 0 25px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.list-team .img img {
  max-width: 100%;
  margin: auto;
}
.list-team.zizi .md-img {
  box-sizing: border-box;
  padding: 0 25px;
}
.list-team.zizi .md-img span {
  border: 1px solid #e0e0e0;
  transition: all .3s;
  height: 300px;
  cursor: pointer;
}
.list-team.zizi .md-img span:hover {
  border-color: #75BEF0;
  box-shadow: 0 0 10px rgba(236, 140, 45, 0.3);
}
.list-team.zizi .md-img img {
  max-width: 95%;
  max-height: 95%;
}
.list-team.chp .md-img span {
  height: 210px;
}
.map {
  margin-bottom: 120px;
  margin-top: 120px;
  position: relative;
}
.map .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map-main {
  width: 100%;
  height: 420px;
  background: #ebebeb;
  z-index: 10;
  position: relative;
}
.map-info {
  height: 540px;
  box-sizing: border-box;
  width: 550px;
  background: #fff url('../image/img35.png') no-repeat center bottom;
  box-shadow: 0 4px 8px rgba(250, 124, 18, 0.2);
  position: relative;
  top: -60px;
  padding: 60px 30px;
  z-index: 11;
}
.map-info dt {
  font-size: 24px;
  margin-bottom: 50px;
}
.map-info dd {
  padding-left: 45px;
  font-size: 18px;
  margin-bottom: 30px;
  background: url('../image/icons08.png') no-repeat;
}
.map-info dd.d1 {
  background-position: 0 3px;
}
.map-info dd.d2 {
  background-position: 0 -49px;
}
.map-info dd.d3 {
  background-position: 0 -102px;
}
.map-info dd.d4 {
  background-position: 0 -152px;
}
.experience-ttl {
  text-align: center;
  width: 760px;
  margin: 60px auto 40px;
}
.experience-ttl .name {
  float: left;
}
.experience-ttl .name h4 {
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  position: relative;
  margin: auto;
  margin-bottom: 25px;
}
.experience-ttl .name h4 strong {
  position: relative;
}
.experience-ttl .name h4::before {
  content: '';
  background: #bfbfbf;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  transform: rotate(45deg);
}
.experience-ttl .name span {
  font-size: 16px;
}
.experience-ttl .name.active {
  color: #ff7001;
}
.experience-ttl .name.active h4::before {
  /* background: #ff7001; */
  background:#75BEF0;
}
.experience-ttl .name.active2 {
  color: #ffa246;
}
.experience-ttl .name.active2 h4::before {
  background: #ffa246;
}
.experience-ttl .line {
  float: left;
  width: 500px;
  height: 4px;
  background: #b9b9b9;
  margin-top: 15px;
}
.experience-ttl .line.cl {
  background: linear-gradient(to right, #ffa246, #ff7001);
}
.apply-suc {
  text-align: center;
  font-size: 18px;
}
.apply-suc img {
  margin-left: auto;
  margin-right: auto;
}
.apply-suc .code {
  border: 1px solid #e0e0e0;
}
.ban-terminal {
  height: 800px;
  position: relative;
}
.ban-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ban-cover .text {
  float: left;
  width: 50%;
  margin-top: 16%;
  color: #fff;
}
.ban-cover .text h2 {
  font-size: 42px;
  margin-bottom: 30px;
}
.ban-cover .text .info {
  font-size: 18px;
  line-height: 30px;
}
.ban-cover .img {
  float: left;
  width: 50%;
  margin-top: 5%;
}
.ban-cover .img img {
  float: right;
}
.terminal-box dt {
  color: #66aeff;
}
.terminal-box.left .text {
  padding-left: 0;
}
.terminal-imgbar {
  height: 232px;
  padding-top: 40px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.btn-terminal {
  display: inline-block;
  margin: auto;
  padding: 0 35px;
  background: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  color: #75BEF0;
  font-size: 18px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn-terminal i {
  float: left;
  height: 50px;
  width: 25px;
  background: url('../image/icon13.png') no-repeat center;
  margin-right: 20px;
}
.menu-sm {
  display: none;
  float: right;
  padding: 13px 10px 13px 20px;
  margin-top: 10px;
  position: relative;
  margin-left: 20px;
}
.menu-sm::before {
  content: '';
  width: 1px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #ebebeb;
  margin-top: -8px;
}
.menu-sm .i_menu {
  display: block;
}
@media (max-width: 1780px) {
  .cover-box {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .menu-sm {
    display: block;
  }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .nav > li {
    float: none;
    margin: 0;
    padding: 0 20px;
  }
  .nav > li:hover .subnav {
    display: none;
  }
  .nav > li > a {
    font-size: 14px;
    line-height: 42px;
    border-bottom: 1px solid #ebebeb;
  }
  .nav > li > a i {
    display: none;
  }
  .nav > li > a::after {
    display: none;
  }
  .nav > li:last-child > a {
    border-bottom: none;
  }
  .num-bar-list li {
    text-align: center;
  }
  .num-bar-list i {
    display: none;
  }
  .fix-code {
    display: none;
  }
}
@media (max-width: 1000px) {
  .stand-row-wrap {
    box-shadow: none;
  }
}
@media (max-width: 640px) {
  .hide-sm {
    display: none;
  }
  .span3,
  .span4,
  .span6,
  .span8 {
    width: 100%;
  }
  .header,
  .header .logo {
    height: 50px;
  }
  .header .logo {
    width: 90px;
  }
  .header .btn-init {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
  .header .header-tel {
    display: none;
  }
  .banner .bg-img {
    height: 160px;
  }
  .menu-sm {
    margin-top: 0;
  }
  .nav {
    top: 50px;
  }
  .sec-wrap {
    padding-top: 40px;
  }
  .sec4-wrap,
  .sec5-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ttl-a {
    margin-bottom: 30px;
  }
  .ttl-a h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .ttl-a span {
    font-size: 12px;
    line-height: 1.8;
  }
  .banner .cover {
    display: none;
  }
  .suspend
  {
      display:none;
  }
    .banner .mcover {
    display: block;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
  }
  .num-bar-list {
    height: auto;
  }
  .num-bar-list i {
    display: none;
  }
  .num-bar-list li {
    padding: 10px 0;
    text-align: center;
  }
  .num-bar-list h3 {
    font-size: 14px;
  }
  .num-bar-list span {
    font-size: 12px;
  }
  .section01 li {
    width: 50%;
    text-align: center;
    padding-left: 0;
    margin-bottom: 10px;
    overflow: hidden;
    height: 140px;
  }
  .section01 li img {
    margin: auto;
    width: 30%;
  }
  .section01 h3 {
    font-size: 14px;
    margin: 10px 0;
  }
  .section01 span {
    font-size: 12px;
  }
  .section02 .tab-head {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .section02 .tab-head li {
    float: left;
    width: 33.333%;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
  }
  .section02 .tab-head span {
    float: none;
    font-size: 12px;
    margin-right: 3px;
  }
  .section02 .tab-body {
    width: 100%;
  }
  .section03 li {
    width: 100%;
    margin-bottom: 10px;
  }
  .section03 li:last-child {
    margin-bottom: 0;
  }
  .section03 .cover i {
    width: 80px;
    height: 80px;
    background-size: 707px;
  }
  .section03 .cover i.i01 {
    background-position: 2px 12px;
  }
  .section03 .cover i.i02 {
    background-position: -318px 10px;
  }
  .section03 .cover i.i03 {
    background-position: -637px 1px;
  }
  .section03 .cover h3 {
    font-size: 18px;
  }
  .btn-check {
    font-size: 14px;
    width: 120px;
    height: 36px;
    line-height: 36px;
  }
  .section04 {
    margin: 0;
  }
  .section04 .item {
    margin: 0;
    height: auto;
    margin-bottom: 20px;
  }
  .section04 .wrap {
    padding: 10px;
    position: initial;
  }
  .section04 h3 {
    font-size: 14px;
    height: auto;
    margin-bottom: 10px;
  }
  .section04 span,
  .section04 .item-text span {
    font-size: 12px;
  }
  .section04 .item-text {
    height: 80px;
    visibility: visible;
    opacity: 1;
  }
  .section04 .item:hover .wrap {
    height: 150px;
  }
  .section04 .item:hover .item-text {
    height: 80px;
  }
  .section04 .item-text em {
    font-size: 48px;
  }
  .section04 .type {
    position: initial;
  }
  .section05 li {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .footer {
    padding: 25px 0;
  }
  .footer-navs,
  .footer-codes {
    width: 100%;
  }
  .footer-navs {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-navs dt {
    font-size: 14px;
  }
  .footer-navs dd {
    font-size: 12px;
  }
  .footer-codes li {
    float: left;
    width: 50%;
    margin: 0;
  }
  .footer-codes li h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .footer-codes img {
    width: 70%;
    height: auto;
  }
  .copyright {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
  }
  .ban-ny,
  .ban-terminal {
    height: 280px;
  }
  .cover-box {
    padding: 40px 0;
    margin: -72px 10px 0;
  }
  .ban-xt,
  .ban-normal {
    height: 160px;
  }
  .ban-normal .text {
    top: 20px;
  }
  .cover-box {
    margin-top: -48px;
    margin-bottom: 40px;
  }
  .ban-normal .text .fs16 {
    font-size: 12px;
  }
  .ban-normal .text h3 {
    font-size: 16px;
  }
  .ban-normal .text .fs24 {
    font-size: 14px;
  }
  .box-xitong {
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .xitong-box dl {
    float: left;
  }
  .xitong-box {
    margin-bottom: 30px;
  }
  .xitong-box .img,
  .xitong-box .text {
    width: 100%;
    margin-left: 0;
  }
  .xitong-box.left .img,
  .xitong-box.left .text {
    margin-left: 0;
  }
  .xitong-box .img {
    margin-bottom: 20px;
  }
  .xitong-box .img img {
    width: 60%;
  }
  .xitong-box dt {
    font-size: 16px;
  }
  .xitong-box dd {
    font-size: 12px;
    margin-top: 10px;
  }
  .box-yunhe h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .yunhe-box2 .img {
    float: none;
  }
  .yunhe-box2 ul li {
    margin-top: 15px;
  }
  .yunhe-box2 ul h3 {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .yunhe-box2 ul span {
    font-size: 12px;
  }
  .img-bar.i01 {
    height: 120px;
  }
  .img-bar h3 {
    font-size: 18px;
  }
  .yunhe-box3 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .yunhe-box3 li .bg-img {
    margin-bottom: 10px;
  }
  .yunhe-box3 li h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .yunhe-box3 li span {
    font-size: 12px;
  }
  .ban-cover .text {
    margin-top: 20px;
    width: 75%;
    position: relative;
    z-index: 9;
  }
  .ban-cover .text h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ban-cover .text .info {
    font-size: 12px;
    line-height: 1.5;
  }
  .ban-cover .img {
    margin-top: 20px;
    float: right;
    width: 20%;
  }
  .terminal-box .img img {
    width: 100%;
  }
  .terminal-box .img.sps img {
    width: 60%;
  }
  .list-team.chp .md-img {
    margin-bottom: 20px;
  }
  .mb120 {
    margin-bottom: 40px;
  }
  .terminal-imgbar {
    height: 160px;
    padding-top: 20px;
  }
  .terminal-imgbar h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .fs16 {
    font-size: 12px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .btn-terminal {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 14px;
    margin-top: 15px;
  }
  .btn-terminal i {
    height: 36px;
    width: 13px;
    margin-right: 10px;
    background-size: 100%;
  }
  .case-bottom .item {
    margin-bottom: 20px;
  }
  .case-bottom .item h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .case-bottom {
    margin-bottom: 40px;
  }
  .case-bottom .item .md-img span {
    height: 200px;
  }
  .lh2 {
    line-height: 1.5;
  }
  .case-bar {
    height: 190px;
  }
  .case-bar-list li {
    width: 50%;
    margin-top: 20px;
  }
  .case-bar h2 {
    font-size: 18px;
    margin: 20px 0 0;
  }
  .case-bar-list i {
    display: none;
  }
  .case-bar-list h3 {
    font-size: 18px;
    margin: 0;
  }
  .case-bar-list li span {
    font-size: 14px;
  }
  .list-team.zizi .md-img span {
    height: 200px;
  }
  .network-list li h3 {
    font-size: 12px;
    margin-top: 17px;
  }
  .network-list li > i {
    margin-top: 0;
  }
  .network-list li.l01 {
    left: 84%;
    top: 16%;
  }
  .network-list li.l02 {
    left: 62%;
    top: 25%;
  }
  .network-list li.l03 {
    left: 63%;
    top: 39%;
  }
  .network-list li.l04 {
    left: 79.5%;
    top: 43%;
  }
  .network-list li.l05 {
    left: 66%;
    top: 51%;
  }
  .network-list li.l06 {
    left: 74%;
    top: 54%;
  }
  .network-list li.l07 {
    left: 62%;
    top: 61%;
  }
  .network-list li.l08 {
    left: 76.5%;
    top: 67%;
  }
  .network-list li.l09 {
    left: 63.5%;
    top: 31.5%;
  }
  .network-list li.l10 {
    left: 79%;
    top: 32.5%;
  }
  .stand-btns {
    margin-bottom: 40px;
  }
  .stand-btns .btn-ban {
    padding: 0 25px;
    margin: 0 15px;
  }
  .btn-ban {
    padding: 0 25px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  .btn-ban.bgf {
    height: 34px;
    line-height: 34px;
  }
  .stand-form h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .stand-form .form-item {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .stand-row-wrap {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .contact {
    width: 100%;
    margin-top: 30px;
  }
  .contact dt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contact dd {
    margin-bottom: 10px;
  }
  .list-jm1 li {
    width: 100%;
    margin-bottom: 25px;
  }
  .list-jm1 li h3 {
    margin: 10px 0;
    font-size: 14px;
  }
  .list-jm1 li span {
    font-size: 12px;
  }
  .list-jm1 li .text::after {
    display: none;
  }
  .list-jm2 li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .list-jm2 h3 {
    font-size: 14px;
    margin: 10px 0;
  }
  .list-jm2 span {
    font-size: 12px;
    height: 60px;
    overflow: hidden;
  }
  .list-jm3 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .list-jm3 li {
    width: 50%;
  }
  .list-jm3 .item {
    margin: 0 5px;
    margin-bottom: 10px;
  }
  .process li {
    font-size: 12px;
  }
  .list-jm3 h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .list-jm3 span {
    font-size: 12px;
  }
  .process {
    margin-bottom: 50px;
  }
  .stand-form.three .form-item {
    width: 100%;
  }
  .img-bar.i02 {
    height: 120px;
  }
  .img-bar .cover h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .img-bar .cover .fs24 {
    font-size: 14px;
  }
  .list-team .img,
  .list-team.zizi .md-img {
    margin-bottom: 20px;
  }
  .list-team,
  .list-team .img {
    margin-left: 0;
    margin-right: 0;
  }
  .map {
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .map-main {
    height: 320px;
  }
  .map .cover {
    position: initial;
  }
  .map-info {
    width: 100%;
    margin-top: 20px;
    top: 0;
    padding-top: 30px;
    padding-bottom: 80px;
    height: auto;
  }
  .map-info dt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .map-info dd {
    padding: 3px 0 10px 40px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .experience-ttl {
    width: 300px;
    margin-top: 0;
  }
  .experience-ttl .line {
    width: 110px;
  }
  .experience-ttl .name span {
    font-size: 12px;
  }
  .apply-suc {
    font-size: 14px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .cricle-line {
    background-size: 80%;
  }
}
.show-img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
}
.show-img .md-img {
  height: 100%;
}
.show-img .md-img img {
  max-width: 90%;
  max-height: 90%;
}
.show-img .i_close {
  position: absolute;
  right: 10%;
  top: 10%;
  cursor: pointer;
}
.cfff{
    color:#fff;
}
.ci{
    font-style:italic;
}
/* suspend */
.suspend{width:40px;height:198px;position:fixed;top:200px;right:0;overflow:hidden;z-index:9999;}
.suspend dl{width:120px;height:198px;border-radius:25px 0 0 25px;padding-left:40px;box-shadow:0 0 5px #e4e8ec;}
.suspend dl dt{width:40px;height:198px;background:url(../image/suspend.png);position:absolute;top:0;left:0;cursor:pointer;}
.suspend dl dd.suspendQQ{width:120px;height:85px;background:#ffffff;}
.suspend dl dd.suspendQQ a{width:120px;height:85px;display:block;background:url(../image/suspend.png) -40px 0;overflow:hidden;}
.suspend dl dd.suspendTel{width:120px;height:112px;background:#ffffff;border-top:1px solid #e4e8ec;}
.suspend dl dd.suspendTel a{width:120px;height:112px;display:block;background:url(../image/suspend.png) -40px -86px;overflow:hidden;}
* html .suspend{position:absolute;left:expression(eval(document.documentElement.scrollRight));top:expression(eval(document.documentElement.scrollTop+200))}.main {
	color: #75BEF0;
}
