﻿/*!
 * app.css for master
 * Author wzcoder.com
 * @Copyright 2005-2021 wzcoder.com (http://www.wzcoder.com)
 * @version 1.0
 * @date 2021-03-05-1:59 PM
 */

/*--------------------------------------------------------------
# 加载组件样式
--------------------------------------------------------------*/
@import "navbar.css";
@import "hero1.css";
@import "footer1.css";

/*--------------------------------------------------------------
# App通用
--------------------------------------------------------------*/
.btn-def {
    border: 1px solid var(--focus-color);
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
}

.with-bg {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.with-bg:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hide-block {
    position: relative;
    z-index: 500;
    padding-top: 160px;
    bottom: 2px;
    margin-top: -165px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #FFFFFF));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 70%);
    padding-bottom: 26px;
}

.banner-inner {
    margin-top: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 410px;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 768px) {
    .banner-inner {
        margin-top: 51px;
        min-height: 200px;
    }
}

.banner-inner-wrapper {
    text-align: center;
}

.banner-inner-wrapper h3 {
    font-size: 42px;
    font-weight: 600;
    color: #FFFFFF;

}

.category-sidebar {
    padding: 20px;
    background-color: var(--focus-color);
    color: #FFFFFF;
}

.category-sidebar li {
    padding: 5px 0;
}

.category-sidebar a {
    font-size: 18px;
    color: #FFFFFF;
    display: block;
    padding: 5px 10px;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .category-sidebar {
        padding: 5px 20px;
    }

    .category-sidebar li {
        display: inline-block;
    }

    .category-sidebar li:not(:last-child) {
        margin-right: 10px;
    }
}

.category-sidebar .active a, .category-sidebar a:hover {
    color: var(--focus-color);
    background-color: #FFFFFF;
}

.article-lists .article-item {
    border-bottom: 1px dotted var(--border-color);
    padding: 5px 10px;
    transition: 0.3s ease-in-out;
}

.article-lists .article-item:hover {
    border-color: var(--focus-color);
}


.article-lists .article-item a {
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    transition: 0.3s ease-in-out;
}

.article-lists .article-item .date {
    min-width: 100px;
    font-size: 14px;
    color: var(--text-color-secondary);
}

.article-lists .article-item:hover a {
    color: var(--focus-color);
}

.article .article-header {
    margin-bottom: 1.5em;
}

.article .article-header .article-title {
    font-size: 22px;
    font-weight: 600;
}

.article .article-header .date {
    font-size: 1rem;
    color: var(--text-color-secondary);
}

.article .article-body img {
    max-width: 800px;
}


@media screen and (max-width: 768px) {
    .article .article-body img {
        max-width: 100%;
        height: auto;
    }
}

.article .article-footer {
    margin-top: 2em;
}

.feature-box .fe-img {
    position: relative;
}

.feature-box .fe-tit {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    width: 45%;
}

.feature-box .summary {
    margin-top: 15px;
}

.feature-box .summary p {
    font-size: 14px;
    text-align: center;
    color: var(--text-color-secondary);
}

.feature .owl-nav .bi {
    font-size: 22px;
    color: #FFFFFF;
}

.feature .owl-nav .owl-prev, .feature .owl-nav .owl-next {
    width: 30px;
    height: 36px;
    background: rgba(var(--focus-color-rgb), 1) !important;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}

.feature .owl-nav .owl-prev:hover, .feature .owl-nav .owl-next:hover {
    background: rgba(var(--focus-color-rgb), .8) !important;
}

.brand-box .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.brand-box .brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;
    overflow: hidden;
    padding: 10px 20px;
}

.brand-box .brand-logo img {
    max-height: 100%;
    width: auto;
}

.food-box .item img,
.meeting-box .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.post-box .tit {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

.post-box .desc {
    font-size: 16px;
    color: var(--text-color-secondary);
}

.meeting-box .slide-wrapper {
    height: 430px;
}

.meeting-box .slide-wrapper .item {
    height: 100%;
}

.slide-wrapper .tips {
    position: absolute;
    left: 0;
    top: 20px;
    padding: 10px 20px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
}

.meeting-first {
    position: relative;
}

.def-owl .owl-nav {
    margin: 0;
    padding: 0;
    position: unset;
}

.def-owl .owl-nav .bi {
    font-size: 22px;
    color: #FFFFFF;
}

.def-owl .owl-nav .owl-prev, .def-owl .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200;
    width: 30px;
    height: 36px;
    background: rgba(0, 0, 0, .3) !important;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}

.def-owl .owl-nav .owl-prev:hover, .def-owl .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, .5) !important;

}

.def-owl .owl-nav .owl-prev {
    left: 10px;
}

.def-owl .owl-nav .owl-next {
    right: 10px;
}

.meeting .post-extend {
    margin: 60px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.meeting .post-extend-box {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.meeting .post-extend-box:hover {
    background-color: var(--border-color);
}

.meeting .post-extend-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.meeting .post-extend-box p {
    margin-bottom: 0;
    color: var(--text-color-secondary);
    font-size: 14px;
    text-decoration: underline;
}

.post-extend .row > [class*='col-']:not(:last-child) .post-extend-box {
    border-right: 1px solid var(--border-color);
}

@media screen and (max-width: 992px) {
    .post-extend .row > [class*='col-']:not(:last-child) .post-extend-box {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }
}

.page-about .company-logo {
    width: 250px;
    text-align: center;
}


.ft-slide-item {
    height: 390px;
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 768px) {
    .ft-slide-item {
        height: 220px;
    }
}


.brand-detail .company-logo {
    width: 250px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .brand-detail .content img {
        max-width: 100%;
        height: auto;
    }
}

.brand-detail .content .row > [class*='col-'] img {
    max-width: 100%;
    height: auto;
}

.anchor-item {
    display: block;
    text-align: center;
}

.anchor-item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    border: 5px solid #ddd;
    border-radius: 50%;
    animation: 1s ease 0s 1 normal none running rotate1;
}

@media screen and (max-width: 500px) {
    .anchor-item .icon {
        width: 80px;
        height: 80px;
    }
}

.anchor-item:hover .icon {
    animation: 1s ease 0s 1 normal none running rotate2;
}

@keyframes rotate1 {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@keyframes rotate2 {
    from {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
}

.anchor-item .icon img {
    max-width: 40%;
}

.anchor-item .line {
    display: inline-block;
    width: 60%;
    height: 2px;
    background-color: var(--focus-color);
    margin: 0 0 10px 0;
    padding: 0;
}

.anchor-item h3 {
    font-size: 16px;
    font-weight: 600;
}

.tabs-girds {
    position: relative;
    z-index: 20;
}

.tabs-girds .nav {
    margin-bottom: 30px;
}

.tabs-girds .nav-link {
    display: inline-block;
    border: 1px solid var(--focus-color);
    font-size: 16px;
    color: var(--focus-color);
    margin: 0 10px;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 0;
    margin-bottom: 20px;
}

.tabs-girds .nav-link:hover, .tabs-girds .nav-link.active {
    color: #FFFFFF;
    background: var(--focus-color);
}

.tabs-girds .content {
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .tabs-girds .content {
        padding: 0;
    }
}

.tabs-girds .content p {
    margin-bottom: 0.5rem;
}


.food .tabs-girds .tab-pane .img-block {
    padding: 10px;
    background-color: #FFFFFF;
}

.food .tabs-girds .tab-pane .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meeting .imgs-txt {
    position: relative;
    display: inline-block;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .meeting .imgs-txt {
        width: 1120px;
    }
}

.meeting .imgs-txt .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 20px;
    background: rgba(0, 0, 0, .7);
    color: #FFFFFF;
    z-index: 999;
}

@media screen and (max-width: 768px) {
    .meeting .imgs-txt .content {
        position: relative;
        color: initial;
        background: none;
        padding: 0;
    }
}

.meeting .imgs-txt .content p {
    margin-bottom: 0;
}

.service .imgs {
    position: relative;
}


.service .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service .imgs .content {
    position: relative;
}

.service .imgs .content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: .5rem 0;
}

.service .imgs .content p {
    font-size: 14px;
    color: var(--text-color-secondary);
    margin-bottom: 0;
}

.z-99 {
    z-index: 99;
}


@media screen and (max-width: 991.98px) {
    .service .imgs {
        background-image: unset !important;
    }
}

@media screen and (min-width: 992px) {
    .service .imgs {
        min-height: 410px;
        background-size: cover;
        background-position: center center;
    }

    .service .imgs .content {
        position: absolute;
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        z-index: 10;
        transition: 0.5s ease-in-out;
    }

    .service .imgs .content h3, .service .imgs .content p {
        text-align: center;
        color: #FFFFFF;
    }

    .service .imgs .content:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 15px;
        background: rgba(0, 0, 0, .6);
        z-index: 5;
    }

    .service .imgs:hover .content {
        animation: zoom-in .5s forwards;
        -webkit-animation: zoom-in .5s -moz-forwards;
        animation: zoom-in .5s -ms-forwards;
        -o-animation: zoom-in .5s forwards;
        opacity: 1;
    }

}

@keyframes zoom-in {
    from {
        transform: scale(.1);
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
        opacity: 0;
    }
    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        opacity: 1;
    }
}

.hotel-contact {
    border-top: 1px solid var(--border-color);

}

.hotel-contact .map {
    height: 500px;
}


.hotel-contact .map {
    width: 100%;
    height: 500px;
}

.contact-txt {
    padding: 20px
}

.contact-txt p {
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 0;
}

.map .iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.map .iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.map .BMap_Marker {
    width: 21px;
    height: 21px;
    background: url(../image/map_ico.png) no-repeat center !important;
    background-size: 21px 21px !important;
}

.contact-line {
    border-top: 1px solid var(--border-color);
    background-color: #FFFFFF;
    padding: 10px 0;
}

.contact-line p {
    margin-bottom: 0;
}

.map-navigation {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 15px;
    background-color: var(--focus-color);
    color: #FFFFFF;
}

.honor-wrapper {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.honor-wrapper:before {
    content: " ";
    display: block;
    width: 3px;
    height: 100%;
    background-color: var(--focus-color);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}


.hor-item {
    position: relative;
    margin-bottom: 30px;
}

@media screen and (min-width: 1199px) {
    .hor-img {
        width: 600px;
        display: inline-block;
    }
}

.point {
    display: block;
    position: absolute;
    top: 7px;
    border-radius: 50%;
    border: 3px solid var(--focus-color);
    width: 12px;
    height: 12px;
    background-color: #e4eff5
}

.text-md-start .point {
    left: -6px;
}

.text-md-end .point {
    right: -6px;
}

.point::before,
.point::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#b09d60, #cfbc88), linear-gradient(31deg, #cfbc88 0, #b09d60 65%, #b09d60 100%), linear-gradient(#cfbc88, #b09d60);
    background-blend-mode: normal, normal, normal;
    animation: pointrun1 3s infinite
}

.point::after {
    animation-delay: .75s
}

@keyframes pointrun1 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    75% {
        transform: scale(4.5);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .hor-wrapper:before {
        display: none;
    }

    .point {
        display: none;
    }

    .hor-wrapper .hor-item {
        border-bottom: 1px solid var(--border-color);
        padding: 15px 0;
    }
}

.hor-tit {
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .honor-wrapper:before {
        display: none;
    }

    .point {
        display: none;
    }

    .honor-wrapper .hor-item {
        border-bottom: 1px solid rgba(var(--focus-color-rgb), 0.2);
        padding: 15px 0;
        margin-bottom: 20px;
    }
}

.contact .map {
    height: 500px;
}

.contact-info p {
    margin-bottom: 0.5rem;
}

.file-download p {
    margin-bottom: 0.5rem;
}

.file-download i.bi {
    margin-right: 6px;
    color: var(--primary-color);
}

.file-download p a:hover, .file-download p a:hover i.bi {
    color: var(--focus-color);
}

