/** PC 头部 */
.yxt-header-pc {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-color: #c4241e;
    height: 104px;
    overflow: hidden;
}

.yxt-header-pc .yxt-contain-pc {
    width: 1200px;
    margin: 0 auto;
}

.yxt-header-pc .yxt-contain-pc .yxt-logo-pc {
    width: 320px;
    height: 64px;
    float: left;
}

.yxt-header-pc .yxt-contain-pc .yxt-search-pc {
    font-size: 12px;
    color: white;
    float: right;
    padding-top: 5px;
    position: relative;
}

.yxt-header-pc .yxt-contain-pc .yxt-search-pc input {
    width: 125px;
    height: 22px;
    border-bottom: 1px solid white;
    margin-right: 10px;
}

.yxt-header-pc .yxt-contain-pc .yxt-search-pc a {
    color: white;
}

.yxt-header-pc .yxt-contain-pc .yxt-search-pc img {
    width: 14px;
    position: absolute;
    left: 110px;
    top: 8px;
    cursor: pointer;
}

/** PC 导航 */
.yxt-nav-pc {
    height: 56px;
}

.yxt-nav-pc .yxt-contain-pc {
    width: 1200px;
    margin: 0 auto;
}

.yxt-nav-pc .yxt-contain-pc .yxt-ul1 {
    height: 56px;
    line-height: 56px;
}

.yxt-nav-pc .yxt-contain-pc .yxt-ul1 .yxt-li1 {
    height: 56px;
    line-height: 56px;
    width: 133px;
    float: left;
}

.yxt-nav-pc .yxt-contain-pc .yxt-a1 {
    color: #333;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    display: block;
    text-align: center;
}

.yxt-nav-pc .yxt-contain-pc .yxt-a1.yxt-active,
.yxt-nav-pc .yxt-contain-pc .yxt-a1:hover {
    color: #c4241e;
    background: #f6f6f6;
    opacity: 0.9;
}

.yxt-nav-pc .yxt-contain-pc .yxt-a2 {
    color: #333333;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    display: block;
    padding: 0 35px 0 33px;
    white-space: nowrap;
}

.yxt-nav-pc .yxt-contain-pc .yxt-a2:hover {
    color: #c4241e;
    background: #eaeaea;
    opacity: 0.9;
}

.yxt-nav-pc .yxt-contain-pc .yxt-ul1 .yxt-li1 .yxt-ul2 {
    background: #f6f6f6;
    opacity: 0.9;
    padding: 3px 0;
    display: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 2;
}

.yxt-nav-pc .yxt-contain-pc .yxt-ul1 .yxt-li1 .yxt-ul2 .yxt-li2 {
    height: 46px;
}
