/* 顶部组件 */
.header-nav {
    background: rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.logo {
    height: 100px;
}

.logo img {
    width: 288px;
}

.header-right {
    flex: 1;
    margin-left: 164px;

}

.header-item {
    font-size: 18px;
    font-family: 'yahei';
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    height: 100px;
    line-height: 100px;
    position: relative;
}

.header-item:hover {
    color: #ED6A06;
}

.header-item:hover ul {
    display: block;
}


.header-item ul {

    background: rgba(0, 0, 0, 0.1);
    /* border-radius: 0 0 8px 8px; */
    width: 120px;
    position: absolute;
    /* top: 66px; */
    top: 100px;
    left: -20px;
    right: 0;
    z-index: 19;
    display: none;
    animation: headerIn .2s cubic-bezier(0, 0.3, 0.6, 1);

}

.header-item li {
    width: 100%;
    font-size: 14px;
    font-family: 'yahei';
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000000;

}

.header-item li:hover {
    background: #ED6A06;
    color: #fff;
}

.header-item li:last-child {
    /* border-radius: 0 0 8px 8px; */
}

.header-active {
    color: #ED6A06;
    border-bottom: 3px solid #ED6A06;

}

.search img {
    width: 26px;
}

.search-input {
    width: 300px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ED6A06;
    margin-right: 20px;
    animation: searchIn .2s cubic-bezier(0, 0.2, 0.6, 1);
}

.search-input input {
    width: 100%;
    background: inherit;
    outline: none;
    border: 0;
    color: #fff;
}

.search-input input::placeholder {
    font-weight: 400;
    color: #fff;
}

.close-search {
    margin-left: 30px;
}

.close-search img {
    width: 40px;
}

/* 消息通知 */
.notice {
    width: 100%;
    padding: 23px 40px 21px;
    background: #FFFFFF;
    box-shadow: 0px 3px 29px 0px rgba(105, 122, 130, 0.14);
    border-radius: 4px;

}

.notice-left {
    flex: 1;
    position: relative;
}

.notice-left img {
    width: 30px;
    margin-right: 38px;
}

.notice-dot {
    width: 8px;
    height: 8px;
    background: #FF0000;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 24px;
}

.notice-text {
    flex: 1;
    font-size: 20px;
    font-family: 'yahei';
    font-weight: 400;
    color: #333333;
}

.notice-right {
    width: 200px;
    margin-left: 20px;
    text-align: right;
    font-size: 20px;
    font-family: 'yahei';
    font-weight: 400;
    color: #999999;

}


.news-icon {
    width: 32px;
}

.notice .swiper {
    width: 100%;
    height: 40px;
    /* background: red; */
}


/* 底部导航 */
.footer-nav {
    background: #2C1E13;
    padding: 64px 10px 27px;
}

.footer-left {
    flex: 1;
}

.footer-right {
    width: 420px;
    /* padding-left: 46px; */
}

.footer-left ul {
    /* padding-right: 60px; */
    flex: 1;
}

.footer-left ul li {
    font-size: 14px;
    font-family: 'yahei';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0.7;
}

.footer-left ul li:first-child a {
    font-size: 18px;
    font-family: 'yahei';
    font-weight: 400;
    color: #FFFFFF !important;
    /* line-height: 37px; */
    margin-bottom: 37px;
    opacity: 1;
}

.footer-left ul li a {
    font-size: 14px;
    font-family: 'yahei';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0.7;
    text-decoration: none;
}

.footer-left ul li:first-child {
    font-size: 18px;
    font-family: 'yahei';
    font-weight: 400;
    color: #FFFFFF;
    /* line-height: 37px; */
    margin-bottom: 37px;
}

.footer-left ul:last-child {
    /* padding-right: 42px; */
    border-right: 1px solid rgba(255, 255, 255, .1);

}

.footer-r-item img {
    width: 97px;
    height: 97px;
    background: #FFFFFF;
    /* border: 5px solid #FFFFFF; */
    border-radius: 4px;
}

.footer-r-item div {
    font-size: 14px;
    font-family: 'yahei';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0.5;
    margin-top: 20px;
    text-align: center;
}

.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-bottom {
    padding-top: 30px;
}

.footer-b-left img {
    width: 112px;
    margin-right: 18px;
}

.footer-b-left p {
    margin-bottom: 0;
}

.footer-b-left div {
    font-size: 14px;
    font-family: 'yahei';
    font-weight: 400;
    color: #FFFFFF;
    /* line-height: 32px; */
    opacity: 0.6;
}

.footer-b-left div a {
    color: #FFFFFF;
    /* line-height: 32px; */
    /* opacity: 0.6; */
}

.footer-b-left div a:hover {
    color: #ED6A06;
}

.footer-bottom li {
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    padding-left: 30px;
}

.footer-bottom li:last-child {
    border-right: 0;
    padding-right: 0;
}

.footer-bottom li a {
    font-size: 14px;
    font-family: 'yahei';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0.6;
}

.common-swiper {
    height: 100%;
}

.common-swiper .swiper {
    /* height: 720px; */
    height: 100%;

    --swiper-navigation-color: #ED6A06;
    /* 单独设置按钮颜色 */
}

.common-swiper .swiper-button-prev,
.common-swiper .swiper-button-next {
    display: none;
}

.common-swiper .swiper:hover .swiper-button-prev {
    display: block;
}

.common-swiper .swiper:hover .swiper-button-next {
    display: block;
}

.common-swiper .swiper-slide {
    width: 100%;
    height: 100%;

    background-size: cover !important;
    background-position: center !important;
}

.header-nav-phone {
    display: none;
}

/* 分页 */
/* 自定义分页样式 */
/* .common-pagination div {
   
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 2px 6px 0px rgba(153, 153, 153, 0.38);
    margin-right: 20px;
    background: #FFFFFF;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;

}

.common-pagination .pre-page,
.common-pagination .next-page {
    width: 100px;
    height: 40px;
}

.common-pagination div:hover {
    background: #ED6A06;
    color: #fff;
}

.common-pagination div:last-child {
    margin-right: 0;
}

.common-pagination .pagination-active {
    background: #ED6A06;
    color: #fff;
} */

/* element 分页样式修改 */
.common-pagination .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #ED6A06 !important;
    color: #fff !important;
}

.common-pagination .el-pager li {

    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333 !important;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 2px 6px 0px rgba(153, 153, 153, 0.38);
    margin-right: 20px;
    background: #FFFFFF !important;
    width: 40px;
    line-height: 40px !important;
    height: 40px;
    text-align: center;

}



.common-pagination .el-pagination.is-background .btn-prev,
.common-pagination .el-pagination.is-background .btn-next {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333 !important;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 2px 6px 0px rgba(153, 153, 153, 0.38);
    margin-right: 20px;
    background: #FFFFFF !important;
    width: 100px;

    height: 40px;
    text-align: center;
}

/* 上传控件 */
.common-upload {
    width: 96px;
    height: 96px;
    border: 1px dashed #DEDEDE;
    background: #F4F4F4;
    cursor: pointer;
    position: relative;
}

.common-upload .add {
    color: #BBBBBB;
    font-size: 40px;

}

.common-upload .name {
    font-size: 14px;
    color: #BBBBBB;
}

.common-upload input[type='file'] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.common-upload img {
    width: 100%;
    height: 100%;
}

/* 顶部导航栏进入 */
@keyframes headerIn {
    0% {
        top: 66px;
        opacity: 0;
        z-index: 1;
    }

    100% {
        top: 100px;
        opacity: 1;
    }
}

/* 搜索栏进入 */
@keyframes searchIn {
    0% {
        width: 100px;
    }

    50% {
        width: 250px;
    }

    100% {
        width: 300px;
    }
}