.mlxwm .lxfs_maps .sideL{
    width: 40.9%;
    background-color: #f5f5f5;
	border-radius: 12px;
    padding: 30px;
}
.mlxwm .lxfs_maps{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    height: 360px;
}
.lxfs_maps .sideL h4{
    font-size: 20px;
	line-height: 21px;
	color: #71bf44;
    font-weight: bold;
}
.lxfs_maps .sideL .lines{
    width: 100%;
    height: 1px;
	background-color: #e6e6e6;
    margin-top: 13px;

}
.lxfs_maps .sideL .desc{
    margin-top: 22px;
}
.lxfs_maps .sideL .desc p{
    font-size: 16px;
	line-height: 17px;
	color: #666666;
    margin-bottom: 13px;
}
.sideL .epic{
    width: 125px;
    text-align: center;
    margin-top: 24px;
}
.sideL .epic p{
    font-size: 14px;
	line-height: 15px;
	color: #999999;
}
.mlxwm .lxfs_maps .mapR{
    width: 56.81%;
}
.mlxwm .lxfs_maps .mapR>div{
    height: 100%;
    border-radius: 12px;
}
.zxly{
    margin-top: 56px;
}
.zxly .myform{
    margin-top: 39px;
    background-color: #f5f5f5;
	border-radius: 12px;
    padding-top: 70px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 50px;
}
.zxly .myform .inps{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zxly .myform .inps>div h5{
    font-size: 16px;
	line-height: 18px;
	color: #666666;
}
.zxly .myform .inps>div{
    width: 360px;
}
.zxly .myform .inps>div input{
    outline: none;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6;
    height: 40px;
    margin-top: 5px;
}
.zxly .myform .texta h5{
    font-size: 16px;
	line-height: 18px;
	color: #666666;
    margin-top: 48px;
}
.zxly .myform .texta textarea{
    outline: none;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6;
    height: 100px;
    margin-top: 5px;
}
.myform button{
    width: 13.63%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #71bf44;
	border-radius: 4px;
    color: #fff;
    padding: 10px 0;
    margin: auto;
    margin-top: 25px;
    cursor: pointer;
}

/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .mlxwm .lxfs_maps .sideL {
        padding: 25px;
    }
    .zxly .myform {
        margin-top: 30px;
        padding-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 40px;
    }
    .zxly .myform .inps>div input {
        outline: none;
        width: 100%;
        height: 35px;
        margin-top: 5px;
    }
    .zxly .myform .inps>div {
        width: 320px;
        margin-bottom: 10px;
    }
    .zxly .myform .texta h5 {
        margin-top: 35px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .mlxwm .lxfs_maps .sideL {
        width: 35%;
        padding: 20px;
    }
    .lxfs_maps .sideL .desc p {
        font-size: 13px;
        line-height: 16px;
        color: #666666;
        margin-bottom: 13px;
    }
    .mlxwm .lxfs_maps .mapR {
        width: 62.81%;
    }
    .sideL .epic {
        width: 100px;
        text-align: center;
        margin-top: 24px;
    }
    .zxly .myform {
        margin-top: 25px;
       padding: 30px;
    }
    .zxly .myform .inps>div input {
        outline: none;
        width: 100%;
        height: 30px;
        margin-top: 5px;
    }
    .zxly .myform .inps>div {
        width: 300px;
        margin-bottom: 15px;
    }
    .zxly .myform .texta h5 {
        margin-top: 35px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .mlxwm .lxfs_maps{
        flex-wrap: wrap;
        height: unset;
        margin-top: 10px;
    }
    .mlxwm .lxfs_maps .sideL {
        width: 100%;
        padding: 15px 10px;
    }
    .lxfs_maps .sideL .desc p {
        font-size: 13px;
        line-height: 16px;
        color: #666666;
        margin-bottom: 13px;
    }
    .mlxwm .lxfs_maps .mapR {
        width: 100%;
        height: 200px;
        margin-top: 15px;
    }
    .sideL .epic {
        width: 100px;
        text-align: center;
        margin-top: 24px;
    }
    .zxly .myform {
        margin-top: 10px;
        padding: 25px;
    }
    .zxly .myform .inps>div input {
        outline: none;
        width: 100%;
        height: 25px;
        margin-top: 5px;
    }
    .zxly .myform .inps>div {
        width: 300px;
        margin-bottom: 15px;
    }
    .zxly .myform .texta h5 {
        margin-top: 25px;
    }
    .zxly .myform .inps>div h5 {
        font-size: 14px;
        line-height: 16px;
    }
    .myform button {
        width: 30.63%;
        padding: 6px 0;
    }
    .lxfs_maps .sideL .lines,
    .lxfs_maps .sideL h4{
        display: none;
    }
    .lxfs_maps .sideL .desc{
        margin-top: 0;
    }
    .zxly{
        margin-top: 25px;
    }
}
