@font-face {
    font-family: "SourceHanSerifCN-Bold";
    /* 你可以自己命名这个字体 */
    src: url("https://www.shandong-energy.com/font/SourceHanSerifCN-Bold.otf");
    /* 指向你的OTF字体文件的URL */
}

/* banner */
.banner {
    position: relative;
    width: 100%;
    min-width: 1400px;
    height: 300px;
}

.banner_img {
    width: 100%;
    height: 300px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.banner_title {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -700px;
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 26px;
    width: 1400px;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.8);
}

.banner_title>h1 {
    font-size: 28px;
    line-height: 30px;
    color: #333;
    margin: 0 0 6px 0;
    font-family: 'SourceHanSerifCN-Bold', 'SimHei', serif;
    font-weight: bold;
}

.banner_title>h1>span {
    color: #206BD1;
    font-family: 'SourceHanSerifCN-Bold', 'SimHei', serif;
    font-weight: bold;
}

.banner_title_line {
    width: 110px;
    height: 3px;
    margin: 3px 0;
    background-color: #88CC2F;
}

.banner_title_lines {
    width: 165px;
    height: 3px;
    margin: 3px 0;
    background-color: #88CC2F;
}

.banner_title_en {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    font-family: 'SourceHanSerifCN-Bold', 'SimHei', serif;
}

.banner-wap {
    display: none;
}

/* 面包屑 */
.bread_nav {
    width: 1400px;
    margin: 25px auto 0 auto;
    font-size: 14px;
    color: #666;
    display: flex;
}

.bread_line {
    position: relative;
    top: 3px;
    display: inline-block;
    margin: 0 10px;
    width: 1px;
    height: 16px;
    background-color: #ACACAC;
}

.bread_nav>span {
    margin-right: 25px;
}

.bread_nav_active {
    color: #206BD1;
}

.bread_nav>a:hover {
    color: #206BD1;
}

/* 新增标题 */
.xauc_title {
    font-size: 32px;
    line-height: 48px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    
}
.xauc_line{
    border-bottom: 1px solid #EDEDED;
    margin-top:30px;
    margin-bottom: 30px;
}
.xauc_ftit{
    font-size:14px;
    color:#737373;
    text-align: center;
    margin-bottom: 40px;
}
.xauc_bj{
    font-size:14px;
    color:#737373;
    text-align: right;
    margin-top: 40px;
}
.xauc_box{
    width:800px;
    margin:0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
}
.xauc_box_li{
    width:400px;
    height: 100px;
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 30px;
    
}
.xauc_box_liHover{
    background-color: #3488EA;
}
.xbl_text{
    font-size:14px;
    color:#7C7C7C;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding-right:20px;
    margin-right:20px;
    border-right:1px solid #D9D9D9;
}
.xauc_box_liHover .xbl_text{
    color:#FFF;
    border-right:none;
    border-left:1px solid #D9D9D9;
    padding-right:0px;
    margin-right:0px;
    padding-left:20px;
    margin-left:10px;
}
.xbl_img{
    width:24px;
    height: 24px;
}
@media screen and (max-width: 900px) {
    .banner {
        display: none;
    }

    .bread_nav,
    .ccr_top_product {
        display: none;
    }

    .banner-wap {
        height: 3.5rem;
        position: relative;
        display: block;
    }

    .banner-wap-title {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        font-size: .5rem;
        color: #333;
        border-bottom: .06rem solid #88CC2F;
        width: 2.1rem;
        line-height: .8rem;
        height: .8rem;
        text-align: center;
    }

    .banner-wap-color {
        color: #206BD1;
    }

    .banner-wap-product .banner-wap-title {
        width: 3.1rem;
    }
    .xauc_title{
        font-size:0.48rem;
    }
    .xauc_line{
        margin-top:0.2rem;
        margin-bottom:0.2rem;
    }
    .xauc_ftit{
        margin-bottom: 0.2rem;
    }
    .xauc_box{
        width:6rem;
        flex-direction: column;
    }
    .xauc_box_li{
        width:6rem;
        height: 0.9rem;
    }
    /* .xbl_text{} */
}