*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
/* 导航 */

.nav {
    width: 100%;
    height: 74px;
    background: #FFFFFF;
}

.nav-text {
    width: 1200px;
    height: 74px;
    margin: 0 auto;
    background: #FFFFFF;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.nav-l {
    display: flex;
}

.nav-l .img1 {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto 0;
    margin-right: 9px;
}

.nav-l .img2 {
    width: 131px;
    height: 33px;
    display: block;
    margin: auto 0;
}

.nav-r {
    display: flex;
}

.nav-r li {
    /* width: 74px; */
    margin-left: 56px;
    line-height: 74px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
}

.nav-r li:hover a {
    color: #158AFF;
}

.nav-r li a {
    color: #333333
}

.nav-r .li a {
    color: #158AFF;
}
