
        .g-hd {
            height: 4.1rem;
            position: relative;
            background: #da251c;
            padding: 0.9rem 0 0;
        }
        
        .m-logo {
            width: 11.72%;
            margin: 0 0 0 4.688%
        }
        
        .m-nav {
            width: 74.53%;
            font-size: 1.2rem;
            color: #fff;
            white-space: nowrap;
            height: 4.1rem;
        }
        
        .m-nav p {
            width: 86%;
            float: left;
            color: #fff;
            line-height: 3.4rem;
        }
        
        .m-nav p a {
            color: #fff;
            padding: 0 1.2rem;
            display: inline-block;
        }
        
        .m-nav span {
            width: 1.85rem;
            display: block;
            float: left;
            margin: 1.15rem 0 0;
        }
        
        .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: 77%;
            padding: 1.2rem 11.5% 4.4rem;
            display: none;
            z-index: 80;
            background: #da251c;
            overflow: hidden;
            position: absolute;
            top: 4.2rem;
            right: 0;
            transition: transform 1s;
            -webkit-transition: transform 1s;
        }
        
        .menu2 .slideMenu li {
            border-bottom: 1px solid #67a3c5;
            color: #fff;
            font-size: 1.2rem;
            clear: both;
        }
        
        .menu2 .slideMenu li em {
            width: 1.65rem;
            height: 1.5rem;
            float: left;
            margin: 0.3rem 0.7rem 0 0.1rem;
        }
        
        .menu2 .slideMenu li:last-child {
            border-bottom: solid 0.15rem #67a3c5;
        }
        
        .menu2 .slideMenu li a {
            color: #fff;
            display: block;
            line-height: 3.45rem;
        }
    

        .g-ft {
            height: auto;
            padding: 0 0 4.5rem;
            position: relative;
            text-align: center;
            z-index: 12;
            color: #333;
            font-size: 1.2rem;
        }
        
        .ontop {
            height: 2.15rem;
            color: #da251c;
            display: block;
            margin: 0 auto;
            position: relative;
        }
        
        .ontop span {
            width: 4.15rem;
            height: 4.15rem;
            background: url(/m/theme/default/images/ontopbg.gif) no-repeat center 0;
            -webkit-background-size: 100%;
            -moz-background-size: 100%;
            -o-background-size: 100%;
            background-size: 100%;
            margin: 0 auto;
            display: block;
            overflow: hidden;
            font-size: 1.4rem;
            font-weight: bold;
            line-height: 5.3rem;
            position: absolute;
            left: 50%;
            top: 0;
            margin-left: -2.075rem;
            color: #da251c;
        }
        
        .f_con {
            padding: 3.4rem 0 0;
            height: 6.9rem;
            background: #f2f2f2;
        }
        
        .f_con p {
            line-height: 2.6rem;
            font-size: 1.1rem;
            color: #666;
            white-space: nowrap;
        }
        
        .f_con p em {
            font-size: 0.8rem;
            color: #e5e5e5;
        }
        
        .f_con a {
            color: #222;
            padding: 0 0.5rem;
        }
        
        .social_nav5 {
            height: 4.5rem;
            position: fixed;
            bottom: 0;
            min-width: 320px;
            max-width: 640px;
            width: 100%;
            z-index: 999;
            background: #da251c;
        }
        
        .social_nav5 li {
            height: 4.5rem;
            width: 50%;
            line-height: 4.5rem;
            font-size: 1.2rem;
            float: left;
            text-align: center;
            color: #fff;
            position: relative;
        }
        
        .social_nav5 li:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            left: 0;
            top: 0;
            background: url(images/f_ge.gif) no-repeat center 0;
            -webkit-background-size: 100% 100%;
            -moz-background-size: 100% 100%;
            -o-background-size: 100% 100%;
            background-size: 100% 100%;
        }
        
        .social_nav5 a:nth-child(1) li:before {
            width: 0;
            height: 0;
            border: 0;
        }
        
        .social_nav5 li span {
            padding: 0 0 0 2.2rem;
            background: url(images/f_ico2.gif) no-repeat 0 center;
            -webkit-background-size: 1.7rem 1.45rem;
            -moz-background-size: 1.7rem 1.45rem;
            -o-background-size: 1.7rem 1.45rem;
            background-size: 1.7rem 1.45rem;
        }
        
        .social_nav5 a:nth-child(1) li span {
            background: url(images/f_ico1.gif) no-repeat 0 center;
            -webkit-background-size: 1.7rem 1.45rem;
            -moz-background-size: 1.7rem 1.45rem;
            -o-background-size: 1.7rem 1.45rem;
            background-size: 1.7rem 1.45rem;
        }
    
