textarea{ resize: none; }
/*reset end*/

/*public start*/
.tr{text-align:right;}
.tc{text-align:center;}
.tl{text-align:left;}
.bc{margin-left:auto; margin-right:auto;}
.fl{_display:inline; float:left;}
.fr{_display:inline; float:right;}
.cb{clear:both;}

.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f24{font-size:24px;}

/*
.c{display:block; zoom:1;}
.c:after{content:"."; display:block; visibility:hidden; height:0; clear:both;}
*/
.c{*zoom:1}
.c:before,.c:after{display:table; content:"";}
.c:after{clear:both;}
.cutstr{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.pb50{ padding-bottom: 50px; }
.pb150{ padding-bottom: 150px; }
.pb325{ padding-bottom: 325px; }
.pb400{ padding-bottom: 400px; }
.mt12{ margin-top:12px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}

.dn{ display: none; }

.subbtnH1,.subbtnH1[type="button"],.subbtnH1[type="submit"]{ height: 34px;width: 100px;line-height: 32px; text-align: center;border: 1px solid #e5e5e5; color: #c0a46d; background-color: #f8f7f2;
    box-sizing: border-box;}
.icon {
    background-image: url(../img/icon.png);
}
.gicon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background-image: url(../img/icon.png);
}
.date_bg{ background-image: url(../img/date_bg.png); background-repeat: no-repeat; }
.header .nav .nav_li a{
    color: #666;
}
.banner {
    padding-top: 145px;
    height: 100%;
    max-height: 1080px;
    position: relative;
}
.banner .swiper-page{ position: absolute; bottom: 130px; left: 0; z-index: 5;text-align: center; width: 100%;}
.banner .swiper-slide{ overflow: hidden;}
.banner .swiper-slide > a{ width: 100%; height: 100%; display: block; background-repeat: no-repeat; background-position: center; background-size: cover;}
.banner .swiper-slide img{ display: none;}
.banner .swiper-pagination-switch{ display: inline-block;width: 9px;height: 9px;background-color: #fff;opacity: 1;margin: 0 5px; border-radius: 50%;}
.banner .swiper-active-switch{  background-color: #c0a46d;}
.banner .bg30{filter:Alpha(opacity=10);opacity:0.1;}

.banner .searchbox {
    position: absolute;
    z-index: 10;
    bottom: -90px;
    left: 50%;
    width: 1150px;
    height: 80px;
    opacity: 0;
    transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    /* max-width: 1920px; */
    margin-left: -575px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.banner .searchbox form{
    width: 1150px;
    margin: 0 auto;
}

.banner .searchbox:before {
    content: '';
    z-index: 12;
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 80px;
    background: transparent;
}

.banner .searchbox.lVersion {
    display: none;
}

.banner .searchbox.open {
    opacity: 1;
    bottom: 30px;
}

.banner .searchbox.open:before {
    content: none;
}

.banner .searchbox.open.lVersion {
    display: block;
}

.banner .searchbox .tt {
    padding-top: 15px;
    font-size: 14px;
    line-height: 1;
    color: #666;
}

.banner .searchbox .selectBox .selectTxt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 15px 0 27px;
    color: #333;
    border: none;
}
.banner .searchbox .selectBox .selectModel{
    top: 51px;
    left: -26px;
}

.banner .searchbox .s1 {
    position: relative;
    width: 328px;
    padding-left:25px;
    height: 80px;
    box-sizing: border-box;
}
.banner .searchbox .s1 .icon {
    position: absolute;
    left: 0;
    top: 12px;
    width: 16px;
    height: 20px;
    background-position: -62px -37px;
}

.banner .searchbox .s2 {
    position: relative;
    width: 311px;
    height: 80px;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding-left: 25px;
}

.banner .searchbox .s2 input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: transparent;
    font-size: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

.banner .searchbox .s2 .icon {
    position: absolute;
    right: 25px;
    top: 32px;
    width: 16px;
    height: 16px;
    background-position: -130px 0;
}
.banner .searchbox .s2 div{
    display: block;
    height: 45px;
    width: 100%;
    line-height: 45px;
    box-sizing: border-box;
    font-size: 18px;
}

.banner .searchbox .subbtn {
    filter: Alpha(opacity=90);
    width: 200px;
    height: 22px;
    color: #fff;
    font-size: 20px;
    background-color: #c0a46d;
    height: 80px;
}

.banner .searchbox .subbtn:hover {
    filter: Alpha(opacity=95);
    opacity: 0.95;
}
.footer {
    padding-top: 50px;
    background-color: #fff;
    color: #666;
}

.footer .bottom-link .box-1 {
    width: 450px;
}

.footer .bottom-link .tt {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #c0a46d;
}

.footer .bottom-link .p-ul {
    margin-top: 15px;
    font-size: 15px;
}

.footer .li-p a {
    color: inherit;
}

.footer .bottom-link .p-ul .phone {
    font-weight: 700;
    font-size: 20px;
    padding: 10px 0;
}
.footer .bottom-link .p-ul .li-p{
    line-height: 38px;
}

.footer .li-p a:hover {
    color: #c9a063;
}

.footer .box-1 {
    width: 450px;
}
.footer .box-1 .d1{
    float: left;
    padding-right: 20px;
}

.footer .box-2 {
    padding-left: 140px;
    height: 213px;
    width: 198px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.footer .box-3{
    width: 262px;
    text-align: center;
    padding-right: 30px;
}
.footer .box-3 .tt {
    padding-bottom: 13px;
    text-align: center;
}

.footer .box-3 .img{
    border: 1px solid #e5e5e5;
    height: 98px;
    width: 98px;
    display: block;
}
.footer .box-3 .img img{
    display: block;
    width: 100%;
    height: 100%;
}
.footer .box-3 .d2 {
    float: left;
    padding-left: 20px;
}

.footer .box-3 .txt {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1;
    text-align: center;
}

.footer .copyright {
    text-align: center;
    font-size: 14px;
    line-height: 80px;
    color: #fff;
    background-color: #c0a46d;
}

.footer .copyright a {
    color: inherit;
}

.footer .copyright .file_link {
    margin-left: 14px;
    display: inline-block;
    vertical-align: middle;
}
.footer .group_link_box{
    padding-top: 75px;
    padding-bottom: 95px;
}
.footer .group_link {
    position: relative;
    height: 237px;
    background: url(../img/bottom_logo.png) 0 0 no-repeat;
}

.footer .group_link a {
    display: block;
    height: 46px;
}

.footer .group_link .li1 {
    width: 255px;
    height: 47px;
    margin-left: 460px;
    margin-bottom: 52px;
}

.footer .group_link .li2 {
    width: 113px;
    margin-left: 136px;
    float: left;
}

.footer .group_link .li3 {
    width: 171px;
    margin-left: 30px;
    float: left;
}

.footer .group_link .li4 {
    width: 165px;
    margin-left: 30px;
    float: left;
}

.footer .group_link .li5 {
    width: 161px;
    margin-left: 27px;
    float: left;
}

.footer .group_link .li6 {
    width: 138px;
    margin-left: 34px;
    float: left;
}
.footer .group_link .li7 {
    width: 225px;
    margin-top: 49px;
    margin-left: 460px;
    float: left;
}


/*3x320列表*/
.wrap_6 .ul_box { width: 1173px;}
.wrap_6 .ul_box.news_box{ margin: 40px auto 0;}
.wrap_6 .box_li{ float: left; position: relative; margin-bottom: 40px; margin-right: 23px;width: 368px;} 
.wrap_6 .box_li.pkg2{ transition-delay: 200ms }
.wrap_6 .box_li.pkg3{ transition-delay: 400ms }
.wrap_6 .box_li .li_img{ display: block; width: 100%; height: 265px;}
.wrap_6 .box_li .li_img img{ width: 100%; height: 100%; }
.wrap_6 .box_li .li_text{ position: relative; padding: 25px 28px 30px; border-top: 0; background-color: #fff; }
.wrap_6 .ul_box.news_box .box_li .li_text{ padding: 26px 19px 24px; }
.wrap_6 .box_li .li_text .float_tag{ position: absolute; top: -16px; right: 17px; width: 60px; height: 32px;}
.wrap_6 .box_li .li_text .float_tag.new_tag{ background:url(../img/float_tag1.jpg); }
.wrap_6 .box_li .li_text .float_tag.hot_tag{ background:url(../img/float_tag2.jpg); }
.wrap_6 .box_li .li_text .p1{ display: block; font-size: 18px; line-height: 1.2; color: #c0a46d; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wrap_6 .box_li .li_text .p1:hover{text-decoration: underline;}
.wrap_6 .box_li .li_text .pt{ margin-top: 10px; font-size: 12px; line-height: 1; color: #808080; }
.wrap_6 .box_li .li_text .p2{ margin-top: 17px; font-size: 12px; line-height: 20px; color: #111; height: 40px; overflow: hidden; }
.wrap_6 .box_li .li_text .p3{ margin-top: 30px; }
.wrap_6.invest .box_li .li_text .p3{ margin-top: 14px; }
.wrap_6 .box_li .li_text .p3{ font-size: 12px; line-height: 14px; padding-top: 1px; color: #c0a46d;}
.wrap_6 .box_li .li_text .p3 a{ color: #c0a46d;}
.wrap_6 .box_li .li_text .p3 .price{ font-size: 18px; line-height: 14px; color: #c0a46d; }
.wrap_6 .box_li .li_text .p3 .price .num{ font-size: 26px; }
.wrap_6 .box_li .li_text .p4{ display: block; font-size: 18px; line-height: 18px; color: #111; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wrap_6 .box_li .li_text .p4:hover{ color: #c0a46d; }
.wrap_6 .box_li .li_text .p5{ margin-top: 15px; height: 66px; font-size: 12px; line-height: 22px; color: #666; overflow: hidden; }
.wrap_6 .box_li .li_text .p6{ margin-top: 15px; font-size: 12px; line-height: 12px; color: #c0a46d; }
.wrap_6 .ul_box.news_box .p4{ line-height: 1.5; height:54px; white-space: normal;}
.wrap_6 .ul_box.news_box .p5{ margin-top: 5px; height: 44px;}

/*w12顶部与居中标签*/
.wrap_12 .banner_bar{ width: 100%; position: relative; }
.wrap_12 .banner_bar img{ width: 100%; }
.wrap_12 .sub_nav{ padding: 12px 0; border-bottom: 1px solid #e5e5e5; width: 100%; text-align: center; font-size: 0; background-color: #fff; }
.wrap_12 .sub_li{ display: inline-block;border-bottom: 1px solid #fff; margin: 0 16px; }
.wrap_12 .sub_li a{ display: block; padding: 7px 0 6px; font-size: 14px; line-height: 14px;color: #666; }
.wrap_12 .sub_li:hover:not(.current) a{ color: #c0a46d; }
.wrap_12 .sub_li.current{border-bottom-color:#999;}
.wrap_12 .sub_li.current a{ color: #111; }

/*checkbox*/
.labelBox{float: left; line-height: 14px; }
.labelBox label{position: relative; display: block; padding-left: 21px; height: 14px;}
.labelBox input{display: none;}
.labelBox .leftBox{ position: absolute; top: 0; left: 0; display: inline-block; width: 14px; height: 14px; border-radius: 2px;background-image: url(../img/select_point.png); background-position: 0 0;}
.labelBox .leftBox.checked{ background-position: -14px 0; }

.main.main1{ padding-top: 0;}
/*表单输入提示*/
.warning_tip{ display: none; float: left; position: relative; margin-left: 20px;padding-left: 19px; font-size: 12px; line-height: 38px; color: #f2423f; }
.warning_tip .icon{ position: absolute;left: 0;top: 50%; margin-top: -7px; width: 14px;height: 14px; background-position:-175px 0; }

/*面包屑模块*/
.route{ padding: 40px 0; font-size: 12px; line-height: 12px; color: #808080; }
.route .title{ margin: 0; }
.route .now{ color: #111 }
.route span{ float: left; display: block; margin-left: 11px; }
.route a{ float: left; display: block;margin-left: 11px; color: #808080; }

/*居中跳转切换*/
.about_tab_bar{ margin-top: 60px; height: 46px; text-align: center; font-size: 0; }
.about_tab_bar .tab_li{ position: relative; display: inline-block; width: 148px; font-size: 16px; line-height: 39px; text-align: center; color: #111; background-color: #fff; border: 1px solid #e5e5e5; border-left: none; }
.about_tab_bar .tab_li:first-child{ border-left: 1px solid #e5e5e5; }
.about_tab_bar .tab_li.current{ z-index: 5; color: #fff; border-color: #c0a46d; background-color: #c0a46d; }
.about_tab_bar .tab_li.current:before{ content: ''; position: absolute; top: -1px; left: -1px; width: 0; height: 41px; border-left: 1px solid #c0a46d; }

/*100%宽度ubb模块*/
.intro_ubb_wrap{ padding: 60px 0 100px; }
.intro_ubb_wrap .title_line{ font-size: 24px; line-height: 24px; text-align: center; }
.intro_ubb_wrap .sub_title{ margin-top: 22px; font-size: 12px; line-height: 12px; text-align: center; color: #999; }
.intro_ubb_wrap .sub_title span{ font-size: 12px; margin-right: 15px; }
.intro_ubb_wrap .sub_title a{color: #999;}
.intro_ubb_wrap .sub_title a:hover{ color: #c0a46d; }
.intro_ubb_wrap .sub_title a.share_link{ float: none;padding:0; font-size: 12px; line-height:inherit; background-image: none; }
.intro_ubb_wrap .sub_title a .VVfont{ margin-right: 5px; }
.intro_ubb_wrap .img_box{ margin-top: 40px; width: 100%; }
.intro_ubb_wrap .img_box img{ vertical-align: top; width: 100%; }
.intro_ubb_wrap .ubb{ padding:32px 0; font-size: 14px; line-height: 30px; }
.intro_ubb_wrap .ubb h4{ font-size: 18px; }
.intro_ubb_wrap .bottom_link{ margin-top: 20px; padding-top: 51px; border-top: 1px solid #e5e5e5; font-size: 14px; line-height: 32px; }
.intro_ubb_wrap .bottom_link a{ color: #666; }
.intro_ubb_wrap .bottom_link a:hover{ color: #c0a46d; }

/*分页器*/
.page_list{ padding-top: 20px; font-size: 0; text-align: center; }
.page_list .pg_li{display: inline-block; margin-right: 2px; width: 28px; height: 28px; border: 1px solid #e5e5e5;font-size: 12px; line-height: 28px; color: #333; text-align: center; background-color: #fff; }
.page_list .pg_li.prev_btn{ margin-right: 10px; }
.page_list .pg_li.next_btn{ margin-left: 8px; margin-right: 0; }
.page_list .pg_li.dot{position: relative; top: -3px; border-color: transparent; background:none;}
.page_list .pg_li.current{ color: #fff; background-color: #c0a46d; border-color: #c0a46d; }
.page_list .form{ margin-left: 30px; display: inline-block; font-size: 0; color: #333; }
.page_list .form span{ margin-right: 10px; display: inline-block; font-size: 12px; line-height: 30px; }
.page_list .form input{ margin-right: 10px; vertical-align: top; height: 28px; width: 28px; font-size: 12px; line-height: 28px; text-align: center; border: 1px solid #e5e5e5; }
.page_list .form a{ display: inline-block; width: 50px; height: 28px; border: 1px solid #e5e5e5; font-size: 12px; line-height: 28px; text-align: center; color: #333; background-color: #f5f5f5;
border-radius: 2px; }

.main{ padding-bottom: 70px;}
.main.feature{ padding-top: 0;}

.header.hd2{ position: absolute; top: 0;left: 0; padding-left: 198px; padding-right: 200px; height: 100px; background: none; box-sizing: border-box; }
.header.hd2 .logo{ position: absolute; left: 0; top: 0; margin: 0; width: 198px; height: 100%; background-image: url(../img/logo3.png); background-position: center; background-color: #c0a46d; }
.header.hd2 .nav{ margin-right: 43px; }
.header.hd2 .nav .nav_li{left: 30px; padding: 25px 0; opacity: 0; background: none;
            transition-property: left,opacity;
    -webkit-transition-property: left,opacity;
            transition-duration: 200ms;
    -webkit-transition-duration: 200ms;}
.header.hd2 .nav .nav_li a,.header.hd3 .nav .nav_li a{ color: #fff; }
.header.hd2 .nav .nav_li a:before,.header.hd3 .nav .nav_li a:before{ bottom: 0; border-color: #fff;}
.header.hd2 .nav .nav_li a:hover,.header.hd3 .nav .nav_li a:hover{ color: #fff; }
.header.hd2 .lang{ margin-right: 43px; padding: 38px 0; }
.header.hd2 .lang a{ float: left; padding: 0 6px;font-size: 12px; line-height: 22px;color: #fff; border: 1px solid #c0a46d; opacity: 1; }
.header.hd2 .lang a.current{ border-color: #fff; color: #fff; }
.header.hd2 .menu .br{ position: absolute; z-index: 10; top: 0; padding: 59px 0 29px; width: 100px; height: 100px;font-size: 0; text-align: center; box-sizing: border-box; cursor: pointer;}
.header.hd2 .menu .br .VVfont{ position: absolute; top: 27px; left: 50%; margin-left: -11px; font-size: 22px; }
.header.hd2 .menu .br p{ font-size: 16px; font-weight: bold; line-height: 12px; text-align: center; text-transform: uppercase; }
.header.hd2 .menu .menu_btn{ right: 100px; color: #c0a46d; background-color: #fff; }
.header.hd2 .menu .book_btn{ right: 0; color: #fff; background-color: #c0a46d; }

.header .hidebar{ position: relative; left: 100%; height: 100px; background-color: #c0a46d;
            transition: left 500ms;
    -webkit-transition: left 500ms;
            transition-delay:200ms;
    -webkit-transition-delay:200ms;}
.header .hidebar.show{ left: 0; 
            transition: left 500ms;
    -webkit-transition: left 500ms;}
.header .hidebar.show .nav_li{ left: 0; opacity: 1; 
            transition-property: left,opacity;
    -webkit-transition-property: left,opacity;
            transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
            transition-delay:500ms; 
    -webkit-transition-delay:500ms; }
.dishes_pagination{
    position:absolute;
    left:0;
    bottom:0;
    z-index:10;
    width:100%;
    height:58px;
    line-height:58px;
    font-size:16px;
    font-weight: bold;
    text-align:center;
}
.gallery_box{
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background:url(../img/bg2.png) 0 0 repeat; 
}
.gallery_con,.gallery_show{
    width: 100%;
    height: 100%;
}
.gallery_show .swiper-slide{
    background-repeat: no-repeat;
    background-position: center center;
}
.gallery_close{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 52px;
    height: 52px;
    background-position:-254px 0;
    cursor: pointer;
}
.gallery_show .dishes_pagination{
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background:url(../img/bg.png) 0 0 repeat;
}

.bookBtn{ 
    width: 160px;
    height: 46px; 
    line-height: 44px; 
    display: inline-block; 
    font-size: 16px; 
    text-align: center; 
    border:1px solid #c0a46d; 
    color: #c0a46d; 
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 700;
}
.bookBtn.b1{ 
    padding: 2px 0;
    height: 40px;
    line-height: 36px;
    font-size: 13px;
    font-weight: 400;
}
.bookBtn.b1 p{
    padding-left: 20px;
    font-size: 12px;
}
.bookBtn:hover{ background: #c0a46d; border-color: #c0a46d; color: #fff;}

.minusIco{ width: 13px; height: 13px; background: #c0a46d; margin-right: 5px; display: inline-block; position: relative; top: 2px;}
.minusIco:before{ content: ''; width: 9px; height: 1px; background: #fff; position: absolute; left: 2px; top: 6px;}
.plusIco:after{ content: ''; width: 1px; height: 9px; background: #fff; position: absolute; left: 6px; top: 2px;}



/*jcf*/
.select-jcfselect3 .center{
    border:1px solid #ddd;
    font-size:14px;
    color:#666;
    height: 33px;
    line-height: 33px;}
.select-jcfselect3 .select-opener{
    top:15px;
    right:8px;
    width:0;
    height:0;
    font-size:0;
    border-left:5px dashed transparent;
    border-right:5px dashed transparent;
    border-top:6px solid #959596;}
.drop-jcfselect3 ul{
    box-sizing:border-box;
    width:100%;
    display:inline-block;
    border:1px solid #ddd}
.drop-jcfselect3 ul .item-selected{
    background:none;}
.drop-jcfselect3 ul .item-selected a{
    color:#b19d61;
    background:none;}
.drop-jcfselect3 ul li:hover,.drop-jcfselect3 ul a:hover,.drop-jcfselect3 ul .item-selected a:hover,.drop-jcfselect3 ul .item-selected{
    background:#f7f7f7;}
.drop-jcfselect3 ul li a{
    background:#f7f7f7;
    color:#666;
    line-height:30px;
    cursor:pointer;}



.swiper-container .arrow-left,.swiper-container .arrow-right{
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -40px;
    z-index: 10;
    width: 33px;
    height: 65px;
    background: url(../img/icon.png) -310px 0 no-repeat;
    cursor: pointer;
}
.swiper-container .arrow-right{
    left: auto;
    right: 30px;
    background-position: -350px 0;
}
/* @media (min-width: 1920px) {
    .banner .searchbox{
        width: 1920px;
        left: 50%;
        margin-left: -960px;
    }
} */