* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol,
p {
    margin: 0;
}

ul,
ol,
ul li,
ol li {
    list-style: none;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

/*/* 确保动画平滑过渡 */
[data-animation] {
    opacity: 0;
    transition-timing-function: ease-out;
    transition-fill-mode: forwards;
}
@font-face {
    font-family: 'MiSans';
    src: url('../font/MiSans.woff') format('woff');
}

@font-face {
    font-family: 'MiSans-Semibold';
    src: url('../font/MiSans-Semibold.woff2') format('woff2'), url('../font/MiSans-Semibold.woff') format('woff');
}

@media (min-width: 1200px) {
    .container {
        max-width: 1420px;
    }
}

body {
    font-family: 'MiSans', sans-serif;
}

.orange {
    color: #FF571F;
}

.bg-orange {
    background: #FF571F;
}

.module-title {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'MiSans-Semibold';
}

.more-btn {
    padding: 0px 30px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    max-width: 160px;
}

.more-btn:hover {
    color: #fff;
}

.more-btn .iconfont {
    margin-left: 10px;
    font-size: 20px;
}

.public-head h3 {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'MiSans-Semibold';
}

.public-head p {
    font-size: 14px;
    line-height: 28px;
}

.inner-banner {
    background: url('../img/news_banner.png')no-repeat;
    background-size: 100% 100%;
    color: #fff;
    height: 905px;
    position: relative;
}

.inner-banner .inner-txt {
    text-align: center;
    padding-top: 280px;
}

.inner-banner .inner-txt .title {
    font-size: 130px;
    line-height: 1;
    margin-bottom: 30px;
}

.inner-banner .inner-txt .sub {
    font-size: 36px;
}

.inner-banner.advantages-banner {
    background: url('../img/Rectangle\ 4.png')no-repeat;
    background-size: cover;
}

.inner-banner.service-banner {
    background: url('../img/service_bg.png')no-repeat;
    background-size: cover;
    background-position-x: 50%;
}

.hidden {
    display: none!important;
}