/* banner */
.toflex {
    position: relative;
}
.bgimg {
    /* border: 1px black solid; */
    display: flex;
    justify-content: center;
}

.to_but {
    position: absolute;
    /* top: 470px;
    left: 220px; */
    top: 55%;
    left: 16.5%;
    padding: 10px 40px;
    background-color: #ff6320;
    color: white;
    border-radius: 30px;
    cursor: pointer;
}

.to_code {
    position: absolute;
    /* top: 470px;
    left: 220px; */
    top: 63.5%;
    left: 22.5%;

}

.to_code img {
    width: 85px;
    height: 85px;
}

.to_but .text1 {
    font-size: 18px;
}

.to_but .text2 {
    font-size: 14px;
}

.HZImg {
    margin-top: 30px;
    width: 100%;
    height: 425px;
}

.HZImg img {
    width: 100%;
    height: 100%;
}

.an_list {
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
}

.box {
    width: 302px;
    height: 468px;
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.Cooperation {
    width: 900px;
    margin: auto;
    margin-top: 5%;
    display: flex;
    justify-content: space-between;

}

.Cooperation .Cooperation-item {
    width: 276px;
    padding: 30px;
    background: #fff;
    border-radius: 21px;
    height: 100%;
    /* height: 430px; */
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.Cooperation .Cooperation-item img {
    width: 216px;
    height: 150px;
}

.Cooperation .Cooperation-item .Cooperation-item-textbox {
    margin-top: 44px;
}

.Cooperation .Cooperation-item .Cooperation-item-text1 {
    font-size: 18px;
    color: #262626;
    font-weight: 700;
}

.Cooperation .Cooperation-item .Cooperation-item-text2 {
    font-size: 16px;
    color: #262626;
    line-height: 24px;
}