@CHARSET "UTF-8";

.container {
  padding: 0;
}

#myCarousel, .tab1 {
  margin: 50px 0 0 0;
}

.tab2, tab3 {
  padding-bottom: 50px;
}

.tab2 {
  padding-top: 60px;
  background-color: #F4F7FC;
}

.tab2 p {
  padding: 20px 0 15px;
  color: #6C6C6C;
  font-size: 19px;
}

.tab2 .tab-right {
  text-align: center;
}

.tab2 .tab-right h1, .tab3 .title h1 {
  color: #367EF9;
}

.tab2 .modules {
  padding-top: 100px;
  width: calc(100% + 45px);
}

.tab2 .tab-right .module {
  margin: 0 5px 5px 0;
  background: #fff;
  width: calc(25% - 5px);
}




.tab2 .tab-right .module:hover {
  background-color: #4A88F9;
}



.tab2 .tab-right .module:hover p {
  color: #fff;
}

/*画线*/
.modules .border:before {
  content: "";
  border-left: 0.5px solid #1780D3;
  position: absolute;
  height: 40px;
  margin-top: -40px;
  width: 1px;
}

.modules .border:not(.h-border):before {
  border-top: 0.5px solid #1780D3;
  width: calc(100% + 5px);
}

.modules .center-border:before {
  content: "";
  border-left: 0.5px solid #1780D3;
  position: absolute;
  height: 52px;
  margin-top: -92px;
  width: 1px;
  left: 53.5%;
}

/*画圆*/
.modules .circle {
  position: absolute;
  background: #fff;
  margin-top: -100px;
  left: calc(53.5% - 3px);
  border: 1px solid #1780D3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.tab3 h2 {
  padding: 20px 0 70px;
  color: #D55E55;
}

.tab3 .circle {
  display: inline-block;
  background: #fff;
  border: 1px solid #1780D3;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.tab3 li {
  font-size: 18px;
  padding-top: 10px;
  color: #4A88F9;
}

.tab3-right {
  padding-top: 150px;
}

.tab10 {
  background-image: url('../img/design/design8.jpg');
}

.tab10 .title, .tab10 .title1 {
  text-align: center;
  padding-top: 30px;
}

.tab10 .title h1 {
  font-size: 40px;
  color: #7ebffc;
  letter-spacing:10px;
}

.tab10 .title1 h2 {
  color: #fff;
  padding-bottom:40px;
  font-size: 25px;
  letter-spacing:5px;
}

.tab10 .title1 h4{
  padding: 10px 0 40px;
}

.swiper-container {
  width: 60%;
  height: 400px;
  padding: 50px;
}

.container-fluid {
  padding-right: 100px;
  padding-left: 100px;
  /* margin-right: auto; */
  /* margin-left: auto; */
}

.swiper-slide {
  background: #ccc;!important;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 300px;
}


/* 小屏幕（平板，大于等于768px） */
@media (max-width: 767px) {
  .tab2 .modules {
    padding-top: 100px;
    width: 100%;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
  }

  .modules .center-border:before {
    content: "";
    border-left: 0.5px solid #1780D3;
    position: absolute;
    height: 52px;
    margin-top: -92px;
    width: 1px;
    left: 50%;
  }

  .modules .circle {
    position: absolute;
    z-index: 111111111;
    background: #fff;
    margin-top: -100px;
    left: calc(50% - 3px);
    border: 1px solid #1780D3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
  }

  .tab-right {
    padding-top: 40px;
  }

  .tab10 .title h1 {
    font-size: 35px;
  }

  .tab10 .title1 h2 {
    font-size: 15px;
  }
}