* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #f2f3f5;
}
.banner {
  width: 100%;
  height: 526px;
  background-image: url(img/banner.png);
  background-size: 100% 100%;
}
.banner .text {
  width: 1200px;
  margin: 0 auto;
}
.banner .text h1 {
  padding-top: 142px;
  font-weight: bold;
  font-size: 46px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0;
}
.banner .text h1 span {
  background: linear-gradient(116deg, #2341AB 0%, #925B5E 51%, #EF711D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.banner .text p {
  width: 731px;
  font-weight: 400;
  font-size: 18px;
  color: #4575C4;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 30px 0;
}
.banner .text button {
  height: 50px;
  background: #FFFFFF;
  border-radius: 57px;
  border: none;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: #2E7D32;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 30px;
}
.banner .text button.btn {
  background-color: transparent;
  border: 1px solid #2E7D32;
}
h1 {
  margin: 0 auto;
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 19px;
  margin-top: 100px;
}
h3 {
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
  color: #AAAAAA;
  line-height: 13px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 50px;
}
.redeceContainer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
}
.redeceContainer h2 {
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
}
.redeceContainer p {
  font-weight: 400;
  font-size: 19px;
  color: #4E4E4E;
  line-height: 37px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
}
.reduceBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  gap: 50px;
}
.reduceBox h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.reduceBox p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.reduceBox .Litem {
  flex: 1;
  padding: 15px;
  width: 580.01px;
  display: flex;
  background-color: #ffffff;
  border-radius: 15px;
  gap: 10px;
}
.reduceBox .Ritem {
  display: flex;
  gap: 20px;
  flex: 1;
}
.reduceBox .Ritem .item {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 15px;
}
.skillBox {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  row-gap: 30px;
}
.skillBox .skill {
  background: #FFFFFF;
  box-shadow: 0px 3px 3px 0px rgba(82, 82, 82, 0.25);
  border-radius: 13px 13px 13px 13px;
  padding-bottom: 20px;
  position: relative;
}
.skillBox .skill .flag {
  position: absolute;
  background: #FF7D00;
  border-radius: 43px 43px 43px 43px;
  top: 10px;
  left: 10px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 9px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.skillBox .skill h4 {
  font-weight: bold;
  font-size: 16px;
  color: #9F2FB0;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 10px;
}
.skillBox .skill p {
  font-weight: 400;
  font-size: 13px;
  color: #AAAAAA;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 10px;
  margin: 15px 0;
}
.skillBox .skill .tag {
  margin-left: 10px;
  display: inline-block;
  padding: 0 10px;
  height: 17px;
  line-height: 17px;
  background: #F5E9F7;
  border-radius: 43px 43px 43px 43px;
  font-weight: 400;
  font-size: 9px;
  color: #9F2FB0;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.aiBox {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding-bottom: 30px;
}
.aiBox .item {
  background: #FFFFFF;
  box-shadow: 0px 3px 3px 0px rgba(82, 82, 82, 0.25);
  border-radius: 13px 13px 13px 13px;
  padding-bottom: 20px;
  padding: 30px 20px;
}
.aiBox .item h4 {
  margin: 10px 0;
}
.aiBox .item p {
  margin: 10px 0;
  font-weight: 400;
  font-size: 13px;
  color: #AAAAAA;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 15px 0;
}
.aiBox .item span {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.aiBox .item span img {
  margin-right: 15px;
}
.bottomContainer {
  background-color: #ffffff;
  padding-bottom: 50px;
  padding-top: 10px;
}
.bottomContainer .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  border-radius: 15px;
}
.bottomContainer .content .left {
  flex: 1;
  background-color: #f2f3f5;
  border-radius: 15px 0 0 15px;
  padding: 50px 40px 20px 30px;
}
.bottomContainer .content .left h3 {
  color: #000000;
  text-align: left;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bottomContainer .content .left h4 {
  margin: 20px 0;
}
.bottomContainer .content .left p {
  color: #000000;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
}
.bottomContainer .content .left button {
  margin-top: 20px;
  padding: 0 30px;
  height: 40px;
  background-color: #165dff;
  border-radius: 10px;
  border: none;
  color: #ffffff;
}
.bottomContainer .content .right {
  flex: 1;
  background-color: #e7ecf6;
  position: relative;
  border-radius: 0 15px 15px 0;
}
.bottomContainer .content .right img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
