.hn_main {
    min-height: calc(100vh - 600px);
}

.hn_main .ny-banner {
    position: relative;
}

.hn_main .ny-banner .xqwa{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*font-weight: 600;*/
    color: #fff;
    padding: 0.16rem 1.3rem;
    width: 100%;
}



.hn_e1s1 {
    padding: 70px 0 100px;
}


.ab_con .part1{
        padding: 0.8rem 0 0.5rem;
}


.product-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.product-list:nth-child(even){
    flex-direction: row-reverse;
}

.product-list-word {
    width: 30%;
    background-color: #00a199;
    padding: 150px 0px 0 30px;
}

.product-list-word-title{
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.product-list-word-link a{
    font-size: 20px;
    background-color: #fff;
    color: #666;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 30px;
}

.product-list-pic {
    width: 70%;
    position: relative;
    overflow: hidden;
}

.product-list-pic img {
    width: 100%;
    transition: all .5s;
}

.product-list-pic:hover img{
    scale: 1.1;
}

/*.product-list>div:first-child {*/
/*    border-top-left-radius: 20px;*/
/*    border-bottom-left-radius: 20px;*/
/*    overflow: hidden;*/
/*}*/

/*.product-list>div:last-child {*/
/*    border-top-right-radius: 20px;*/
/*    border-bottom-right-radius: 20px;*/
/*    overflow: hidden;*/
/*}*/

/*.product-list:nth-child(even)>div:first-child {*/
/*    border-top-right-radius: 20px;*/
/*    border-bottom-right-radius: 20px;*/
/*    overflow: hidden;*/
/*}*/

/*.product-list:nth-child(even)>div:last-child {*/
/*    border-top-right-radius: 20px;*/
/*    border-bottom-right-radius: 20px;*/
/*    overflow: hidden;*/
/*}*/

.ny-banner img{
    width: 100%;
}
.hn_e1_txt{
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.c-tu{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px){
    .ab_con .part1{
        padding: 60px 0 0 0;
    }
    .hn_e1s1 {
        padding: 40px 0;
    }
    .hn_cont1360 .product-list:nth-child(odd){
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .hn_cont1360 .product-list:nth-child(even){
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .product-list-word{
        width:100%;
        padding: 20px;
        position: absolute;
        bottom: 0;
    }
    .product-list-pic {
        width: 100%;
    }
    .product-list>div:first-child {
        border-radius: 0px;
        overflow: hidden;
        z-index: 11;
        position: relative;
    }
    
    .product-list>div:last-child {
        border-radius: 0px;
        overflow: hidden;
    }
    
    .product-list-word-title{
        font-size: 26px;
    }
    .product-list-word-link a{
        font-size: 14px;
        padding: 5px 20px;
        margin-top: 5px;
    }
    
    .hn_main .ny-banner .xqwa{
        font-weight: 400;
                padding: 0.16rem 0.3rem
    }
    .hn_main .ny-banner .xqwa .f_60{
        font-size: 24px;
    }
    .hn_main .ny-banner .xqwa .f_40{
        font-size: 24px;
    }
}