@media (max-width: 1199px) {
  .bx-pl20 {
    padding-left: 20px;
  }
  .bx-pr20 {
    padding-right: 20px;
  }
  /***************************
		头部
	***************************/
  .header .logo {
    padding-left: 10px;
  }
  .header .nav {
    margin-left: 15px;
  }
  .header .nav li > a {
    padding: 0 12px;
  }
  .header .langugua {
    padding-left: 29px;
    background: url(../images/languga.png) no-repeat left center;
  }
  .header_pop .ico {
    left: 35px;
  }
  .header_pop .ico.act {
    left: auto;
    right: 35px;
  }
  /***************************第二行**************************/
  .two_div .two_two,
  .two_div .two_one li,
  .two_div .two_info {
    height: 5.7rem;
  }
  /**********************门店展示*********************/
  .store li .s_img {
    height: 1.963rem;
  }
  .store.c_food li .s_img {
    height: 1.63rem;
  }
  /***********************经典美食详细***************************/
  .jd_detail .jd_dt_right .jd_title a {
    width: 100px;
  }
  .news_detail p img{ max-width:100%;}
}
@media (max-width: 991px) {
  .bm-dn {
    display: none;
  }
  .bm-db {
    display: block;
  }
  .bm-w100 {
    width: 100%;
  }
  .bx-fs18 {
    font-size: 18px;
  }
  .bx-fs14 {
    font-size: 14px;
  }
  .bx-fn {
    float: none;
  }
  /***************************头部**************************/
  .header {
    height: 83px;
    text-align: center;
  }
  .header .logo {
    padding: 16px 0 0;
    display: inline-block;
    float: none;
  }
  .header .nav {
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    left: -328px;
    top: 0;
    width: 52.8125%;
    max-width: 328px;
    min-height: calc(100vh);
    background-color: #fff;
    display: block;
    margin-left: 0;
    z-index: 9999;
  }
  .header .nav li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px 15px 15px 35px;
  }
  .header .nav li .nav_line {
    display: none;
  }
  .header .nav li > a {
    padding-left: 40px;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
    background: url(../images/go_next06.png) no-repeat left center;
  }
  .header .nav li > a.act {
    background-image: url(../images/go_next04.png);
  }
  .header .nav li:hover > a,
  .header .nav li.act > a {
    background-color: transparent;
  }
  .header .nav li .snav {
    padding-left: 60px;
  }
  .header .nav li .snav a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 30px;
  }
  .header .langugua {
    padding-left: 32px;
    text-indent: -9999px;
    margin-left: 27px;
    height: 27px;
    margin-top: 25px;
    background-image: url(../images/languga1.png);
  }
  .header .langugua_div {
    left: 0;
    width: 100%;
    top: 83px;
    z-index: 999;
    background-color: #7c0001;
  }
  .header .langugua_div a {
    color: #fff;
  }
  /***************************第二行**************************/
  .two_div .two_info {
    left: 0;
    top: 0;
    z-index: 999;
    width: 71.875%;
    margin-left: 14.0625%;
  }
  .two_div .two_title {
    width: 100px;
    height: 75px;
  }
  .two_div .two_two,
  .two_div .two_one li,
  .two_div .two_info {
    height: 15.19rem;
  }
  .two_div .two_img_box {
    width: 67px;
    height: 71px;
  }
  .two_div .two_two_text {
    margin-top: 10px;
  }
  /***************************视频专区****************************/
  .vedio .vedio_box .top li .ico {
    background-size: 70px 70px;
  }
  /***************************新闻中心**************************/
  .news .news_left {
    width: 74%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .news .news_right {
    margin-top: 15px;
    width: 80%;
    float: none;
    margin-left: 10%;
    margin-right: 10%;
  }
  /**********************特色美食*********************/
  .food li .s-img {
    height: 3.55rem;
  }
  .food li .p-name .add {
    background-size: 17px 17px;
    height: 25px;
  }
  .food li:hover .p-name .add,
  .food li.act .p-name .add {
    background-size: 25px 25px;
  }
  /**********************底部*********************/
  .footer {
    text-align: center;
  }
  .footer .footer_left {
    display: inline-block;
    float: none;
    padding-left: 0;
  }
  .footer .footer_left a {
    margin-left: 12px;
    margin-right: 12px;
  }
  /**************************************
		广告图
	*************************************/
  .adImg {
    height: 2.384rem;
  }
  /**************************************
		最新活动
	*************************************/
  .activity li {
    height: auto;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .activity .activity_left {
    width: 100%;
    float: none;
    height: 2.089rem;
  }
  .activity .activity_right {
    margin: 15px 2% 20px;
    width: 96%;
  }
  .activity .activity_text {
    height: auto;
  }
  /***********************经典美食详细***************************/
  .jd_detail .jd_dt_left {
    width: 90%;
    padding: 63px 5% 60px;
  }
  .jd_detail .jd_dt_right {
    width: 90%;
    padding: 63px 5% 60px;
  }
  .jd_detail .jd_dt_right .jd_title a {
    width: 122px;
  }
  /********************新闻列表******************/
  .news_list li {
    margin-left: 2.3%;
    margin-right: 2.3%;
  }
  .news_list .news_img {
    width: 34%;
  }
  .news_list .news_text {
    padding-top: 57px;
    width: 66%;
  }
  .news_list .news_date {
    width: 16.5%;
    margin-left: 2.5%;
  }
  .news_list .news_text_p {
    width: 67.5%;
    padding-left: 3%;
  }
  .news_list .news_go {
    width: 8.5%;
  }
  /*********************职务招聘-投递简历********************/
  .zp_td {
    padding: 35px 10px 60px;
  }
  .zp_td .zp_table .one.two .s_name {
    width: 19.5%;
  }
  .zp_td .zp_table .one .inp {
    width: 140px;
  }
  .zp_td .zp_table .one .inp.select {
    width: 156px;
  }
  .zp_td .zp_table .one .inp.textarea {
    width: 67.2%;
  }
  .zp_td .zp_table .s_name {
    width: 39%;
  }
  .table_m_p_b {
    margin-left: 19.5%;
  }
  .header .nav li:hover > a,
.header .nav li.act > a {
  background-color: #fff;
  transition: all 0.5s;
  color:#c4321b;
}
}
@media (max-width: 640px) {
  .sm-dn {
    display: none;
  }
  .sm-db {
    display: block;
  }
  .sm-inline {
    display: inline;
  }
  .sm-tar {
    text-align: right;
  }
  .sm-tac {
    text-align: center;
  }
  .sm-fl {
    float: left;
  }
  .sm-w92 {
    width: 92%;
  }
  .sm-mb5 {
    margin-bottom: 5px;
  }
  .sm-mt5 {
    margin-top: 5px;
  }
  .sm-tal {
    text-align: left;
  }
  .sm-fr {
    float: right;
  }
  .sm-fs20 {
    font-size: 20px;
  }
  .sm-fn {
    float: none;
  }
  .text_ss {
    font-size: 13px;
    line-height: 20px;
  }
  .text_b {
    font-size: 24px;
    line-height: 1.2;
  }
  .text {
    font-size: 14px;
    line-height: 20px;
  }
  .text_s {
    font-size: 12px;
    line-height: 1;
  }
  .text_m {
    font-size: 16px;
    line-height: 1.1;
  }
  .sx-fs20 {
    font-size: 20px;
  }
  .sx-fs18 {
    font-size: 18px;
  }
  .sx-li32 {
    line-height: 32px;
  }
  .sx-li20 {
    line-height: 20px;
  }
  .sx-pb20 {
    padding-bottom: .2rem;
  }
  .sx-pb15 {
    padding-bottom: .15rem;
  }
  .sx-li42 {
    line-height: 0.42rem;
  }
  .sx-fs15 {
    font-size: 15px;
  }
  /***************************
		头部
	***************************/
  .header {
    height:1.2rem;
    text-align: center;
  }
  .header .nav_ico {
    width: .32rem;
    height: .27rem;
    margin-top: .48rem;
    margin-left: .27rem;
  }
  .header .logo {
    padding-top: .1rem;
    width: 4.46rem;
    /*height: .51rem;*/
  }
  .header .nav {
    max-width: 100%;
    left: -52.8125%;
    padding-top: .3rem;
    padding-bottom: .3rem;
  }
  .header .nav li {
    padding: .15rem .15rem .15rem .35rem;
  }
  .header .nav li > a {
    padding-left: .4rem;
    font-size: .34rem;
    line-height: .47rem;
    background-size: .24rem .24rem;
  }
  .header .nav li .snav {
    padding-left: .6rem;
  }
  .header .nav li .snav .snav_lf { float:left!important;}
  .header .nav li .snav a {
    font-size: .28rem;
    line-height: .8rem;
  }
  .header .langugua {
    padding-left: .32rem;
    margin-left: .27rem;
    height: .32rem;
    margin-top: .25rem;
    background-size: .32rem .32rem;
    background-position: center top;
  }
  .header .langugua_div {
    top: .83rem;
  }
  /***************************第二行**************************/
  .two_div .two_title {
    width: 315px;
    height: 70px;
    margin-bottom: .32rem;
  }
  .two_div .two_info {
    width: 84%;
    margin-left: 8%;
  }
  .two_div .two_info .fiv_p_text {
    line-height: 20px;
    -webkit-line-clamp: 5;
  }
  .two_div .go_next {
    width: 25px;
    height: 25px;
  }
  .two_div .two_two_box.box2 .two_two_text {
    margin-right: 2%;
    margin-left: 4%;
  }
  .two_div .two_img_box {
    width: .75rem;
    height: .8rem;
  }
  .two_div .two_two_box .two_two_text {
    margin-top: 0;
  }
  .two_div .two_two_box.box1 {
    background-size: 2.08rem 1.46rem ;
  }
  .two_div .two_two_box.box2 {
    background-size: 2.08rem 1.46rem ;
  }
  /***************************视频专区****************************/
  .title {
    padding-left: 30px;
    padding-right: 30px;
    background-size: 22px 22px;
    background-position: right 2px;
  }
  .vedio .vedio_box {
    width: 100%;
    padding-bottom: 0;
  }
  .vedio .vedio_box .top {
    padding: .17rem .19rem 0;
  }
  .vedio .vedio_box .top li {
    padding-bottom: 30px;
  }
  .vedio .vedio_box .top .bx-wrapper .bx-caption span {
    line-height: 20px;
    padding: 5px;
  }
  .vedio .vedio_box .top .bx-wrapper .bx-controls-direction a {
    display: none !important;
  }
  /***************************视频专区****************************/
  .vedio .vedio_box .top li .ico {
    background-size: 1rem 1rem;
  }
  /**********************新闻中心*********************/
  .news .news_left {
    width: 94%;
  }
  .news .news_right {
    width: 94%;
    margin: .18rem 3% .1rem;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
  }
  .news .news_right .slide {
    padding: 11px 0 11px;
  }
  .news .news_right .slide:hover,
  .news .news_right .slide.act {
    background-color: #c4321b;
  }
  .news .news_right .slide:hover p,
  .news .news_right .slide.act p {
    color: #fff;
  }
  .news .news_right .a_prev,
  .news .news_right .a_next {
    display: none;
  }
  /**********************特色美食*********************/
  .food {
    background: url(../testing/food_bg.jpg) no-repeat center center;
    overflow: hidden;
    text-align: center;
  }
  .food li {
    width: 100%;
    display: block;
    margin-bottom: .4rem;
  }
  .food li .s-img {
    height: auto;
    background-image: none !important;
  }
  .food li .p-name {
    background: #c4321b;
  }
  .food li .p-name .add {
    background-image: url(../images/add_food_h.png);
    background-size: 22px 22px;
  }
  .food li .p-name .ts {
    color: #fff074;
  }
  .food li:hover .p-name .add {
    background-size: 22px 22px;
  }
  /**********************门店展示*********************/
  .sm-w89375 {
    width: 89.375%;
    margin-left: auto;
    margin-right: auto;
  }
  .sm-select-p i {
    border: 1px solid #ebebeb;
    padding: 10px .72rem 10px .3rem;
    background: url(../images/p-select_ico.png) no-repeat 96.5% center;
    background-size: .28rem .14rem;
    line-height: 20px;
  }
  .store .store_title {
    position: absolute;
    left: 5.3125%;
    top: 40px;
    width: 89.375%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ebebeb;
    z-index: 999;
    background-color: #fff;
  }
  .store .store_title a {
    display: block;
    padding: .1rem 0;
    margin: 0;
    border-radius: 0;
    line-height: 20px;
  }
  .store .store_title a.act,
  .store .store_title a:hover {
    color: #fff;
    background-color: #c4321b;
  }
  .store .store_title a.act .radius,
  .store .store_title a:hover .radius {
    display: none;
  }
  .store ul {
    margin-left: -2.4%;
  }
  .store li {
    width: 47.6%;
    margin-left: 2.4%;
    margin-bottom: .15rem;
  }
  .store li .s_img {
    height: 3.715rem;
  }
  .store li .new_ico {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  /**********************底部*********************/
  .footer {
    padding-bottom: .5rem;
  }
  .footer .footer_nav a {
    font-size: 12px;
    padding-left: .05rem;
    padding-right: .05rem;
  }
  .footer .footer_left a {
    font-size: 12px;
    line-height: 22px;
    padding-left: 28px;
    margin-left: 8px;
    margin-right: 8px;
  }
  /**************************************
		最新活动
	*************************************/
  .activity li {
    margin-bottom: .3rem;
  }
  .activity .activity_left {
    height: 2.76rem;
  }
  .jz_more {
    width: 140px;
    height: 30px;
    line-height: 30px;
  }
  /**************************************
		内页导航
	*************************************/
  .c_title {
    padding-top: .4rem;
    background-size: auto 2rem;
    position: relative;
  }
  .c_title .c_title_phone {
    background: url(../images/p-select_ico.png) no-repeat 95% center #e8e8e8;
    background-size: .28rem .14rem;
  }
  .c_title .cnav {
    display: none;
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 99;
  }
  .c_title .cnav a {
    display: block;
    font-size: 16px;
    width: 100%;
    line-height: .42rem;
    height: .42rem;
    padding: .2rem .3rem;
    text-align: left;
    background-color: #dadada;
    border: none;
    margin-left: 0;
    margin-top: 1px;
  }
  .text_img01 {
    width: 76%;
    padding-left: 12%;
    padding-right: 12%;
  }
  .c_store li {
    margin-bottom: .4rem;
  }
  .store.c_food li .s_img {
    height: 3.118rem;
  }
  /***********************经典美食详细***************************/
  .jd_detail .jd_dt_left {
    width: 94%;
    padding: .6rem 3%;
  }
  .jd_detail .jd_dt_left .bx-wrapper .bx-controls-direction a {
    width: 25px;
    height: 50px;
    margin-top: -25px;
  }
  .jd_detail .jd_dt_left .bx-wrapper .bx-controls-direction a.bx-prev {
    background-size: 11px 23px;
  }
  .jd_detail .jd_dt_left .bx-wrapper .bx-controls-direction a.bx-next {
    background-size: 11px 23px;
  }
  .jd_detail .jd_dt_right {
    width: 94%;
    padding: .6rem 3%;
  }
  .jd_detail .jd_dt_right .jd_title {
    height: 30px;
  }
  .jd_detail .jd_dt_right .jd_title a {
    font-size: 15px;
    width: 100px;
    line-height: 28px;
  }
  .goback_a {
    line-height: 18px;
  }
  .goback_a i {
    height: 16px;
    width: 25px;
    background-size: 20px 16px;
  }
  /************************网站地图*********************/
  .sizt li {
    padding: .25rem;
    margin-bottom: .35rem;
  }
  .sizt .sizt_b a {
    min-width: 83px;
    margin-right: 8px;
    line-height: 20px;
    margin-bottom: .25rem;
  }
  .news_list li {
    height: 100px;
  }
  .news_list .news_img {
    width: 39%;
  }
  .news_list .news_text {
    padding-top: 5px;
    width: 61%;
  }
  .news_list .news_text_p {
    width: 94%;
    padding-left: 4%;
  }
  /*******************发展里程*******************/
  .develop {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  .develop .develop_line {
    padding-bottom: 0;
    left: 22%;
  }
  .develop .develop_ico01 {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    left: -20px;
  }
  .develop .develop_ico02 {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    left: 98px;
    bottom: 15px;
  }
  .develop .develop_years {
    left: 30px;
    top: 5px;
  }
  .develop .develop_ul {
    padding-top: 60px;
  }
  .develop li {
    padding-bottom: 35px;
  }
  .develop li .develop_left {
    float: left;
    width: 19%;
    margin-left: 2%;
    margin-right: 1%;
  }
  .develop li .develop_right {
    float: right;
    width: 74%;
    line-height: 24px;
  }
  .develop li.two .develop_left {
    float: left;
    margin-left: 2%;
    margin-right: 1%;
    text-align: right;
  }
  .develop li.two .develop_right {
    float: right;
    margin-right: 1%;
    margin-left: 3%;
    text-align: left;
  }
  .develop .d_ico {
    left: 22%;
  }
  #allmap {
    margin-top: 0;
    height: 350px;
  }
  .map_box {
    position: static;
    height: auto;
  }
  .map_box .mauto {
    padding-top: 0;
  }
  .map_box .map_box_div {
    margin-top: 0;
    padding-left: 0;
    background: none;
    width: 100%;
    margin-left: 0;
  }
  .map_box .map_box_div1 {
    width: 90%;
    padding: .4rem 5% .1rem;
  }
  .map_box .map_box_div2 {
    padding: 0;
  }
  /*********************在线留言********************/
  .m-p {
    line-height: .6rem;
  }
  .m-p p {
    width: 100%;
  }
  .m-p p span {
    line-height: 32px;
  }
  .m-p p.p-100 span {
    width: 93%;
  }
  .m-p p b {
    line-height: 32px;
    width: 18%;
  }
  .m-p p.p-100 b {
    width: 18%;
  }
  .m-p p span .inp {
    line-height: 32px;
  }
  .m-p p.p-100 span .inp {
    width: 75%;
  }
  .m-p p.p-100 textarea {
    width: 96%;
    outline: none;
    padding: 2%;
  }
  .m-p-b a {
    width: 30%;
    margin: 0 1%;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
  }
  .message .mg h1 {
    font-size: 16px;
    line-height: 24px;
  }
  /*********************职务招聘********************/
  .job li .j_title {
    line-height: 35px;
  }
  .job li .j_td_a a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 22px;
  }
  .job li .j_td_a a i {
    height: 22px;
  }
  /*********************职务招聘-投递简历********************/
  .zp_td {
    padding: .35rem .2rem .6rem;
  }
  .zp_td .zp_table {
    display: block;
  }
  .zp_td .zp_table li {
    margin-bottom: 0;
  }
  .zp_td .zp_table .one {
    width: 100%;
    margin-bottom: 10px;
  }
  .zp_td .zp_table .one.two .s_name {
    width: 35%;
  }
  .zp_td .zp_table .one .inp {
    width: 150px;
  }
  .zp_td .zp_table .one .inp.select {
    width: 166px;
  }
  .zp_td .zp_table .one .inp.textarea {
    width: 150px;
  }
  .zp_td .zp_table .yzm {
    width: 86px;
    margin-left: 35%;
  }
  .zp_td .zp_table .s_name {
    width: 35%;
  }
  .table_m_p_b {
    margin-left: 0%;
    text-align: center;
  }
}
