.banner {
    width: 100%;
    height: auto;
    display: inline-block;
}

.banner img {
    width: 100%;
}

.information {
    width: 100%;
    height: auto;
    display: inline-block;
    padding-top: 2%;
}
.cmp-one{
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
}
.information-box{
    width: 96%;
    height: auto;
    display: inline-block;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
    margin-top: 4%;
    padding: 4%;
    border-radius: 10px;
    padding-bottom: 0px;
}
.ib-left{
    width: 50%;
    float: left;
}
.ib-right{
    width: 50%;
    float: left;
}
.information-box ul{}
.information-box li{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 22px;
}
.information-box li img{
    float: left;
    width: auto;
}
.information-box li p{
    float: left;
    margin-left: 11px;
    color: #6a6a6a;
    font-size: 15px;
    margin-top: 1%;
}
.information-boxs{
    width: 100%;
    height: auto;
    display: inline-block;
}
.information-boxs img{
    width: 100%;
}
.btn-primary {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 20px 95px;
    background-color: #ffae00;
    border: 1px solid #ffae00;
    color: #FFFFFF;
    border-radius: 11px;
    font-size: 19px;
    letter-spacing: 3px;
    margin-top: 3%;
}
.form-group{
    width: 100%;
    height: auto;
    display: inline-block;
    position: fixed;
    bottom: 0px;
    background: rgba(226, 226, 226, 0.3);
    padding-bottom: 2%;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
}
@media screen and (max-width: 1024px) and (min-width: 0px){
        .banner {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 12%;
    }
.cmp-one {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
}
.index {
    width: 95%;
    margin: 0 auto;
}
.ib-left {
    width: 100%;
    float: left;
}
.information-box {
    width: 92%;
    height: auto;
    display: inline-block;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
    margin-top: 4%;
    padding: 4%;
    border-radius: 10px;
    padding-bottom: 0px;
}
.information-box li img {
    float: left;
    width: 9%;
}
.information-box li p {
    float: left;
    margin-left: 11px;
    color: #6a6a6a;
    font-size: 14px;
    margin-top: 2%;
    width: 87%;
}
.ib-right {
    width: 100%;
    float: left;
}
.information-boxs img {
    width: 100% !important;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0px !important;
}
}