@charset "uft-8";
body{
    color:#2a2929; 
    font-family:"Microsoft YaHei","Hiragino Sans GB",  'Helvetica Neue', Helvetica, STHeitiSC-Light, Arial; 
    min-width:1240px; 
    margin:0 auto; 
    font-size:14px; 
    background:#fff;
	width:100%;
}

/**{ transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s;}*/
.clearfix{ clear:both;}
a { 
    text-decoration:none;
    transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    color: #333;
}
a:hover{}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.orange{
    color: #eb3c00 !important;
}

/*底部*/
.bottom-box{
    width: 100%;
    position: relative;
    background: #2a2929;
    height: 297px;
    padding: 48px 0 0 0;
}
.bottom-box .line{
    width: 100%;
    height: 4px;
    background: #eb3c00;
    position: absolute;
    top: 20px;
    left: 0;
}
.bottom-box .list{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
}
.bottom-box .bottom-menu{
    float: left;
    width: 186px;
    padding: 0 20px 0 0;
}
.bottom-box .bottom-menu dd{
    font-size: 20px;
    color: #fefeff;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
}
.bottom-box .m-line{
    width: 40px;
    height: 2px;
    background: #eb3c00;
    display: block;
}
.bottom-box .bottom-menu dt{
    line-height: 30px;
    max-height: 210px;
    overflow: hidden;
    margin-top: 12px;
}
.bottom-box .bottom-menu dt a{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #fefeff;
    font-size: 16px;
}
.bottom-box .bottom-menu dt a:hover{
    color: #eb3c00;
}
.bottom-box .bottom-contact{
    width: 376px;
    float: right;
}
.bottom-box .bottom-contact .f-icon{
    width: 48px;
    height: 52px;
    display: block;
}
.bottom-box .bottom-contact .phone{
    font-size: 36px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bottom-box .bottom-contact .phone span{
    font-size: 18px;
    float: left;
}
.bottom-box .bottom-contact .addr{
    font-size: 19px;
    line-height: 32px;
    max-height: 96px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 6px;
}
.footer{
    background: #f0f0f0;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.footer h1{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #000000;
    font-size: 14px;
    width: 1200px;
    margin: 0 auto;
}

/*顶部*/
.header{
    width: 100%;
    background: #ffffff;
    position: relative;
    height: 100px;
    z-index: 1200;
    -moz-box-shadow:0px 1px 8px rgba(6,0,1,0.1); 
    -webkit-box-shadow:0px 1px 8px rgba(6,0,1,0.1); 
    box-shadow:0px 1px 8px rgba(6,0,1,0.1); 
}
.header .logo{
    display: block;
    height: 50px;
    padding: 22px 0 0 38px;
    float: left;
}
.header .logo img{
    display: block;
    height: 50px;
}
.header .header-menu-list{
    width: 912px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -400px;
    top: 0;
}
.header .header-menu-list .h-items{
    float: left;
    width: 114px;
    position: relative;
}
.header .header-menu-list .h-items .h-name{
    text-align: center;
    display: block;
    height: 48px;
    padding: 26px 10px;
}
.header .header-menu-list .h-name h1{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.header .header-menu-list .h-name h2{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.header .header-menu-list .h-items.on .h-name h1{
    font-size: 22px;
    color: #eb3c00;
}
.header .header-menu-list .h-items.on .h-name h2{
    font-size: 18px;
    color: #eb3c00;
}
.header .header-menu-list .menu-h-li{
    position: absolute;
    background: #fff;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 40;
    -moz-box-shadow:0px 1px 4px rgba(6,0,1,0.1); 
    -webkit-box-shadow:0px 1px 4px rgba(6,0,1,0.1); 
    box-shadow:0px 1px 4px rgba(6,0,1,0.1); 
}
.header .header-menu-list .menu-h-li a{
    display: block;
    line-height: 44px;
    height: 44px;
    font-size: 14px;
    background: #fff;
    color: #000000;
}
.header .header-menu-list .menu-h-li a:hover{
    background: #eb3c00;
    color: #fff;
}
.header .phone{
    background: url("../images/phone_bg.png") no-repeat top center;
    width: 160px;
    height: 100px;
    float: right;
    text-align: center;
    font-size: 18px;
    line-height: 100px;
    height: 100px;
    padding: 0 20px;
    margin-right: 38px;
}
.fixed_4{position:fixed; top:0;left:0;}
@media(max-width: 1580px) and (min-width:1360px){
	.header .logo{
        padding: 22px 0 25px 30px;
    }
    .header .header-menu-list{
        margin: 0 0 0 -300px;
    }
    .header .phone{
        display: none;
    }
}
@media(max-width: 1360px){
	.header .logo{
        padding: 22px 0 0 0;
    }
    .header .header-menu-list{
        margin: 0 0 0 -280px;
    }
    .header .phone{
        display: none;
    }
}

/*标题*/
.main-title{
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}
.main-title1{
    padding: 40px 0 28px 0;
}
.main-title .main-title-t1{
    text-align: center;
}
.main-title .main-title-t1 p{
    display: inline-block;
    padding: 0 20px;
    position: relative;
    background: url("../images/dot.png") no-repeat left center;
    background-size: 56px 56px;
    line-height: 56px;
    height: 56px;
    font-size: 34px;
    color:#000;
}
.main-title .main-title-t1 p span{
    color: #fff;
    font-size: 40px;
}
.main-title .main-title-name{
    text-align: center;
    font-size: 40px;
    line-height: 54px;
    height: 54px;
}
.main-title .t-icon{
    width: 33px;
    height: 25px;
    display: block;
    margin: 10px auto 0 auto;
    background: url("../images/t_kitchen.png") no-repeat 0 0;
}
.main-contact .main-title .main-title-t1 p{
    color: #fff;
    background: url("../images/dot2.png") no-repeat left center;
}
.main-contact .main-title-t1 p span{
    color:#333;
}
.main-contact .main-title-name{
    color: #fff;
}
.main-contact .main-title .t-icon{
    width: 33px;
    height: 25px;
    display: block;
    margin: 10px auto 0 auto;
    background: url("../images/t_kitchen.png") no-repeat 0 -25px;
}

.tab-box{
    text-align: center;
    width: 1200px;
    margin: 0 auto 70px auto;
}
.tab-box a{
    display: inline-block;
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border:#333333 1px solid;
    border-radius: 4px;
    color:#333333;
    font-size: 16px;
    margin: 0 10px;
}
.tab-box a:hover{
    background: #fff;
    color:#eb3c00;
    border:#eb3c00 1px solid;
}
.tab-box a.on{
    background: #eb3c00;
    color:#fff;
    border:#eb3c00 1px solid;
}

/*--pages--*/
.pages { text-align:center; margin:20px 0 90px 0; clear:both; font-size:14px; overflow:hidden; zoom:1;}
.pages a { border:#ccc 1px solid; color:#999999; padding:8px 12px; display:inline-block; text-decoration:none; }
.pages a:hover { background:#666; color:#fff; text-decoration:none; }
.pages span { padding:8px 12px; display:inline-block; }
.pages span.on { background:#eb3c00; color:#fff; border:1px solid #eb3c00; }
.pages span.disabled { background:#ccc; color:#aaa; }



/*子页面*/
.top-banner{
    display: block;
    width: 100%;
}
.box-p-50{
    padding-bottom: 90px;
}
.mp-10{
    margin-top: 10px;
    margin-right: 10px;
}


.data-menu-box{
    min-height: 400px;
    width: 1200px;
    overflow: hidden;
    margin: 70px auto 0 auto;
}
.data-menu-box .data-list-left{
    float: left;
    width: 208px;
    border: #cacaca 1px solid;
    border-bottom: none;
    padding-bottom: 60px;
}
.data-menu-box .data-list-left a{
    line-height: 60px;
    height: 60px;
    margin: 0 20px;
    border-bottom: #cacaca 1px solid;
    display: block;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.data-menu-box .data-list-left a:hover{
    color: #eb3c00;
}
.data-menu-box .data-list-left a.on{
    margin: 0;
    background: #eb3c00;
    color: #fff;
}
.data-menu-box .data-list-right{
    float: right;
    width: 970px;
    padding-left: 20px;
}










