html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  margin:0;
  padding:80px 0 0 0 !important;
  font:15px/1.5 Microsoft YaHei,PingFang SC,Roboto,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN,sans-serif !important;
  color:#271E1F;
  background-color: #f8f8f8;
}
input,select,textarea,button{
  font:12px/1.25 Microsoft YaHei,PingFang SC,Roboto,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN, sans-serif;
}
body.home {
    padding: 0 0 0 0 !important;
}
@font-face {
    font-family: 'Palatino Linotype';
    src: url('../font/Palatino-Linotype.ttf') format('truetype');
}
@font-face {
    font-family: 'Mini Hotpot';
    src: url('../font/Mini-Hotpot.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2?t=1658727552670') format('woff2'),
        url('../font/iconfont.woff?t=1658727552670') format('woff'),
        url('../font/iconfont.ttf?t=1658727552670') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    margin-right: 8px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
.wrap{
  display: block;
  width: 100%;
}
.wrapper{
  display: block;
  padding: 0 60px;
}
.w100{
  display: block;
  width: 100%;
}
.w50{
  display: inline-block;
  width: 49.5%;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#1b1b1b;
  text-decoration:none;
  outline: none;
  transition: All 0.3s ease-in-out;
}
a:hover {
  color:#A30012;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#BBB;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#BBB;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#BBB;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
    color:#BBB;
}
.line:last-child{
  border-bottom: none;
}
.red{
    color: #EF813A;
}
.pc{
    display: block !important;
}
.h5{
    display: none !important;
}
.imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.abr{
    position: relative;
}
.m20{
    margin-top: 20px;
}
.m30{
    margin-top: 30px;
}
.m40{
    margin-top: 40px;
}
.mb100{
    margin-bottom: 120px;
}
/*header*/
.pagewrap {
    margin: 0 auto;
    position: relative;
}
.header{
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .wrap {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 40px 20px;
    position: relative;
    transition: all 0.85s 0.45s ease-in-out;
    align-content: center;
    align-items: center;
}
.header .topbox{
    display: flex;
}
.slidemenu {
    width: 45px;
    height: 45px;
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px auto 0;
    z-index: 110;
}
.slidemenu:after, .slidemenu:before {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #271E1F;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    transition: all 0.3s 0.3s ease-in-out;
}
.slidemenu:before {
    width: 20px;
}
.slidemenu.show:before {
    width: 0;
    transition: all 0.5s ease-in-out;
}
.slidemenu.show .line:before {
    -webkit-transform: translateY(12px) rotate(25deg);
    transform: translateY(12px) rotate(25deg);
    transition: all 0.5s 0.5s ease-in-out;
}
.slidemenu.show .line:after {
    -webkit-transform: translateY(-9px) rotate(-25deg);
    transform: translateY(-9px) rotate(-25deg);
    transition: all 0.5s 0.5s ease-in-out;
}
.slidemenu:hover:after, .slidemenu:hover:before{
    width: 100%;
}
.slidemenu.show:after, .slidemenu.show:before{
    width: 0;
}
.slidemenu .line {
    width: 100%;
    height: 25px;
    background-color: transparent;
    display: block;
    position: relative;
    transition: background-color 0s 0.5s;
}
.slidemenu .line:after, .slidemenu .line:before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    background-color: #271E1F;
    transition: all 0.5s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.slidemenu .line:after, .slidemenu .line:before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    background-color: #271E1F;
    transition: all 0.5s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.slidemenu .line:after {
    bottom: 0px;
}
.slidemenu .text {
    height: 12px;
    color: #d5d5d5;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.8px;
    margin-top: 8px;
    pointer-events: none;
    position: relative;
    font-family: 'Palatino Linotype';
    color: #000000;
}
.slidemenu .text .close, .slidemenu .text .open {
    position: absolute;
    top: 0;
    left: 0;
    transition: color 0.25s ease-in-out,0.25s ease-in-out,-webkit-transform 0.35s ease-in-out;
    transition: color 0.25s ease-in-out,0.25s ease-in-out,transform 0.35s ease-in-out;
    transition: color 0.25s ease-in-out,0.25s ease-in-out,transform 0.35s ease-in-out,-webkit-transform 0.35s ease-in-out;
}
.slidemenu .text .close {
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
.slidemenu.show .text .open {
    opacity: 0;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}
.slidemenu.show .text .close {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header .logo {
    display: block;
    margin-left: 62px;
    padding-top: 1px;
}
.header .logo a {
    display: block;
    width: 418px;
    height: 48px;
}
.header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.header .rightbox{
    display: flex;
    align-items: center;
}
.header .rightbox .btn-reservation{
    display: block;
    width: auto;
    padding: 0 0;
    height: 55px;
    margin-right: 40px;
}
.header .rightbox .btn-reservation a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0 60px;
    height: 100%;
    color: #FFF;
    font-size: 28px;
    text-align: center;
    font-family: 'Palatino Linotype','Mini Hotpot';
    background-color: #A30012;
}
.header .rightbox .btn-reservation a:hover{
    opacity: 0.8;
}
.header .socialbox{
    margin-top: 2vh;
}
.header .social-list {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header .social-list li {
	display: block;
	width: 23px;
	height: 25px;
	margin: 8px 0 8px;
	padding-top: 0;
	transition: all .3s;
}
.header .social-list li:hover{
	transform: scale(1.2);
}
.header .social-list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.header .social-list li.icon-facebook{
	background: url("../img/icon-left-facebook.png") no-repeat center center;
    background-size: 28px 28px;
}
.header .social-list li.icon-instagram{
	background: url("../img/icon-left-instagram.png") no-repeat center center;
    background-size: 23px 23px;
}
.header .social-list li.icon-weixin{
	background: url("../img/icon-left-weixin.png") no-repeat center center;
    background-size: 23px 23px;
}
.header .languagebox{
    margin: 0 0 0;
    position: relative;
    padding-left: 30px;
    zoom: 1.2;
}
.header .languagebox:before {
    content: "";
    width: 1px;
    height: 100%;
    margin-left: 0;
    background-color: #B8B8B8;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.header .languagebox .language-current {
    width: 100%;
    text-align: center;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 auto 0;
}
.header .languagebox .language-current span{
    display: block;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 1px 0 0 0;
    text-align: center;
    font-family: 'Mini Hotpot';
}
.header .languagebox .language-current a i.icon-language{
    display: block;
    margin: 2px auto 5px;
    transition: all .3s;
    width: 20px;
    height: 20px;
    background: url("../img/icon-language.svg") no-repeat center center;
    background-size: 20px 20px;
}
.header .languagebox .language-current a:hover i.icon-language{
    transform: scale(1.05);
    background: url("../img/icon-language-v.svg") no-repeat center center;
}
.header .languagebox .language-current a:hover span{
    color: #A30012;
}
.header .languagebox .language-list {
    width: 100%;
}
.header .languagebox .language-list li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 1px 0 0 0;
    text-align: center;
    font-family: 'Mini Hotpot';
}
.header .languagebox .language-list li a:hover{
    color: #A30012;
}
header .nav-box.show{
  display: block;
}
header .nav-box{
    position: fixed;
    left: 0;
    top: 80px;
    display: none;
    width: 238px;
    height: calc(100vh - 80px);
    z-index: 100;
    padding: 0 25px 25px;
    background-color: rgba(255,255,255,0.9);
}
header .nav-box .nav{
    display: block;
}
header .nav-box .nav li{
    margin: 15px 0;
}
header .nav-box .nav li a{
    display: block;
    font-size: 25px;
    padding: 18px 0;
    text-align: center;
    font-family: 'Mini Hotpot';
}
header .nav-box .nav li.cur a{
    border-bottom: 1px solid #000;
}
header .nav-box .brand{
    display: block;
    padding-top: 20px;
}
header .nav-box .brand a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    color: #010101;
    padding: 0 12px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Mini Hotpot';
    background: transparent;
    /*background: #FFF url(../img/icon-arrow-white.svg) 115px center no-repeat;*/
    background-size: 45px 8px;
    border: 1px solid #010101;
}
header .nav-box .brand a:hover{
    background: #A30012;
    color: #FFF;
    border: 1px solid #A30012;
}
header .nav-box .brand a.cur{
    background: #A30012;
    color: #FFF;
    border: 1px solid #A30012;
}

.subbanner{
    display: block;
    width: 100%;
    height: auto;
}
.subbanner img{
    display: block;
    width: 100%;
    height: auto;
}

.content{
    min-height: 1450px;
    background: #f5f5f5 url('../img/bg-content-bottom.jpg') no-repeat center bottom;
    background-size: 100% auto;
}
.content.about{
    min-height: 915px;
    background: #f5f5f5 url('../img/bg-content-about-bottom.jpg') no-repeat center bottom;
    background-size: 100% auto;
}
.content.about .wrap{
    display: block;
    width: 100%;
    min-height: 915px;
    padding: 40px 5% 50px;
    background: url('../img/bg-about-right.png') no-repeat right center;
    background-size: 590px auto;
    position: relative;
}
.content.about.menu{
    min-height: auto;
}
.content.about.menu .wrap{
    height: auto;
    padding: 40px 5% 0;
}
.content.about .conbox{
    padding: 50px 0;
    min-height: auto;
    position: relative;
}
.content.about.menu .conbox{
    padding-bottom: 0;
}
.content .wrap{
    display: block;
    width: 100%;
    height: auto;
    padding: 40px 5% 50px;
    background: url('../img/bg-content-top.jpg') no-repeat center top;
    background-size: 100% auto;
}
.path{
    font-size: 20px;
    color: #707070;
    font-family: 'Mini Hotpot';
}
.path span{
    padding: 0 8px;
}
.path a{
    color: #707070;
}
.path a:hover{
    color: #A30012;
}
.conbox{
    padding: 50px 0;
    min-height: 1400px;
    position: relative;
}
/*footer*/
.footer{
    display: block;
    width: 100%;
    height: auto;
    color: #FFF;
    background: url("../img/bg-footer.jpg") no-repeat center center;
    background-size: cover;
}
.footer .wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 50px 85px;
    flex-direction: column;
}
.footer .foot-nav{
    display: flex;
    width: 1090px;
    margin-top: 70px;
    justify-content: space-between;
    padding: 22px 15px;
    border-bottom: 1px solid rgba(189,189,189,0.4);
}
.footer .foot-nav a{
    display: block;
    font-size: 24px;
    width: calc(100% / 5);
    text-align: center;
    color: #FFF;
    font-family: 'Mini Hotpot';
}
.footer .foot-nav a:hover{
    color: #A30012;
}
.footer .foot-contact{
    margin-top: 50px;
    line-height: 1.66;
    font-size: 18px;
    text-align: center;
}
.footer .foot-contact label{
    font-family: 'Mini Hotpot';
    font-size: 20px;
    padding-right: 5px;
}
.footer .foot-contact span{
    padding-left: 5px;
}
.foot-social{
    display: block;
    margin-top: 30px;
}
.footer .social-list{
	display: flex;
	padding-top: 0;
	justify-content: flex-start;
}
.footer .social-list li{
	display: block;
	width: 29px;
	height: 29px;
	margin: 0 10px 0 10px;
	padding-top: 0;
	transition: all .3s;
}
.footer .social-list li:hover{
	transform: scale(1.2);
}
.footer .social-list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.footer .social-list li.icon-facebook{
	background: url("../img/icon-facebook.png") no-repeat center center;
	background-size: 29px 29px;
}
.footer .social-list li.icon-instagram{
	background: url("../img/icon-instagram.png") no-repeat center center;
	background-size: 29px 29px;
}
.footer .social-list li.icon-weixin{
	background: url("../img/icon-weixin.png") no-repeat center center;
	background-size: 29px 29px;
}
.footer .social-list li:hover .pop-social-box{
    display: block;
}
.footer .social-list li .pop-social-box{
    position: absolute;
    bottom: 45px;
    left: 50%;
    z-index: 1000;
    display: none;
    width: auto;
    min-width: 170px;
    min-height: 170px;
    padding: 10px;
    margin-top: 0;
    margin-left: -85px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border: none;
    white-space: nowrap;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.footer .social-list li .pop-social-box:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -6px;
    left: 50%; 
    margin-left: -6px;
}
.footer .social-list li .pop-social-box img{
    display: block;
    width: 150px;
    height: 150px;
}
.footer .footer-copyright{
    margin-top: 90px;
    font-size: 15px;
    text-align: center;
}
.footer .footer-copyright a{
    color: #fff;
}
.footer .footer-copyright a:hover{
    color: #A30012;
}
.fadeSlideRight{
    -webkit-animation: slideRightBlurAnimation 1.05s 0.45s ease-in-out both;
    animation: slideRightBlurAnimation 1.05s 0.45s ease-in-out both;
}
.fadeSlideLeft{
    -webkit-animation: slideLeftBlurAnimation 1.05s 0.45s ease-in-out both;
    animation: slideLeftBlurAnimation 1.05s 0.45s ease-in-out both;
}
.fadeSlideUp{
    -webkit-animation: slideUpBlurAnimation 1.05s 0.45s ease-in-out both;
    animation: slideUpBlurAnimation 1.05s 0.45s ease-in-out both;
}
.fadeSlideDown{
    -webkit-animation: slideDownBlurAnimation 1.05s 0.45s ease-in-out both;
    animation: slideDownBlurAnimation 1.05s 0.45s ease-in-out both;
}
.slideUpAnimation{
    -webkit-animation: slideUpAnimation 1.05s 0.45s ease-in-out both;
    animation: slideUpAnimation 1.05s 0.45s ease-in-out both;
}
.bottom-nav{
    display: none;
}
.menu-mask {
    position: fixed;
    top: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}
.pop .icon-close {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 20px;
    height: 15px;
    padding: 2px;
    overflow: hidden;
    margin-left: 0;
    cursor: pointer;
    opacity: 0.7;
    background: #000 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAABXUlEQVRoge3YsUoDQRDG8e8UFLROo0WImEaxSWEKn0ckr5fKl7CySCHYpLxGCxtBvhCyYtTNZWZ3ZyM4fwiBI1x+t+RuyMLzPM/zPEWN9KMkl28XAG4A3AOYF1roawBXAKYA2qYRk2SRvCT5zlUvJMfLi8l8TfjVM8mDsuoV/I7fe83ET/i7oQW8H7DrpeJj6AeS+xZwBGQuPoZ+JNkL95EJPBffibaGp+K3omvAtXgRuhZciheja8K34VXo2vBN+DctehfwTXgVelfwT3xspWcStAa+V/j6RgCOIsdPAJwV/i5ZicMldsP+qZ9KDD1LmbA14V2PPPWErQWXPKdV+BpwzXAR463h6okoxVvCU9BivBU8By3CW8DHBdBd+JZkbHhlw28Lobvw5xbwXthCYPhjm4Nex7fhnFOS4k0V7YbQIYABgCcAH6mL8KNjAKfhnCy+IeR5nud5/z4AWABmouaay6XkegAAAABJRU5ErkJggg==') no-repeat center center;
    background-size: auto 90%;
}
.pop .icon-close:hover{
    background-color: #A30012;
}
.pop {
    min-width: 450px;
    max-width: 1000px;
    padding: 0;
    height: auto;
    min-height: 300px;
    max-height: 92vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: transparent;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.pop_title {
    display: none;
    font-size: 26px;
    text-align: center;
    font-family: 'Mini Hotpot';
    position: relative;
}
.pop_con{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.8;
}
.pop_con img{
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    max-height: calc(92vh - 48px);
    padding: 0;
}
.pop .btn{
    display: block;
    margin-top: 0;
}
.pop .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #FFF;
    border: none;
    cursor: pointer;
    font-family: 'Mini Hotpot';
    background: #A30012;
    text-align: center;
}
.pop .btn a:hover{
    background: #d7041b;
}
/* PC*/
@media (min-width: 769px) and (max-width: 1800px) {
body {
    padding: 4.2105263157894735vw 0 0 0 !important;
}
.header{
    height: 4.2105263157894735vw;
    box-shadow: 0 0 0.5263157894736842vw rgba(0, 0, 0, 0.1);
}
.header .wrap {
    padding: 1.0526315789473684vw 2.1052631578947367vw 1.0526315789473684vw;
}
.slidemenu {
    width: 2.3684210526315788vw;
    height: 2.3684210526315788vw;
    margin: 0.10526315789473684vw auto 0;
}
.slidemenu:after, .slidemenu:before {
    width: 1.0526315789473684vw;
    height: 0.15789473684210525vw;
    top: 0.5789473684210527vw;
}
.slidemenu:before {
    width: 1.0526315789473684vw;
}
.slidemenu.show .line:before {
    -webkit-transform: translateY(0.631578947368421vw) rotate(25deg);
    transform: translateY(0.631578947368421vw) rotate(25deg);
}
.slidemenu.show .line:after {
    -webkit-transform: translateY(-0.47368421052631576vw) rotate(-25deg);
    transform: translateY(-0.47368421052631576vw) rotate(-25deg);
}
.slidemenu .line {
    height: 1.3157894736842106vw;
}
.slidemenu .line:after, .slidemenu .line:before {
    height: 0.15789473684210525vw;
}
.slidemenu .line:after, .slidemenu .line:before {
    width: 100%;
    height: 0.15789473684210525vw;
}
.slidemenu .text {
    height: 0.631578947368421vw;
    font-size: 0.7368421052631579vw;
    letter-spacing: 0.0.42105263157894735vw;
    margin-top: 0.42105263157894735vw;
}
.slidemenu .text .close {
    -webkit-transform: translateX(-0.2631578947368421vw);
    transform: translateX(-0.2631578947368421vw);
}
.slidemenu.show .text .open {
    -webkit-transform: translateX(-0.2631578947368421vw);
    transform: translateX(-0.2631578947368421vw);
}
.header .logo {
    margin-left: 3.263157894736842vw;
    padding-top: 0.05263157894736842vw;
}
.header .logo a {
    width: 22vw;
    height: 2.526315789473684vw;
}
.header .rightbox .btn-reservation{
    height: 2.8947368421052633vw;
    margin-right: 2.1052631578947367vw;
}
.header .rightbox .btn-reservation a{
    padding: 0 3.1578947368421053vw;
    font-size: 1.4736842105263157vw;
}
.header .social-list li {
	width: 1.2105263157894737vw;
	height: 1.3157894736842106vw;
	margin: 0.42105263157894735vw 0 0.42105263157894735vw;
}
.header .social-list li.icon-facebook{
	background: url("../img/icon-left-facebook.png") no-repeat center center;
    background-size: 1.4736842105263157vw 1.4736842105263157vw;
}
.header .social-list li.icon-instagram{
	background: url("../img/icon-left-instagram.png") no-repeat center center;
    background-size: 1.2105263157894737vw 1.2105263157894737vw;
}
.header .social-list li.icon-weixin{
	background: url("../img/icon-left-weixin.png") no-repeat center center;
    background-size: 1.2105263157894737vw 1.2105263157894737vw;
}
.header .languagebox{
    padding-left: 1.5789473684210527vw;
}
.header .languagebox .language-current span{
    font-size: 0.8421052631578947vw;
}
.header .languagebox .language-current a i.icon-language{
    margin: 0.10526315789473684vw auto 0.2631578947368421vw;
    width: 1.0526315789473684vw;
    height: 1.0526315789473684vw;
    background: url("../img/icon-language.svg") no-repeat center center;
    background-size: 1.0526315789473684vw 1.0526315789473684vw;
}
.header .languagebox .language-list li a {
    font-size: 0.8421052631578947vw;
}
header .nav-box{
    top: 4.2105263157894735vw;
    width: 12.526315789473685vw;
    height: calc(100vh - 4.2105263157894735vw);
    padding: 0 1.3157894736842106vw 1.3157894736842106vw;
}
header .nav-box .nav li{
    margin: 0.7894736842105263vw 0;
}
header .nav-box .nav li a{
    font-size: 1.3157894736842106vw;
    padding: 0.9473684210526315vw 0;
}
header .nav-box .brand{
    padding-top: 1.0526315789473684vw;
}
header .nav-box .brand a{
    height: 2.4210526315789473vw;
    padding: 0 0.631578947368421vw;
    font-size: 1.1578947368421053vw;
    margin-bottom: 1.0526315789473684vw;
    background-size: 2.3684210526315788vw 0.42105263157894735vw;
}

.content{
    min-height: 76.3157894736842vw;
}
.content.about{
    min-height: 48.1578947368421vw;
}
.content.about .wrap{
    min-height: 48.1578947368421vw;
    padding: 2.1052631578947367vw 5% 2.6315789473684212vw;
    background: url('../img/bg-about-right.png') no-repeat right center;
    background-size: 31.05263157894737vw auto;
}
.content.about.menu .wrap{
    padding: 2.1052631578947367vw 5% 0;
}
.content.about .conbox{
    padding: 2.6315789473684212vw 0;
}
.content .wrap{
    padding: 2.1052631578947367vw 5% 2.6315789473684212vw;
}
.path span{
    padding: 0 0.42105263157894735vw;
}
.conbox{
    padding: 2.6315789473684212vw 0;
    min-height: 73.6842105263158vw;
}
/*footer*/
.footer .wrap{
    padding: 5.2631578947368425vw 2.6315789473684212vw 4.473684210526316vw;
}
.footer .foot-nav{
    width: 57.36842105263158vw;
    margin-top: 3.6842105263157894vw;
    padding: 1.1578947368421053vw 0.7894736842105263vw;
}
.footer .foot-nav a{
    width: calc(100% / 5);
}
.footer .foot-contact{
    margin-top: 2.6315789473684212vw;
}
.footer .foot-contact label{
    padding-right: 0.2631578947368421vw;
}
.footer .foot-contact span{
    padding-left: 0.2631578947368421vw;
}
.foot-social{
    margin-top: 1.5789473684210527vw;
}
.footer .social-list li{
	width: 1.5263157894736843vw;
	height: 1.5263157894736843vw;
	margin: 0 0.5263157894736842vw 0 0.5263157894736842vw;
}
.footer .social-list li.icon-facebook{
	background: url("../img/icon-facebook.png") no-repeat center center;
	background-size: 1.5263157894736843vw 1.5263157894736843vw;
}
.footer .social-list li.icon-instagram{
	background: url("../img/icon-instagram.png") no-repeat center center;
	background-size: 1.5263157894736843vw 1.5263157894736843vw;
}
.footer .social-list li.icon-weixin{
	background: url("../img/icon-weixin.png") no-repeat center center;
	background-size: 1.5263157894736843vw 1.5263157894736843vw;
}
.footer .social-list li .pop-social-box{
    bottom: 2.3684210526315788vw;
    min-width: 8.947368421052632vw;
    min-height: 8.947368421052632vw;
    padding: 0.5263157894736842vw;
    margin-left: -4.473684210526316vw;
    font-size: 0.7368421052631579vw;
    -webkit-box-shadow: 0 0.3157894736842105vw 0.631578947368421vw rgba(0,0,0,.175);
    box-shadow: 0 0.3157894736842105vw 0.631578947368421vw rgba(0,0,0,.175);
}
.footer .social-list li .pop-social-box:after {
    width: 0.631578947368421vw;
    height: 0.631578947368421vw;
    bottom: -0.3157894736842105vw;
    margin-left: -0.3157894736842105vw;
}
.footer .social-list li .pop-social-box img{
    width: 7.894736842105263vw;
    height: 7.894736842105263vw;
}
.footer .footer-copyright{
    margin-top: 4.7368421052631575vw;
}
}

/* PC*/
@media (min-width: 768px) and (max-width: 1440px) {
body {
    font-size: 14px !important;
}
.footer .foot-nav a {
    font-size: 22px;
}
.footer .foot-contact {
    font-size: 16px;
}
.footer .foot-contact label {
    font-size: 18px;
}
.footer .footer-copyright {
    font-size: 14px;
}
.path {
    font-size: 18px;
}
}

/* PC */
@media (min-width: 768px) and (max-width: 1280px) {
body {
    font-size: 13px !important;
}
.footer .foot-nav a {
    font-size: 18px;
}
.footer .foot-contact {
    font-size: 15px;
}
.footer .foot-contact label {
    font-size: 16px;
}
.footer .footer-copyright {
    font-size: 13px;
}
.path {
    font-size: 16px;
}
}

/* iPad竖屏 */
@media (min-width: 768px) and (max-width: 1024px){
body {
    font-size: 12px !important;
}
.footer .foot-nav a {
    font-size: 16px;
}
.footer .foot-contact {
    font-size: 13px;
}
.footer .foot-contact label {
    font-size: 14px;
}
.footer .footer-copyright {
    font-size: 12px;
}
.path {
    font-size: 14px;
}
}

/* iPad横屏 */
@media (min-width: 1024px) and (max-width: 1194px) and (orientation: landscape) {

}

/* 手机 */
@media only screen and (max-width:768px){
body {
  padding:75px 0 0 0 !important;
  font-size: 15px !important;
}
body.home {
    padding: 75px 0 0 0 !important;
    padding-bottom: calc(env(safe-area-inset-bottom));
}
body.home .pagewrap {
    max-width: 100%;
    padding-bottom: 0;
}
.pagewrap {
    max-width: 100%;
    padding-bottom: calc(env(safe-area-inset-bottom));
}
.header {
    width: 100%;
    height: 75px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .wrap {
    height: 100%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5% 0;
}
.header .topbox {
    display: flex;
    align-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
}
.slidemenu {
    flex: 0 0 45px;
    width: 45px;
    height: 37px;
    zoom: 0.9;
}
.slidemenu .text {
    height: auto;
    font-size: 11px;
    margin-top: 8px;
}
.header .logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    width: 200px;
    height: 42px;
    margin: 0 0 0 15px;
    padding-left: 15px;
    position: relative;
}
.header .logo:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.header .logo a {
    display: block;
    width: auto;
    height: 100%;
}
header .nav-box {
    top: 75px;
    width: 238px;
    height: calc(100vh - 75px);
    padding: 0 25px 25px;
}
header .nav-box .nav li a {
    font-size: 20px;
    padding: 10px 0;
}
header .nav-box .brand a {
    padding: 0 12px;
    font-size: 20px;
}
.header .rightbox{
    position: fixed;
    bottom: 10px;
}
.header .rightbox .btn-reservation {
    display: none;
}
.header .rightbox{
    position: fixed;
    bottom: 25px;
}
.header .rightbox .btn-reservation {
    display: none;
}
.header .languagebox {
    padding-left: 60px;
    display: none;
}
.header .languagebox.show{
    display: block;
}
.header .languagebox:before {
    display: none;
}
.subbanner img{
    height: 280px;
    object-fit: cover;
}
.content {
    min-height: auto;
    background: #f5f5f5 url('../img/bg-content-bottom.jpg') no-repeat right bottom;
    background-size: 140% auto;
}
.content .wrap {
    height: auto;
    padding: 30px 5% 30px;
    background: url('../img/bg-content-top.jpg') no-repeat center top;
    background-size: 100% auto;
}
.conbox {
    padding: 30px 0;
    min-height: auto;
}
.content.about {
    min-height: auto;
    background: #f5f5f5 url('../img/bg-content-about-bottom.jpg') no-repeat left bottom;
    background-size: 500% auto;
}
.content.about .wrap {
    height: auto;
    padding: 30px 5% 30px;
    background: url('../img/bg-about-right.png') no-repeat right top;
    background-size: 45% auto;
}
.content.about .conbox {
    padding: 30px 0;
}

.path {
    font-size: 16px;
}

.footer {
    height: auto;
}
.footer .wrap {
    padding: 60px 5% 80px;
}
.footer .foot-logo{
    width: 80%;
}
.footer .foot-logo img{
    display: block;
    width: 100%;
    height: auto;
}
.footer .foot-nav {
    display: flex;
    width: 100%;
    margin-top: 50px;
    justify-content: space-between;
    padding: 22px 5px;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer .foot-nav a {
    font-size: 16px;
    width: auto;
}
.footer .foot-contact {
    margin-top: 50px;
    line-height: 1.5;
    font-size: 13px;
}
.footer .foot-contact label {
    font-size: 16px;
}
.footer .footer-copyright {
    margin-top: 80px;
    font-size: 13px;
}
.bottom-nav {
    display: block;
    width: 100%;
    height: 56px;
    background-color: #A30012;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100
}
.bottom-nav ul {
    display: -ms-flexbox;
    display: flex
}
.bottom-nav li {
    -ms-flex: 1;
    flex: 1
}
.bottom-nav li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.25)
}
.bottom-nav a{
    width: 100%;
    height: 55px;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: 0.5px;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Mini Hotpot';
    background-color: #A30012;
}
.pop {
    min-width: 92%;
    max-width: 92%;
}
.pop_title {
    font-size: 22px;
}
.pop .icon-close {
    top: 0;
}
.pop .btn a {
    font-size: 16px;
}
}
/* 手机 */
@media only screen and (max-height:667px){
header .nav-box .nav li a {
    font-size: 20px;
    padding: 0 0;
}
}