@CHARSET "UTF-8";
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

em, i {
    font-style: normal;
}

b, strong {
    font-weight: normal;
}

input, textarea, button, select {
    outline: none;
    resize: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearFix:after {
    display: block;
    clear: both;
    content: "";
}

.clearFix {
    zoom: 1;
}

a {
    color: #333;
}

body {
    font-size: 14px;
    color: #333;
    min-width: 1200px;
}

.warp {
    width: 1200px;
    margin: 0 auto;
}

body, html {
    height: auto;
}

/*底部样式*/

.footers {
    /*height: 230px;*/
    padding: 58px 0;
    background: #1A1A1A;
}

.footer-content {
    display: flex;
}

.footers .products-dl {
    width: 312px;
    margin-right: 110px;
}

.footers dt {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 17px;
}

.footers .products-dd {
    width: 130px;
    margin-right: 45px;
    display: inline-block;
    margin-bottom: 12px;
    vertical-align: top;
}

.footers .products-dd:nth-child(odd) {
    margin-right: 0;
}

.about-us-dl {
    margin-right: 130px;
}

.about-us-dl dd {
    margin-bottom: 12px;
    vertical-align: top;
}

.footers dd {
    color: #999;
}

.footers dd:hover {
    color: #ccc;
}

.footers dd a {
    color: #999;
}

.footers dd a:hover {
    color: #ccc;
}

.footers .contact-us {
    margin-right: 125px;
}

.footers .contact-us dd {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}

/*.footers .contact-us dd img {*/
/*    width: 16px;*/
/*    margin-right: 10px;*/
/*}*/

.footers .contact-us .icon-wrap {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footers .gzhh {
    padding-top: 40px;
}

.serve-tel {
    position: fixed;
    right: 0;
    bottom: 200px;
    display: flex;
    height: 100px;
    align-items: center;
    z-index: 188;
}

.serve-tel .serve-tel_number {
    margin-right: -18px;
    display: none;
}
