body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #e7ce981a;
}

.logo-pic {
    height: 100%;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default .navbar-toggle {
    border-color: #ddd0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff0;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
    padding-top: 5px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #af8c54;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #d2ab57;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #d2ab57a1;
}

a {
    color: #d5a545;
    text-decoration: none;
}

.intro-text {
    font-size: 16px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 30px;
}

.service-pic {
    width: 100%;
    margin-bottom: 20px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sep {
    margin: 40px;
}

.footer {
    background: #d0a343d6;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    /*position: fixed;*/
    width: 100%;
    bottom: 0;
}

.copyright {
    margin: 0 0 0px;
    color: #fff;
}

.flag-num {
    color: #fff;
    text-decoration: none;
}

.intro-title {
    color: #c59223;
    font-size: 20px;
    font-weight: 600;
}

.detail-title {
    width: 13.75em;
    height: 1.5em;
    margin-bottom: 0.9375em;
    position: relative;
    padding-left: 15px;
    margin-top: -15px;
}

.detail-title b {
    width: 0.375em;
    height: 0.9375em;
    background: #c59223;
    position: absolute;
    top: 0.355em;
    /* left: 0; */
    font-size: 18px;
    font-weight: 600;
}

.detail-title span {
    width: 12.5em;
    height: 1.5em;
    line-height: 1.5em;
    padding-left: 0.3125em;
    color: #c59223;
    font-size: 1.25em;
    display: block;
    position: relative;
    top: 0;
    font-size: 20px;
    left: 9px;
}

.detail-pic {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.content-text {
    font-size: 16px;
}

#map {
    margin-top: 20px;
    width: 100%;
    height: 200px;
}

.item-title {
    color: #c59223;
    font-size: 24px;
    font-weight: 600;
}