main .banner {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
}
main .banner img.bannerImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .banner .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
main .banner .content h4.title {
  font-size: 42px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
}
main .banner .content h4.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(360deg, #2673DD 0%, rgba(61, 115, 214, 0) 100%);
}
main .banner .content p.desc {
  font-size: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #CCCCCC;
  margin: 30px 0 75px;
}
main .banner .content .search {
  width: 520px;
  height: 40px;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .banner .content .search input {
  flex: 1;
  height: 100%;
  border-radius: 5px 0px 0px 5px;
  box-sizing: border-box;
  padding: 5px 20px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #000;
}
main .banner .content .search input::placeholder {
  color: #CCCCCC;
}
main .banner .content .search button {
  width: 120px;
  height: 40px;
  background: #2673DD;
  border-radius: 0px 5px 5px 0px;
  border: none;
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
main .template {
  margin-bottom: 80px;
}
main .template .content {
  min-height: 600px;
  padding: 0 30px;
  position: relative;
}
main .template .content .moudle {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
main .template .content .moudle .tips {
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #055CFF;
}
main .template .content .moudle .tips .iconfont {
  font-size: 36px;
}
main .template .content .moudle.show {
  display: block !important;
}
main .template .content ul.navList {
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 50px;
}
main .template .content ul.navList li {
  height: 100%;
  position: relative;
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
main .template .content ul.navList li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #fff;
}
main .template .content ul.navList li.active {
  color: #2673DD;
}
main .template .content ul.navList li.active::after {
  background: #2673DD;
}
main .template .content ul.left-navList {
  width: 130px;
  min-height: 400px;
  background: #FFFFFF;
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
  position: absolute;
  top: 86px;
  left: -175px;
}
main .template .content ul.left-navList li {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
main .template .content ul.left-navList li.active {
  color: #2673DD;
}
main .template .content ul.left-navList li:last-child {
  margin-bottom: 0;
}
main .template .content .templateContent {
  position: relative;
  min-height: 600px;
}
main .template .content .templateContent .moudle {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
main .template .content .templateContent .moudle .tips {
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #055CFF;
}
main .template .content .templateContent .moudle .tips .iconfont {
  font-size: 36px;
}
main .template .content .templateContent .moudle.show {
  display: block !important;
}
main .template .content .templateContent .contentHead {
  text-align: center;
  margin-bottom: 50px;
}
main .template .content .templateContent .contentHead p.title {
  display: inline-block;
  font-size: 30px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  position: relative;
  padding-bottom: 15px;
}
main .template .content .templateContent .contentHead p.title::after {
  width: 50px;
  height: 5px;
  background: #2673DD;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
main .template .content .templateContent .typeTemplate,
main .template .content .templateContent .singleType {
  display: flex;
  justify-content: space-between;
}
main .template .content .templateContent .typeTemplate div.item,
main .template .content .templateContent .singleType div.item {
  width: 260px;
  margin-bottom: 60px;
}
main .template .content .templateContent .typeTemplate div.item .itemImg,
main .template .content .templateContent .singleType div.item .itemImg {
  height: 460px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.05);
  border-radius: 15px 15px 15px 15px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 0;
  overflow: hidden;
}
main .template .content .templateContent .typeTemplate div.item .itemImg img,
main .template .content .templateContent .singleType div.item .itemImg img {
  width: 100%;
  height: 100%;
  border-radius: 11px;
}
main .template .content .templateContent .typeTemplate div.item a.itemTitle,
main .template .content .templateContent .singleType div.item a.itemTitle {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 18px;
  text-align: center;
}
main .template .content .templateContent .typeTemplate div.item a.itemTitle:hover,
main .template .content .templateContent .singleType div.item a.itemTitle:hover {
  color: #2673DD;
}
main .template .content .templateContent .typeTemplate {
  justify-content: flex-start;
  flex-wrap: wrap;
}
main .template .content .templateContent .typeTemplate .item:nth-child(4n+1),
main .template .content .templateContent .typeTemplate .item:nth-child(4n+2),
main .template .content .templateContent .typeTemplate .item:nth-child(4n+3) {
  margin-right: 53.33px;
}
main .template .content .templateContent .singleType {
  justify-content: flex-start;
  flex-wrap: wrap;
}
main .template .content .templateContent .singleType div.nothing {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
}
main .template .content .templateContent .singleType .item:nth-child(4n+1),
main .template .content .templateContent .singleType .item:nth-child(4n+2),
main .template .content .templateContent .singleType .item:nth-child(4n+3) {
  margin-right: 53.33px;
}
main.case .template .content .templateContent .typeTemplate div.caseItem,
main.case .template .content .templateContent .singleType div.caseItem {
  width: 280px;
  height: 230px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
}
main.case .template .content .templateContent .typeTemplate div.caseItem .cover,
main.case .template .content .templateContent .singleType div.caseItem .cover {
  height: 160px;
  width: 100%;
}
main.case .template .content .templateContent .typeTemplate div.caseItem .cover img,
main.case .template .content .templateContent .singleType div.caseItem .cover img {
  width: 100%;
  height: 100%;
}
main.case .template .content .templateContent .typeTemplate div.caseItem .wordsContent,
main.case .template .content .templateContent .singleType div.caseItem .wordsContent {
  padding: 15px;
  box-sizing: border-box;
  height: 74px;
}
main.case .template .content .templateContent .typeTemplate div.caseItem .wordsContent a.caseName,
main.case .template .content .templateContent .singleType div.caseItem .wordsContent a.caseName {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
main.case .template .content .templateContent .typeTemplate div.caseItem .wordsContent a.caseName:hover,
main.case .template .content .templateContent .singleType div.caseItem .wordsContent a.caseName:hover {
  color: #2673DD;
}
main.case .template .content .templateContent .typeTemplate div.caseItem .wordsContent .caseNumber,
main.case .template .content .templateContent .singleType div.caseItem .wordsContent .caseNumber {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.case .template .content .templateContent .typeTemplate div.caseItem .wordsContent .caseNumber p.numItem,
main.case .template .content .templateContent .singleType div.caseItem .wordsContent .caseNumber p.numItem {
  font-size: 0;
  display: flex;
  align-items: center;
}
main.case .template .content .templateContent .typeTemplate div.caseItem .wordsContent .caseNumber p.numItem span,
main.case .template .content .templateContent .singleType div.caseItem .wordsContent .caseNumber p.numItem span {
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
}
main.case .template .content .templateContent .typeTemplate {
  justify-content: flex-start;
  flex-wrap: wrap;
}
main.case .template .content .templateContent .typeTemplate .caseItem:nth-child(4n+1),
main.case .template .content .templateContent .typeTemplate .caseItem:nth-child(4n+2),
main.case .template .content .templateContent .typeTemplate .caseItem:nth-child(4n+3) {
  margin-right: 26.33px;
}
main.case .template .content .templateContent .singleType {
  justify-content: flex-start;
  flex-wrap: wrap;
}
main.case .template .content .templateContent .singleType div.nothing {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
}
main.case .template .content .templateContent .singleType .caseItem:nth-child(4n+1),
main.case .template .content .templateContent .singleType .caseItem:nth-child(4n+2),
main.case .template .content .templateContent .singleType .caseItem:nth-child(4n+3) {
  margin-right: 26.33px;
}
