@media (min-width: 980px) {
    .one-view{
        font-family: 微软雅黑;
        width: 100%;
        background: rgba(248, 248, 248, 1);
    }
    .one-view .container{
        padding: 96px 0;
    }
    .one-view .container h1{
        font-size: 30px;    
        color: rgb(0, 207, 180);
        background-color: transparent;
        text-align: center;
        margin-bottom: 10px;
    }
    .one-view .container .title-m{
        font-size: 20px;    
        color: rgb(0, 207, 180);
        background-color: transparent;
        text-align: center;
    }
    .one-view .container img{
        width: 100%;
        margin-top: 30px;
    }
    .one-view .container .desc{
        font-size: 14px;
        color: #000;
        margin-top: 30px;
        text-indent: 2em;
        line-height: 36px;
    }
    .two-view {
        padding: 96px 0 ;
        position: relative;
    }
    .two-view img{
        width: 100%;
    }
    .two-view p{
        width: 100%;
        color: #fff;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 132px;
    }
    .three-view{
        font-family: 微软雅黑;
        width: 100%;
        background: rgba(248, 248, 248, 1);
    }
    .three-view .container{
        padding: 96px 0 46px;
    }
    .three-view .container .title-box h2{
        font-size: 30px;
        color: #000;
    }
    .three-view .container .title-box p{
        font-size: 20px;
        line-height: 36px;
    }
    .three-view .container ul{
        margin-top: 25px;
        display: flex;
        flex-wrap: wrap;
    }
    .three-view .container ul li{
        width: 578px;
        margin-bottom: 50px;
    }
    .three-view .container ul li:nth-child(2n){
        margin-left: auto;
    }
    .three-view .container ul li .img-box{
        width: 100%;
        height: 320px;
        overflow: hidden;
    }
    .three-view .container ul li .img-box img{
        width: 100%;
        height: 100%;
        transition:all .5s ease-out;
    }
    .three-view .container ul li .img-box img:hover{
        transform: scale(1.1);
    }
    .three-view .container ul li h5{
        font-size: 24px;
        text-align: center;
        margin-top: 10px;
    }
    .three-view .container ul li p{
        font-size: 12px;
        line-height: 36px;
        text-align: center;
    }
    .four-view{
        font-family: 微软雅黑;
        width: 100%;
    }
    .four-view .container{
        padding: 96px 0;
    }

    .four-view .container .title-box h2{
        font-size: 30px;
        color: #000;
    }
    .four-view .container .title-box p{
        font-size: 20px;
        line-height: 36px;
    }
    .four-view .container ul{
        margin-top: 25px;
        display: flex;
        justify-content: space-between;
    }
    .four-view .container ul li{
        width: 390px;
    }
    .four-view .container ul li .img-box{
        width: 100%;
        height: 320px;
        overflow: hidden;
    }
    .four-view .container ul li .img-box img{
        width: 100%;
        height: 100%;
        transition:all .5s ease-out;
    }
    .four-view .container ul li:hover img{
        transform: scale(1.1);
    }
    .four-view .container ul li:hover p{
        transform: translateY(8px);
    }
    .four-view .container ul li h5{
        font-size: 24px;
        text-align: center;
        margin-top: 10px;
        font-weight: 700;
    }
    .four-view .container ul li p{
        font-size: 12px;
        line-height: 36px;
        text-align: center;
        transition:all .5s ease-out;
    }
    .map-view{
        font-family: 微软雅黑;
        width: 100%;
        background: rgba(248, 248, 248, 1);
    }
    .map-view .container{
        padding: 96px 0;
        display: flex;
    }
    .map-view .container>div{
        flex: 1;
        height: 419px;
    }
    .map-view .container .left{
        background: #2b2b2b;
        color: #fff;
        padding: 68px 49px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .map-view .container .left .title-box{
        font-weight: 700;
    }
    .map-view .container .left .title-box h2{
        font-size: 30px;
        margin-bottom: 5px;
    }
    .map-view .container .left .title-box p{
        font-size: 20px;
    }
    .map-view .container .left .info p{
        font-size: 14px;
        line-height: 36px;
    }


}

@media (max-width: 980px) {
    .one-view{
        font-family: 微软雅黑;
        width: 100%;
        background: rgba(248, 248, 248, 1);
    }
    .one-view .container{
        padding: .6rem .3rem;
        box-sizing: border-box;
    }
    .one-view .container h1{
        font-size: .5rem;    
        color: rgb(0, 207, 180);
        background-color: transparent;
        text-align: center;
        margin-bottom: .2rem;
    }
    .one-view .container .title-m{
        font-size: .3rem;    
        color: rgb(0, 207, 180);
        background-color: transparent;
        text-align: center;
    }
    .one-view .container img{
        width: 100%;
        margin-top: .3rem;
    }
    .one-view .container .desc{
        font-size: .28rem;
        color: #000;
        margin-top: .3rem;
        text-indent: 2em;
        line-height: .72rem;
    }
    .two-view {
        margin-bottom: .3rem;
        position: relative;
    }
    .two-view img{
        width: 100%;
    }
    .two-view p{
        width: 100%;
        color: #fff;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 1rem;
    }
    .three-view{
        font-family: 微软雅黑;
        width: 100%;
        background: rgba(248, 248, 248, 1);
    }
    .three-view .container{
        padding: .6rem .3rem;
        box-sizing: border-box;
    }
    .three-view .container .title-box h2{
        font-size: .5rem;
        color: #000;
    }
    .three-view .container .title-box p{
        font-size: .3rem;
        line-height: .72rem;
    }
    .three-view .container ul{
        margin-top: .25rem;
        display: flex;
        flex-wrap: wrap;
    }
    .three-view .container ul li{
        width: 100%;
        margin-bottom: .5rem;
    }
    .three-view .container ul li:nth-child(2n){
        margin-left: auto;
    }
    .three-view .container ul li .img-box{
        width: 100%;
        height: 4.2rem;
        overflow: hidden;
    }
    .three-view .container ul li .img-box img{
        width: 100%;
        height: 100%;
        transition:all .5s ease-out;
    }
    .three-view .container ul li .img-box img:hover{
        transform: scale(1.1);
    }
    .three-view .container ul li h5{
        font-size: .36rem;
        text-align: center;
        margin-top: .1rem;
    }
    .three-view .container ul li p{
        font-size: .24rem;
        line-height: .6rem;
        text-align: center;
    }
    .four-view{
        font-family: 微软雅黑;
        width: 100%;
    }
    .four-view .container{
        padding: .6rem .3rem;
        box-sizing: border-box;
    }
    .four-view .container .title-box h2{
        font-size: .5rem;
        color: #000;
    }
    .four-view .container .title-box p{
        font-size: .3rem;
        line-height: .6rem;
    }
    .four-view .container ul{
        margin-top: .25rem;
    }
    .four-view .container ul li{
        width: 100%;
        margin-bottom: .5rem;
    }
    .four-view .container ul li:last-child{
        margin-bottom: 0;
    }
    .four-view .container ul li .img-box{
        width: 100%;
        height: 4.96rem;
        overflow: hidden;
    }
    .four-view .container ul li .img-box img{
        width: 100%;
        height: 100%;
        transition:all .5s ease-out;
    }
    .four-view .container ul li:hover img{
        transform: scale(1.1);
    }
    .four-view .container ul li:hover p{
        transform: translateY(8px);
    }
    .four-view .container ul li h5{
        font-size: .28rem;
        text-align: center;
        margin-top: .1rem;
        font-weight: 700;
    }
    .four-view .container ul li p{
        font-size: .24rem;
        line-height: .6rem;
        text-align: center;
        transition:all .5s ease-out;
    }
    .map-view{
        font-family: 微软雅黑;
        width: 100%;
        background: rgba(248, 248, 248, 1);
    }
    .map-view .container>div{
        flex: 1;
        height: 7rem;
    }
    .map-view .container .left{
        background: #2b2b2b;
        color: #fff;
        padding: .68rem .49rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .map-view .container .left .title-box{
        font-weight: 700;
    }
    .map-view .container .left .title-box h2{
        font-size: .5rem;
        margin-bottom: .1rem;
    }
    .map-view .container .left .title-box p{
        font-size: .3rem;
    }
    .map-view .container .left .info p{
        font-size: .28rem;
        line-height: .6rem;
    }
}