.is-style-default {
    display: block;
    width: 81px;
}

.solution_text {
    text-align: justify;
}

.NewsList img,
.ExhibitionsList img {
    border-radius: 10px;
}

/* 产品存档页左侧分类滑动固定左侧 */
.products-archive-category>.kt-inside-inner-col {
    position: sticky;
    top: 50px;
}

/* 产品详情页表格样式 */
.product_accordion table {
    width: 50%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1rem;
    text-align: left;
}

.product_accordion table tbody tr {
    background-color: #fafafa;
}

.product_accordion table tbody tr td {
    padding: 12px 15px;
    border: 1px solid #dddddd;
    color: #414141;
}

.ManualGuide span.kt-btn-inner-text:hover {
    color: #0eb5bd;
}

/* 单篇文章样式 */
.singleBreadcrumbs p {
    max-width: 1400px;
    margin: 3rem auto;
}

.singleCont {
    max-width: 1400px;
    margin: 0 auto;
}

.custom_breadcrumbs {
    max-width: 1400px;
    margin: 0 auto;
}

.custom_breadcrumbs p a {
    line-height: 2;
    color: #414141;
    font-size: 14px;
    display: inline-block;
}

/* solution页面背景大图 */

.solutionTitle,
.Windpowergenerationcont,
.EnergyStorageSystemcont {
    position: absolute;
    left: 30%;
    transform: translate(-50%, -50%);
    padding: 0 .5rem;
}

.Windpowergenerationcont {
    top: 30%;
}

.solutionTitle {
    top: 30%;
}

.Windpowergenerationcont h1,
.EnergyStorageSystemcont h1 {
    font-size: 3rem;
    color: #fff;
}

.Windpowergenerationcont .subtitle,
.EnergyStorageSystemcont .subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    font-family: Poppins;
    color: #ffffff;
}

/* 水坝背景大图 */
.ReservoirDamcont,
.EnergyStorageSystemcont {
    padding: 1rem 4.5rem;
    background: rgba(14, 181, 189, .6);
}

.EnergyStorageSystemcont {
    bottom: 10%;
}

/* solution历程*/
.solution-journey {
    background: url(https://eng.yidaiyilu.gov.cn/images/gjdwen/chdsjbg.png) no-repeat;
    position: relative;
    padding-bottom: 9rem;
}

.solution-journey .sjtitle {
    font-size: 3rem;
    color: white;
    padding-left: 5rem;
    padding-top: 5rem;
}

.solution-journey .sjcont {
    margin-left: 12rem;
    /* overflow-x: scroll; */
    padding-bottom: 3rem;
    overflow: hidden;
}

/* .solution-journey .sjcont::-webkit-scrollbar {
        display: none;
    } */

.solution-journey .sjcont ul {
    width: 150%;
    display: flex;
}

.solution-journey .sjcont ul li:nth-child(odd) {
    padding-top: 10rem;
}

.solution-journey .sjcont ul li:nth-child(even) {
    padding-bottom: 10rem;
}

.solution-journey .sjcont ul li:nth-child(odd) .time {
    margin-top: 10rem;
}

.solution-journey .sjcont ul li {
    list-style: none;
}

.solution-journey .sjcont ul li p {
    margin: 5px;
}

.solution-journey .sjcont ul li p.des {
    font-size: 1rem;
    color: #9BE1E0;
    line-height: 1.5rem;
}

.solution-journey .sjcont ul li p.time {
    font-family: '楷体';
    font-size: 4rem;
    color: #579c9b;
    font-weight: bold;
    background: url(https://eng.yidaiyilu.gov.cn/images/gjdwen/line.png) no-repeat left center;
    border-width: 50%;
    padding-left: 10px;
}

/* 按钮 */
.leftbtn {
    width: 50px;
    height: 20px;
    background: url(https://eng.yidaiyilu.gov.cn/images/gjdwen/right.png) no-repeat;
    background-size: 10px 20px;
    position: absolute;
    bottom: 180px;
    left: auto;
    top: auto;
    right: 16px;
}

.rightbtn {
    width: 50px;
    height: 20px;
    background: url(https://eng.yidaiyilu.gov.cn/images/gjdwen/left.png) no-repeat;
    background-size: 10px 20px;
    position: absolute;
    bottom: 180px;
    left: auto;
    top: auto;
    right: 150px;
}


/* post文章内容页 */
.postbreadcrumbs {
    font-size: 14px;
    margin: 3rem auto;
    max-width: 1400px;
}

.postbreadcrumbs a {
    color: #414141;
}

.custom-post-content,
.custom-post-navigation {
    max-width: 1400px;
    margin: 0 auto;
}

.custom-post-navigation {
    border-top: 1px solid #e5e5e5;
    margin-top: 2rem;
}

.custom-post-content h1 {
    font-weight: 600;
    font-size: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 2rem;
}

.custom-post-navigation p a {
    display: inline-block;
    color: #1c1919;
    text-decoration: none;
    font-size: 14px;
}

.custom-post-navigation p a:hover,
.custom-post-navigation p span:hover {
    color: #0eb5bd;
}

.custom-post-navigation p span {
    display: inline-block;
    color: #1c1919;
    font-size: 14px;
    padding-right: 10px;
}

/* 产品特征背景设置 */
.product-features .product-features-item {
    background-color: #fff;
    box-shadow: 0px 1px 8.64px 0px rgba(0, 31, 68, 0.10);
}

/* 相关案例post */
.related-project-post-grid img {
    border-radius: 20px;
}

/* 文章详情页上下文 */
.next-article a,
.prev-article a {
    text-decoration: none;
}

/* 文章内容样式设置 */
.post-content-common h2 {
    font-size: 1.5rem !important;
}

.prev-article {
    margin-bottom: 1rem;
}

.post-content-common h3 {
    font-size: 1.25rem !important;
    color: #000;
}

.post-content-common h4 {
    font-size: 1.05rem !important;
    color: #a59595;
}

/* news、project、blog等列表页背景图设置 */
.archive-common-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.archive-common-cont h1 {
    font-size: 3rem;
    color: #fff;
    text-shadow: 2px 2px 10px #33333330;
}

.archive-common-cont p {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.5;
    text-shadow: 2px 2px 10px #33333330;
}

/* 首页banner样式 */
.home-Photo-album ul.splide__pagination {
    bottom: 25px !important;
}

.home-Photo-album ul.splide__pagination li button {
    background: #fff;
    border-radius: 0;
    width: 50px;
    height: 3px;
}

/* blog文章详情页 */
.BlogPostTag a {
    text-decoration: none;
}

.BlogPostTag a:hover {
    color: #0eb5bd;
}

/* blog文章详情页强制设置下边距为0 */
p.ArticlePMarginbottom {
    margin: 0;
}

/* 移动端样式-------- */

/* 搜索模态 */
@media screen and (max-width: 768px) {

    /* ProjectCase存档页隐藏描述 */
    .ProjectCaseList .entry-content,
    .BlogList .entry-content {
        display: none;
    }

    .ProjectCaseList h2.entry-title {
        padding-top: 0 !important;
    }

    /* 产品详情页参数 */
    .product_accordion table {
        font-size: .9rem;
    }

    .product_accordion .wp-block-table {
        margin-bottom: 0;
    }

    /* 产品详情页Manual & Quick Guide下的span */
    .ManualGuide span.kt-btn-inner-text {
        font-size: .9rem;
    }

    /* post列表页副标题 */
    .post-list-subtitle {
        font-size: 1rem;
    }

    /* Wind power generation头部移动端设置 */
    .Windpowergenerationcont {
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
    }

    .EnergyStorageSystemcont {
        text-align: center;
        padding: 1rem;
        left: 50%;
        top: 50%;
        width: 90%;
    }

    .Windpowergenerationcont h1,
    .EnergyStorageSystemcont h1,
    .archive-common-cont h1 {
        font-size: 1.5rem;
    }

    .Windpowergenerationcont .subtitle,
    .EnergyStorageSystemcont .subtitle,
    .archive-common-cont .subtitle {
        font-size: .9rem;
        line-height: 1rem;
    }

    .archive-common-cont {
        width: 95%;
    }

    .transformer-substation-topology,
    .product-detail-table {
        overflow-x: scroll;
    }

    .transformer-substation-topology figure,
    .product-detail-table table {
        width: 250% !important;
    }

    /* 文章详情页上下文 */
    .next-article a,
    .prev-article a,
    .next-article span,
    .prev-article span {
        font-size: .9rem;
    }

    /* 文章内容样式设置 */
    .post-content-common h2 {
        font-size: 1.25rem !important;
    }

    .post-content-common h3 {
        font-size: 1.05rem !important;
    }

    .post-content-common h4 {
        font-size: .9rem !important;
    }

    .post-content-common p {
        line-height: 1.5rem;
    }
}