#header {
    position: fixed;
    top: 0;
    left: 0;
    height: 90px;
    z-index: 999;
    width: 100%;
    background-color: transparent;
}

.main {
    width: 100%;
    background-color: #fff;
}


.daimg {
    padding-top: 90px;
    position: relative;
    width: 100%;
    height: 610px;
}

.daimg .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.daimg .text h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 500;
}

.daimg .text h1::after,
.daimg .text h1::before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 4px;
    width: 50px;
    background-color: #fff;
    top: 30px;
}

.daimg .text h1::after {
    left: -60px;
}

.daimg .text h1::before {
    right: -60px;
}

.logo a {
    display: block;
    width: 120px;
    margin-top: 25px;
}

.gp p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}



.lis>ul>li {
    position: relative;
    float: left;
    padding: 0 20px;
}

.lis>ul>li>a {
    position: relative;
    line-height: 90px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-bottom: 2px solid transparent;

}
.sss{
    color:#ffd100 !important;
}

.lis>ul>li>a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.lis>ul>li>a::after {
    content: "";
    height: 2px;
    background-color: #fff;
    width: auto;
    position: absolute;
    right: 0px;
    bottom: -5px;
    left: 0px;
    transform: scaleX(0);
    opacity: 0;
    transform-origin: 50% 50% 0px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.ss {
    cursor: pointer;
}

.search {
    margin-top: 30px;
    width: 30px;
    height: 30px;

}

.kf {
    position: fixed;
    padding: 0px 8px;
    border-radius: 8px;
    top: 26%;
    right: -2px;
    z-index: 10;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    background-color: #fff;
}

.kf .item {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
}

.kf .item .yct {
    position: absolute;
    top: 0;
    left: -14px;
    top: 39%;
    transform: translate(-110%, -50%);
    border-radius: 10px;
    background-color: #fff;
    opacity: 0;
    overflow: hidden;
}

.kf .item .yct p {
    padding: 10px 20px;
}

.kf .item .jz {
    position: absolute;
    top: 50%;
    transform: translate(-105%, -60%);
}

.kf .item .jz .img {
    width: 175px;
    height: 175px;
    padding: 10px;

    margin-top: 0;
}

.kf .item:last-child {
    border: 0;
}

.kf .item .img {
    margin: 0 auto;
    width: 30px;
    margin-top: 10px;
}

.kf .item p {
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    font-size: 12px;
    color: #0090F1;
}

/* 页面路径 */
.lj {
    height: 90px;

}

.lj span,
.lj a {
    font-size: 18px;
    color: #A1A1A1;
    line-height: 90px;
    margin-right: 10px;
}

/* 底部 */
.food .top {
    height: 90px;
    background-color: #F9F9F9;
}

.food .bottom {
    background-color: #0090F1;
}

.food .bottom .sm {
    display: flex;
    justify-content: space-between;
}

.food .bottom .sm .los .img {
    height: 75px;
    width: 210px;
    margin-top: 40px;
}

.food .bottom .sm .los .yx,
.food .bottom .sm .los .dz {
    display: flex;
    align-items: baseline;
}



.food .bottom .sm .los .yx {
    margin-top: 18px;
}

.food .bottom .sm .los span {
    margin-left: 5px;
}

.food .bottom .sm .los span,
.food .bottom .sm .los p {
    color: #fff;
    font-size: 13px;
    
}

.food .bottom .sm .los span {
    font-size: 13px;
    line-height: 28px;
}

.food .bottom .sm .los .dz span {
    width: 245px;
}

.food .bottom .lus {
    margin-top: 52px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;

}

.food .bottom .lus ul {
    margin-left: 40px;
    width: 340px;
    display: flex;
    flex-wrap: wrap;
}
.food .bottom .lus ul li{
    width: 50%;
}
.food .bottom .lus ul li:first-child{
    width: 100%;
}
.food .bottom .lus ul li a {
    font-size: 13px;
    color: #fff;
}

.food .bottom .ewm {
    width: 130px;
    height: 130px;
    margin-top: 90px;
    background-color: red;
}


.food .xm ul {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.food .xm ul li {
    font-size: 16px;
    color: #fff;
}

.food .xm ul li a {
    color: #fff;
    font-size: 13px;
}

.food .xm {
    margin-top: 20px;
}

.food .xm ul li:last-child {
    padding: 0;
    border: 0px;
}


.food .xm .bh span {
    color: #fff;
    font-size: 13px;
    line-height: 56px;
}
.xiala {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    overflow: hidden;
    background-color: #fff;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border: unset;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06);
}

.xiala li {
    width: 220px;
    height: 40px;
    text-align: center;
    padding: 0 20px;

}

.xiala li a {
    position: relative;
    color: #000;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 2px solid transparent;

}

.xiala li a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}


.xiala li a::after {
    content: "";
    height: 2px;
    background-color: #389FFB;
    width: auto;
    position: absolute;
    right: 0px;
    bottom: -2px;
    left: 0px;
    transform: scaleX(0);
    opacity: 0;
    transform-origin: 50% 50% 0px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}