/* *{
    margin: 0;
    padding: 0;
} */
.cn-map-content{
    width: 100%;
    padding: 4.166667vw 0 6.25vw;
}
.cn-map-content img{
    width: 100%;
    display: block;
}
.cn-map-content .mob-show{
    display: none;
}
.cn-map-content .kv{
    width: 62.5vw;
    margin: 0 auto;
    text-align: center;
}

.cn-map-content .kv span{
    font-size: 1.25vw;
    line-height: 2;
    color: #00000099;
}
.cn-map-content .kv b{
  font-size: 1.25vw;
    line-height: 2;
    color: #000000;
    font-weight: 400;
    flex: 1;
        text-align: left;
}
.cn-map-content .kv a:hover {
    color: #c7000b;
}
.cn-map-content .kv a {
    text-decoration: underline;
}
.cn-map-content .kv a:hover b {
    color: #c7000b;
}
.cn-map-content .kv h2{
    font-size: 2.5vw;
    line-height: 1.5;
    color: #000000;
    margin-top: 1.041667vw;
}

.cn-map-content .kv > div{
    width: 27.447917vw;
    margin: 0 auto;
    margin-top: .416667vw;
    display: flex;
    align-items: flex-start;
        justify-content: center;
            flex-wrap: wrap;
}
.cn-map-content .kv > div > div:not(:first-child){
    margin-left: 2.083333vw;
}
.cn-map-content .kv > div > div:nth-child(2n+1) {
    margin-left: 0;
}
.cn-map-content .kv > div > div{
    display: flex;
    margin-top: .625vw;
}




.cn-map-content .sec2{
     width: 62.5vw;
    margin: 4.166667vw auto 0;
    background-color: #F5F5F7;
    display: flex;
  align-items: flex-start;
    justify-content: center;
    padding: 2.5vw 0;
}

.cn-map-content .sec2 > div{
    width: 11.458333vw;
    text-align: center;
}
.cn-map-content .sec2 > div:not(:first-child){
    margin-left: .833333vw;
}

.cn-map-content .sec2 span{
    font-size: 2.5vw;
    line-height: 1.5;
    color: #C7000B;
    font-weight: bold;
    margin-right: .208333vw;
    margin-bottom: .208333vw;
}

.cn-map-content .sec2 p{
     font-size: 1.25vw;
    line-height: 1.5;
    color: #191919;
}

.cn-map-content .sec3{
    width: 62.5vw;
    margin: 4.166667vw auto 0;
}
.cn-map-content .sec3 h2{
    font-size: 2.083333vw;
    line-height: 1.5;
    color: #191919;
}
.cn-map-content .sec3 p{
    font-size: 1.041667vw;
    line-height: 2;
    margin-top: .833333vw;
    margin-bottom: 2.083333vw;
}
.cn-map-content .sec3 .border8{
    border-radius: .416667vw;
    overflow: hidden;
}

.cn-map-content .sec3-2{
    margin-top: 2.083333vw;
}
.cn-map-content .sec3-img{
    display: flex;
    justify-content: space-between;
}
.cn-map-content .sec3-img-left{
    width: 30.625vw;
}
.cn-map-content .sec3-img-right{
    width: 30.625vw;
}
.cn-map-content .sec3-img-right > div:not(:first-child){
    margin-top: 1.25vw;
}
.cn-map-content .sec3-img-right > div{
    height: 14.6875vw;
        overflow: hidden;
}
.cn-map-content .sec3 .sec3-footer{
    font-size: .625vw;
    line-height: 2;
    color: #666666;
    margin-top: .625vw;
}
.cn-map-content .sec3 .mar-bot-24{
    margin-bottom: 1.25vw;
}

@media (max-aspect-ratio: 11 / 10) {

.cn-map-content {
    width: 100%;
    padding: 11.111111vw 0 24.444444vw;
}
.cn-map-content .mob-show{
    display: block;
}
.cn-map-content .pc-show{
    display: none;
}

    .cn-map-content .kv {
        width: 86.666667vw;
        display: flex;
    flex-wrap: wrap;
    text-align: left;
    }
    .cn-map-content .kv span{
       
               
                font-size: 3.888889vw;
              
    }
      .cn-map-content .kv > span{
         order: 1;
          width: 100%;
                margin-top: 4.444444vw;
                padding-top: 4.444444vw;
                border-top: 1px solid #0000001A;
    }
.cn-map-content .kv h2 {
    font-size: 6.666667vw;
    margin-top: 0;
} 
.cn-map-content .kv > div {
    width: 100%;
    margin-top: 3.333333vw;
        justify-content: flex-start;
}
.cn-map-content .kv b {
    font-size: 3.888889vw;
}
.cn-map-content .kv > div > div:not(:first-child) {
    margin-left: 0;
    margin-top: 3.333333vw;
}
.cn-map-content .kv > div > div:nth-child(2n+1) {
    margin-left: 0;
    margin-top: 3.333333vw;
}
.cn-map-content .kv > div > div {
    width: 100%;
}

.cn-map-content .sec2 {
    width: 100%;
    margin: 11.111111vw auto 0;
    padding: 6.666667vw;
    flex-wrap: wrap;
    justify-content: space-between;
            box-sizing: border-box;
                align-items: flex-start;
}
.cn-map-content .sec2 > div {
    width: 41.111111vw;
}
.cn-map-content .sec2 p {
    font-size: 3.333333vw;
}
.cn-map-content .sec2 p:first-child {
    margin-bottom: 1.111111vw;
}
.cn-map-content .sec2 span {
    font-size: 6.666667vw;
    margin-right: 1.111111vw;
    
}
.cn-map-content .kv div span{
    min-width: 24vw;
}

.cn-map-content .sec2 > div:nth-child(n+3) {
   margin-top: 6.666667vw;
}
.cn-map-content .sec3 {
    width: 86.666667vw;
    margin: 11.111111vw auto 0;
}

.cn-map-content .sec3-2 {
    margin-top: 6.666667vw;
}
.cn-map-content .sec3 h2 {
    font-size: 4.444444vw;
}
.cn-map-content .sec3 p {
    font-size: 3.888889vw;
    margin-top: 4.444444vw;
    margin-bottom: 6.666667vw;
}
.cn-map-content .sec3 .sec3-footer {
    font-size: 3.333333vw;
    line-height: 2;
    color: #666666;
    margin-top: 3.333333vw;
    margin-bottom: 0;
}

.cn-map-content .sec3 .mar-bot-24 {
    margin-bottom: 3.333333vw;
}

.cn-map-content .sec3 .border8 {
    border-radius: 0;
}
.cn-map-content .sec3-img {
    flex-wrap: wrap;
}
.cn-map-content .sec3-img-left {
    width: 100%;
    margin-bottom: 3.333333vw;
}
.cn-map-content .sec3-img-right {
    width: 100%;
}
.cn-map-content .sec3-img-right > div {
    height: auto;
}
.cn-map-content .sec3-img-right > div:not(:first-child) {
    margin-top: 3.333333vw;
}
.cn-map-content .sec2 > div:not(:first-child) {
    margin-left: 0;
}

}