body,p{
    margin: 0;
}
a{
    text-decoration: auto;
}
.banner_box{
    height: 470px;
    background: url("./images/banner.png") no-repeat;
    background-size: 100% 100%;
}
.banner_box .head{
    padding: 0 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner_box .head a{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    margin-right: 25px;
}
.banner_box .content{
    padding: 0 330px;
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    margin-top: 160px;
}
.order_title{
    font-size: 25px;
    color: #000000;
    text-align: center;
}
.content_box{
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 0;
    border-radius: 4px;
    overflow: hidden;
    border-top: 1px solid #FC6229;
    border-left: 1px solid #FC6229;
}
.function_box{
    margin: 75px 0;
}
.function_item{
    width: 500px;
    height: 502px;
    padding: 55px 20px 0;
    background: #FFFFFF;
    border-bottom: 1px solid #FC6229;
    border-right: 1px solid #FC6229;
    box-sizing: border-box;
}
.function_item img{
    display: block;
    margin: 0 auto;
}
.function_item p{
    text-align: left;
    font-size: 18px;
    color: #000000;
    line-height: 45px;
}
.function_item p:nth-of-type(1){
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
}
.function_item p:nth-of-type(3){
    display: flex;
    flex-wrap: wrap;
}
.function_item span{
    background: #fef0f0;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 15px;
    display: block;
    margin-right: 10px;
    margin-top: 10px;
    line-height: 2;
}
.footer{
    height: 117px;
    background: #222222;
    padding: 0 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer p{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}
.contact{
    position: fixed;
    top: 70%;
    right: 25px;
    width: 70px;
    height: 140px;
    box-shadow: 0px 0px 7px 0px rgba(197, 90, 130, 0.16);
    border-radius: 36px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    z-index: 1000;
    background: #fff;
}
.contact img{
    display: block;
}
.login_box{
    display: flex;
    justify-content: space-between;
}
.login{
    font-size: 20px;
    text-decoration: auto;
    color: #fff;
    position: absolute;
    right: 5%;
}
.titleSearch{
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 330px;
    margin-top: 45px;
}
.titleSearch p{
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    border-radius: 17px;
    color: #FC6029;
    text-align: center;
    margin: 10px;
}
.enquiry{
    width: 965px;
    height: 200px;
    background: linear-gradient(90deg, #FEA034 0%, #FD5F39 100%);
    border-radius: 10px;
    margin: 90px auto 0;
}
.enquiry h1{
    color: #fff;
    text-align: center;
    padding-top: 14px;
    font-size: 25px;
}
.enquiry p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 12px 0;
}
.enquiry-btn{
    width: 139px;
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    border-radius: 18px;
    font-size: 18px;
    color: #FC6029;
    text-align: center;
    margin: 25px auto 0;
}