
#banner{
    float: left;
    width: 100%;
    padding: 2rem;
    margin-top: 6rem;
    .banners{
        width: 100%;
        border-radius: 2rem;
        background-color: #fefefe;
        padding: 2rem;
        box-shadow: 0px 0px 5px #f5f5f5;
        .biaoti{
            width: 100%;
            font-size: 23px;
            font-weight: bold;
            padding-bottom: 1rem;
            border-bottom: 1px solid #ccc;
        }
        .bannerss{
            display: flex;
            margin-top: 2rem;
            .banner1{
                width: 70%;
                position: relative;
                .banner1img{
                    width: 100%;
                    overflow: hidden;
                    border-radius: 2rem;
                    cursor: pointer;
                    img{
                        width: 100%;
                        object-fit: cover;
                    }
                }
                .banner1tx{
                    height: 40px;
                    line-height: 40px;
                    padding-left: 2rem;
                    border-bottom-left-radius: 2rem;
                    border-bottom-right-radius: 2rem;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    font-size: 18px;
                    color: #fefefe;
                    background-color: rgba(1, 1, 1, 0.6);
                }
            }
            .banner2{
                width: 30%;
                display: flex;
                flex-direction: column;
                margin-top: 1rem;
                .banner2kg{
                    width: 100%;
                    padding-left: 4rem;
                    margin-bottom: 2rem;
                    display: flex;
                    align-items: center;
                    cursor: pointer;
                    .banner2kg1{
                        width: 30px;
                        height: 30px;
                        font-size: 16px;
                        color: #fefefe;
                        background-color: #ff5d06;
                        border-radius: 50%;
                        text-align: center;
                        line-height: 30px;
                        float: left;
                    }
                    .banner2kgtx{
                        height: 30px;
                        float: left;
                        font-size: 18px;
                        line-height: 30px;
                        margin-left: 1rem;
                        &:hover{
                            color: #ff5d06;
                        }
                    }
                }
            }
        }
    }
    @media screen and(max-width:1030px){
        .banners{
            .bannerss{
                .banner2{
                    .banner2kg{
                        margin-bottom: 1rem;
                        padding-left: 2rem;
                        .banner2kgtx{
                            font-size: 15px;
                        }
                    }
                }
            }
        }
    }
    @media screen and(max-width:944px){
        .banners{
            .bannerss{
                .banner1{
                    width: 65%;
                }
                .banner2{
                    width: 35%;
                    .banner2kg{
                        margin-bottom: 0.3rem;
                        padding-left: 2rem;
                        .banner2kgtx{
                            font-size: 15px;
                        }
                        .banner2kg1{
                            width: 26px;
                            height: 26px;
                            line-height: 26px;
                            font-size: 13px;
                        }
                    }
                }
            }
        }
    }
    @media screen and(max-width:872px){
        .banners{
            .bannerss{
                .banner1{
                    width: 60%;
                }
                .banner2{
                    width: 40%;
                    margin-top: 0rem;
                    .banner2kg{
                        margin-bottom: 0rem;
                        padding-left: 2rem;
                        height: 27px;
                        .banner2kgtx{
                            font-size: 13px;
                        }
                        .banner2kg1{
                            width: 22px;
                            height: 22px;
                            line-height: 22px;
                            font-size: 13px;
                        }
                    }
                }
            }
        }
    }
    @media screen and(max-width:760px){
        .banners{
            .bannerss{
                flex-direction: column;
                .banner1{
                    width: 100%;
                }
                .banner2{
                    width: 100%;
                    margin-top: 1rem;
                    flex-wrap: wrap;
                    flex-direction: row;
                    .banner2kg{
                        width: 50%;
                        margin-bottom: 1rem;
                        padding-left: 2rem;
                        .banner2kgtx{
                            font-size: 15px;
                        }
                        .banner2kg1{
                            width: 30px;
                            height: 30px;
                            line-height: 30px;
                            font-size: 15px;
                        }
                    }
                }
            }
        }
    }
    @media screen and(max-width:605px){
        .banners{
            .bannerss{
                .banner1{
                    .banner1tx{
                        font-size: 16px;
                    }
                }
                .banner2{
                    margin-top: 1rem;
                    .banner2kg{
                        margin-bottom: 1rem;
                        padding-left: 2rem;
                        .banner2kgtx{
                            font-size: 13px;
                        }
                        .banner2kg1{
                            width: 25px;
                            height: 25px;
                            line-height: 25px;
                            font-size: 13px;
                        }
                    }
                }
            }
        }
    }
    @media screen and(max-width:547px){
        .banners{
            .bannerss{
                .banner1{
                    .banner1tx{
                        font-size: 14px;
                    }
                }
                .banner2{
                    margin-top: 1rem;
                    .banner2kg{
                        margin-bottom: 0.6rem;
                        padding-left: 0.5rem;
                        .banner2kgtx{
                            font-size: 11px;
                        }
                        .banner2kg1{
                            width: 22px;
                            height: 22px;
                            line-height: 22px;
                            font-size: 11px;
                        }
                    }
                }
            }
        }
    }
    @media screen and(max-width:457px){
        .banners{
            .biaoti{
                font-size: 16px;
            }
            .bannerss{
                .banner1{
                    .banner1tx{
                        height: 30px;
                        line-height: 30px;
                        font-size: 12px;
                    }
                }
                .banner2{
                    margin-top: 0.7rem;
                    .banner2kg{
                        margin-bottom: 0.3rem;
                        padding-left: 0.2rem;
                        .banner2kgtx{
                            font-size: 10px;
                        }
                        .banner2kg1{
                            width: 20px;
                            height: 20px;
                            line-height: 20px;
                            font-size: 10px;
                        }
                    }
                }
            }
        }
    }
}

#about{
    padding: 2rem 2rem;
    .aboutbox{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        .aboutkg{
            width: 24%;
            background-color: #fefefe;
            padding: 2rem 2rem;
            box-shadow: 0px 0px 10px #eae9e9;
            margin-bottom: 2rem;
            &:hover{
                box-shadow: 8px 8px 20px #eae9e9,-8px -8px 20px #eae9e9;
            }
            &:hover .aboutkgtx{
                color: #fca720;
            }
            &:hover .aboutkgtx p{
                color: #fca720;
            }
            .aboutkgimg{
                width: 100%;
                cursor: pointer;
                img{
                    width: 100%;
                    object-fit: cover;
                }
            }
            .aboutkgtx{
                cursor: pointer;
                margin-top: 1rem;
                p{
                    font-size: 12px;
                    color: #7b7b7b;
                }
            }
        }
    }
    @media screen and(max-width:600px) {
        .aboutbox{
            .aboutkg{
                width: 48.5%;
            }
        }
    }
    @media screen and(max-width:430px) {
        .aboutbox{
            .aboutkg{
                padding: 1.5rem 1.5rem;
            }
        }
        .teamkg1{
            .teamkg1tx1{
                font-size: 16px;
            }
            .teamkg1tx2{
                font-size: 10px;
            }
        }
    }
}

#team{
    width: 100%;
    padding: 1rem 2rem;
    .teams{
        width: 100%;
        .teambox{
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            .teamboxkg{
                width: 50%;
                display: flex;
                padding: 2rem 2rem;
                align-items: center;
                cursor: pointer;
                &:hover{
                    background-color: #e6e6e6;
                }
                .teamboxkg1{
                    width: 50%;
                    overflow: hidden;
                    background-color: #fefefe;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 1rem 1rem;
                    box-shadow: 0px 0px 10px #eae9e9;
                    img{
                        width: 100%;
                        object-fit: cover;
                    }
                }
                .teamboxkg2{
                    width: 50%;
                    padding-left: 4rem;
                    display: flex;
                    .teamboxkg2tx1{
                        font-size: 16px;
                        width: 100%;
                        .teamboxkg2tx12{
                            margin-top: 5px;
                        }
                        .teamboxkg2tx13{
                            margin-top: 5px;
                            display: -webkit-box;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;
                        }
                        .teamboxkg2tx14{
                            margin-top: 1rem;
                            font-size: 16px;
                            width: 120px;
                            height: 40px;
                            border-radius: 1.5rem;
                            text-align: center;
                            line-height: 40px;
                            border: 1.5px solid #ff5d06;
                            color: #ff5d06;
                            font-weight: bold;
                            cursor: pointer;
                            &:hover{
                                color: blue;
                                border-color: blue;
                            }
                        }
                    }
                }
            }
        }
    }
    @media screen and(max-width:1030px) {
        .teams{
            .teambox{
                .teamboxkg{
                    .teamboxkg2{
                        padding-left: 3rem;
                        .teamboxkg2tx1{
                            font-size: 13px;
                            .teamboxkg2tx14{
                                width: 95px;
                                height: 35px;
                                line-height: 30px;
                                font-size: 14px;
                                border-radius: 1rem;
                            }
                        }
                        
                    }
                }
            }
        }
    }
    @media screen and(max-width:910px) {
        .teams{
            .teambox{
                .teamboxkg{
                    .teamboxkg2{
                        padding-left: 2rem;
                        .teamboxkg2tx1{
                            font-size: 12px;
                            .teamboxkg2tx14{
                                width: 90px;
                                height: 30px;
                                line-height: 30px;
                                font-size: 13px;
                                border-radius: 1rem;
                            }
                        }
                        
                    }
                }
            }
        }
    }
    @media screen and(max-width:840px) {
        .teams{
            .teambox{
                .teamboxkg{
                    padding: 1rem 1rem;
                    .teamboxkg2{
                        padding-left: 2rem;
                        .teamboxkg2tx1{
                            font-size: 11px;
                            .teamboxkg2tx14{
                                width: 80px;
                                height: 25px;
                                line-height: 25px;
                                font-size: 11px;
                                border-radius: 8px;
                            }
                        }
                        
                    }
                }
            }
        }
    }
    @media screen and(max-width:710px) {
        .teams{
            .teambox{
                .teamboxkg{
                    padding: 1rem 1rem;
                    .teamboxkg2{
                        padding-left: 1rem;
                        .teamboxkg2tx1{
                            font-size: 10px;
                            .teamboxkg2tx12{
                                margin-top: 2px;
                            }.teamboxkg2tx13{
                                margin-top: 2px;
                            }
                            .teamboxkg2tx14{
                                width: 80px;
                                height: 25px;
                                line-height: 25px;
                                font-size: 10px;
                                border-radius: 8px;
                                margin-top: 5px;
                            }
                        }
                        
                    }
                }
            }
        }
    }
    @media screen and(max-width:600px) {
        .teams{
            .teambox{
                .teamboxkg{
                    width: 100%;
                    padding: 1.5rem 1.5rem;
                    .teamboxkg2{
                        padding-left: 2rem;
                        .teamboxkg2tx1{
                            font-size: 16px;
                            .teamboxkg2tx12{
                                margin-top: 6px;
                            }.teamboxkg2tx13{
                                margin-top: 6px;
                            }
                            .teamboxkg2tx14{
                                width: 100px;
                                height: 40px;
                                line-height: 40px;
                                font-size: 16px;
                                border-radius: 1.5rem;
                                margin-top: 8px;
                            }
                        }
                        
                    }
                }
            }
        }
    }
    @media screen and(max-width:520px) {
        .teams{
            .teambox{
                .teamboxkg{
                    .teamboxkg2{
                        padding-left: 2rem;
                        .teamboxkg2tx1{
                            font-size: 13px;
                            .teamboxkg2tx12{
                                margin-top: 4px;
                            }.teamboxkg2tx13{
                                margin-top: 4px;
                            }
                            .teamboxkg2tx14{
                                width: 90px;
                                height: 35px;
                                line-height: 35px;
                                font-size: 13px;
                                border-radius: 1rem;
                                margin-top: 6px;
                            }
                        }
                        
                    }
                }
            }
        }
    }
    @media screen and(max-width:430px) {
        .teams{
            .teamkg1{
                .teamkg1tx1{
                    font-size: 16px;
                }
                .teamkg1tx2{
                    font-size: 10px;
                }
            }
            .teambox{
                .teamboxkg{
                    padding: 0rem 0rem 1rem 0rem;
                    .teamboxkg2{
                        padding-left: 1.5rem;
                        .teamboxkg2tx1{
                            font-size: 11px;
                            .teamboxkg2tx12{
                                margin-top: 4px;
                            }.teamboxkg2tx13{
                                margin-top: 4px;
                            }
                            .teamboxkg2tx14{
                                width: 80px;
                                height: 30px;
                                line-height: 30px;
                                font-size: 11px;
                                border-radius: 1rem;
                                margin-top: 6px;
                            }
                        }
                        
                    }
                }
            }
        }
    }
}

#gushi{
    width: 100%;
    padding: 2rem 2rem;
    .gushis{
        width: 100%;
        float: left;
        background-color: #fefefe;
        border-radius: 2rem;
        padding: 1rem 1rem;
        .gushikg{
            width: 100%;
            padding: 0rem 2rem;
            .gushikgtx{
                font-size: 18px;
                color: #20fc3d;
                border-bottom: 1px solid #20fc3d;
                
            }
            .gushikgtx1{
                font-size: 14px;
                margin-top: 1rem;
            }
            .gushikgtx2{
                font-size: 14px;
                padding: 1rem 0rem;
                text-indent: 2rem;
            }
            .gushikgtx3{
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                img{
                    width: 80%;
                    object-fit: cover;
                }
            }
        }
    }
    @media screen and(max-width:486px) {
        .gushis{
            .teamkg1{
                .teamkg1tx1{
                    font-size: 18px;
                }
                .teamkg1tx2{
                    font-size: 10px;
                }
            }
            .gushikg{
                .gushikgtx{
                    font-size: 16px;
                    
                }
                .gushikgtx1{
                    font-size: 12px;
                }
                .gushikgtx2{
                    font-size: 12px;
                }
            }
        }
    }
}