.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: 107px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #198aea;
  border-radius: 30px;
  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: 93px;
  width: 100%;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);

}
.header .logo {
  float: left;
  width: 140px;
  height: 93px;
}
.header .header-tel {
  float: left;
  margin-top: 28px;
}
.header .btn-init {
  float: right;
  margin-left: 20px;
  margin-top: 32px;
}
.header_bar {
  height: 93px;
}
.nav {
  float: left;
  z-index: 9;
  margin-left: 20px;
}
.nav > li {
  float: left;
  margin-left: 45px;
}
.nav > li > a {
  display: block;
  font-size: 18px;
  line-height: 93px;
  color: #666;
  position: relative;
}
.nav > li > a::after {
  content: '';
  width: 0;
  height: 3px;
  background: #198aea;
  position: absolute;
  bottom: 0px;
  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: #198aea;
}
.nav > li.active > a i,
.nav > li:hover > a i {
  border-top-color: #198aea;
}
.nav > li.active > a::after,
.nav > li:hover > a::after {
  width: 100%;
}
.table-center {
  display: table;
  width: 100%;
  height: 100%;
}
.banner {
  width: 100%;
}
.banner .bg-img {
  width: 100%;
  height: 565px;
}
.banner .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  border-radius: 0;
  background: #56baf2;
  transition: all .3s ease;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #efeded;
}
.banner .swiper-pagination {
  bottom: 100px;
}
.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(1, 175, 240, 0.2);
  background: linear-gradient(to right, #198bea, #00b0f0);
  transition: transform .3s ease;
}
.btn-ban.bgf {
  height: 48px;
  line-height: 48px;
  background: #fff;
  padding: 0 25px;
  color: #198aea;
  border: 1px solid #198aea;
}
.btn-ban:hover {
  transform: translateY(-2px);
}
.num-bar-list {
  overflow: hidden;
  height: 138px;
  padding: 25px 50px;
  margin-top: -72px;
  z-index: 9;
  position: relative;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.07);
  background: #fff url('../img/bg.jpg') no-repeat center;
}
.num-bar-list li {
  float: left;
  width: 25%;
  height: 100%;
  text-align: center;
  display: table;
  text-align: left;
  border-right: 1px solid #eeeeee;
  box-sizing: border-box;
}
.num-bar-list li:last-child {
  border-right: none;
}
.num-bar-list .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.num-bar-list em,
.num-bar-list i {
  color: #03acef;
  font-size: 40px;
  font-weight: bold;
  font-family: Impact;
}
.num-bar-list i {
  margin-right: 10px;
}
.num-bar-list span {
  font-size: 16px;
}
.sec-wrap {
  padding-top: 50px;
}
.sec5-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ttl-a {
  text-align: center;
  margin: 0 auto 55px;
  color: #333;
}
.ttl-a h2 {
  margin-bottom: 15px;
  font-size: 26px;
  position: relative;
  padding-bottom: 20px;
}
.ttl-a h2::after {
  content: '';
  background: #00b0f0;
  width: 45px;
  height: 4px;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 0;
}
.ttl-a span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
}
.section01 {
  overflow: hidden;
  margin-bottom: 60px;
}
.section01 li {
  float: left;
  width: 50%;
  padding: 0 2%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.section01 li:first-child::after {
  content: '';
  height: 70%;
  width: 1px;
  background: #eee;
  position: absolute;
  right: 0;
  top: 15%;
}
.section01 img {
  margin: auto;
}
.section01 h3 {
  font-size: 18px;
  margin: 20px 0 0;
  position: relative;
  padding-bottom: 20px;
}
.section01 h3::after {
  content: '';
  background: #00b0f0;
  width: 45px;
  height: 4px;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 0;
}
.section02 {
  padding-bottom: 20px;
}
.section02 li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  padding: 30px 0 30px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all .3s ease;
}
.section02 li img {
  margin: auto;
  height: 80px;
}
.section02 li h3 {
  font-size: 16px;
  margin: 10px 0 15px;
}
.section02 li span {
  color: #888;
}
.section02 li:hover {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}
.section03 {
  padding-bottom: 80px;
  margin-bottom: 50px;
  position: relative;
}
.section03 .swiper-slide {
  cursor: pointer;
}
.section03 .swiper-slide .text {
  width: 92%;
  height: 80px;
  background: #fff;
  z-index: 2;
  text-align: center;
  margin: -37px auto 0;
  position: relative;
  padding-top: 15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: all .3s ease;
}
.section03 .swiper-slide .text h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.section03 .swiper-slide .text span {
  color: #999;
  transition: all .3s ease;
}
.section03 .swiper-slide .img {
  position: relative;
}
.section03 .swiper-slide .img img {
  width: 100%;
}
.section03 .swiper-slide .img::after {
  content: '';
  width: calc(100%);
  height: calc(100%);
  margin: auto;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transition: all .3s ease;
}
.section03 .swiper-slide:hover .img::after {
  left: 3%;
  top: 3%;
  width: calc(94%);
  height: calc(94%);
}
.section03 .swiper-slide:hover .text {
  padding-top: 30px;
}
.section03 .swiper-slide:hover .text span {
  opacity: 0;
  visibility: hidden;
}
.section03 .swiper-pagination {
  bottom: 0px;
}
.section03 .prev,
.section03 .next {
  width: 42px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  margin-top: -80px;
  z-index: 8;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
.section03 .prev {
  left: 0;
  background-image: url('../img/prev.png');
}
.section03 .next {
  right: 0;
  background-image: url('../img/next.png');
}
.index_bar {
  position: relative;
  height: 260px;
  background: url('../img/img11.jpg') no-repeat center;
}
.index_bar .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  background: rgba(25, 138, 234, 0.75);
  box-sizing: border-box;
}
.index_bar .cover h2 {
  text-align: center;
  font-size: 28px;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.index_bar .cover h2::after {
  content: '';
  background: #4bcbf9;
  width: 45px;
  height: 4px;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 0;
}
.index_bar .cover .btn-init {
  display: block;
  background: #c4e3f8;
  color: #08a1d8;
  font-size: 16px;
  margin: auto;
}
.index_bar.js {
  background: url('../img/img12.jpg') no-repeat center;
  background-size: cover;
}
.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: #198aea;
  background: #fff;
}
.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: #198aea;
}
.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;
}
.kf_box_wrap {
  width: 48px;
  height: 200px;
  background: #fff;
  border-radius: 6px 0 0 6px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -100px;
  cursor: pointer;
  z-index: 9999;
  overflow: hidden;
  transition: all .3s ease;
}
.kf_box_wrap:hover {
  width: 160px;
}
.kf_box_wrap ul {
  position: absolute;
  left: 48px;
  top: 0;
  width: 112px;
  height: 100%;
}
.kf_box_wrap ul li {
  width: 100%;
  height: 50%;
  background: #000;
}
.kf_box_wrap ul li.l1 {
  background: url('../img/ico17.jpg') no-repeat center;
  border-bottom: 1px solid #dedede;
}
.kf_box_wrap ul li.l2 {
  background: url('../img/ico16.jpg') no-repeat center;
}
.kf_box {
  float: left;
  width: 48px;
  height: 100%;
  background: #198aea;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.kf_box span {
  display: block;
  font-size: 18px;
  width: 20px;
  margin: auto;
  text-align: center;
  line-height: 30px;
  margin-top: 15px;
}
.kf_box i {
  display: block;
  width: 21px;
  height: 21px;
  background: url('../img/ico15.png');
  margin: 15px auto 0;
}
.copyright {
  background: #666;
  padding: 30px 0;
  line-height: 20px;
  text-align: center;
  color: #ccc;
  font-size: 16px;
}
.ny-ban {
  overflow: hidden;
  position: relative;
}
.ny-ban .bg-img {
  height: 320px;
}
.ny-ban.nyb2 .bg-img {
  height: 484px;
}
.com-intro {
  background: #fff;
  margin-top: -120px;
  overflow: hidden;
  margin-bottom: 60px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}
.com-intro .img {
  float: right;
  margin-left: 100px;
  position: relative;
}
.com-intro .img .ttl {
  width: 200px;
  height: 60px;
  position: absolute;
  left: -100px;
  bottom: 50px;
  background: rgba(25, 138, 234, 0.75);
  color: #fff;
  padding: 5px 0 0 15px;
  box-sizing: border-box;
}
.com-intro .img .ttl h3 {
  font-size: 22px;
}
.com-intro .img .ttl span {
  font-size: 12px;
  opacity: .6;
}
.com-intro .text {
  padding: 40px 30px;
}
.com-intro .text h2 {
  color: #198aea;
  font-size: 24px;
  position: relative;
  margin-bottom: 15px;
}
.com-intro .text h2::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  width: 6px;
  height: 100%;
  background: #178eeb;
}
.about_team {
  background: url('../img/bg02.jpg') no-repeat top center;
}
.about_team img {
  margin: auto;
}
.features_bar_wrap {
  height: 60px;
  margin-bottom: 60px;
}
.features_bar {
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  margin-top: -32px;
  z-index: 1000;
  padding: 0 100px;
  position: relative;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.07);
  background: #fff url('../img/bg03.jpg') no-repeat center;
}
.features_bar.fixed {
  position: fixed;
  top: 125px;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}
.features_bar li {
  float: left;
  width: 12.5%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  border-bottom: 2px solid transparent;
}
.features_bar li:hover {
  color: #198aea;
  border-bottom: 2px solid #198aea;
}
.xitong_wrap {
  max-width: 1000px;
}
.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 3%;
}
.xitong-box dl {
  float: right;
}
.xitong-box dt {
  font-size: 20px;
  color: #000;
}
.xitong-box dd {
  font-size: 16px;
  color: #777;
  margin-top: 20px;
}
.xitong-box .d1 {
  color: #198aea;
  font-size: 18px;
}
.xitong-box .d2 {
  line-height: 30px;
}
.list-case {
  margin-left: -15px;
  margin-right: -15px;
}
.list-case .item {
  display: block;
  margin: 0 15px 60px;
}
.list-case .item .text {
  width: 92%;
  height: 80px;
  background: #fff;
  z-index: 2;
  text-align: center;
  margin: -37px auto 0;
  position: relative;
  padding-top: 15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: all .3s ease;
}
.list-case .item .text h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.list-case .item .text span {
  color: #999;
  transition: all .3s ease;
}
.list-case .item .img {
  position: relative;
}
.list-case .item .img img {
  width: 100%;
}
.list-case .item .img::after {
  content: '';
  width: calc(100%);
  height: calc(100%);
  margin: auto;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transition: all .3s ease;
}
.list-case .item:hover .img::after {
  left: 3%;
  top: 3%;
  width: calc(94%);
  height: calc(94%);
}
.list-case .item:hover .text {
  padding-top: 30px;
}
.list-case .item:hover .text span {
  opacity: 0;
  visibility: hidden;
}
.btn-more {
  display: block;
  width: 176px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 auto 0;
}
.btn-more:hover {
  color: #fff;
  background: #198aea;
}
.case-bottom .item {
  margin: 0 10px;
  cursor: pointer;
}
.case-bottom .item .md-img {
  background: #fff;
}
.case-bottom .item .md-img span {
  height: 230px;
}
.case-bottom .item img {
  transition: all .3s ease;
}
.case-bottom .item:hover img {
  transform: scale(1.1);
}
.service {
  padding: 50px 0 100px;
  background: #f5f6fa url('../img/bg04.jpg') no-repeat bottom center;
}
.cricle-line {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/cricle.png') no-repeat center center;
}
.cricle-line.t02 {
  background-position-y: 20%;
}
.ban-normal {
  height: 390px;
  background: linear-gradient(to right, #ff8502, #ffa143);
  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;
}
.case-bar {
  height: 360px;
  color: #fff;
  overflow: hidden;
}
.case-bar h2 {
  text-align: center;
  font-size: 30px;
  margin: 40px 0;
}
.apply-suc {
  text-align: center;
  font-size: 18px;
}
.apply-suc img {
  margin-left: auto;
  margin-right: auto;
}
.apply-suc .code {
  border: 1px solid #e0e0e0;
}
.network_wrap {
  padding-top: 50px;
  padding-bottom: 65px;
  background: url('../img/bg05.png') no-repeat bottom center;
}
.network {
  position: relative;
  width: 1051px;
  margin: auto;
  background: url('../img/icons04.png') no-repeat;
}
.network-list li {
  position: absolute;
  cursor: pointer;
  padding-bottom: 20px;
}
.network-list li h3 {
  color: #fff;
}
.network-list li > i {
  display: block;
  width: 10px;
  height: 10px;
  margin: 15px auto 0;
  background: #fff;
  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: 280px;
  height: 44px;
  line-height: 22px;
  margin-left: -140px;
  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-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.network-list .info .i_email {
  float: right;
  width: 42px;
  height: 42px;
  background: url('../img/icon08.png') no-repeat center;
}
.network-list .info em {
  display: block;
  color: #b9c0cf;
}
.stand-btns {
  text-align: center;
  margin-bottom: 60px;
}
.stand-btns .btn-ban {
  margin: 0 30px;
  padding: 0 45px;
}
.stand-row-wrap {
  padding-top: 70px;
  background: #fff;
  padding-bottom: 50px;
  box-shadow: 0 0 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: #198aea;
}
.stand-form .form-item textarea {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.stand-form .form-item textarea:focus {
  border-bottom-color: #198aea;
}
.stand-form .form-item.lg {
  width: 100%;
}
.btn-gra {
  display: block;
  width: 90px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background: #198aea;
  border-radius: 2px;
  font-size: 16px;
  background: linear-gradient(to right, #00b0f0, #198bea);
  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('../img/icon09.png') no-repeat 0 3px;
}
.contact dd.d2 {
  background: url('../img/icon10.png') no-repeat 0 5px;
}
.contact dd.d3 {
  background: url('../img/icon11.png') no-repeat 0 3px;
}
.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: #198aea;
}
.experience-ttl .name.active h4::before {
  background: #198aea;
}
.experience-ttl .name.active2 {
  color: #4aa0eb;
}
.experience-ttl .name.active2 h4::before {
  background: #4aa0eb;
}
.experience-ttl .line {
  float: left;
  width: 500px;
  height: 4px;
  background: #b9b9b9;
  margin-top: 15px;
}
.experience-ttl .line.cl {
  background: linear-gradient(to right, #4aa0eb, #198aea);
}
.list-team {
  margin-left: -25px;
  margin-right: -25px;
}
.list-team .img {
  margin: 0 25px;
  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 {
  transition: all .3s;
  background: #fff;
  height: 300px;
  cursor: pointer;
}
.list-team.zizi .md-img span:hover {
  box-shadow: 0 0 15px rgba(11, 255, 237, 0.2);
}
.list-team.chp .md-img {
  height: 210px;
}
.address {
  height: 400px;
}
.address .text {
  height: 100%;
  position: relative;
}
.address .cover {
  width: 100%;
  height: 100%;
  background: rgba(25, 138, 234, 0.95);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
.address .cover h2 {
  font-size: 24px;
  margin: 50px 0 35px;
  padding-left: 20px;
  border-left: 6px solid #fff;
}
.address .cover .item {
  margin-left: 20px;
  font-size: 18px;
  line-height: 2.2;
  overflow: hidden;
}
.address .cover .item span {
  float: left;
  width: 120px;
  text-align: right;
}
.map {
  height: 100%;
}
.menu-sm {
  display: none;
  float: right;
  padding: 13px 10px 13px 20px;
  margin-top: 22px;
  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: 1100px) {
  .menu-sm {
    display: block;
  }
  .nav {
    display: none;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 93px;
    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;
  }
}
@media (max-width: 1051px) {
  .network {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1000px) {
  .stand-row-wrap {
    box-shadow: none;
  }
}
@media (max-width: 640px) {
  .cricle-line {
    display: none;
  }
  .header_bar {
    height: 50px;
  }
  .hide-sm {
    display: none;
  }
  .span3,
  .span4,
  .span6,
  .span8 {
    width: 100%;
  }
  .banner .swiper-pagination-bullet {
    width: 20px;
  }
  .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;
  }
  .index_bar {
    height: 120px;
    background-size: cover;
  }
  .index_bar .cover {
    padding-top: 15px;
  }
  .index_bar .cover h2 {
    font-size: 14px;
  }
  .sec-wrap {
    padding-top: 30px;
  }
  .sec5-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ttl-a {
    margin-bottom: 30px;
  }
  .ttl-a h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .ttl-a span {
    font-size: 12px;
    line-height: 1.8;
  }
  .section02 li {
    width: 50%;
    padding: 0;
  }
  .section02 li img {
    height: 40px;
  }
  .section03 {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .list-case {
    margin-left: 0;
    margin-right: 0;
  }
  .list-case .item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .banner .cover {
    display: none;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
  }
  .num-bar-list {
    height: 60px;
    padding: 0;
    margin-top: 20px;
  }
  .num-bar-list em,
  .num-bar-list i {
    font-size: 16px;
  }
  .num-bar-list span {
    font-size: 12px;
  }
  .ttl-a .fs18 {
    font-size: 13px;
  }
  .section01 {
    margin-bottom: 20px;
  }
  .section01 li {
    width: 50%;
    text-align: center;
    padding-left: 0;
    margin-bottom: 10px;
    overflow: hidden;
    height: 130px;
  }
  .section01 li img {
    width: 80%;
  }
  .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;
  }
  .section04 h3 {
    font-size: 14px;
    height: auto;
    margin-bottom: 10px;
  }
  .section04 span {
    font-size: 12px;
  }
  .section04 .item-text {
    height: 130px;
  }
  .section04 .item-text em {
    font-size: 48px;
  }
  .section04 .item-text span {
    font-size: 12px;
  }
  .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;
    padding: 5px 0;
  }
  .section02 li h3 {
    margin: 5px 0 10px;
  }
  .ban-ny,
  .ban-terminal {
    height: 280px;
  }
  .ban-xt,
  .ban-normal {
    height: 160px;
  }
  .ban-normal .text {
    top: 20px;
  }
  .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;
  }
  .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%;
  }
  .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: 30px;
  }
  .case-bottom .item h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .case-bottom .item .md-img span {
    height: 200px;
  }
  .lh2 {
    line-height: 1.5;
  }
  .case-bar {
    height: 190px;
  }
  .case-bar h2 {
    font-size: 18px;
    margin: 20px 0 0;
  }
  .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: 0px;
  }
  .stand-row {
    padding: 20px 10px;
  }
  .service {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .contact {
    width: 100%;
    margin-top: 20px;
  }
  .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%;
  }
  .list-team .img,
  .list-team.zizi .md-img {
    margin-bottom: 20px;
  }
  .list-team,
  .list-team .img {
    margin-left: 0;
    margin-right: 0;
  }
  .map {
    height: 250px;
  }
  .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: 20px;
    margin-bottom: 10px;
  }
  .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;
  }
  .ny-ban .bg-img {
    height: 110px;
  }
  .index_bar.js .cover {
    padding-top: 40px;
  }
  .features_bar_wrap {
    height: 140px;
    margin-bottom: 0;
  }
  .features_bar {
    padding: 0;
    height: auto;
    margin-top: 0px;
  }
  .features_bar.fixed {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 50px;
  }
  .features_bar li {
    width: 25%;
  }
  .ny-ban.nyb2 .bg-img {
    height: 160px;
  }
  .com-intro {
    margin-top: -30px;
    padding: 10px;
    margin-bottom: 0;
  }
  .com-intro .img .ttl {
    display: none;
  }
  .com-intro .img {
    float: none;
    margin: auto;
  }
  .com-intro .text {
    padding: 20px 0 10px;
  }
  .com-intro .text h2 {
    font-size: 16px;
  }
  .address {
    height: 210px;
  }
  .address .cover h2 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .address .cover .item span {
    width: 80px;
  }
  .address .cover .item {
    font-size: 14px;
  }
  .stand-form h3 {
    font-size: 14px;
  }
  .apply-suc .icon {
    width: 36px;
  }
}



/*弹出层*/
.mask-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  display: none;
}
.mask-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: .7;
}
.mask-main {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 50%;
  margin-top: -300px;
  left: 50%;
  margin-left: -400px;
}
.mask-img {
  width: 100%;
  height: 560px;
  position: relative;
}
.mask-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mask-img .img-md {
  max-width: 100%;
  max-height: 100%;
}
.mask-close {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
  background: url('../img/close.png') no-repeat center center;
}
@media (max-width: 800px) {
  .mask-main {
    width: 96%;
    height: 96%;
    top: 2%;
    margin-top: 0px;
    left: 2%;
    margin-left: 0px;
  }
  .mask-img {
    height: 100%;
  }
  .mask-close {
    background-size: 24px;
    right: 0;
    top: 0;
  }
}
