html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}



/* 头部 PC端 */
.header {
    display: flex;
    width: 100%;
    height: 14%;
    /* padding-top: 35px; */
    padding-top: 3.8889vh;
    padding-left: 2.3%;
    background: #000000;
}

.header-left {
    width: 29.2%;
    margin-top: 0.2083vw;
}

.header-left img {
    width: 100%;
    height: auto;
    /* width: 29.1667vw;
    height: 6.6667vh; */
}

.header-line {
    width: 1px;
    height: 7.7778vh;
    margin-left: 1.6%;
    background: #FFFFFF;
}

.header-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 69.2%;
    height: auto;
    margin-left: 0.2604vw;
}

.header-right-link {
    display: flex;
    /* height: 25px; */
    height: 2.7778vh;
    justify-content: flex-end;
    align-items: center;
    margin-right: 2.8646vw;
}

.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: 15px; */
    height: 1.6667vh;
    padding-right: 0.3646vw;
}

.link-ul1>li::before {
    content: '';
    display: inline-block;
    width: 1px;
    /* height: 15px; */
    height: 1.6667vh;
    background: #FFFFFF;
    margin-right: 0.3646vw;
}

.link-ul1>li>a>img {
    width: 0.7292vw;
    /* height: 15px; */
    height: 0.7813vw;
    margin-bottom: 3px;
}

.link-ul1>li>a>p {
    font-size: 0.7292vw;
    color: #FFFFFF;
    /* line-height: 15px; */
    line-height: 1.6667vh;
}

.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: 3.3333vh;
    line-height: 3.3333vh;
    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 {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.nav {
    width: 80%;
    margin-top: 1.1111vh;
}

.nav-list1 {
    display: flex;
    align-items: center;
}

.nav-list1>li {
    position: relative;
    width: 10%;
    /* height: 35px;
    line-height: 35px; */
    height: 3.8889vh;
    line-height: 3.8889vh;
}

.nav-list1>li>a {
    display: block;
}

.nav-list1>li>a:hover {
    background: #E11119;
}

.nav-list1>li a p {
    font-size: 1.018412vw;
    color: #FFFFFF;
    text-align: center;
}

.nav-list1-line {
    width: 1px;
    /* height: 22px; */
    height: 2.4444vh;
    background: #FFFFFF;
    margin-left: 0.3646vw;
    margin-right: 0.3646vw;
}

.nav-list2 {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 99%;
    left: 0;
    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: 0.5556vh;
    padding-bottom: 0.5556vh; */
    padding-top: 0.7778vh;
    padding-bottom: 0.7778vh;
}

.nav-list2 li:last-child {
    border-bottom: none;
}

.nav-list2 li a p {
    /* font-size: 0.7292vw; */
    font-size: 0.8854vw;
    line-height: 2vh;
    color: #FFFFFF;
    text-align: left;
    white-space: nowrap;
}

.nav-list3 li a p {
    font-size: 0.8854vw;
}

.nav-list3,
.nav-list4 {
    display: none;
    position: absolute;
    z-index: 200;
    top: 0;
    min-width: 100%;
    left: 99%;
    padding-left: 10%;
    padding-right: 10%;
    background: #E11119;
}

.cloud {
    position: relative;
    width: 20%;
    /* height: 62px; */
    height: 6.8889vh;
    background: #E11119;
}

.cloud>a {
    display: block;
    width: 100%;
    height: 100%;
    /* padding-top: 10px; */
    padding-top: 1.1111vh;
    padding-left: 0.8333vw;
}

.cloud>a>p {
    font-size: 0.8854vw;
    color: #FFFFFF;
    line-height: 3.8889vh;
}

.cloud ul {
    position: absolute;
    z-index: 5;
    top: 99%;
    width: 100%;
    padding: 1.3021vw 0 2.1875vw 1.3542vw;
    background: #E11119;
}

.cloud ul li {
    margin-bottom: 9px;
}

.cloud ul li a {
    display: inline-block;
    padding-bottom: 0.4688vw;
    border-bottom: 1px dashed #FFFFFF;
}

.cloud ul li a p {
    font-size: 1.1458vw;
    color: #FFFFFF;
    text-align: center;
}

.cloud ul .active_ysny a {
    border-bottom: 2px dashed #FFFFFF;
}

.cloud ul .active_ysny a p {
    font-weight: 600;
}



/* 头部 移动端 */
.head {
    display: none;
}



/* phone导航栏 */
.nav1 {
    display: none;
}