html {
    font-size: 16px;
    font-family: Arial,microsoft yahei;
}
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
}
body {
    width: 100vw;
    height: 100vh;
    transform-origin: top left;
}

li{
    list-style: none;
}
a{
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 900px) {
    .my-container{
        min-height: 100vh;
        margin: 0 20px 20px 20px!important;
    }
}
@media screen and (min-width: 900px) {
    .my-container{
        min-height: 90vh;
        margin: 0 40px 20px 40px!important;
    }
}
@media screen and (min-width: 1920px) {
    .my-container{
        min-height: 70vh;
        margin: 0 60px 20px 60px!important;
    }
}
.logo{
    width: 100%;
    padding-top: 2.5rem;
    /*height: 20vh;*/
    margin-bottom: 1rem;
    text-align: center;
}

.logo img{
    display: inline-block;
    min-width: 20%;
    max-width: 28%;
}

.logo span {
    position: relative;
    bottom: 0.5em;
    font-weight: 600;
    font-size: 4rem;
    color: #4c4c4c;
}
@media screen and (max-width: 900px) {
    .logo img {
        max-width: 60%;
    }
}
.list{
    width: 100%;
    height: 3rem;
    line-height: 2rem;
}
.lists{
    width: 100%;
    /*overflow: scroll;*/
    position: relative;
    z-index: 999;
    height: 100%;
    margin: 0 auto;
}
.vertical-menu-btn {
    display: none;
    margin-left: 20px;
    font-size: 25px;
    cursor: pointer;
}
.lists ul {
    width: 80%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.lists li{
    height: 100%;
    float: left;
    position: relative;
}
/*有效 TODO解释一下？*/
.lists li:hover{
    background: #c60917;
}
@media screen and (max-width: 900px) {
    .lists li {
        width: 12%;
    }
}
.lists li a {
    display: inline-block;
    height: 100%;
    padding: 0 .625rem;
}

.lists li a span{
    display: block;
    width: 100%;
    height: 50%;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .list.container {
        height: 40vh;
        position: absolute;
    }
    .vertical-menu-btn {
        display: inline-block;
    }
    .lists li .en {
        display: none;
    }
    .lists .detaill, .detaill1 {
        padding-left: 0.625rem;
    }
    .banner {
        margin-top: 10px!important;
    }
    .lists ul {
        display: none;
        margin: 0;
        width: 100%;
        flex-direction: column;
        max-width: 300px;
        background: white;
        border: 2px solid #c60917;
        position: absolute;
    }
    .lists li {
        width: 100%;
    }
    .lists li::before {
        content: none!important;
    }
    .lists li:last-child::after {
        content: none!important;
    }
    .lists li a span {
        height: 100%;
    }
    .detaill {
        width: 100vw;
        height: 30vh;
    }
}


.lists li a span.en {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.lists .borders{
    float: left;
    content: '';
    display: block;
    width: 1px;
    height: 1.5rem;
    margin: auto 0;
    background-color: #323232;
}
/*.lists li:nth-child(5){*/
/*    width: 180px;*/
/*}*/
/*.lists li:nth-child(5) a{*/
/*    width: 175px;*/
/*}*/
/*.lists .borders{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: 1.5rem;*/l
/*    position: absolute;*/
/*    top: .75rem;*/
/*    right: 0;*/
/*    background-color: #323232;*/
/*}*/

/*无效，上一个有效 TODO 解释一下？*/
.lists li:hover{
    background: #c60917;
}

.lists li:hover a {
    background-color: #c60917;
}

.lists li:hover a span {
    color: #fff;
}

.about:hover .detall{
    display: block;
}
.guide:hover .detaill1{
    display: block;
}
.detall{
    display: none;
    position: absolute;
    width: 440px;
    top: 3rem;
    /*left: 2px;*/
    background-color: #fff;
    border: 2px solid #c60917;
    z-index: 99;
}
.detall p,
.detaill1 p{
    width: 100%;
    line-height: 1.25rem;
    padding-left: 3rem;
    color: #4c4948;
}
.detall p:not(:last-child),
.detaill1 p:not(:last-child){
    margin-bottom: 1.25rem;
}
.detall p:hover,
.detaill1 p:hover{
    background: #c60917;
    color: white;
}

.detaill1{
    display: none;
    position: absolute;
    width: 307px;
    top: 3rem;
    /*left: 5px;*/
    background-color: #fff;
    border: 2px solid #c60917;
    z-index: 99;
}
