html,
body {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}

.project-reason-content {
  width: 1220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.project-reason-item-l {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.project-reason-item-num {
  font-size: 48px;
  padding-left: 70px;
}

.project-reason-item-tellContent {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.project-reason-item-telluser {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: relative;
}

.proImgImg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.project-reason-item-tell {
  height: 54px;
  border-bottom-right-radius: 31px;
  border-top-right-radius: 31px;
  border-top: 1px solid rgba(49, 106, 255, 0.4);
  border-bottom: 1px solid rgba(49, 106, 255, 0.4);
  border-right: 1px solid rgba(49, 106, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding-left: 70px;
  margin-left: -35px;
  padding-right: 35px;
}

.project-reason {
  margin: 80px auto 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.project-reason-text {
  margin-top: 80px;
  margin-bottom: 71px;
  width: 376px;
  height: 34px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #2F2F30;
}

.project-reason-text span {
  font-weight: 600;
  color: #1791C3;
}

.box {
  min-width: 1152px;
}

.box .banner {
  width: 100%;
  position: relative;
}

.box .list {
  width: 1152px;
  margin: 0 auto;
}

.box .list .title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #2F2F30;
  margin: 74px 0 54px;
  position: relative;
}

.box .list .title span {
  font-weight: 600;
  color: #1791C3;
}

.box .hot {
  position: relative !important;
  margin: -10% auto 0;
  background: #fff;
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.06);
}

.box .hot div {
  padding: 0 46px;
  height: 77px;
  line-height: 77px;
}

.box .hot .head {
  background: linear-gradient(270deg, #0F67CB 0%, #1791C3 100%);
  color: #fff;
  font-size: 36px;
}

.box .hot .item {
  font-size: 22px;
}

.box .hot .item span {
  width: 5px;
  height: 15px;
  border-radius: 5px;
  margin-right: 23px;
  background: #FF5B00;
  transform: rotate(15deg);
  display: inline-block;
}

.box .table tr {
  height: 56px;
}

.box .table tr th:first-child {
  background: #F4F6FA;
}

.box .table tr th:nth-child(2),
.box .table tr th:nth-child(4) {
  background: #0F67CB;
  color: #fff;
}

.box .table tr th:nth-child(3),
.box .table tr th:nth-child(5) {
  background: #42C8FF;
  color: #fff;
}

.box .table tr td:first-child,
.box .table tr th:first-child {
  width: 140px;
}

.box .table tr td {
  text-align: center;
  padding: 16px;
}

.box .inquiry {
  width: 100%;
  height: 120px;
  line-height: 120px;
  font-size: 36px;
  text-align: center;
  color: #fff;
  background: linear-gradient(270deg, #0F67CB 0%, #1791C3 100%);
}

.box .declare {
  width: 100%;
  height: 620px;
  padding-top: 64px;
  margin-top: 64px;
  position: relative;
  /* background-size: 100% 100%;
  width: 100%;
  height: 668px;
  padding-top: 64px;
  margin-top: 64px;
  z-index: 1; */
}

.box .declare img {
  width: 100%;
  height: 675px;
  position: relative;
  top: -164px;
}

.box .declare .ttiillee {
  width: 876px;
  height: 80px;
  position: relative;
  margin: 0 auto;
  transform: translateY(-150%);
}

.box .declare .ttiillee img {
  width: 100%;
  height: 100%;
}

.box .declare .title {
  margin-top: 0;
  color: #fff;
}

.box .declare .title span {
  color: #fff;
}

.box .advantage .advan {
  display: flex;
  text-align: center;
  justify-content: space-around;
}

.box .advantage .advan img {
  width: 142px;
  height: 156px;
}

.box .advantage .advan .antage {
  top: -15px;
  position: relative;
}

.box .advantage .advan .antage :nth-child(1) {
  font-size: 24px;
  color: #FF5B00;
  line-height: 28px;
  letter-spacing: 2px;
}

.box .advantage .advan .antage :nth-child(3) {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 2px;
}

.box .interview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box .interview .item {
  width: 282px;
  margin-top: 20px;
}

.box .interview .item image {
  width: 282px;
  height: 160px;
}

.box .interview .item div {
  margin-top: -4px;
  line-height: 90px;
  background: #DDEFFC;
  font-size: 24px;
  text-align: center;
  align-items: center;
  text-overflow: ellipsis;
}

.box .interview .item div span {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.box .success {
  background-image: url(../img/bianji2.png);
  background-size: 100% 100%;
  width: 100%;
  height: 539px;
  padding-top: 64px;
  margin-top: 128px;
}

.box .success .title {
  color: #fff;
}

.box .success .title span {
  color: #fff;
}

.box .success .ssuucc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 1190px;
  margin: 0 auto;
}

.box .success .ssuucc .content {
  width: 372px;
  height: 112px;
  display: flex;
  margin-bottom: 72px;
}

.box .success .ssuucc .content img {
  width: 107px;
  height: 107px;
  margin-right: 17px;
}

.box .success .ssuucc .content div {
  position: relative;
  top: -15px;
  color: #FFFFFF;
  font-size: 14px;
}

.box .success .ssuucc .content div p {
  font-weight: 600;
  font-size: 18px;
}

.box .strength img {
  width: 877px;
  height: 465px;
  margin-top: 12px;
  padding-left: 100px;
}

.box .curriculum .curricu {
  width: 1205px;
  margin-bottom: 144px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.box .curriculum .curricu .iculum001 a {
  margin: 45px;
}

.box .curriculum .curricu .iculum001 .projectContent {
  position: absolute;
  width: 136px;
  height: 28px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: rgba(49, 106, 255, 0.6);
  border-radius: 15px;
  line-height: 28px;
}

.box .curriculum .curricu .iculum001 div {
  width: 209px;
  text-align: center;
  height: 192px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

.box .curriculum .curricu .iculum001 div img {
  width: 209px;
  height: 120px;
}

.box .curriculum .curricu .iculum001 div :nth-child(2) {
  font-size: 18px;
  margin: 12px 0 5px 0;
}

.box .curriculum .curricu .iculum001 div :nth-child(3) {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
