/*栏目板块标题*/
.about-title {
    padding:0 0 0.8rem 0;
}
.about-title p {
    font-size: var(--fs28);
    color: #1d1d1f;
    line-height: 2.0;
    *text-transform: uppercase;
    font-family: "Futura-Light";
}
.about-title h3 {
    position: relative;
    font-size: var(--fs48);
    color: #1d1d1f;
    font-weight: bold;
    margin:0.3rem 0 0.3rem 0;
}
.about-title h3::after {
    content: "";
    width: 1.2rem;
    height: 0.28rem;
    background: url(../images/marshal-icon.svg) no-repeat center center / 100%;
    display: inline-block;
    vertical-align: middle;
    margin:0 0 0 0.2rem;
}
.about-title h4 {
    font-size: var(--fs24);
    color:#666;
    line-height: 1.8;
    
}
.about-title p span {
    color:#e4002b;
    font-family: "MiSans-Medium";
}
@media screen and (max-width:1024px) {
.about-title {
    padding:0 0 0.4rem 0;
}
.about-title p {
    font-size: var(--fs124);
}
.about-title h3 {
    font-size:var(--fs20);
    margin: 0.15rem 0 0.15rem 0;
}
.about-title h4 {
    font-size: var(--fs18);
    color:#999;
    line-height: 1.8;
    
}
}
/*栏目板块标题*/



/*大将军耐科技探索之路*/
.history {
    width: 100%;
    overflow: hidden;
    padding:1.2rem 0;
    background:#f8f8f6;
}

.history-swiper {
    width:70%;
}
.history-swiper ul {

}
.history-swiper ul li {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.history-swiper ul li .word {
    width:50%;
}
.history-swiper ul li .word .year {
    font-size: var(--fs36);
    color: #000;
    font-family: "MiSans-Medium";
}
.history-swiper ul li.swiper-slide-active .word .year {
    color:#000;
}

.history-swiper ul li .word .year::before {
    content: "";
    width: 0.28rem;
    height: 0.28rem;
    background: url(../images/history/year-icon.svg) no-repeat center center / 100%;
    transform: translate(0px, -0.02rem);
    display: inline-block;
    vertical-align: middle;
}
.history-swiper ul li .word .content {
    margin:0.5rem 0 0 0;
}
.history-swiper ul li .word .content p {
    font-size: var(--fs16);
    color: #666;
    line-height: 1.8;
    font-family: "MiSans-Regular";
}
.history-swiper ul li .photo {
    width:50%;
    max-width: 330px;
}
.history-swiper ul li .photo figure {
    position: relative;
    width: 100%;
    padding-top: 100.6%;
}
.history-swiper ul li .photo figure img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    object-fit: cover;
    transition: all 0.6s ease;
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px){
.history {
    padding:0.4rem 0;
    background:#f8f8f6;
}

.history-swiper {
    width: 100%;
}
.history-swiper ul {

}
.history-swiper ul li {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.history-swiper ul li .word {
    width: 100%;
}
.history-swiper ul li .word .year {
    font-size: var(--fs36);
    color: #000;
    font-family: "MiSans-Medium";
}
.history-swiper ul li .word .year::before {
    content: "";
    width: 0.20rem;
    height: 0.20rem;
    background: url(../images/history/year-icon.svg) no-repeat center center / 100%;
    transform: translate(0px, -0.02rem);
    display: inline-block;
    vertical-align: middle;
}
.history-swiper ul li .word .content {
    margin:0.25rem 0 0 0;
}
.history-swiper ul li .word .content p {
    font-size: var(--fs14);
    color: #666;
    line-height: 1.8;
    font-family: "MiSans-Regular";
}
.history-swiper ul li .photo {
    width: 100%;
    max-width: 330px;
    margin:0.3rem 0 0 0;
}
.history-swiper ul li .photo figure {
    position: relative;
    width: 100%;
    padding-top: 100.6%;
}
.history-swiper ul li .photo figure img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: all 0.6s ease;
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.15);
}
}
/*大将军耐科技探索之路*/


/*年光辉发展历程，回眸荣耀时刻*/
.history-year {
    width: 100%;
    overflow: hidden;
    position:relative;
    padding:1.2rem 0 2.8rem 0;
}
.history-year::after {
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f8f8f6 url(../images/history/history.png) no-repeat center bottom/100%;
    transition: all 3s;
    transform: translate(0px, 0rem);
}

.history-year-swiper {
    width:100%;
}
.history-year-swiper ul {

}
.history-year-swiper ul li {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.history-year-swiper ul li .word {
    width:100%;
}
.history-year-swiper ul li .word .year {
    font-size: var(--fs36);
    color: #000;
    font-family: "MiSans-Medium";
}
.history-year-swiper ul li .word .content {
    margin:0.5rem 0 0 0;
}
.history-year-swiper ul li .word .content p {
    font-size: var(--fs16);
    color: #666;
    line-height: 1.8;
    font-family: "MiSans-Regular";
}
.history-year-swiper ul li .word .content p::before {
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    background: url(../images/logo-icon.svg) no-repeat center center / 100%;
    margin: 0 0.1rem 0 0;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 1024px){
.history-year {
    position:relative;
    padding:0.6rem 0 1.4rem 0;
}
.history-year::after {
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f8f8f6 url(../images/history/history.png) no-repeat center bottom/cover;
    transition: all 3s;
}

.history-year-swiper {
    width:100%;
}
.history-year-swiper ul {

}
.history-year-swiper ul li {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.history-year-swiper ul li .word {
    width:100%;
}
.history-year-swiper ul li .word .year {
    font-size: var(--fs36);
    color: #000;
    font-family: "MiSans-Medium";
}
.history-year-swiper ul li .word .content {
    margin:0.5rem 0 0 0;
}
.history-year-swiper ul li .word .content p {
    font-size: var(--fs14);
    color: #666;
    line-height: 1.8;
    font-family: "MiSans-Regular";
}
.history-year-swiper ul li .word .content p::before {
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    background: url(../images/logo-icon.svg) no-repeat center center / 100%;
    margin: 0 0.1rem 0 0;
    display: inline-block;
    vertical-align: middle;
}
}
/*年光辉发展历程，回眸荣耀时刻*/