/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 80px;}
.contain{width: 100%;margin:0 auto;padding-right: 7.8%;padding-left: 7.8%;}
@media (max-width: 1440px)
.contain {
    margin-left: 5%;
    margin-right: 5%;
}
.flex-justify-between {
    justify-content: space-between;
}
.flex {
    display: flex;
}
.intro .txt {
    width: 59%;
}
@media (max-width: 1599px)
.intro .txt .title {
    line-height: 60px;
}
@media (max-width: 1700px)
.intro .txt .title {
    line-height: 64px;
}
.intro .txt .title {
    color: #131313;
    font-weight: 700;
    line-height: 66px;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@media (max-width: 1599px)
.fs69, .fs70, .fs71, .fs72 {
    font-size: 52px;
}
@media (max-width: 1700px)
.fs69, .fs70, .fs71, .fs72 {
    font-size: 62px;
}
.fs72 {
    font-size: 44px;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.intro .txt .desc {
    color: #131313;
}
.animate .build-in-scale-fade {
    opacity: 1;
    transform: scale(1) translateY(0);
}
@media (max-width: 1599px)
.mt28, .mt30, .mt32, .mt34 {
    margin-top: 24px;
}
.lh34 {
    line-height: 34px;
}
.fs18 {
    font-size: 18px;
}
.mt30 {
    margin-top: 30px;
}
.build-in-scale-fade {
    opacity: 0;
    transition: opacity 1.5s cubic-bezier(.16,1,.3,1),transform 1.5s cubic-bezier(.16,1,.3,1);
    transform: scale(.95) translateY(40px);
}
.cont p, .hint p, .text p, .title p, .list p, .items p, .name p, .desc p {
    line-height: inherit;
}
.intro .txt .desc b {
    font-weight: 400;
    display: inline;
}
.intro .num {
    font-family: paralines;
    color: #131313;
    text-transform: uppercase;
    text-align: center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: url(img/number-bg.jpg);
    animation: numRun 10s ease-out infinite;
}
@media (max-width: 1599px)
.intro .num .max {
    font-size: 230px;
}
@media (max-width: 1700px)
.intro .num .max {
    font-size: 260px;
}
.intro .num .max {
    font-size: 0;
    line-height: .8;
}
.intro .more-btn {
    display: inline-block;
    color: #ff2828;
    position: relative;
}
@media (max-width: 1599px)
.mt28, .mt30, .mt32, .mt34 {
    margin-top: 24px;
}
.fs15 {
    font-size: 15px;
}
.intro .more-btn .in {
    position: relative;
    padding-right: 40px;
}
.intro .more-btn span {
    display: block;
    line-height: 1;
    padding-left: 21px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all .4s ease;
}
.intro .more-btn .in:before {
    content: '';
    width: 9px;
    height: 1px;
    background-color: #ff2828;
    position: absolute;
    top: 11px;
    right: 2px;
    transition: all .4s ease;
}
.intro .more-btn span:after {
    content: '';
    width: 11px;
    height: 1px;
    left: 1px;
    top: 12px;
    position: absolute;
    background-color: #ff2828;
    transition: all .4s ease;
    z-index: -1;
}
.intro .more-btn .in:after {
    content: '';
    width: 1px;
    height: 9px;
    background-color: #ff2828;
    position: absolute;
    top: 7px;
    right: 6px;
    transition: all .4s ease;
}
.intro .more-btn:after {
    content: '';
    bottom: -1px;
    left: 0;
    background: #ff2828;
    height: 1px;
    position: absolute;
    transition: all .4s ease;
}