
        .head {
            height: 5.9rem;
        }
        
        .head img {
            width: 100%;
            max-height: 5.9rem;
            display: block;
        }
        
        .head h2 {
            width: 12.5%;
            height: 5.9rem;
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center;
            float: left;
            margin: 0 0 0 2rem;
        }
        
        .h_txt {
            width: 68.4%;
            height: 1.8rem;
            float: right;
            margin-top: 1.3rem;
            font-size: 1.2rem;
            font-weight: bold;
            line-height: 1.8rem;
            color: #333;
            padding-left: 1.4rem;
            background: url(/mobile/images/h_icon1.png) no-repeat left center;
            background-size: 0.35rem 0.7rem;
        }
        
        .h_txt span {
            display: block;
            font-weight: normal;
        }
        
        .g-hd nav {
            height: 3.5rem;
            background: url(/mobile/images/h_bj.jpg) no-repeat left center;
            background-size: 100% 3.5rem;
            text-align: center;
            
            flex-wrap: wrap;
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center;
        }
        
        .g-hd nav a {
            display:block;
            width: 16%;
            font-size: 1rem;
            line-height: 3.5rem;
            color: #fff;
            position: relative;
        }
        .g-hd nav a.sidenavcur{
            background-color: #847165;
        } 
        .g-hd nav a:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -1rem;
            width: 1px;
            height: 2rem;
            background: #ebebeb;
            opacity: 0.3;
        }
        
        .g-hd nav a:nth-last-child(1):after {
            display: none;
        }
    

        .m1-sitemap-1  {
            padding-left: 1rem;
            padding-right: 1rem;
            margin-bottom:1rem;
        }
        .m1-sitemap-1  .m1-site-map-list {
            margin-top: 1rem;
            overflow: hidden;
        }
        .m1-sitemap-1  .m1-site-map-list h3 {
            padding: .2rem 0 .8rem;
            color: #333333;
        }
        .m1-sitemap-1  .m1-site-map-list ul {
            border: 1px solid #efefef;
            overflow: hidden;
        }
        .m1-sitemap-1  .m1-site-map-list li {
            float: left;
            width: 33.333%;
            text-align: center;
            box-sizing: border-box;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .m1-sitemap-1  .m1-site-map-list li a {
            display: block;
            height: 2.7rem;
            line-height: 2.7rem;
            margin-bottom: -1px;
            border-bottom: 1px solid #efefef;
            padding:0 1%;
            white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
            color:#666666;
        }
        .m1-sitemap-1  .m1-site-map-list li:nth-of-type(3n-1) {
            border-left: 1px solid #efefef;
            border-right: 1px solid #efefef;
        }
        .m1-sitemap-1  .m1-site-map-list li:nth-of-type(1) a,
        .m1-sitemap-1  .m1-site-map-list li:nth-of-type(2) a,
        .m1-sitemap-1  .m1-site-map-list li:nth-of-type(3) a {
            border-top: 0 none;
        }
    
