﻿
        .g-hd {
            height: 3.8rem;
            position: relative;
            padding: 0px 0px 10px;
            background: #fff;
            z-index:99;
        }
        
        .f-fr {
            float: right;
        }
        
        .f-fl {
            float: left;
        }
        
        .m-logo {
            width: 28.56%;
            margin: 3.5% 0 0 3.75%;
        }
        
        .m-logo img {
            width: 100%;
            display: block;
        }
        
        .m-text {
            width: 58%;
            line-height: 2.4rem;
            font-size: 1rem;
            color: #d32429;
            white-space: nowrap;
            padding: 1rem 0 0;
        }
        
        .m-text a {
            display: inline-block;
            color: #d32429;
            padding: 0 0.6rem;
            font-weight:bold;
        }
        
        .downmenu {
            width: 6.41%;
            display: block;
            padding: 1.85rem 0 0;
        }
        
        .downmenu img {
            width: 1.15rem;
            display: block;
        }
        
        .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: 75%;
            padding: 1.2rem 12.5% 2rem;
            display: none;
            z-index: 80;
            background: rgba( 211, 36, 41, 0.9);
            overflow: hidden;
            position: absolute;
            top: 3.8rem;
            right: 0;
            transition: transform 1s;
            -webkit-transition: transform 1s;
        }
        
        .menu2 .slideMenu li {
            border-bottom: 1px solid #fff;
            color: #fff;
            line-height: 3.5rem;
            font-size: 1.2rem;
            clear: both;
        }
        
        .menu2 .slideMenu li:last-child {
            border-width: 0.15rem;
        }
        
        .menu2 .slideMenu li a {
            color: #fff;
            display: block;
            line-height: 3.5rem;
        }
    

        .g-ft {
            height: auto;
            padding: 0 0 5.85rem;
            position: relative;
            z-index:8;
            font-size: 1.1rem;
            line-height: 2.8rem;
            text-align: center;
            color: #666;
        }
        
        .g-ft:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            background: #e5e5e5;
            left: 0;
            top: 2.1rem;
            z-index: -1;
        }
        
        .ontop {
            width: 13.28%;
            height: 5.05rem;
            display: block;
            text-align: center;
            margin: 0 auto;
            overflow: hidden;
            font-family: Arial;
            font-size: 1.3rem;
            background: url(../images/ontop.jpg) no-repeat center 0;
            -webkit-background-size: 100%;
            -moz-background-size: 100%;
            -o-background-size: 100%;
            background-size: 100%;
            color: #fff;
            line-height: 5.4rem;
        }
        
        .ontop span {
            display: block;
            margin: 0 auto;
            color: #fff;
        }
        
        .f_con {
            height: 6.75rem;
        }
        
        .f_con a {
            color: #666;
        }
        
        .social_nav5 {
            height: 5.85rem;
            position: fixed;
            bottom: 0;
            min-width: 320px;
            max-width: 640px;
            width: 100%;
            z-index: 999;
            background: #d32429;
            text-align: center;
            font-size: 1.1rem;
            line-height: 2.6rem;
        }
        
        .social_nav5 li {
            height: 5.85rem;
            width: 25%;
            float: left;
            color: #fff;
            position: relative;
        }
        
        .social_nav5 ul a:nth-child(1) li {
            background: #4d4d5d;
        }
        
        .social_nav5 li:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 5.85rem;
            left: 0;
            top: 0;
        }
        
        .social_nav5 ul a:nth-child(1) li:before {
            width: 0;
            height: 0;
            border: 0;
        }
        
        .social_nav5 li span {
            display: block;
            width: 2.1rem;
            height: 2.1rem;
            display: block;
            padding: 1.1rem 0 0;
            margin: 0 auto;
        }
        
        .social_nav5 li span img {
            width: 2.1rem;
            display: block;
        }
    
