.banner {
  background-color: #050e48;
}

.banner .inner {
  box-sizing: border-box;
  display: flex;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.banner .inner .content {
  box-sizing: border-box;
  padding: 150px 0 80px;
  width: 50%;
  flex-shrink: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.banner .inner .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
}

.banner .inner .img-wrapper {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.banner .inner .title, .banner .inner .desc {
  color: #ffffff;
}

.banner .inner .desc {
  margin-bottom: 30px;
}

.banner .target-btn {
  font-size: 16px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 991px) {
  .banner .inner .content {
    padding: 100px 0 40px;
  }

  .banner .target-btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .banner .inner {
    display: block;
  }

  .banner .inner .content {
    width: 100%;
    padding: 40px 0;
  }
}

#breadcrumb {
  background-color: #ffffff;
}

.part-1 {
  padding-top: 30px;
  padding-bottom: 95px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 991px) {
  .part-1 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .part-1 {
    padding-top: 40px;
  }
}

.part-1 .top {
  margin-bottom: 60px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 991px) {
  .part-1 .top {
    margin-bottom: 40px;
  }
}

.part-1 .top .title {
  margin-bottom: 10px;
}

.part-1 .tab-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-1 .tab-wrapper .tab {
  width: 25%;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-1 .tab-wrapper .tab .inner {
  display: inline-block;
  box-sizing: border-box;
  padding: 11px;
  width: 90%;
  max-width: 230px;
  font-size: 18px;
  color: #0078ff;
  border: 1px solid #0078ff;
  border-radius: 21px;
  cursor: pointer;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-1 .tab-wrapper .tab.active .inner {
  color: #ffffff;
  background-color: #0078ff;
}

@media screen and (max-width: 991px) {
  .part-1 .tab-wrapper .tab .inner {
    font-size: 16px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .part-1 .tab-wrapper .tab {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .part-1 .tab-wrapper .tab {
    width: 100%;
  }
}

.part-1 .tab-pane-wrapper .tab-pane {
  display: none;
}

.part-1 .tab-pane-wrapper .tab-pane .inner {
  box-sizing: border-box;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  display: flex;
  padding: 4% 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-1 .tab-pane-wrapper .tab-pane .image {
  width: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-1 .tab-pane-wrapper .tab-pane .image .img-wrapper {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.part-1 .tab-pane-wrapper .tab-pane .content {
  width: 50%;
  box-sizing: border-box;
  padding-right: 8%;
}

.part-1 .tab-pane-wrapper .tab-pane .content .title {
  font-size: 24px;
  color: #0078ff;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-1 .tab-pane-wrapper .tab-pane .content .desc {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 15px;
}

.part-1 .tab-pane-wrapper .tab-pane .content li {
  display: flex;
  margin-bottom: 10px;
  line-height: 2;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-1 .tab-pane-wrapper .tab-pane .content li i {
  color: #0078ff;
  margin-right: 5px;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .part-1 .tab-pane-wrapper .tab-pane .inner {
    padding: 30px 20px;
  }

  .part-1 .tab-pane-wrapper .tab-pane .content .title {
    font-size: 20px;
  }

  .part-1 .tab-pane-wrapper .tab-pane .content li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .part-1 .tab-pane-wrapper .tab-pane .inner {
    display: block;
  }

  .part-1 .tab-pane-wrapper .tab-pane .image {
    width: 100%;
    margin-bottom: 30px;
  }

  .part-1 .tab-pane-wrapper .tab-pane .content {
    width: 100%;
    padding-right: 0;
  }
}

.part-2 {
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #f9f9f9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 991px) {
  .part-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.part-2 .title {
  margin-bottom: 10px;
}

.part-2 .wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}

.part-2 .wrapper > div {
  width: calc(100% / 3);
  flex-shrink: 0;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-2 .wrapper .item {
  height: 100%;
  border-radius: 24px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 40px 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-2 .wrapper .item .title-desc {
  margin-bottom: 20px;
}

.part-2 .wrapper .item li {
  display: flex;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.part-2 .wrapper .item li i {
  color: #0078ff;
  margin-right: 5px;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .part-2 .wrapper .item li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .part-2 .wrapper {
    display: block;
  }

  .part-2 .wrapper > div {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

