
                .bodyHtml{height: 100%;overflow: hidden;}
                .head i,
                .head em,
                .head strong,
                .foot i,
                .foot em,
                .foot strong{font-style: normal;font-weight: normal;}
                .head img,
                .foot img{display: block;width: 100%;}
                .head{background: #ffffff;position: relative;}
                .header-con{width: 93.3334%;height: 4.45rem;margin: 0 auto;position: relative;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;flex-wrap: wrap;}
                .head .logo{width: 27.1429%;height: 100%;display: table;}
                .head .logo a{display: table-cell;vertical-align: middle;}
                .head .logo img{max-width: 100%;max-height: 100%;}
                .head #oneNav{width: 54.2858%;margin-left: 3.5%; display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;flex-wrap: wrap;}
                .head #oneNav span{display: block;height: 4.45rem;line-height: 4.45rem;}
                .head #oneNav span a{display: block;font-size: 1.5369rem;color: #333333;}
                .head .nav-icon{width: 2.6rem;height: 1.8rem;margin-top: 1.5rem;cursor: pointer;position: relative;}
                .head .nav-icon img{width: 2.6rem;height: 1.8rem;}
                .head-nav{width: 100%;z-index: 9999;overflow: hidden;position: fixed;margin: 0 auto;max-width: 750px;top: 4.45rem;right: 0;left: 0;bottom: 0;transition: transform 1s;-webkit-transition: transform 1s;background: rgba(0, 0, 0, 0.8);display: none;}
                .head-nav ul{width: 85%;margin: 0 0 0 auto;height: 100%;padding: 0.55rem 1.75rem 0;background: #ffffff;border-top: 2px solid #ebebeb;box-sizing: border-box;}
                .head-nav ul li{border-bottom: 1px solid #dadada;}
                .head-nav ul li a{display: block;height: 4.95rem;font: 1.3rem/4.95rem "Microsoft Yahei";color: #1a1a1a;padding-left: 1.75rem;position: relative;}
                .head-nav ul li a:after{
                    content: "";
                    width: 0.5rem;
                    height: 0.5rem;
                    border: 2px solid #a8a098;
                    border-style: solid solid none none;
                    position: absolute;
                    top: 50%;
                    right: 1.3rem;
                    margin-top: -0.25rem;
                    transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                }
            

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


        .p101-pro-1-content {
            padding: 2rem 4% 1.5rem;
            font-size: 1.5rem;
            line-height: 2.7rem;
            color: #444;
            text-align: justify;
            border-bottom: 0.75rem solid #ececec;
        }
    
 
  .p101-related-pro-tit {
        height: 3.5rem;
        border-bottom: 1px solid #ededed;
        margin-bottom: 1.5rem;
        position: relative;
    }
    
    .p101-related-pro-tit h3 {
        display: inline-block;
        max-width: 60%;
        height: 3.5rem;
        line-height: 3.5rem;
        font-weight: normal;
        font-size: 1.8rem;
        color: #333333;
        position: relative;
    }
    
    .p101-related-pro-tit h3:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 0.15rem;
        background: #f0a025;
        left: 0;
        bottom: -0.1rem;
        z-index: 1;
    }
    
        .m3-info-1{padding: 0 4% 2.25rem;  margin-bottom: 0.5rem;overflow: hidden;  }
        .m3-info-1 h2{height:4.0rem; font-size: 1.3rem; line-height:4.0rem; color: #333; position: relative;overflow: hidden;border-bottom: 1px solid #eee;margin-bottom:1rem;}
        .m3-info-1 h2:after{content: "";display: block; width: 1.0rem; height: 1rem; box-sizing: border-box; border-top: 0.2rem solid #ccc; border-right: 0.2rem solid #ccc; position: absolute; right: 0.6rem; top: 50%; margin-top: -0.5rem;  transform:rotate(45deg);
            -ms-transform:rotate(45deg); /* IE 9 */
            -moz-transform:rotate(45deg); /* Firefox */
            -webkit-transform:rotate(45deg); /* Safari and Chrome */
            -o-transform:rotate(45deg); /* Opera */ }
        .m3-info-1 li{height:3rem; font-size: 1.3rem; line-height:3rem; color: #333; padding-left: 1.0rem; position: relative;}
        .m3-info-1 li p{max-width: 72%; white-space: nowrap;text-overflow: ellipsis;overflow: hidden; float:left;}
        .m3-info-1 li i{display:block;float:right;color:#ccc; font-family:"Arial";}
        .m3-info-1 li:after{content: "";display: block; width: 0.6rem; height: 0.6rem; box-sizing: border-box; border: 0.15rem solid #d9d9d9; border-radius: 100%; position: absolute; left: 0;top: 50%; margin-top: -0.3rem;}
    

        .foot {
            padding-bottom: 9rem;
            background: #272725;
        }
        
        .foot .goTop {
            position: fixed;
            right: 4%;
            bottom: 6.5rem;
            width: 4rem;
            height: 4rem;
            background: #f49c15;
            border-radius: 50%;
            z-index: 999;
            overflow: hidden;
            cursor: pointer;
        }
        
        .foot .goTop span {
            display: block;
            text-align: center;
            font-size: 1.1rem;
            line-height: 100%;
            color: #fff;
            padding-top: 2.3rem;
            position: relative;
        }
        
        .foot .goTop span:before {
            position: absolute;
            content: "";
            border-width: 1.1rem .75rem;
            border-style: solid;
            border-color: transparent transparent #fff;
            top: -.35rem;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
        }
        
        .foot .foot-logo {
            padding: 2rem 3.3334% 1.45rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .foot .foot-logo .logo {
            float: left;
            width: 27.14286%;
        }
        
        .foot .foot-logo .logo img {
            width: 100%;
            display: block;
        }
        
        .foot .foot-logo .font {
            float: left;
            width: 24.28572%;
            margin: 0.3rem 0 0 1rem;
        }
        
        .foot .foot-logo .font img {
            width: 100%;
            display: block;
        }
        
        .foot .footer {
            padding: 2.2rem 3.3334% 2rem;
        }
        
        .foot h3 {
            height: 2.5rem;
            line-height: 2.5rem;
            font-size: 1.4rem;
            color: #ffffff;
            font-weight: bold;
            margin-bottom: 0.45rem;
        }
        
        .foot .foot-list p {
            line-height: 2.5rem;
            font-size: 1.3rem;
            color: #a6a6a6;
        }
        
        .foot .foot-list p a {
            color: #a6a6a6;
        }
        
        .foot .foot-list p a.color {
            font-family: "OH";
            color: #f49c15;
        }
        
        .foot .foot-list p span {
            padding: 0 0.25rem;
        }
        
        .foot .foot-code {
            padding-top: 1.65rem;
            display: flex;
            display: -webkit-flex;
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            flex-wrap: wrap;
        }
        
        .foot .foot-code .code-item {
            width: 4rem;
            height: 4rem;
            margin-right: 1.9rem;
            position: relative;
        }
        
        .foot .foot-code .code-item:last-of-type {
            margin-right: 0;
        }
        
        .foot .foot-code .code-item em,
        .foot .foot-code .code-item em img {
            display: block;
            width: 4rem;
            height: 4rem;
            cursor: pointer;
        }
        
        .foot .foot-code .code-item em {
            background: #ffffff;
            border-radius: 50%;
            overflow: hidden;
        }
        
        .foot .foot-code .code-img {
            display: none;
            position: absolute;
            padding-bottom: 0.8rem;
            bottom: 4.25rem;
            left: 50%;
            z-index: 1;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
        }
        
        .foot .foot-code .code-img p {
            padding: 0.5rem;
            background: #fff;
            position: relative;
        }
        
        .foot .foot-code .code-img p:after {
            content: "";
            position: absolute;
            border-left: 0.5rem solid transparent;
            border-right: 0.5rem solid transparent;
            border-top: 0.6rem solid #fff;
            bottom: -0.6rem;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            z-index: 1;
        }
        
        .foot .foot-code .code-img p img {
            display: block;
            width: 5.5rem;
            height: 5.5rem;
        }
        
        .foot .foot-code .code-item:first-of-type .code-img {
            left: 0;
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -moz-transform: translateX(0);
        }
        
        .foot .foot-code .code-item:first-of-type p:after {
            left: 1.025rem;
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -moz-transform: translateX(0);
        }
        
        .foot .foot-code .code-item:hover .code-img {
            display: block;
        }
        
        .foot-navbar {
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            min-width: 320px;
            max-width: 750px;
            width: 100%;
            height: 5.95rem;
            margin: 0 auto;
            background: url(images/foot-nav-bg.png) no-repeat center;
            background-size: 100% 100%;
            z-index: 100;
        }
        
        .foot-navbar .tel {
            position: absolute;
            width: 5.25rem;
            height: 5.25rem;
            left: 50%;
            bottom: 3.7rem;
            background: #f49c15;
            border-radius: 50%;
            overflow: hidden;
            z-index: 2;
            transform: translateX(-52%);
            -webkit-transform: translateX(-52%);
            -ms-transform: translateX(-52%);
            -moz-transform: translateX(-52%);
        }
        
        .foot-navbar .tel img {
            width: 5.25rem;
            height: 5.25rem;
            display: block;
        }
        
        .foot-navbar ul {
            display: flex;
            display: -webkit-flex;
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            flex-wrap: wrap;
        }
        
        .foot-navbar ul li {
            width: 25%;
        }
        
        .foot-navbar ul li a {
            display: block;
            height: 5.95rem;
        }
        
        .foot-navbar ul li i {
            display: block;
            width: 1.6rem;
            margin: 0 auto;
            padding-top: 1.45rem;
        }
        
        .foot-navbar ul li i img {
            width: 1.6rem;
            height: 1.6rem;
            display: block;
        }
        
        .foot-navbar ul li span {
            display: block;
            height: 2.5rem;
            line-height: 2.5rem;
            font-size: 1.4rem;
            color: #fff;
            text-align: center;
        }
    
