@charset "utf-8";

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, :before, :after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #0092dc;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}




/* Reset
---------------------------------*/
ul{
    list-style: none;
}

.figure{
    margin: 0px;
}

img{
    max-width: 100%;
}

a, a:hover, a:active{
    outline: 0px !important;
}

.clear{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after{
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after{
    clear: both;
}

.color-blue{
    color: #277dbf;
}

.mb60{
    margin-bottom: 60px;
}

.hide{
    display: none !important;
}

/* Styles
---------------------------------*/
html,body {
    height: 100%;
}
body{
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    color: #888;
    margin: 0;
    overflow-x:hidden;
}

h2{
    font-size: 38px;
    color: #005188;
    font-weight: 700;
    margin: 10px 0 25px 0;
    text-align: center;
}

h3{
    font-weight: 600;
    color: #222;
    font-size: 18px;
    margin: 0 0 5px 0;
}

h6{
    font-size: 16px;
    color: #888;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}

p{
    line-height: 24px;
    margin: 0;
}

/* Header Styles
---------------------------------*/

#header_wrapper{
    background: #ffffff;
    padding: 20px 0px;
    box-shadow:0 0 20px rgba(180, 180, 180, 0.3);
    transition:all 0.3s ease 0s;
    -webkit-transform:translateY(-3px);
    -moz-transform:translateY(-3px);
    -ms-transform:translateY(-3px);
    -o-transform:translateY(-3px);
    transform:translateY(-3px);
}

.header_box{
    position: relative;
}

.logo{
    float: left;
    margin-top: 8px;
    position: relative;
    z-index: 2;
}

.logo img { height:30px; }

.res-nav_click{
    display: none;
}

/* Nav Styles
---------------------------------*/
.navbar-inverse{
    background-color: transparent;
    border-color: transparent;
}

.navbar{
    border: 0px solid #fff;
    min-height: 40px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a{
    color: #005188;
}

.navStyle{
    float: right;
}

.navStyle ul{
    list-style: none;
    padding: 0px;
}

.navStyle ul li{
    display: inline-block;
    margin: 0 10px;
}

.navStyle ul li:first-child{
    /*margin:0px;*/;
}

.navStyle ul li:last-child{
    margin: 0 0 0 23px;
}

.navStyle ul li a{
    display: block;
    font-size: 14px;
    color: #222;
    text-decoration: none;
    text-transform: none;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.navStyle ul li a:hover{
    color: #005188;
}

.navStyle > li > a:hover, .nav > li > a:focus{
    text-decoration: none;
    color: #005188;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    color: #005188;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    color: #fff;
    background-color: #005188;
    border-radius: 5%;
}

.navStyle > li.active > a,
.navStyle > li.active > a:hover{
    text-decoration: none;
    color: #005188;
    background-color: transparent;
}

.borderLeft{
    border-left: 1px solid #fff;
}

.borderRight{
    border-right: 1px solid #fff;
}

.borderTop{
    margin-top: 30px;
    border-top: 1px solid #dadada;
}

.mrgTop{
    margin-top: 30px;
}


.hero_section{
    position: relative;
}

.white_pad{
    position: relative;
    right: 0px;
    bottom: 0px;
}

.white_pad img{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.hero_section{
    position: relative;
}

.bannerImg{
    position: absolute;
    bottom: 0px;
    right: 0px;
    float: right;
}

a.read_more2{
    display: block;
    font-size: 16px;
    margin: 0 20px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

a.read_more2:hover{
    background: #fff;
    color: #005188;
    border: 1px solid #fff;
}

a.contact_btn{
    background: #fff;
    text-transform: uppercase;
    display: block;
    width: 176px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #005188;
    border-radius: 3px;
    font-weight: 600;
    border: 2px solid #005188;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a.contact_btn:hover{
    background: #005188;
    color: #fff;
}

.input-text{
    background: transparent;
}

img{
    max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item{
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item{
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.page_section.paddind{
    padding-bottom: 60px;
}

.parking_bg{
    background-color: #f4f7f9;
    padding: 20px 0;
    height: 100%;
    margin:auto 0;
}

.parking_bg .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.parking_title {
    display: table;
    width: 1000px;
    margin: auto;
}

.parking_dom {
    display: table-cell;
    font-size: 38px;
    color: #005188;
    font-weight: 600;
    height: 90px;
    vertical-align: middle;
    text-align: center;
    clear: both;
}

.parking_dom img {
    max-width: 200px;
}

.parking_dom p {
    display: inline;
    color: #ff6600;
}

.parking_dom h2 {
    color: #000000;
    margin: 20px 0 0 0;
    font-size: 34px;
}

.parking_dom h5 {
    color: #666666;
}

.parking_sub {
    background-color: #ffffff;
    border: 1px #dddddd solid;
    text-align: center;
    width: 1000px;
    margin: 10px auto;
}

.parking_box {
    display: table;
    margin: auto;
    padding: 10px 0;
}

.parking_box ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.parking_box li {
    display: flex;
    margin: 10px 0;
}

.parking_box li img {
    max-width: 120px;
}

.parking_box li span {
    float: left;
    width: 180px;
}

.parking_box button {
    background-color: #ff6600;
    color: #ffffff;
    border: 0;
    padding: 3px 6px;
    border-radius: 3px;
}

.parking_boxmail {
    display: table-cell;
    vertical-align: top;
    /*padding-top: 10px;*/
}

.parking_boxmail span {
    line-height: 30px;
    color: #999999;
    font-weight: 500;
}

.parking_boxmail p {
    /*line-height: 30px;*/
    color: #000000;
    font-weight: 500;
}

.parking_boxmail button {
    background-color: #ff6600;
    color: #ffffff;
    border: 0;
    padding: 3px 6px;
    border-radius: 3px;
}

.parking_boxmail_inline {
    display: inline;
}

.parking_boxqrcode {
    display: block;
    margin-left: 20px;
}

.parking_boxqrcode span {
    display: inline;
    color: #999999;
    font-weight: 500;
}

.parking_boxqrcode p {
    display: inline;
}

.parking_boxqrcode img {
    max-width: 180px;
}

.parking_link {
    background-color: #fbfcfd;
    border-top: 1px #f1f1f1 solid;
    padding:10px 0;
    line-height: 30px;
}

.parking_link span {
    display: inline;
    color: #0092dc;
    text-align: center;
}

.parking_link p {
    display: inline;
    color: #ff6600;
    text-align: center;
    margin-left: 20px;
}

.parking_link button {
    background-color: #ffffff;
    border:1px #ff6600 solid;
    border-radius: 3px;
}

.parter_link_line {
    display: table;
    width: 100%;
}

.parter_link_group {
    display: table-cell;
    font-size: 14px;
    height: 80px;
    border: 1px #eeeeee solid;
    vertical-align: middle;
    text-align: center;
}

.twitter a:hover{
    color: #55acee;
}

.facebook a:hover{
    color: #3b5998;
}

.pinterest a:hover{
    color: #cb2026;
}

.gplus a:hover{
    color: #dd4b39;
}

.form{
    margin: 0 30px 0 30px;
}

.input-text{
    padding: 15px 16px;
    border: 1px solid #005188;
    background:#ffffff;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #aaa;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-text:focus{
    border: 1px solid #005188;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
    height: 230px;
    resize: none;
    overflow: auto;
}

.input-btn{
    width: 180px;
    height: 50px;
    letter-spacing: 0px;
    background: #ff6600;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover{
    background: #fff;
    color: #ff6600;
    border:1px solid #ff6600;
}

.bg-btn {
    background-color: #089EF5;
    padding: 20px;
    border-top: none;
}

.p-3
{
    padding: 1rem !important;
}
.mr-4,
.mx-4
{
    margin-right: 1.5rem !important;
}

.table {
    width: 100%;
    max-width: 100%;
    background-color: #fdf6ec;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px;
    line-height: 1.42857143;
    vertical-align: top;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.font-orange {
    color: #ff6600;
}

.font-black {
    color: #000000;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media (max-width: 768px){
    body{
        background: #fff;
        font-size: 14px;
        font-weight: normal;
        color: #888;
        margin: 0;
    }

    .table {
        border-collapse: collapse !important
    }

    .table th {
        font-size: 1.8rem;
        padding: 6px!important;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
        display: initial;
    }

    .table td {
        font-size: 1.4rem;
        padding: 6px!important;
        display: initial;
        line-height: 2!important;
        vertical-align: initial!important;
    }

    .table tr {
        display: block;
        margin: 12px 3px;
    }

    .parking_bg{
        height: 100%;
    }

    .parking_title {
        width: 100%;
    }

    .parking_dom {
        height: 60px;
    }

    .parking_dom img {
        margin-bottom: 4px;
        max-width: 80px;
    }

    .parking_dom p {
        color: #ff6600;
        display: block;
        font-size: 24px;
        margin: 5px 0;
    }

    .parking_dom h2 {
        color: #000000;
        margin: 6px 0 0 0;
        font-size: 24px;
    }

    .parking_sub {
        width: 100%;
    }

    .parking_box {
        padding: 0 0 10px 0;
    }

    .parking_box li {
        /*width: 140px;*/
        margin: 10px 0;
    }

    .parking_box li span {
        float: left;
        width: 46%;
        display: contents;
    }

    .parking_boxmail {
        display: table-cell;
        height: 60px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 10px;
    }

    .parking_boxmail_inline {
        display: block;
    }

    .parking_boxqrcode {
        display: table-row;
    }

    .parking_boxqrcode p {
        display: block;
    }

    .parking_link {
        background-color: #fbfcfd;
        border-top: 1px #f1f1f1 solid;
        padding: 8px 0;
        line-height: 26px;
    }

    .parking_link span {
        display: block;
        text-align: center;
    }

    .parking_link p {
        display: block;
        text-align: center;
        margin: 5px 0;
    }
}