* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

a {
    display: block;
    font-size: 15px;
    color: white;
    margin-bottom: 10px;
}

a:visited {
    color: white;
}

a:active {
    color: white;
}
.navLogo>a{
    display: inline;
}
nav {
    top: 0;
    left: 0;
    min-width: 990px;
    position: fixed;
    width: 100%;
    height: 40px;
    background-color: rgba(230 0 18);
    z-index: 900;
}


.navLogo {
    padding-top: 5px;
    width: 10%;
    height: 100%;
    float: left;
}

.navBtn {
    width: 10%;
    height: 100%;
    transition: transform 0.3s;
    float: left;
    text-align: right;
}

.navTitle {
    width: 80%;
    height: 100%;
    float: left;
}

.navBigBox {
    padding-top: 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    float: left;
    padding-left: 15%;
    padding-right: 10%;
}

.navMenu1 {
    width: 30%;
    height: 100%;

    float: left;
}

.navMenu2 {
    width: 50%;
    height: 100%;
    float: left;
}

.navMenu3 {
    width: 20%;
    height: 100%;

    float: left;
}

.navMinBox {
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
    float: left;
}

.navMinBox:hover {
    transform: scale(1.1);
}

.limitBox {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: block;
}

.homeLogo {
    width: 80%;
    height: 80%;
    background-size: cover;
    background-position: center;
    background-image: url(../img_team2/main_img_logo.png);
}

#bb {
    color: white;
    font-size: 40px;
    cursor: pointer;
    transition: transform 0.3s;
}

.navTitle li {
    font-size: 20px;
    color: white;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    width: 50%;
    cursor: default;

}

.navTitle li:first-child {
    width: 30%;
}

.navTitle li:last-child {
    width: 11%;
}

.navMenu2ul {
    width: 380px;
}

.navMenu2ul a {
    margin: 0;
    cursor: pointer;
}

.navMenu2ul>li span {
    padding: 5px;
    font-size: 15px;
    color: white;
    display: block;
    text-align: center;
}


.navMenu2ul>li {
    margin: 10px;
    float: left;
    width: 100px;
}


#navMinBox1 {
    background-image: url(../img_team2/main_img1.webp);
    background-size: cover;
    background-position: center;
}

#navMinBox2 {
    background-image: url(../img_team2/main_img2.webp);
    background-size: cover;
    background-position: center;
}

#navMinBox3 {
    background-image: url(../img_team2/main_img3.webp);
    background-size: cover;
    background-position: center;
}

#navMinBox4 {
    background-image: url(../img_team2/main_img4.webp);
    background-size: cover;
    background-position: center;
}

#navMinBox5 {
    background-image: url(../img_team2/main_img5.webp);
    background-size: cover;
    background-position: center;
}

#navMinBox6 {
    background-image: url(../img_team2/main_img6.webp);
    background-size: cover;
    background-position: center;
}

.navhidden {
    display: none;
}

.rocatei {
    transform: rotate(90deg);
}