﻿
        .head2 {
            position: relative;
            z-index: 10!important;
            height: 6rem;
            background: #f9f9f9;
            box-shadow: 2px 2px 0px #ccc;
        }
        
        .head2 .menu_btn {
            padding: 1.5rem 0 0 0;
            width: 60%;
            font-size: 1.3rem;
            color: #174b89;
            right: 0;
            height: 4rem;
            position: absolute;
        }
        
        .head2 .menu_btn em {
            display: block;
            font-size: 1.3rem;
            color: #d1292e;
            font-weight: bold;
        }
        
        .head2 .menu_btn a.downmenu {
            width: 18%;
            display: block;
            float: right;
            top: -3rem;
            padding-right: 3%;
            position: relative;
        }
        
        .head2 .menu_btn a.downmenu img {
            width: 100%;
        }
        
        .head2 .menu_btn a.downmenu.hover {
            background: #ec994b;
            border-radius: 5px;
            box-shadow: 1px 1px 1px #666;
        }
        
        .menu2 {
            position: relative;
            z-index: 10
        }
        
        .head2 .logo {
            float: left;
            width: 35%;
            padding: 1.4rem 0 0 3%;
        }
        
        .head2 .logo img {
            height: 100%;
            width: 100%;
            display: block;
        }
        
        .head2 .menu_btn .tsite {
            font-size: 1.3rem;
            color: #174b89;
        }
        
        .menu2 .slideMenu {
            width: 100%;
            display: none;
            z-index: 80;
            height: 105rem;
            overflow: hidden;
            position: absolute;
            top: 6rem;
            right: 0;
            transition: transform 1s;
            -webkit-transition: transform 1s;
        }
        
        .menu2 .slideMenu:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 105rem;
            background:#0d759c;
            right: 0;
            top: 0;
            z-index: 0;
        }
        
        .menu2.down .slideMenu {
            transform: translate3D(0, 100%, 0);
            -webkit-transform: translate3D(0, 100%, 0);
        }
        
        .menu2 ul {
            margin: 0;
            transform: translate3D(0, 0, 0);
            -webkit-transform: translate3D(0, 0, 0);
        }
        
        .menu2 ul li {
            border-bottom: 1px solid #fff;
            line-height: 3.5rem;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            text-align: center;
            color: #fff;
        }
        
        .menu2 ul li a {
            font-size: 1.2rem;
            color: #fff;
            text-decoration: none;
        }
        
        .menu2 ul .tel {
            border-bottom: none;
            height: auto;
            padding: 0px;
        }
        
        .menu2 ul .tel img {
            width: 64%;
            vertical-align: middle;
        }
        
        .menu2 ul li:last-child {
            border-bottom: none;
        }
        
        .menu2 ul li:first-child {
            border-top: none;
        }
    

       .g-ft{height:14rem; position: relative;}
       .u-top{position: relative; margin: 0 5%;height: 3rem;line-height: 3rem;background: #e8e8e8;border-radius: 0.2rem;text-align: center;font-size: 1rem;color: #d1292e;}
       .u-top:before{
        border-bottom: 0.6rem solid #d1292e;
        border-left: 0.6rem solid transparent;
        border-right: 0.6rem solid transparent;
        content: "";
        left: 50%;
        top:1.2rem;
        margin-left: 3rem;
        position: absolute;}

       .addlst{text-align: center;font-size: 1.1rem;color: #666666;line-height: 1.5rem; margin-top: 2rem;}
       .addlst a{color: #666666;display: block;}

       .g_fnva{ position:fixed; z-index:100; bottom:0; width:100%;max-width:640px;min-width:320px; background:#019FDC}
       .g_fnva li em{ display:block; width:45%;padding-top: 0.3rem;margin: 0 auto;}
       .g_fnva li em img{ display:block; width:100%;}
       .m-f01 li{position: relative; float:left; font-size:1rem; width:25%; text-align:center;position:relative;line-height: 2rem; border-right: 1px solid #b8d5f9;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
       .m-f01 li:nth-child(4){border-right: none;}
       .m-f01 a{ color:#fff;line-height:2rem;display:block;text-align:center;font-size: 1.1rem;position: relative;}


    
