@charset "utf-8";

/* 在这里写最新的样式，不要写在之前的CSS文件里面 */
/* lke */
/* 首页 */
.ban-e1 {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 154px;
}

.ban-e1::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    background-image: url(../images/menu/index/e-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index: 0;
}

.ban-e1 .wp{
	position:relative;
	z-index:1;
}

.ban-e1 .tit {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 132px 0 12px;
}

.ban-e1 .box {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.ban-e1 .pic-top {
    position: relative;
    float: right;
    width: 96px;
    height: 96px;
	display: none;
}

.ban-e1 .pic-top .num {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*color: #7E7574;*/
	color: rgba(255, 255, 255, .45);
    font-size: 35px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.ban-e1 .box .img1 {
    float: right;
    display: inline;
    width: 96px;
    margin-bottom: 44px;
}

.ban-e1 .desc {
    margin-bottom: 19px;
	display:none;
}

.ban-e1 .desc .img1 {
    float: none;
    display: inline-block;
    width: 24px;
    margin-bottom: 0;
}

.ban-e1 .desc .img2 {
    float: none;
    display: inline-block;
    width: 35px;
}

.ban-e1 .desc span {
    display: inline-block;
    font-size: 33px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 4px;
}

.ban-e1 .info {
    font-size: 16px;
    line-height: 1.8;
    color: #FFFFFF;
	width: 640px;
    margin-bottom: 72px;
}

.ban-e1 .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #E8340C;
    border-radius: 15px;
    overflow: hidden;
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
}

.m-idxnew1 {
    padding: 53px 0 34px;
    overflow: hidden;
}

.g-tit {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-left: 12px;
}

.g-tit::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    content: ' ';
    width: 3px;
    height: 24px;
    background: #E8340C;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.ul-list-e1 {
    margin: 0 -30px;
}

.ul-list-e1 li {
    float: left;
    width: 33.3%;
    padding: 35px 0 25px;
}

.ul-list-e1 .con {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 30px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.ul-list-e1 .con:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.ul-list-e1 .pic {
    position: relative;
    height: 0;
    padding-top: 66.8%;
}

.ul-list-e1 .con .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.ul-list-e1 .con .bg1 {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    transition: .5s;
}

.ul-list-e1 .con:hover .bg1 {
    background: rgba(0, 0, 0, .4);
}

.ul-list-e1 .box {
    position: absolute;
    top: 51%;
    left: 50%;
    width: 100%;
    box-sizing: border-box;
    z-index: 5;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.ul-list-e1 .pic1 {
    width: 48px;
    height: 48px;
    margin: 0 auto 15px;
}

.ul-list-e1 .pic1 .img1 {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.ul-list-e1 .con:hover .img1,
.ul-list-e1 .pic1 .img2 {
    display: none;
}

.ul-list-e1 .con:hover .img2 {
    display: inline-block;
}

.ul-list-e1 .tit {
    font-size: 24px;
    font-weight: bold;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFFFFF;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    margin-bottom: 7px;
}

.ul-list-e1 .con:hover .tit {
    color: #E8340C;
}

.ul-list-e1 .en {
    font-size: 12px;
    font-family: Arial;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    text-transform: uppercase;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.ul-list-e1 .pic2 {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.ul-list-e1 .pic2 img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.m-idxnew2 {
    padding: 55px 0 78px;
    overflow: hidden;
}

.ul-list-e2 {
    margin: 0 -30px;
}

.ul-list-e2 li {
    float: left;
    width: 33.3%;
    padding: 33px 0 15px;
}

.ul-list-e2 .con {
    display: block;
    margin: 0 30px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.ul-list-e2 .con:hover {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}

.ul-list-e2 .tit {
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin-bottom: 3px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ul-list-e2 .con:hover .tit {
    color: #E8340C;
}

.ul-list-e2 .date {
    font-size: 14px;
    font-family: Arial;
    text-align: center;
    color: #999999;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ul-list-e2 .pic {
    position: relative;
    background: #F7F7F7;
    border-radius: 10px;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    margin-bottom: 38px;
	border: 1px solid #f5f5f5;
}

.ul-list-e2 .con:hover .pic {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    border: none;
}

.ul-list-e2 .pic .img1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ul-list-e2 .pic .img2 {
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	display: none;
}

@media only screen and (max-width: 1440px) {
    .ban-e1 .tit {
        font-size: 28px;
    }

    .ul-list-e1 .tit {
        font-size: 20px;
    }

    .ul-list-e1 .pic2 {
        width: 50px;
        height: 50px;
    }

    .g-tit {
        font-size: 20px;
    }

    .g-tit::before {
        width: 2px;
        height: 20px;
    }

    .ul-list-e1 {
        margin: 0 -20px;
    }

    .ul-list-e1 li {
        padding: 25px 0 20px;
    }

    .ul-list-e1 .con {
        margin: 0 20px;
    }

    .ul-list-e2 {
        margin: 0 -20px;
    }

    .ul-list-e2 .con {
        margin: 0 20px;
    }

    .m-idxnew2 {
        padding: 40px 0 60px;
    }

    .ul-list-e2 li {
        padding: 25px 0 15px;
    }

    .m-idxnew1 {
        padding: 40px 0 20px;
    }

    .ul-list-e2 .pic {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .ul-list-e1 {
        margin: 0 -10px;
    }

    .ul-list-e1 li {
        padding: 15px 0 10px;
    }

    .ul-list-e1 .con {
        margin: 0 10px;
    }

    .ul-list-e2 {
        margin: 0 -10px;
    }

    .ul-list-e2 .con {
        margin: 0 10px;
    }

    .m-idxnew2 {
        padding: 30px 0 40px;
    }

    .ul-list-e2 li {
        padding: 15px 0 15px;
    }

    .m-idxnew1 {
        padding: 30px 0 10px;
    }

    .ban-e1 .tit {
        font-size: 25px;
        padding: 107px 0 12px;
    }

    .ban-e1 .box .img1 {
        width: 80px;
        margin-bottom: 22px;
    }

    .ban-e1 .pic-top {
        width: 80px;
        height: 80px;
    }

    .ban-e1 .desc .img1 {
        width: 24px;
        margin-bottom: 0;
    }

    .ban-e1::before {
        height: 200px;
    }

    .ban-e1 .desc {
        margin-bottom: 7px;
    }

    .ban-e1 .pic-top .num {
        top: 42%;
        font-size: 28px;
    }

    .ban-e1 .info {
        margin-bottom: 30px;
    }

    .ul-list-e1 .tit {
        font-size: 18px;
    }

    .ul-list-e2 .tit {
        font-size: 16px;
    }

    .ban-e1 .info br {
        display: none;
    }
}

@media only screen and (max-width: 959px) {
    .ul-list-e1 {
        margin: 0 -5px;
    }

    .ul-list-e1 .con {
        margin: 0 5px;
    }

    .ul-list-e2 {
        margin: 0 -5px;
    }

    .ul-list-e2 .con {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .ban-e1::before {
        height: 100px;
    }

    .ban-e1 {
        padding: 40px 0 80px;
    }

    .ban-e1 .pic-top {
        width: 50px;
        height: 50px;
    }

    .ban-e1 .pic-top .num {
        top: 42%;
        font-size: 17px;
    }

    .ban-e1 .box .img1 {
        width: 50px;
        margin-bottom: 10px;
    }

    .ban-e1 .desc .img1 {
        width: 20px;
        margin-bottom: 0;
    }

    .ban-e1 .desc .img2 {
        float: none;
        display: inline-block;
        width: 30px;
    }

    .ban-e1 .desc span {
        display: inline-block;
        font-size: 25px;
        font-weight: bold;
        color: #FFFFFF;
        padding: 0 2px;
    }

    .ban-e1 .tit {
        font-size: 20px;
        padding: 78px 0 10px;
    }

    .ban-e1 .info {
        font-size: 14px;
        margin-bottom: 15px;
        color: rgba(255, 255, 255, .7);
    }

    .ban-e1 .more {
        width: 90px;
        height: 27px;
        line-height: 27px;
        font-size: 12px;
    }

    .m-idxnew1 {
        padding: 34px 0 35px;
    }

    .g-tit {
        font-size: 18px;
    }

    .ul-list-e1 .pic1 {
        width: 23px;
        height: 23px;
        margin: 0px auto 3px;
    }

    .ul-list-e1 .pic2 {
        width: 30px;
        height: 30px;
    }

    .ul-list-e1 .tit {
        font-size: 14px;
        margin-bottom: 0;
    }

    .ul-list-e1 li {
        padding: 15px 0 0px;
    }

    .ul-list-e1 .pic2 {
        width: 35px;
        height: 35px;
    }

    .m-idxnew2 {
        padding: 30px 0 49px;
    }

    .ul-list-e2 .tit {
        font-size: 14px;
    }

    .ul-list-e2 .date {
        font-size: 12px;
    }

    .ul-list-e1 {
        margin: 0 -7px;
    }

    .ul-list-e2 li,
    .ul-list-e1 li {
        width: 50%;
    }

    .ul-list-e1 .con {
        margin: 0 7px;
    }

    .ul-list-e2 {
        margin: 0 -7px;
    }

    .ul-list-e2 .con {
        margin: 0 7px;
    }

    .ul-list-e2 li {
        padding: 15px 0 7px;
    }

    .g-tit::before {
        width: 3px;
        height: 19px;
    }

    .ul-list-e2 .tit {
        margin-bottom: 0;
    }

    .ul-list-e2 .pic {
        margin-bottom: 10px;
    }

    .ul-list-e2 .pic .img2 {
        bottom: 7px;
        width: 16px;
    }
}

/* 首页 end */
/* 详情 */
.ban-cook-e1 .pic {
    padding-top: 19%;
    position: relative;
}
.ban-cook-e1 .pic::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
	z-index:1;
}

.ban-cook-e1 .pic .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	z-index:0;
}

.ban-cook-e1 .pic .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
	z-index:2;
}

.ban-cook-e1 .pic .icon {
    display: block;
    width: 64px;
    margin: 0 auto 4px;
}

.ban-cook-e1 .pic .icon img {
    display: block;
}

.ban-cook-e1 .pic .tit {
    font-size: 36px;
    font-weight: bold;
}

.ban-cook-e1 .pic .desc {
    font-size: 18px;
    font-family: Arial;
    opacity: .5;
    text-transform: uppercase;
}

@media only screen and (max-width:1199px) {
    .ban-cook-e1 .pic {
        height: 400px;
        padding-top: 0;
    }

    .ban-cook-e1 .pic .icon {
        width: 45px;
        margin-bottom: 10px;
    }

    .ban-cook-e1 .pic .tit {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .ban-cook-e1 .pic .desc {
        font-size: 16px;
    }
}

@media only screen and (max-width:767px) {
    .ban-cook-e1 .pic {
        height: 200px;
    }

    .ban-cook-e1 .pic .icon {
        width: 30px;
        margin-bottom: 4px;
    }

    .ban-cook-e1 .pic .tit {
        font-size: 20px;
        margin-bottom: 0;
    }

    .ban-cook-e1 .pic .desc {
        font-size: 14px;
    }

    .ul-cooklist-e1 .info span {
        background-size: 10px;
        padding-left: 12px;
    }
}

.m-cur {
    padding: 20px 0 20px;
    background: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 0px -1px 0px 0px #DDDDDD;
}

.m-cur .cur {
    float: left;
    background-image: url(../images/menu/detail/cur.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    padding-left: 14px;
}

.g-top .back,
.m-cur .back {
    float: right;
    background-image: url(../images/menu/detail/back.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    padding-left: 20px;
    font-size: 12px;
    color: #999999;
}
.g-top .back a{color:#999;}

.m-cur .cur i {
    display: inline-block;
    font-style: normal;
    width: 6px;
    height: 10px;
    margin: 0 10px;
    background-size: 0;
    vertical-align: top;
}

.m-cur .cur i img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}


.m-cur .cur span,
.m-cur .cur a {
    display: inline-block;
    font-size: 13px;
    color: #999999;
    vertical-align: middle;
}

.m-cur .cur span {
    color: #666666;
}

.m-video-e1 {
    position: relative;
    float: left;
    width: 600px;
    height: 450px;
}
.m-video-e1::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
	z-index:1;
	border-radius: 10px 0px 0px 10px;
}
.m-video-e1 .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: none;
    outline: none;
    width: 81px;
    height: 86px;
	cursor:pointer;
    background-image: url(../images/menu/detail/play.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 81px auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	z-index:2;
}

.m-video-e1 video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: rgba(0, 0, 0, 1);
    overflow: hidden;
    border-radius: 10px 0px 0px 10px;
}
.m-video-e1.nobefore::before {
	display:none;
}
.m-video-e1.nobefore video{
    object-fit: contain;
}

.m-detail1 {
    padding: 60px 0 60px;
}

.m-detail1 .box {
    background: #F7F7F7;
    border-radius: 0px 10px 10px;
    -webkit-border-radius: 0px 10px 10px;
    -moz-border-radius: 0px 10px 10px;
    -ms-border-radius: 0px 10px 10px;
    -o-border-radius: 0px 10px 10px;
}

.m-detail1 .txt {
    padding: 27px 30px 30px;
    overflow: hidden;
}

.m-detail1 .top {
    overflow: hidden;
    margin-bottom: 10px;
}

.m-detail1 .top .tit {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.m-detail1 .top .num {
    float: right;
    font-size: 12px;
    font-family: Arial;
    color: #999999;
    background-image: url(../images/menu/detail/e-icon1.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    padding-left: 20px;
}

.m-detail1 .txt .desc {
    font-size: 12px;
    line-height: 1.75;
    color: #878787;
    padding-bottom: 24px;
    border-bottom: 1px solid #E7E7E7;
}

.ul-list-detaile1 {
    margin: 6px 0 25px 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
}

.ul-list-detaile1 li {
    float: left;
    width: 33.3%;
    padding-top: 20px;
}

.ul-list-detaile1 .con {
    display: block;
}

.ul-list-detaile1 .pic {
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto 0;
    background: #EEEEEE;
    border-radius: 20px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.ul-list-detaile1 .txt1 {
    vertical-align: middle;
    overflow: hidden;
    padding-left: 5px;
}

.ul-list-detaile1 .pic1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.ul-list-detaile1 .pic1 img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;

}

.ul-list-detaile1 .tit1 {
    font-size: 14px;
    color: #333333;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ul-list-detaile1 .desc1 {
    font-size: 12px;
    color: #999999;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.g-radio {
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.g-radio input {
    position: fixed;
    left: -9999px;
    appearance: none;
}

.g-radio:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 18px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #DCDFE6;
    border-radius: 50%;
    vertical-align: bottom;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
}

.g-radio.checked:after {
    /*background-image: url(../images/menu/detail/e-icon8-1.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px auto;
    width: 28px;
    height: 28px;
    border: 1px solid transparent;
	display: none;
}
.g-radio.g-radio1.checked:after {
    background-image: url(../images/menu/detail/e-icon8-1.png);
}
.g-radio.g-radio2.checked:after {
    background-image: url(../images/menu/detail/e-icon8-2.png);
}
.g-radio.g-radio3.checked:after {
    background-image: url(../images/menu/detail/e-icon8-3.png);
}


.m-detail1 .bot {
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px 20px 20px 12px;
	display:block;
}

.m-detail1 .bot .con {
    float: left;
}

.m-detail1 .bot .pic {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 24px;
    margin-right: 20px;
}

.m-detail1 .bot .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-detail1 .bot .tit2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
}

.m-detail1 .tit3 {
    font-size: 12px;
    font-family: Arial;
    display: inline-block;
    vertical-align: middle;
    color: #999999;
}

.m-radio {
    float: right;
    vertical-align: middle;
    padding-right: 3px;
}

.g-detailtit {
    position: relative;
    font-size: 16px;
    color: #333333;
    padding-left: 12px;
    margin-bottom: 15px;
}

.g-detailtit::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    content: ' ';
    width: 3px;
    height: 14px;
    background: #E8340C;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);

}

.g-tit2 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 12px;
    width: 112px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #E8340C;
    overflow: hidden;
    border-radius: 20px 20px 20px 0px;
}

.m-table {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 59px;
    overflow: hidden;
}

.ul-table {
    overflow: hidden;

}

.ul-table li {
    float: left;
    width: 12.5%;/*10,12.5*/
    padding: 5px 10px;
    height: 55px;
    display: inline-grid;
    align-items: center;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.ul-table .td1 {
    text-align: right;
    font-size: 14px;
    color: #666666;
    background: #EEEEEE;
}

.ul-table .td2 {
    font-size: 14px;
    color: #333333;
    background: #F7F7F7;
}

.ul-list-detaile2 li {
    margin-bottom: 30px;
}

.ul-list-detaile2 li:last-child {
    margin-bottom: 0;
}

.ul-list-detaile2 .con {
    padding: 30px;
    background: #F7F7F7;
    border-radius: 10px;
    overflow: hidden;
}

.ul-list-detaile2 .pic {
    float: left;
    margin-right: 30px;
    width: 540px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.ul-list-detaile2 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ul-list-detaile2 .con:hover .pic img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.ul-list-detaile2 .txt {
    overflow: hidden;
    padding-top: 25px;
}

.ul-list-detaile2 .tit {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    margin-bottom: 18px;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ul-list-detaile2 .desc {
    font-size: 14px;
    color: #666666;
}

.g-tit3 {
    position: relative;
    text-align: center;
    margin: 60px 0 55px;
}

.g-tit3 .pic {
    position: relative;
    z-index: 3;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 0 20px;
}

.g-tit3 .pic img {
    display: block;
    width: 48px;
}

.g-tit3::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    content: ' ';
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);

}

.m-detail3 .pic1 {
    text-align: right;
    margin-bottom: 51px;
	font-size: 0;
    border-radius: 10px;
	background: #eee url(../images/menu/detail/e-pic13-left.jpg) left center no-repeat;
	background-size: 34.67% auto;
}
.m-detail3 .pic1 img{
    border-radius: 0 10px 10px 0;
	width: 65.33%;
}

.m-detail3 .pic img {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}

.g-tit4 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 33px;
}

.m-detail3 {
    overflow: hidden;
    padding-bottom: 51px;
}

.ul-cooklist-e1 {
    margin: 0px -20px 30px;
    overflow: hidden;
}

.ul-cooklist-e1 li {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 15px;
    float: left;
}


.ul-cooklist-e1 .con {
    display: block;
}

.ul-cooklist-e1 .pic {
    padding-top: 66.6%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

.ul-cooklist-e1 .pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    object-fit: cover;
    transition: .3s;
    width: 100%;
    height: 100%;
}

.ul-cooklist-e1 .con:hover .pic img {
    transform: scale(1.06);
}

.ul-cooklist-e1 .txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ul-cooklist-e1 .tit {
    font-size: 16px;
    color: #666666;
    width: 60%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.5em;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ul-cooklist-e1 .con:hover .tit {
    color: #E8340C;
}

.ul-cooklist-e1 .info {
    font-size: 12px;
    font-family: Arial;
    color: #999999;

}

.ul-cooklist-e1 .info span {
    display: inline-block;
    padding-left: 20px;
    background-image: url(../images/menu/list/b1.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px auto;
}

.g-backtop,
.table-mobile {
    display: none;
}

.m-detail1 .g-tit2 {
    display: none;
}

@media only screen and (max-width:1440px) {
    .ban-e1 .con .tit {
        font-size: 28px;
    }
}

@media only screen and (max-width:1199px) {
    .m-video-e1 {
        position: relative;
        float: none;
        width: 100%;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .m-detail1 .txt {
        padding: 20px 20px 30px;
    }

    .g-tit4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .m-detail3 {
        padding-bottom: 40px;
    }

    .m-detail3 .pic1 {
        margin-bottom: 40px;
    }

    .ul-list-detaile2 .pic {
        margin-right: 20px;
        width: 400px;
        height: 200px;
    }

    .ul-cooklist-e1 {
        margin: 0px 0 0;
    }

    .ul-cooklist-e1 li {
        width: 33.3%;
        padding: 0 10px;
    }

    .m-detail1 {
        padding: 30px 0 30px;
    }

    .m-cur {
        padding: 10px 0 10px;
    }
    .ul-table li {
        float: left;
        width: 16.6%;
    }
}

@media only screen and (max-width:959px) {
    .ul-list-detaile2 .pic {
        margin-right: 20px;
        width: 300px;
        height: 150px;
    }
}

@media only screen and (max-width:767px) {
    .g-backtop {
        position: fixed;
        bottom: 150px;
        right: 28px;
        width: 48px;
        height: 48px;
        background: rgba(0, 0, 0, .7);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        z-index: 5;
    }

    .m-detail1 .g-detailtit,
    .m-cur,
    .ban-cook-e1 {
        display: none;
    }

    .m-detail1 {
        padding: 0px 0 30px;
    }

    .m-detail1 .bot {
        border: 1px solid #EEEEEE;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        overflow: hidden;
        padding: 24px 12px;
    }

    .m-detail1 .bot .pic {
        width: 60px;
        height: 36px;
        margin-right: 12px;
    }

    .m-detail1 .bot .tit2 {
        margin-right: 10px;
    }

    .g-radio:after,
    .g-radio.checked:after {
        background-size: 20px auto;
        width: 20px;
        height: 20px;
    }

    .m-detail1 .box {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        background: transparent;
    }

    .m-detail1 .wp {
        padding: 0 0;
    }

    .m-video-e1 video,
    .m-video-e1 {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
		height: calc(100vw*0.5625);
    }
	.m-video-e1::before {
		border-radius: 0;
	}

    .m-video-e1 .play {
        width: 60px;
        height: 66px;
        background-size: 60px auto;
    }

    .m-detail1 .txt {
        padding: 0px 0px 4px;
    }

    .m-detail1 .box1 {
        padding: 20px 15px 0px;
        background: #F7F7F7;
    }

    .m-detail1 .box2 {
        padding: 36px 15px 0px;
    }

    .m-detail1 .top .tit {
        font-size: 16px;
    }

    .m-detail1 .txt .desc {
        font-size: 13px;
        line-height: 1.8;
        padding-bottom: 16px;
        border-bottom: none;
    }

    .g-backtop .pic img {
        display: inline-block;
        vertical-align: middle;
        width: 14px;
    }

    .m-detail1 .g-tit2 {
        display: block;
    }

    .ul-table .td1 {
        text-align: center;
        font-size: 13px;
        padding: 0 0px;
        color: #999999;
    }

    .ul-table li {
        width: 25%;
    }
	
    .ul-table.new li {height: 45px;line-height: 1.1;}
    .ul-table.new .td2 {padding: 0px 10px;}

    .ul-cooklist-e1 {
        margin: 12px -7px 0;
    }

    .ul-cooklist-e1 li {
        width: 50%;
        padding: 0 7px;
        margin-bottom: 20px;
    }

    .ul-cooklist-e1 .txt {
        display: block;
        text-align: center;
    }

    .ul-cooklist-e1 .tit {
        width: 100%;
    }

    .ul-cooklist-e1 .info span {
        background-size: 10px;
        padding-left: 12px;
    }

    .g-tit2 {
        font-size: 12px;
        font-weight: bold;
        color: #333333;
        display: inline-block;
        margin-bottom: 17px;
        width: 70px;
        height: 25px;
        line-height: 25px;
        background: #EEEEEE;
        border-radius: 10px 10px 10px 0px;
        overflow: hidden;
        -webkit-border-radius: 10px 10px 10px 0px;
        -moz-border-radius: 10px 10px 10px 0px;
        -ms-border-radius: 10px 10px 10px 0px;
        -o-border-radius: 10px 10px 10px 0px;
    }

    .ul-list-detaile1 .pic {
        width: 35px;
        height: 35px;
    }

    .ul-list-detaile1 .pic1 {
        width: 15px;
        height: 15px;
    }

    .ul-list-detaile1 {
        background: #FFFFFF;
        border: 1px solid #EEEEEE;
        border-radius: 18px;
        overflow: hidden;
        padding: 10px 10px 5px;
        margin: 0 0 33px 0;
    }

    .ul-list-detaile1 li {
        padding: 0;
        margin-bottom: 5px;
    }

    .m-detail2 .g-tit2 {
        margin-bottom: 9px;
    }

    .ul-list-detaile2 .pic {
        width: 173px;
        height: 96px;
        border-radius: 9px;
        margin-right: 14px;
    }

    .ul-list-detaile2 .con {
        padding: 0px 13px 0 0;
        border-radius: 9px;
        overflow: hidden;
    }

    .ul-list-detaile2 .tit {
        font-size: 12px;
        color: #999999;
        margin-bottom: 2px;
    }

    .ul-list-detaile2 .desc {
        font-size: 13px;
        line-height: 1.6;
    }

    .ul-list-detaile2 .txt {
        padding-top: 7px;
    }

    .ul-list-detaile2 li {
        margin-bottom: 18px;
    }

    .g-tit3 .pic {
        padding: 0 6px;
    }

    .g-tit3 .pic img {
        width: 21px;
    }

    .g-tit3 {
        margin: 33px 0 33px;
    }

    .g-tit4 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .m-detail3 .pic1 {
        margin-bottom: 26px;
    }

    .ul-cooklist-e1 .pic {
        margin-bottom: 10px;
    }

    .ul-cooklist-e1 .tit {
        font-size: 15px;
    }

    .m-detail3 {
        padding-bottom: 35px;
    }
}

/* 详情 end*/
/* lke end */
/* zwj */
/* 菜单列表 */
.ban-cook .pic {
    padding-top: 18.75%;
    position: relative;
}
.ban-cook .pic::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
	z-index:1;
}

.ban-cook .pic .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	z-index:0;
}

.ban-cook .pic .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
	z-index:2;
}

.ban-cook .pic .icon {
    display: block;
    width: 88px;
    margin: 0 auto;
}

.ban-cook .pic .icon img {
    display: block;
}

.ban-cook .pic .tit {
    font-size: 36px;
    font-weight: bold;
	display: none;
}

.ban-cook .pic .desc {
    font-size: 18px;
    font-family: Arial;
    opacity: .5;
    text-transform: uppercase;
	display: none;
}

.row-cook-list {
    padding: 60px 0;
}

.ul-tabcook {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.ul-tabcook li {
    display: block;
    flex: 1;
    position: relative;
}

.ul-tabcook li::after {
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    background-color: #eee;
    content: "";
}

.ul-tabcook li:last-child:after {
    display: none;
}

.ul-tabcook .con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ul-tabcook .con .icon {
    width: 40px;
    margin-right: 30px;
}

.ul-tabcook .con .icon img {
    display: block;
}

.ul-tabcook .con .icon .img2 {
    display: none;
}

.ul-tabcook .con:hover .icon .img2,
.ul-tabcook .on .con .icon .img2 {
    display: block;
}

.ul-tabcook .con:hover .icon .img1,
.ul-tabcook .on .con .icon .img1 {
    display: none;
}

.ul-tabcook .txt {
    font-size: 22px;
}

.ul-tabcook .on .txt {
    color: #E8340C;
}

.ul-cooklist {
    margin: 60px -20px 30px;
    overflow: hidden;
}

.ul-cooklist li {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 34px;
    float: left;
}


.ul-cooklist .con {
    display: block;
}

.ul-cooklist .pic {
    padding-top: 66.6%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
}

.ul-cooklist .pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    object-fit: cover;
    transition: .3s;
    width: 100%;
    height: 100%;
}

.ul-cooklist .con:hover .pic img {
    transform: scale(1.06);
}

.ul-cooklist .txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ul-cooklist .tit {
    font-size: 16px;
    color: #666666;
    width: 60%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.5em;
}

.ul-cooklist .info {
    font-size: 12px;
    font-family: Arial;
    color: #999999;

}

.ul-cooklist .info span {
    display: inline-block;
    padding-left: 20px;
    background-image: url(../images/menu/list/b1.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px auto;
}

@media only screen and (max-width:1440px) {
    .ul-tabcook .txt {
        font-size: 20px;
    }

    .ul-tabcook .con .icon {
        width: 30px;
        margin-right: 16px;
    }
}

@media only screen and (max-width:1199px) {

    /* .ul-tabcook{
        height: auto;
        display: block;
        overflow-y: hidden;
        overflow-x: auto;
        padding: 20px 0;
        text-align: center;
        white-space: nowrap;
    }
    .ul-tabcook li{
        display: inline-block;
        margin: 0 10px;
    }
    .ul-tabcook li::after{
        display: none;
    } */
    .ul-tabcook {
        height: 64px;
    }

    .ul-tabcook .con {
        display: block;
        text-align: center;
    }

    .ul-tabcook .con .icon {
        width: 25px;
        margin: 0 auto 5px;
    }

    .ul-cooklist {
        margin: 30px 0 0;
    }

    .ul-cooklist li {
        width: 33.3%;
        padding: 0 10px;
    }

    .ban-cook .pic {
        height: 400px;
        padding-top: 0;
    }

    .ban-cook .pic .icon {
        /*width: 35px;
        margin-bottom: 10px;*/
    }

    .ban-cook .pic .tit {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .ban-cook .pic .desc {
        font-size: 16px;
    }
}

@media only screen and (max-width:767px) {

    .ul-tabcook .txt {
        font-size: 15px;
    }

    .ul-tabcook .con .icon {
        width: 18px;
        /* margin-right: 5px; */
    }

    .ul-cooklist {
        margin: 30px -10px 0;
    }

    .ul-cooklist li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .ul-cooklist .txt {
        display: block;
        text-align: center;
    }

    .ul-cooklist .tit {
        width: 100%;
    }

    .row-cook-list {
        padding: 40px 0;
    }

    .ban-cook .pic {
        height: 200px;
    }

    .ban-cook .pic .icon {
        width: 64px;
        /*margin-bottom: 4px;*/
    }

    .ban-cook .pic .tit {
        font-size: 20px;
        margin-bottom: 0;
    }

    .ban-cook .pic .desc {
        font-size: 14px;
    }

    .ul-cooklist .info span {
        background-size: 10px;
        padding-left: 12px;
    }
}

/* 菜单列表 end */
/* zwj */