
      .g-hd{height:4rem;position: relative;z-index:200; }
      .g-hd img{display: block;width: 100%;}
      .g-hd .logo{float: left;width:29.33%;margin:0.5rem 0 0 4%;}
      .g-hd ul{float: left;height:4rem;margin-left: 5%;}
      .g-hd ul li{float: left;font-size: 1.6rem;line-height:4rem;padding:0 1.4rem;position: relative;}
      .g-hd li:after {position: absolute;right: 0;top: 1.2rem;width: 1px;height: 1.65rem; background: url(images/nav_line.png) no-repeat center;background-size: 1px 1.65rem;content: "";}
      .g-hd li:last-child:after{ background: 0; }
      .g-hd ul li a{color: #333333;} 
      .g-hd ul li.cur{ color: #b0d6db; }  
      .g-hd .m-nav2{float: right;width:2.15rem;margin:1.2rem 4% 0 0;}
      #menu{display:none;background: rgba(0,0,0,0.85); 
            position: absolute;left: 0;top: 4rem;width: 100%; height:52.4rem; z-index: 200;}
      #menu p{width: 92%;margin:1.1rem auto 0;text-align: center;}
      #menu p a{display: block;height: 4.5rem;line-height: 4.5rem;font-size: 1.2rem;color: #fff;border-bottom:1px dashed #d1d2d5;box-sizing: border-box;}
      #menu p a:hover{ color: #b0d6db;font-weight: bold;opacity: 1;}
      #menu p a:last-child{border: 0;}
       #menu .tel{display: block;font-size: 1.4rem;color: #4a3c2b;width: 45%;height: 3rem;text-align: center;line-height: 3rem;overflow: hidden; background:#b0d6db; margin:2rem auto 0;border-radius:5rem; }
            
    

        .ad-01 {
            position: relative;
            min-height: 4.4rem;
            /*background: #b0d5db;*/
            background-color: #ededed;
        }
        
        .ad-back{
            position: absolute;
            width: 2rem;
            height: 2rem;
            left: 3%;
            top: 50%;
            margin-top: -1rem;
        }
        
        .ad-back a{display: block;height: 2rem;position: relative;}
        .ad-back a img{width: 1rem;height: 2rem;display:block;}
        
                .ad-nav{
            position: absolute;
            width: 2.2rem;
            height: 1.5rem;
            right: 3%;
            top: 50%;
            margin-top: -0.75rem;
            cursor: pointer;
        }
        .ad-nav a,.ad-nav img{width: 2.2rem;height: 1.5rem;display: block;}
        .ad-01-title {
            width: 75%;
            margin: 0 auto;
            height: 4.4rem;
            font-size: 1.5rem;
            text-align: center;
            color: #1a1a1a;
            line-height: 4.4rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
        }
    

    .mc1-left-nav {
        position: relative;
    }
    
    .mc1-left-nav-ss {
        position: absolute;
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        width: 12%;
        right: 0;
        top: 0;
        z-index: 5;
        background-color: #fff;
        cursor: pointer;
        border-left: 1px solid #f2f2f2;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .mc1-left-nav-ss:after{content: "";
    width: 1rem;
    height: 1rem;
    border: 3px solid #b0d5db;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.45rem;
    margin-left: -0.85rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);}
    
    #topNav {
        padding: 1rem 12% 0 0;
        border-bottom: 1px solid #ebebeb;
        width: 88%;
        height: 3rem;
        overflow: hidden;
        position: relative;
    }
    
    #topNav .swiper-slide {
        width: 20%;
        text-align: center;
        /*padding: 0 2%;*/
    }
    
    #topNav .swiper-slide span {
        transition: all .3s ease;
        color: #1a1a1a;
        font-size: 1.3rem;
        display: block;
        height: 2.5rem;
        line-height: 2.5rem;
        padding-bottom: 0.5rem;
        position: relative;
    }
    
    #topNav .active span {
        font-weight: bold;
    }
    
    #topNav .active span:after {
        content: "";
        position: absolute;
        width: 2.1rem;
        height: 0.3rem;
        border-radius: 0.25rem;
        background-color: #b0d5db;
        bottom: 0;
        left: 50%;
        margin-left: -1.05rem;
    }
    
    #topNav .swiper-next {
        position: absolute;
        width: 0;
        height: 0;
        right: 0;
        top: 0;
    }


        .mc1-info-list {
            padding: 1rem 3% 0;
        }
        
        .mc1-info-list dl {
            padding: 1rem 0;
            border-bottom: 1px solid #ccc;
        }
        
        .mc1-info-list dl:after {
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
            clear: both;
        }
        
        .mc1-info-list dl dt {
            display: inline-block;
            float: right;
            width: 47%;
            box-sizing: border-box;
            overflow: hidden;
            border-radius: 0.5rem;
        }
        
        .mc1-info-list dl dt img {
            display: block;
            width: 100%;
        }
        
        .mc1-info-list dl dd {
            display: inline-block;
            float: left;
            width: 50%;
            box-sizing: border-box;
            padding-top: 1rem;
        }
        
        .mc1-info-list dl dd h4 {
            color: #333;
            font-size: 1.3rem;
            line-height: 1.8rem;
            max-height: 3.6rem;
            text-align: justify;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        
        .mc1-info-list dl dd span {
            display: block;
            padding-top: 0.4rem;
            font-size: 1.1rem;
        }
        
        .mc1-info-list a {
            display: block;
            margin-bottom: 1rem;
        }
    

      .g-ft{ height: 17.8rem; position: relative;box-sizing:border-box ;background: #fff;padding-top: 2rem;margin-top: 2rem;}
        .f_con .go_top {position: fixed;right: 3.1%;bottom: 23%;z-index: 999;}
     .f_con .go_top a {display: block;text-align: center;font-size: 1.1rem;line-height: 100%;color: #fff;width: 4rem;height: 4rem;background: #212126;border-radius: 50%;padding-top: 2.3rem;box-sizing: border-box;position: relative;overflow: hidden;}
      .f_con .go_top a:before {position: absolute;content: "";border-width: 1.1rem .75rem;border-style: solid;border-color: transparent transparent #fff;top: -.35rem;left: 50%;margin-left: -.75rem;}
      
      .f_con p{line-height: 1.8rem;text-align: center;font-size: 1.3rem;color: #666666;margin-bottom: 1.2rem;padding: 0 8%;}
      .f_con .dt{ display: block;text-align: center;font-size: 1.3rem;color: #adadad; }
      
    
     
      .g_fnva{background:#212126;background-size: 100%; height:4.9rem;position:fixed;bottom:0;min-width:320px;max-width:750px;width:100%;z-index:30;font-size: 1.1rem;}
      .g_fnva li{height:4.9rem;width:25%; line-height: 1.3rem; float:left; text-align:left;color:#fff;position:relative;text-align: center;font-size: 1.3rem;letter-spacing: 1.5px;}
      .g_fnva li:after{content: "";position: absolute;width: 1px; height:5.8rem;background:#37373c; -webkit-background-size:100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%;top: 0rem;right: 0;}
      .g_fnva li.cp:after{ background: 0; }
      .g_fnva li.cp{ background: #b0d6db;}
      .g_fnva li em{display: block;width:2rem;height: 2rem;margin: 0.6rem auto 0;}
      .g_fnva li em img{ display:block;width:2rem;height: 2rem;}
       .g_fnva li span{ display: block;font-size: 1.3rem;color: #fff;line-height: 1.3rem;margin-top: 0.4rem; }
    
