.yh_c1 {
	position: relative;
}
.yh_c1 .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 124px;
}
.yh_c1 .swiper-prev,.yh_c1 .swiper-next {
	position: absolute;
	margin: auto;
	left: 10px;
	top: 0px;
	bottom: 0px;
	z-index:10;
	color:#fff;
	line-height: 50px;
	height: 50px;
	width: 30px;
	text-align: center;
	font-size:30px;
	background-color:rgba(0,0,0,0.5);
}
.yh_c1 .swiper-next {
	left: auto;
	right: 10px;
}
.gg1{
    margin: auto;
}
.gg1>img{
    width: 100%;
    vertical-align: middle;
}

.gg2{
    margin: auto;
}
.gg2>img{
    width: 100%;
    vertical-align: middle;
}

.cp1{
    margin: auto;
}
.cp1 img{
    width: 100%;
    vertical-align: middle;
}
.n_nav_tit{
    width:100px;
    line-height:70px;
    text-align: center;
    margin: auto;
    background: url("/template/default/index/img/ntbg.png") no-repeat center;
	background-size:100% auto;
    font-size:14px;
    color:rgba(255,255,255,1);
}
/*首页菜谱*/
.index_cp{
    //max-width: 1920px;
    //min-width: 1180px;
    margin: auto;
    background:#000 ;

}
.cptj {
    max-width: 94%;
    //min-width: 1180px;
    margin: auto;
    //height: 757px;
    background: #000;
    overflow: hidden;
    padding-bottom: 20px;
}
.cptj .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    //margin-top: 10px;
    //width: 120px;
    //height: 200px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.cptj .swiper-slide>a>div:nth-child(2){
    color: #a4a4a4;
	font-size:12px;
}
.cptj .swiper-slide img{
    width: 100%;
    -webkit-box-reflect: below 0px -webkit-linear-gradient(bottom, rgba(255,255,255,0.3) 0%, transparent 40%, transparent 100%);
	//height:202px;

}
.cp_cp{
    background: #000;
    color: #fff;
    text-align: center;
}
.cp_cp>div:nth-child(1){
    //font-size: 40px;
}
.cp_cp>div:nth-child(2){
    //font-size: 18px;
}