html,body {
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0  auto;
    background: #f8f8f8;
}
.banner {
    width: 100%;
    min-width: 1280px;
    height: 575px;
    background-size: cover !important;
}
.input_box {
    width: 1280px;
    padding: 0 45px;
    box-sizing: border-box;
    margin: 0 auto;
}
.inptit {
    width: 317px;
    height: 30px;
    background-size: cover !important;
    margin: 0 auto;
    margin-top: 35px;
}
.inp_info {
    width: 100%;
    height: 330px;
    padding: 0 40px;
    border: 1px solid #333333;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 40px;
    background: #ffffff;
}
.inp_info .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inp_info .row div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
}
.inp_info .row div input,textarea {
    outline: none;
    width: 290px;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    font-size: 18px;
}

.inp_info .row div input.inp_name{
    width: 165px;
}

.inp_info  .row div p {
    margin-right: 20px;
    color: #333333;
    font-weight: bold;
    font-size: 22px;
}
.inp_info .row div p span {
    color: #1897d4 !important;
}
.inp_info .row div.textarea {
    margin-top: 15px;
    flex: 1;
    -webkit-flex: 1;
}
.inp_info .row div.textarea p{
    width: 104px;
}
textarea {
    flex: 1;
    -webkit-flex: 1;
    height: 159px;
    resize: none;
}
.yqlink {
    width: 802px;
    height: 270px;
    margin: 0 auto;
    margin-top: 20px;
}
.yqlink img {
    width: 802px;
    height: 270px;
}
.inpbtn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1897d3;
    color: #ffffff;
    font-size: 23px;
    margin: 0 auto;
    margin-top: 25px;
    cursor: pointer;
}
.inp_foot {
    font-size: 26px;
    text-align: right;
    margin-right: 20px;
    margin-top: 40px;
}
.goods_box {
    padding-top: 35px;
    padding-bottom: 70px;
    background: #0096d6;
}
.goodstit {
    width: 264px;
    height: 67px;
    margin: 0 auto;
    background-size: cover !important;
}
.goods {
    width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 0 45px;
    margin-top: 35px;
}
.goods .goodsimg {
    position: relative;
    width: 270px;
    height: 192px;
    background-size: cover !important;
    float: left;
    margin-right: 36px;
}
.goods .goodsimg:nth-child(4n) {
    margin-right: 0;
}
.click {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.clear {
    clear: both;
}

.footer-text{
margin-top: 35px;
    margin-bottom: 35px;
}
.footer-text p{
    line-height: 18px;
    color: #000000;
    font-size: 10px;
}