﻿
        .g-hd {
            height: 4.45rem;
            position: relative;
            padding: 0.55rem 3.125% 0;
            color: #fff;
            background: #40b3d8;
        }
        
        .m-logo {
            width: 33%;
            float: left;
        }
        .m-logo img{width: 6.9rem;}
        .m-text {
            width: 54.3%;
            float: right;
            line-height: 3.9rem;
            font-size: 1rem;
            color: #fff;
            white-space: nowrap;
        }
        
        .m-text a {
            display: inline-block;
            color: #fff;
            font-size: 1.2rem;
            padding: 0 1.1rem;
        }
        
        .downmenu {
            width: 1.05rem;
            float: right;
            display: block;
            margin: 1.6rem 0 0;
        }
        
        .downmenu img {
            width: 1.05rem;
            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: 120%;
            padding: 1.2rem 0 2rem;
            display: none;
            z-index: 80;
            background: rgba(200, 22, 34, 0.8);
            overflow: hidden;
            position: absolute;
            top: 4.45rem;
            right: -1.5rem;
            left: -1.5rem;
            transition: transform 1s;
            -webkit-transition: transform 1s;
        }
        
        .menu2 .slideMenu li {
            border-bottom: 1px solid #d95c65;
            color: #fff;
            line-height: 3.45rem;
            font-size: 1.2rem;
            clear: both;
            margin: 0 12.5%;
        }
        
        .menu2 .slideMenu li:last-child {
            border-width: 0.15rem;
        }
        
        .menu2 .slideMenu li a {
            color: #fff;
            display: block;
            line-height: 3.45rem;
        }
    

        .g-ft {
            height: auto;
            padding: 1.3rem 0 5.4rem;
            position: relative;
            z-index: 99;
            color: #333;
            font-size: 1.1rem;
            line-height: 5.8rem;
            text-align: center;
            margin: 2.1rem auto 0;
            background: #f7f7f7;
        }
        
        .ontop {
            width: 4.25rem;
            height: 4.25rem;
            color: #fff;
            display: block;
            text-align: center;
            font-family: Arial;
            font-size: 1.3rem;
            position: absolute;
            left: 50%;
            margin-left: -2.125rem;
            top: -2.1rem;
            overflow: hidden;
        }
        
        .ontop span {
            display: block;
            line-height: 4.8rem;
            background: url(../images/ontop.png) no-repeat center 0;
            -webkit-background-size: 100%;
            -moz-background-size: 100%;
            -o-background-size: 100%;
            background-size: 100%;
        }
        
        .f_con {
            height: 5.8rem;
            line-height: 5.8rem;
            color: #666;
            text-align: center;
        }
        
        .f_con a {
            color: #666;
            display: inline-block;
        }
        
        .social_nav5 {
            height: 5.4rem;
            position: fixed;
            bottom: 0;
            min-width: 320px;
            max-width: 640px;
            width: 100%;
            z-index: 999;
            background: #40b3d8;
            text-align: center;
            line-height: 2.6rem;
        }
        
        .social_nav5 li {
            height: 5.4rem;
            width: 25%;
            font-size: 1.1rem;
            float: left;
            color: #fff;
            position: relative;
        }
        
        .social_nav5 li:before {
            content: "";
            position: absolute;
            width: 0.1rem;
            height: 100%;
            background: #57c9ed;
            left: 0;
            top: 0;
        }
        
        .social_nav5 a:nth-child(1) li {
            background: #eb4a35;
        }
        
        .social_nav5 a:nth-child(1) li:before {
            background: none;
            width: 0;
            height: 0;
        }
        
        .social_nav5 li span {
            display: block;
            width: 1.9rem;
            height: 1.8rem;
            display: block;
            padding: 0.65rem 0 0;
            margin: 0 auto;
        }
        
        .social_nav5 li span img {
            width: 1.9rem;
            display: block;
        }
    
