/* banner */
.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slider .swiper-pagination-bullet {
  background-color: #64cdbe;
  width: 45px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
}

.slider .swiper-pagination-bullet-active {
  background: #fff;
}

/* common css */
.titleBox {
  margin-top: 120px;
}

.titletShow {
  font-size: 50px;
  font-weight: 700;
  color: #e8e8e8;
  font-family: 'SourceHanSansCN-Heavy';
  position: relative;
}
.titleContent h2 {
  position: relative;
  top: -42px;
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
.titleContent span {
  display: block;
  position: relative;
  top: -40px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666;
  line-height: 20px;
}

/* 我们的产品 */
.servers-box {
  margin: 15px 0 30px;
}

.h2Style {
  color: #3f4147;
  font-size: 30px;
  font-family: Source Han Sans CN;
}

.txtStyle {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #3f4147;
}

.h2ProStyle {
  font-size: 34px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}

.txtProStyle {
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}

.productItem {
  margin-bottom: 50px;
  display: flex;
}

.imgbg {
  /*    background: url(../../images/index/bgProduct.png) no-repeat;
    background-position: center center;
    background-size: cover;*/
}

.ourProduct img {
  display: block;
  margin: 0 auto;
}

/* 优势 */
.servers-list {
  font-family: SourceHanSansCN-Medium;
  text-align: center;
  cursor: pointer;
  box-shadow: #8a8f99 1px 2px 14px -4px;
  height: 270px;
  padding: 10px 15px;
  border-radius: 8px;
  transition: transform 0.2s;
  position: relative;
}
.servers-list:hover {
  top: -10px;
}
.servers-list img {
  width: 112px;
}
.servers-list h3 {
  font-weight: normal;
  font-size: 16px;
}
.servers-list p {
  font-family: SourceHanSansCN-Medium;
  color: #555555;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
}

.servers-list p {
  font-size: 14px;
  line-height: 20px;
}

/* 行业 */
.Functionitem {
}

.Functionitem-info {
  margin-bottom: 30px;
}
.img-item {
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(118, 118, 118, 0.29);
  border-radius: 8px;
}
.Functionitem-info .funcItemInfo {
  min-height: 100px;
}

.funcItemInfo p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #999999;
}
/* 地图 */

/* 商务合作map */
#dituContent {
  width: 100%;
  min-height: 250px;
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-family: 'Adobe Heiti Std R';
}

.BMap_cpyCtrl {
  display: none;
}

.anchorBL {
  display: none;
}

.mapContent {
  margin: 38px 20px;
  border-right: 2px solid #fff;
  padding-right: 27px;
}
/*  */
.bgAoutUs {
  background: url(../../images/index/aboutus.png);
  height: 426px;
  color: #fff;
  background-position: center center;
  font-size: 14px;
  border-radius: 10px;
}

.addressInfo {
  margin-top: 28px;
}

.addressInfo span,
.addressInfo p {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-family: 'Adobe Heiti Std R';
  line-height: 34px;
}

.aboutUsContent {
  margin-top: 38px;
}

.aboutUsContent h4 {
  font-size: 20px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #fff;
}

.aboutUsContent p {
  font-size: 14px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #ffffff;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #dituContent {
    width: 100%;
    min-height: 250px;
    overflow: hidden;
    margin: 0;
    font-size: 12px;
    font-family: 'Adobe Heiti Std R';
    border-radius: 10px;
  }
  .bgAoutUs {
    /* background: url(../../images/index/aboutus.png); */
    background: #2c2c2c;
    height: auto;
    color: #fff;
    background-position: center center;
    font-size: 14px;
    border-radius: 0px;
  }
  .mapContent {
    margin: 15px 0 0 0;
    border-bottom: 1px solid #f2f2f2;
    border-right: none;
    padding-right: 0px;
  }
  .aboutUsContent {
    margin-top: 10px;
  }
  .aboutUsContent p {
    font-size: 12px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #ffffff;
    line-height: 34px;
  }
  .aboutUsContent h4 {
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #fff;
  }
  .addressInfo span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: 'Adobe Heiti Std R';
    line-height: 34px;
  }
  /* 优势 */
  .servers-list p {
    font-size: 12px;
    line-height: 60px;
  }
}
/* 资讯 */
.industry {
  font-family: Source Han Sans CN;
  /* background: url(../../images/industry_bg.png) no-repeat; */
  /* background-position: center center; */
  /* background-size: cover; */
}

.industry p {
  padding: 14px 22px;
  line-height: 18px;
  font-size: 12px;
  color: #8a8f99;
  font-weight: 400;
}

/* aboutUs */
.aboutUs {
  /* background: url(../../images/index/aboutus_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    background-size: cover; */
}

/* 客户案例 */
.iconbox {
  min-height: 100px;
}

.Application {
  width: 100%;
  height: auto;
  background-image: url(../../images/index/yingyong_bg.png);
  position: relative;
  z-index: 0;
}
/* banner轮播 */
#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1920px) {
  #certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: block;
  }
  .mobileSwiper {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: block;
  }
  .mobileSwiper {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: none;
  }
  .mobileSwiper {
    display: block;
  }
  .titletShow {
    font-size: 30px;
  }
}
#certify .swiper-container {
  padding-bottom: 60px;
}
#certify .swiper-slide {
  width: 520px;
}
.swiper-slide {
  text-align: center;
  color: #000;
  height: 500px;
  line-height: 30px;
  position: relative;
}

.certify-content {
  color: #fff;
  position: absolute;
  bottom: 10%;
  font-family: Source Han Sans CN;
  line-height: 20px;
}

.certify-content .title_meta {
  font-size: 16px;
  font-weight: 500;
}

.certify-content p {
  font-size: 14px;
  font-weight: 400;
}

#certify .swiper-slide img {
  display: block;
  max-width: initial;
}

.swiper-slide > div {
  margin-top: -288px;
}

#certify .swiper-slide p {
  line-height: 30px;
  padding-top: 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 144px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}

#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
@media screen and(min-width:768px) {
  #certify {
    display: none;
  }
}
/* @media screen and (min-width:1920px){
    #certify{
        display: block;
    }
    .mobileSwiper{
        display: none;
    }
} */
.mainTecBox {
  padding: 50px 0;
}
.tecTitle h3 {
  font-size: 20px;
  margin-top: 45px;
}
/*  */
.mainItemInfo li {
  margin: 25px 0;
}
.infotext {
  width: 400px;
  margin-top: 80px;
  margin: 60px auto;
}
.infotext h3 {
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #227aec;
}
.infotext p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #333333;
}
/*  */
.mainItem h3 {
  font-size: 20px;
  font-family: Source Han Sans CN;
}
.mainInfoTop {
  margin-top: 80px;
}
