
                    .m-head{height:8.65rem;}
                    .m-head .g-hd{min-width: 320px;max-width: 750px;width: 100%;}
                    .m-head .g-hd .hea_top{height:5rem; box-sizing: border-box;padding-top:0.8rem;}            
                    .m-head .g-hd .hea_top .t_logo{float: left;width:27.8%;margin:0 0.95rem 0 2.6%;}
                    .m-head .g-hd .hea_top .t_logo a img{width:100%;}
                    .m-head .g-hd .hea_top h2{display:block; float:left;padding-left:0.7rem; background:url(images/hea-xt.jpg) no-repeat left;background-size:0.3%;height:2.6rem; line-height: 2.6rem;font-size:1.6rem; color:#333333; font-weight: bold; font-family: "思源黑体 CN"; margin-top: 0.3rem;}
                    .m-head .hea_bot{height:3.65rem;background:#107D5A;}
                    .m-head .hea_bot .hea_nav{width:80.1%; float:left;height:3.65rem; line-height:3.65rem;text-align: center; }
                    .m-head .hea_bot .hea_nav span{display:block;width:25%;float:left; box-sizing: border-box; position: relative;border-right:0.05rem solid rgba(255,255,255,0.12);}
                    .m-head .hea_bot .hea_nav span:last-child:before{display:none;}
                    .m-head .hea_bot .hea_nav span a{display:block;font-size: 1.3rem; color:#FFFFFF;box-sizing: border-box;}
                    .m-head .g-hd .m-nav2{ width:13.3%;height:3.55rem;float: right;display: inline;}
                    .m-head .g-hd .m-nav2 i{display:block;width:100%;height:100%;background: url(images/hea-ico.png) no-repeat center; background-size:100%;}
                    .m-head .g-hd .menu2 {position: relative;z-index: 9;}
                    .m-head .g-hd .menu2 .erji {width: 100%;display: none;z-index: 80;background: rgba(18, 122, 89, 0.95);overflow: hidden;position: absolute;top:3.65rem;right: 0;transition: transform 1s;-webkit-transition: transform 1s;padding-bottom: 2rem;}
                    .m-head .g-hd .menu2 .erji li {border-bottom: 1px solid rgba(255, 255, 255, 0.3);color: #fff;line-height: 5rem;font-size: 1.4rem;clear: both;}
                    .m-head .g-hd .menu2 .erji li a {color: #fff;display: block;line-height: 5rem;text-align: center;}
                    .m-head .g-hd .menu2 .erji ul {overflow: hidden;margin-bottom: 2.25rem;padding: 2rem 4rem;}
                    .m-head .g-hd .menu2 .h_contact .call {display: block;color: #127a59;font-size: 1.4rem;line-height: 4rem;text-align: center;font-weight: bold;background: #fff;width: 12.15rem;height: 4rem;margin: 1rem auto 4.5rem;border-radius: 0.3rem;}

          

        .ad-01 {
            position: relative;
            min-height: 4.4rem;
            /*background: #127a59;*/
            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 #127a59;
    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: auto;
        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: #127a59;
        bottom: 0;
        left: 50%;
        margin-left: -1.05rem;
    }
    
    #topNav .swiper-next {
        position: absolute;
        width: 0;
        height: 0;
        right: 0;
        top: 0;
    }


        .mc1-case-list {
            padding: 1.5rem 3% 2rem;
             min-height: calc(100vh - 32.4rem);
            box-sizing: border-box;
        }
        
        .mc1-case-list dl dt {
            border-radius: 0.5rem;
            overflow: hidden;
        }
        
        .mc1-case-list dl dt img {
            width: 100%;
            display: block;
        }
        
        .mc1-case-list dl dd {
            padding-top: 1.2rem;
        }
        
        .mc1-case-list dl dd:after {
            content: ".";
            height: 0;
            display: block;
            visibility: hidden;
            clear: both;
        }
        
        .mc1-case-list dl dd h4 {
            display: inline-block;
            float: left;
            font-size: 1.4rem;
            color: #333333;
            line-height: 2.3rem;
            max-height: 4.6rem;
            width: 70.5%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        
        .mc1-case-list dl dd span {
            display: inline-block;
            float: right;
            width: 25%;
            height: 3rem;
            line-height: 3rem;
            border-radius: 3rem;
            border: 1px solid #127a59;
            color: #127a59;
            font-size: 1.2rem;
            text-align: center;
            margin-top: 0.7rem;
        }
        
        .mc1-case-list a {
            display: block;
            margin-bottom: 2rem;
        }
    

            .g-ft {
              background: #eee;
              background-size: 100% auto;
              margin-top: 4.05rem;
            }
            .f_con {
              height: 15.55rem;
              padding: 3.5rem 4% 0;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              position: relative;
            }
            .g-ft img {
              max-width: 100%;
              display: block;
            }
            .f_menu {
              display: flex;
              display: -webkit-flex;
              justify-content: space-between;
              -webkit-justify-content: space-between;
              align-items: center;
              -webkit-align-items: center;
              padding-bottom: 0.95rem;
              border-bottom: 1px solid #fff;
              margin-bottom: 1rem;
              position: relative;
            }
            .f_menu:after {
              position: absolute;
              content: "";
              width: 100%;
              height: 1%;
              background: #dcdcdc;
              left: 0;
              bottom: 1px;
            }
            .f_menu a {
              display: block;
              font-size: 1.3rem;
              color: #333;
              line-height: 100%;
            }
            .f_menu i {
              display: block;
              width: 1px;
              height: 1.1rem;
              background: #333;
            }

            .f_info p {
              font-size: 1.3rem;
              color: #333;
              line-height: 1.6rem;
              text-align: center;
            }
            .f_info p a {
              color: #333;
            }
            .f_info p span {
              margin-right: 1rem;
            }

            .go_top {
              width: 4rem;
              height: 4rem;

              border-radius: 50%;
              position: absolute;
              left: 50%;
              top: -2rem;
              margin-left: -2rem;
            }

            .f_nav {
              height: 3.8rem;
              background: #262626;
              min-width: 320px;
              max-width: 750px;
              width: 100%;
              position: fixed;
              bottom: 0;
              z-index: 100;
              display: flex;
              display: -webkit-flex;
              justify-content: center;
              -webkit-justify-content: center;
              align-items: center;
              -webkit-align-items: center;
            }
            .f_nav li {
              width: 50%;
              background: #127a59;
              position: relative;
              box-sizing: border-box;
            }
            .f_nav li a {
              height: 3.8rem;
              font-size: 1.2rem;
              color: #fff;
              line-height: 100%;
              display: block;
              text-align: center;
              display: flex;
              display: -webkit-flex;
              justify-content: center;
              -webkit-justify-content: center;
              align-items: center;
              -webkit-align-items: center;
            }
            .f_nav li i {
              width: 1.85rem;
              display: block;
            }
            .f_nav li img {
              width: 1.85rem;
              display: block;
            }
            .f_nav li span {
              margin-left: 0.45rem;
              display: block;
              margin-top: 0.25rem;
            }
            .f_nav li:nth-child(2) {
              position: absolute;
              width: 5.45rem;
              height: 5.45rem;
              background: none;
              border: 0.35rem solid rgba(255, 255, 255, 0.35);
              box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(255, 97, 42, 0.15);
              border-radius: 50%;
              z-index: 2;
              top: -2.55rem;
              left: 50%;
              margin-left: -2.75rem;
            }
            .f_nav li:nth-child(2) a {
              display: block;
            }
            .f_nav li:nth-child(2) i {
              display: block;
              background: #ffca2a;
              width: 4.75rem;
              height: 4.75rem;
              border-radius: 50%;
            }
            .f_nav li:nth-child(2) img {
              width: 4.75rem;
            }
            .f_nav li:first-child {
              padding-right: 2.75rem;
            }
            .f_nav li:last-child {
              padding-left: 2.75rem;
            }
          
