/* about */
.about p{
    text-indent: 2em;
}
.aImg{
    float: left;
    max-width: 50%;
    margin-right: .26rem;
}
.aImg img{
    max-width: 100%;
    height: auto;
}
.purpose{
    position: relative;
    margin: .3rem 0;
    z-index: 1;
}
.purpose .imgBg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.purposeText{
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 3.43rem;
    padding: .6rem .3rem;
}
.purposeText h4{
    color: #FFFFFF;
    margin-bottom: .1rem;
}
.purposeText p{
    text-indent: 0;
}
.purposeList{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.08rem;
}
.purposeList li{
    flex: auto;
    padding: .08rem;
    flex-shrink: 0;
}
.purposeItem{
    height: 100%;
    padding: 30px;
    background-color: #F5F5F5;
}
.purposeItem p{
    text-indent: 0;
}
.purposeList li:first-child{
    width: 42%;
}
.purposeList li:first-child .purposeItem{
    color: #FFFFFF;
    background-color: var(--baseColor);
}
.purposeList li:first-child .purposeItem p{
    text-indent: 2em;
}
.purposeList li:nth-child(2){
    width: 24.5%;
}
.purposeList li:nth-child(3){
    width: 33.5%;
}

/* histroy */
.history{
    padding-bottom: 0;
    overflow: hidden;
}
.hisTop{
    max-width: 1100px;
    padding: 8px 60px;
    line-height: 34px;
    border-radius: 25px;
    font-size: 20px;
    color: #333333;
    background-color: #EEEEEE;
    margin: .2rem auto;
}
.hisTop .swiper-slide{
    width: 130px;
}
.hisYear{
    display: block;
    border-radius: 34px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}
.hisTop .swiper-slide.active .hisYear{
    color: #FFFFFF;
    background-color: #3B4592;
}
.hisList{
    list-style: none;
    position: relative;
    max-width: 1100px;
    margin: .6rem auto 0;
    display: none;
}
.hisList::before{
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #F5F5F5;
    position: absolute;
    left: 10px;
    top: 0;
}
.hisList > li{
    padding-bottom: .8rem;
}
.month{
    position: relative;
    float: left;
    width: 140px;
    color: var(--baseColor);
    padding-left: 30px;
    line-height: 20px;
}
.month::before{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--baseColor);
    position: absolute;
    left: 0;
    top: 0;
}
.hisCon{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.hisCon li{
    width: 33.33%;
    padding: 0 .09rem .17rem;
}
.hisInfo{
    color: #333333;
    line-height: 24px;
    height: 100%;
    padding: .25rem;
    border-radius: 6px;
    background-color: #F5F5F5;
}
.main .hisDate{
    font-size: 16px;
    color: var(--baseColor);
    line-height: 24px;
    margin-bottom: .1rem;
}

/* contact */
.line + .conTop{
    margin-top: .3rem;
}
.conTop{
    display: flex;
    color: #FFFFFF;
    min-height: 4.04rem;
    line-height: 32px;
    background-color: var(--baseColor);
    margin-bottom: .1rem;
}
#map,
.conText{
    width: 50%;
    flex-shrink: 0;
}
#map{
    font-size: 12px;
    color: #333333;
    background-color: #FFFFFF;
}
.conText{
    padding: .4rem .6rem;
}
.conBot{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.13rem;
}
.conBot li{
    width: 33.33%;
    padding: .26rem .13rem 0;
}
.conItem{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: .3rem .4rem;
    background-color: #F5F5F5;
}
.conLabel{
    flex: auto;
    font-size: 16px;
    color: var(--baseColor);
    overflow: hidden;
}
.conWx{
    width: 125px;
    margin-left: .2rem;
}
.conWx img{
    width: 100%;
    height: auto;
}

@media (max-width:1600px) {
    .hisList > li{
        padding-bottom: 4.2vw;
    }
    .conText{
        padding: .3rem .4rem;
    }
    .conItem{
        padding: .2rem .3rem;
    }
    .conLabel{
        font-size: 14px;
    }
    .conWx{
        width: 100px;
    }

}
@media (max-width:1400px) {
    .purposeText{
        font-size: 14px;
    }
    .purposeItem{
        padding: .3rem .2rem;
    }

}
@media (max-width:1200px) {
    .purposeList li{
        width: 100% !important;
    }
    .hisTop{
        font-size: 18px;
        padding: 8px 40px;
    }
    .hisTop .swiper-slide{
        width: 110px;
    }
    .hisList::before{
        left: 8px;
    }
    .month{
        width: 80px;
        line-height: 16px;
        padding-left: 24px;
    }
    .month::before{
        width: 16px;
        height: 16px;
    }
    .hisCon li{
        width: 50%;
    }
    .conItem{
        padding: 15px;
    }

}
@media (max-width:991px) {
    .hisTop{
        padding: 5px;
    }
    .hisTop .swiper-slide{
        width: 20%;
    }
    .month{
        float: none;
        width: 100%;
    }
    .hisList > li{
        padding-bottom: .3rem;
    }
    .hisCon{
        padding-left: calc(24px - 0.09rem);
        margin-top: 10px;
    }
    .conTop{
        display: block;
        min-height: 0;
    }
    #map{
        width: 100%;
        height: 5rem;
        max-height: 340px;
    }
    .conText{
        width: 100%;
        padding: .3rem;
    }
    .conBot{
        margin: 0 -.1rem;
    }
    .conBot li{
        padding: .1rem;
    }
    .conItem{
        flex-direction: column-reverse;
    }
    .conWx{
        max-width: 100%;
        margin: 0 auto .1rem;
    }
    .conLabel{
        width: 100%;
        text-align: center;
    }

}
@media (max-width:767px) {
    .aImg{
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 auto .2rem;
    }

}
@media (max-width:640px) {
    .conBot li{
        width: 100%;
    }
    .conItem{
        flex-direction: row;
    }
    .conLabel{
        text-align: left;
    }
    .conWx{
        width: 200px;
        max-width: 1.8rem;
    }

}
@media (max-width:460px) {
    .hisTop{
        font-size: 16px;
        line-height: 30px;
    }
    .hisTop .swiper-slide{
        width: 33.33%;
    }
    .hisCon li{
        width: 100%;
    }

}