body,a, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
.fl-r{
    float: right;
}
.fl-l{
    float: left;
}
#footer{
    width: auto;
    height: 106px;
    margin: 0 auto;
    background: url(../img/footer.jpg) repeat-x;
    text-align: center;
}
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.main{
    background: url(../img/weilgelogo.jpg) no-repeat center top;
}
body{
    font-size: 12px;
    color: #e22a00;
    background: #ffeeb0;
    line-height: 24px;
}
.header{
    width: 1014px;
    height: 132px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
nav{
    width: 793px;
    height: 32px;
    position: relative;
    overflow: visible;
    float: right;
    top: 65px;
    background-color: #f36128;
}
.secondary{
    align-items: center;
    display: none;
    position: absolute;
    left: 0px;
}
.secondary li{
    float: left;
}
.secondary li a {
    color: #da251c;
}
.secondary li a:hover{
    background: none;
}
.haveDown:hover .secondary{
    display: block;
}
nav ul{
    display: flex;
    align-items: center;
}
nav ul li{
    text-align: center;
}
nav ul li a{
    display: block;
    width: 110px;
    height: 32px;
    line-height: 32px;
    color: #FFF;
    font-size: 14px;
    font-family: 微软雅黑;
}
nav ul li a:hover{
    color: #da251c;
    background:-webkit-linear-gradient(left,#fba30031,#ffe601,#ffe601,#fba30031);
}
.activeClass{
  
    background:-webkit-linear-gradient(left,#fba30031,#ffe601,#ffe601,#fba30031);
}
.activeClass a{
    color: #da251c;
}
.conter{
    width: 1014px;
    height: auto;
    margin: 0 auto
}
.bannerLeft{
    width: 486px;
    height: 406px; 
}
.rightText{
    width: 512px;
}
.aobutTxet .about{
    width: 279px;
    margin-left: 16px;
}
.aobutTxet .service{
    width: 194px;
}
.smTitle{
    font-size: 14px;
    border-bottom: 1px solid #e22a00;
}
.poductsBox{
    height: 133px;
    background: url(../img/probj.jpg) no-repeat;
    position: relative;
}
.poductsBox .swiperBox{
    width: 400px;
    height: 97px;
    overflow: hidden;
    position: absolute;
    left: 52px;
    top: 18px;
}
.poductsBox .swiperBox img{
    width: 125px;
}
.leftList ul li {
    width: 173px;
    height: 33px;
    background: url(../img/li1.png) no-repeat;
    text-align: center;
    margin-top: 5px;
}
.leftList ul li a{
    color: #FFF;
    line-height: 33px;
}
.lsitTitle{
    height: 33px;
    background: url(../img/listt.png) no-repeat;

}
.rightPublic{
    width: 791px;
}
.rightBody{
    padding: 10px;
}
.rightBody .allTitle{
    font-size: 14px;
    font-family: 微软雅黑;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #e22a00;
}
.PublicBox{
    display: flex;
    flex-wrap: wrap;
}
.PublicBox p{
    width: 100%;
    text-align: center;
}
.PublicBox .item{
    width: 33.33%;
    height: 169px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    display: block;
}
.PublicBox .item img{
    width: 180px;
}
.PublicBox .item .foodName{
    display: block;
    text-align: center;
    color: #ec7b2f;
}
.pagingBox{
    text-align: center;
    margin-top: 14px;
}
.pagingBox span{
    margin: 0 4px;
}