.abouttext {
    width: 100%;
    height: auto;
    background: white;
    padding-bottom: 1.1rem;
}

.abouttextcon {
    width: 16rem;
    margin: auto;
    padding-top: 0.01rem;
    position: relative;
}

.abouttitle {
    font-size: .38rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #161616;
    text-align: center;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
}



.linetype {
    width: 16rem;
    height: 1.2rem;
    line-height: 1.2rem;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    position: absolute;
    top: -1.2rem;
    box-shadow: 0px 6px 48px 8px rgba(7, 0, 2, 0.04);
}

.linetype li {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size: .22rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #36404B;
    border-bottom: 2px solid #fff;
}

.linetype li:hover {
    color: #E80115;
    border-bottom: 2px solid #E80115;
}

.aon {
    color: #E80115 !important;
    border-bottom: 2px solid #E80115 !important;
}

.red1 {
    width: 15.6rem;
    height: .8rem;
    font-size: .3rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    background: #E80115;
    line-height: .8rem;
    padding-left: 0.4rem;
}

.abs1 {
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
    position: relative;
    left: -1rem;
    opacity: 0;
}


.imgcon {
    width: 16rem;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    transition: all 1s;
}

.imgmax {
    width: 19%;
    height: 2.4rem;
    position: relative;
    cursor: pointer;
}

.imgbox {
    width: 100%;
    height: 1.4rem;
    position: relative;
    cursor: pointer;
    border: 1px solid #F3F3F3;
    transition: all 1s;
}

.imgbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}


.imgbox:hover .hideimg {
    opacity: 1;
    transition: all 2s;
}

.imgbox:hover .showimg {
    opacity: 0;
    transform: all .5s;
}

.imgbox:hover {
    border-color: white;
    box-shadow: 0 0.06rem .48rem .1rem rgba(7, 0, 2, .1);
}

.showimg {
    opacity: 1;
}

.hideimg {
    opacity: 0;
}

.imgmax p:nth-of-type(1) {
    font-size: .22rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.19rem;
}

.imgmax p {
    font-size: .18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 0.19rem;
}

.imgmax:hover p {
    color: #E80115;
}

.imgcon {
    border-bottom: 1px solid #D7D9DB;
    padding-bottom: .8rem;
}

.fa {
    width: 16rem;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
    flex-wrap: wrap;
}

.famin {
    width: 7.6rem;
    /* height: 4.53rem; */
    background: #F8FAFA;
    margin-bottom: .5rem;
}

.minred {
    width: 7.2rem;
    height: 1rem;
    background: #E80115;
    padding-left: .4rem;
    margin-bottom: .69rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.famin>p {
    width: 6.18rem;
    margin: auto;
    /* font-size: 18px; */
    margin-bottom: 0.3rem;
    line-height: 30px;
    font-size: .2rem;
}

.minred p {
    width: 6.18rem;
    font-size: .3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.maxcont {
    width: 300%;
    display: flex;
    position: relative;
    left: 0rem;
    transition: all 1s;
}

.cont1 {
    width: 16rem;
    height: 0;
}

.mincon {
    overflow: hidden;
}



.famin2 {
    width: 100%;
    background: #F8FAFA;
    margin-bottom: 50px;
    padding-bottom: 0.3rem;
}

.minred2 {
    width: 97.5%;
    height: 1rem;
    background: #E80115;
    padding-left: .4rem;
    margin-bottom: .69rem;
    display: flex;
    align-items: center;
}


.minred2 p {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.famin2>p {
    width: 14.54rem;
    margin: auto;
    font-size: 18px;
    margin-bottom: 0.3rem;
    line-height: .32rem;
}

.famin2 .mintitle {
    font-size: 22px;
}

.imgmax{
    opacity: 0;
    position: relative;
    left: 1rem;
}
.fa .famin:nth-child(even){
    position: relative;
    left: -2rem;
    opacity: 0;
}
.fa .famin:nth-child(odd){
    position: relative;
    left: 2rem;
    opacity: 0;
}
.famin2{
    position: relative;
    top: -2rem;
    opacity: 0;
}