
               .head{height:4.95rem;}
                .g-hd{min-width: 320px;max-width: 750px;width: 100%;}
                .g-hd{height:4.95rem;}
                .g-hd .t_logo{float: left;width:18.1%;height:3.75rem;padding: 0.65rem 0 0 4.5%;}
                .g-hd .t_logo a img{width:100%; height:100%;}
                .g-hd .m-nav2{ width:5.86%;height:1.4rem;float: right;margin-top:1.75rem;margin-right:4%;display: inline;}
                .g-hd .m-nav2 i{display:block;width:100%;height:100%;background:url(images/icon.png) no-repeat center; background-size:100%;}
                .g-hd .hea_nav{width:55%; height:4.95rem; display: block; float:right; line-height:4.95rem;}
                .g-hd .hea_nav a{font-size:1.6rem; color:#333333; font-weight: normal; display:block; width:33.3%;position: relative; text-align:center;float:left;}
                .g-hd .hea_nav a:before{width:0.05rem;height:1.3rem;background:rgba(1,1,1,0.12);content:""; position:absolute; right:0;top:1.75rem;}
                .g-hd .hea_nav a:last-child:before{display:none;}
                .g-hd .hea_nav a.cur{color:#E70017;}
                .menu{width: 100%;max-width: 750px;color: #333333;margin: auto;overflow: hidden;}
                       .nav{position: absolute;    top: 0;    left: 0;    right: 0px;    margin: auto;overflow: hidden;padding: 0px;}
                       .downmenu{    position: fixed;    width: 40%;    height: 100%;    right: 0;    top: 0;    background: rgba(0,0,0,.9);    transform: translateX(100%);    -webkit-transform: translateX(100%);    transition: all .7s;    -webkit-transition: all .7s;    overflow: hidden;    opacity: 0;    z-index: 100;}
                       .downmenu.active {    transform: translateX(0);    -webkit-transform: translateX(0);    opacity: 1;}
                       .downmenu .upbtn {    position: absolute;    top: 4.5%;  left: 10%;}
                       .downmenu .upbtn img {width: 40%;}
                       .downmenu ul{position: absolute;    left: 0;    top: 10%;    width: 100%;}
                       .downmenu ul li{height:4rem; line-height: 4rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;border-bottom:1px dashed rgba(255,255,255,0.2);}
                       .downmenu ul li a{display:block; font-size:1.3rem;color:#FFF;padding-left: 10%;}
                       .downmenu ul li.last{ height: auto;    padding-top: 10%; border-bottom:0;}
                       .downmenu ul li.last a{ display: block;    width: 25%;    background: white;    padding: 0px;    margin-left: 10%;    padding-bottom: 25%;  background-image: url(images/tel2.png);    background-position: center;    background-repeat: no-repeat;    background-size: 50%;    border-radius: 100%;}
  
            

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


        .cm1-size750-pro-list {
            padding: 1.5rem 3% 0;
        }
        
        .cm1-size750-pro-list ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-flex;
            -ms-flex-pack: distribute;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        
        .cm1-size750-pro-list ul li {
            width: 48.5%;
            margin-bottom: 1.5rem;
        }
        
        .cm1-size750-pro-list ul li:nth-child(2n) {
            margin-left: 3%;
        }
        
        .cm1-size750-pro-list ul li span {
            display: block;
            border-radius: 0.25rem;
            overflow: hidden;
        }
        
        .cm1-size750-pro-list ul li span img {
            display: block;
            width: 100%;
        }
        
        .cm1-size750-pro-list ul li h4 {
            max-height: 4rem;
            line-height: 2rem;
            font-size: 1.3rem;
            font-weight: normal;
            color: #4c4c4c;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
             padding-top: 0.6rem;
        }
    

                .g-ft{height:18.9rem;}
                .g-f{height:13.75rem; background:url(images/ft-bj.jpg) no-repeat center; background-size:100% 13.75rem;position: relative;padding-top:4.1rem; box-sizing: border-box;}
                .g-f .xf{width:4.9rem;height:4.9rem; position:absolute; left:44%; top:-2.45rem;}
                .g-f .xf img{width:100%;}
                .g-f p{height:2.9rem; line-height: 2.9rem; text-align: center;}
                .g-f p em{display:inline-block;}
                .g-f p em a{font-size: 1.4rem; color:#FFFFFF;padding:0 1.45rem; position: relative;}
                .g-f p em a:before{width:0.05rem; height:0.95rem; background:#5a5d65; content:""; position:absolute;right:0;top:0.7rem;}
                .g-f p em:last-child a:before{display:none;}
                .g-f strong{display:block; text-align: center; height:2.55rem; line-height: 2.55rem;}
                .g-f strong em{display:inline-block;font-size: 1.0rem;color:rgba(255,255,255,0.51);margin:0 1rem;font-weight: normal;}
                .g-f strong em a{font-size: 1.0rem;color:rgba(255,255,255,0.51); font-weight: normal;}
                .g-f span{display:block; text-align: center;font-size: 1.0rem;color:rgba(255,255,255,0.51);}
                .g-ft .dbdh{min-width: 320px;max-width: 750px;width: 100%;position: fixed;bottom: 0;z-index: 50;}
                .g-ft .dbdh li{float:left; width:20%; height:5rem;background:#FFF;}
                .g-ft .dbdh li a{display:block;height:5rem;padding-top:0.8rem; box-sizing: border-box;}
                .g-ft .dbdh li em{display:block;width:1.7rem;height:1.8rem;margin:0 auto;    line-height: 0;}
                .g-ft .dbdh li em img{width:100%; height:100%;}
                .g-ft .dbdh li i{display:block; font-size: 1.1rem; line-height: 2.3rem; color:#333; text-align: center;}
                iframe.phone-view, body.phone-view, .c-edit-page.phone-view{width:750px !important;}

            
