*{
    position: relative;
    box-sizing: border-box;
}
body {
    font-family: "Source Han Sans CN",sans-serif;
    margin: 0;
    padding: 0;
    background: rgba(225, 236, 247, 1);
}
.body-content{

}
.content1{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding-top: 50px;
    text-align: center;
}
.text1{
    display: inline-block;
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 45px;
}
.text1-bg1{
    background: linear-gradient(to right bottom , #8BC4EE,#386ae7);
}
.text2{
    text-align: center;
    /*color: rgb(121, 62, 194);*/
    font-size: 25px;
    margin-top: 20px;
    font-weight: bold;
}
.text2-co1{
    color: #6289e9;
}
.text1-bg2{
    background: linear-gradient(to right bottom , #99a5eb, #A086E9);
}
.text2-co2{
    color: #8f6feb;
}
.banner{
    margin-top: 30px;
    display: block;
    width: 100%;
    border-radius: 300px 40px 300px 40px;
}
.services{
    margin-top: 100px;
}
.list-box{
    margin: 30px -10px 0 -10px;
    font-size: 0;
    letter-spacing: -20px;
}
.list-li{
    display: inline-block;
    width: 25%;
    letter-spacing: normal;
    padding: 20px;
}
.li-box{
    height: 150px;
    font-size: 16px;
    border-radius: 30px 30px 110px 30px;
    background: linear-gradient(to left, #8BC4EE, #82A1EC);
}
.list-li:nth-child(2) .li-box{
    background: linear-gradient(to left, #93A0ED, #A086E9);
}
.list-li:nth-child(3) .li-box{
    background: linear-gradient(to left, #C291F3, #D77EE6);
}
.list-li:nth-child(4) .li-box{
    background: linear-gradient(to left, #DD8ADC, #FA94C7);
}
.li-text{
    position: absolute;
    left: 20px;
    top: 40px;
    font-size:25px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}
.about{
    margin-top: 100px;
}
.text1-bg3{
    background: linear-gradient(to right bottom, #C291F3, #D77EE6);
}
.text2-co3{
    color: #b366ff;
}
.contact{
    margin-top: 50px;
    border-radius: 20px;
    border: 1px solid #f5f5f5;
    padding: 30px 50px 50px 50px;
    text-align: left;
    background-image: url("../img/bg2.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
}
.text3{
    font-size: 36px;
    color: rgb(182, 64, 195);
    font-weight: bold;
    margin-bottom: 10px;
}
.text4{
    padding: 5px 0;
    font-size: 16px;
    line-height: 25px;
    color: rgb(54, 48, 101);
}
.map-a{
    display: block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.map-a:link, .map-a:active, .map-a:visited, .map-a:hover{
    text-decoration: none;
}
.location-icon{
    position: absolute;
    left: 0;
    top: 6px;
    width: 30px;
}
.map-img{
    margin: 0 auto;
    display: block;
    border: 1px solid #f5f5f5;
    border-radius: 20px;
}
.map-mb{
    display: none;
}
.map-text{
    display: inline-block;
    padding: 10px 0 10px 40px;
    color: rgb(108, 101, 167);
    font-size: 16px;
    line-height: 22px;
}
.text4 a:link, .text4 a:active, .text4 a:visited, .text4 a:hover{
    text-decoration: none;
    color: rgb(54, 48, 101);
}
.footer{
    margin-top: 100px;
    display: flex;
    width: 100%;
    height: 50px;
    background: rgb(250 249 253);
    font-size: 16px;
    justify-content: center;
    align-items: center;
}
.footer-box{
    display: inline-block;
    color: rgb(54, 48, 101);
}
.foot-a{
    text-decoration: none;
    color: rgb(54, 48, 101);
}
/*移动端*/
@media screen and  (max-width: 768px){
    .body-content{
        padding: 0;
    }
    .content1{
        padding: 50px 15px 0 15px;
    }
    .text1{
        font-size: 25px;
        padding: 5px 25px;
    }
    .text2{
        font-size: 18px;
        margin-top: 10px;
    }
    .banner{
        margin-top: 15px;
        border-radius: 80px 20px 80px 20px;
    }
    .services {
        margin-top: 75px;
    }
    .list-box {

        margin: 10px -5px 0 -5px;
    }
    .li-box{
        border-radius: 20px 20px 77px 20px;
        height: 100px;
    }
    .list-li{
        width: 50%;
        padding: 5px;
    }
    .li-text {
        position: absolute;
        left: 15px;
        top: 25px;
        font-size: 18px;
        line-height: 25px;
    }
    .about{
        margin-top: 75px;
    }
    .map-text{
        font-size: 14px;
        padding-left: 30px;
    }
    .map-img{
        display: none;
        width: 100%;
    }
    .map-mb{
        display: block;
    }
    .contact{
        padding: 25px 35px 35px 35px;
    }
    .text3{
        font-size: 25px;
    }
    .text4 {
        font-size: 14px;
        line-height: 20px;
    }
    .footer{
        margin-top: 50px;
        font-size: 14px;
    }
    .footer-box{
        text-align:center;
    }
    .foot-a{
        display:block;
    }
}