h1,
.h {
    font-family: "Bebas Neue", sans-serif !important;
}
.content{
    width: 100%;
    height: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.c1{
    height: 440px;
}
.c1 .left{
    width: 1060px;
    height: 440px;
    background-color: #ffa85c;
    border-radius: 0 220px 220px 0;
    position: relative;
}
.c1 img{
    z-index: 1;
}
.c1 .pic1{
    position: absolute;
    left: 200px;
    top: 25px;
    width: 135px;
}
.c1 .pic2{
    position: absolute;
    right: 30px;
    top: 150px;
    width: 200px;

}
.c1 .pic3{
    position: absolute;
    left: 450px;
    top: 67px;
    width: 400px;
}
.c1 .pic4{
    position: absolute;
    left: 250px;
    top: 170px;
    width: 210px;
}
.c2 .right{
    width: 1060px;
    height: 300px;
    border-radius: 150px 0 0 150px;
    background-color: #ffefcb;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 0;
}
.c2 img{
    width: 220px;
}
.c2 .txt{
    width: 680px;
}
.c2 h1{
    text-align: center;
    font-size: 48px;
}
.c2 p{
    font-size: 17px;
    text-align: center;
    margin-top: 30px;
}
.c2 a{
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    width: 240px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 25px;

    font-weight: 600;
    border-radius: 14px;
    background-color: #faa702;
    color: #fff;
}
.c2 a:hover{
    box-shadow: 5px 5px 9px rgba(0,0,0,.21);
    transform: translate(-2px, -3px);
    transition: all .3s;
}
.c3 .left{
    width: 1060px;
    height: 300px;
    border-radius: 0 150px 150px 0;
    background-color: #72a2e5;
}
.c3 h1{
    font-size: 48px;
    text-align: center;
}
.c3 .m{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.c3 img{
    height: 190px;
}
.c3 .link{
    margin-left: 50px;

}
.c3 .link a{
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    color: #0d2f5b;
}
.c3 .link a:hover{
    color: #faa702;
}
.c4 .left{
    width: 600px;
    position: relative;
}
.c4 h1{
    font-size: 48px;
    text-align: center;
    padding-top: 25px;
}
.c4 .txt{
    padding-left: 70px;
}
.c4 p{
    font-size: 20px;
    margin-bottom: 25px;
}
.c4 .left img{
    width: 210px;
    position: absolute;
    top: 65px;
    right: -9px;
}
.c4 .right{
    width: 630px;
    height: 300px;
    border-radius: 150px 0 0 150px;
    padding-left: 150px;
    background-color: #ffa85c;
}
.c4 .right h1{
    text-align: left;
    padding-top: 10px;
}
.in{
    width: 320px;
    height: 50px;
    margin-top: 5px;
    position: relative;
}
.in input{
    width: 320px;
    height: 50px;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    padding-left: 90px;
    font-size: 22px;
    color: #000;
}
.in p{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    text-align: end;
    font-size: 21px;

}
.c4 a {
    display: block;
    margin-left: 60px;
    margin-top: 25px;
    width: 240px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    border-radius: 14px;
    background-color: #faa702;
    background-color: #fee105;
    color: #fff;
}
.c4 a:hover {
    box-shadow: 5px 5px 9px rgba(0, 0, 0, .21);
    transform: translate(-2px, -3px);
    transition: all .3s;
}
@media (max-width: 760px) {
    .content{
        height: auto;
        display: block;
    }
    .c1{
        height: auto;
    }
    .c1 .left{
        width: 100%;
        height: auto;
        border-radius: 0;
    }
    .c1 .pic1{
        display: none;
    }
    .c1 .pic2{
        width: 25%;
        right: 6%;
        bottom: 9%;
    }
    .c1 .pic3{
        position: relative;
        width: 70%;
        margin: 35px auto;
        margin-left: 8%;
        left: 0;
        top: 0;
        transform: rotate(19deg);
    }
    .c1 .pic4{
        left: 5%;
        width: 30%;
        top: 8%;
    }
    .c2 .right{
        width: 100%;
        height: auto;
        border-radius: 0;
        display: block;
        padding: 30px;
        background-color: transparent;
    }
    .c2 img{
        display: block;
        width: 55%;
        margin: 0 auto;
    }
    .c2 .txt{
        width: 100%;
        padding: 0 .3333rem;
    }
    .c2 p{
        width: 90%;
        margin-top: 15px;
        font-size: 15px;
        text-align: center;
    }
    .c2 a{
        width: 90%;
        font-size: 22px;
    }
    .c3{
        background-color: #72a2e5;
    }
    .c3 .left{
       width: 100%;
       height: auto;
       padding-top: 35px;
    }
    .c3 .m{
        display: block;
    }
    .c3 img{
        display: block;
        width: 80%;
        height: auto;
        margin: 0 auto;
    }
    .c3 .link{
        margin: 0;
        margin-top: 35px;
        display: flex;
        justify-content: space-evenly;
    }
    .c3 .link a{
        font-size: 15px;

    }
    .c4{
        background-color: #ffa85c;
    }
    .c4 .left{
        width: 100%;
        padding-top: 35px;
    }
    .c4 h1{
        padding-top: 0;
    }
    .c4 .txt{
        padding-left: 25px;
    }
    .c4 .left img{
        width: 36%;
        right: 2%;
        top: 20%;
    }
    .c4 .right{
        width: 100%;
        border-radius: 0;
        padding-left: 25px;
        padding-bottom: 45px;
    }
    .in{
        width: 90%;
        margin-left: 5px;
    }
    .in input{
        width: 100%;
    }
    .c4 a{
        width: 90%;
        margin: 0 auto;
        margin-top: 25px;
    }

}