* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Open Sans, Open Sans;
}
.part {
  background-color: white;
}
.part .box {
  max-width: 1440px;
  margin: 0 auto;
}

.part1 {
  height: 60px;
  padding-left: 200px;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.part1 a {
  margin-right: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #afafaf;
  text-decoration: none;
}

.active {
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #fe603f !important;
}

.part2 {
  height: 567px;
  padding-top: 44px;
  background-color: #100903;
}

.part2 .t1 {
  font-weight: 800;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
}

.part2 .t1 span {
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  margin-right: 30px;
}

.part2 .t2 {
  font-weight: bold;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.part3 {
  padding: 60px 240px;
}

.part3 .t1 {
  font-weight: bold;
  font-size: 24px;
  color: #011137;
  text-align: center;
  margin-bottom: 32px;
}

.part3 .t2 {
  font-weight: 400;
  font-size: 16px;
  color: #818181;
  margin-bottom: 87px;
}

.part3 .items {
  display: flex;
  justify-content: space-between;
  gap: 128px;
}

.part3 .items .item {
  display: flex;
  justify-content: flex-start;
}

.part3 .items .item .right {
  margin-left: 54px;
  padding-top: 8px;
}

.part3 .items .item .right .tt1 {
  font-weight: 600;
  font-size: 16px;
  color: #232323;
  margin-bottom: 16px;
}

.part3 .items .item .right .tt2 {
  font-weight: 400;
  font-size: 14px;
  color: #818181;
  width: 270px;
}

.part4 {
  padding: 65px 150px;
}

.part4 .t1 {
  font-weight: bold;
  font-size: 24px;
  color: #011137;
  margin-bottom: 32px;
  text-align: center;
}

.part4 .item {
  padding: 34px 68px;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.part4 .item .right {
  margin-left: 28px;
}

.part4 .item .right .tt1 {
  font-weight: 600;
  font-size: 20px;
  color: #eb8915;
  margin-bottom: 16px;
}

.part4 .item .right .tt2 {
  font-weight: 400;
  font-size: 14px;
  color: #818181;
}

.part5 {
  padding: 110px 300px;
}

.part5 .t1 {
  font-weight: bold;
  font-size: 24px;
  color: #011137;
  margin-bottom: 100px;
  text-align: center;
}

.part5 .mid {
  margin-bottom: 102px;
  display: flex;
  justify-content: space-between;
}

.part5 .mid .item1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.part5 .mid .item1 .cicle {
  width: 88px;
  height: 88px;
  background: #eb8915;
  color: white;
  border-radius: 50%;
  line-height: 88px;
  text-align: center;
}

.part5 .mid .item1 .tt1 {
  font-weight: 600;
  font-size: 20px;
  color: #232323;
  margin-top: 10px;
  margin-bottom: 17px;
}

.part5 .mid .item1 .tt2 {
  font-weight: 400;
  font-size: 14px;
  color: #818181;
  width: 176px;
  text-align: center;
}

.part5 .items {
  padding-left: 39px;
  display: flex;
  justify-content: space-between;
}

.part5 .items .item {
  display: flex;
  justify-content: flex-start;
}

.part5 .items .item .right {
  margin-left: 20px;
}

.part5 .items .item .right .tt1 {
  font-weight: 600;
  font-size: 20px;
  color: #232323;
  margin-bottom: 18px;
}

.part5 .items .item .right .tt2 {
  width: 224px;
  font-weight: 400;
  font-size: 14px;
  color: #818181;
}

.part6 {
  padding: 80px 220px;
}

.part6 .t1 {
  font-weight: bold;
  font-size: 24px;
  color: #011137;
  text-align: center;
  margin-bottom: 32px;
}

.part6 .t2 {
  font-weight: 600;
  font-size: 20px;
  color: #232323;
  text-align: center;
  margin-bottom: 32px;
}

.part6 .item {
  display: flex;
  justify-content: space-between;
}

.part6 .item .left .btn {
  width: 449px;
  /* height: 150px; */
  background: #eb8915;
  border-radius: 16px 16px 16px 16px;
  border: 2px solid #eb8915;
  margin-top: 40px;
  padding: 50px 40px;
}

.part6 .item .left .btn span {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
}

.part7 {
  padding: 90px 240px;
}

.part7 .t1 {
  font-weight: bold;
  font-size: 24px;
  color: #011137;
  text-align: center;
  margin-bottom: 88px;
}

.part7 .items {
  display: flex;
  justify-content: space-between;
}

.part7 .items .item {
  display: flex;
  justify-content: flex-start;
}

.part7 .items .item .right {
  margin-left: 54px;
}

.part7 .items .item .right .tt1 {
  font-weight: 600;
  font-size: 16px;
  color: #232323;
  margin-bottom: 16px;
}

.part7 .items .item .right .tt2 {
  font-weight: 400;
  font-size: 14px;
  color: #818181;
  width: 270px;
}

.part8 {
  padding: 70px 150px;
}

.part8 .t1 {
  font-weight: bold;
  font-size: 24px;
  color: #011137;
  text-align: center;
  margin-bottom: 32px;
}

.part8 .item {
  padding: 34px 0 34px 68px;
  background-color: white;

  display: flex;
  justify-content: flex-start;
}

.part8 .item .right {
  margin-left: 24px;
}

.part8 .item .right .tt1 {
  font-weight: 600;
  font-size: 20px;
  color: #eb8915;
  margin-bottom: 16px;
}

.part8 .item .right .tt2 {
  font-weight: 400;
  font-size: 14px;
  color: #818181;
}

.part9 {
  padding: 90px 240px;
}

.part9 .t1 {
  font-weight: bold;
  font-size: 24px;
  color: #011137;
  text-align: center;
  margin-bottom: 88px;
}

.part9 .items {
  display: flex;
  justify-content: space-between;
}

.part9 .items .item {
  display: flex;
  justify-content: flex-start;
}

.part9 .items .item .right {
  margin-left: 54px;
}

.part9 .items .item .right .tt1 {
  font-weight: 600;
  font-size: 16px;
  color: #232323;
  margin-bottom: 16px;
}

.part9 .items .item .right .tt2 {
  font-weight: 400;
  font-size: 14px;
  color: #818181;
  width: 270px;
}

.part10 {
  padding: 59px 320px 120px 320px;
}

.part10 .t1 {
  font-weight: bold;
  font-size: 24px;
  color: #232323;
  text-align: center;
  margin-bottom: 62px;
}

.part11 {
  padding: 70px 370px;
}

.part11 .t1 {
  font-weight: bold;
  font-size: 24px;
  color: #232323;
  text-align: center;
  margin-bottom: 32px;
}

.part11 .item {
  padding: 70px 0 70px 80px;
  background-color: white;
}

.part11 .item .row {
}

.part11 .item .row span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #232323;
}

.part11 .item .row .left {
  font-weight: bold;
  font-size: 16px;
  color: #232323;
  margin-right: 90px;
  width: 90px;
}

.part12 {
  padding: 60px 250px;
}

.part12 .t1 {
  font-weight: bold;
  font-size: 24px;
  color: #232323;
  text-align: center;
  margin-bottom: 46px;
}

.part12 .item {
  background: #fafafa;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eaeaea;

  padding: 32px 0 32px 108px;
}

.part12 .item .row span {
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  color: #232323;
}

.part12 .item .row .left {
  font-weight: 400;
  font-size: 20px;
  color: #232323;
  width: 93px;

  margin-right: 16px;
}
