body{
    background-color: #141825;
}

.content {
    margin: auto;
    width: 100%;
}

/****item0****/
.item0 {
  color:#fff;
  width: 100%;
  height: 445px;
  margin-top: 100px;
  align-items: center;
  background-color: #141825;
}
.item0-content {
  margin: auto;
  width: 1200px;
}
.item0-content-title {
  float: left;
  width: 515px;
  overflow: hidden;
}
.item0-content-title li {
    margin-top: 20px;
}
.item0-content-title .title{
    font-size: 40px;
    font-weight: 400;
    line-height: 70px;
}
.item0-content-title .title-desc {
  font-size: 18px;
  line-height: 35px;
}
.item0-button {
    overflow: hidden;
    height: 150px;
    line-height: 150px;
}
.item0-button span a {
    background-color: #166ffa;
    border-radius: 4px;
    padding: 14px 60px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.item0-content-image {
    float: right;
}
.item0-image {
  position: relative;
  width: 550px;
  margin-top: -30px;
}


.item1 {
    width: 100%;
    height: 700px;
    font-weight: 600;
    background-color: rgb(246, 249, 255);
}
.item1-content {
    margin: auto;
    width: 1200px;
}
.item1-content-left {
    float: left;
    width: 60%;
    margin-top: 150px;
}
.item1-content-left .image {
  position: relative;
  width: 550px;
}
.item1-content-right {
    float: left;
    width: 40%;
    overflow: hidden;
    margin-top: 150px;
}
.item1-content-right .title {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
}
.item1-content-right .desc {
    height: 31px;
    line-height: 31px;
    max-width: 566px;
    margin-top: 30px;
    font-size: 15px;
    color: #666666;
}


.item2 {
    width: 100%;
    height: 700px;
    font-weight: 600;
    background-color: #fff;
}
.item2-content {
    margin: auto;
    width: 1200px;
}
.item2-content-left {
    float: left;
    width: 40%;
    overflow: hidden;
    margin-top: 150px;
}
.item2-content-left .title {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
}
.item2-content-left .desc {
    height: 31px;
    line-height: 31px;
    max-width: 566px;
    margin-top: 30px;
    font-size: 15px;
    color: #666666;
}
.item2-content-right {
    float: right;
    margin-top: 150px;
}
.item2-content-right .entryPicWrapper {
    align-items: center;
    overflow: hidden;
    width: 463px;
    height: 325px;
    background-color: #ffffff;
    box-shadow: 0 0 24px -7px rgb(69 69 69 / 50%);
    border-radius: 12px;
}
.item2-content-right .entryPicWrapper .image {
    width: 428px;
    height: 290px;
    margin: 19px 16px;
}

.item3 {
    width: 100%;
    height: 800px;
    font-weight: 600;
    color: #fff;
    background-color: #141825;
}
.item3-content {
    margin: auto;
    width: 1200px;
}
.item3-title {
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.item3-line {
    align-self: center;
    height: 1px;
    background-color: #ffffff;
}
.item3-groups {
    margin-top: 50px;
    overflow: hidden;
    align-items: center;
}
.item3-group .title{
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
}

.item3-group .image{
    width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-top: -16px;
}

.item3-group-item {
    float: left;
    width: 33%;
}
.item3-group-item .info {
    margin-top: 100px;

}
.item3-group-item .desc {
    margin-top: 40px;
    width: 90%;
    font-size: 14px;
}

.item3-group-item .desc span {
    line-height: 30px;
}