@import url("../css/font/iconfont.css");

/* 公共样式 */
.iconf_1 {
  color: #4cb174;
  margin-right: 5px;
  font-weight: bold;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #ffffff !important;
}
a:hover {
  text-decoration: none;
  color: rgba(46, 216, 131, 0.651);
}
.icons{
  border: 1px solid red !important;
}
/* 跳转 - 箭头 */
.jiantou_icon {
  width: 15px;
  color: #fff;
}
.tabdata{
  font-size: 12px;
}
ul>li {
  list-style: none;
}

ul {
  padding-left: 0px;
}

/* 字体大小 */
.fz16px {
  font-size: 16px;
}

/* 字体设置-加粗 */
.f17px_bold {
  font-size: 17px;
  font-weight: bold;
}

.f16px_bold {
  font-size: 16px;
  font-weight: bold;
}

.f23px_bold {
  font-size: 20px;
  font-weight: bold;
}

.f21px_bold {
  font-size: 21px;
  font-weight: bold;
}

.f25px_bold {
  font-size: 25px;
  font-weight: bold;
}

.f20px_333 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

/* 标题 */
.f14px_bold {
  font-size: 14px;
  color: #e9ecef;
  /* font-weight: bold; */
}

.f14px_color999 {
  font-size: 14px;
  color: #999;
  /* font-weight: bold; */
}

.f15px_color666 {
  font-size: 15px;
  color: #666;
  /* font-weight: bold; */
}

.f15px_color333 {
  font-size: 15px;
  color: #333;
  /* font-weight: bold; */
}

/* 信息 */
.f12px_bold {
  font-size: 12px;
  /* font-weight: bold; */
  display: flex;
  align-items: center;

}

/* 行高-配置 */
.line_h25px {
  /* line-height: 26px; */
}

.tabimg {
  height: 70px;
  margin-right: 20px;
}

/* 颜色配置 */
.col#a8b0b8 {
  color: #a8b0b8;
}

.col_74c966 {
  color: #5ac10a;
}

.col_999 {
  color: #999999;
}

.col_666 {
  color: #666;
}

/* 弹性布局 */
.flex_around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.flex_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex_column_between {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.flex_align {
  display: flex;
  align-items: center;
}

.flex {
  display: flex;
}

/* 文字居中 */
.txt_center {
  text-align: center !important;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

/* 间距大小 */
.inside_mtb_20 {
  padding: 20px 0;
  box-sizing: border-box;
}

.mtb_8 {
  margin: 8px 0 16px 0;
}

.mtb_20 {
  margin: 20px 0;
}

.mr_150 {
  margin-right: 150px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_30 {
  margin-bottom: 30px;
}

/* 偏移 */
.mleft-30 {
  margin-left: 30px;
}

.mleft-50 {
  margin-left: 50px;
}

.mleft-60 {
  margin-left: 60px;
}

.mleft-40 {
  margin-left: 40px;
}

.mleft-10 {
  margin-left: 10px;
}

.mleft-20 {
  margin-left: 20px;
}

/* 轮播样式 */
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #f7fafd;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  /* color: #000; */
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 642px;
}

.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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-title {
  font-size: 40px;
  font-weight: bold;
}

/* 头部 */
.navbar {
  background-color: #fff;
  height: 40px;
  /* display: flex;
    align-items: center; */
}

.nav {
  background-color: #fff;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 25px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
  display: inline-block;
  border-radius: 5px;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}



.headimage {
  /* height: 30px; */
  width: 120px;
}

/* .swiper-one {
    background: url('../images/banner.jpg') no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;

}

.swiper-two {
    background: url('../images/banner1.jpg') no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.swiper-three {
    background: url('../images/banner2.jpg') no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.swiper-four {
    background: url('../images/banner3.jpg') no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
} */

.down {
  display: flex;
  align-items: center;
  justify-content: center;
}

.down {
  margin-top: 30px;
  width: 162px;
  height: 50px;
  background: transparent;
  border: 1px solid #0A41FF;
  color: #0A41FF;
}

.down:hover {
  color: #fff;
  border: 1px solid #fff;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 75px;
  left: 0;
  width: 100%
}

/* 数据采集 */
.swiper-data {
  position: relative;
  width: 1300px;
  height: 120px;
  margin: 0 auto;
  top: -40px;
  z-index: 999;
  display: flex;
  justify-content: space-between;

}

.swiper-data .data-one {
  width: 308px;
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 2px rgba(196, 196, 196, 0.10);
}

.swiper-data .data-one img {
  width: 70px;
}

.swiper-data .data-one ul {
  padding-left: 20px;
  list-style: none;
}

.swiper-data .data-one ul li:first-child {
  height: 21px;
  font-family: -700;
  font-weight: bold;
  text-shadow: 2px 2px 5px 0px rgba(221, 221, 221, 0.20);
}

.swiper-data .data-one ul li:last-child {
  font-family: -400;
  font-weight: normal;
  color: #999999;
  text-shadow: 2px 2px 5px 0px rgba(221, 221, 221, 0.20);
}

/* 解决方案 */
.swiper-solve {
  width: 100%;
  height: 300px;
  background: #F7FAFD;
}

.solve {
  text-align: center;
  font-size: 32px;
  font-family: -700;
  font-weight: bold;
}

.solutions {
  font-size: 15px;
  font-family: -400;
  text-align: center;
  font-weight: normal;
  color: #999999;
}

.swiper-solve .solve-item {
  width: 1300px;
  height: 354px;
  margin: 0 auto;
  margin-top: 45px;

}

.solve-item ul {
  padding-left: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.solve-item .solve-one {
  width: 308px;
  height: 354px;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 5px;
  z-index: 50;
  box-shadow: 0px 2px 4px 2px rgba(196, 196, 196, 0.10);
}

.solve-item .solve-one:hover {
  background-color: #0a41ff;
  color: #fff;
}

.solve-item .solve-one:hover .iconfont {
  color: #fff;
}

.solve-item .solve-one:hover .solve-text {
  color: #fff;
}

.solve-one .solve-title {
  font-size: 24px;
  font-family: -700;
  font-weight: bold;
  text-align: center;
}

.solve-one .solve-text {
  font-size: 16px;
  font-family: -400;
  font-weight: normal;
  text-align: center;
  color: #999999;
}

.solve-item .solve-one .iconfont {
  font-size: 60px;
  color: #0A41FF;
  font-weight: 700;
}

.navbar-brand {
  font-size: 22px;
  font-weight: bold;
  /* color: #3894FF ; */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}

.btn-text {
  width: 140px;
  height: 50px;
  background: #0a41ff;
  font-size: 15px;
  font-family: -400;
  font-weight: normal;
  letter-spacing: 0.05px;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 5px;

}

.btn-text:hover {
  color: #fff;
}

.btn-text:focus {
  outline: 0;
  color: #fff;
}

.service {
  width: 140px;
  height: 50px;
  background: #0a41ff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-top: 30px;
}

.platform {
  width: 120px;
  height: 30px;
  background: #0a41ff;
  font-size: 15px;
  font-family: -400;
  font-weight: normal;
  letter-spacing: 0.02px;
  background: #0a41ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 20px;
}

.platform .btn-a {
  color: #fff;
}

.service a {
  color: #fff;
}

/* 关于我们 */
.swpier-about {
  width: 100%;
  /* border: 1px solid red; */
  background-color: #fff;
  margin-top: 20px;
}



.about-title {
  background: #f7fafd;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;

}

.about-title .about-left {
  width: 495px;
  margin-left: 60px;
  display: flex;
  align-items: center;
}

.about-title .about-left .about-h2 {
  color: rgba(16, 16, 16, 100);
  font-size: 28px;
}

.about-line {
  margin: 16px 0;
  color: rgba(190, 190, 190, 100);
  font-size: 18px;

}

.about-p {
  width: 360px;
  font-size: 15px;
  font-weight: normal;
  color: rgba(97, 95, 95, 0.904);
  text-align: left;
  line-height: 22px;
}

/* 关于合作 */
.swiper-cooperation {
  height: 355px;
  width: 100%;
  background-color: #fff;
}

.cooperation {
  width: 60%;
  height: 150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cooperation ul>li:first-child {
  font-size: 60px;
  font-family: -700;
  font-weight: bold;
  text-align: center;
}

.cooperation ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cooperation ul>li:last-child {
  font-size: 16px;
  font-family: -400;
  font-weight: normal;
  text-align: center;
  color: #999999;
  text-align: center;
}

/* 练习我们 */
.swiper-call {
  width: 850px;
  height: 250px;
  margin: 0 auto;
}

.swiper-more {
  height: 548px;
}

.nameinput {
  display: flex;
  justify-content: space-between;
}

.swiper-input {
  width: 416px;
  height: 55px;
  background: #ffffff;
  border-radius: 2px;
  font-size: 15px;
  font-family: -400;
  font-weight: normal;
  text-align: left;
  border: none;
  padding-left: 20px;
  color: #333;
  box-shadow: 0px 2px 2px 2px rgba(196, 196, 196, 0.10);
}

/* 去掉获取焦点的边框 */
.swiper-input:focus {
  outline: none
}

.textarea-text:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #c1c2ce;
  font-size: 14px;
}

textarea::-webkit-input-placeholder {
  color: #c1c2ce;
}

.textarea-text {
  width: 850px;
  height: 130px;
  background: #ffffff;
  border-radius: 2px;
  font-size: 15px;
  font-family: -400;
  font-weight: normal;
  text-align: left;
  color: #333;
  border: none;
  padding: 10px 0px 0px 20px;
  box-shadow: 0px 2px 2px 2px rgba(196, 196, 196, 0.10);
}

/* 页脚 */
.footer {
  width: 100%;
  background-color:#191a1f;
  

}

.a1{
  padding-bottom: 50px;
}
.footer-yj {
  padding-top: 20px;
  padding-bottom: 20px;
 width: 100%;
}
.mleftimg{
  display: flex;
 justify-content: center;
  width: 100%;

  
}
.ft-title {
  font-size: 14px;
  color: #d7d7d7;
  width: 100%;
}

.ft-call {
  font-size: 12px;
  font-family: -400;
  font-weight: normal;
  /* color: #d7d7d7; */
  color: #e4e4e4;
}

.ft-call:link {
  color: #7a7c92;
  text-decoration: none;
}

.copyright {
  border-top: 1px solid #353557;
  width: 100%;
  /* background-color:  #1F1F45; */
  height: 50px;
  margin: 0;
  font-size: 13px;
  color: #d1d1d4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright a {
  color: #7a7c92;
}
.hrs:hover{
  color:  rgba(46, 216, 131, 0.651);
}
.copyright a:hover,
.copyright a:active {
  text-decoration: none;
  
}

@media screen and (max-width: 767px) {
  .swiper-data {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 500px;
    justify-content: space-between;
    align-items: center;

  }

  .swiper-title {
    font-size: 30px;
  }


  .title-h4 {
    font-size: 15px;
  }

  .swiper-solve {
    height: 1700px;
  }

  .swiper-solve .solve-item {
    height: 800px;
    width: 100%;
  }

  #solve {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #solve li {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  

  /* 关于我们 */
  .about-title {
    width: 100%;
    /* height: 600px; */
    display: flex;
    flex-direction: column;
  }




 
  /* 关于合作 */
  .swiper-cooperation {
    margin-top: 300px;
  }

  .cooperation {
    width: 90%;
    height: 100px;
  }

  .cooperation ul>li:first-child {
    font-size: 30px;
  }

  /* 联系我们 */
  .swiper-call {
    width: 100%;
    height: 300px;
  }

  .swiper-input {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .nameinput {
    flex-direction: column;
  }

  .textarea-box {
    width: 90%;
    margin: 0 auto;
  }

  .textarea-text {
    width: 100%;
  }

  /* 页脚 */
  .footer {
    height: auto;
  }

  .copyright {
    border-top: 1px solid #353557;
    width: 100%;
    /* background-color:  #1F1F45; */
    height: 86px;
    font-size: 13px;
    font-family: -400;
    font-weight: normal;
    color: #7a7c92;
    display: block;
    padding-top: 20px;
  }

}

.swiper-wrapper1 {
  text-align: center;
}



.jsmb {
  padding-left: 158px;
}

.col-md-5 {
}

.col-md-offset-1 {
  margin-left: -2%;
}

.col-md-2 {
  width: 50%;
}

.fx {
  display: flex;
  align-items: center;
}

.bolk {
  font-size: 20px;
  font-weight: bold;
}

.email {
  color: #727272;
}
.title-left{
  color: #3894FF 100% !important;
}
.niudata{
  font-weight: bold;
  color:rgb(51,204,153);
  font-size: 20px;
margin-bottom: 20px;
}
.title1{
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 7px;
  color: white;
  margin-left: 4px;
}
.title2{
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin-top: 2px;
}
.tie{
  position: absolute;
  top: 50px;
  width: 100%;
  margin-top: 50px;
  

}
.titleimg{
  width: 500px;
  height: 5px;
  border: 1px solid red;
}
.title3{
  width: 100%;
  display: flex;
  justify-content: center


}
.se{
border: 1px solid rgba(245, 239, 239, 0.938);
width: 520px;
}
.img1{
  width: 100px;
  height: 100px;
}
.l1{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:rgb(51,204,153);
  margin-top: 7px;
  margin-right: 8px;
}
.l2{
  width: 6px;
  height: 6px;
  border-radius: 50%;
background: white;
}


.fs{
  width: 1300px;
  height: 550px;
}


.about-titleimgtitle{
  width: 100%;
  height: 350px;

}
.imgdiv{
  width: 100%;
}


