﻿.lxwmmain {
    padding-top: 50px;
}

    .lxwmmain .lxflex {
        width: 1200px;
        margin: 0px auto;
        display: flex;
        justify-content: space-between;
    }

    .lxwmmain .lxzuo {
        width: 575px;
    }

    .lxwmmain .lxmap {
        flex: 1;
        margin-left: 50px;
        position: relative;
        border: 1px solid #eee;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    }

        .lxwmmain .lxmap img {
            display: block;
            width: 100%;
        }

        .lxwmmain .lxmap .tips {
            position: absolute;
            z-index: 2;
            right: 70px;
            top: 80px;
            width: 230px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            color: #FFF;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
        }

            .lxwmmain .lxmap .tips a {
                color: #FFF
            }

        .lxwmmain .lxmap .tipsbg {
            position: absolute;
            z-index: 1;
            right: 70px;
            top: 80px;
            width: 230px;
            height: 40px;
            border-radius: 4px;
            background-color: #000;
            opacity: 0.6;
        }

    .lxwmmain .zuonm {
        font-size: 22px;
        color: #0F4C81;
        margin-bottom: 25px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    .lxwmmain .itnm {
        font-size: 16px;
        margin-bottom: 6px;
        color: #222;
        font-weight: bold;
    }

    .lxwmmain .itsx {
        color: #444;
        line-height: 1.7;
        margin-bottom: 30px;
        font-size: 15px
    }



/*******/
.lxmsgmain {
    padding-top: 70px;
    padding-bottom:120px;
    background-color: #F5F9FC;
    margin-top: 80px;
}

    .lxmsgmain .lxmsgcontainor {
        width: 800px;
        margin: 0px auto;
    }

    .lxmsgmain .colitem {
        display: flex;
        justify-content: space-between;
    }

    .lxmsgmain .msgitem {
        width: 100%;
    }

    .lxmsgmain .colitem .msgitem {
        width: 49%;
    }

    .lxmsgmain .tbmsg {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 14px;
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 2px;
        font-family: inherit;
        font-size: 14px;
    }

        .lxmsgmain .tbmsg:focus {
            border: 1px solid #00a3e9;
            outline: none;
            box-shadow: 0 0 0 3px rgba(0, 163, 233, 0.25);
            background-color: #FFF;
            color: #333;
        }

    .lxmsgmain .msgbtn {
        display: block;
        width: 120px;
        background: #E65100;
        color: #fff;
        padding: 12px 28px;
        font-weight: 600;
        border-radius: 4px;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
    }

        .lxmsgmain .msgbtn:hover {
            background: #eb5b25;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(230, 81, 0, 0.25);
        }
