/* public */
*{
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: '微软雅黑';
}

html,body{
    font-size: 16px;
}

body{
    width: 100%;
    height: 100%;
}

p{
    margin: 0;
}

a{
    text-decoration: none;
    color: #000;
}

li{
    list-style:none;
}

.header .actives{
    /* background: #b3261f !important; */
}

.header .actives>p>a{
    /* color: #fff !important; */
    /* font-weight: bold; */
    display: block;
}

.img-outline{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}

.subject{
    width: 1140px;
    margin: 0 auto;
}


/* 弹出框 */
.cms-site-overlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 210;
    left: 0;
    top: 0;
    background: rgba(0, 0,0, .5);
}
.cms-site-overlay-content{
    position: fixed;
    z-index: 220;
    border-radius: 2px;
    width: 100%;
    left: 0;
    top: 0;
}
.cms-site-overlay-all{
    background: #fff;
    border-radius: 3px;
    border:1px solid #f1f1f1;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    margin-top: 10vh;
    height: 70vh;
    overflow: hidden;
}
.cms-site-overlay-title{
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    text-align: center;
    z-index: 5;
    width: 100%;
    border-bottom: 1px solid #b3261f;
}
.cms-site-overlay-title h2{
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    line-height: 70px;
    color: #313131;
}
.cms-site-overlay-msg{
    box-sizing: content-box;
    overflow-y: scroll;
    position: absolute;
    z-index: 1;
    padding: 90px 30px 100px 30px;
    width: 95.5%;
    left: 0;
    top: 0;
    bottom: 0;
}
.cms-site-overlay-msg p{
    line-height: 25px;
    font-size: 14px;
    color: #555;
}
.cms-site-overlay-msg p:last-child{
    text-align: right;
}
.cms-site-overlay-msg p strong{
    color: #313131;
}

.cms-site-overlay-bottom{
    position: absolute;
    width: 101%;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 5;
    text-align: center;
    border-top: 2px solid #b3261f;
}
.cms-site-overlay-bottom a{
    display: inline-block;
    margin: 20px 10px;
    background: #f1f1f1;
    line-height: 40px;
    padding: 0 40px;
    color: #333;
    border-radius: 2px;
}
.cms-site-overlay-bottom a.cms-site-yes{
    color: #fff;
    background: #b3261f;
}

section .subject{
    margin: 0 auto;
    width: 1140px;
}


/* 导航条 */
.header-banner{
    height: 50px;
    width: 100%;
}

.cms-site-head{
    border-bottom: 1px solid #dddcda;
    min-width: 1140px;
    background-color: #fff;
}

.header-top{
    height: 50px;
    background-color: #1B1B1B;
    text-align: right;
}

.header-top a{
    color: #fff;
    line-height: 50px;
}

.header-main{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 3;
}

.header-main .cms-site-inner{
    width: 1140px;
    min-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
    background-color: #fff;
    margin-top: 75px;
}

.header-main .cms-site-inner .header-logo{
    align-self: center;
    padding-left: 20px;
}


.header-main img{
    height: 40px;
}

.header-main .header{
    line-height: 80px;
    width: 700px;
    height: 100%;
}

.header-main .header>ul{
    display: flex;
    justify-content: space-between;
}

.header-main .header>ul>li{
    display: inline-block;
    position: relative;
    list-style: none;
    height: 100%;
    text-align: center;
    min-width: 113px;
}

.header>ul>li>p{
    margin: 0 !important;
}

.header-main .header>ul>li:hover{
    background-color: #F3F5F7;
}

.header-main .header>ul>li:hover .cms-site-submenu{
    display: block;
}

.header-main .header>ul>li>p>a{
    color: #333;
    display: block;
}

.header ul li a{
    font-size: 16px;
}

.header-main .header>ul>li>p>a:hover{
    /* color: #fff; */
}

.header-main .header>ul>li>ul li a{
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    min-width: 113px;
}

.header-main .header>ul>li>ul> li a{
    background-color: #1B1B1B;
    color: #fff;
}

.header-main .header>ul>li>ul> li:hover a{
    background-color: #b3261f !important;
}

.header .cms-site-submenu{
    display: none;
    position: absolute;
    left: 50%;
    z-index: 11;
    transform: translate(-50%,0);
    background-color: #fff;
    overflow: hidden;
}

.header .cms-site-submenu li{
    list-style: none;
    position: relative;
    white-space: nowrap;
    background-color: #f6f6f6;
}

.header .cms-site-submenu li:last-child{
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.header .cms-site-submenu li>p>a{
    font-size: 16px;
}

.selected-menu-login{
    background: none !important;
    min-width: 90px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.selected-menu-login p a{
    display: flex !important;
    flex-direction: row-reverse;
    width: 120px;
    padding-right: 20px;
    justify-content: space-between;
}

.selected-menu-login p a span{
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    width: 90px;
}

.selected-menu-login p a::after{
    content: '';
    background: url(../images/login.svg)  no-repeat;
    width: 25px;
    height: 25px;
    z-index: 9;
    align-self: center;
}


/* 各页大图 */
.banner-contral{
    position: absolute;
    z-index: 9;
    left: 50% !important;
    width: auto !important;
    transform: translate(-50%, -50px);
    bottom: 100px !important;
}

.banner .swiper-pagination-bullet{
    width: 15px !important;
    height: 15px !important;
    background-color: #fff;
    transform: scale(0.8);
}

.banner .swiper-pagination-bullet-active{
    transform: scale(1.1);
}

.banner{
    width: 100%;
    min-width: 1140px;
}

.banner .swiper-slide div{
    height: 700px;
    width: 100%;
}

.index_content{
    position: relative;
    z-index: 3;
    width: 100%;
    overflow: hidden;
    margin-top: -120px;
    margin-bottom: -30px;
}

.index_three .subject{
    width: 1140pxpx;
    display: flex;
    height: 240px;
}

.index_three .subject div{
    width: 33.3%;
    background-repeat: no-repeat;
    background-position: center;
}

.index_about{
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 100px;
    background-color: #F5F6F8;
    transform: skewY(-2deg);
    padding: 100px;
}

.index_about .subject{
    transform: skewY(2deg);
    display: flex;
    justify-content: space-between;
}

.index_about .img-outline{
    width: 500px;
    height: 304px;
}

.index_about .img-outline img{
    height: 100%;
    width: auto;
}

.index_about .index_about-text{
    width: 530px;
}

.index_about .index_about-text h3{
    font-size: 36px;
    color: #b3261f;
    font-weight: normal;
    display: flex;
}

.index_about .index_about-text h3 span{
    align-self: flex-end;
    font-size: 24px;
    margin-left: 15px;
    color: #333;
}

.index_about .index_about-text div{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    margin-top: 22px;
    margin-bottom: 28px;
    line-height: 30px;
    color: #6d6d6d;
}

.index_about .index_about-text a{
    display: block;
    width: 90px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background-color: #19191c;
    color: #fff;
    border-radius: 5px;
}

.serviceframe{
    margin: 50px auto;
}

.serviceframe .title{
    text-align: center;
    margin-bottom: 50px;
}

.serviceframe .title h3{
    font-size: 36px;
    color: #b3261f;
    font-weight: normal;
}

.serviceframe .title p{
    margin-top: 20px;
}

.serviceframe ul{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto;
}

.serviceframe ul li{
    width: 300px;
    margin: 45px auto;
    box-shadow: 0px 20px 50px -10px #ececec;
    box-sizing: border-box;
    padding: 0 45px;
    padding-top: 55px;
    padding-bottom: 20px;
    text-align: center;
}

.serviceframe ul li .img-outline{
    width: 70px;
    height: 79px;
    margin: auto;
}

.serviceframe ul li h3{
    font-size: 20px;
    color: #b3261f;
    margin: 20px 0;
}

.serviceframe ul li div{
    line-height: 30px;
    color: #6d6d6d;
}

.serviceframe ul li a{
    display: block;
    width: 90px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #1B1B1B;
    margin: auto;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
}

.serviceframe ul li:nth-child(1) a::after{
    display: block;
    content: "更多";
}

.serviceframe ul li:nth-child(2) a::after{
    display: block;
    content: "联系我们";
}


.index_partnerframe{
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 100px;
    background-color: #F5F6F8;
    transform: skewY(2deg);
    padding: 100px;
}

.index_partnerframe .subject{
    transform: skewY(-2deg);
}

.index_partnerframe .title{
    text-align: center;
    margin-bottom: 50px;
}

.index_partnerframe .title h3{
    font-size: 36px;
    color: #b3261f;
    font-weight: normal;
}

.index_partnerframe .title p{
    margin-top: 20px;
}

.index_partnerframe ul{
    display: flex;
    flex-wrap: wrap;
}

.index_partnerframe ul li{
    width: 145px;
    height: 56px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.index_partnerframe ul li:nth-child(7n){
    margin-right: 0;
}

.main-top{
    width: 100% !important;
    height: 470px;
}

.main-top div{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.main-top img{
    width: 100%;
}

.category-main{
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.title-left{
    width: 1140px;
    text-align: center;
    display: inline-block;
    margin: 100px auto;
}

.title-left .swiper-wrapper{
    margin-bottom: 70px;
}

.title-left .swiper-slide a{
    display: block;
    box-shadow: 0px 20px 50px -10px #ececec;
    opacity: 0.5;
    transform: scale(0.8);
}

.title-left .active{
    border: 1px solid #b3261f;
    opacity: 1 !important;
    transform: scale(1) !important;
}

.title-left .swiper-pagination-bullet{
    transform: scale(1.3);
    margin: 0 10px !important;
}

.title-left .swiper-pagination-bullet-active{
    transform: scale(1.7);
    background-color: #b3261f;
}

.main-right{
    width: 100%;
    min-height: 700px;
    position: relative;
}

.main_banner{
    width: 100%;
    height: 565px;
    background-color: #F5F6F8;
    transform: skewY(-2deg);
    position: absolute;
    z-index: -1;
}

.main-right .title{
    margin-bottom: 60px;
    display: flex;
}

.main-right .title h3{
    font-size: 36px;
    color: #b3261f;
}

.main-right .title span{
    align-self: flex-end;
    font-size: 24px;
    margin-left: 15px;
}

.main-right img{
    max-width: 100%;
}

.main-right .subject{
    padding: 180px 0;
}

.partnerframe ul{
    display: flex;
    flex-wrap: wrap;
}

.partnerframe ul li{
    width: 120px;
    height: 47px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.category-map .category-main .subject{
    padding: 50px 0;
}

.map table td{
    padding: 20px;
    margin: 20px;
    box-shadow: 0px 20px 50px -10px #ececec;
}

/* footer */
footer{
    position: relative;
    z-index: 3;
    background-color: #2a2a2a !important;
    width: 100%;
    min-width: 1140px;
    box-sizing: border-box;
}

.footer-top{
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 105px;
    padding-bottom: 50px;
}

.footer-top ul{
    list-style: none;
    align-self: center;
}

.footer-top ul li{
    line-height: 1.8em;
    color: #666;
}

.footer-top ul li h3{
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.footer-top-l{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer-top-l .img-outline{  
    width: 150px;
    height: 80px;
}

.footer-top-l .img-outline h3{
    font-size: 15px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}

.footer-top-l>div>ul{
    display: flex;
    justify-content: space-between;
}

.footer-top-l>div>ul>li{
    margin-left: 78px;
}

.footer-top-l>div>ul>li li{
    margin-top: 15px;
}

.footer-top-l>div>ul>li a{
    color: #fff;
}

.footer-bottom{
    text-align: center;
    color:#fff;
    font-size: 16px;
    /* background-color: #000; */
    padding: 20px 0;
}

.footer-bottom .subject{
    display: flex;
    justify-content: space-between;
}

.footer-bottom a{
    color: #fff;
    font-size: 16px;
}

.footer-bottom span{
    margin-left: 20px;
    color: #fff;
    font-size: 16px;
}

.footer-bottom span a{
    color: #fff;
}

footer .selected-menu-login{
    display: none;
}

footer .selected-menu-pdt{
    display: none;
}

.product, .reservation{
    display: none;
}