.tzhj_con{
    margin-top: 30px;
    font-size: 16px;
}
.selector_title{
    height:72px;
    box-sizing: border-box;
    padding:32px 0 16px 0;
    border-bottom: 1px solid #0f8549;
}
.selector_title .down_icon{
    width:40px;
    text-align: center;
}
.selector_title .down_icon img{
    display: inline-block;
}
.selector_title .txt{
    display: inline-block;
    width:100px;
    height:24px;
    line-height: 24px;
    text-align: center;
    background: #0f8549;
    color:#fff;
}
/*分类*/
.group_title{
    line-height: 20px;
    margin-bottom: 6px;
}
/*.tz_list{*/
    /*padding:10px 40px 40px;*/
/*}*/
.tz_list{
    padding:0;
}
.list_group{
    margin-top: 30px;
}
.title_r .more{
    font-size: 14px;
}
.title_l>i{
    display: inline-block;
    width:6px;
    height:18px;
    background:#0f8549;
    margin:0 6px -3px 0;
}
.title_l>span{
    color: #0f8549;
}
.group_con{
    height:320px;
    overflow: hidden;
    /*width:500px;*/
    width:50%;
}
.group_con .group_con_l{
    width:150px;
    height:100%;
    overflow: hidden;
    position:relative;
}
.group_con .group_con_l>img{
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.group_con .group_con_l:hover>img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.group_con_l .down-txt{
    position:absolute;
    bottom:0;
}
.group_con_l .group_con_img{
    background: rgba(238,238,238,.8);
    color: #fff;
}
.group_con_l .group_con_img p{
    width:100%;
    height:30px;
    line-height: 30px;
    text-align: center;
    background: rgba(0,0,0,.2);
}
.group_txt{
     width:150px;
     height:100px;
     line-height: 100px;
     text-align: center;
     background: rgba(131,188,159,.5);
     color:#fff;
     font-weight: bold;
 }
.group_txt span{
    border:2px solid #fff;
    border-left: 0;
    border-right: 0;
    padding:8px 0;
}
.group_con .group_con_t{
    width:100%;
    height:160px;
    border:1px solid #e5e5e5;
    box-sizing: border-box;
    overflow: hidden;
    position:relative;
    padding-left: 35px;
    background: #f7f8f8;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;

}
.group_con .group_con_t:hover{
    border-color: #0f8549;
    background: #fff;
}
.group_con .group_con_t:hover img{
    right:20px;
}
.group_con .group_con_t .title{
    width: 160px;
}
.group_con .group_con_t .title h2{
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
}

.group_con .group_con_t .title h3{
    position:relative;
    font-size: 12px;
    color:#0f8549;
    z-index: 10;
    line-height: 30px;
}
.group_con .group_con_t img{
    position:absolute;
    right: 10px;
    top: 15px;
    z-index: 1;
    width:130px;
    height:130px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
/*季度尝鲜*/
.jd_list{
    height:320px;
}
.jd_list li{
    width:25%;
    height:100%;
    float:left;
    overflow: hidden;
    margin-left: -1px;
}
.jd_list li .border{
    display: inline-block;
    width:100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border:1px solid #e5e5e5;
    position:relative;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.jd_list li .border:hover{
    border-color: #0f8549;
    z-index: 100;
}
.jd_list li .border:hover img{
    margin-top: 20px;
}
.jd_list li .border img{
    width:200px;
    height:200px;
    margin:38px auto 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.jd_list li .border .txt{
    color:#fff;
    position: absolute;
    bottom: 0;
    width:100%;
    height: 80px;
    line-height: 80px;
    background: rgba(15,133,73,.5);
    text-align: center;
    padding: 0 24px;
    overflow: hidden;
    box-sizing: border-box;
}
.jd_list li .border .txt span{
    font-size: 25px;
    font-weight: bold;
}
.jd_list li .border .txt i{
    display: inline-block;
    width:3px;
    height:25px;
    background: #fff;
    margin:0 16px -5px;
}
.jd_list li .border .txt em{
    overflow: hidden;
}
/*每月上新*/
.m_con{
    background: #e5e5e5;
    width: 482px;
}
.m_con li{
    float: left;
    width:160px;
    height:80px;
    margin:0 1px 1px 0;
    cursor:pointer;
}
.m_con .m_list{
    height:100%;
    background: #f7f8f8;
    position:relative;
    box-sizing: border-box;
    border: 1px solid transparent;
    padding: 16px 0 0 16px;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.m_con .m_list .m_img{
    position: absolute;
    right:5px;
    top:10px;
    width:60px;
    height:60px;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.m_list .m_txt{
    color:#9fa0a0;
}
.m_list .m_txt_d{
    font-size: 12px;
    color:#9fa0a0;
    line-height: 30px;
    display: none;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.m_con li:nth-child(3n){
    margin-right: 0;
}
.m_con li.b_d{
    margin-bottom: 0;
}
.m_con li:hover .m_list,
.m_con li.hover .m_list{
    background: #fff;
    border-color: #0f8549;
    box-shadow:0 0 3px #070002;
    z-index: 10;
}
.m_con li:hover .m_txt_d,
.m_con li.hover .m_txt_d{
    display: block;
    width:72px;
}
.m_con li:hover .m_list .m_img,
.m_con li.hover .m_list .m_img{
    right:10px;
}
.m_right{
    margin-left: 482px;
    background: #e5e5e5;
    height:323px;
    /*padding:0 30px;*/
    padding:0 70px;
}
.m_right_con{
    display: inline-block;
    position:relative;
    overflow: hidden;
}
.m_right .m_right_con .m_r_img{
    width:458px;
    height:323px;
}
.m_right_con .txt{
    color:#fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: rgba(15,133,73,.5);
    text-align: center;
}
.m_right_con .txt span{
    font-size: 25px;
    font-weight: bold;
}
.m_right_con .txt i{
    display: inline-block;
    width:3px;
    height:25px;
    background: #fff;
    margin:0 16px -5px;
}
.m_right_con .txt em{
    font-weight: bold;
}
/*美食优物*/
.food_con{
    margin:0 5px;
}
.food_con>li{
    float:left;
    width:225px;
    height:160px;
    margin:0 56px 20px 0;
    /*margin:0 30px 20px 0;*/
    box-sizing: border-box;
    overflow: hidden;
    border:1px solid transparent;
    background: #f7f8f8;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.food_con>li:nth-child(4n) {
    margin-right: 0;
}
.food_con>li>a{
    display: block;
    position:relative;
    width:100%;
    height:100%;
    box-sizing: border-box;
    z-index: 0;
}
.food_con>li>a>img{
    position:absolute;
    bottom:30px;
    right:5px;
    z-index:-1;
    width:100px;
    height:100px;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.food_con>li>a>.txt{
    width:107px;
    height:100%;
    overflow: hidden;
    padding:10px 0 0 10px;
}
.food_con>li>a>.txt>i{
    font-size: 12px;
    line-height: 30px;
    color:#9fa0a0;
}
.food_con>li>a span{
    color:#0f8549;
    font-weight: bold;
}
.food_con>li:hover{
    background: #fff;
    border-color: #0f8549;
}
.food_con>li:hover img{
    right:15px;
}
/*美景仙境*/
.beautiful>li{
    /*width:485px;*/
    width:535px;
    height:345px;
    float:left;
}
.beautiful>li .txt{
    height:60px;
    line-height: 60px;
}
.beautiful>li>.m_right_con{
    display: inline-block;
    width:100%;
    height:100%;
    box-sizing: border-box;
    border:1px solid transparent;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.beautiful>li>.m_right_con img{
    width:100%;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
/*
.beautiful>li>.m_right_con img{
    width:485px;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.beautiful>li:first-child{
    margin-right: 30px;
}*/
.beautiful>li:first-child{
    margin-right: 10px;
}
.beautiful>li:hover>.m_right_con{
    border-color: #0f8549;
}
.beautiful>li:hover>.m_right_con>img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.beautiful .m_right_con>.txt>em,
.beautiful .m_right_con>.txt>span{
    font-size: 16px;
}
.beautiful .m_right_con>.txt>em{
    font-weight: normal;
}
.beautiful .m_right_con>.txt>i{
    height:16px;
    margin-bottom: -3px;
}