.modular .title {
    font-size: 48px;
    padding: 60px 0;
    line-height: 1.5em;
}

.modular1 .map {
    text-align: center;
}

.modular1 .map img {
    max-width: 100%;
    transform: none;
}

.modular2 ul {
    width: calc(100% + 40px);
    margin-left: -20px;
    overflow: hidden;
}

.modular2 ul li {
    width: calc(33.33% - 40px);
    margin: 20px;
    float: left;
    padding: 60px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    height: 280px;
    position: relative;
    transition: all .3s;
    cursor: pointer;
}

.modular2 {
    background: #efeff0;
    padding: 100px 0;
    color: #4a4a4a;
}

.modular1 ul h2,
.modular2 h2 {
    font-size: 24px;
    margin-bottom: 1em;
}

.modular1 h3,
.modular2 h3 {
    margin-bottom: 1em;
}

.modular1 h3,
.modular1 h4,
.modular2 h3,
.modular2 h4 {
    position: relative;
    padding-left: 1.5em;
}

.modular1 ul i,
.modular2 i {
    position: absolute;
    left: 0;
    top: 2px;
}

.modular2 ul li::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #94673d;
    transition: all .3s;
}

.modular2 ul li:hover {
    color: #fff;
}

.modular2 ul li:hover::before {
    height: 100%;
}

.modular1 .map li {
    position: absolute;
    z-index: 2;
}

.modular1 .map .li_u {
    display: inline-block;
    position: relative;
}

.modular1 .map .li_u li .tit {
    font-size: 12px;
    margin-left: 16px;
    margin-top: -0.5em;
}

.modular1 .map .li_u li .tit::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #94673d;
    border: 3px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -3px;
    margin-left: -3px;
}

.modular1 .map .li_u li .text {
    display: none;
}

.modular1 .map .li_u li:hover {
    z-index: 9;
    cursor: pointer;
}

.modular1 .map .li_u li:hover .text {
    display: block;
    background: #fff;
    position: absolute;
    transform: translateY(-100%);
    top: 50%;
    left: 3px;
    width: 320px;
    padding: 40px;
    z-index: 5;
    text-align: left;
    box-shadow: 0 0 10px #bbb;
}

@media only screen and (max-width:1280px) {
    .modular2 ul li {
        padding: 40px;
    }
    .modular2 ul li {
        height: 220px;
    }
    .modular2 {
        padding: 50px 0;
    }
    .modular .title {
        padding: 30px 0;
    }
    .modular .title {
        font-size: 30px;
    }
}

@media only screen and (max-width:1280px) {
    .modular2 ul li {
        width: calc(50% - 40px);
    }
}
@media only screen and (max-width:1024px) {
    .modular1 .map .li_u li:hover .text {
        display: none;
    }
}
@media only screen and (max-width:768px) {

    .modular1 .map .li_u li .tit {
        font-size: 0;
    }
    .modular2 ul {
        width: auto;
        margin-left: 0;
    }
    .modular2 ul li {
        float: none;
        width: auto;
        height: auto;
        margin: 20px 0;
    }
    .modular2 {
        padding: 30px 0;
    }
}