﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input[type=text],textarea,p,blockquote,th,td,button {
    padding:0;
    margin:0;
    font-size:100%
}
label input {
    vertical-align:middle
}
a:link,a:visited {
    color:#333;
    text-decoration:none;
    outline:none
}
a:hover,a:active {
    text-decoration:none
}
body {
    font-family:"Microsoft YaHei",Arial, "Microsoft YaHei";
    color:#333;
    background:#fff;
}
:focus{
    outline: -webkit-focus-ring-color auto 0px;
}
img {
    border:0
}
table {
    border-collapse:collapse
}
ul,li {
    list-style:none
}
.clear {
    clear:both;
    line-height:0;
    font-size:0;
    height:0
}
.clearfix:after {
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content:"."
}
@font-face {
    font-family: 'hyk2gj';
    src:url('../ttf/汉仪菱心体简.ttf');
}

/*字体*/
.text_48{
    font-size: 48px;
}
.text_36{
    font-size: 36px;
}
.text_30{
    font-size: 30px;
}
.text_24{
    font-size: 24px;
}

.text_20{
    font-size: 20px;
}
.text_18{
    font-size: 18px;
}
.text_16{
    font-size: 16px;
}
.text_15{
    font-size: 16px;
}
.text_14{
    font-size: 14px;
}
.text_13{
    font-size: 13px;
}
.text_12{
    font-size: 12px;
}
.text_10{
    font-size: 10px;
}

/*导航*/
.header,.banner,.center,.footer {
    width: 100%;
}
.header {
    height: 100px;
    width: 100%;
    background-image: url(../images/nav_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.logo {
    height: 100px;
}
.logo img {
    width: auto;
    overflow: hidden;
    height: 100%;
}
#nav {
    width: 100%;
    float: right;
    height: 100px;
    line-height: 100px;
}
#nav a {
    height: 100px;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 100px;
    outline: none;
    z-index: 35;
    position: relative;
    font-size: 15px;
}

#nav ul a {
    line-height: 33px;
}

#nav li {
    width: 14.2%;
    float: left;
    position: relative;
    z-index: 20;
}

#nav li li {
    border-left: none;
    margin-top: 0;
    float: none;
}

#nav ul {
    position: absolute;
    display: none;
    width: 123px;
    top: 100px;
    left: -1px;
}

#nav li ul a {
    width: 123px;
    height: auto;
    float: left;
    text-align: center;
    padding: 0 21px;
}
#nav ul ul {
    top: auto;
    border-top: none;
}

#nav li ul ul {
    left: 123px;
    top: 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display: block;

}

#nav a {
    color: #fff;
}

#nav ul {
    border: 1px solid #DFDFDF;
    border-top: none;
}
#nav ul a,  #nav ul li {
    background-color: #991e23;
    background-image: none;
}
#nav ul a:hover,  #nav ul a:focus {
    background-color: #8c060c;
    color: #fff !important;
}

#nav a:hover,  #nav a:focus {
    color: #fff;
}

#nav .current_page_item a {
    color: #fff;
}

#nav .current_page_parent .current_page_item a, #nav .current_page_item ul a {
    border-right: 1px solid #f5f5f5;
    border-left: none;
    background-image: none;
    color: #fff;
}

.warp_nav{
    text-align: right;
    margin: 20px 0px;
}

.wap_main_nav {
    background: #fff;
    border-top: 1px solid #ddd;
}
.navbar-navs {
    padding-top: 15px;
}
.navbar-navs>li>.m2 {
    background-color: #ff0000;
}

.navbar-navs > li > a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #000;
    line-height: 24px;
    display: inline-block;
    font-size: 18px;
}

.dropdowns {
    display: none;
}
.dropdowns1 {
    display: none;
}

.dropdowns1 .carets{
    margin-left: 15px;
}

.dropdowns li {
    padding-left: 50px;
}
.dropdowns li a {
    color: #000;
    line-height: 24px;
}
.carets{
    color:#000;
}
/*搜索*/
.search {
    position:fixed;
    z-index:100;
    top:0;
    left:0;
    width:50px;
    height:50px;
    padding:3px;
    border-bottom-right-radius:56px;
    background-color:#fe7d82;
    cursor:pointer;
    opacity:0.3;
}
.search .big_s{
    font-size: 24px !important;
    color:#fff;
}

.search_bg {
    display:none;
    background-color:#fff;
    width:140px;
    height:20px;
    padding:0 10px;
    border-radius:10px;
    float:right;
}

#keywords {
    float:left;
    width:118px;
    height:100%;
    color:#999;
    border:none;
    font-size:12px;
    line-height:20px;
    vertical-align:top;
    outline:none;
}
#post_search {
    width:20px;
    height:20px;
    cursor:pointer;
    /*background: #fff;*/
    border: none;
    -webkit-transition:color 0.5s;
    -moz-transition:color 0.5s;
    transition:color 0.5s;
    position: absolute;
    right: 10px;
    opacity: 0;
    float:left;
    -webkit-transition:color 0.5s;
    -moz-transition:color 0.5s;
    transition:color 0.5s;
    z-index: 9999;

}
.search_bg .small_s{
    font-size: 14px !important;
    color:#000;
    position: absolute;
    right: 12px;
    color:#666;
}
#post_search:hover {
    color:#30bf8f;
}

/*banner*/
#banner {
    width: 100%;
    height: 750px;
    margin:0 auto;
    position: relative;
    overflow:hidden;
    z-index: 0;
}
#banner .pics li {
    width: 100%;
}
#banner .pics li img {
    width:100%;
}
/*数字按钮样式*/
#banner .num {
    overflow:hidden;
    height: 25px;
    position: absolute;
    bottom:15px;
    right: 50%;
    zoom:1;
    z-index:3
}
#banner .num li {
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    font-weight: 400;
    font-family:"微软雅黑", Arial;
    color: #fff;
    background: #fff;
    margin-right: 10px;
    border-radius:50%;
    cursor:pointer;
    float: left;
}
#banner .num li.on {
    background: #991e23;
    color:#991e23;
}

/*食品展示*/
.index_food{
    width: 100%;
    height: auto;
    padding: 50px 0;
}

.food_type{
    width: 100%;
    margin: 50px 0;
}
.food_type ul{
    width: 800px;
    margin: 20px auto;
    text-align: center;
}
.cat{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.food_type ul .on .cat{
    background-color: #991e23;
    color:#fff;
    border-radius: 5px;
}
.food_type ul li{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color:#991e23;
}
.ScroolBox{
    position:relative;
    overflow: hidden;
    padding: 20px 0;
}

.ScroolBox li{
    width:25%;
    padding: 0 10px;
    float:left;

}
.ScroolBox li a{
    display: block;
    position: relative;
}
.ctp_box:hover .food_text{
    color:#991e23;
}
.image{
    width: 100%;
    height: 0px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: relative;
    box-sizing: border-box;
}
.image img{
    width:100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}
.img1{
    padding-bottom: 72.4%;
}
.food_title{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}
.food_text{
    color:#7c7b7b;
    line-height: 22px;
    padding: 0 15px;
}

/*关于我们*/
.index_about{
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.index_title{
    width: 100%;
    text-align: center;
    color:#e6c169;
    font-family: "华文新魏";
}
.index_title .p{
    border-radius: 20px;
    padding: 0px 0px;
    background: #991e23;
}
.index_title .p1{
    letter-spacing: 2px;
}
.about_text{
    width: 70%;
    color:#fff;
    line-height: 24px;
    text-indent: 28px;
    margin: 30px auto;
}
.ico_box{
    width: 70%;
    margin: 0px auto;
}
.ico_list{
    padding: 0;
    text-align: center;
}
.ico_list a:hover .ico_i i{
    color:#fff;
}
.ico_i i{
    color:#991e23;
    font-size: 48px !important;
}
.ico_t{
    color:#fff;
    height: 50px;
    line-height: 50px;
}

/*案例*/
.index_anli{
    width: 100%;
    background: #fff;
    padding: 40px 0;
}
.anli{
    padding: 0;
}
.new{
    padding-right: 0;
    padding-left: 30px;
}
.anli_t{
    text-align: left;
}
.anli_box{
    width: 100%;
    margin-top: 30px;
}

.anli_b{
    padding-top:20px;
    padding-right: 20px;
    padding-left: 0px;
}
.anli_b_l{
    width: 50%;
    float: left;
    padding: 18px;
}
.anli_b_r{
    width: 50%;
    float: left;
}
.an_li_name{
    position: relative;
    margin-top: -50px;
    z-index:1;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    background-color: #000;
    opacity: 0.8;
    display: none;
}
.an_li_name span{
    color:#fff;
    z-index: 999;
}
.anli_b_l:hover .an_li_name{
    display: block;
}



.img2{
    padding-bottom: 82.1%;
}
.img3{
    padding-bottom: 78%;
}
.new_box{
    margin-top: 40px;
}
.new_list{
    height: 58px;
    line-height: 58px;
    overflow: hidden;
    font-size: 14px;
    color:#991e23;
    border-bottom: 1px dashed #999;
}
.new_list:hover{
    font-weight: bold;
}


.new_lists{
    border: none;
}
.new_list span{
    width: 20px;
    height: 20px;
    background: #991e23;
    color:#e6c169;
    font-size: 14px;
    padding: 4px 7px;
    margin-right: 10px;
}


/*特色展示*/
.index_jia{
    width: 100%;
    background: #991e23;
    padding: 50px 0;
}
.jia_title{
    width: 100%;
    height: 50px;
   text-align: center;
}
.jia_title .index_title{
    text-align: center;
}
.jia_list{
    text-align: center;
}
.jia_num{
    color:#fff;
    font-size: 14px;
    padding: 30px 0;
}
.jia_num span{
    font-size: 48px;
    color:#e6c169;
    font-family: "hyk2gj";
}
.jia_img{
    padding-bottom: 64.3%;
}


/*底部*/
.footer {
   background: #1b1f1e;
   color:#fff;
    padding: 70px 0;
}
.ft_l{
    width: 50%;
    float: left;
}
.f_c{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.f_cs{
    margin-top: 30px;
}
.ft_l .box h5{
    display: none;
}
.ft_l .box .table_form tbody td, .ft_l .box .table_form tbody th{
    border: none ;
}
.ft_l .box .table_form tr {
    line-height: 50px;
}
.table_form tbody td input{
    background: #000;
    padding-left: 10px;
}
.table_form tbody td textarea{
    width: 65% !important;
    background: #000;
    padding-left: 10px;
}
.table_form tbody td .submit input {
    width: 65%;
    background: #991e23;
    padding-left: 10px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    border:none;
    border-bottom: 1px solid #fff;
}

.center1{
    margin-top: 30px;
}
.wrap_left{
    width: 25%;
    float: left;
}
.p_center{
    padding: 30px 0;
}

/*左测导航*/
.left_nav {
    border: 1px solid #991e23;
    margin-bottom:50px;
}
.nav_title{
    text-align: center;
    background-color:#991e23;
    color:#fff;
    padding: 10px 0;
}
.dir{
    text-align: center;
    padding-top: 5px;
    line-height: 26px;
    color: #ddd;
    text-transform: uppercase;
    font-size: 26px;
}
.left_nav ul a {
    /* 整体字体颜色*/
    font-family:"Microsoft YaHei", "宋体", Arial, Sans-Serif;
    font-size:14px;
    font-size: 1.4rem;
    text-decoration: none;
    color: #000;
}
.left_nav ul a:hover {
    text-decoration: none;
}
.left_nav>ul>li {
    text-align:center;
    line-height:50px;
    min-height:50px;
    position:relative;
}
.left_nav>ul>li ul {
    display:none;
    background-color:#FFF;
}
.left_nav>ul>li ul a {
    color: #000;/* 三级分类字体颜色 */
}
.left_nav>ul>li ul a:hover {
    color: #f00;
}
.left_nav>ul>li>a {
    position:relative;/*jquery的slideDow效果不兼容IE7*/
    display:block;
    font-family:"Microsoft YaHei", "宋体", Arial, Sans-Serif;
    font-size:16px;
    font-size: 1.6rem;
    width:100%;
    height:100%;
    transition:all 0.5s;
}
.left_nav>ul>li>span a {
    position:absolute;
    z-index:99;
    font-family: "宋体";
    font-size: 18px;
    font-weight: bold;
    left: 40px;/*如果标题字数过长，可以调节数值*/
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all 0.5s;
}
.left_nav>ul>li>span a.on {
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}
.left_nav>ul>li>a.on{
    color: #F00;
}
.left_nav>ul>li:hover {
    /* 鼠标经过变色 */
}
.left_nav>ul>li:hover span>a,.left_nav>ul>li:hover>a{
    color:#f00;
}
.left_sub a {
    font-size:14px;
    color:#FFF;
}
.left_sub a:hover {
    color:#5390cd;
    text-decoration: none;
}
/*左侧联系方式*/
.left_contact {
    border: 1px solid #991e23;
}

.left_contact .text{
    padding: 10px 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    line-height: 200%;
    font-size: 16px;
    font-size: 1.4rem;
}

/*右侧内容*/
.wrap_right{
    width: 75%;
    float: left;
    padding-left: 30px;
}
.pc_top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin:20px 0;
}
.pc_top .title{
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
}

.pc_top .address{
    float: right;
}
.pc_main{
    padding:15px 15px;
    width: 100%;
    box-sizing: border-box;
    line-height: 200%;
    border-top: 1px solid #ccc;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Microsoft YaHei","宋体",Arial,Sans-Serif;
}
.pc_box{
    margin: 20px 15px;
    padding: 5px;
    border: 1px solid #ddd;
}
.anli_list{
    padding: 0;
}



.pc_title{
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    font-size: 1.6rem;
}

.news {
    padding-bottom: 50px;
}
.news .top_news {
    position:relative;
    margin-bottom:25px;
}

.top_news_img{
    padding: 15px 0;
}


.news .top_news img {
    width:100%;
    height:auto;
    text-align:center;
    line-height:150px;
    display:inline-block;
    background-color:#fafafa;
}
.news_label {
    position:absolute;
    top:0;
    left:-25px;
    width:40px;
    height:40px;
    padding:3px;
    background-color:#ffc400;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    font-size:22px;
    line-height:1em;
}
.news_label span {
    font-size:12px;
    display:block;
    line-height:1em
}
.news_right {
    padding: 15px;

}
.news_right p.text {
    margin:10px 0;
    text-indent:2em;
}
.news_right a.btn {
    position:absolute;
    right:0;
    bottom:0;
}
.news p.text {
    margin: 5px 0px 20px 0px;
}
.news p.text a {
    font-family:"微软雅黑","Arial","宋体";
    color:#666;
}
.news p.text a:hover {
    color:#eb760d;
}
.news p.text a:before {
    content:"";
    width:8px;
    height:8px;
    display:inline-block;
    padding-right:10px;
    background:url(../images/news_style.png) no-repeat;
}
.news>p.text {
    border-bottom: 1px dotted #ccc;
    margin: 30px 0;
}
.new_list_data{
    float: right;
}

.btn4{
    width: 80px;
    height: 30px;
    border: 1px solid #991e23;
    background-color: #fff;
    color:#991e23;
}


.table_form tr {
    line-height: 70px
}
.table_form tr td input[type=text] {
    height: 30px;
    line-height: 30px
}
.pages {
    width: 100%;
    height:12px;
    line-height:12px;
    float: left;
    text-align: center;
    font-size: 12px;
    font-family: "宋体";
    color: #343433;
    margin-top: 35px
}
.pages a {
    color: #343433;
    margin: 0px 10px
}

