
@media screen and (max-width: 1200px) {
    body{
        background: rgba(255, 248, 230, 1);
    }
    .wap{
        margin-top:78px;
    }
    .head-bg{
        background-image: url("../image/Mobile_bg.png");
        background-size: 100%;
        background-repeat: no-repeat;
        height: 400px;
    }
    .title{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: -130px auto 0;
        background: rgba(29, 32, 71, 0.9);
        overflow: hidden;
        padding-bottom: 20px;
    }
    .title h6{
        font-size: 10px;
        color: rgba(255, 184, 0, 1);
        margin-top: 20px;
    }
    .title h1{
        font-size: 30px;
        color: #fff;
        margin-bottom: 24px;
        text-align: center;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .title p{
        font-size: 15px;
        color: rgba(255,255,255,0.7);
        margin-bottom: 25px;
        text-align: center;
    }
    .mali{
        height: 50px;
        display: flex;
        align-items: center;
        width: 90%;
        margin: 27px auto;
    }
    .mali label{
        width: 18%;
        height: 50px;
        background: rgba(255, 184, 0, 1);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mali label img{
        width: 30px;
    }
    .mali p{
        background: rgba(255, 153, 0, 1);
        width: 82%;
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #fff;
        padding-left: 10px;
        box-sizing: border-box;
        height: 50px;
    }
}


@media screen and (min-width: 1200px) {
    .content {
        padding: 0 200px;
        box-sizing: border-box;
        position: relative;
    }

    .content .box {
        background-image: url("../image/banner3@2x.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
        position: relative;
        height: 570px;
    }

    .content .box > .title {
        padding: 30px 30px 48px;
        box-sizing: border-box;
        background: rgba(29, 32, 71, 0.95);
        position: absolute;
        top:40px ;
        left: 0;
        width: 395px;
    }

    .content .box > .title h6{
        font-size: 12px;
        color: rgba(255, 184, 0, 1);
    }
    .content .box > .title h1{
        font-size: 35px;
        color: #fff;
        margin-bottom: 30px;
    }
    .content .box > .title p{
        font-size: 16px;
        color: rgba(255,255,255,0.7);
    }
    .mali{
        margin-top: 80px;
        width: 65%;
        height: 250px;
        background-image: url("../image/db1@2x.png");
        background-size: 100%;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .mali p{
        display: flex;
        align-items: center;
        font-size: 45px;
        color: #fff;
        margin-right: 150px;
        position: relative;
    }
    .mali p img{
        height: 52px;
        margin-right: 5px;
    }
    .mali p:after{
        content:'E-mail';
        color: #fff;
        font-size: 12px;
        position: absolute;
        left: 14px;
        top: -20px;
    }
}

