
@font-face {
   font-family: fzxft;
   src: url('../fonts/fzxft.ttf');
}
@font-face {
   font-family: fzltzh;
   src: url('../fonts/fzltzh.TTF');
}
@font-face {
   font-family: fzltht;
   src: url('../fonts/fzltht.TTF');
}
@font-face {
   font-family: lthj;
   src: url('../fonts/lthj.TTF');
}
.header {
	width: 1060px;
	padding: 0 20px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -550px;
}

.header .logo,
.header .seting{
	height: 80px;
	width: 180px;
	float: left;
}

.header .logo img {
	display: block;
	margin: 27px auto;
}

.header .nav-list {
	width: 700px;
	height: 80px;
	float: left;
	line-height: 80px;
	text-align: center;
}

.nav-list li {
	width: 20%;
	height: 80px;
	float: left;
}

.nav-list li a {
	color: #fff;
	font-size: 20px;
	font-family: "fzxft";
	font-weight: 500;
}

.nav-list li a:hover {
	color: #ccc;
}

.seting-list {
	height: 80px;
	width: 150px;
	padding: 25px 0;
	padding-left: 30px;
	text-align: center;
}

.seting-list li {
	float: left;
	width: 33.3%;
	height: 32px;
	position: relative;
}

.seting-list li .arr {
	position: absolute;
	top:12px;
	right: -5px;
}

.seting-list li:hover {
	opacity: .6;
}

/*-----*/

.banner_bg {
	width: 100%;
}

.positionDiv {
	position: relative;
}

.banner_bg img{
	width: 100%;
	min-width: 1100px;
}

.about-con {
	height: 500px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	/*background-image: url(../images/about.png);
	background-repeat: no-repeat;*/
	background-position: bottom center;
	min-width: 1100px;
	margin-bottom: 160px;
}

.a_txt {
	width: 450px;
	height: 240px;
	padding-right: 50px;
	margin: 0 auto;
	margin-top: 140px;
}

.title {
	height: 30px;
	line-height: 30px;
	color: #6c6d6c;
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 40px;
	text-align: center;
	font-family: "lthj"
	font-weight:bold;
}

.txt_con {
	color: #747574;
	line-height: 30px;
	text-indent: 24px;
	font-size: 14px;
	text-align: center;
	font-family: "lthj"
}

.btn {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
	width: 80px;
	color: #ccc;
	text-align: center;
	letter-spacing: 2px;
	border-radius: 20px;
	border: 1px solid #b0b0b0;
}

.a_btn {
	position: absolute;
	left: 50%;
	bottom: 94px;
	margin-left: -70px;
	background: #fff;
}

.btn:hover {
	color: #999;
	border-color: #999;
}
.erweimabox {
	height: 170px;
	width: 100%;
	position: absolute;
	bottom: -140px;
	color: #747574;
	display: flex;
	justify-content: center;

}
/*招牌菜品*/
.proui {
    margin-bottom: 0;
    width: 100%;
    padding: 0
  }

  .prolist {
    display: flex;
    min-width: 1100px;
    background-repeat: repeat-x;
    background-position: bottom;
    overflow: hidden;
  }

  .prolist1 {
    flex-direction: row-reverse;
  }

  .protxt {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    visibility: visible;
    animation-duration: 0.5s;
    animation-delay: 0.1s;
    animation-name: fadeIn;
  }
  .proimage{
  	width: 55%;
  }
   .proimage img{
   	width: 100%;
   }
   .protxt h2{
   	font-size: 24px;
   	margin-bottom: 12px;
   	font-family: "fzltzh";
   	color:#333;
   }
    .protxt h3{
   	font-size: 14px;
   	font-weight: 500;
   	margin-bottom: 48px;
   	font-family: "lthj";
   	color:#333;
   }
   .protxt-con p{
   	font-size: 14px;
   	line-height: 20px;
  	color:#ccc;
   	font-family: "微软雅黑";
   	font-weight: 500
   }
/*严正声明*/

  .tipsBox {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
  }

  .tipsBox h2 {
    text-align: center;
    font-size: 36px;
    color: #1a1a1a;
    margin-top: 90px;
    margin-bottom: 70px;
    font-family: "fzxft";
    -webkit-transform: scale(0.8)
  }

  .tipsBox p {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #747574;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: "lthj"
  }

 /*门店列表*/
 .store_box {
    width: 1100px;
    margin: 0 auto;
    min-height: 100px;
    /*padding: 100px 0;*/
  }

  .store_box .title {
    font-size: 28px;
    height: 100px;
    width: 1100px;
    letter-spacing: 3px;
    line-height: 100px;
    margin-bottom: 0;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
  }

  #storeCon{
  	border-bottom: 1px solid #dcdcdc;
  }
  
  .store_list {
    padding: 25px 0;
    text-align: center;
    
    visibility: visible;
    animation-duration: 0.8s;
    animation-delay: 0s;
    animation-name: slideInUp;
  }

  .store_area {
    height: 40px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #6c6d6c;
    margin-bottom: 20px;
     font-family: 'lthj';
  }

  .store_item li {
    width: 19%;
    float: left;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
    padding: 0 10px 0 0;
    font-family: 'lthj';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #747574;
  }

/* 底部*/
.footer {
	width: 100%;
	height: 350px;
	padding: 57.5px 0;
	position: relative;
	z-index: 9999;
	background-color: #383734;
}

.footerCon {
	width: 1100px;
	height: 360px;
	margin: 0 auto;
	color: #fff;
	position: relative;
/*	background-color: #42B983;*/
}


.footerCon .p1 {
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	letter-spacing: 2px;
	font-family: "lthj"
}

.footerDIvl {
	width: 450px;
	height: 180px;
	padding-top: 40px;
	float: left;
}

.l-erweima ,
.r-erweima {
	width: 100px;
	height: 130px;
	float: left;
	text-align: center;
}

.l-erweima img ,
.r-erweima img {
	width: 100px;
	height: 100px;
	display: block;
}

.l-erweima p ,
.r-erweima p {
	height: 30px;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
	font-family: "lthj"
}

.l-erweima {
	margin-right: 30px;
}

.erwemaCon {
	width: 600px;
	height: 130px;
	margin-bottom: 10px;
}

.footerDIvl .p2 {
	line-height: 22px;
	letter-spacing: 1px;
	font-family: "lthj"
}

.footerDIvr {
	width: 320px;
	height: 170px;
	position: absolute;
	right: 0px;
	bottom: 10px;
}

.footerDIvr p {
	line-height: 26px;
	text-align: right;
	letter-spacing: 1px;
	font-family: "lthj"
}

.footerDIvr a {
	margin-top: 10px;
	float: right;
	font-family: "lthj"
}
  /*地图*/
  #mapBox {
    width: 700px;
    height: 450px;
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    display: none ;
    margin-left: -350px;
    margin-top: -250px;
    border: 5px solid rgba(0,0,0,.5);
    border-radius: 20px;
}
#mapBox i {
    position: absolute;
    top: -22px;
    right: -22px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background: #444444;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 16px;
}


/*banner*/

.swiper-container {
	width: 100%;
}

.swiper-container  img{
	width: 100%;
	min-width: 1100px;
}

.swiper-container .swiper-button-prev {
	left: 15%;

}

.swiper-container .swiper-button-next {
	right: 15%;

}

.swiper_txt {
	position: absolute;
	width: 500px;
	min-height: 100px;
	bottom: 100px;
	left: 50%;
	margin-left: -250px;
	color: #fff;
	text-align: center;
}

.swiper_txt .title {
	font-size: 18px;
	color: #fff;
	height: 40px;
	margin-bottom: 0;
	line-height: 40px;
}

.swiper_txt p {
	line-height: 20px;
	letter-spacing: 2px;
	font-size: 12px;
	color: #ccc;
}
/*媒体查询*/
@media only screen and (max-width: 768px) {
	.prolist{min-width: 0px;width: 100%;display: block;}
	.protxt{width: 100%;display: inline-block;margin: 40px 0;}
	.proimage{width: 100%}
	.proimage img{width: 100%;}
}