
        .g-hd {
            height: 7.05rem;
            position: relative;
            background: #f3f1f2;
            z-index: 9;
        }
        
        .m-logo {
            width: 29.53%;
            padding-top: 1.3rem;
            height: 5.75rem;
            background: #edd97b;
            text-align: center;
        }
        
        .m-logo span {
            width: 6.5rem;
            display: block;
            margin: 0 auto;
        }
        
        .m-logo p {
            display: block;
            font-size: 0.9rem;
            color: #78673e;
            line-height: 2.4rem;
        }
        
        .t_text {
            color: #0d0d0f;
            font-size: 1rem;
            line-height: 7.05rem;
            width: 56.72%;
            white-space: nowrap;
            overflow: hidden;
        }
        
        .t_text a {
            color: #0d0d0f;
            padding: 0 1.2rem 0 0;
        }
        
        .downmenu {
            width: 1.5rem;
            height: 3rem;
            overflow: hidden;
            margin: 3.2rem 4.8% 0 0;
        }
        
        .downmenu img {
            width: 1.5rem;
        }
        
        .head2 .menu_btn a.downmenu.hover {
            background: #fb4c36;
            border-radius: 5px;
            box-shadow: 1px 1px 1px #666;
        }
        
        .menu2 {
            position: relative;
            z-index: 9;
        }
        
        .menu2 .slideMenu {
            width: 22.5%;
            padding: 1.5rem 0 1.5rem 3.28%;
            display: none;
            z-index: 80;
            background: #e7d383;
            position: absolute;
            top: 5rem;
            right: 4.8%;
            transition: transform 1s;
            -webkit-transition: transform 1s;
        }
        
        .menu2 .slideMenu:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            right: 0;
            top: -0.5rem;
            border-right: solid 0.5rem #e7d383;
            border-top: solid 0.5rem transparent;
            border-bottom: solid 0.5rem transparent;
        }
        
        .menu2 .slideMenu li {
            color: #474439;
            font-size: 1.1rem;
            white-space: nowrap;
            clear: both;
        }
        
        .menu2 .slideMenu li:first-child a {
            color: #0d0d0f;
        }
        
        .menu2 .slideMenu li a {
            color: #474439;
            display: block;
            line-height: 2.2rem;
        }
    

        .g-ft {
            height: auto;
            padding: 4.3rem 0 3.85rem;
            position: relative;
            text-align: center;
            z-index: 99;
            color: #423f41;
            font-size: 1.1rem;
            background: #f3f1f2;
            line-height: 1.5rem;
        }
        
        .ontop {
            height: 4.1rem;
            display: block;
            margin: 0 3.125%;
            position: absolute;
            width: 4.6rem;
            left: 50%;
            top: -1.95rem;
            margin-left: -2.3rem;
        }
        
        .f_con p:nth-child(1) {
            height:6.8rem;
            overflow: hidden;
        }
        .f_con p a{color: #423f41;}
        .f_con p:nth-child(1) b {
            font-size: 1.2rem;
            color: #000;
            display: block;
        }
        
        .f_con p:nth-child(2) {
            height: 11.3rem;
            overflow: hidden;
        }
        
        .f_con p span {
            margin-left: 1.4rem;
            position: relative;
        }
        
        .f_con p em {
            width: 5.2rem;
            height: 5.2rem;
            display: inline-block;
        }
        
        .f_con p em:nth-child(2) {
            margin-left: 1.05rem;
        }
        
        .f_con p em img {
            padding: 0.35rem;
            background: #fff;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            width: 100%;
        }
        
        .f_con p span {
            display: block;
            line-height: 2.8rem;
            font-size: 0.9rem;
        }
        
        .social_nav5 {
            height: 3.85rem;
            position: fixed;
            bottom: 0;
            min-width: 320px;
            max-width: 640px;
            width: 100%;
            z-index: 999;
            background: #d8bd58;
        }
        
        .social_nav5 li {
            height: 3.85rem;
            width: 20%;
            font-size: 1rem;
            float: left;
            text-align: center;
            color: #161514;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            position: relative;
            line-height: 3.85rem;
        }
        
        .social_nav5 a:nth-child(2n) li {
            background: #e4d077;
        }
        
        .social_nav5 li em {
            width: 1.3rem;
            height: 1.3rem;
            margin: 0 auto;
            padding: 1.35rem 0.5rem 0 0;
        }
        
        .social_nav5 li em img {
            width: 1.3rem;
        }
    
