.none {
    display: none;
}
.sandwich {
    width: 96%;
    margin: 0 auto;
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.pubimg{
    width: 100%;
    height: 100%;
    display: block;
}
.pubimg1s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}


/* 多年品质 */

.sin_advantage{
    margin-bottom: 20px;
}
.sin_advantage .siqua_body{
    width: 98%;
    margin: 0 auto;
}
.sin_advantage .siqua_cakes {
    width: 98% !important;
    height: 230px !important;
}
.sin_advantage .siqua_cake {
    float: left;
    width: 48%;
    height: 280px;
    transition: all 0.3s;
    margin: 0 1% 2% 1%;
    position: relative;
}
.sin_advantage .siqua_cake:nth-child(1) {
    background: url(../../images/quality.png) center no-repeat;
}
.sin_advantage .siqua_cake:nth-child(2) {
    background: url(../../images/quality2.png) center no-repeat;
}
.sin_advantage .siqua_cake:nth-child(3) {
    background: url(../../images/quality3.png) center no-repeat;
}
.sin_advantage .siqua_cake:nth-child(4) {
    background: url(../../images/quality4.png) center no-repeat;
}
.sin_advantage .siqua_cake:nth-child(5) {
    background: url(../../images/quality5.png) center no-repeat;
}

.sin_advantage .siqua_cake .scbe_title {
    width: 100%;
    height: 65px;
    background-color: #e57f12;
    border-radius: 0 0 7px 7px;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    transition: all .5s;
}
.sin_advantage .siqua_cake .scbe_title .scbe_icon {
    margin: 0 auto;
    width: 45px;
    height: 45px;
    border-radius: 4em;
    background-color: #ffffff;
    margin-top: -22px;
    transition: all .5s;
}
.sin_advantage .siqua_cake .scbe_title .scbe_icon img {
    padding-top: 10px;
}
.sin_advantage .siqua_cake .scbe_title p {
    line-height: 2em;
    transition: all .5s;
} 
.sin_advantage .siqua_cake .scbe_brief {
    width: 80%;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    opacity: 0;
    position: absolute;
    left: 10%;
    top: 180px;
    transition: all .5s;
}
.sin_advantage .siqua_cake:nth-child(5) {
    margin-right: 0px!important;
}

.sin_advantage .siqua_cake:hover .scbe_title {
    height: 100%;
    border-radius: 8px 8px 8px 8px;
    background: rgb(0, 0, 0,0.5);
    transition: all .5s;
}
.sin_advantage .siqua_cake:hover .scbe_title p {
    transform: translateY(20px);
    transition: all .5s;
}
.sin_advantage .siqua_cake:hover .scbe_icon {
    background-color: #e57f12;
    margin-top: 40px;
    transition: all 1s;
    transform: rotateY(360deg);
}
.sin_advantage .siqua_cake:hover .scbe_icon img {
    filter: brightness(5);
    transform: rotateY(360deg);
    transition: all 1s;
}
.sin_advantage .siqua_cake:hover .scbe_brief {
    opacity: 1;
    transform: translateY(-30px);
    transition: all .5s;
}



/* 精品菜式 */
.sin_dishes {
	background:url("../../templates/default/images/bgjz.png") center top no-repeat #f5f5f5;
    padding-bottom: 20px;
}
.sin_dishes .dishes_list {
    width: 100%;
    text-align: center;
}
.dishes_list ul {
    font-size: 0px;
    margin-bottom: 5%;
}
.dishes_list ul li {
    display: inline-block;
    font-size: 12px;
    color: #333333;
    background-color: #eeeeee;
    padding: 10px 4%;
    margin: 0 5px;
    border-radius: 5px;
}
.dishes_list ul .on {
    color: #ffffff;
    background-color: #e57f12;
}
.sin_dishes .dishes_content {
    position:relative;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}
.sin_dishes .dishes_content ul li {
    float: left;
    width: 32%;
    margin: 0 2% 2% 0;
    overflow: hidden;
    position: relative;
}
.sin_dishes .dishes_content ul li:nth-child(3n) {
    margin-right: 0;
}
.sin_dishes .dishes_content .dicont_img {
    width: 100%;
}
.sin_dishes .dishes_content .dicont_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.dishes_content .mycont .pro:hover .dicont_img img {
    transform:scale(1.1);
}
.sin_dishes .dicont_name span {
    font-size: 12px;
    color: #333333;
    text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0; 
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.sin_dishes .dishes_content .more img {
    position: relative;
}
.sin_dishes .dishes_content .more p {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    top: 70%;
    transition: all .5s;
}
.sin_dishes .dishes_content .more:hover p {
    transform: translateY(-10px);
    transition: all .5s;
}

/* 五大优势 */
.sin_advantage .home-well{
	margin:0;
}
.sin_advantage .home-well ul{
	display:flex;
	flex-wrap:wrap;
	margin:0 0 0 1px;
	padding:0;
	list-style:none;
}
.sin_advantage .home-well .dali{
	flex:0 0 100%;
	max-width:100%;
	background: #f5f5f5;
	border:2px solid #fff;
	margin-left:-1px;
	cursor:pointer;
	transition:all 0.3s ease;
    box-sizing:border-box;
}
.sin_advantage .home-well ul li{
	flex:0 0 50%;
	max-width:50%;
	background: #f5f5f5;
	border:2px solid #fff;
	margin-left:-1px;
	cursor:pointer;
	transition:all 0.3s ease;
    box-sizing:border-box;
}
.sin_advantage .home-well ul li .icon{
	width:50px;
	height:50px;
	border-radius:50%;
	margin:20px auto 10px auto;
}
.sin_advantage .home-well ul li .icon .marks{
	background-color:#e57f11;
	width:100%;
	height:100%;
	line-height:35px;
	text-align:center;
	border-radius:50%;
}
.sin_advantage .home-well ul li .icon .marks img{
	filter: brightness(5);
}
.sin_advantage .home-well ul li h5{
	font-size:18px;
	font-family:microsoft yahei;
	text-align:center;
	padding:15px 0;
	margin:0;
	font-weight:bold;
	color:#4A4A4A;
}
.sin_advantage .home-well ul li p{
	font-size:12px;
	color:#999;
	padding:0 25px 10px 25px;
	margin:0;
	font-weight:normal;
	line-height:16px;
}
.sin_advantage .home-well ul li a:hover{
	text-decoration: none;
}
.sin_advantage .home-well ul li:hover{
	border-color:#e57f11;
	background:#e57f11;
}
.sin_advantage .home-well ul li:hover .icon{
	border-color:#fff;
}
.sin_advantage .home-well ul li:hover .icon .marks{
	background:#fff;
	overflow:hidden;
}
.sin_advantage .home-well ul li:hover .icon .marks img{
	filter: brightness(0);
}
.sin_advantage .home-well ul li:hover .icon .marks span{
	color:#e57f11;
	animation:specialityIconHover .7s ease;
}
.sin_advantage .home-well ul li:hover h5,.home-well ul li:hover p{
	color:#fff;
}



/* d店面分布 */
.sin_stores{
    padding-bottom: 20px;
}
.sin_stores img {
    margin-bottom: 20px;
}
.sin_stores .more {
    margin-top: 3%;
    font-size: 16px;
    color: #ffffff;
    background-color: #e47f11;
    border-radius: 10px;
    padding: 2% 4%;
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

/* 走进我们 */
.sin_about{
	background:url("../../templates/default/images/bgjz.png") center top no-repeat #f5f5f5;
    padding-bottom: 20px;
}

.sin_about .sinabout_body {
    width: 100%;
    height: 100%;
    position: relative;
}
.sin_about .sinabout_body .ab_img {
    width: 100%;
}
.sin_about .sinabout_body .ab_content {
    width: 100%;
    height: 100%;
    right: 0;
}
.sin_about .sinabout_body .ab_intro {
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 5%;
} 
.sin_about .sinabout_body .ab_intro .p1 {
    font-size: 22px;
    color: #e57f12;
    font-weight: bold;
    padding: 5% 0 6% 5%;
}
.sin_about .sinabout_body .ab_intro .p2 {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 2em;
    display: block;
    height: 47%;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.sin_about .sinabout_body .ab_list {
    height: 20%;
    width: 100%;
    background-color: #e57f12;
} 
.sin_about .sinabout_body .ab_list ul {
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.sin_about .sinabout_body .ab_list ul li {
    float: left;
    height: 100%;
}
.sin_about .sinabout_body .ab_list ul li a {
    display: flex;
    font-size: 18px;
    color: #ffffff;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition:  all .7s;
}
.sin_about .sinabout_body .ab_list ul li a img {
    margin: 0 10px;
    transition:  all .7s;
}
.sin_about .sinabout_body .ab_list ul li:hover {
    transform: translateY(5px);
    transition:  all .7s;
}
.sin_about .sinabout_body .ab_list ul li:hover img {
    transform: rotateY(360deg);
    transition:  all .7s;
}


/* 新闻资讯 */
.sin_news a{
    font-size: 14px;
    color: #555;
}
.sin_news p{
    font-size: 12px;
    line-height: 1.5em;
    color: #999;
    margin-top: 5px
}
.sin_news .time{
    color: #888;
    margin-top: 5px;
    font-size: 12px;
}
.sin_news ul{
    margin-bottom: 20px;
}
.sin_news li{
    padding: 5px;
    margin-bottom: 10px;
    background: #f5f5f5;
}
.sin_news li:last-child{
    border-bottom: none;
}
.gdyl{
    float: left;
    margin-left: 2%;
    width: 60%;
}
.gdyr{
    float: left;
    width: 38%;
}
.gdyr img{
    border-radius: 5px;
    width: 100%;
    height: 100px;
}
.clear{
    clear: both;
}
.sin_news .more {
    margin-top: 3%;
    font-size: 16px;
    color: #ffffff;
    background-color: #e47f11;
    border-radius: 10px;
    padding: 2% 4%;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
}


/*人气火爆*/
.sin_dis{
	background:url("../../templates/default/images/bgjz.png") center top no-repeat #f5f5f5;
    padding-bottom: 20px;
}
.sin_dis img{
	max-width:100%;
}
.sin_dis .dis_img{
	margin: 0px auto; 
	min-width: auto;
}
.sin_dis .dis_img .img_top{
	width:100%;
	height:auto;
	overflow:hidden;
}
.sin_dis .dis_img .img_top .img_k:nth-child(1),.sin_dis .dis_img .img_bottom .img_d:nth-child(1){
	margin-left:0;
}
.sin_dis .dis_img .img_top .img_k:nth-child(2){
	width:48.5%;
	margin-left:0;
	height:130px;
	margin-top:10px;
}
.sin_dis .dis_img .img_top .img_k:nth-child(3){
	width:48.5%;
	float:right;
	height:130px;
	margin-left:0;
	margin-top:10px;
}
.sin_dis .dis_img .img_top .img_k{
	width:100%;
	height:100%;
	float:left;
	margin-left:0.5%;
}
.sin_dis .dis_img .img_top .img_k img{
	width:100%;
	height:100%;
	display:block;
}
.sin_dis .dis_img .img_bottom{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.sin_dis .dis_img .img_bottom .img_d{
	width:48.5%;
	height:130px;
	float:left;
	margin-left:0;
	margin-bottom:10px;
}
.sin_dis .dis_img .img_bottom .img_d img{
	width:100%;
	height:100%;
}
.sin_dis .dis_img .img_bottom .img_d:nth-child(2n){
	float:right;
}
.sin_dis .dis_img .img_bottom .img_d:last-child{
	width:100%;
	height:auto;
}