.header {
    /* position: initial!important; */
    background: #fff;
}

.banner {
    width: 100%;
    margin-top: 0.9rem;
}

.banner img {
    width: 100%;
}
.lx-box1{
    background:url('../images/l_bg1.jpg') no-repeat 0 bottom;
    background-size:27% 35%;
    color:#333;
    margin:0.5rem 10.4vw 0;
}
.lx-box1 .left-title{
    width:20%;
}
.lx-box1 .right-text{
    margin-left:2rem;
}
.lx-box1 .l-text1 {
    font-size: 0.26rem;
    font-weight: bold;
}
.lx-box1 .l-text7{
    font-size:0.26rem;
    font-weight: bold;
    margin-top:0.4rem;
    padding-bottom: 0.3rem;
}
.lx-box1 .l-text7:last-child{
    margin-top:0;
}
.lx-box1 .l-text2{
    font-size:0.18rem;
    color:#666;
    margin-top:0.2rem;
}
.lx-box1 .l-text3{
    font-size:0.48rem;
    color:#e70303;
}
.lx-box1 .l-text4{
    font-size:0.22rem;
    font-weight: bold;
    margin-top:0.1rem;
}
.lx-box1 .l-text5{
    font-size:0.2rem;
    color:#666;
    margin-top:0.3rem;
}
.lx-box1 .l-text6{
    font-size:0.16rem;
    color:#666;
    margin-top:0.1rem;
}
.lx-box1 .l-img1{
    width:1.2rem;
    height:1.2rem;
}
.lx-box1 .l-img1 img{
    width:100%;
    height: 100%;
}
.lx-box1 .address-box{
    flex-wrap: wrap;
}
.lx-box1 .add-item{
    color:#666;
    min-width:45%;
    margin-bottom:0.4rem;
    text-align: left;
}
.lx-box1 .add-t1{
    font-size:0.18rem;
    font-weight: bold;
    position: relative;
    padding-left:0.25rem;
}
.lx-box1 .add-t1::after{
    content: '';
    width:0.18rem;
    height:0.23rem;
    background:url('../images/l_icon1.png') no-repeat;
    background-size:100% 100%;
    position: absolute;
    left: 0;
    top:0.04rem;
}
.lx-box1 .add-t2{
    font-size:0.16rem;
    padding-left: 0.25rem;
    margin-top:0.1rem;
}

.lx-box2{
    width:100%;
    height: 5rem;
}
/* .lx-box2 img{
    width:100%;
} */

.lx-box3{
    padding-top:0.5rem;
}
.lx-box3 .zp-info-list{
    margin-top:0.3rem;
}
.lx-box3 .zp-item{
    background:#f7f7f7;
    font-size:0.16rem;
    box-sizing: border-box;
    padding:0.3rem 0.6rem 0.3rem 0.45rem;
    margin-bottom:0.2rem;
    cursor: pointer;
}
.lx-box3 .zp-item .zp-title{
    font-size:0.2rem;
    flex: 1;
}
.lx-box3 .zp-item .zp-icon1{
    position: relative;
    padding-left:0.3rem;
    width: 15%;
}
.lx-box3 .zp-item .zp-icon1::before{
    content: '';
    width:0.26rem;
    height:0.26rem;
    background:url('../images/l_icon2.png') no-repeat;
    background-size:100% 100%;
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
}
.lx-box3 .zp-item .zp-icon2 {
    position: relative;
    padding-left: 0.3rem;
    width: 20%;
}

.lx-box3 .zp-item .zp-icon2::before {
    content: '';
    width: 0.26rem;
    height: 0.26rem;
    background: url('../images/l_icon3.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.lx-box3 .zp-item .zp-icon3 {
    position: relative;
    padding-left: 0.3rem;
    width: 12%;
}

.lx-box3 .zp-item .zp-icon3::before {
    content: '';
    width: 0.26rem;
    height: 0.26rem;
    background: url('../images/l_icon4.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.lx-box3 .arrow-icon{
    width:0.4rem;
    height:0.4rem;
    background:#052583;
    display: flex;
    align-items: center;
    justify-content: center
}
.lx-box3 .arrow-icon .a-icon{
    width:0.2rem;
    height:0.2rem;
    background:url("../images/l_arrow2.png") no-repeat;
    background-size:100% 100%;
    transform: rotate(0deg);
    transition: 1s;
}
.lx-box3 .zp-item.active .a-icon{
    /* background: url("../images/l_arrow1.png") no-repeat;
    background-size: 100% 100%; */
    transition: 1s;
    transform: rotate(180deg);
}
.lx-box3 .info-text{
    margin-top:0.4rem;
    font-size:0.15rem;
    line-height: 2;
    color:#666;
    display: none;
}
.lx-box3 .info-t1 span{
    padding-right:0.5rem;
}
.lx-box3 .info-t2{
    margin:0.1rem 0;
}
.lx-box3 .info-t4{
    margin:0.1rem 0;
    color:#000;
}
.lx-box3 .info-t5{
    line-height:0.36rem;
}

.lx-box4{
    font-size:0.2rem;
    color:#333;
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}
.lx-box4 .tips{
    font-size:0.18rem;
    color:#666;
    padding:0.2rem 0;
}
.lx-box4 .lx-box4-list{
    padding:0 0.5rem;
    width:100%;
    box-sizing: border-box;
    margin-top:0.5rem;
}
.lx-box4 .lx-box4-list span{
    color:#052583;
    font-weight: bold;
}
.lx-box4 label{
    text-align: right;
    width:1.4rem;
    display: inline-block;
}
.lx-box4 input{
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dadce3;
    border-radius: 0.1rem;
    height: 0.66rem;
    padding:0 0.1rem;
    font-size: 0.18rem;
}
.lx-box4 .input-item{
    width: 33.33%;
}
.lx-box4 .com-box{
    margin:0.3rem 0;
}
.lx-box4 textarea{
    flex:1;
    border: 1px solid #dadce3;
    border-radius: 0.1rem;
    padding:0.1rem;
    height:2rem;
    width:100%;
    font-family: auto;
    font-size: 0.18rem;
}
.lx-box4 .lx-box4-btn{
    width:4rem;
    height:0.6rem;
    background:#052583;
    text-align: center;
    line-height: 0.6rem;
    color:#fff;
    font-size:0.22rem;
    letter-spacing: 0.1rem;
    margin:0.3rem auto;
    border-radius:0.1rem;
    cursor: pointer;
}
@media (max-width: 669px) {
    .lx-box1{
        margin:0.5rem 0.3rem 0;
        background-size:100% 40%;
    }
    .lx-content{
        display: block!important;
    }
    .lx-box1 .left-title{
        width: 100%;
    }
    .lx-box1 .right-text{
        margin-left:0;
        margin-top:0.4rem;
    }
    .lx-box3 .zp-item{
        padding:0.2rem;
    }
    .lx-box3 .zp-item .zp-title{
        width:1.5rem;
    }
    .input-list{
        display: block!important;
    }
    .lx-box4 .input-item{
        width:100%;
        margin-bottom:0.3rem;
    }
    .lx-box4 .lx-box4-list{
        padding:0;
    }
    .lx-box4 label{
        width:1.2rem;
    }
}