.lx_maps>div{
    width: 50%;
}
.lx_maps{
    display: flex;
    margin-top: 75px;
}
.lx_maps .lxfs h3{
    font-size: 28px;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 1px;
	color: #026eb6;
}
.lx_maps .lxfs .lines{
    width: 50px;
	height: 3px;
	background-color: #026eb6;
    margin-top: 28px;
    margin-bottom: 30px;
}
.lx_maps .lxfs ul li{
    font-size: 17px;
	line-height: 54px;
	color: #666666;
}
#map{
    height: 100%;
}
.lblist{
    margin-top: 100px;
}
form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
}
form input,form  textarea{
    width: 48%;
    outline: none;
    padding: 19px 0;
    padding-left: 16px;
    border: solid 1px #026eb6;
	opacity: 0.2;
    margin-bottom: 25px;
}
form  textarea{
    width: 100%;
}
form button{
    cursor: pointer;
    margin: auto;
    color: #fff;
    width: 120px;
	height: 42px;
	background-color: #026eb6;
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .lx_maps .lxfs h3{
        font-size: 22px;
    }
    .lx_maps .lxfs ul li {
        font-size: 13px;
        line-height: 50px;
        color: #666666;
    }
    .lblist {
        margin-top: 60px;
    }
    .lx_maps{
        margin-top: 40px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .lx_maps .lxfs h3{
        font-size: 20px;
    }
    .lx_maps .lxfs ul li {
        font-size: 12px;
        line-height: 10px;
    }
    .lblist {
        margin-top: 60px;
    }
    .lx_maps>div{
        width: 100%;
        margin-bottom: 10px;
    }
    .lx_maps{
        flex-wrap: wrap;
    }
    .maps{
        height: 280px;
    }
    .lx_maps{
        margin-top: 30px;
    }
    form input, form textarea{
        padding: 12px 0;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 8px;

    }
    .mybanner{
        background-image: url(../images/lxwm/banner.jpg);
        object-fit: cover;
    }
}