/* 初始化 */
* {
    box-sizing: border-box;

}

a {
    color: inherit;
}


.sandwich {
    width: 1200px;
    margin: 0 auto;
}
.clearfix:after {
    line-height: 0;
    font-size: 0;
}

ul{
    list-style-type: none;
}

.none{
    display: none;
}
.pubimg{
    width: 100%;
    height: 100%;
    display: block;
}
.pubimg1s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}


/* 多年品质 */

.sin_quality{
    margin-bottom: 60px;
}
.sin_quality .siqua_cake {
    float: left;
    width: 230px;
    height: 322px;
    transition: all 0.3s;
    margin-right: 12px;
    position: relative;
}
.sin_quality .siqua_cake:nth-child(1) {
    background: url(/images/quality1.png) center no-repeat;
}
.sin_quality .siqua_cake:nth-child(2) {
    background: url(/images/quality2.png) center no-repeat;
}
.sin_quality .siqua_cake:nth-child(3) {
    background: url(/images/quality3.png) center no-repeat;
}
.sin_quality .siqua_cake:nth-child(4) {
    background: url(/images/quality4.png) center no-repeat;
}
.sin_quality .siqua_cake:nth-child(5) {
    background: url(/images/quality5.png) center no-repeat;
}

.sin_quality .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_quality .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_quality .siqua_cake .scbe_title .scbe_icon img {
    padding-top: 10px;
}
.sin_quality .siqua_cake .scbe_title p {
    line-height: 2em;
    transition: all .5s;
} 
.sin_quality .siqua_cake .scbe_brief {
    width: 80%;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    opacity: 0;
    position: absolute;
    left: 10%;
    top: 200px;
    transition: all .5s;
}
.sin_quality .siqua_cake:nth-child(5) {
    margin-right: 0px!important;
}

.sin_quality .siqua_cake:hover .scbe_title {
    height: 100%;
    border-radius: 8px 8px 8px 8px;
    background: rgb(0, 0, 0,0.5);
    transition: all .5s;
}
.sin_quality .siqua_cake:hover .scbe_title p {
    transform: translateY(20px);
    transition: all .5s;
}
.sin_quality .siqua_cake:hover .scbe_icon {
    background-color: #e57f12;
    margin-top: 40px;
    transition: all 1s;
    transform: rotateY(360deg);
}
.sin_quality .siqua_cake:hover .scbe_icon img {
    filter: brightness(5);
    transform: rotateY(360deg);
    transition: all 1s;
}
.sin_quality .siqua_cake:hover .scbe_brief {
    opacity: 1;
    transform: translateY(-30px);
    transition: all .5s;
}



/* 精品菜式 */
.sin_dishes {
    padding: 5px 0 60px 0;
    background:url("../images/bgjz.png") center top no-repeat #f5f5f5;
}
.sin_dishes .dishes_list {
    width: 100%;
    text-align: center;
}
.dishes_list ul {
    font-size: 0px;
}
.dishes_list ul li {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    background-color: #eeeeee;
    padding: 17px 2.5%;
}
.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: 295px;
    margin: 20px 6px 0 0;
    overflow: hidden;
    position: relative;
}
.sin_dishes .dishes_content ul li:nth-child(4n) {
    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 .dishes_content .dicont_name {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 42%;
    height: 24%;
    background: url(/images/dicont_name.png) center no-repeat;
    background-size: 100% 100%;
}
.sin_dishes .dicont_name span {
    font-size: 16px;
    color: #333333;
    text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0; 
    height: 90%;
    display: block;
    line-height: 3em;
    margin: 0 auto;
    text-align: center;
}
.sin_dishes .dishes_content .more img {
    position: relative;
}
.sin_dishes .dishes_content .more p {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    top: 70%;
    transition: all .5s;
    letter-spacing: 2px;
}
.sin_dishes .dishes_content .more:hover p {
    transform: translateY(-10px);
    transition: all .5s;
}

/* 店面分布 */
.sin_stores {
    margin: 20px 0 0px 0;
    position: relative;
}
.sin_stores .stores_body {
    margin-top: -120px;
}
.sin_stores .stores_word {
    position: absolute;
    top: 22%;
    z-index: 2;
    width: 28%;
}
.sin_stores .stores_word .p1 {
    background: url(/templates/default/images/logo.png) left no-repeat;
    margin-top: 5%;
    font-size: 24px;
    color: #e57f12;
    line-height: 95px;
    padding-left: 40%;
    background-size: 40%;
}
.sin_stores .stores_map {
    float: right;
    height: 815px;
    position: relative;
}
#container{
    position: absolute;
    right: 0;
    top: -80px;
}
#container *{
    font-size: 16px!important;
}
.mapimg{
    display: none;
}
.sin_stores .stores_map img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    max-width: 100%;
}
.sin_stores .stores_word .p2 {
    line-height: 2em;
    font-size: 20px;
    color: #555555;
    margin-top: 10%;
    font-weight: bold;
}
.sin_stores .stores_word .p3 {
    background: url(/images/stores_tel.jpg) left no-repeat;
    font-size: 20px;
    color: #555555;
    line-height: 70px;
    margin-top: 15%;
    padding-left: 90px;
}
.sin_stores .stores_word .p3 span {
    color: #e57f12;
}
.sin_stores .stores_word .button a {
    background-color: #e57f12;
    color: #ffffff;
    font-size: 20px;
    display: block;
    text-align: center;
    width: 365px;
    line-height: 3em;
    border-radius: 10px;
    margin-top: 5%;
    transition: all .3s;
}
.sin_stores .stores_word .button:hover a {
    transform: translateX(10px);
    transition: all .3s;
}
.sin_stores .stores_body .mobile_map {
    display: none;
}

/* 走进我们 */
.sin_about {
    padding: 5px 0 60px 0;
    background:url("../images/bgjz.png") center top no-repeat #f5f5f5;
    position: relative;
}
.sin_about .sinabout_body {
    width: 100%;
    height: 100%;
    position: relative;
}
.sin_about .sinabout_body .ab_img {
    float: left;
    width: 46.5%;
    height: 504px;
}


.sin_about .sinabout_body .ab_content {
    width: 53.5%;
    position: absolute;
    height: 100%;
    right: 0;
}
.sin_about .sinabout_body .ab_intro {
    height: 80%;
    width: 100%;
    background-color: #ffffff;
} 
.sin_about .sinabout_body .ab_intro .p1 {
    font-size: 24px;
    color: #e57f12;
    font-weight: bold;
    padding: 11% 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 {
    margin-bottom: 60px;
}
.sin_news .snews_body .top:nth-child(1) {
    position: relative;
    width: 100%;
}
.sin_news .snews_body .top  {
    margin-top: 50px;
}
.sin_news .snews_body .top:nth-child(1) {
    margin-top: 0px;
}
.sin_news .snews_body .top .top_img {
    display: none;
}
.sin_news .snews_body .top:nth-child(1) .top_img {
    display: block;
    float: left;
    width: 475px;
    height: 305px;
}
.sin_news .snews_body .top:nth-child(1) .down_img {
    display: none;
}
.sin_news .snews_body .top .top_img img {
    width: 100%;
    height: 100%;
}
.sin_news .snews_body .top:nth-child(1) .top_content {
    position: absolute;
    right: 0;
    height: 100%;
    width: 725px;
    background-color: #eeeeee;
}
.sin_news .top:nth-child(1) .tits {
    width: 90%;
    margin: 5% 0 3% 5%;
    font-size: 24px;
    transition: all .3s;
}
.sin_news .top .tits {
    font-size: 18px;
    color: #151515;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.sin_news .top .time {
    font-size: 14px;
    color: #999999;
    font-weight: bold;
    margin: 5% 0;
    transition: all .3s;
}
.sin_news .top:nth-child(1) .time {
    width: 90%;
    margin: 0 auto;
    transition: all .3s;
}
.sin_news .top .cot {
    overflow: hidden;
    font-size: 14px!important;
    color: #555555;
    height: 4em;
    line-height: 2em!important;
    margin-top: 6%;
}
.sin_news .top .cot p {
    font-size: 14px!important;
    line-height: 2em!important;
    text-indent: 0!important;
}
.sin_news .top .cot span {
    font-size: 14px!important;
    line-height: 2em!important;
    text-indent: 0!important;
}
.sin_news .top .cot img {
    display: none!important;
}
.sin_news .top .cot br {
    display: none;
}
.sin_news .top .cot iframe {
    display: none;
}
.sin_news .top:nth-child(1) .cot {
    height: 38%;
    width: 90%;
    margin: 3% 0 2% 5%;
}
.sin_news .top .more {
    display: none;
}
.sin_news .top:nth-child(1) .more {
    display: block;
    width: 90%;
    margin: 0 0 5% 5%;
    font-size: 14px;
    color: #e57f12;
    font-weight: bold;
    transition: all .3s;
}
.sin_news .snews_body .top {
    float: left;
    width: 20.5%;
    margin-right: 6%;
}
.sin_news .snews_body .top:nth-child(5) {
    margin-right: 0%;
}
.sin_news .snews_body .top:hover .tits {
    transform: translateY(-10px);
    color: #e57f12;
    transition: all .3s;
}
.sin_news .snews_body .top:hover .time {
    transform: translateY(-10px);
    color: #e57f12;
    transition: all .3s;
}

/*2021.7.22*/
.sin_news .down_img {
    height: 160px;
    overflow: hidden;
}
.sin_news .down_img img {
    height: 100%;
    width: 100%;
}


.sin_dis{
    padding: 5px 0 60px 0;
    background:url("../images/bgjz.png") center top no-repeat #f5f5f5;
    position: relative;
}
.sin_dis img{max-width:100%;}
.sin_dis .dis_img .img_top{ width:100%; height:300px; 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{ width:33%; height:100%; float:left; margin-left:0.5%;}
.sin_dis .dis_img .img_top .img_k img{ width:100%; height:100%;}
.sin_dis .dis_img .img_bottom{width:100%; height:150px; overflow:hidden; margin-top:10px;}
.sin_dis .dis_img .img_bottom .img_d{width:19.6%; height:100%; float:left; margin-left:0.5%;}
.sin_dis .dis_img .img_bottom .img_d img{width:100%; height:100%;}