.tabBar{
    background: #F5F8FA;
    .tabs{
        display: flex;
        align-items: center;
        justify-content: center;
        .tab{
            font-size: 15px;
            color: #727476;
            text-align: center;
            padding: 20px 25px;
            font-weight: 500;
            position: relative;
            .bar{
                position: absolute;
                bottom: 0;
                width: 50px;
                height: 4px;
                background: #E60012;
                left: 50%;
                margin-left: -25px;
                display: none;
            }
            &.curr{
                color: #333436;
                .bar{
                    display: block;
                }
            }
        }
    }
    &.fixed{
        position: fixed;
        left: 0;
        top: 88px;
        width: 100%;
        z-index: 1;
    }
}
@media (max-width: 767px) {
    .tabBar{
        .tabs{
            .tab{
                font-weight: 500;
                font-size: 14px;
                line-height: 24px;
                padding: 12px 15px;
                .bar{
                    width: 40px;
                    height: 4px;
                    margin-left: -20px;
                }
                &.curr{
                    color: #333436;
                    .bar{
                        display: block;
                    }
                }
            }
        }
        &.fixed{
            top: 56px;
        }
    }
}

.content1{
    .infoBox{
        margin-top: 30px;
        .text{
            font-weight: 300;
            font-size: 15px;
            color: #333436;
            line-height: 32px;
        }
        .tipBox{
            display: flex;
            font-weight: 300;
            font-size: 12px;
            color: #727476;
            line-height: 24px;
            margin-top: 30px;
            .lable{
                margin-right: 10px;
            }
        }
    }
}
@media (max-width: 767px) {
    .content1{
        .infoBox{
            margin-top: 15px;
            .text{
                font-size: 14px;
                line-height: 28px;
            }
            .tipBox{
                font-size: 12px;
                line-height: 24px;
                margin-top: 20px;
                .lable{
                    margin-right: 10px;
                }
            }
        }
    }
}

.content2{
    background: #F6F8FA;
    .infoBox{
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        .infoItem{
            background: #FFF;
            width: 23%;
            padding: 25px;
            padding-bottom: 0;
            box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
            .logo{
                width: 100%;
            }
            .txt{
                display: flex;
                align-items: center;
                justify-content: center;
                height: 98px;
                font-size: 15px;
                line-height: 24px;
                color: #333436;
                font-weight: 300;
                text-align: center;
            }
        }
    }
    .honorInfo{
        display: flex;
        margin-top: 60px;
        .titleInfo{
            width: 43%;
            margin-top: 10px;
            .cnT{
                font-size: 24px;
                line-height: 31px;
                color: #333436;
                font-weight: bold;
            }
            .enT{
                font-size: 56px;
                color: #D1D3D5;
                font-weight: bold;
                opacity: 0.3;
                line-height: 56px;
                margin-top: 20px;
            }
        }
        .honorList{
            width: 57%;
            // margin-left: 60px;
            .honorText{
                font-size: 15px;
                line-height: 40px;
                color: #333436;
                font-weight: 300;
                .kuai{
                    color: #E60012;
                    margin-right: 20px;
                }
            }
        }
    }
}
@media (max-width: 767px) {
    .content2{
        .infoBox{
            flex-wrap: wrap;
            margin-top: 20px;
            .infoItem{
                width: 48.5%;
                margin-bottom: 10px;
                padding: 10px;
                .txt{
                    height: 56px;
                    font-size: 13px;
                    line-height: 18px;
                }
            }
        }
        .honorInfo{
            flex-wrap: wrap;
            margin-top: 30px;
            .titleInfo{
                width: 100%;
                .enT{
                    font-size: 40px;
                    line-height: 40px;
                    margin-top: 0;
                }
                .cnT{
                    margin-top: 20px;
                }
            }
            .honorList{
                width: 100%;
                margin-left: 0;
                margin-top: 10px;
                .honorText{
                    font-size: 13px;
                    line-height: 38px;
                    .kuai{
                        margin-right: 10px;
                    }
                }
            }
        } 
    }
}

.content3{
    .enT{
        font-weight: bold;
        font-size: 80px;
        color: #E8ECF0;
        line-height: 72px;
        margin-top: 40px;
    }
    .infoBox{
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        .infoItem{
            position: relative;
            width: 278px;
            height: 278px;
            background: #E60012;
            display: flex;
            align-items: center;
            justify-content: center;
            &:nth-child(even){
                background: #515356;
            }
            .alphabet{
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 180px;
                color: #000;
                opacity: 0.06;
            }
            .enT{
                position: relative;
                font-size: 24px;
                line-height: 38px;
                text-align: center;
                font-weight: 400;
                color: #fff;
            }
            .cnT{
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                font-size: 22px;
                line-height: 38px;
                color: #fff;
                font-weight: bold;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .txt{
                position: relative;
                font-size: 15px;
                line-height: 40px;
                text-align: center;
                color: #fff;
                font-weight: 300;
                margin-top: 32px;
            }
            .icon{
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                width: 100%;
                height: 100%;
            }
        }
    }
}
@media (max-width: 1199px) {
    .content3{
        .infoBox{
            .infoItem{
                width: 220px;
                height: 220px;
            }
        }
    }
}
@media (max-width: 991px) {
    .content3{
        .enT{
            font-size: 60px;
            line-height: 60px;
        }
        .infoBox{
            .infoItem{
                width: 170px;
                height: 170px;
            }
        }
    }
}
@media (max-width: 767px) {
    .content3{
        .enT{
            font-size: 53px;
            line-height: 47.7px;
            margin-top: 20px;
        }
        .infoBox{
            flex-wrap: wrap;
            margin-top: 30px;
            .infoItem{
                width: 49.5%;
                height: 173px;
                margin-bottom: 4px;
                &:nth-child(even){
                    background: #E60012;
                }
                &:nth-child(2){
                    background: #515356;
                }
                &:nth-child(3){
                    background: #515356;
                }
                .cnT{
                    margin-top: 0;
                    font-size: 24px;
                    line-height: 28px;
                }
                .enT{
                    font-size: 19px;
                    line-height: 28px;
                }
                .txt{
                    margin-top: 25px;
                    font-size: 13px;
                    line-height: 28px;
                }
                .icon{
                    position: relative;
                    height: 100%;
                    width: auto;
                    text-align: center;
                }
            }
        }
    }
}

.content4{
    background: #F6F8FA;
    .infoBox{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
        .txt{
            width: 320px;
            font-weight: 300;
            font-size: 16px;
            color: #333436;
            line-height: 32px;
            margin-right: 20px;
        }
        .pic{
            width: 60%;
        }
    }
}
@media (max-width: 767px) {
    .content4{
        .infoBox{
            margin-top: 15px; 
            flex-wrap: wrap;  
            .txt{
                font-size: 14px;
                line-height: 30px;
            }
            .pic{
                width: 100%;
                margin-top: 20px;
            }
        }
    }
}


.content5{
    .infoBox{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
        .txtBox{
            width: 320px;
            font-weight: 300;
            font-size: 16px;
            color: #333436;
            line-height: 32px;
            margin-right: 20px;
            .txt{
                display: flex;
                margin-bottom: 10px;
                .t1{
                    min-width: 48px;
                }
                a{
                    color: #333436;
                }
            }
        }
        .mapCon{
            position: relative;
            width: 60%;
        }
        .map{
            position: relative;
            width: 100%;
        }
        .baiduMap{
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }
    }
}
@media (max-width: 767px) {
    .content5{
        .infoBox{
            flex-wrap: wrap;
            margin-top: 15px;
            .txtBox{
                font-size: 14px;
                line-height: 26px;
            }
            .mapCon{
                width: 100%;
                margin-top: 20px;
            }
        }
    }
}