/* * {
    user-select: none;
} */

.headerBox {
    width: 100%;
    position: fixed;
    z-index: 50;
    transition: all 1s ease;
    align-items: center;
}

.headerBox>div {
    width: 100%;
    /* padding: 1% 5%;
    box-sizing: border-box; */
}

.he2 {
    width: 100%;
    display: flex;
    position: relative;
    padding: 1% 5%;
    align-items: stretch;
    justify-content: space-between;
    z-index: 50;
    transition: all 1s ease;
    align-items: center;
}


.PcBox {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: end;
    /* padding-top: 10px; */
}

.PcBox>.info {
    display: flex;
    margin-bottom: 5px;
}

.PcBox>.info>div {
    display: flex;
    align-items: center;
    margin: 0 0 0 1vw;
    color: rgba(255, 255, 255, 0.34);
    transition: color .3s ease;
}

.PcBox>.info>div>svg {
    margin-right: 10px;
}

.PcBox>.info>div>svg>path {
    fill: rgba(255, 255, 255, 0.34);
    transition: color .3s ease;
}

.PcBox>ul {
    display: flex;
    align-items: center;
}

.PcBox>ul>li {
    position: relative;
    margin: 0 1.2vw;
    cursor: pointer;
}

.PcBox>ul>li>a {
    transition: all .3s ease;
}

.search>a {
    overflow: hidden;
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
}

.PcBox>ul>li:hover>a {
    color: #d5141b !important;
}

.hlistBox {
    width: 110px;
    max-height: 0;
    position: absolute;
    left: 0;
    top: 150%;
    background: #fff;
    display: flex;
    flex-direction: column;
    /* padding: 0 20%; */
    white-space: nowrap;
    transition: all .6s ease;
    overflow: hidden;
    border-radius: 10px;
}

.hlistBox>a {
    font-size: var(--16px--);
    display: block;
    color: #333;
    transition: all 0.5s;
    padding: 0 max(20px, 1.1vw);
    position: relative;
    white-space: nowrap;
    line-height: 200%;
    text-align: left;
    display: flex;
    align-items: center;
}

.hlistBox>a:first-child {
    margin-top: 5%;
}

.hlistBox>a:last-child {
    margin-bottom: 5%;
}

.PcBox>ul>li:nth-child(7)>.hlistBox>a {
    text-align: center;
}

.hlistBox>a::before {
    content: '';
    display: block;
    width: 0px;
    height: 1px;
    background-color: #d5141b;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    transform: translateX(-120%);
}


.hlistBox>a:hover::before {
    width: 10px;
    /* margin-right: 5px; */
}

.hlistBox>a:hover {
    color: #d5141b;
    padding-left: calc(max(20px, 1.1vw) + 15px);
}

.PcBox ul li:hover>.hlistBox,
.langBox:hover>.hlistBox {
    max-height: 400px;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1);
}

.PcBox>ul>li>a {
    font-family: '思源黑体 CN Regular';
    font-size: var(--18px--);
    font-weight: 500;
    color: #fff;
    transition: color .3s ease;
}

.langBox {
    /* width: 25px; */
    height: 25px;
    position: relative;
    display: flex;
    align-items: center;

}

.langBox span {
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
}

.search>a>svg>path {
    fill: #fff;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.logo>img {
    transition: all .6s ease;
}

.logo>img:nth-child(1) {
    opacity: 1;
}

.logo>img:nth-child(2) {
    position: absolute;
    opacity: 0;
}

.on {
    /* width: 80%; */
    /* top: 10px; */
    /* left: 10%; */
    /* border-radius: 50px; */
    background-color: #fff;
    /* padding: 0 5%; */
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1)
}

.on>.he2>.PcBox {
    justify-content: center;
}

.on>.he2>.logo>svg>path:nth-child(1) {
    fill: #050101;
}

.on>.he2>.logo>svg>path:nth-child(2) {
    fill: #060506;
}

.on>.he2>.PcBox>ul>li>a {
    color: #000;
}

.PcBox>ul>li>a>svg>path {
    fill: #fff;

}

.PcBox>ul>li>a>svg {
    transform: rotate(0deg);
    transition: all .6s ease;
}

.on>.he2>.PcBox>ul>li>a>svg>path {
    fill: #000
}

.PcBox>ul>li:hover>a>svg {
    transform: rotate(-90deg);
}

.on>.he2 .search>a>svg>path {
    fill: #060506 !important;
}

.on>.he2 .langBox>span {
    /* filter: invert(); */
    color: #000;
}

.on>.he2>.PcBox>.info {
    display: none;
}

.on>.he2 .PcBox>ul {
    align-items: center;
}

.on>.he2 .logo>img:nth-child(1) {
    opacity: 0;
}

.on>.he2 .logo>img:nth-child(2) {
    opacity: 1;
}

.on>.he2>.PcBox>ul>p {
    background-color: #000 !important;
}

.hlisLang {
    width: 80px;
    left: -50%;
    align-items: center;
}

/* .hlisLang>a {
    padding-left: 25%;
} */

.Hamburg {
    display: none;
    align-items: center;
}

.Headcheckbox {
    display: none;
}

.toggle {
    position: relative;
    width: 35px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition-duration: .5s;
}

.bars {
    width: 100%;
    height: 4px;
    background-color: rgb(27, 89, 194);
    border-radius: 4px;
}

#bar2 {
    transition-duration: .8s;
}

#bar1,
#bar3 {
    width: 70%;
}

#Headcheckbox:checked+.toggle .bars {
    position: absolute;
    transition-duration: .5s;
}

#Headcheckbox:checked+.toggle #bar2 {
    transform: scaleX(0);
    transition-duration: .5s;
}

#Headcheckbox:checked+.toggle #bar1 {
    width: 100%;
    transform: rotate(45deg);
    transition-duration: .5s;
}

#Headcheckbox:checked+.toggle #bar3 {
    width: 100%;
    transform: rotate(-45deg);
    transition-duration: .5s;
}

#Headcheckbox:checked+.toggle {
    transition-duration: .5s;
    transform: rotate(180deg);
}

.MoBox {
    width: 100%;
    height: 0;
    display: none;
    transition: all .3s ease;
    overflow: hidden;
}

.MoBox>ul {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 5% 0 5%;
}

.MoBox>ul>li {
    line-height: 300%;
    border-bottom: 1px solid #eee;
    /* display: flex; */
    position: relative;
    transition: all .3s ease;
}

.MoBox>ul>li>div:nth-child(1) {
    width: 100%;
    display: flex;
}

.MoBox>ul>li>div:nth-child(1)>a {
    width: 100%;
}

.HeadMoIcon {
    float: right;
    margin-left: auto;
    transition: all .3s ease;
}

.HeadMoIcon>.icon {
    width: 16px;
    height: 16px;

    transform: rotate(180deg);

}

.HeadNavLevel2 {
    max-height: 0px;
    background: #fff;
    transition: all 1s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eee;
    padding: 0 5%;
}

.HeadNavLevel2>a {
    line-height: 200%;
    color: #666;
}

.hel1 {
    /* width: max(206px, 11vw); */
    display: flex;
    justify-content: end;
    align-items: center;
}

.hcontact {
    width: var(--150px--);
    height: 43px;
    /* text-align: center; */
    /* padding: 3% 0; */
    /* padding: 2% 10%; */
    border-radius: 30px;
    border: 1px solid #d7141c;
    background-color: #d7141c;
    color: #fff;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    position: relative;
}

.hcontact>span {
    font-weight: bold;
    font-size: var(--16px--);
    color: #FFFFFF;
    transition: all .6s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hcontact>span:nth-child(2) {
    /* display: none; */
    opacity: 0;
}

.hcontact:hover>span:nth-child(1) {
    opacity: 0;
    /* display: none; */
}

.hcontact:hover>span:nth-child(2) {
    /* display: flex; */
    opacity: 1;
}

.hcontact>p {
    opacity: 0;
}

.search {
    margin-right: 20px;
}

.he1 {
    display: flex;
    justify-content: space-between;

    padding: 0.5% 5%;
    /* opacity: 0.8; */
    transition: all 1s ease;
    background: rgba(0, 0, 0, 0.28);
}

.he1>div {
    display: flex;
}

.he1>div>p:nth-child(1) {
    margin-right: 20px;
}

.he1 p {
    font-family: '思源黑体 CN Regular';
    color: #fff;
    opacity: 0.8;
    font-size: var(--14px--);
}

/*.on>.he1 {
    height: 0;
    padding: 0;
    overflow: hidden;
}*/

.SelInput {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
    transition: all .6s ease;
    background-color: #fff;
}

.SerIActive {
    z-index: 51;
    transform: translateY(0);
}

.SelInput>input {
    width: 90%;
    max-height: 45px;
    height: 100%;
    border-radius: 50px;
    padding: 0 1%;
    border: 0;
    outline: none;
}

.SelInput>div{
    height: 100%;
    max-height: 45px;
    padding: 0 2%;
    border: 1px solid #666;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .6s ease;
}
.SelInput>div:hover{
    color: #d7141c;
    border-color: #d7141c;
}

.SelInput>svg {
    cursor: pointer;
    transition: all .6s ease;
}

.SelInput>svg:hover {
    transform: rotate(90deg);
}

@media (max-width: 1440px) {

    .PcBox>ul>li:nth-child(1)>a,
    .PcBox>ul>li>a>svg {
        display: none;
    }
}

@media (max-width: 1200px) {
    .logo>svg {
        width: 60px;
        height: 60px;
    }

    .on>.he2 {
        width: 100%;
        top: 0;
        left: 0;
        border-radius: 0;
    }

    .hel1,
    .PcBox {
        display: none;
    }

    .Hamburg {
        width: auto;
        display: flex;
        margin-right: 5%;
    }

    .MoBox {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: -1;
    }

    .he1>div {
        flex-wrap: wrap;
    }
}

@media(max-width:768px) {
    .Hamburg {
        margin-left: auto;
    }
}

@media(max-width:480px) {
    .he1 {
        display: none;
    }
}