﻿*{margin: 0;padding: 0;}
a{text-decoration: none;}
ul,li{list-style: none;}

.allBox{
    width: 100%;
    background: url(../images/shape1.png) no-repeat center bottom fixed;
    max-width: 100%;
    min-height: 100%;
}
.ico{
    width: 100%;
    height: 40px;
    background-color: #f17116;
}
.ico img{
    width: auto;
    height: 40px;
    margin: 5px 50px;
}
.banner{
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #f17116;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
}
.formBox{
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
.note{
    width: 460px;
    box-sizing: border-box;
    margin-right: 25px;
}
.note h3{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.note p{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
}
.form{
    width: 390px;
    height: 400px;
    margin-left: 25px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 6px 0px rgb(163 163 163 / 50%);
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
}
.form p{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 25px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 1px solid #000;
}
.form input{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding-left: 15px;
    box-sizing: border-box;
    outline: none;
}
.form .submit{
    width: 200px;
    height: 50px;
    background-color: #f17116;
    color: #FFF;
    margin: 20px auto;
    cursor: pointer;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}
.blue{
    width: 1200px;
    margin: 50px auto 0;
    font-size: 14px;
    color: #232EC5;
    font-weight: bold;
    text-align: center;
}
.huatu{
    width: 1200px;
    margin: 5px auto 50px;
    font-size: 12px;
    color: #f17116;
    text-align: center;
}

@media screen and (max-width:1080px) {
    .ico{
        height: 30px;
    }
    .ico img{
        height: 25px;
        margin: 2.5px 15px;
    }
    .banner{
        height: auto;
        line-height: 50px;
        font-size: 25px;
        padding: 10px;
        box-sizing: border-box;
    }
    .formBox{
        width: 100%;
        flex-direction: column-reverse;
    }
    .note{
        width: 90%;
        margin: 15px auto;
    }
    .note h3{
        font-size: 20px;
    }
    .note p{
        font-size: 14px;
    }
    .form{
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .form p{
        font-size: 20px;
    }
    .blue,.huatu{
        width: 100%;
    }
}