.header {
    width: 100%;
    z-index: 9999999;
    position: fixed;
    top: 0px;
    left: 0px;
}

div.fixedNav {
    width: 100%;
    /*z-index: 100000;*/
    /*box-shadow: 0 0 6px #888;*/
}

.header-botm {

    height: 0.7rem;;
    background: #fff;
    padding: .06rem 0;
    box-sizing: border-box;

}

.headertop {
    width: 100%;
    height: 0.32rem;
    background-image: url("../image/header.png");
    background-size: 100% 100%;
    font-size: 0.15rem;
    line-height: 0.32rem;
    color: #fff;

}

.headertop span {
    margin: 0 .2rem;
}

.headertop-left {
    float: left;
}

.headertop-right {
    float: right;
}

.header-left {
    height: .6rem;
    /*width: 2.8rem;*/
    float: left;
    line-height: .7rem;
}

.header-left .logo {
    float: left;
    /*width: 1.08rem;*/
    height: 0.6rem;
    margin-right: .2rem;
    line-height: .6rem;

}

.header-right {
    display: none;
}

.main {
    width: 90%;
    margin: 0 auto;
}

#menu {
    float: right;
    height: .6rem;
    line-height: .6rem;
    background: #fff;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#menu li:hover span {
    color: #ff9900;
}

#menu li {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    z-index: 9;
    width: auto;
}

#menu ul .colbul li {
    line-height: .6rem;
    height: .6rem;
    z-index: 9;
    border-bottom: 1px solid rgb(173, 172, 172);
    transition: .4s;
    background: #fff;
}

#menu li div {
    list-style: none;
    float: left;
    position: absolute;
    z-index: 11;
    top: .55rem;
    left: 0;
    background: #fff;
    text-align: center;
    display: none;
    width: 100%;

}

#menu li div .colbul {
    width: 100%;
}

#menu li div .colbul li {
    width: 100%;
}

#menu li:hover > div {
    display: block;

}

#menu li .colbul li:hover {
    background: #ff9900;
    color: #fff;

}

#menu a {
    position: relative;
    z-index: 10;
    display: block;
    float: left;
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    text-align: center;
    line-height: .6rem;
    height: .46rem;
    background: none;

}

#menu span {
    color: #032650;
    background: none;
    font-size: .2rem
}

#menu .lisrte a span {
    color: #ff9900;
}

#menu ul .colbul a {
    display: block;
    width: 100%;
}

#menu ul .colbul a span {
    display: inline-block;
    width: 100%;
    color: #043454;
}

#menu ul .colbul a span:hover {
    color: #fff;
}

.bt-list {
    margin: 0 .15rem;
}

/*手机导航*/
.menu-dark-backdrop {
    display: none;
}

#mobilemenu a {
    text-decoration: none;
    display: block;
    font-size: 16px;
}
@media screen and (max-width:480px){
	#mobilemenu{
		top:70px
	}
}

#mobilemenu {
    background: #fff;
    right: -1000px;
    position: fixed;
    display: none;
    /*top: 100px;*/
    height: 100%;
    width: 68%;
    min-width: 140px;
    max-width: 440px;
    z-index: 9000000;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    overflow: auto;
}

.menu-open {
    right: 0 !important;
}

#mobilemenu ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

#mobilemenu ul li {
    position: relative;
    padding: 10px 0 10px 20px;
    overflow: hidden;
    border-bottom: 1px dotted #e0e0e0;
}

#mobilemenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
    font-weight: 300;
}

#mobilemenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 28px;
}

.f2, .f3 {
    height: 0;
    padding-left: 20px;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
}

.menu-dark-backdrop {
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.menu-dark-backdrop.in {
    height: 100%;
    z-index: 90001;
    background: rgba(0, 0, 0, 0.5);
}

.food {
    height: 4rem;
    width: 100%;
    background: #091b31;

    background-image: url("../image/footer.png");
    background-size: 100% 100%;

}

.food-main {
    width: 10rem;
    margin: 0 auto;
}

.fooder-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.food-navigation img {
    width: 1.5rem;
    height: 1.5rem;
}

.food-navigation {
    color: #fff;
    font-size: .18rem;
    line-height: .4rem;
}
.food-navigation a {
    color: #fff;
}

.food-navigation .beian {
    width: .3rem;
    height: .3rem;
    vertical-align: middle;
    margin-right: .1rem
    /* float: left; */
}
.fixedphone{
    position:fixed;
    z-index: 9;
    right:-180px;
    top:40%;
}
.fixedphone a{
    display: block;
    z-index: 9;
    width: 177px;
    height: 100%;
    right:0;
    position: absolute;
}
/*  手机导航结束  */
@media screen and (max-width: 1366px) {
    #menu span {
        font-size: 0.19rem;
    }

    .bt-list {
        margin: 0 .1rem;
    }
}

@media screen and (max-width: 1440px) {
    #menu .bt-list {
        margin: 0 .1rem;
    }
}

@media screen and (max-width: 1280px) {
    #menu span {
        font-size: 0.18rem;
    }

    #menu .bt-list {
        margin: 0 .06rem;
    }
}

@media screen and (max-width: 1200px) {
    #menu span {
        font-size: 0.17rem;
    }

    #menu .bt-list {
        margin: 0 .05rem;
    }

    #menu {
        float: right;
        height: .6rem;
        line-height: .6rem;
        background: #fff;
    }

    #menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
    }

    #menu li {
        position: relative;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        z-index: 9;
        width: auto;
    }

    #menu ul .colbul li {
        line-height: .6rem;
        height: .6rem;
        z-index: 9;
    }

    #menu li div {
        list-style: none;
        float: left;
        position: absolute;
        z-index: 11;
        top: .55rem;
        left: 0;
        background: #fff;
        text-align: center;
        display: none;
        width: 1.7rem;

    }

    #menu li:hover > div {
        display: block;

    }

    #menu li .colbul li {
        border-bottom: 1px solid rgb(173, 172, 172);
        transition: .4s;
        background: #fff;
    }

    #menu li .colbul li:hover {
        background: #ff9900;
        color: #fff;

    }

    #menu a {
        position: relative;
        z-index: 10;
        display: block;
        float: left;
        text-decoration: none;
        white-space: nowrap;
        width: auto;
        text-align: center;
        line-height: .6rem;
        height: .46rem;
        background: none;
    }

    #menu span {

        color: #032650;
        background: none;
    }

    #menu .lisrte a span {
        color: #ff9900;
    }

    #menu ul .colbul a span {
        display: inline-block;
        width: 1.7rem;
        color: #043454;
        /* line-height: .6rem; */
    }

    #menu ul .colbul a span:hover {
        color: #fff;
    }

    .bt-list {
        margin: 0 .3rem;
    }

    .food-main {
        width: 90% !important;
    }

    .fooder-top {
        margin: 0 !important;
    }
}

@media screen and (max-width: 1100px) {
    .header {
        z-index: 9999999;
        -webkit-box-shadow: .0px 4px 10px 0px #0000001c;
        -moz-box-shadow: 0px 4px 10px 0px #0000001c;
        box-shadow: 0px 4px 10px 0px #0000001c;
    }

    .headertop {
        display: none;
    }

    .header-right {
        float: right;
        display: block;
        margin-right: 40px;
    }

    .header-right span {
        display: block;
        text-align: right;
        line-height: 30px;
    }

    .header-right .phone {
        background: #f90;
        padding: 0 15px;
        -webkit-border-radius: 300px;
        -moz-border-radius: 300px;
        border-radius: 300px;
        color: #fff;
        font-weight: bold;
    }

    .header-botm {
        height: auto !important;
        overflow: hidden;
        padding: 20px 0 !important;
    }

    #menu {
        display: none;
    }

    .menubtn {
        width: 35px;
        height: 30px;
        position: absolute;
        top: 40px;
        right: 0.4rem;
        transition: all 0.4s ease 0s;
        z-index: 999999;
    }

    .menubtn span {
        display: block;
        width: 100%;
        height: 5px;
        margin-bottom: 5px;
        background-color: #ff7e0e;
    }

    .menu-dark-backdrop {
        display: block !important;
    }

    .leftMenu {
        display: block !important;
    }

    .leftMenu a {
        text-decoration: none;
        display: block;
        color: #333;
        line-height: 40px;
    }
}

@media screen and (max-width: 920px) {
    .food {
        height: auto !important;
        padding-bottom: 40px;
    }

    .fooder-top {
        flex-wrap: wrap;
    }

    .food-left, .food-cent, .food-right {
        width: 50%;
    }
}

@media screen and (max-width: 760px) {
    .header-right {
        margin-right: 60px;
    }

    .fooder-top .h4 {
        font-size: .25rem !important;
    }

    .food-navigation {
        font-size: .2rem !important;
    }
}

@media screen and (max-width: 640px) {
    .header-botm {
        padding: 31px 0;
    }

    .header-right {
        display: none;
    }

    .menubtn {
        top: 30px;
    }

    .fooder-top .h4 {
        font-size: .3rem !important;
    }

    .food-navigation {
        font-size: .2rem !important;
    }
    .floatShadow{
        width:2rem !important;
    }
}

@media screen and (max-width: 480px) {
    .leftMenu {
    }

    .food-left, .food-cent, .food-right {
        width: 100%;
    }

    .fooder-top .h4 {
        font-size: .37rem !important;
        margin-bottom: 10px;
    }

    .food-navigation {
        font-size: .28rem !important;
        line-height: .6rem !important;
    }
    #floatDivBoxs .floatDqq li{
        height:0.7rem !important;
        line-height:0.7rem !important;
    }
    .floatShadow{
        width:3rem !important;
        height:auto !important;
    }
    #floatDivBoxs .floatDtt{
        height:2rem !important;
        padding-top: 0.3rem !important;
    }
}