html,body{
    margin: 0;
    padding: 0;
}
.container {
    width: 100%;
    height: 500px !important;
    position: relative;
    overflow: hidden;
    background: url(../public/images/ny_banner.jpg?d=20190618164744765);
    background-size: cover;
    } 
    .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* margin: 0 auto; */
    /* margin: 0 auto; */
    /* width: 800px; */
        text-align: center;
        position: absolute;
        bottom: 60px;
        /* line-height: 50% */
    }

    .title {
    margin-bottom: 24px;
    color: #fff;
    font-weight: 500;
    font-size: 52px;
    }

    .desc {
    /* margin-bottom: 24px; */
    color: #fff;
    font-size: 28px;
    }   
    .imge {
    height: 300px;
    /* width: 90%; */
    width:230px;
    }
    ul,li{
        list-style-type: none;
    }
    #gongdong{
        padding: 50px;
    }
    #gywm .containers{
        width: 640px;
        margin: 0 auto;
        padding: 80px 0;
    }
    #gywm .titles{
        margin: 0 0 24px;
        color: rgba(0, 0, 0, 0.8);
        font-weight: bold;
        font-size: 30px;
        line-height: 38px;
        text-align: center;
    }
    #gywm .descs{
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        line-height: 30px;
    }
    #cpxm{
        overflow: hidden;
        /* height: 240px; */
        /* background: #f6f7f9; */
        padding: 30px 0;
    }
    #cpxm .titles{
        margin: 0 0 24px;
        color: rgba(0, 0, 0, 0.8);
        font-weight: bold;
        font-size: 30px;
        line-height: 38px;
        text-align: center;
    }
    #gongdong .titles{
        margin: 0 0 24px;
        color: rgba(0, 0, 0, 0.8);
        font-weight: bold;
        font-size: 30px;
        line-height: 38px;
        text-align: center;
    }
    #cpxm ul li{
        float: left;
        width: 33%;
        text-align: center;
    }
    #cpxm ul li img{
        width: 220px;
    }
    #cpxm ul li .title{
        font-size: 22px;
        color: #333333;
        font-weight: bold;
    }
    #cpxm ul li .desc{
        padding: 0 30px;
        font-size: 18px;
        color: #999;
        
    }
    .us {
        width: 100%;
        padding: 40px 0;
         background: #f6f7f9; 
    }

    .us .titles {
        margin: 0 0 24px;
        color: rgba(0, 0, 0, 0.8);
        font-weight: bold;
        font-size: 30px;
        line-height: 38px;
        text-align: center
    }

    .us #Qcon {
        width: 99%;
        height: 206px;
        margin: 17px 0 0 0;
        font-size: 22px;
        text-indent: 20px;
        line-height: 36px;
        border: 1px solid #0076db;
    }

    .us input {
        width: 380px;
        height: 50px;
        font-size: 22px;
        margin: 17px 0 0 0;
        text-indent: 20px;
        border: 1px solid #0076db;
    }

    .us button {
        overflow: hidden;
        float: right;
        color: #fff;
        line-height: 45px;
        font-size: 22px;
        background: #0076db;
        margin: 20px 0 0 0;
        width: 152px;
        text-align: center;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        -webkit-border-radius: 8px;
        /* float: left; */
    }
