
        .head {
            height: 10.4rem;
        }
        
        .g-hd {
            min-width: 10.4rem;
        }
        
        .g-hd .hea_top {
            height: 6.85rem;
            padding-top: 1.25rem;
            box-sizing: border-box;
        }
        
        .g-hd .hea_top .t_logo {
            float: left;
            width: 30%;
            height: 4.2rem;
            padding: 0 0 0 5.1%;
            margin: 0.15rem 1.5rem 0 0;
        }
        
        .g-hd .hea_top .t_logo a img {
            width: 100%;
            height: 100%;
        }
        
        .g-hd .hea_top h2 {
            display: block;
            float: left;
            position: relative;
            padding-left: 1.35rem;
            box-sizing: border-box;
        }
        
        .g-hd .hea_top h2:before {
            width: 0.05rem;
            height: 3.8rem;
            background: #e0e0e0;
            content: "";
            position: absolute;
            left: 0;
            top: 0.45rem;
        }
        
        .g-hd .hea_top h2 em {
            display: block;
            font-size: 1.8rem;
            height: 2.4rem;
            line-height: 2.4rem;
            color: #0065ff;
            font-weight: bold;
        }
        
        .g-hd .hea_top h2 p {
            font-size: 1.3rem;
            height: 1.95rem;
            line-height: 1.95rem;
            color: #333333;
            font-weight: normal;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            letter-spacing: 1px;
        }
        
        .head .hea_bot {
            height: 3.55rem;
            background: #0B84DD;
        }
        
        .head .hea_bot .hea_nav {
            width: 88.4%;
            float: left;
            height: 3.55rem;
            line-height: 3.55rem;
            text-align: center;
        }
        
        .head .hea_bot .hea_nav span {
            display: block;
            width: 25%;
            float: left;
        }
        
        .head .hea_bot .hea_nav span a {
            display: block;
            font-size: 1.3rem;
            color: #FFFFFF;
            position: relative;
            box-sizing: border-box;
            font-weight: bold;
        }
        
        .head .hea_bot .hea_nav span a:before {
            width: 0.05rem;
            height: 1.2rem;
            background: rgba(255, 255, 255, 0.23);
            content: "";
            position: absolute;
            right: 0;
            top: 1.2rem;
        }
        
        .head .hea_bot .hea_nav span:last-child a:before {
            border-right: 0;
        }
        
        .g-hd .m-nav2 {
            width: 11.6%;
            height: 3.55rem;
            float: right;
            display: inline;
        }
        
        .g-hd .m-nav2 i {
            display: block;
            width: 100%;
            height: 100%;
            background: url(/images/hea-ico.jpg) no-repeat center;
            background-size: 100%;
        }
        
        .menu2 {
            position: relative;
            z-index: 100;
        }
        
        .menu2 .erji {
            width: 100%;
            display: none;
            overflow: hidden;
            position: absolute;
            background: #EEEEEE;
            background-size: 100% 100%;
            height: 52.35rem;
            max-width: 750px;
            top: 3.55rem;
            right: 0;
            transition: transform 3s;
            -webkit-transition: transform 3s;
            padding: 5.3% 4% 0;
            box-sizing: border-box;
        }
        
        .menu2 .erji ul li {
            float: left;
            width: 30.4%;
            height: 10.5rem;
            border-radius: 2rem;
            box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.1);
            margin-bottom: 1.5rem;
            margin-right: 4%;
            background: #FFF;
        }
        
        .menu2 .erji ul li:nth-child(3n) {
            margin-right: 0;
        }
        
        .menu2 .erji ul li a {
            display: block;
            height: 10.5rem;
            padding-top: 2.4rem;
            box-sizing: border-box;
        }
        
        .menu2 .erji ul li i {
            display: block;
            width: 3.25rem;
            height: 3.15rem;
            margin: 0 auto 1.1rem;
        }
        
        .menu2 .erji ul li i img {
            width: 100%;
        }
        
        .menu2 .erji ul li em {
            display: block;
            font-size: 1.2rem;
            color: #333333;
            text-align: center;
        }
        
        .menu2 .erji strong {
            display: block;
            width: 43.75%;
            height: 3.5rem;
            line-height: 3.5rem;
            background: #0B84DD;
            border-radius: 35px;
            margin: 0.75rem auto 0;
        }
        
        .menu2 .erji strong a {
            display: block;
            padding-left: 6rem;
            font-size: 1.2rem;
            color: #FFF;
            background: url(/images/tel.png) no-repeat 27%;
            background-size: 14%;
            font-weight: normal;
        }
    

    .p101-ad-1 img {
        width: 100%;
        display: block;
    }


    .p101-fdh-1 {
        padding-bottom: 0.5rem;
        position: relative;
        z-index: 2;
    }
    
    .p101-fdh-1-title {
        height: 3.8rem;
        background: #0065ff;
        padding: 0 4%;
        cursor: pointer;
    }
    
    .p101-fdh-1-title span {
        display: inline-block;
        max-width: 60%;
        height: 3.8rem;
        line-height: 3.8rem;
        font-size: 1.6rem;
        color: #fff;
    }
    
    .p101-fdh-1-title i {
        float: right;
        width: 1.7rem;
        height: 3.8rem;
        position: relative;
    }
    
    .p101-fdh-1-title i:before {
        content: '';
        position: absolute;
        width: 1.7rem;
        height: 0.2rem;
        background: #fff;
        left: 0;
        top: 50%;
        margin-top: -0.1rem;
        z-index: 1;
        border-radius: 1rem;
    }
    
    .p101-fdh-1-title i.active:after {
        content: '';
        position: absolute;
        width: 0.2rem;
        height: 1.7rem;
        background: #fff;
        left: 50%;
        margin-left: -0.1rem;
        top: 50%;
        margin-top: -0.85rem;
        z-index: 2;
        border-radius: 1rem;
    }
    
    .p101-fdh-1-list {
        background: #f6f6f6;
        box-shadow: 0 0.5rem 0.8rem #edeff2;
        padding-bottom: 0.5rem;
    }
    
    .p101-fdh-1-list li {
        padding: 0 4%;
        border-bottom: 0.1rem dotted #e6e6e6;
        position: relative;
    }
    
    .p101-fdh-1-list li:last-child {
        border-bottom: 0;
    }
    
    .p101-fdh-1-list li i {
        position: absolute;
        width: 50%;
        height: 4rem;
        right: 0;
        top: 0;
        z-index: 5;
    }
    
    .p101-fdh-1-list li i:after {
        content: "";
        width: 0.6rem;
        height: 0.6rem;
        border: 0.15rem solid #8e8e8e;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        right: 2rem;
        margin-top: -0.3rem;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .p101-fdh-1-list li>a {
        display: block;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.3rem;
        color: #666666;
        padding-left: 3%;
        position: relative;
    }
    
    .p101-fdh-1-list li>a:before {
        content: '';
        position: absolute;
        width: 0.05rem;
        height: 0.25rem;
        background: #6a6a6a;
        left: 0;
        top: 50%;
        margin-top: -0.125rem;
    }
    
    .p101-fdh-1-list li>a:after {
        content: '';
        position: absolute;
        border-top: 0.125rem solid transparent;
        border-bottom: 0.125rem solid transparent;
        border-left: 0.15rem solid #6a6a6a;
        left: 0.1rem;
        top: 50%;
        margin-top: -0.125rem;
    }
    
    .p101-fdh-1-list li p {
        padding: 0 10%;
        background: #fff;
        margin-bottom: 1rem;
    }
    
    .p101-fdh-1-list li p a {
        display: block;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.2rem;
        color: #333;
        padding-left: 3%;
        position: relative;
        border-bottom: 0.05rem solid #dfdfdf;
    }
    
    .p101-fdh-1-list li p a:last-child {
        border-bottom: 0;
    }
    
    .p101-fdh-1-list li p a:before {
        content: '';
        position: absolute;
        width: 0.05rem;
        height: 0.25rem;
        background: #6a6a6a;
        left: 0;
        top: 50%;
        margin-top: -0.125rem;
    }
    
    .p101-fdh-1-list li p a:after {
        content: '';
        position: absolute;
        border-top: 0.125rem solid transparent;
        border-bottom: 0.125rem solid transparent;
        border-left: 0.15rem solid #6a6a6a;
        left: 0.1rem;
        top: 50%;
        margin-top: -0.125rem;
    }
    
    .p101-fdh-1-list li.active i:after {
        content: "";
        width: 0.6rem;
        height: 0.6rem;
        border: 0.15rem solid #0065ff;
        border-style: none solid solid none;
        position: absolute;
        top: 50%;
        right: 2rem;
        margin-top: -0.5rem;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }


        /*默认4:3的比例*/
        
        .p101-pro-4-3-list {
            width: 92%;
            margin: 0 auto;
        }
        
        .p101-pro-4-3-list dl {
            padding: 1.5rem 0;
            border-bottom: 1px solid #ebebeb;
            display: flex;
            display: -webkit-flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            flex-flow: wrap;
        }
        
        .p101-pro-4-3-list a:last-child dl {
            border-bottom: 0;
        }
        
        .p101-pro-4-3-list dt {
            width: 37.4%;
            overflow: hidden;
            border-radius: 1rem;
        }
        
        .p101-pro-4-3-list dt img {
            display: block;
            width: 100%;
        }
        
        .p101-pro-4-3-list dd {
            width: 58.3%;
            position: relative;
        }
        
        .p101-pro-4-3-list dd h4 {
            height: 2.7rem;
            line-height: 2.7rem;
            font-size: 1.5rem;
            color: #333333;
            margin: 0.25rem 0;
            overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
        }
        
        .p101-pro-4-3-list .p101-pro-1-desc {
            line-height: 1.8rem;
            font-size: 1.3rem;
            color: #666666;
            text-align: justify;
        }
        
        .p101-pro-4-3-list .p101-pro-1-more {
            position: absolute;
            right: 0;
            bottom: 0;
            line-height: 1.4rem;
            font-size: 1.1rem;font-weight: bold;color: #0065ff;
        }
    

                    .g-ft{height:20.35rem;}
                    .g-f{height:16.85rem;border-top:0.15rem solid #0065ff;padding-top:2.6rem;box-sizing: border-box;position: relative;}
                    .g-f .xf{width:4.25rem;height:4.25rem;position:absolute; left:45%; top:-2.1rem;}
                    .g-f .xf img{width:100%;}
                    .g-f .ft-con{padding:0 4%;}
                    .g-f .ft-nav{height:3.4rem;}
                    .g-f .ft-nav ul li{float:left;height:3.4rem; line-height: 3.4rem;text-align: center;margin-left: 2.1rem;}
                    .g-f .ft-nav ul li a{display:block;font-size: 1.2rem;color:#333333;}
                    .g-f .ft-nav ul li:first-child{margin-left: 0;}
                    .g-f .ft-contact ul li{height:3.5rem;border-top:0.05rem solid #dcdcdc;}
                    .g-f .ft-contact ul li em{display:block;float:left; height:3.5rem; line-height: 3.5rem;font-size: 1.2rem;color:#333333; font-weight: bold;padding-left:2.1rem;}
                    .g-f .ft-contact ul li .ft1{background:url(/images/ft-db1.png) no-repeat left; background-size:25%;}
                    .g-f .ft-contact ul li .ft2{background:url(/images/ft-db2.png) no-repeat left; background-size:25%;}
                    .g-f .ft-contact ul li .ft3{background:url(/images/ft-db3.png) no-repeat left; background-size:25%;}
                    .g-f .ft-contact ul li a{display:inline-block; height:3.5rem; line-height: 3.5rem; font-size: 1.5rem;color:#333333; font-family: "Acrom";}
                    .g-f .ft-contact ul li b{display:inline-block;font-weight: normal; height:3.5rem; line-height: 3.5rem;font-size: 1.2rem;color:#333333; margin:0 0.5rem;vertical-align: top;}
                    .g-f .ft-contact ul li i{display:inline-block; height:3.5rem; line-height: 3.5rem; font-size: 1.2rem;color:#333333;font-family: "Arial";}
                    .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:25%; height:3.5rem;background:#2E3138;box-sizing: border-box;border-right:0.05rem solid #7b7d81;}
                    .g-ft .dbdh li a{display:block; }
                    .g-ft .dbdh li em{display:block;width:1.45rem;height:3.5rem;float:left;}
                    .g-ft .dbdh li em img{width:100%;}
                    .g-ft .dbdh li i{display:block;height:3.5rem; line-height: 3.5rem;font-size: 1.3rem;color:#FFFFFF;}
                    .g-ft .dbdh li:first-child{background:#0065FF;}
                    iframe.phone-view, body.phone-view, .c-edit-page.phone-view{width:750px !important;}
                    .g-ft .dbdh li:first-child em{margin-left: 1.05rem;}
                    .g-ft .dbdh li:last-child em{margin-left: 0.7rem;}
                    .g-ft .dbdh li:nth-child(2) em{margin-left: 1.25rem;}
                    .g-ft .dbdh li:nth-child(3) em{margin-left: 1rem;}
            
