body {
    min-width: 1200px;
    margin: 0 auto;
    background: #f1f1f1;
}

.headerFather {
    height: 78px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 9;
    width: 100%;
    transform: translateX(-50%);
    background: #fff;
}

.headerSon {
    max-width: 1200px;
    width: 100%;
    height: 78px;
    margin: 0 auto;
}

.logo,
.logoimg {
    width: 166px;
}

.nav>li {
    margin-right: 30px;
}

.nav>li:nth-last-of-type(1) {
    margin-right: 0;
}

.nav>li>a {
    color: #7C7C7C;
    font-size: 18px;
    font-weight: bold;
}

.topbanner {
    width: 100%;
    min-width: 1200px;
}

.topbanner>img {
    width: 100%;
}

.text {
    margin: 0 auto 36px auto;
    width: 1160px;
}

.textTitle {
    margin: 22px 0 34px 0;
    font-size: 24px;
    text-align: center;
    line-height: 26px;
    color: #7C7C7C;
    font-weight: bold;
}

.textcontent {
    align-items: initial;
    font-size: 18px;
    color: #7C7C7C;
    line-height: 25px;
    font-weight: 400;
}

.textbody {
    width: 47.5%;
}

.textbody>p {
    margin-bottom: 30px;
}

.textcontent2 {
    margin-bottom: 16px;
}

.textbodytitle {
    text-align: center;
    margin-bottom: 10px;
}

.textbodytitle2 {
    text-align: center;
    margin-bottom: 20px;
}

.textbodytxt {
    text-align: center;
}

.bottomIcon {
    margin-top: 60px;
}

.bottomIcon>li {
    width: 31%;
}

.bottom-icon {
    flex: 0 0 44px;
    margin-right: 8px;
    width: 44px;
    height: 44px;
}

.textfooter {
    margin-bottom: 54px;
}

.footer {
    width: 100%;
    min-width: 1200px;
    height: 92px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 92px;
    background: #474646;
}