.center {
    width: 1200px;
    margin: 0 auto;
}

.lxwm {
    margin-top: 40px;
}

.lxwm .text>div {
    /* display: flex; */
    /* font-weight: 600; */
}

.lxwm .prodyct_list {
    margin-top: 40px;
}

.color {
    color: #2f5aa1;
}


/* .text .text_item {
    color: #666;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    margin-bottom: 15px;
} */

.text .text_item>div:nth-child(2) {
    /* width: 30%; */
}


/* .text .text_item .button {
    background: #2f5aa1;
    color: #fff;
    text-align: center;
    width: 25%;
    padding: 5px 0;
} */

.lxwm_map {
    height: 400px;
    margin-top: 50px;
}


/* 名片 */

.text_item {
    height: 480px;
    position: relative;
}

.text_item>div:nth-child(1) {
    background: #f6f6f6;
    height: 280px;
    padding: 90px 25px;
    box-sizing: border-box;
    width: 813px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    height: 90%;
    z-index: 9;
}

.text_item>div:nth-child(1) .left h3 {
    font-size: 24px;
    color: #2f5aa1;
}

.text_item>div:nth-child(1) .left p {
    font-size: 15px;
    color: #c2c2c2;
    margin: 15px 0;
}

.text_item>div:nth-child(1) .left div {
    font-size: 16px;
    color: #666;
    margin-bottom: 18px;
    display: flex;
    justify-content: flex-start;
}

.text_item>div:nth-child(1) .left div>span:first-child {
    width: 18%;
}

.text_item>div:nth-child(1) .left {
    width: 56%;
}

.text_item>div:nth-child(1) .right {
    width: 30%;
    text-align: center;
    padding-right: 50px;
}

.text_item>div:nth-child(1) .right p {
    font-size: 22px;
    line-height: 30px;
}

.text_item>div:nth-child(1) .right p:nth-child(2) {
    text-align: left;
    padding-left: 37px;
    color: #999;
}

.text_item>div:nth-child(1) img {
    width: 146px;
}

.text_item>div:nth-child(2) {
    background: #2f5aa1;
    border-radius: 0 20px 20px 0;
    height: 260px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 467px;
    z-index: 0;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    line-height: 30px;
    padding-left: 79px;
}

.text_item>div:nth-child(2) p {
    margin: 20px 0;
}

.text_item>div:nth-child(2) p:nth-child(3) {
    margin: 30px 0;
}

.text_item>div:nth-child(2) a {
    display: inline-block;
    border-radius: 30px;
    background-color: #fff;
    color: #2f5aa1;
    width: 100%;
    text-align: center;
    line-height: 50px;
}