.banner-box{
  height: 570px;
}

.banner-box a{
  display: block;
  width: 100%;
  height: 100%;
}

.solution-module-1{
  background-color: #f5f9fc;
  background-image: url("../images/solution/banner.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}

.solution-module-1 .center-box{
  padding-top: 92px;
  padding-bottom: 159px;
  position: relative;
  height: 488px;
  box-sizing: border-box;
}

.solution-module-1 .title{
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}

.solution-module-1 p{
  font-size: 20px;
  color: #525252;
  line-height: 34px;
  margin-top: 24px;
  width: 526px;
}

.solution-module-1 .btn{
  position: absolute;
  bottom: 159px;
  left: 0;
  display: block;
  width: 189px;
  height: 52px;
  background-color: #006bff;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
}
.solution-module-1 .btn:hover{
  opacity: 0.8;
}

.page-title{
  padding: 80px 0;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
  letter-spacing: 5px;
  font-weight: 500;
}

.solution-module-2 {
  padding-bottom: 80px;
  background-color: #fff;
}

.solution-module-2 .summary{
  font-size: 18px;
  line-height: 30px;
  color: #3e3e3e;
  width: 810px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.solution-module-2 .summary::before{
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  width: 120px;
  height: 3px;
  background-color: #006bff;
  margin-left: -60px;
}

.solution-module-2 ul{
  display: flex;
  margin-top: 70px;
}

.solution-module-2 ul li {
  flex: 1;
  overflow: hidden;
  padding-top: 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.solution-module-2 ul li::after{
  content:"";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #e0e0e0;
}

.solution-module-2 ul li:last-child::after{
  display: none;
}

.solution-module-2 ul li img {
  display: block;
  width: 100px;
  height: 70px;
}

.solution-module-2 ul li p{
  font-size: 20px;
  line-height: 26px;
}

.solution-module-3{
  background-color: #f8f8f8;
  padding-bottom: 72px;
}

.solution-module-3 ul{
  display: flex;
}

.solution-module-3 li {
  flex: 1;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-module-3 li + li{
  margin-left: 26px;
}

.solution-module-3 li img{
  display: block;
  width: 100px;
  height: 90px;
}

.solution-module-3 li .title{
  display: block;
  text-align: center;
  margin-top: 10px;
  line-height: 40px;
  font-size: 20px;
}

.solution-module-3 li .summary{
  margin-top: 5px;
  line-height: 28px;
  font-size: 14px;
  color: #787878;
  padding-left: 36px;
  padding-right: 36px;
}

.solution-module-5{
  padding-bottom: 80px;
}

.solution-module-4 .tab-nav{
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}

.solution-module-4 .tab-nav .title{
  display: block;
  flex: 1;
  height: 66px;
  line-height: 28px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.solution-module-4 .tab-nav .active::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 80px;
  height: 3px;
  background-color: #006bfe;
  transform: translateX(-50%);
}

.solution-module-4 .tab-content{
  padding-top: 80px;
  display: flex;
}

.solution-module-4 .tab-content .advert{
  width: 616px;
  height: 687px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}

.solution-module-4 .tab-content-box .tab-item{
  display: none;
}

.solution-module-4 .tab-content-box .tab-item:nth-child(1) {
  display: block;
}

.solution-module-4 .tab-content .main{
  flex: 1;
  overflow: hidden;
  padding-left: 160px;
  padding-top: 118px;
}

.solution-module-4 .tab-content .title{
  font-size: 22px;
  line-height: 40px;
  padding-left: 56px;
  background: url('../images/solution/module-4-2.png') left top no-repeat;
  font-weight: 500;
}

.solution-module-4 .tab-content .summary{
  font-size: 16px;
  color: #656565;
  line-height: 24px;
  margin-top: 20px;
  padding-right: 26px;
}

.solution-module-4 .tab-content .tag-box{
  display: flex;
  padding-top: 12px;
  margin-left: -10px;
}

.solution-module-4 .tab-content .tag-box .tag{
  line-height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #ecf4ff;
  color: #006bff;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  margin-top: 10px;
}

.solution-relevant-title{
  line-height: 60px;
  margin-top: 40px;
  font-size: 20px;
  color: #535353;
  font-weight: 500;
}

.solution-relevant-list{
  position: relative;
  display: flex;
  margin-left: -14px;
  margin-right: -14px;
  flex-wrap: wrap;
}

.solution-relevant-list li{
  width: 50%;
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.solution-relevant-list li .item{
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  height: 82px;
  border: 1px solid #d1d1d1;
}

.solution-relevant-list li .item img{
  display: block;
  width: 54px;
  height: 48px;
  margin-right: 7px;
}

.solution-relevant-list li .item .name{
  display: block;
  line-height: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #444444;
}

.solution-relevant-list li .item .txt{
  font-size: 16px;
  line-height: 16px;
  margin-top: 8px;
  color: #3e3e3e;
}


.privacy-module-2 .summary{
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.privacy-module-3 .summary{
  position: relative;
  line-height: 18px;
  font-size: 18px;
  color: #006bff;
  text-align: center;
}

.privacy-module-3 .summary::before{
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  width: 120px;
  height: 3px;
  background-color: #006bff;
  margin-left: -60px;
}

.privacy-module-3 li{
  width: 100%;
  display: flex;
  margin-top: 40px;
  padding-top: 80px;
  justify-content: space-between;
}

.privacy-module-3 li:nth-child(n+2) {
  border-top: 1px solid #aeb4b9;
}

.privacy-module-3 li .img-box{
  flex-shrink: 0;
}

.privacy-module-3 li .main{
  overflow: hidden;
}

.privacy-module-3 li .title{
  line-height: 40px;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.privacy-module-3 li .authentication{
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 18px;
  margin-top: -5px;
  margin-bottom: 35px;
}
.privacy-module-3 li .authentication img{
  margin-right: 10px;
}

.privacy-module-3 li p{
  line-height: 20px;
  font-size: 14px;
  color: #797979;
  padding-right: 80px;
  margin-bottom: 15px;
}

.privacy-module-3 li .sub-title{
  line-height: 36px;
  font-size: 18px;
  font-weight: 500;
}

.privacy-module-3 li .q {
  color: #b70303;
}

.privacy-module-3 li .a{
  color: #006bff;
}

.privacy-module-3 ul{
  padding-bottom: 40px;
}

.privacy-module-3 li .width644{
  width: 644px;
}

.privacy-module-3 li .width480{
  width: 480px;
  padding: 0;
}

.info-module-2 .summary {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  text-indent: 36px;
}

.info-module-2 .summary-p{
  font-size: 18px;
  color: #3e3e3e;
  line-height: 30px;
  margin-top: 30px;
  text-indent: 36px;
  padding-left: 30px;
  padding-right: 30px;
}

.info-module-2 .summary-p-1{
  padding-left: 90px;
  padding-right: 90px;
}

.info-module-2 .img-box {
  width: 100px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-module-2 .img-box img{
  width: auto;
  height: auto;
}

.info-module-3 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  width: 100%;
  max-width: 1920px;
}

.info-module-4 .title, .info-module-5 .title{
  position: relative;
  padding-top: 80px;
  font-size: 28px;
  line-height: 28px;
  border-bottom: 1px solid #bcbbbb;
  font-weight: 500;
}

.info-module-4 .title::before, .info-module-5 .title::before{
  content: "Honors and Qualifications";
  font-size: 34px;
  line-height: 34px;
  color: #333333;
  position: absolute;
  bottom: 36px;
  left: 0px;
}
.info-module-5 .title::before{
  content: "Company address";
}

.info-module-4 .title span, .info-module-5 .title span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.info-module-4 .title span::after, .info-module-5 .title span::after{
  content: "";
  background-color: #fff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.info-module-4 .swiper{
  margin-top: 80px;
  margin-left: 110px;
  margin-right: 110px;
}
.info-module-5  {
  padding-bottom: 50px;
}
.info-module-5 .address{
  display: block;
  margin-top: 50px;
}
.info-module-5 .map{
  display: block;
  margin-top: 40px;
}

.info-module-4 .navigation .swiper-button-prev, .info-module-4 .navigation .swiper-button-next{
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d5d5d5;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  text-decoration: none;
}

.info-module-4 .navigation .swiper-button-prev:hover, .info-module-4 .navigation .swiper-button-next:hover{
  background-color: #006bff;
}
.info-module-4 .navigation .swiper-button-prev{ 
  left: 0;
}

.info-module-4 .navigation .swiper-button-next{
  right: 0;
}

.info-module-4 .swiper-box{
  position: relative;
}