.bkt {
    height: 100px;
    margin-top: 80px;
    overflow: hidden;
}
.bkt span {
    display: block;
    float: left;
    margin-right: 40px;
    color: #666;
}
.bkt span:nth-child(1) {
    font-size: 3rem;
    font-family: en;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 70px;
    font-weight: 900;
}
.bkt span:nth-child(2) {
    font-size: 1.5rem;
    line-height: 80px;
    font-weight: bold;
}
.mdseek {
    height: auto;
    margin-top: 20px;
    overflow: hidden;
}
.mdseekd {
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.mdseekd span {
    display: block;
    float: left;
    line-height: 45px;
    font-size: 1rem;
    padding-right: 20px;
}
.mdseekd select {
    display: block;
    float: left;
    padding: 0 20px 0 10px;
    font-size: 1rem;
    line-height: 45px;
    height: 45px;
    background: #fff;
    border: 0;
    border-radius: 3px;
    margin-right: 15px;
}
.mdseekd input.inp {
    display: block;
    float: left;
    font-size: 1rem;
    line-height: 45px;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #666;
    background: none;
}
.mdseekd input.submit {
    display: block;
    float: left;
    font-size: 1rem;
    line-height: 40px;
    cursor: pointer;
    background: #002856;
    color: #fff;
    margin-left: 20px;
    font-weight: normal;
    padding: 0 30px;
    border-radius: 3px;
    border: 0;
}
.seektips {
    line-height: 40px;
    margin: 30px 0 10px 0;
    font-size: 1rem;
    color: #666;
}
/* .mdbox {
    height: 650px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 80px;
} */
.mdbox {
    height: auto;
    background: #fff;
    overflow: hidden;
    margin-bottom: 80px;
    padding-bottom: 40px;
}
.mapbox {
    width: 60%;
    height: 100%;
    overflow: hidden;
    float: left;
}
.mdlist {
    width: 36%;
    height: 100%;
    padding: 60px 0;
    overflow: auto;
    overflow-x: hidden;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* .mdli {
    width: 100%;
    height: auto;
    display: table;
    overflow: hidden;
    margin-top: 40px;
    cursor: pointer;
} */
.mdli {
    width: 45%;
    margin-left: 5%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    float: left;
}

.mdi {
    display: table-cell;
    width: 60px;
    height: auto;
    vertical-align: middle;
    border-right: 1px solid #999;
    color: #002856;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
}
.mdt {
    display: table-cell;
    width: calc(100% - 70px);
    height: auto;
    vertical-align: middle;
}
.mdt span {
    display: block;
    margin: 0 50px 0 30px;
    line-height: 160%;
    font-size: 0.875rem;
    color: #666;
}
.mdt span:nth-child(1) {
    font-weight: bold;
    font-size: 1.3rem;
}
.mdt span:nth-child(2) {
    padding-top: 15px;
}
.mdt span:nth-child(3) {
    padding-bottom: 15px;
}
.mdli:hover .mdt span {
    color: #002856;
}

@media screen and (max-width: 1680px) {
    .bkt {
        height: 80px;
    }
    .bkt span {
        margin-right: 30px;
    }
    .mdseekd span {
        line-height: 40px;
        padding-right: 15px;
    }
    .mdseekd select {
        line-height: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .mdseekd input.inp {
        line-height: 40px;
        height: 35px;
    }
    .mdseekd input.submit {
        line-height: 35px;
        margin-left: 15px;
        padding: 0 25px;
    }
    .mdbox {
        height: 550px;
        margin-bottom: 70px;
    }
    .mdlist {
        width: 36%;
        padding: 50px 0;
    }
    .mdli {
        margin-top: 30px;
    }
    .mdi {
        width: 55px;
        font-size: 2.2rem;
    }
    .mdt {
        width: calc(100% - 60px);
    }
    .mdt span {
        margin: 0 40px 0 25px;
        font-size: 0.875rem;
    }
    .mdt span:nth-child(1) {
        font-size: 1.1rem;
    }
    .mdt span:nth-child(2) {
        padding-top: 10px;
    }
    .mdt span:nth-child(3) {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 1440px) {
    .bkt {
        height: 80px;
        margin-top: 60px;
    }
    .bkt span {
        margin-right: 20px;
    }
    .bkt span:nth-child(1) {
        font-size: 2.5rem;
        line-height: 70px;
        font-weight: 900;
    }
    .bkt span:nth-child(2) {
        font-size: 1.3rem;
        line-height: 80px;
        font-weight: bold;
    }
    
}
@media screen and (max-width: 1280px) {
    .bkt {
        height: 70px;
        margin-top: 40px;
    }
    .bkt span {
        margin-right: 15px;
    }
    .mdseekd span {
        line-height: 35px;
        padding-right: 10px;
    }
    .mdseekd select {
        line-height: 35px;
        height: 35px;
    }
    .mdseekd input.inp {
        line-height: 35px;
        height: 30px;
    }
    .mdseekd input.submit {
        line-height: 30px;
        margin-left: 10px;
        padding: 0 20px;
    }
    .seektips {
        line-height: 30px;
        margin: 20px 0 10px 0;
    }
    .mdbox {
        height: 450px;
        margin-bottom: 60px;
    }
    .mdlist {
        padding: 40px 0;
    }
    .mdli {
        margin-top: 25px;
    }
    .mdi {
        width: 50px;
        font-size: 2rem;
    }
    .mdt {
        width: calc(100% - 55px);
    }
    .mdt span {
        margin: 0 30px 0 20px;
        font-size: 0.75rem;
    }
    .mdt span:nth-child(1) {
        font-size: 1rem;
    }
    .mdt span:nth-child(2) {
        padding-top: 5px;
    }
    .mdt span:nth-child(3) {
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 1024px) {
    .mdseekd span {
        line-height: 30px;
        padding-right: 10px;
    }
    .mdseekd select {
        line-height: 30px;
        height: 30px;
    }
    .mdseekd input.inp {
        line-height: 30px;
        height: 25px;
    }
    .mdseekd input.submit {
        line-height: 26px;
        margin-left: 10px;
        padding: 0 20px;
    }
    .mdbox {
        height: 400px;
    }
    .mdlist {
        padding: 30px 0;
    }
    .mdli {
        margin-top: 20px;
    }
    .mdi {
        width: 45px;
        font-size: 2rem;
    }
    .mdt {
        width: calc(100% - 50px);
    }
    .mdt span {
        margin: 0 30px 0 20px;
        font-size: 0.75rem;
    }
    .mdt span:nth-child(1) {
        font-size: 1rem;
    }
    .mdt span:nth-child(2) {
        padding-top: 5px;
    }
    .mdt span:nth-child(3) {
        padding-bottom: 5px;
    }
    
}