@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  margin: 0 auto;
  width: 100%;
  font-family: 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', sans-serif;
  font-size: 15px;
  color: #8e8e93;
  line-height: 1.7;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

em,
i {
  font-style: normal;
}
ul,
li {
  list-style: none;
}
img {
  width: 100%;
  border: 0;
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.infos::after,
.partners::after,
.services::after,
.clearfix::after {
  clear: both;
  display: block;
  content: '';
  visibility: hidden;
}

.none {
  display: none;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
}
.header .blue {
  background-color: rgba(50, 137, 202, 0.8);
}
.header .box {
  padding: 0;
}
.logo {
  float: left;
  padding: 10px 15px;
}
.logo img {
  margin-right: 12px;
  width: 30px;
}
.logo span {
  display: inline-block;
  font-size: 22px;
  color: #3f78bc;
  line-height: 40px;
  vertical-align: middle;
}
.navbar-toggle {
  display: block;
  float: right;
  margin: 23px 15px 0 0;
  width: 30px;
  height: 40px;
  cursor: pointer;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.sr-only {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #2e374d;
  border-radius: 1px;
}
.navbar-toggle:hover .icon-bar {
  background-color: #3289ca;
}

.nav {
  display: none;
  float: inherit;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.nav li a {
  display: block;
  padding: 10px 20px;
  width: 100%;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav li.active a {
  color: #3289ca;
  background-color: rgba(22, 22, 22, 0.2);
}
.wrap {
  /* padding: 10px 15px; */
  width: 100%;
  background-color: #f5f5f5;
}
/* focus */
#Focus {
  position: relative;
  margin-top: 60px;
  width: 100%;
  height: 230px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url('../images/top.jpg') no-repeat center center / cover;
  /* height: 200px; */
  /* background: #f5f5f5 url('../images/top.jpg') no-repeat center center; */
  /* background-size: cover; */
  /* overflow: hidden; */
  /* background-image: -webkit-linear-gradient(#3375f6, #49c2fe); */
  /* background-image: linear-gradient(#3375f6, #49c2fe); */
}
#Focus img {
  display: block;
  width: 80%;
  max-width: 800px;
}
.box.top-tit {
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.top-tit h3 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}
.top-tit h5 {
  font-size: 13px;
}
/* #Focus img {
  width: 100%;
} */
/* #Focus .swiper-slide { */
/* width: 100%; */
/* height: 100%; */
/* background-color: transparent; */
/* } */
.services {
  margin: 0 auto;
  width: 96%;
}
#swiperCases {
  padding-bottom: 50px;
  height: 360px;
}
#canv,
#holder {
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}
.swiper-wrapper {
  z-index: 3;
}
.swiper-container {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 23px;
}
.slide {
  margin: 50px auto 0;
  padding: 0 50px;
  width: 100%;
  text-align: center;
}
.slide i {
  display: block;
  margin: 0 auto 20px;
  width: 46px;
  height: 46px;
  background-color: #2a9dff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 38px 38px;
  border-radius: 50%;
}
.slide i.icon-1 {
  /* margin-bottom: 30px; */
  background-image: url('../images/icon_sm.png');
}
.slide i.icon-2 {
  /* margin-bottom: 12px; */
  background-image: url('../images/icon_yj.png');
}
.slide i.icon-3 {
  /* margin-bottom: 45px; */
  background-image: url('../images/icon_jzg.png');
}
.slide h3 {
  margin-bottom: 30px;
  font-size: 16px;
  color: #c4ebff;
}
.slide p {
  font-size: 20px;
  color: #fff;
}
.slide p span {
  display: block;
}
.slide p b {
  display: none;
}

.box {
  margin-bottom: 20px;
  width: 100%;
  padding: 30px;
  text-align: center;
}
.box h1 {
  display: inline-block;
  margin: 0 auto 50px;
  position: relative;
  font-size: 26px;
  color: #181818;
  line-height: 2;
  text-align: center;
  border-bottom: 2px solid #3289ca;
}

.box p {
  margin-bottom: 0.7em;
  font-size: 15px;
  color: #777;
  text-align: left;
}
.intro {
  margin: 0 auto;
  width: 90%;
}
.intro p {
  text-align: justify;
}
.infos li {
  float: left;
  margin-bottom: 30px;
  width: 50%;
  text-align: center;
}
.infos li b {
  font-size: 20px;
  color: #222;
  font-weight: normal;
}
.infos li p {
  text-align: center;
}
.infos i,
.serv-item i {
  display: block;
}
.infos li i {
  margin: 20px auto;
  width: 60px;
  height: 60px;
}
.serv-item i {
  margin: 10px 0;
  width: 60px;
  height: 60px;
}
.infos img,
.serv-item img {
  width: 100%;
}
.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
  /* background: linear-gradient(253deg,#7366FF 0%,#1366EC 100%); */
  /* background-color: rgba(0, 0, 0, 0.05); */
  border: 1px solid #c4ebff;
  border-radius: 2px;
}
.btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
  /* background: linear-gradient(-253deg,#7366FF 0%,#1366EC 100%); */
}
.digi-center {
  display: none;
}
.digi {
  margin: 0 auto 30px;
  padding-left: 15px;
  width: 70%;
  height: 40px;
  font-size: 18px;
  color: #3289ca;
  line-height: 40px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5);
  border-left: 3px solid #ffa000;
}

.serv-item {
  width: 100%;
  margin-bottom: 60px;
  padding-left: 15px;
  border-left: 3px solid #ffa000;
  border-right: none;
  border-radius: 2px;
}
.serv-item h5 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #3289ca;
  text-align: left;
  font-weight: bold;
}
.serv-item p.sm {
  padding: 8px;
  font-size: 13px;
  background-color: #f6f7fa;
  border-radius: 4px;
}
.desc {
  padding: 15px;
  margin-bottom: 25px;
  background-color: #fff;
}
.desc b {
  display: block;
  color: #3289ca;
}
.case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.case-item {
  padding: 15px;
  margin-bottom: 2%;
  width: 49%;
  text-align: center;
  background-color: #f6f7fa;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.case-item img {
  display: block;
  margin: 10px auto;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 22.5%;
}
.case-item h2 {
  font-size: 16px;
  color: #3289ca;
  font-weight: bold;
}
.case-item p {
  font-size: 12px;
  color: #8e8e93;
}
.case-item span {
  display: block;
  margin: 0 auto;
  padding: 5px 10px;
  width: fit-content;
  min-width: 120px;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  background-color: #2a9dff;
  border-radius: 4px;
  opacity: 0.9;
}
.case-item span b {
  display: block;
  font-size: 14px;
}
.case-item em {
  display: none;
}
.partners {
  margin-bottom: 50px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
.partners li {
  float: left;
  padding: 5px;
  width: 50%;
  background-color: #fff;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.partners li img {
  width: 100%;
}

.contact {
  padding: 30px 0;
}
.contact a {
  display: block;
  float: inherit;
  margin-bottom: 15px;
}
/* .contact b {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
} */
.contact p {
  margin: 0 auto 20px;
  display: block;
  width: 100%;
  max-width: 300px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  /* border-left: 3px solid #ffa000; */
  /* border-radius: 2px; */
}
.contact b {
  text-align: right;
  font-weight: normal;
}
.contact span {
  flex: 1;
}
.footer {
  padding: 15px;
  width: 100%;
  text-align: center;
  background-color: #3289ca;
}
.footer span,
.footer a {
  padding-bottom: env(safe-area-inset-bottom);
  display: inline-block;
  font-size: 14px;
  color: #eee;
  text-align: center;
}
.footer a {
  color: rgb(200, 226, 248);
}
.footer a:hover {
  text-decoration: underline;
}
@media ( min-width: 375px) {
  #Focus {
    height: 280px;
  }
  .top-tit h3 {
    font-size: 24px;
  }
  .top-tit h5 {
    font-size: 14px;
  }
}
@media ( min-width: 390px) {
  #Focus {
    height: 300px;
  }

  .top-tit h3 {
    font-size: 26px;
  }
  .top-tit h5 {
    font-size: 14px;
  }
}
@media (min-width: 540px) {
  .partners li {
    width: 33.33%;
  }
    .top-tit h3 {
    font-size: 36px;
  }
  .top-tit h5 {
    font-size: 20px;
  }

}
@media (min-width: 1000px) {
  .header {
    height: 80px;
  }
  .logo {
    padding: 15px;
  }
  .logo img {
    margin-right: 15px;
    width: 50px;
  }
  .logo span {
    font-size: 30px;
    line-height: 50px;
  }

  .navbar-toggle {
    display: none;
  }
  .nav {
    position: inherit;
    padding-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: right;
    top: 0;
    left: auto;
    right: 0;
    width: 690px;
    background-color: transparent;
  }

  .nav li a {
    padding: 22px 12px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    border: none;
  }
  .nav li a:hover,
  .nav li.active {
    position: relative;
    color: #3289ca;
  }

  .nav li.active::after {
    display: block;
    content: ' ';
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 3px;
    background: #3289ca;
    border-radius: 2px;
  }
  .nav li.active a {
    color: #3289ca;
    background: none;
  }
  #Focus {
    margin-top: 80px;
    height: 460px;
  }
  .top-tit h3 {
    font-size: 48px;
  }
  .top-tit h5 {
    font-size: 26px;
  }
  .btn {
    padding: 0 30px;
    font-size: 14px;
    line-height: 34px;
  }
  #swiperCases {
    height: 400px;
  }

  .case-item {
    width: 19%;
  }
  .case-item p {
    font-size: 14px;
  }
  .case-item em {
    display: block;
    width: 10px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 36px;
  }
  .case-item img {
    margin-top: 30px;
    width: 66px;
    height: 66px;
  }
  .slide {
    margin: 80px auto 0;
  }
  .slide i {
    margin-bottom: 120px;
    width: 80px;
    height: 80px;
    background-size: 60px 60px;
  }
  .slide i.icon-1,
  .slide i.icon-2,
  .slide i.icon-3 {
    margin-bottom: 20px;
  }
  .slide h3 {
    font-size: 20px;
  }
  .slide p {
    font-size: 32px;
  }
  .slide p span {
    display: inline;
  }
  .slide p b {
    display: inline;
    font-weight: normal;
  }
  .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .box {
    margin: 0 auto 50px;
    padding: 30px;
    max-width: 1000px;
    overflow-x: hidden;
  }
  .box h1 {
    font-size: 32px;
  }
  .box p,
  .infos li p {
    font-size: 16px;
  }

  .infos li {
    width: 25%;
  }
  .infos li b {
    font-size: 24px;
  }
  .digital {
    position: relative;
    margin: 0 auto 50px;
    width: 720px;
  }
  .digi-center {
    display: block;
    margin: 0 auto;
    width: 360px;
  }
  .digi {
    position: absolute;
    padding-left: 0;
    width: 200px;
    height: 40px;
    font-size: 18px;
    color: #3289ca;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #3289ca;
    border-radius: 20px;
  }
  .d-l {
    top: 20px;
    left: 0;
  }
  .d-r {
    top: 0;
    right: 0;
    width: 230px;
  }
  .d-lb {
    bottom: -28px;
    left: 0;
  }
  .d-rb {
    bottom: -10px;
    right: 0;
  }
  .serv-item {
    float: left;
    width: 50%;
    padding: 0 30px;
    border-left: none;
  }
  /* .serv-item:first-child {
    border-right: 1px solid #c5dfff;
  } */
  .serv-item h5 {
    text-align: center;
  }
  .serv-item i {
    margin-left: auto;
    margin-right: auto;
  }
  .serv-item p.center {
    text-align: center;
  }
  .partners li {
    padding: 10px;
    width: 20%;
  }

  .contact p {
    font-size: 16px;
  }

  .footer {
    padding: 20px;
  }
}
