* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.banner {
  width: 100%;
  height: 416px;
  background-image: url(img/banner.png);
  background-size: cover;
  position: relative;
}
.banner h1 {
  position: absolute;
  top: 81px;
  left: 50%;
  transform: translatex(-50%);
  width: 1200px;
  height: 79px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.banner h3 {
  position: absolute;
  top: 197px;
  left: 50%;
  transform: translatex(-50%);
  width: 600px;
  height: 52px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.banner .tag {
  position: absolute;
  top: 319px;
  left: 50%;
  transform: translatex(-50%);
  width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .tag span {
  display: inline-block;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  margin: 0 10px;
  height: 45px;
  color: #FFFFFF;
  line-height: 45px;
  background: rgba(41, 87, 194, 0.5);
  border-radius: 57px 57px 57px 57px;
  text-align: center;
  padding: 0 20px;
}
.caseContainer {
  width: 100%;
  height: 1314px;
  background: #F5F5F5;
  padding-top: 37px;
}
.caseContainer .caseBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 33px;
}
.caseContainer .caseBox .left {
  width: 817px;
  height: 776px;
  background: #FFFFFF;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
  border-radius: 19px 19px 19px 19px;
}
.caseContainer .caseBox .left h1 {
  margin-top: 10px;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 32px;
}
.caseContainer .caseBox .left > p {
  margin-top: 24px;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 0 24px 0 32px;
}
.caseContainer .caseBox .left .tagContent {
  display: flex;
  gap: 16px;
  padding: 0 24px 0 32px;
}
.caseContainer .caseBox .left .tagContent .tag {
  margin-top: 30px;
  background: #f3f4f6;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 20px;
}
.caseContainer .caseBox .left .tagContent .tag span {
  font-size: 14px;
  font-weight: bold;
  color: #365dfe;
}
.caseContainer .caseBox .left .tagContent .tag p {
  margin: 5px 0;
  font-size: 13px;
  color: #ba9eb0;
}
.caseContainer .caseBox .right {
  width: 350px;
  height: 776px;
}
.caseContainer .caseBox .right .ban {
  height: 65px;
  line-height: 65px;
  background: #165DFF;
  border-radius: 15px 15px 0px 0px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  text-align: left;
  padding-left: 45px;
  font-style: normal;
  text-transform: none;
}
.caseContainer .caseBox .right .top {
  width: 350px;
  height: 388px;
  background: #FFFFFF;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13);
  border-radius: 15px;
}
.caseContainer .caseBox .right .top .content {
  height: 323px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: left;
}
.caseContainer .caseBox .right .top .content .box {
  padding-left: 40px;
  height: 37px;
  line-height: 37px;
}
.caseContainer .caseBox .right .top .content .box img {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  margin-right: 10px;
}
.caseContainer .caseBox .right .bottom {
  margin-top: 30px;
  width: 350px;
  height: 358px;
  background: #FFFFFF;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13);
  border-radius: 15px 15px 15px 15px;
}
.caseContainer .caseBox .right .bottom .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.caseContainer .caseBox .right .bottom .content .box {
  display: flex;
  padding-left: 35px;
  margin-top: 20px;
}
.caseContainer .caseBox .right .bottom .content .box img {
  width: 58px;
  height: 58px;
  margin-right: 10px;
}
.caseContainer .caseBox .right .bottom .content .box .text h1 {
  font-weight: bold;
  font-size: 13px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.caseContainer .caseBox .right .bottom .content .box .text p {
  font-weight: 400;
  font-size: 12px;
  color: #AAAAAA;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
}
.caseContainer .caseContent {
  width: 1200px;
  height: 410px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
  border-radius: 19px 19px 19px 19px;
  padding: 38px 0 0 32px;
  margin-top: 32px;
}
.caseContainer .caseContent > h1 {
  width: 89px;
  height: 29px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.caseContainer .caseContent .content {
  display: flex;
  gap: 35px;
  margin-top: 30px;
}
.caseContainer .caseContent .content img {
  width: 60px;
  height: 60px;
}
.caseContainer .caseContent .content .text h1 {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.caseContainer .caseContent .content .text p {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.bottomContainer {
  width: 100%;
  height: 875px;
}
.bottomContainer .bottomcontent {
  width: 1200px;
  height: 809px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-left: 20px;
}
.bottomContainer .bottomcontent .title {
  font-size: 42px;
  font-weight: bold;
}
.bottomContainer .bottomcontent .table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 20px;
}
.bottomContainer .bottomcontent .table .box {
  width: 550px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #f3f4f6;
  padding: 20px;
  padding-right: 30px;
}
.bottomContainer .bottomcontent .table .box img {
  vertical-align: middle;
  margin-right: 10px;
}
.bottomContainer .bottomcontent .table .box span {
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
}
.bottomContainer .bottomcontent .table .box p {
  margin: 20px 0;
  font-size: 16px;
  color: #9ca1a7;
}
.bottomContainer .bottomcontent .card {
  display: flex;
  gap: 53px;
  margin-top: 30px;
}
.bottomContainer .bottomcontent .card div {
  width: 250px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(243, 238, 238, 0.945);
  border-radius: 5px;
}
.bottomContainer .bottomcontent .card div span {
  display: block;
}
.bottomContainer .bottomcontent .card div .card1 {
  color: #165dff;
  font-size: 48px;
  font-weight: bold;
}
