
        .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;
            z-index: 5;
        }
        
        .header {
            width: 90.667%;
            height: 4.4rem;
            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: 19.265%;
            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: 41.1765%;
            margin-left: 12%;
            height: 4.4rem;
            overflow: hidden;
            display: flex;
            display: -webkit-flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .head #oneNav span {
            display: block;
            height: 4.4rem;
            line-height: 4.4rem;
        }
        
        .head #oneNav span a {
            display: block;
            font-size: 1.4rem;
            color: #1a1a1a;
        }
        
        .head #oneNav span.cur a {
            color: #00004c;
            font-weight: bold;
        }
        
        .head .nav-icon {
            width: 2.9rem;
            height: 1.6rem;
            margin-top: 1.4rem;
            cursor: pointer;
            position: relative;
        }
        
        .head .nav-icon img {
            width: 2.9rem;
            height: 1.6rem;
            display: block;
        }
        
        .head-nav {
            width: 100%;
            z-index: 9999;
            overflow: hidden;
            position: fixed;
            margin: 0 auto;
            max-width: 750px;
            top: 4.4rem;
            right: 0;
            left: 0;
            bottom: 0;
            transition: transform 1s;
            -webkit-transition: transform 1s;
            background: rgba(0, 0, 6, 0.95);
            display: none;
        }
        
        .head-nav ul {
            height: 100%;
            padding: 0.75rem 2rem 0;
        }
        
        .head-nav ul li {
            border-bottom: 1px solid #c0a9a9;
        }
        
        .head-nav ul li a {
            display: block;
            height: 4.95rem;
            line-height: 4.95rem;
            font-size: 1.5rem;
            color: #fff;
            padding-left: 1.75rem;
            position: relative;
        }
        
        .head-nav ul li a:after {
            content: "";
            width: 0.5rem;
            height: 0.5rem;
            border: 2px solid #fff;
            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);
        }
    

        .foot {
            padding: 0 0 4.9rem;
            background: #fafafa;
            position: relative;
        }
        
        .footer {
            padding: 0 4.6667%;
        }
        
        .goTop {
            position: fixed;
            width: 4.15rem;
            height: 4.15rem;
            background: #00004c;
            border-radius: 50%;
            overflow: hidden;
            right: 2%;
            bottom: 13.8rem;
            z-index: 10;
            cursor: pointer;
            display: none;
        }
        
        .goTop img {
            width: 4.15rem;
            height: 4.15rem;
            display: block;
        }
        
        .foot-info {
            padding: 1.9rem 0 1.75rem;
        }
        
        .foot-info p {
            line-height: 4.5rem;
            font-size: 1.3rem;
            color: #333333;
            border-bottom: 1px solid #f5f5f5;
        }
        
        .foot-info p:last-of-type {
            border-bottom: 0;
        }
        
        .foot-info p a {
            color: #333333;
        }
        
        .foot-text {
            padding: 1.6rem 0;
            background: #141414;
        }
        
        .foot-text P {
            line-height: 2.3rem;
            font-size: 1.3rem;
            color: #ffffff;
        }
        
        .foot-text P span {
            padding-left: 1.5rem;
        }
        
        .foot-text p a {
            color: #ffffff;
        }
        
        .foot-navBar {
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            min-width: 320px;
            max-width: 750px;
            width: 100%;
            height: 4.9rem;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.2);
            z-index: 100;
        }
        
        .foot-navBar ul {
            display: flex;
            display: -webkit-flex;
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            flex-wrap: wrap;
        }
        
        .foot-navBar li {
            width: 25%;
            position: relative;
        }
        
        .foot-navBar li a {
            display: block;
            height: 4.9rem;
        }
        
        .foot-navBar li i {
            display: block;
            width: 1.7rem;
            height: 1.7rem;
            margin: 0 auto;
            padding-top: 0.75rem;
        }
        
        .foot-navBar li i img {
            width: 1.7rem;
            height: 1.7rem;
            display: block;
        }
        
        .foot-navBar li span {
            display: block;
            padding-top: 0.25rem;
            height: 1.7rem;
            line-height: 1.7rem;
            font-size: 1.1rem;
            color: #666666;
            text-align: center;
        }
        
        .foot-navBar li:last-of-type span {
            color: #e90e34;
        }
    
