.about{
    overflow: hidden;
}
.about .year{
    font-size: 40px;
    color: #222222;
    line-height: 1.1;
    font-family: 'DINCondensed';
}
.about h3{
    font-size: 28px;
    line-height: 1.6;
    font-weight: normal;
}
.about h4{
    font-size: 24px;
    line-height: 1.8;
    font-weight: normal;
}
.about h5{
    font-size: 20px;
    line-height: 1.8;
    font-weight: normal;
    margin-bottom: 5px;
}
.about img{
    max-width: 100% !important;
    height: auto !important;
}
.aboutBot{
    display: flex;
    align-items: center;
    overflow: hidden;
}
.aboutBot img{
    width: 30%;
    max-width: 300px !important;
    flex-shrink: 0;
    margin-right: 6%;
}
.aboutBot p{
    flex: auto;
    max-width: 465px;
    margin-right: auto;
}

.culture{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.culture li{
    width: 33.33%;
    padding: 0 15px;
    margin-top: .38rem;
}
.culImg{
    padding-bottom: 68.75%;
    border-radius: 5px;
}
.culText{
    padding: .1rem 0 0;
}
.culTit{
    line-height: 1.6;
    font-weight: bold;
}
.culTit span{
    display: block;
    font-size: 16px;
    color: var(--baseColor);
    line-height: 1.6;
    font-family: 'DINAlternate';
    text-transform: uppercase;
    opacity: .5;
}
.culDes{
    line-height: 1.6;
    -webkit-line-clamp: 5;
}
.culDes span{
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.culture.portrait li{
    display: flex;
    width: 100%;
}
.culture.portrait .culImg{
    width: 31.73%;
    height: auto;
    padding: 0;
    margin-right: 3.8%;
    flex-shrink: 0;
}
.culture.portrait .imgBg{
    padding-bottom: 68.75%;
}
.culture.portrait .culText{
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0;
    overflow: hidden;
}
.culture.portrait .culDes{
    max-width: 600px;
}

.history{
    position: relative;
    display: flex;
    min-height: 500px;
    background: url(../images/about/hisBg.png) center center #F8F8F8 no-repeat;
    background-size: cover;
    border-radius: .15rem .1rem .15rem .1rem;
    overflow: hidden;
}
.history::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 23%;
    height: 100%;
    background-color: #FFFFFF;
}
.hisLef{
    position: relative;
    list-style: none;
    width: 23%;
    flex-shrink: 0;
    font-size: 20px;
    color: #999999;
    line-height: 1.6;
    padding: .4rem 3.8%;
    background-color: rgba(235, 0, 13, 0.05);
    font-family: 'DINAlternate';
}
.hisLef li{
    margin: .1rem 0;
    cursor: pointer;
    transition: all .3s;
}
.hisLef li.active{
    font-size: 24px;
    color: var(--baseColor);
    font-weight: bold;
}
.hisRig{
    position: relative;
    width: 77%;
    padding: .3rem 42px;
}
.hisYear{
    font-size: 40px;
    color: #EB000D;
    letter-spacing: 5px;
    opacity: .5;
}
.hisLine{
    display: block;
    width: 100%;
    max-width: 1.8rem;
    height: 2px;
    background: #EB000D;
}
.hisCon{
    display: flex;
    justify-content: space-between;
}
.hisDes{
    width: 280px;
    padding-right: 15px;
    max-width: 35%;
    flex-shrink: 0;
    font-size: 32px;
    color: #222222;
    line-height: 1.6;
    opacity: .5;
    margin-top: .3rem;
    font-weight: 100;
}
.hisDes *{text-align: left !important;}
.hisList{
    list-style: none;
    flex: auto;
    overflow: hidden;
    line-height: 1.6;
}
.hisList li{
    margin-bottom: .3rem;
}
.hisList .date{
    font-size: 24px;
    color: #999999;
    line-height: 1.6;
    font-weight: normal;
    font-weight: 100;
}
.hisPrev,
.hisNext{
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    cursor: pointer;
}
.hisPrev{
    left: .1rem;
    background-image: url(../images/about/hisPrev.png);
}
.hisNext{
    right: .1rem;
    background-image: url(../images/about/hisNext.png);
}
.hisRig .swiper-button-disabled{
    display: none;
}
.hisRig .dotPage{
    display: none;
}
.netTab{
    list-style: none;
    /*display: flex;*/
    display: inline-block;
    background: #F8F8F8;
    border-radius: 25px;
    padding: 5px 6px;
    border: 1px solid #DDDDDD;
    margin: .3rem 0 .5rem;
    text-align: center;
}
.netTab li{
    /*width: 50%;*/display: inline-block;
    line-height: 40px;
}
.netTab li span{
    display: block;padding: 0 15px;
    border-radius: 25px;
    cursor: pointer;
}
.netTab li.active span{
    color: #FFFFFF;
    background-color: var(--baseColor);
    transition: all .3s;
}
.netItem{
    display: none;
}
.honor{
    position: relative;
    height: 0;
    padding-bottom: 67.3%;
    background: #EEEEEE;
}
.honor .swiper-container{
    position: absolute;
    left: .4rem;
    right: .4rem;
    top: .4rem;
    bottom: .8rem;
    height: auto;
}
.honor .swiper-slide{
    position: static;
    width: 72.6%;
    margin: 0 auto;
    cursor: pointer;
}
.honor .swiper-slide-active .honImg img{
    box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .1);
}
.honor .swiper-slide-prev,
.honor .swiper-slide-next{
    background-color: #EEEEEE;
}
.honor .swiper-slide-prev .honImg,
.honor .swiper-slide-next .honImg{
    opacity: .7;
}
.honor .dotPage{
    display: none;
}
.honor .swiper-button-disabled{
    display: none;
}
.honImg{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.honImg img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
}
.honTit{
    list-style: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    padding: .25rem;
    background-color: rgba(255, 255, 255, .8);
    text-align: center;
    z-index: 2;
}
.honTit li{
    display: none;
}
.honor.portrait .swiper-slide{
    max-width: 450px;
}
.contact{
    display: flex;
    justify-content: space-between;
    margin: .2rem 0;
}
.conLef{
    width: 59.13%;
    flex-shrink: 0;
}
.conRig{
    width: 38%;
    flex-shrink: 0;
    overflow: hidden;
}
.map{
    min-height: 200px;
    height: calc(100% - 15px);
}
.conList{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.conList li{
    width: 50%;
    padding: 0 7px;
    margin-bottom: 15px;
}
.conList li.auto{
    width: 100%;
}
.conList .i1{width: 100%;}
.conItem{
    height: 100%;
    line-height: 1.5;
    padding: .2rem .3rem;
    background-color: #F5F5F5;
    word-break: break-all;
}
.conItem h5{
    font-size: 18px;
    color: #999999;
    margin: 0;
}
.conItem p a{
    font-size: 30px;
    color: var(--baseColor);
    font-family: 'DINCondensed';
    opacity: .5;
}
.conItem p span{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.conItem p img{
    display: block;
    width: 150px;
    margin: 0 auto;
}
.contact:nth-child(2) .conItem p a{
    opacity: 1;
}
.BMapLabel{
    word-wrap:break-word !important;
    white-space: normal !important;
    transform: translateX(-50%);
    filter: drop-shadow(0 3px 3px rgba(0,0,0,0.3));
}
.BMapLabel::after{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #FFFFFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.anchorBL{
    font-size: 12px;
}

@media (max-width:1600px) {
    .about h3{
        font-size: 26px;
    }
    .hisYear{
        font-size: 32px;
    }
    .hisDes{
        font-size: 24px;
    }
    .hisList{
        font-size: 14px;
    }
    .hisList li{
        margin-bottom: .15rem;
    }
    .hisList .date{
        font-size: 20px;
    }
    .netTab{
        margin: .2rem 0 .5rem;
    }
    .netTab li{
        line-height: 36px;
    }
    .honTit{
        padding: .15rem .2rem;
        font-size: 16px;
    }
    .conItem{
        padding: .1rem .2rem;
    }
    .conItem h5{
        font-size: 16px;
    }
    .conItem p a{
        font-size: 24px;
    }

}
@media (max-width:1400px) {
    .about .year{
        font-size: 32px;
    }
    .about h3{
        font-size: 24px;
    }
    .about h4{
        font-size: 22px;
    }
    .about h5{
        font-size: 18px;
    }
    .culTit span{
        font-size: 14px;
    }
    .hisLine{
        max-width: 1.2rem;
    }
    .honor.portrait .swiper-slide{
        max-width: 400px;
    }
}
@media (max-width:1200px) {
    .culture{
        margin: 0 -.1rem;
    }
    .culture li{
        padding: 0 .1rem;
        margin-top: .2rem;
    }
    .hisRig{
        padding: .3rem;
    }
    .hisPrev,
    .hisNext{
        display: none;
    }
    .hisRig .dotPage{
        display: block;
    }
    .netTab{
        margin: 0 0 .4rem;
    }
}
@media (max-width:991px) {
    .about h3{
        font-size: 22px;
    }
    .history{
        display: block;
        min-height: 0;
    }
    .history::before{
        display: none;
    }
    .hisLef{
        display: none;
    }
    .hisRig{
        width: 100%;
    }

}
@media (max-width:767px) {
    .about .year{
        font-size: 28px;
    }
    .about h3{
        font-size: 20px;
    }
    .about h4{
        font-size: 18px;
    }
    .about h5{
        font-size: 16px;
    }
    .honor .swiper-slide{
        width: 85%;
    }
    .contact{
        display: block;
    }
    .conLef{
        width: 100%;
    }
    .conRig{
        width: 100%;
    }
    .map{
        height: 3rem;
    }
    .honor{
        padding-bottom: 100%;
    }
    .honor.portrait .swiper-slide{
        max-width: 400px;
    }

}
@media (max-width:640px) {
    .aboutBot{
        display: block;
    }
    .aboutBot img{
        display: block;
        width: 75%;
        max-width: 300px !important;
        margin: 0 auto .2rem;
    }
    .aboutBot p{
        max-width: 100%;
    }
    .culture li{
        width: 100%;
        display: flex;
    }
    .culImg{
        width: 31.73%;
        height: auto;
        padding: 0;
        margin-right: 3.8%;
        flex-shrink: 0;
    }
    .culImg .imgBg {
        position: static;
        height: auto;
        padding-bottom: 68.75%;
    }
    .culText {
        flex: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 0;
        overflow: hidden;
    }
    .hisYear{
        font-size: 28px;
        opacity: 1;
    }
    .hisCon{
        display: block;
    }
    .hisDes{
        width: 100%;
        max-width: 100%;
        font-size: 20px;
        padding: 0;
        margin: .2rem 0;
    }
    .hisList .date{
        font-size: 18px;
        color: #000000;
        font-weight: bold;
    }
    .netTab{
        max-width: 100%;
        padding: .04rem;
    }
    .honTit{
        font-size: 14px;
    }

}
@media (max-width:460px) {
    .about h3{
        font-size: 18px;
    }
    .culture .culTit{
        font-size: 16px;
    }
    .culImg .imgBg{
        border-radius: .1rem;
    }
    .culTit span{
        font-size: 12px;
    }
    .culDes{
        font-size: 12px;
        -webkit-line-clamp: 3;
    }
    .hisDes{
        font-size: 18px;
    }
    .hisYear{
        font-size: 24px;
    }
    .honor .swiper-slide{
        width: 100%;
    }
    .conList li{
        width: 100%;
    }
    .conItem p span{
        padding: 0;
    }
    .conItem p a{
        font-size: 20px;
    }

}