html {
    width: 100%;
}

body {
    width: 100%;
}



/* 头部 PC端 */
.header {
    display: flex;
    width: 100%;
    height: 6.6667vw;
    padding-top: 1.8229vw;
    padding-left: 2.3%;
    background: #000000;
}

.header-left {
    width: 29.2%;
    margin-top: 0.2083vw;
}

.header-left img {
    width: 100%;
    height: auto;
}

.header-line {
    width: 1px;
    height: 4.0625vw;
    margin-left: 1.6%;
    background: #FFFFFF;
}

.header-right {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 69.2%;
    height: auto;
    margin-left: 0.2604vw;
}

.header-right-link {
    display: flex;
    height: 1.3021vw;
    justify-content: flex-end;
    align-items: center;
    margin-right: 1.3021vw;
}

.link-form {
    display: flex;
    align-items: center;
    margin-right: 0.5208vw;
    display: none;
}

.link-form-input1 {
    width: 7.8125vw;
    height: 1.3021vw;
    color: #000;
    border: 1px solid #FFFFFF;
    border-right: none;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.link-form-input2 {
    width: 1.3021vw;
    height: 1.3021vw;
    background-color: #000;
    background-image: url(./search.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    cursor: pointer;
}

.link-click {
    width: 1.3021vw;
    height: 1.3021vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5208vw;
    cursor: pointer;
}

.link-click img {
    width: 0.7813vw;
    height: 0.7813vw;
}

.link-ul1 {
    display: flex;
}

.link-ul1>li {
    position: relative;
    display: flex;
    align-items: center;
    height: 0.7813vw;
    padding-right: 0.3646vw;
}

.link-ul1>li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 0.7813vw;
    background: #FFFFFF;
    margin-right: 0.3646vw;
}

.link-ul1>li>a>p {
    font-size: 0.7292vw;
    color: #FFFFFF;
    line-height: 0.7813vw;
}

.link-ul1 .cn a p {
    color: #E11119;
}

.link-ul2 {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 99%;
    background: #E11119;
}

.link-ul2 li {
    width: 100%;
    height: 1.5625vw;
    line-height: 1.5625vw;
    border-bottom: 1px dashed #FFFFFF;
}

.link-ul2 li:last-child {
    border-bottom: none;
}

.link-ul2 li a p {
    font-size: 0.7292vw;
    color: #FFFFFF;
    text-align: center;
}

.header-right-nav {
    width: 100%;
}

.nav {
    width: 90%;
}

.nav-list1 {
    display: flex;
    align-items: center;
}

.nav-list1>li {
    position: relative;
    width: 10%;
    height: 1.8229vw;
    line-height: 1.8229vw;
}

.nav-list1 .isActive a {
    background: #E11119;
}

.nav-list1>li>a {
    display: block;
}

.nav-list1>li>a:hover {
    background: #E11119;
}

.nav-list1>li a p {
    font-size: 0.8854vw;
    color: #FFFFFF;
    text-align: center;
}

.nav-list1-line {
    width: 1px;
    height: 1.1458vw;
    background: #FFFFFF;
    margin-left: 0.3646vw;
    margin-right: 0.3646vw;
}

.nav-list2 {
    display: none;
    position: absolute;
    z-index: 100;
    width: 150%;
    top: 99%;
    left: -25%;
    padding-left: 10%;
    padding-right: 10%;
    background: #E11119;
}

.nav-list2 li {
    position: relative;
    width: 100%;
    border-bottom: 1px dashed #FFFFFF;
    margin: 0 auto;
}

.nav-list2 li a {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
}

.nav-list2 li:last-child {
    border-bottom: none;
}

.nav-list2 li a p {
    font-size: 0.7813vw;
    line-height: 0.9375vw;
    color: #FFFFFF;
    text-align: center;
}

.nav-list3,
.nav-list4 {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 99%;
    padding-left: 10%;
    padding-right: 10%;
    background: #E11119;
}

.nav-list3 {
    width: 110%;
}

.nav-list4 {
    width: 120%;
}



/* 头部 移动端 */
.head {
    display: none;
}



/* phone导航栏 */
.nav1 {
    display: none;
}