* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #646969;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 0
}

b, strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.img-fluid {
    width: 100%;
    height: auto
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1500px) {
    .container {
        max-width: 1460px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col-1, .col-a, .col-c, .col-10, .col-11, .col-12, .col-2, .col-b, col-4b, .col-4by, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-db {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-c {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-db {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (max-width:991px) {
    .col-1 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-a {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-b {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-4b {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-11 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-a {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-b {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .col-4b {
        -ms-flex: 0 0 77.5%;
        flex: 0 0 77.5%;
        max-width: 77.5%
    }
    .col-4by {
        -ms-flex: 0 0 2.5%;
        flex: 0 0 2.5%;
        max-width: 2.5%
    }
    .col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d
    }

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ff4500;
    border: 1px solid #646969;
    border-radius: .25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0,0,0,.9)
        }


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255,255,255,.5)
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.rounded-circle {
    border-radius: 50% !important;
    border:1px solid #cccccc;
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

/*------------------------------------------------------------------
    ÂÖ²¥´óÍ¼
-------------------------------------------------------------------*/

#slides {
    position: relative;
}

    #slides .slides-container {
        display: none;
    }

    #slides .scrollable {
        *zoom: 1;
        position: relative;
        top: 0;
        left: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%;
    }

        #slides .scrollable:after {
            content: "";
            display: table;
            clear: both;
        }

.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 56%;
    width: 100%;
}

    .slides-navigation a {
        position: absolute;
        display: block;
    }

        .slides-navigation a.prev {
            left: 0;
        }

        .slides-navigation a.next {
            right: 0;
        }

.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 0;
    text-align: center;
    width: 100%;
}

    .slides-pagination a {
        border: 2px solid #222;
        border-radius: 15px;
        width: 10px;
        height: 10px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
        margin: 2px;
        overflow: hidden;
        text-indent: -100%;
    }

        .slides-pagination a.current {
            background: #222;
        }

.cover-slides {
    height: 700px;
}

.slides-navigation a {
    background: #2894ff;
    position: absolute;
    height: 70px;
    width: 70px;
    top: calc(50% - 35px);
    font-size: 40px;
    display: block;
    color: #fff;
    line-height: 70px;
    text-align: center;
    transition: all .3s ease-in-out;
}

    .slides-navigation a:hover {
        background: #ff4500;
        color: #fff;
    }

.cover-slides .container {
    height: 100%;
    position: relative;
    z-index: 2;
}

    .cover-slides .container > .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cover-slides .container > .row {
        height: 100%;
    }

#slides .backhs {
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(40,148,255,0.4);
    padding: 10% 0;
}

    #slides .backhs h1 {
        font-size: 60px;
        font-family: "Microsoft JhengHei", »ªÎÄÏ¸ºÚ, STHeiti, Helvetica, Arial,'Athiti', sans-serif, MingLiu, 'Arbutus Slab', "Microsoft YaHei",Î¢ÈíÑÅºÚ,serif;
        line-height: 2;
        margin-bottom: 50px;
        color: #ffffff;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .cover-slides {
        height: 578px;
    }
}

@media (max-width: 767px) {
    .cover-slides {
        height: 336px;
    }

    .backhs {
        display: none
    }
}

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #666666;
    font-size: 15px;
    font-family: Helvetica, Arial,'Athiti', sans-serif;
    line-height: 1.80857;
}
.bgy{
    background:#f5f5f5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px;
    font-weight:600;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
button:focus{
	outline: none;
}

.form-control::-moz-placeholder {
    color: #2a2a2a;
    opacity: 1;
}
.tzjl{
    line-height:1px;
    width:100%;
    margin-top:-61px;
}

/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/
.top-navbar {
    position: relative;
    z-index: 10;
}
    .top-navbar .navbar {
        padding: 15px 0px;
        position: fixed;
        width: 100%;
        transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 100;
        border-bottom: 1px solid #cccccc;
    }
    .top-navbar .navbar-light .navbar-nav .nav-item {
        padding: 0px 5px;
    }
.top-navbar .navbar-light .navbar-nav .nav-link{
	color: #646969;
    height:55px;
	font-size: 18px;
	padding: 7px 20px;
	border-radius: 5px;
}
    .top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover {
        background: #2894ff;
        color: #ffffff;
    }
.top-navbar .navbar-light .navbar-nav .nav-item.active .nav-link{
	background: #ff4500;
	color: #ffffff;
	border-radius: 5px;
}
.fh {
    width: 40px;
    line-height: 20px;
    text-align: center;
}
.fs {
    width: 50px;
    line-height: 20px;
    text-align: center;
}
.fb {
    width: 20px;
    line-height: 20px;
    text-align: center;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	border: none;
	 box-shadow: 2px 5px 6px rgba(0,0,0,0.5);
}

    .navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:hover {
        background: #2894ff;
        color: #ffffff;
    }
.navbar-light .navbar-toggler:hover {
    background: #2894ff;
}

/*------------------------------------------------------------------
    Slider
-------------------------------------------------------------------*/
.topkb {
    width: 100%;
    height: 86px
}
.martopkb {
    width: 100%;
    height: 1px;
    margin-bottom:-86px;
}
.btnc {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #cccccc;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', serif, NSimSun, FangSong_GB2312,FangSong, SimSun;
    line-height: 1.5;
    border-radius: 0;
    letter-spacing: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #646969;
    background-color: #ffffff;
    background-image: none;
}
.bhnc {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #cccccc;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', serif, NSimSun, FangSong_GB2312,FangSong, SimSun;
    line-height: 1.5;
    border-radius: 0;
    letter-spacing: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #646969;
    background-color: #ffffff;
    background-image: none;
}
.btsp {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #eeeeee;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 15px;
    font-family: "Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', "Microsoft YaHei",Î¢ÈíÑÅºÚ,serif;
    line-height: 1.5;
    border-radius: 0;
    letter-spacing: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #646969;
    background-color: #ffffff;
    background-image: none;
}
    .btnc:hover, .btsp:hover, .bhnc:hover {
        color: #ffffff;
        background-color: #2894ff;
        border-color: #2894ff;
    }
.btn{
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid #2894ff;
	padding: 12px 30px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: .1875rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btnsb {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    line-height: 1.5;
    border-radius: .1875rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-outline-new-white {
    color: #ffffff;
    background-color: #2894ff;
    background-image: none;
    border-color: #2894ff;
}
    .btn-outline-new-white:hover {
        color: #ffffff;
        background-color: #ff4500;
        border-color: #ff4500;
    }

.overlay-background {
    background: #333;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	opacity: 0.4;
}

.cover-slides h1 {
    font-family: 'Arbutus Slab', serif;
    font-weight: 500;
    font-size: 64px;
    color: #fff;
}
.sb h1 {
    font-family: 'Arbutus Slab', serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    color: #2894ff;
    -webkit-text-shadow: #fff 3px 0 0,#fff 0 3px 0, #fff -3px 0 0,#fff 0 -3px 0;
    -moz-text-shadow: #fff 3px 0 0,#fff 0 3px 0,#fff -3px 0 0,#fff 0 -3px 0;
    text-shadow: #fff 3px 0 0,#fff 0 3px 0,#fff -3px 0 0,#fff 0 -3px 0;
    *filter: Glow(Color=#fff, Strength=3);
}
.cover-slides p{
	font-size: 18px;
	color: #fff;
}
.slides-pagination a{
	border: 2px solid #ffffff;
}
.slides-pagination a.current{
	background: #2894ff;
	border: 2px solid #2894ff;
}

/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/
.about-section-box {
    padding: 70px 0px;
}
.about-section-box .img-fluid{
	box-shadow: -10px -10px 0px #2894ff;
}
.footer-area .img-fluid {
    width: 90%;
    margin-top:20px;
}
.inner-column{}
.inner-column h1{
	font-family: 'Arbutus Slab', serif;
	font-size: 30px;
	color: #010101;
}
.inner-column h1 span{
	color: #2894ff;
}
    .inner-column h4 {
        font-size: 30px;
        font-weight: 600;
        text-indent: 1.26em;
        color: #1f76b5;
    }
    .inner-column h5 {
        font-size: 26px;
        font-weight: 600;
        color: #1f76b5;
        padding: 0px 0 40px 0;
    }
    .inner-column p {
        font-size: 18px;
        text-indent: 2em;
        margin-bottom: 0.8rem
    }
   .btn-outline-new-red {
        color: #2894ff;
        background-color: #ffffff;
        background-image: none;
        border-color: #2894ff;
    }

     .btn-outline-new-red:hover {
            color: #ffffff;
            background-color: #ff4500;
            border-color: #ff4500;
        }
/*------------------------------------------------------------------
    QT
-------------------------------------------------------------------*/


.qt-background {
    background: url(/img/tb/mybj.jpg) no-repeat;
    background-size: 100% auto;
    padding: 100px 100px 100px 100px;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}
    .qt-background p {
        font-size: 30px;
        font-weight:500;
        line-height: 45px;
        color: #fff;
        font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', serif;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .qt-background span {
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        line-height: 35px;
        color: #fff;
        letter-spacing: 2px;
        font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', serif;
    }
    .qt-background h2 {
        color: #fff;
        font-size: 22px;
        font-weight: 300;
        line-height: 40px;
        color: #fff;
        letter-spacing: 2px;
        font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', serif;
    }
/*------------------------------------------------------------------
    Menu
-------------------------------------------------------------------*/

.menu-box{
	padding: 0px 0px;
}
.xiao-title {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #010101;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align:center;
    color:rgb(6, 18, 85, 1.0);
}
            .heading-title {
                color: #010101;
                font-size: 40px;
                letter-spacing: 1px;
                font-weight: 600;
                text-align: center;
                margin-top: 40px;
                font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', serif;
            }
            .heading-title h3 {
                color: #646969;
                font-size: 30px;
                letter-spacing: 1px;
                font-weight: 600;
                font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', serif;
            }
.heading-title p {
    font-size: 20px;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 40px;
}
    .heading-title a {
        font-size: 18px;
        font-weight: 200;
        margin: 0px;
        letter-spacing: 3px;
    }
.hone-title {
    color: #010101;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
    font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', serif;
}
.htwo-title {
    color: #646969;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', serif;
}
.p-title {
    font-size: 20px;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
}
    .titleline{
        width:150px;
        margin-left:calc(50% - 75px);
        margin-top£º10px;
        margin-bottom:10px;
    }
    .linefirst {
        width: 70px;
        height: 4px;
        background-color: #2894ff;
        float:left;
    }

.linesecond {
    height: 4px;
    width: 70px;
    background-color: #ff4500;
    float: right;
}

.filter-button-group {
    margin: 8px 13px;
    display: inline-block;
}

.filter-button-group button {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    background: #646969;
    padding: 12px 40px;
    margin-bottom:5px;
    border: none;
    border-radius: 4px;
}

.filter-button-group button.active {
    background: #ff4500;
    color: #fff;
    box-shadow: 2px 20px 45px 5px rgba(0,0,0,.2);
}
    .filter-button-group button.submit {
        background: #2894ff;
        color: #fff;
        box-shadow: 2px 20px 45px 5px rgba(0,0,0,.2);
    }
.gallery-single{
	margin-top: 15px;
    margin-bottom:15px;
}

.gallery-single {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

.gallery-single img{
    width:100%;
}
.lingao {
    line-height: 0px;
}
.vilogo {
    position: relative;
}

    .vilogo img {
        display: block;
        width: 100%;
        height:100%;
        object-fit: cover;
        margin-bottom: 20px
    }
.why-text {
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    height: 100%;
    background: #2894ff;
    opacity: 0.85;
    padding: 50px 35px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: left;
}
.why-logo {
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    height: 100%;
    background: #646969;
    opacity: 1;
    padding: 0px 0px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.why-text h4{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Microsoft Yahei','Microsoft JhengHei',SimHei;
}
.why-text h14 {
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    font-weight: 300;
    color: #ffffff;
    font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', serif;
}
.why-text p{
    color: #fff;
    font-size: 15px;
    margin: 0px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.gallery-single:hover .why-text, .gallery-single:hover .why-logo {
    bottom: 0px;
}
.case-text {
    position: absolute;
    left: 0;
    bottom: -80px;
    right: 0;
    height: 60px;
    background: #2894ff;
    opacity: 0.85;
    padding: 10px 35px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: left;
}
.case-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Microsoft Yahei','Microsoft JhengHei',SimHei;
}
.gallery-single:hover .case-text {
    bottom: 20px;
}
/*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/

.gallery-box{
	padding: 20px 0px;
}
.tz-gallery{
	
}
    .tz-gallery .lightbox img {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        transition: 0.2s ease-in-out;
        box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    }
.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

/*------------------------------------------------------------------
    Customer Reviews
-------------------------------------------------------------------*/

.customer-reviews-box{
	padding: 70px 0px;
}

.carousel-item .img-box{
	width: 73%;
    margin-left:13.5%;
}
.carousel-item .img-box img{
    width: 100%;
}
.carousel-control-prev{
	left: -70px;
}
.carousel-control-next{
	right: -70px;
}
.carousel-indicators{
	top: 320px;
}

.text-warning{
	color: #2894ff !important;
	font-size: 24px;
}

@media (min-width: 320px) and (max-width: 640px) {
	.carousel-inner .carousel-item p{
		font-size: 14px;
	}
	.carousel-control-prev{
		left: -5px;
	}
	.carousel-control-next{
		right: -5px;
	}
 	.carousel-indicators{
		top: 400px;
	}
}

#reviews .carousel-control-prev {
    background: #2894ff;
    color: #ffffff;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    font-size: 28px;
    opacity: 1;
}
#reviews .carousel-control-prev:hover{
	background: #646969;
	color: #ffffff;
}

#reviews .carousel-control-next {
    background: #2894ff;
    color: #ffffff;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    font-size: 28px;
    opacity: 1;
}
#reviews .carousel-control-next:hover{
	background: #646969;
	color: #ffffff;
}


#sfbz .carousel-control-prev, #khjz .carousel-control-prev {
    background: #2894ff;
    color: #ffffff;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(100% + 5px);
    left: calc(50% - 55px);
    font-size: 28px;
    opacity: 1;
}

    #sfbz .carousel-control-prev:hover, #khjz .carousel-control-prev:hover {
        background: #646969;
        color: #ffffff;
    }

#sfbz .carousel-control-next, #khjz .carousel-control-next {
    background: #2894ff;
    color: #ffffff;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(100% + 5px);
    right: calc(50% - 80px);
    font-size: 28px;
    opacity: 1;
}

    #sfbz .carousel-control-next:hover, #khjz .carousel-control-next:hover {
        background: #646969;
        color: #ffffff;
    }
.sfbzjj{line-height:50px;height:50px}
/*------------------------------------------------------------------
    Contact info
-------------------------------------------------------------------*/
 .footer-box {
    margin-top: 20px;
    position: relative;
    display: block;
    border-top: 1px dashed rgba(255,255, 255,0.6);
    padding: 30px 0;
    z-index: 1;
}
 .footer-box img {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
}
.footer-box p {
    margin: 0px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}
 .footer-box .juzhong {
    margin: 9px 0px 0 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}
.contact-imfo-box {
    background: #646969;
    padding: 30px 0;
}

.overflow-hidden {
    overflow: hidden;
}

.contact-imfo-box img{
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin-right: 20px;
}

.contact-imfo-box h4 {
    margin: 0px;
	color: #ffffff;
	font-size: 20px;
	padding: 0px;
	font-weight: 500;
	line-height: 20px;
}
.contact-imfo-box p {
    margin: 0px;
	color: #ffffff;
	font-weight: 300;
}

/*------------------------------------------------------------------
    Footer
-------------------------------------------------------------------*/

.footer-area{
	padding-top: 50px;
	padding-bottom: 0px;
}
.bg-f{
	background-image: url("/img/tb/footbj.jpg");
	background-attachment: scroll;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.bg-f::before {
    background: #010101;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	opacity: 0.8;
}

.footer-area .container{
	position: relative;
	z-index: 1;
}
.footer-area h3{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
	margin-bottom: 15px;
}
.footer-area p{
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	padding-bottom: 10px;
}

.footer-area p.lead{
	font-size: 18px;
	color: #ffffff;
}
    .footer-area p.lead a {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.8);
    }
.footer-area p.lead a:hover{
	color: #2894ff;
}
    .footer-area p a {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8);
    }
.footer-area p a:hover{
	color: #2894ff;
}

.subscribe_form {
    display: block;
    text-align: center;
    padding: 5px 0;
}

.subscribe_form .form_input {
    display: block;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    border: none;
    font-size: 19px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.subscribe_form .submit {
    background-color: #2894ff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 100%;
	border: none;
	cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit:hover{
	background: #010101;
}

.f-social {
    padding-bottom: 10px;
    margin: 0px;
    margin-top: 20px;
}
.f-social li a {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.9);
	margin-right: 10px;
}

.copyright{
	margin-top: 20px;
	position: relative;
	display: block;
	background-color: #010101;
	border-top: 1px dashed rgba(255,255, 255,0.6);
	padding: 30px 0;
	z-index: 1;
}

.copyright .company-name{
	font-size: 16px;
	text-align: center;
}
.copyright .company-name a{
	font-size: 16px;
}

/*------------------------------------------------------------------
    All Pages
-------------------------------------------------------------------*/

.page-cases {
    width: 100%;
    height: 0;
    padding-bottom: 85px;
    position: relative;
}
.all-page-title .container{
	position: relative;
	z-index: 2;
}
.all-page-title::before {
    background: #2894ff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.80;
}
.all-page-title h1 {
    font-size: 45px;
    color: #ffffff;
    font-family: NSimSun,FangSong,SimSun;
    padding: 0px;
}

.inner-pt{
	margin-top: 30px;
}
.inner-pt p{
	font-size: 18px;
}

.stuff-box{
	padding: 20px 0px;
}

.our-team{
    border: 1px solid #2894ff;
    border-radius: 0px;
    text-align: center;
    margin:10px 0;
    z-index: 1;
    position: relative;
}
.our-viewpoint {
    border: 1px solid #2894ff;
    border-radius: 0px;
    text-align: center;
    margin: 10px;
    margin-bottom: 40px;
    z-index: 1;
    position: relative;
}
.our-team:before,
.our-team:after {
    content: "";
    width: 100%;
    height: calc(100% + 4px);
    background: #2894ff;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.25);
    transition: all 0.3s ease 0s;
}
.our-team:after {
    width: calc(100% + 4px);
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0.35);
}
.our-team:hover:before {
    transform: translateY(-50%) scaleX(0.7);
    background: #ff4500;
}
.our-team:hover:after {
    transform: translate(-50%, -50%) scaleY(0.6);
    background: #ff4500;
}
.our-team img, .our-viewpoint img{
    width: 100%;
    height: auto;
    border-radius: 0px;
    transition: all 0.3s ease 0s;
}
.our-team .team-content, .our-viewpoint .team-content {
    width: 93%;
    padding:10px 0 10px;
    background: #2894ff;
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
}
.our-team:hover .team-content, .our-viewpoint:hover .team-content {
    bottom: 10px;
    opacity: 1;
}
.our-team .title, .our-viewpoint .title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin: 0;
}
.our-team p, .our-viewpoint p {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align:left;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left:15px;
    margin-right:15px;
    letter-spacing: 1px;
}
.our-team .post, .our-viewpoint .post {
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.our-team .social{
    padding: 0;
    margin: 0;
    margin-bottom:20px;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin: 0 5px;
}
.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #2894ff;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    background: #ffffff;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
    color: #2894ff;
}
    .our-team .social li a img{
        width: 100%;
        height: 100%;
        margin:0;
        margin-top:-3px;
        padding:0
    }
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


.reservation-box{
	padding: 70px 0px;
}

.reservation-box h3{
	padding: 0px 15px;
	margin-bottom: 20px;
	font-weight: 600;
}

.help-block ul li{
	color: red;
}

.form-control[readonly]{
	background-color: #ffffff;
}

.form-control{
	border-radius: 0px;
	min-height: 50px;
}
.form-control:focus{
	border: 1px solid #2894ff;
	box-shadow: none;
}

.form-group .picker__input.picker__input--active{
	border-color: #2894ff;
}

.submit-button{
	margin-top: 20px;
}
.btn.btn-common{
	color: #2894ff;
	background-color: transparent;
	background-image: none;
	border-color: #cfa671;
}
.btn.btn-common:hover{
	color: #ffffff;
	background-color: #cfa671;
	border-color: #cfa671;
}
.blog-box{
	padding: 20px 0px;
}
.blog-box-inner{
	position: relative;
	margin-bottom: 30px;
}

    .blog-box-inner .blog-img-box {
        position: relative;
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
    }
        .blog-box-inner .blog-img-box img {
            width: 100%;
            height: 100%;
            position: absolute;
        }

    .blog-box-inner .blog-detail {
        position: absolute;
        top: 0;
        background: rgba(255, 255, 255, 0.0);
        border: 1px solid #ddd;
        transition-duration: .5s;
        width: 100%;
        height: 0;
        padding-bottom: 56.2%;
        overflow: hidden;
    }
        .blog-box-inner .blog-detail:hover {
            background: rgba(40, 148, 255, 0.7);
        }
.blog-wa{
    padding-top:10px;
    padding-bottom:20px;
}
.blog-wa h4 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #808080;
    font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', serif;
}

.blog-wa h5 {
    font-size: 16px;
    font-weight: 300;
    color: #222222;
    font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', serif;
    padding-bottom:30px;
}
.blog-wa p {
    padding: 5px 0px 0 0;
	margin: 0px;
}

.blog-wa a{
	color: #646969;
	margin-top: 20px;
}

.blog-inner-box {
    position: relative;
    margin: 0px 10px;
    margin-bottom: 100px;
}
.side-blog-img {
    box-shadow: -2px -2px 0px 0px rgba(0,0,0,0.4);
    -webkit-transition: all 1s ease 0.01s;
    transition: all 1s ease 0.01s;
    position: relative;
}

.date-blog-up {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #cfa671;
    font-size: 18px;
    color: #ffffff;
    padding: 5px 15px 5px 5px;
}
.inner-blog-detail {
    background: #ffffff;
    position: relative;
    padding: 0px 20px;
}
    .inner-blog-detail h2 {
        font-size: 24px;
        font-weight: 600;
        color:#2894ff;
        padding-bottom: 15px;
        font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', serif;
    }
    .inner-blog-detail h3 {
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 15px;
        font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', serif;
    }
.inner-blog-detail ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #222222;
}
.inner-blog-detail ul li span {
    color: #cfa671;
}
.inner-blog-detail p {
    padding: 10px 0px;
}
.details-page blockquote {
    border-left: 5px solid #cfa671;
}
.details-page blockquote {
    padding: 20px;
}
blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}
.blog-inner-details-line {
    margin: 20px 0px;
    clear: both;
    float: left;
    width: 100%;
}
.line-left-social h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.line-left-social ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.line-right-social ul li {
    display: inline-block;
}
.line-right-social ul li a {
    display: block;
    padding: 5px;
    background: #f5f5f5;
    border-radius: 6px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
}
.line-left-social ul li a {
    display: block;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
}
.line-left-social ul li a:hover {
    background: #cfa671;
    color: #ffffff;
}
.line-right-social ul li a:hover {
    background: #cfa671;
    color: #ffffff;
}
.line-right-social h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.blog-comment-box {
    clear: both;
    margin: 20px 0px;
    float: left;
    width: 100%;
}
.blog-comment-box h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}
.comment-item {
    margin-bottom: 30px;
}
.comment-item-left {
    float: left;
    width: 90px;
    height: 90px;
}
.comment-item-left img {
    width: 100%;
    border-radius: 6px;
}
.comment-item-right {
    padding-left: 110px;
}
.comment-item-right a {
    font-size: 16px;
    font-weight: 500;
}
.des-l {
    display: inline-block;
    width: 100%;
}
.des-l p {
    font-size: 13px;
}
.comment-item-right a {
    font-size: 16px;
    font-weight: 500;
}
.right-btn-re {
    float: right;
    font-style: italic;
    text-align: right;
    font-size: 16px;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 6px;
}
.right-btn-re:hover {
    background: #cfa671;
    color: #ffffff !important;
}
.comment-respond-box {
    clear: both;
}
.blog-comment-box .children {
    margin-left: 70px;
}
.comment-item {
    margin-bottom: 30px;
}
.comment-item-right i {
    padding-right: 10px;
}

.comment-form-respond input {
    min-height: 38px;
    border: 1px solid #010101;
    border-radius: 0px;
    padding: 10px;
}
.comment-form-respond textarea {
    border: 1px solid #010101;
    border-radius: 0px;
    padding: 10px;
    min-height: 110px;
}

.btn-submit{
	color: #2894ff;
	background-color: transparent;
	background-image: none;
	border-color: #cfa671;
}
.btn-submit:hover{
	color: #ffffff;
	background-color: #cfa671;
	border-color: #cfa671;
}

.right-side-blog h3 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
}
.blog-search-form {
    position: relative;
    border-bottom: 1px solid #010101;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.blog-search-form input {
    width: 100%;
    min-height: 40px;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 5px 40px 5px 10px;
    font-size: 15px;
    color: #222222;
}
.blog-search-form .search-btn {
    position: absolute;
    right: 0px;
    background: none;
    border: none;
    font-size: 20px;
    min-height: 40px;
    padding: 0px 15px;
}

.right-side-blog h3 {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px;
}
.blog-categories {
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.blog-categories ul li {
    line-height: 14px;
    padding: 10px 0px;
    border-top: 1px solid #f5f5f5;
}
.blog-categories ul li a {
    display: inline-block;
    text-transform: capitalize;
    width: 100%;
}
.blog-categories ul li a:hover{
	color: #cfa671;
}
.recent-box-blog {
    margin-bottom: 20px;
	display: inline-block;
}
.recent-img {
    float: left;
    position: relative;
}
.recent-img::before {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cfa671;
    opacity: 0.4;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.recent-box-blog:hover .recent-img::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.recent-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
.recent-info ul li {
    display: inline-block;
    font-size: 11px;
    padding: 0px;
    color: #222222;
}
.recent-info h4 {
    font-size: 14px;
    padding: 0px;
    margin: 11px 0px;
    font-weight: 500;
}
.blog-tag-box ul li {
    display: inline-block;
    margin-bottom: 3px;
}
.blog-tag-box ul li a {
    padding: 5px 15px;
    display: block;
    background: #f5f5f5;
    color: #222222;
    border-radius: 6px;
}
.blog-tag-box ul li a:hover {
    color: #ffffff;
    background: #cfa671;
}


.contact-box{
	padding: 70px 0px;
}

.map-full {
    width: 100%;
    height: 500px;
    border-radius: 0px;
    margin: 0px auto;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #2894ff;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
	font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1180px) {
    .footer-area h3 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .top-navbar .navbar-light .navbar-nav .nav-link {
        height: 35px;
    }

    .fh, .fb, .fs {
        width: 100px;
    }
}
    @media (min-width: 768px) and (max-width: 991px) {
        .navbar-light .navbar-brand {
            margin-left: 15px;
        }

        .navbar-light .navbar-toggler {
            margin-right: 15px;
            border-radius: 0px;
        }

        .navbar-expand-lg .navbar-nav .dropdown-menu {
            box-shadow: none;
        }

        .carousel-control-prev {
            left: -60px;
        }

        .carousel-control-next {
            right: -60px;
        }

        .why-text h4 {
            font-size: 18px;
        }

        .why-text p {
            margin: 0px;
        }
    }

    @media (min-width: 768px) {
        .shouji {
            display: none
        }
    }
    /* mobile or only mobile */
    @media (max-width: 767px) {
        .diannao {
            display: none
        }

        .navbar-light .navbar-brand {
            margin-left: 15px;
        }

        .navbar-light .navbar-toggler {
            margin-right: 15px;
            border-radius: 0px;
        }

        .navbar-expand-lg .navbar-nav .dropdown-menu {
            box-shadow: none;
        }

        .cover-slides h1 {
            font-size: 22px;
        }

        .cover-slides p {
            font-size: 14px;
        }

        .slides-navigation a {
            height: 42px;
            width: 38px;
            line-height: 33px;
        }

        .inner-column {
            margin-top: 15px;
        }

            .inner-column h1 {
                font-size: 22px;
            }

        .filter-button-group {
            margin: 10px 0px;
        }

        .contact-imfo-box .col-md-4 {
            margin-bottom: 15px;
        }

        .carousel-control-prev {
            left: 0px;
        }

        .carousel-control-next {
            right: 0px;
        }

        .blog-box-inner .blog-detail {
            overflow: hidden;
        }

        .blog-sidebar {
            margin-top: 50px;
        }
    }

    @media only screen and (min-width: 280px) and (max-width: 599px) {

        .why-text p {
            margin-bottom: 0px;
            margin-top: 0px;
        }
    }

    .paginator {
        font: 14px Arial, Helvetica, sans-serif;
        padding: 15px 25px 15px 0;
        margin: 0px;
    }

        .paginator a {
            border: solid 1px #646969;
            color: #646969;
            cursor: pointer;
            text-decoration: none;
        }

            .paginator a:visited {
                padding: 1px 6px;
                border: solid 1px #2894ff;
                background: #fff;
                text-decoration: none;
            }

        .paginator .cpb {
            border: 1px solid #646969;
            font-weight: 700;
            color: #fff;
            background-color: #646969;
        }

        .paginator a:hover {
            border: solid 1px #2894ff;
            color: #2894ff;
            text-decoration: none;
        }

        .paginator a, .paginator a:visited, .paginator .cpb, .paginator a:hover {
            height: 16px;
            line-height: 16px;
            min-width: 10px;
            _width: 10px;
            margin-right: 5px;
            text-align: center;
            white-space: nowrap;
            font-size: 14px;
            font-family: Arial,SimSun;
            padding: 3px 6px;
        }

        .dt img{
            width:100%;
            margin-top:10px;
            margin-bottom:10px;
        }
    /*------------------------------------------------------------------
   ÓÒ²à¿Í·þ
-------------------------------------------------------------------*/

    #kefu {
        width: 161px;
        height: 230px;
        position: fixed;
        top: 540px;
        right: 10px;
        z-index: 1000;
    }

    li {
        list-style: none;
    }

    #kefu li {
        width: 161px;
        height: 60px;
    }

        #kefu li .hang {
            width: 161px;
            display: none;
        }

        #kefu li img {
            float: right;
        }

            #kefu li img .tbx {
                width: 47px;
                height: 49px;
            }

            #kefu li img .tbd {
                width: 57px;
                height: 49px;
            }

            #kefu li img .tbc {
                width: 161px;
                height: 49px;
            }

        #kefu li a {
            height: 49px;
            float: right;
            display: block;
            min-width: 47px;
            max-width: 161px;
        }

            #kefu li a .shows {
                display: block;
            }

            #kefu li a .hides {
                margin-right: -143px;
                cursor: pointer;
            }

            #kefu li a.weixin_area .hides {
                display: none;
                position: absolute;
                right: 143px;
            }

            #kefu li a.weixin_area .weixin {
                display: none;
                position: absolute;
                right: 0;
                top: 48px;
                width: 145px;
                margin: -100px 57px 0 0;
                border: 3px solid #2894ff;
                padding: 5px;
            }

        #kefu li .p2 {
            width: 112px;
            background-color: #808080;
            height: 47px;
            margin-left: 47px;
            border: 1px solid #2cabf9;
            text-align: center;
            line-height: 47px
        }

            #kefu li .p2 span {
                color: #FFF;
                font-size: 13px
            }

        #kefu li .p3 {
            width: 112px;
            background-color: #a3a3a3;
            height: 47px;
            margin-left: 47px;
            border: 1px solid #2cabf9;
            text-align: center;
            line-height: 47px
        }

            #kefu li .p3 span {
                color: #FFF;
                font-size: 12px
            }

        #kefu li .p1 {
            width: 47px;
            height: 49px;
            float: left
        }

    #kefu a:hover {
        text-decoration: none
    }

    @media (max-width: 1250px) {
        #kefu {
            display: none;
        }
    }

    .special-grid {
        margin-left: 1px;
        margin-right: 1px
    }
    .mts{
        padding-top:40px;
    }
.mto {
    padding-top: 10px;
}
.mtbo {
    padding-top: 0px;
}
    .mlr{
        margin-left:10px;
        margin-right:10px;
    }
.zj-box{padding-top:0px}

    .zj-box .row, .zj-box .col-b, .col-4b, .col-4by, .zj-box .col-3, .zj-box .col-4 {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 0;
        margin-left: 0;
        margin-right: -1px;
        margin-top: -1px;
        margin-bottom: 0;
    }

.tpzj {
    width: 100%;
    position: relative;
    text-align: center;
    border-top: none;
    border: 1px solid #d3d3d3;
    padding-bottom: 30px;
    padding-top: 30px;
}
    .tpzj h2 {
        font-size: 22px;
        font-family: »ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei", serif;
        font-weight: 600;
        text-align: center;
    }
    .tpzj p {
        font-size: 16px;
        font-weight: 200;
        text-align: center;
        margin-top:30px;
        margin-bottom:30px;
    }
    .tpzj .jjs{
        line-height:9px;
        height:9px;
    }
    .tpzj .btnc {
        text-transform: uppercase;
        display: inline-block;
        font-weight: 200;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #2894ff;
        width: 45%;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 13px;
        font-family: NSimSun, FangSong_GB2312,FangSong, SimSun;
        line-height: 1.5;
        border-radius: 5px;
        letter-spacing: 0;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        color: #2894ff;
        background-color: #ffffff;
        background-image: none;
    }

        .tpzj .btnc:hover {
            color: #ffffff;
            background-color: #2894ff;
            border-color: #2894ff;
        }
.jzjz {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
.bzpz{
    width:75%;
    margin-left:12.5%;
    margin-right:12.5%;
}
.bzjz, .bzjzfj {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.dzpz {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
.lzjz {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}
.szjz{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}
.szjzfj {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom:10px;
}
    .lzjz img, .bzjz img, .szjz img, .jzjz img {
        width: 100%;
        border-radius: 50%;
        margin-bottom: 30px;
    }
.bzjzfj img, .szjzfj img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 0px;
}
    .dzpz img {
        width: 100%;
    }
.kuright {
    width: 62%;
    float: right;
    margin-right:3%;
}
.kuleft{
    width:27%;
    margin-right:5%;
    margin-left:3%;
}
.kuleft img{
    width:100%;
}
.kuright h3{padding-bottom:20px;}

.cz {
    line-height: 30px;
    font-size: 18px;
    text-indent: 2em;
    margin-bottom: 15px;
    font-weight: 600
}

.xz {
    line-height: 30px;
    padding-right: 10px;
    margin-bottom: 5px;
    padding-left: 12px;
    font-size: 18px;
    text-indent: 2em;
}

.hz {
    line-height: 40px;
    padding-left: 12px;
    font-size: 20px;
    color: #2cabf9;
    margin-top: 20px
}

.bja {
    padding: 8px 0px;
    background-color: #fafafa;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

.bjb {
    padding: 10px 10px 15px 10px;
    background-color: #fafafa;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

.bjc {
    padding: 8px 0px;
    background-color: #fcfcfc;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.tabicon {
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    display: inline-block;
    background-image: url(/img/tb/iconbg.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

    .tabicon .h3sb {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 40px;
        font-weight: 700;
        color: #2cabf9;
        font-style: oblique;
        margin-left: -8px;
    }
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.hongx {
    line-height: 20px;
    width: 100%;
}
.home-main-2_box {
    min-height: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 0px dashed #a3a3a3;
    padding-left: 5%;
    padding-right: 5%;
}

    .home-main-2_box > .u-icon {
        width: 20%;
    }

        .home-main-2_box > .u-icon img {
            width: 100%;
        }

    .home-main-2_box .home-main-2_box_box {
        width: 72%;
        float: right;
        margin-left: 8%;
    }

    .home-main-2_box h1 {
        margin: 0;
        color: #fff;
        font-size: 26px;
        padding-bottom: 10px
    }

    .home-main-2_box p {
        font-size: 16px;
        color: #fff;
        margin: 0 0 10px 0
    }

    .home-main-2_box .h3sb {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 15px;
        font-weight: 700;
        color: #fff;
        font-style: oblique;
        text-align: right;
    }

        .home-main-2_box .h3sb span {
            font-size: 20px;
        }

.progress-bar {
    width: 50% !important;
    background-color: #2894ff !important;
    height: 2px !important;
}
.progress {
    height: 2px !important;
    background-color: #808080 !important;
}

.yuanbiao {
    text-align: center;
    position: relative;
    z-index: 1;
    height: 0;
    padding-top: 0;
    padding-bottom: 20px;
}
    .yuanbiao .shang {
        position: absolute;
        width: 60px;
        top: -10px;
        left: calc(50% - 30px)
    }
    .yuanbiao .xia {
        position: absolute;
        width: 60px;
        top: -30px;
        left: calc(50% - 30px)
    }

    .yuanbiao .shang img, .yuanbiao .xia img {
        width: 60px;
    }

.hidden {
    display: none;
}

/*------------------------------------------------------------------
   ¶à°æ¿éÄÚÈÝÇÐ»»
-------------------------------------------------------------------*/


#horizontalTab1 ul.resp-tabs-list, #horizontalTab2 ul.resp-tabs-list, #horizontalTab3 ul.resp-tabs-list {
    list-style: none;
}

div#horizontalTab, div#horizontalTab1, div#horizontalTab2, div#horizontalTab3 {
    background: none;
    display: block;
    width: 100%;
    margin: 0px;
}

#horizontalTab1 .resp-tab-item:first-child, #horizontalTab2 .resp-tab-item:first-child, #horizontalTab3 .resp-tab-item:first-child {
    border-left: none;
}

#horizontalTab1 .resp-tab-item, #horizontalTab2 .resp-tab-item, #horizontalTab3 .resp-tab-item {
    color: #808080;
    font-size: 16px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 15px;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #d6d9d9;
    list-style: none;
    float: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
}

    #horizontalTab1 .resp-tab-item:hover, #horizontalTab2 .resp-tab-item:hover, #horizontalTab3 .resp-tab-item:hover {
        background: #ffffff;
        text-shadow: none;
    }

#horizontalTab1 .resp-tab-active, #horizontalTab2 .resp-tab-active {
    background: #ffffff url("/img/tb/arrow.png") no-repeat center center;
    text-shadow: none;
}
#horizontalTab3 .resp-tab-active {
    background-image: url("/img/tb/arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#horizontalTab1 .resp-tab-item img {
    height: 65px;
    margin-top: 15px;
    margin-bottom: 10px;
}

#horizontalTab2 .resp-tab-item img {
    width: 110px;
    height: auto;
    margin-top: 18px;
    margin-bottom: 10px;
}
#horizontalTab3 .resp-tab-item img {
    width: 70%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
#horizontalTab1 ul.resp-tabs-list, #horizontalTab2 ul.resp-tabs-list, #horizontalTab3 ul.resp-tabs-list {
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 3px solid #808080;
}
#horizontalTab9 .resp-tab {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 200;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #cccccc;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: NSimSun, FangSong_GB2312,FangSong, SimSun;
    line-height: 1.5;
    border-radius: 0;
    letter-spacing: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #646969;
    background-color: #ffffff;
    background-image: none;
    font-size: 15px;
    width: 30px;
    height: auto;
    margin-left:10px;
    margin-right:10px;
    margin-top: 30px;
    margin-bottom: 10px;
}
#horizontalTab8 .resp-b {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 200;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #cccccc;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"MicrosoftJhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu,'Lato',sans-serif, NSimSun, FangSong_GB2312,FangSong, SimSun;
    line-height: 1.5;
    border-radius: 0;
    letter-spacing: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #646969;
    background-color: #ffffff;
    background-image: none;
    margin-bottom: 20px;
}
    #horizontalTab8 .resp-b:hover,  #horizontalTab8 .resp-tab-active .resp-b {
        color: #ffffff;
        background-color: #2894ff;
        border-color: #2894ff;
    }
    #horizontalTab9 .resp-tab:hover, #horizontalTab9 .resp-tab-active {
        color: #ffffff;
        background-color: #2894ff;
        border-color: #2894ff;
    }
#horizontalTab8 ul.resp-tabs-list {
    list-style: none;
    padding-bottom: 0px;
    border-bottom: 1px solid #808080;
}
.xiahuaxian {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #808080;
}
.resp-tab-content {
    display: none;
}

.resp-content-active {
    display: block;
}

.sb-info {
    border-bottom: 1px solid #eee;
}
.jc-title {
    margin: 0 10px 0 10px;
    padding: 10px 0 10px 0;
    position: relative;
    overflow: hidden;
    line-height: 1.8;
    border-top: 1px solid #eee;
    font: 600 17px "Microsoft YaHei",Î¢ÈíÑÅºÚ,"MicrosoftJhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu,'Lato',sans-serif;
}
.sb-title {
    margin: 0 10px 0 10px;
    padding: 10px 0 10px 0;
    position: relative;
    overflow: hidden;
    line-height: 1.8;
    border-top: 1px solid #eee;
    font: 400 17px "Microsoft YaHei",Î¢ÈíÑÅºÚ,"MicrosoftJhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu,'Lato',sans-serif;
}

    .sb-title img {
        width: 27px;
        height: 27px;
        vertical-align: middle;
        margin-right: 10px;
    }

.sb-text {
    margin: 0 0 0 0;
    padding-left: 50px;
    font: 300 14px "Microsoft YaHei",Î¢ÈíÑÅºÚ,"MicrosoftJhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu,'Lato',sans-serif;
    line-height: 1.8;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
}

.sb-block-active .sb-text {
    display: block;
}
.db-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #808080;
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: "Microsoft YaHei",Î¢ÈíÑÅºÚ,"Microsoft JhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu, 'Arbutus Slab', serif;
}
    .db-a a{
        color:#646969;
        font-size:15px;
        line-height:30px;
    }
    .pull-right {
        float: right !important;
        text-align: right;
        width: 40px;
    }

.pull-left {
    text-align: left !important;
    float: left;
    width: calc(100% - 40px);
}

.square {
    display: block;
    width: 27px;
    height: 27px;
    border: 1px solid #808080;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
}

    .square:hover {
        border: 1px solid #2894ff;
        color: #ff4500;
    }

.sb-text .fatp {
    width: 70%;
    margin-left: 15%;
    margin-bottom: 10px;
    margin-top: 20px;
}
.sb-text .tpic {
    width: 49%;
    margin-right: 0.5%;
    margin-left: 0%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.sb-text .bold {
    font-weight: 600;
}

#horizontalTab ul.resp-tabs-list {
    list-style: none;
    margin: 0em auto 0;
    background: #eee;
    border-bottom: 3px solid #808080;
}

#horizontalTab .resp-tab-item:first-child {
    border-left: none;
}

#horizontalTab .resp-tab-item {
    color: #808080;
    font-size: 16px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 120px;
    border: 1px solid #fff;
    margin: 0;
    display: inline-block;
    text-align: center;
    list-style: none;
    float: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
}

    #horizontalTab .resp-tab-item:hover {
        background: #a3a3a3;
        color: #fff;
        text-shadow: none;
    }

#horizontalTab .resp-tab-active {
    background: #2894ff;
    text-shadow: none;
    color: #fff;
}

.qhbg{background:#eeeeee;}

/*------------------------------------------------------------------
   ÁªÏµÎÒÃÇ
-------------------------------------------------------------------*/

.form-control {
    display: block;
    width: calc(100% - 70px);
    height: 41px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 2.428571;
    color: #555;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    float:right;
}
.lybt{
    font-size:17px;
    line-height:17px;
    padding-top:12px;
    padding-bottom:12px;
}
.conbbtn {
    line-height: 40px;
    height: 40px;
    width: 140px;
    color: #ffffff;
    background-color: #2894ff;
    font-size: 16px;
    font-weight: normal;
    font-family: Arial;
    border: 0px solid #ff4500;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

    .conbbtn:hover {
        background-color: #646969;
    }
.gallery-single .smlk {
    margin-left: 10px;
    margin-right:10px;
    margin-bottom:10px;
    margin-top:10px;
}
.gallery-single .smlk img{
    width: 100%;
}
.hldt {
    width: 100%;
    margin: 0;
    padding: 0;
    display:block;
}