.main1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow-x: hidden;
}
.main1 .color{
    width: 150%;
    height: 100%;
    left: -25%;
    background-color: #2aae67;
    border-radius: 0 0 50% 50%;
    position: absolute;
    z-index: -1;
}

.main2{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}
.main2 .parent{
    width: 1100px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
.main2 .title1{
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin: 36px;
    color: #555;
}
.main2 .ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main2 .li{
    width: 260px;
    overflow: hidden;
    padding: 3px;
    height: 220px;
    position: relative;
}
.main2 .li>div{
    text-align: center;
    overflow: hidden;
    overflow: hidden;
}
.main2 .li img{
    width: 95%;
    transition: All 0.5s;
}
.main2 .li .name{
    padding: 10px 5px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    background-color: rgb(255, 255, 255, .7);
    width: 100%;
}
.main2 .li:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.banner-parent{
    width: 100%;
    display: flex;
    justify-content: center;
}
.mySwiper {
    width: 1100px;
    max-width: 100%;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 8px;
    box-sizing: border-box;
}
.banner{
    max-width: 100%;
    padding: 15px;
    /* background-color: rgba(255, 255, 255, .07); */
    border-radius: 8px;
    box-sizing: border-box;
    /* color: rgba(255, 255, 255, .9); */
    display: flex;
}
.banner .pad{
    /* width: 600px; */
    height: 400px;
    max-width: 100%;
    /* background-color: white; */
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .text{
    width: 300px;
    height: 400px;
    max-width: 100%;
    /* background-color: white; */
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 22px;
    padding-left: 15px;
}
.banner img{
    max-width: 100%;
    max-height: 100%;
}

.swiper{
    display: flex;
    justify-content: center;
}
.swiper-slide{
    display: flex;
    justify-content: center;
}

.main2 .pagination{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    justify-content: end;
}
.main2 .pagination .pagea{
    padding: 5px 10px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
    margin: 0 5px;
}
.main2 .pagination .pagea:hover{
    border-color: blue;
    color: blue;
}

.main3{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
    margin-top: 20px;
}
.main3 .parent{
    width: 1100px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
.main3 .parent hr{
    border-bottom: 2px solid #aaa;
}
.main3 .parent .text{
    font-size: 16px;
    color: #555;
    text-align: center;
}