﻿html
{
    height: 100%;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
body
{
    background: #fff;
    font-family: "微软雅黑",Arial,Helvetica,Tahoma;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
}
body, h1, h2, h3, h4, h5, h6, form, section, div, p, input, ul, li, span, form, img
{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
}
ul, li
{
    list-style: none;
}
a
{
    color: #000;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}
img
{
    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}/* 底部导航 */
.footer
{
    max-width: 1920px;
    min-width: 1350px;
    margin: auto;
    height: 340px;
    background: url('../image/bj1.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.foot-menu
{
    width: 1350px;
    margin: auto;
    padding-top: 70px;
    justify-content: space-between;
    display: flex;
}
.tel_b
{
    display: flex;
    align-items: center;
}
.delay-1
{
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 25px;
    padding-right: 99px;
}
.inspection
{
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
}
.trans-slowest
{
    width: 61px;
    height: 3px;
    background: #fff;
    margin-top: 37px;
}
.er_ma
{
    display: flex;
    justify-content: end;
    width: 35%;
    position: relative;
}
.s_m
{
    margin: 5px;
    text-align: center;
    font-size: 14px;
}/* 子公司二维码 */
.subsidiary_code
{
    border: 1px solid;
    width: 18px;
    padding: 2px 9px;
    height: 140px;
    background-color: #fff;
    font-family: SourceHanSansCN-Bold;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    margin: 4px 0 0 24px;
    color: #896e3c;
    cursor: pointer;
}
.subsidiary_code_model
{
    position: absolute;
    top: -645px;
    right: 0;
    z-index: 10;
    padding: 29px 31px;
    width: 470px;
    height: 575px;
    color: #666;
    background-color: #fff;
    border: solid 1px #896e3c;
    opacity: .9;
    display: none;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill,144px);
}/* 版权 */
.copyright
{
    max-width: 1920px;
    min-width: 1350px;
    margin: auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: #3f2c09;
}
.copyright ul
{
    width: 1350px;
    margin: 0 auto;
    text-align: center;
}
.copyright ul li
{
    display: inline-block;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    margin: 0 5px;
}