body,html,ul,a{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
*{font-family: Microsoft YaHei}
.w1200{ 
    width: 1200px;
    margin: auto;
}
.clear{
    clear: both;
}
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.off,.lanmu{
    display: none;
}
.header-top{
    width: 100%;
    height: 30px;
    background: #000;
}
.shop_name{
    float: left;
}
.shop_name>span{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.h-tel{
    float: right;
    height: 30px;
}
.h-tel>span{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 3px;
}
.nav_logo{
    width: 420px;
    height: 90px;
    margin-right: 100px;
    float: left;
}
.nav_logo img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: scale-down;
}
.header-nav{
    width: 100%;
    height: 90px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    float: left;
}
.header-nav>ul{
    height: 100%;
    position: relative;
}
.header-top .logo{
    display: none;
}
.header-nav .logo img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: block;
}
.header-nav>ul>li{
    width: 95px;
    height:100%;
    float: left;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    position: relative;
}
.header-nav>ul>li:nth-of-type(2){
    border-left: none;
}
.header-nav>ul>li>a{
    display: block;
    height: 100%;
    text-align: center;
    line-height: 80px;
    font-size: 16px;
    color: #333;
}












.xt{
    border-bottom: 2px solid #0e6fda;
    background: rgba(14,111,218,0.1);
}
.header-nav>ul>li:hover{
    border-bottom: 2px solid #0e6fda;
    background: rgba(14,111,218,0.1);
}
.header-nav>ul>li:hover .con-menu{display: block; }

.con-menu{width: 100%;position: absolute;z-index: 9;top: 60px;left: 0px;background-color: #0e6fda;display: none;}

.con-menu>li{width: 100%;height: 50px;}

.con-menu>li:hover{background: #d26969;}

.con-menu>li>a{display: block;height: 50;line-height: 50px;text-align: center;color: #fff !important;}