@charset "utf-8";
/* =======================  global ================== */
/*色标方案的控制：*/

/*字体*/
.font-warp{
    color: rgba(255,255,255,1);
}
.font-nav{
    color:  rgba(85,85,85,1);
}
.font-navD{
    color: #434343;
}
.font-banner{
    color:  rgb(0, 127, 198);
}
.font-red{
    color:  rgb(185, 28, 35);
}
.font-redD{
    color: #F27F22;
}
/*背景*/
.bg-w{
    background-color: rgba(255,255,255,1);
}

.bg-blue{
    background-color:  #002B57;
}
.bg-blueD{
    background-color:  rgb(5, 177, 227);
}
.bg-blueDD{
    background: rgb(0, 69, 139);
}
.bg-blueT{
    background-color:  rgb(125, 173, 251);
}
.bg-banner{
    background-color:  rgb(129, 121, 251);
}
.bg-bannerT{
    background-color:  rgb(11, 173, 177);
}
.bg-green{
    background-color:  rgb(125, 213, 171);
}
.bg-greenD{
    background-color:  #F27F22;
}
.bg-greeny{
    background-color:  rgb(249, 187, 53);
}


/*色标方案的控制完*/

/* =======================  reset ================== */

*,*:before,*:after{
    box-sizing: border-box;
}

body{
    background: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    font-family: "Helvetica,Microsoft Yahei,sans-serif";
/*    font-size: 16px; */
    line-height: 2;
    
}

ul,li,h1,h2,h3,h4,h5,h6,p,dd,dl{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
/*    color: #fff;*/
}
a:hover,a:focus{
	text-decoration: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.block{
    display: block;
}
.none{
    display: none;
}
.normal{
    font-weight: normal;
    font-style: normal;
}
.indent{
    text-indent: 2em;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-nowrap{
    white-space: nowrap;
}
.container:after,.clearfix:after{
    content: '';
    display: table;
    clear: both;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-33{
    float: left;
}
.col-1{
    width: 8.33333%;
}
.col-2{
    width: 16.33333%;
}
.col-3,.col-33{
    width: 25%;
}
.col-4{
    width: 33.33333%;
}
.col-5{
    width: 41.66666%;
}
.col-6{
    width: 50%;
}
.col-7{
    width: 58.33333%;
}
.col-8{
    width: 66.66666%;
}
.col-9{
    width: 75%;
}
.col-10{
    width: 83.33333%;
}
.col-11{
    width: 91.66666%;
}
.col-12{
    width: 100%;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
input:focus{
    outline: none;
}
button{
    border: none;
}

.imgbox>img{
	display: block;
	width: 100%;
    height: 251px;
}

/* =======================  reset end ================== */
.tittle{margin-bottom: 20px;}
/* =======================  public module ================== */

/*sitenav*/
.header{
    
}

.sitenav{
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    position: relative;
    z-index: 2;
}

.sitenav #sitelogo img{
    float: left;
    margin: 5px 0;
}
.sitenav section{
    font-size: 14px;
    float: right;
    padding-left: 10px;
    margin-top: 15px;
}
.sitenav section i{
    color: #D13333;
    font-weight: bold; 
    font-size: 45px;
}
.sitenav section b{
    padding-top: 10px;
    float: right;
}
.sitenav section b em{
    font-weight: bold;
    font-size: 20px;
    color: #D13333;
}
/*nav*/
.sitemenu{ padding:0 20px; height:60px;  position:relative; z-index:1;background: #2E1C0A;}
.nav a{ color:#fff;  }
.nav .nLi{ float:left; position:relative; }
.nav .nLi h3 a{ padding:0 28px; font-size:16px;font-weight: normal;line-height:60px;}
.nav .nLi:last-child h3 a{border: none;}
.nav .sub{ display:none; width:170px; left:0px; top:60px;  position:absolute; background:#fff;  line-height:30px; padding:5px 0;color: #fff}
.nav .sub li{ zoom:1; }
.nav .sub a{ display:block; padding:0 10px;color: #2d2c2c}
.nav .sub a:hover{ color:#003A72; background:#fff;  }
.nav .on h3 {background:#F27F22;   }
/*nav end*/



/*sitenav*/
/*banner*/
.banner{
    width: 100%;
    position: relative;
}

.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:50%;transform: translate(50%, 0%);bottom:20px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;}
.slideBox .bd a{width:100%;height:558px;display:block;background-position:top center;background-repeat:no-repeat;background-size:cover;}
.slideBox .hd ul li{ float:left; margin-right:10px;  width:15px; height:15px;border-radius: 50%; line-height:14px; text-align:center;background: #fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#F27F22; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
/*banner end*/
/*banner nav*/
.introduce {
    position: absolute;
    left: 50%;
    transform:translate(-50%,0);
    bottom: -100px;
    z-index: 10;
}
.introduce ul{
    display: flex;
    justify-content: space-between;
    width: 1200px;
}
.introduce ul a{
    display: block;
    width: 290px;
    height: 191px;
    background: #fff;
    -moz-box-shadow:0px 0px 5px #ccc; -webkit-box-shadow:0px 0px 5px #ccc; box-shadow:0px 0px 5px #ccc;
    text-align: center;
    padding: 34px 16px;
}
.introduce ul a:hover{
    background: #845613;
    transition: .5s;
}
.introduce ul a:hover p{
    color: #fff;
    transition: .5s;
}
.introduce ul a h1{
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}
.introduce ul a h1 em{
    font-style: normal;
    display:inline-block;
    background: #BA8C48;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
}
.introduce ul a p{
    color: #333333;
    font-size: 14px;
    height: 75px;
    display: -webkit-box; //必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。
    -webkit-box-orient; //必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。
    text-overflow: ellipsis; //可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*banner nav-end*/
/*关于我们*/
.about {
    width: 100%;
    background: url(../img/bg-1.png) no-repeat bottom;
}
.about .aboutson{
    width: 520px;
}
.about .aboutson h1{
    width: 186px;
    height: 0;
    padding-top: 54px;
    background: url(../img/about.png) no-repeat;
    overflow: hidden;
    margin-bottom: 44px;
}
.about .aboutson p{
    font-size: 14px;
    color: #333;
}
.about .aboutson ul{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 30px;
}
.about .aboutson ul li{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #845613;
    text-align: center;
    padding-top: 29px;
    line-height: 1.2;
}
.about .aboutson ul li:hover{
    border: 2px solid #ccc;
    transition: .5s;
}
.about .aboutson ul li b{
    font-size: 30px;
    color: #333;
    font-weight: normal;
    position: relative;
}
.about .aboutson ul li b i{
    font-style: normal;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: -10px;
}
.about .aboutson ul li em,.about .aboutson ul li p{
    color: #333;
    font-size: 18px;
}
.about .aboutson .videoimg{
    width: 520px;
    height: 334px;
    overflow: hidden;
}
.about .course{
    width: 649px;
    height: 700px;
    background: rgba(185, 139, 71,.9);
    padding: 48px 35px  0 35px;
}
.about .course .tittle{
    display: block;
    color: #fff;
    font-size: 24px;
}
.about .course .tittle:hover{
    transition: .5s;
    text-shadow:0px 0px 5px #F27F22;
}
.about .course .tittle i{font-size: 20px;}
.about .course ul li{
    color: #fff;
    margin-bottom: 60px;
    font-size: 22px;
}
.about .course ol li {
    width: 440px;
    color: #fff;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    cursor: pointer;
}
.about .course ol li:hover{
    letter-spacing: 2px;
    transition: .5s;
}
.about .course ol li a{
    display: block;
    height: 75px;
}
.about .course .dian {
    border: 1px solid rgba(255, 255, 255,.5);
    width: 1px;
    height: 478px;
    margin-left: 40px;
    position: relative;
    line-height: 0;
    top: 20px;
}
.about .course .dian i {
    color: #FFC166;
    position: absolute;
    font-size: 30px;
    left: 50%;
    transform: translate(-50%,0)
}
.about .course .dian i.on{
    font-size: 45px;
    text-shadow:0px 0px 5px #555;
}
.about .course  i:hover{
    font-size: 45px;
    text-shadow:0px 0px 5px #555;
    transition: .5s;
}
/*关于我们end*/
/*门店展示*/
.store{
    padding: 40px 0;
}
.store ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.store ul li a{
    display: block;
    width: 275px;
    height: 205px;
    margin-bottom: 20px;
}
.store ul li a .imgbox{
    width: inherit;
    height: inherit;
    overflow: hidden;
}
.store ul li a:hover img{
    transform: scale(1.1);
    transition: .5s;
}
/*门店展示 end*/
/*菜品展示*/
.variety .container{
/*    padding: 40px 0;*/
    position: relative;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next{
    right: 0px;
    left: auto;
}
.swiper-button-prev {
    left: 1px;
    right: auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
    padding: 40px 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*
      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;
*/
    transition: 300ms;
}

.swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8);
}
/*菜品展示 end*/
/*广告位*/
.add{
    background: url(../img/bg-2.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 310px;
    padding: 25px 0;
    color: #fff;
}
.add h1{
    font-size: 34px;
}
.add h2{
    font-size: 30px;
    letter-spacing: 10px;
}
.add p{
    margin: 35px 0;
}
.add p span{margin-right: 100px;}
.add p em{
    font-style: normal;
    width: 42px;
    height: 42px;
    background: #BD100B;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
}
/*广告位end*/
/*荣誉*/
.honor{
    width: 100%;
    height: 614px;
    background: url(../img/bg-3.png) no-repeat;
    background-size: 100% 100%;
}
.honor .container{
    padding: 50px 0 0 311px;
}
.honor .container h1 {margin-bottom: 40px;}
.honor .container h1 a{
    color: #fff;
    font-size: 28px;
    background: #800C0B;
    padding: 2px 5px;
}
.honor .container h1:hover a{
    color: #800C0B;
     background: #fff;
    transition: .5s;
}
.honor ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -40px;
}
.honor ul li a{
    background: rgba(255, 255, 255,.5);
    width: 267px;
    height: 186px;
    display: block;
    padding: 5px;
    overflow: hidden;
}
.honor ul li{margin-bottom: 40px;}
.honor ul li:hover img{
    transform: scale(1.1);
    transition: .5s;
}

/*荣誉end*/
/*企业动态*/
.enterprise{
    padding: 40px 0;
}
.enterprise ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}
.enterprise ul li a{
    width: 389px;
    height: 400px;
    background: #ECECEC;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.enterprise ul li a:hover{
    background: #D13333;
    color: #fff;
    transition: .5s;
}
.enterprise ul li a:hover img{
    transform: scale(1.1);
    transition: .5s;
}
.enterprise ul li a .imgbox{
    width: 100%;
    height: 224px;
    overflow: hidden;
}
.enterprise ul li a .text{
    padding: 10px 40px;
    color: #333;
    font-size: 16px;
}
.enterprise ul li a:hover .text{color: #fff;}
.enterprise ul li a .text h3 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.enterprise ul li a .text h3 b{
    font-size: 16px;
    font-weight: normal;
    padding-right: 5px;
    border-right: 1px solid #333;
    margin-right: 5px;
}
.enterprise ul li a:hover .text h3 b{border-color: #fff;}
.enterprise ul li a .text p{
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/*企业动态end*/
/*联系我们*/
.contact{
    width: 100%;
    height: 375px;
    overflow: hidden;
    margin-bottom: 40px;
}
.contact .map{
    width: 55%;
}
.contact .contactson{
    width: 45%;
    height: 100%;
    background: #C7A26A;
    padding: 58px 0 0 94px;
}
.contact .contactson h3{
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px
}
.contact .contactson p{
    color: #fff;
    margin-bottom: 15px;
}
.contact .contactson p i{
    margin-right: 15px;
    font-size: 20px;
}
/*联系我们end*/
/*友情链接*/
.friendship{
    margin-bottom: 40px;
}
.friendship li{
    float: left;
    font-size: 16px;
}
.friendship li a{font-size: 16px;color: #333;margin-right: 20px;}
.friendship li a:hover{color: #D13333;transition: .5s;}
/*友情链接end*/
/*footer*/
footer{
    width: 100%;
}
footer .footer1{
    width: inherit;
    color: #fff;
    overflow: hidden;
    font-size: 14px;
    background: #2E1C0A;
/*    padding: 40px 0;*/
}
footer .footer1 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 100px;
    padding: 40px 0;
}
footer .footer1 li a {
    color: #fff;
    font-size: 14px;
    padding: 0 40px;
}
footer .footer1 .tow{padding: 10px 0}
footer .footer1 .tow .qq,footer .footer1 .tow .bo,footer .footer1 .tow .mo{
    padding-top: 20px;
}
footer .footer1 .tow p{font-size: 12px;}
footer .footer2{
    width: inherit;
    color: #fff;
    font-size: 14px;
    position: relative;
    background: #2E1C0A;
    border-top: 1px solid rgba(225,225,225,.2);
}
footer .footer2 p{
    text-align: center;
    line-height: 40px;
    display: inherit;
}

/*footer end*/
/* =======================  layout  end================== */
