.tab-box {
  margin-bottom: 60px;
}
.tab-box .text-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 75px;
}
.tab-box .text-tabs .text-p {
  font-size: 36px;
}
.tab-box .text-tabs .text-p span {
  color: #00a2e9;
}
.tab-box .text-tabs .tabs-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tab-box .text-tabs .tabs-ul li {
  cursor: pointer;
  width: 166px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  font-size: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-box .text-tabs .tabs-ul li.active {
  border: 2px solid #00a2e9;
  color: #00a2e9;
}
.tab-box .img-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tab-box .img-icons .l-img {
  width: 48.6%;
}
.tab-box .img-icons .l-img img {
  width: 100%;
}
.tab-box .img-icons .r-icons {
  width: 44.44%;
}
.tab-box .img-icons .r-icons dd {
  display: none;
}
.tab-box .img-icons .r-icons dd:first-child {
  display: block;
}
.tab-box .img-icons .r-icons .dd-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab-box .img-icons .r-icons .dd-in {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.tab-box .img-icons .r-icons .dd-in .icon-l-img {
  width: 10px;
  height: 10px;
  background: #00a2e9;
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
.tab-box .img-icons .r-icons .dd-in .icon-l-img img {
  width: 30px;
  display: none;
}
.tab-box .img-icons .r-icons .dd-in span {
  font-size: 20px;
}
.part {
  padding: 80px 0 60px;
}
.part .title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
.part .title span {
  color: #00a2e9;
}
.part img {
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .tab-box .text-tabs {
    margin-bottom: 50px;
  }
  .tab-box .text-tabs .text-p {
    font-size: 16px;
  }
  .tab-box .text-tabs .tabs-ul li {
    cursor: pointer;
    width: 130px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .tab-box .img-icons .r-icons .dd-in {
    margin-bottom: 40px;
  }
  .tab-box .img-icons .r-icons .dd-in .icon-l-img {
    margin-right: 20px;
  }
  .tab-box .img-icons .r-icons .dd-in span {
    font-size: 16px;
  }
  .part {
    padding: 60px 0;
  }
  .part .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .tab-box .text-tabs {
    margin-bottom: 40px;
  }
  .tab-box .text-tabs .tabs-ul li {
    width: 120px;
  }
  .tab-box .img-icons .r-icons .dd-in {
    margin-bottom: 20px;
  }
  .part {
    padding: 40px 0;
  }
  .part .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .tab-box .text-tabs {
    margin-bottom: 30px;
  }
  .tab-box .text-tabs .text-p {
    font-size: 20px;
  }
  .tab-box .text-tabs .tabs-ul li {
    width: 100px;
    height: 45px;
    line-height: 41px;
    font-size: 16px;
  }
  .tab-box .img-icons .r-icons .dd-in {
    margin-bottom: 30px;
  }
  .tab-box .img-icons .r-icons .dd-in .icon-l-img {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  .tab-box {
    margin-bottom: 20px;
  }
  .tab-box .text-tabs {
    display: block;
    margin-bottom: 30px;
  }
  .tab-box .text-tabs .text-p {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .tab-box .text-tabs .tabs-ul li {
    width: 20%;
  }
  .tab-box .img-icons .l-img {
    display: none;
  }
  .tab-box .img-icons .r-icons {
    width: 100%;
  }
  .part {
    padding: 20px 0;
  }
  .part .title {
    font-size: 22px;
  }
}
