    * {
        padding: 0;
        list-style: none;
    }
    
    body {
        width: 100%;
    }
    
    a {
        color: #333;
        text-decoration: none;
    }
    
    dd {
        margin: 0;
    }
    
    ul {
        margin: 0;
    }
    /* 顶部样式 */
    
    header {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .index-top {
        display: flex;
        /* justify-content: center; */
        width: 1200px;
        height: 130px;
    }
    /* 顶部logo样式 */
    
    .index-top .index-log {
        width: 322px;
        height: 310px;
    }
    
    .index-top .index-log img {
        width: 322px;
        height: 130px;
    }
    /* 顶部导航栏样式 */
    
    .index-nav li.none {
        background-color: #d82634;
    }
    
    .index-nav ul .none a {
        color: #fff;
    }
    
    .index-nav {
        width: 877px;
        height: 130px;
        font-size: 15px;
        font-weight: 400;
    }
    
    .index-nav ul {
        display: flex;
        justify-content: space-around;
    }
    
    .index-nav ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 115px;
        height: 130px;
        text-align: center;
        margin-right: 5px;
    }
    /* 顶部样式结束 */
    /* 中间固定导航样式 */
    
    .client-2 {
        position: fixed;
        right: -170px;
        top: 50%;
        z-index: 900;
    }
    
    .client-2 li {
        margin-top: 1px;
        clear: both;
        height: 71px;
        position: relative;
    }
    
    .client-2 .my-kefu-main {
        background: #d82634;
        width: 97px;
        height: 68px;
        position: relative;
        padding: 9px 0 6px;
        float: left;
    }
    
    .client-2 .my-kefu-left {
        float: left;
        width: 77px;
        height: 47px;
        position: relative;
    }
    
    .client-2 li a {
        text-decoration: none;
        color: #666;
        word-wrap: break-word;
    }
    
    .client-2 .my-kefu-qq i {
        background-position: 4px 5px;
    }
    
    .client-2 li p {
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        text-align: center;
        color: #fff;
    }
    
    .client-2 .my-kefu-tel-main {
        background: #d82634;
        color: #fff;
        height: 68px;
        width: 247px;
        padding: 9px 0 6px;
        float: left;
    }
    
    .client-2 .my-kefu-left {
        float: left;
        width: 77px;
        height: 47px;
        position: relative;
    }
    
    .client-2 .my-kefu-tel i {
        background-position: 0 -21px;
    }
    
    .client-2 .my-kefu-weixin i {
        background-position: -34px 4px;
    }
    
    .client-2 li i {
        background: url(../../upload/image/fx.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        display: block;
        width: 30px;
        height: 27px;
        margin: 0px auto;
        text-align: center;
        font-style: normal;
    }
    
    .client-2 li p {
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        text-align: center;
        color: #fff;
    }
    
    .client-2 .my-kefu-tel-right {
        font-size: 16px;
        color: #fff;
        float: left;
        height: 24px;
        line-height: 22px;
        padding: 0 15px;
        border-left: 1px solid #fff;
        margin-top: 14px;
    }
    
    .client-2 .my-kefu-ftop i {
        width: 33px;
        height: 35px;
        background-position: -27px -51px;
    }
    
    .client-2 .my-kefu-right {
        width: 20px;
    }
    /* 底部样式 */
    
    footer {
        width: 100%;
        height: 260px;
        background: #535353;
        display: flex;
        justify-content: center;
    }
    
    .foot-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 75.5vw;
        /* width: 1200px; */
        height: 260px;
        color: #fff;
    }
    
    .foot-container .foot-logo {
        width: 310px;
        height: 79px;
    }
    
    .foot-container .foot-logo {
        width: 310px;
        height: 79px;
    }
    
    .foot-container .foot-nav {
        display: flex;
        flex-direction: column;
        width: 640px;
        height: 260px;
    }
    
    .foot-container .foot-nav ul li {
        width: 90px;
        height: 85px;
        text-align: center;
        line-height: 85px;
        font-size: 16px;
        display: contents;
    }
    
    .foot-container .foot-nav ul li a {
        color: #fff;
    }
    
    .footer-nav {
        width: 640px;
        height: 85px;
    }
    
    .footer-nav ul {
        display: flex;
        justify-content: space-between;
    }
    
    .footer-nav ul li span {
        padding-left: 5px;
    }
    
    .foot-container .foot-nav ul li:last-child span {
        display: none;
    }
    
    .foot_text {
        width: 640px;
        height: 160px;
        font-size: 16px;
        text-align: right;
    }
    
    .foot_text p {
        margin-bottom: 0;
        text-align: left;
    }
    .img-img {
        width: 100%;
    }