header{ height: 100px;}
header .wrap1400{ height: 100%; line-height: 100%; border-bottom: 1px solid #e0e0e0; }
header h1.logo{ padding-top: 20px;}
header ul.fl{ display: block;  font-size: 0; height: 100px;}
header ul.fl li{ display: inline-block; line-height: 100px; height: 100px; padding: 0 25px; position: relative;}
header ul.fl li a{ font-size: 14px; }
header ul.fl li a i{ padding-right: 5px;}
header ul.fl li a:hover, header ul.fl li a.active{ color: #bfb0a3;}
header ul.fl li a:hover i, header ul.fl li a.active i{ color: #bfb0a3;}


header ul.fl .snav{ position: absolute; background-color: #bfb0a3; padding: 15px 0; width: 170px; left: -25px; top: 100px; z-index: 100; display: none;}
header ul.fl .snav li{ display: block; line-height: 0; height: auto; text-align: center; padding: 0;}
header ul.fl li:nth-child(2) .snav{ left: 0;}

header ul.fl .snav li a{ display: block; width: 100%; font-size: 13px; line-height: 24px; transition: .5s; color: #fff;}
header ul.fl .snav li a span{ display: inline-block; width: 0px; height: 1px; background-color: #736966; transition: .5s; transform-origin: left; position: relative; top: -5px;}
header ul.fl .snav li a:hover{ color: #736966; }
header ul.fl .snav li a:hover span{ width: 5px;  }

header .btn1{  width: 210px; height: 48px; padding: 7px 15px; border-radius: 24px; text-align: center; margin-top: 26px; margin-left: 50px; }
header .btn1 p:nth-child(1){ display: inline-block; width: 60px; line-height: 32px; padding-right: 5px; font-size: 14px;}
header .btn1 p.line{ display: inline-block; width: calc(100% - 60px); border-left: 1px solid rgba(255,255,255,.6); text-align: left; padding-left: 10px; line-height: 18px; font-size: 14px;}


footer{ background-color: #f4f4f4; padding: 30px 0; text-align: center;}
footer ul{ display: block;}
footer ul li{ display: inline-block; font-size: 13px; padding: 0 5px;}
footer ul.btn{ padding-top: 10px;}
footer ul li img{ position: relative; top: 2px;}
/* =================== 1023px =================== */
@media (max-width: 1023px) {
    header{ height: 60px; position: fixed; top: 0; left: 0; width: 100%; background-color: #fff; z-index: 999;}
    header .wrap1400{ width: calc(100% - 30px); padding: 0;}
    header h1.logo{ padding-top: 12px;}
    header h1.logo img{ height: 35px;}


    #panel{ width: 85%; left: -85%; top: 0; position: fixed; height: 100%; z-index: 1002; background-color: #eee; display: block; transition: .5s;}
    #blackbg{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: rgba(0,0,0,0.9); z-index: 1001; display: none;}
    #panel.active{ left: 0;}

    #panel .panel-top{ height: 60px; background-color: #736966; padding: 0 15px; overflow: hidden;}
    #panel h1.logo{ padding-top: 12px;}
    #panel h1.logo img{ height: 35px;}
    #panel a.panel-close{ font-size: 25px; line-height: 55px;}
    #panel .panel-btm{ padding: 0 15px;}
    #panel .panel-btm li{ border-bottom: 1px solid #c9c9c9;}
    #panel .panel-btm a{ display: block; width: 100%; height: 75px; line-height: 75px; font-size: 14px; }
    #panel .panel-btm a i{ padding-right: 10px; font-size: 15px;}
    #panel .panel-btm a i.fr{ position: relative; line-height: 75px; padding-right: 0;}
    #panel a.btn1{ position: absolute; bottom: 30px; left: 15px; width: calc(100% - 30px); height: 40px; line-height: 40px; border-radius: 20px; padding: 7px 15px;}
    #panel .btn1 p:nth-child(1){ display: inline-block; width: 60px; line-height: 26px; padding-right: 5px; font-size: 13px;}
    #panel .btn1 p.line{ display: inline-block; width: calc(100% - 60px); height: 100%; border-left: 1px solid rgba(255,255,255,.6); text-align: left; padding-left: 10px; line-height: 26px; font-size: 13px;}


    #panelbtn{  width: 24px; height: 24px; margin: 10px 0;  overflow: hidden; position: fixed; top: 10px; right: 15px; z-index: 1000; }
    #panelbtn a{ display: block; width: 100%; height: 100%; position: relative; }
    
    #panelbtn span{ display: block; width: 20px; height: 2px; background-color: #666; position: absolute; left: 0; transition: 0.3s;} 
    
    #panelbtn .line01{top: 1px;}
    #panelbtn .line02{top: 8px;}
    #panelbtn .line03{top: 15px;}

    #panel .topNav.active, #panel .topNav.active i{ color: #bfb0a3;}
    #panel .topNav.active i.fr{ width: 13px; height: 1px; background-color: #666; color: transparent; margin-top: 35px;}

    #panel .subNav{ width: 100%; overflow: hidden; display: none; padding: 0 10px 20px; }
    #panel .subNav li{  width: 100%; height: auto; box-sizing: border-box; border-bottom: unset;  }
    #panel .subNav li a{ display: block; width: 100%; height: unset!important; line-height: 24px; font-size: 12px; box-sizing: border-box; color: #666; }


    footer{ padding: 15px 0; }
    footer ul li{ display: inline-block; font-size: 10px; padding: 0 3px;}
    footer ul.btn{ padding-top: 10px;}
    footer ul li img{ width: 10px; position: relative; top: 2px;}


    a.call{ position: fixed; z-index: 2000; right: 15px; bottom: 30px; width: 35px; height: 35px; line-height: 35px; border-radius: 50%; background-color: #bfb0a3; text-align: center; font-size: 13px;}

}