/*   -------------------------------------第一部分 */
.banner {
  width: 100%;
  height: 380px;
  background-image: url(img/ODM/banner6.jpg);
  background-color: #dbf4ff;
  /* 预防背景图像不可用 */
  padding: 70px 0 0 0px;
  box-sizing: border-box;

}

.banner-title {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 12px;
  color: #fff;
}

.banner-body {
  color: rgb(255, 255, 255);
font-size: 18px;
}

.banner-button {
  width: 150px;
  height: 50px;
  margin-top: 70px;
  text-align: center;
  background-image: linear-gradient(to left, #5671fb, #04abff);
  border: 2px solid #f5f5f5
  /*     border: 1px solid #e6e6e6; */
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 8px
}

.banner-text {
  color: #fff;
  margin: auto;
  text-align: center;
  
}

/*   -------------------------------------第二部分 */
.two {
  /* padding: 100px; */
  /* text-align: center; */
}

.two-title {
  font-size: 36px;

}

.two-body{
  margin: 0 auto;
}

.two-body1 {
  font-size: 20px;
  font-weight: lighter;
  margin: 50px 0;
  color:#565656;
  text-indent: 2em
}

.two-body2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px;
}

.two-img {
  width: 350px;
  height: 350px;
  background-color: #fafafa;
  margin: 25px;
  margin-top: 50px;
}

/*   -------------------------------------第三部分 */
.three {
  background-color: #F9F9F9;
  padding: 100px 0;
  text-align: center;
  margin: auto;
}

.three-title {
  font-size: 36px;
  font-weight: bolder;
  padding: 10px 0;
}

.three-body {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.three-body-button {
  text-align: center;
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  font-weight: boldr;
  background-color: #2A82E4;
  border-radius: 50px;
}


/*   -------------------------------------方案统一部分 */

.two-title-plan {
  font-size: 56px;
  font-weight: bolder;
  text-align: center;
  /* margin-bottom: 12px; */
  margin-top: 50px;
}

.box2 {
  float: right;
  width: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999999;
  border-bottom: 2px solid #E3E3E3;
  position: relative;
}

.box2-1 {
  width: 140px;
  padding:0 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-bottom: 2px solid #006CFF; */
  
  font-weight: 600;
  color: #006CFF;
  font-size: 20px;

}
/* .box2 .box2-1 a{
  height: 50px;
  border-bottom: 2px solid;
} */
/* .box2 .box2-2 a{
  height: 50px;
  
} */
.box2 .box2-1::after{
  position: absolute;
  bottom: -2px;
  content: "6666";
  display: block;
  width: 140px;
  padding: 0 14px;
  height: 2px;
  background: #006cff;
  border-radius: 1px;
  flex: 1;
  overflow: hidden;
}
  
.box2-2 {
  width: 140px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-weight: 600;
  font-size: 20px;


}
.box2-2 a{
  color: #333333;
}
.text2 {
  width: 100%;
  height: 50px;
  padding: 80px 80px 80px 0px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.two .bc{
  padding: 25px 0;
  border-top: 2px solid #E8E8E8;
}
.two .bc h4{
  padding: 20px;
  font-size: 26px;
  font-weight: 900;
}
.two .bc .h4title{
  display: block;
  font-size: 24px;
  font-family: 'OPPOSans-Ver2-Regular';
  /* font-family: 'OPPOSans-Ver2-H'; */
}
.two .bc .h5title{
  display: block;
  font-size: 14px;
  font-family: 'OPPOSans-Ver2-Regular';
  color:#C3C3C3;
  font-style: italic;
  font-family: arial;
  margin-top: 5px;
  /* font-family: 'OPPOSans-Ver2-H'; */
}


.swiper {
  overflow-x: hidden;
}
.swiper .swiper-pagination-bullets{
  position: relative;
  bottom: 60px !important;
  width: 90% !important;
}