
.banner{
    width: 100%;
}

.indexTop1{
    padding: 102px 0 82px 0;
    background: #F9F9F9;
}
.indexTop1>div>p{
    font-size: 36px;
    position: relative;
    width: fit-content;
}
.indexTop1>div>p::before{
    content: '';
    width: 100px;
    height: 5px;
    background: linear-gradient( 135deg, #B7C980 0%, #63BFAF 72%, #4ABCBD 100%);
    border-radius: 5px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -50px;
}
.indexTop1 .list{
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
    flex-wrap: wrap;
}
.indexTop1 .list div{
    width: 24%;
    height: 380px;
    padding: 25px 20px;
    
}
.indexTop1 .list div p:nth-of-type(1){
    font-size: 24px;
}
.indexTop1 .list div p:nth-of-type(2){
    margin-top: 26px;
    color: #757575;
    font-size: 12px;
    line-height: 2;
}
.indexTop1 .list div:nth-of-type(1){
    background: url('./img/20.png') no-repeat;
    background-size: 100% 100%;
}
.indexTop1 .list div:nth-of-type(2){
    background: url('./img/21.png') no-repeat;
    background-size: 100% 100%;
}
.indexTop1 .list div:nth-of-type(3){
    background: url('./img/22.png') no-repeat;
    background-size: 100% 100%;
}
.indexTop1 .list div:nth-of-type(4){
    background: url('./img/23.png') no-repeat;
    background-size: 100% 100%;
}
.indexTop2{
  padding: 60px 0 109px 0;
  width: 100%;
}
.indexTop2>div>.top{
    display: flex;
    align-items: center;
    font-size: 36px;
}
.indexTop2 .top img{
    width: 36px;
    margin-right: 5px;
}
.indexTop2 .top{
    margin-bottom: 57px;
}
.indexTop2 .bot{
    display: flex;
}
.indexTop2 .bot>img{
    width: 400px;
}
.indexTop2 .bot .right{
    flex: 1;
    margin-left: 20px;
}
.indexTop2 .bot .right .top{
    padding: 20px 40px;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.indexTop2 .bot .right .top>div{
    width: 335px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    display: flex;
    margin-bottom: 20px;
}
.indexTop2 .bot .right .top>div>div:nth-of-type(1){
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-right: 1px dashed #E0E0E0;
}
.indexTop2 .bot .right .top>div>div:nth-of-type(1) img{
    width: 20px;
    margin-right: 5px;
}
.indexTop2 .select{
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #757575;
    justify-content: space-between;
    flex: 1;
}
.indexTop2 .select img{
    width: 12px;
}

.indexTop2 .bot .right .top>p{
    width: 180px;
    line-height: 40px;
    border-radius: 4px;
    background: linear-gradient( 135deg, #B7C980 0%, #63BFAF 72%, #4ABCBD 100%);
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;

}
.indexTop2 .bot .right .bot{
    padding: 16px 40px;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    flex-direction: column;
    margin-top: 10px;

}
.indexTop2 .bot .right .bot>p{
    font-size: 24px;
}
.indexTop2 .bot .right .bot div{
    padding: 16px;
    font-size: 14px;
    color: #757575;
    background: rgba(74, 188, 189, 0.06);
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    flex-wrap: wrap;
}
.indexTop2 .bot .right .bot div span{
    color: #000;
}
.indexTop2 .bot .right .bot div p:nth-of-type(5) span{
    color: #4ABCBD;
}
.indexTop3,.indexTop4{
    padding: 34px 0 200px 0;
    background: #F9F9F9;
}
.indexTop3 .top,.indexTop4 .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 10px;
}
.indexTop3 .top>p,.indexTop4 .top>p{
    position: relative;
    font-size: 36px;
}
.indexTop3 .top>p::before,.indexTop4 .top>p::before{
    content: '';
    display: inline;
    width: 80px;
    height: 5px;
    border-radius: 3px;
    background: linear-gradient( 135deg, #B7C980 0%, #63BFAF 72%, #4ABCBD 100%);
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -40px;
}
.indexTop3 .top div,.indexTop4 .top div{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #757575;
}
.indexTop3 .top div img,.indexTop4 .top div img{
    width: 12px;
    margin-left: 5px;
}
.indexTop3 .list{
    display: flex;
    flex-wrap: wrap;
   
}
.indexTop3 .list>div{
    width: 18%;
    margin-right: 2.5%;
    padding: 20px 32px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    transition: all 0.5s;
    cursor: pointer;
}
.indexTop3 .list>div:hover{
    transform: translateY(-20px);
    box-shadow: 10px 10px 20px 1px rgba(74,188,189,0.14);
}
.indexTop3 .list>div img{
    width: 160px;
}
.indexTop3 .list>div p{
    line-height: 2;
}
.indexTop3 .list>div p:nth-of-type(1){
    font-size: 14px;
}
.indexTop3 .list>div p:nth-of-type(2){
    font-size: 12px;
    color: #757575;
}
.indexTop3 .list>div p:nth-of-type(3){
    font-size: 12px;
    color: #4ABCBD;
}
.indexTop3 .list>div:nth-of-type(5n){
    margin-right: 0;
}


.indexTop4{
    background: #fff;
    width: 100%;
}
.indexTop4 .list{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.indexTop4 .list div{
    width: 48%;
}
.indexTop4 .list div img{
    width: 100%;
}
.indexTop4 .list div p{
    line-height: 2;
}
.indexTop4 .list div p:nth-of-type(1){
    font-size: 14px;
    margin-top: 10px;
}
.indexTop4 .list div p:nth-of-type(2){
    font-size: 12px;
    color: #757575;
}


.indexTop2 .bot .right .top>span{
    display: none;
}


@media (max-width:800px) {
   
   
    .banner{
        width: 90%;
    }
    .index{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .indexTop1{
        width: 90%;
        padding: 30px 0 30px 0;
        
    }
    .indexTop1>div>p{
        font-size: 25px;
    }
    .indexTop1>div>p::before{
        left: 0;
        margin: 0;
    }
    
    .indexTop1 .list div{
        width: 48%;
        height: 280px;
        margin-bottom: 20px;
    }
    .indexTop2{
        padding: 30px 0;
        padding-top: 0;
    }
    .indexTop2 .bot>img{
        display: none;
    }
    .indexTop2 .bot .right .top>div{
        width: 100%;
    }
    /*.indexTop2 .bot .right .top>div:nth-of-type(5)>div{*/
    /*    width: 33%;*/
    /*}*/
    .indexTop2 .bot .right .top>span{
        display: inline-block;
        margin-bottom: 20px;
    }
    /*.indexTop2 .bot .right .top>div:nth-of-type(5)>div:nth-of-type(1){*/
    /*    display: none;*/
    /*}*/
    .indexTop2 .bot .right .top>p{
        width: 100%;
    }
    .indexTop2 .bot .right .bot div{
        justify-content: flex-start;
        padding-bottom: 0;
    }
    .indexTop2 .bot .right .bot div p{
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .indexTop3 .list{
        justify-content: space-between;
    }
    .indexTop3 .list>div{
        width: 48%;
        margin-right: 0;
        margin-top: 20px;
    }
    .indexTop2{
        width: 90%;
    }
    .indexTop2>div>.top{
        font-size: 25px;
        margin-left:20px ;
        margin-bottom: 20px;
    }
    .indexTop2 .top>img{
        display: none;
    }
    .indexTop2 .bot .right{
        margin: 0;
        background: #fff;
    }
    .indexTop2 .bot .right .top{
        border: none;
        margin-bottom: 20px; 
    }
    .indexTop2 .bot .right .bot{
        border: none;
    }
   
    .indexTop2 .bot .right .bot>p{
        font-size: 18px;
    }
    .indexTop3,.indexTop4{
        width: 90%;
        padding-bottom: 20px;
        padding-top: 0;
        background: transparent;
    }
    .indexTop4 .list div{
        background: #fff;
    }
    .indexTop4 .list{
        margin-top: 20px;
    }
    .indexTop4 .list div p{
        padding: 0 10px;
    }
    .indexTop3 .top>p, .indexTop4 .top>p{
        font-size: 25px;
    }
    .indexTop3 .top>p::before, .indexTop4 .top>p::before{
        left: 0;
        margin: 0;
    }
    .indexTop1 .list{
        margin-top: 20px;
    }
   
}