p{
    font-family: 微软雅黑 苹方;
}

.lx p{
    margin: 0;
}
.lx{
    width: 100%;
}
.lx .lx_head{
    width: 100%;
    position: relative;
}
.lx .lx_head img{
    width: 100%;
    display: block;
}
.lx .lx_head .title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1400px;
    padding-left: 90px;
}
.lx .lx_head .title p,.lx .lx_head .title div{
    color: #fff;
    font-family: Century;
}
.lx .lx_head .title .heng{
    width: 34px;
    height: 2px;
    background: #fff;
    margin: 25px 0;
}
.lx .lx_head .title>p:first-child{
    font-size: 26px;
}
.lx .lx_head .title>p:last-child{
    font-size: 20px;
    line-height: 36px;
}
.lx .lx_info{
    max-width: 1400px;
    margin: 120px auto;
    border: 1px solid #f9f9f9;
    background: #fff;
}
.lx .lx_info .info1{
    display: flex;
    align-items: center;
}
.lx .lx_info .info1>div{
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 90px;
    border-bottom: 1px solid rgb(234, 234, 234);
    position: relative;
    background: #fff;
}
.lx .lx_info .info1>.shu{
    width: 1px;
    height: 100px;
    background: #eaeaea;
}
/* .lx .lx_info .info1>div:first-child::after{
    content: "";
    width: 1px;
    height: 100px;
    background: #eaeaea;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
} */
.lx .lx_info .info1>div>.bg{
    position: absolute;
    width: 0%;
    height: 100%;
}
.lx .lx_info .info1>div>img{
    width: 23px;
    height: 23px;
    z-index: 2;
    position: relative;
}
.lx .lx_info .info1>div>p:nth-child(2){
    font-size: 30px;
    margin-top: 10px;
    font-family: DIN-Regular;
    font-weight: bold;
    z-index: 2; 
    position: relative;
}
.lx .lx_info .info1>div>p:nth-child(3){
    font-size: 14px;
    margin-top: -1px;
    z-index: 2;
    position: relative;
}
.lx .lx_info .info2{
    width: 100%;
    display: flex;
    justify-content: space-between;
   align-items: center;
    border-bottom: 1px solid rgb(234, 234, 234);
}
.lx .lx_info .info2>div{
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    position: relative;
    background: #fff;
    z-index: 2;
}
.lx .lx_info .info2>.shu{
    width: 1px;
    height: 50px;
    background: #eaeaea;
    z-index: 0;
}
.lx .lx_info .info2>div>img{
    width: 22px;
}
.lx .lx_info .info2>div>div{
    margin-left: 20px;
}
.lx .lx_info .info2>div>div p{
    color: #333;
    font-size: 14px;
    font-family: 微软雅黑;
    line-height: 23px;
}
.lx .lx_info .info2>div>div>p:first-child{
    color: #000;
}
.lx .lx_info .info2>div>div>p:last-child{
    font-family: DIN-Regular;
}
.lx .lx_info .info3{
    width: 100%;
    display: flex;
    justify-content: space-between;
    
}
.lx .lx_info .info3 .msg{
    padding-left: 90px;
    padding-top: 80px;
    width: 46%;
}
.lx .lx_info .info3 .msg>p:first-child{
    font-size: 30px;
    font-family: DIN-Regular;
}
.lx .lx_info .info3 .msg>p:nth-child(2){
    font-size: 24px;
    font-family: 微软雅黑;
    margin-bottom: 30px;
}
.lx .lx_info .info3 .msg input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #efefef;
    outline: none;
    padding: 15px 10px;
    margin-top: 15px;
    font-size: 14px;
}
.lx .lx_info .info3 .map{
    position: relative;
    width: 46%;
    overflow: hidden;
}
.lx .lx_info .info3 .map .box{
    position: absolute;
    bottom: -30%;
    right: -20%;
    /* border: 1px solid red; */
    border-radius: 50%;
    width: 700px;
    height: 700px;
    overflow: hidden;
}
.lx .lx_info .info3 .msg .submit{
    width: 150px;
    height: 40px;
    background: #353535;
    color: #fff;
    border-radius: 27px;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    cursor: pointer;
    margin-bottom: 80px;
}
@media screen and (max-width:1400px){
    .lx .lx_info{
        width: 80%;
    }
    .lx .lx_info .info3 .map .box{
        bottom: -18%;
        right: -28%;
        width: 600px;
        height: 600px;
    }
    .lx .lx_info .info2{
        /* padding: 50px 80px; */
    }
    .lx .lx_info .info2>div>div p{
        font-size: 12px;
    }
    .lx .lx_head .title{
        width: 80%;
    }
}
@media screen and (max-width:1280px){
    .lx .lx_info .info3 .map .box{
        bottom: -8%;
        right: -31%;
        width: 520px;
        height: 520px;
    }
    .lx .lx_info .info1>div>p:last-child{
        font-size: 14px;
        margin-top: -1px;
    }
    .lx .lx_head .title>p:first-child{
        font-size: 22px;
    }
    .lx .lx_head .title .heng{
        margin: 15px 0;
    }
    .lx .lx_head .title>p:last-child{
        font-size: 15px;
        line-height: 26px;
    }
}