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.8146vw;
}

.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;
    position: relative;
}

.link-click img {
    width: 0.7813vw;
    height: 0.7813vw;
}

.link-ul1 {
    display: flex;
    position: relative;
}

.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 .isActive a {
    background: rgba(225, 17, 25, 0.8);
}
.nav-list1 .isActive .nav-list2 a{
    background-color: transparent;
}
.nav-list1 .isActive a>p{
    font-weight: bold;
}
.nav-list1 .isActive .nav-list2 a>p{
    font-weight: 400;
}
.nav-list1 li:hover a>p{
    font-weight: bold;
}
.nav-list1 li:hover .nav-list2 a>p{
    font-weight: 400;
}
.nav-list1>li>a {
    display: block;
}

.nav-list1>li:hover a {
    background: rgba(225, 17, 25, 0.8);
}
.nav-list1>li:hover .nav-list2 a{
    background-color: transparent;
}
.nav-list1>li a p {
    font-size: 1.018412vw;
    /* font-size: 0.8854vw; */
    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;
    min-width: 100%;
    top: 99%;
    left: 0;
    background: rgba(225, 17, 25, 0.8);
}
.nav-list3{
    padding-left: 10%;
    padding-right: 10%;
}

.nav-list2 li {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 10%;
    padding-right: 10%;
}
.nav-list3 li{
    padding-left: 0%;
    padding-right: 0%;
}
.nav-list2 li:hover{
    background-color: #E11119;
}
.nav-list2 li:last-child a{
    border-bottom: none;
}
.nav-list2 li a {
    display: block;
    /* padding-top: 0.5556vh;
    padding-bottom: 0.5556vh; */
    padding-top: 0.7778vh;
    padding-bottom: 0.7778vh;
    border-bottom: 1px dashed #FFFFFF;
}

.nav-list2 li:last-child {
    border-bottom: none;
}

.nav-list2 li a p {
    /* font-size: 0.7292vw; */
    font-size: 0.8854vw !important;
    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 {
    width: 20%;
    /* height: 62px; */
    height: 6.8889vh;
}

.cloud a {
    display: block;
    width: 100%;
    height: 87%;
    /* padding-top: 10px; */
    /* padding-top: 1.1111vh; */
    margin-top: 1.01vh;
    padding-top: 0.1vh;
    padding-left: 0.8333vw;
}

.cloud a p {
    font-size: 0.8854vw;
    color: #FFFFFF;
    line-height: 3.8889vh;
}

.cloud a:hover {
    background: #E11119;
}



/* 头部 移动端 */
.head {
    display: none;
}



/* phone导航栏 */
.nav1 {
    display: none;
}


.nav-list2 li a p{
    letter-spacing: 3px;
}
.nav-list1 li:nth-of-type(3) .nav-list2 li>a>p,
.nav-list1 li:nth-of-type(4) .nav-list2 li>a>p{
    letter-spacing: 0.5px;
}
.nav-list1 li:nth-of-type(3) .nav-list2{
    min-width: 147%;
}