.width {

    margin: 0 auto;
    display: flex;
}

.new-tl {
    width: 100%;
    display: flex;
    justify-content: space-around;
    background: url(https://xj.huatu.com/zt/20230320/images/bgbg.png)no-repeat;
    background-size: 100% 100%;
    height: 227.5px;
    align-items: center;
}

.tl-left1 {
    width: 49%;
    display: flex;
    flex-direction: column;
}

.tl-left1 img {
    width: 85%;
    margin: 0 auto;
}

.check-box {
    width: 90%;
    display: flex;
    justify-content: space-between;
  margin: -5% auto 0 auto;
}

.check-box a {
    display: block;
    background: url(https://xj.huatu.com/zt/20230320/images/left-js.png)no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    width: 33.333%;
    text-decoration: none;
    line-height: 5px;
    padding: 0.2% 0 2% 0;
    text-align: center;
}
.check-box a p{
    padding-left: 12%;
    font-weight: bold;
    color: #0033ff;
    font-size: 20px;
}
.check-box a span{
    font-size: 12px;
    padding-left: 12%;
    color: #000000;
}


.tl-right1 {
    width: 49%;
    display: flex;
    flex-direction: column;
}
.tl-right1 img {
    width: 85%;
    margin: 0 auto;
}
.check-box1 {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: -4% auto 0 auto;
}

.check-box1 a {
    display: block;
    background: url(https://xj.huatu.com/zt/20230320/images/right-js.png)no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    width: 33.333%;
    text-decoration: none;
    line-height: 5px;
    padding: 0.2% 0 2% 0;
    text-align: center;
}
.check-box1 a p{
    padding-right: 12%;
    font-weight: bold;
    color: #ff0099;
    font-size: 20px;
}
.check-box1 a span{
    font-size: 12px;
    padding-right: 12%;
    color: #000000;
}