.box-fluid {
    width: 1180px;
    margin: 0 auto
}

/*.clearfix {*/
/*    content: "";*/
/*    overflow: hidden;*/
/*    clear: both;*/
/*    height: 0;*/
/*    width: 100%*/
/*}*/

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.visible-mobile {
    display: none
}

.visible-pc {
    display: block
}

.curser-pointer {
    cursor: pointer !important
}

.part-block-xs {
    margin-bottom: 10px
}

.part-block-sm {
    margin-bottom: 30px
}

.part-block-md {
    margin-bottom: 70px
}

.part-block-lg {
    margin-bottom: 90px
}

.part-title {
    text-align: center
}

.part-title.title-bg {
    background-size: auto 46px;
    background-position: center top;
    background-repeat: no-repeat
}

.part-title.title-m-b-sm {
    margin-bottom: 30px
}

.part-title h2 {
    padding-top: 5px;
    font-size: 32px;
    color: #172b4d
}

.part-title h4 {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(168, 172, 185, 0.7)
}

.part-title h4 a {
    color: #0076eb
}

.part-list-four {
    overflow: hidden
}

.part-list-four li {
    float: left;
    width: 25%
}

.m-b-xs {
    margin-bottom: 10px !important
}

.m-b-sm {
    margin-bottom: 30px !important
}

.m-b-md {
    margin-bottom: 50px !important
}

input[type=text] {
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

input[type=text]:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(102, 175, 233, 0.6);
    border-color: #66afe9 !important;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.btn {
    display: inline-block;
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.btn.btn-small {
    width: 80px;
    height: 30px;
    line-height: 30px
}

.btn.btn-center {
    display: block;
    margin: 40px auto
}

.btn-white-reserver {
    border: 1px solid #fff;
    color: #fff
}

.btn-white-reserver:hover {
    border: 1px solid #fff;
    color: #fff
}

.btn-blue {
    background: #006edb;
    border: 1px solid #006edb;
    color: #fff
}

.btn-blue:hover {
    background: rgba(0, 110, 219, 0.8);
    border: 1px solid rgba(0, 110, 219, 0.8);
    color: #fff
}

.bg-gray {
    background-color: #f7f9fa
}

.paging li {
    float: left;
    margin-left: 5px;
    font-size: 13px;
    text-align: center
}

.paging li .iconfont {
    color: #666;
    font-size: 12px
}

.paging li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #e7e9ea;
    color: #172b4d;
    -webkit-box-shadow: 0 1px 3px 0 rgba(34, 58, 156, 0.07);
    -moz-box-shadow: 0 1px 3px 0 rgba(34, 58, 156, 0.07);
    box-shadow: 0 1px 3px 0 rgba(34, 58, 156, 0.07);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.paging li.active a, .paging li:hover a {
    background-color: #e5f2ff;
    border: 1px solid #006edb;
    color: #006edb;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05)
}

@media screen and (max-width: 1200px) {
    .box-fluid {
        width: 100%;
        margin: 0
    }

    .visible-mobile {
        display: block
    }

    .visible-pc {
        display: none
    }

    .part-block-lg {
        margin-bottom: 60px
    }

    .part-list-four li {
        width: 50%
    }
}

@media screen and (max-width: 768px) {
    .part-block-md {
        margin-bottom: 40px
    }

    .part-title h4 {
        font-size: 16px
    }
}