﻿.first .trIcon1 {
  height: 143px;
  margin-bottom: 16px;
}
.first .trIcon2 {
  height: 280px;
}
.first {
  position: relative;
}
.cicleText {
  position: absolute;
  bottom: 88px;
  left: calc(50% - 52px);
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: linear-gradient(180deg, #20c3f4 0%, #0e90e5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.6);
  font-family: FontName;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; 
}
.swiper-slide .content.blue {
  background: #17397f;
  opacity: 1;
  padding-top: 92px;
}
.second .trDescText {
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}
.trTitle {
  color: #fff;
  text-align: center;
  font-family: FontName;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; 
  margin-bottom: 50px;
}
.dotDescBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
  position: absolute;
  right: 80px;
  top: calc(50% - 172px);
  z-index: 2;
}
.dotDescBox .item {
  height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0132be;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  visibility: hidden;
}
.dotDescBox .item:after{
    position: absolute;
    content: '';
    right: -5px;
    top: 11px;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.dotDescBox .item.mb0 {
  margin-bottom: 0;
}


.serviceProcess {
  width: 1065px;
  display: flex;
  justify-content: space-between;
}
.middleLine {
  flex: 1;
  height: 4px;
  
  background: linear-gradient(180deg, #949dff 0%, #d3d7ff 100%);
  transform: translateY(66px);
}
.pText {
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.circle:hover {
  transform: scale(1.1);
  transition: 0.7s;
}
.circle {
  margin-bottom: 16px;
  color: #021f58;
  text-align: center;
  font-family: FontName;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  background: linear-gradient(180deg, #949dff 0%, #d3d7ff 100%);
  width: 136px;
  height: 136px;
}
.serviceMethod {
  width: 1065px;
  display: flex;
  justify-content: space-between;
}
.serviceMethod .item {
  width: 31%;
}
.itemTitle {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: FontName;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.iconBox {
  margin-right: 16px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.iconBox .tIcon {
  width: 33px;
  height: 33px;
}
.methodItem:hover {
  background: #5872FF;
}
.methodItem {
  text-align: left;
  margin-bottom: 8px;
  border-radius: 4px;
  background: #2035a6;
  padding: 12px;
  color: #fff;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; 
}



.processBox {
  width: 1065px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.processBox .item {
  width: 336px;
  display: flex;
  margin-bottom: 24px;
}
.processBox .item .left {
  width: 75px;
  color: #fff;
  background: #1d49a1;
  flex-shrink: 0;
  text-align: center;
  font-family: FontName;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;

  display: flex;
  align-items: center;
  justify-content: center;
}
.processBox .item .right {
  flex: 1;
  padding: 24px 18px 36px;
  text-align: left;
  background: #2f57a8;
}
.prTitle {
  color: #fff;
  font-family: FontName;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  margin-bottom: 8px;
}
.prText {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; 
}

.circleBox {
  width: 784px;
  display: flex;
  justify-content: space-between;
}
.circleBox .item {
  border: 10px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 208px;
  color: #fff;
  text-align: center;
  font-family: FontName;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.teamBox {
  
  width: 1200px;
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
}
.teamBox .item.two {
  border: 1px solid #001030;
  background: #072663;
}
.teamBox .item {
  
  width: 200px;
  display: flex;
  flex-direction: column;

  align-items: center;
  border: 1px solid #001030;
  background: #041e50;
  padding: 32px 16px;
  cursor: pointer;

  transition: all .6s;
}
.teamBox .item .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
.teamBox .item .avatar .avatarImg {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.teamBox .item:hover .avatarImg {
  transform: scale(1.1);
}

.teamBox .item .teName {
  margin: 8px 0;
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; 
}
.teamBox .item .teText {
  color: #cedfff;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; 
  text-align: left;
  white-space: pre-line;
}
.teamBox .item:hover {
  background: #0045CB;
  border: 1px solid #0045CB;
}


.exampleImageBox,
.exampleBox {
  display: flex;
  width: 1400px;
  
  justify-content: flex-start;
  flex-wrap: wrap;
}
.exampleBox .item-box {
  margin: 0 18px;
}
.exampleBox a{
  text-decoration: none;
}
.exampleImageBox .item {
  width: 252px;
  margin-top: 24px;
  border-radius: 4px;
  overflow: hidden;
}
.exampleBox .item .pic {
  width: 132px;
  height: 90px;
  border: none;
  
}
.exampleBox .itemImg{
  border: none;
  width: 100%;
  height: 100%;
  transition: all 1s;
  display: block;
}

.exampleBox .item:hover .itemImg {
  transform: scale(1.05);
}

.exampleBox .item:hover {
  border-radius: 8px;
  border: 2px solid #001439;
  background: #cedfff;
  
  color: #00153E;
}
.exampleBox .item {
  border-radius: 4px;
  border: 2px solid #001439;
  background: #092e74;
  
  width: 428px;
  height: 124px;
  color: #cedfff;
  font-family: "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 5px;
  margin-bottom: 12px;
}
.exampleBox .item .text-box{
  width: 256px;
  height: 90px;
  margin-left: 14px;
}
.exampleBox .item .item-title{
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  
  margin-bottom: 5px;
}
.exampleBox .item .item-desc{
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}
.guaranteeBox {
  display: flex;
  justify-content: space-between;
  
  width: 1200px;
}
.guaranteeBox .item {
  width: 234px;
}
.guaranteeBox .item .geIcon {
  width: 104px;
  margin-bottom: 24px;
}
.guaranteeBox .item .geTitle {
  color: #fff;
  text-align: center;
  font-family: FontName;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.guaranteeBox .item .geText {
  color: #cedfff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; 
}


.customModal {
  max-width: unset;
  width: max-content;
}
.customModal .modal-content {
  padding: 44px 40px 32px;
  border-radius: 8px;
  background: #1d49a1;
}
.modalClose {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 18px;
  top: 18px;
}
.modalDescBox {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: FontName;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.modalDescBox .modalDescImage {
  width: 44px;
  height: 44px;
  margin-right: 12px;
}
.modalItemText {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; 
  margin-bottom: 12px;
}