.m-nav-local {
    /* 去掉默认的背景色 */
    background-color: initial;
}
.u-bg-wrap {
    background-color: initial;
}
[data-href] {
    cursor: pointer;
}
.swiper-container {
    position: relative;
}
/* 分页器样式 */
.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    width: 25px;
    height: 10px;
    border-radius: 10px;
}
/* 激活状态的分页器样式 */
.swiper-pagination-bullet-active {
    color: #fff;
    background-color: #e65400;
}
.g-bd-wrap {
    background: white;
    position: relative;
}
.div-title {
    position: absolute;
    color: #f76e17;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    top: 1%;
}
.container-element-a, .container-element-c {
    background: no-repeat left;
    /*mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 35%);*/
    background-size: contain;
    height: 420px;
}
.container-element-b {
    background: no-repeat right;
    /*mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 35%);*/
    background-size: contain;
    height: 450px;
}
.container-element-c {
    height: 340px;
}
.container-a {
    display: flex;
    padding-top: 5%;
}
.container-b {
    display: flex;
    padding-top: 1%;
}
.img-div {
    width: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-div-a {
    height: 300px;
    background: linear-gradient(to right, rgb(232, 92, 14), rgb(253, 241, 237) 80%);
}
.img-div-b {
    height: 410px;
    background: linear-gradient(to left, rgb(232, 92, 14), rgb(253, 241, 237) 80%);
}
.img-div>img {
    width: 93%;
}
.img-div-a>img {
    height: 88%;
}
.img-div-b>img {
    height: 92%;
}
.content-div {
    width: 62%;
    padding-left: 1%;
    padding-top: 1%;
}
.content-div-a, .content-div-c {
    background: linear-gradient(to right, rgb(253, 241, 237), rgb(255, 255, 255) 15%);
}
.content-div-b {
    background: linear-gradient(to left, rgb(253, 241, 237), rgb(255, 255, 255) 15%);
}
.content-logo>img {
    height: 35px;
}
.content-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 2em;
    position: relative;
}
.content-title::before {
    content: ''; /* 必须设置，即使为空 */
    position: absolute;
    bottom: 0; /* 将短线放在 div 的底部 */
    left: 0; /* 将短线放在 div 的左边 */
    width: 35px; /* 短线长度 */
    height: 3px; /* 短线高度 */
    background-color: #e75900; /* 短线颜色 */
}
.content-detail {
    margin-top: 7px;
    font-size: 15px;
    line-height: 2em;
    text-align: justify;
}
.content-detail-b {
    padding-right: 15px;
}
.image-container {
    background: no-repeat;
    background-size: contain;
    background-position-y: bottom;
    margin-top: 30px;
    margin-bottom: 50px;
}
.image-service {
    margin-top: 20px;
    position: relative;
}
.image-service>div {
    position: relative;
}
.image-service>div.active {
    width: 47%;
}
.active>img {
    position: absolute;
    top: 0;
    left: 0;
}
.shade::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background: linear-gradient(to right, rgba(248, 118, 47, 0.7), rgba(113, 146, 168, 0.1));
}
.active>.unfold{
    content: "";
    position: relative;
    top: 20px;
    left: 110px;
    width: 75%;
    background-color: rgba(255, 255, 255, 0);
}
.active>.unfold>.title-div {
    display: flex;
    align-items: center;
}
.title-div-fold {
    position: absolute;
    top: 20px;
    left: 20px;
}
.title-div-fold img {
    margin-left: 5px;
}
.image-title {
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    position: relative;
}
.image-content {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
}
.key-parks-container {
    background-color: #f3f4f6;
    padding-bottom: 30px;
}
.key-parks-title {
    color: #f76e17;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.kpc-img-div {
    width: 55%;
    height: 500px;
    margin: auto;
    /*background: url("../images/districtAndParksArea/key-industrial-parks-daxing.png");*/
    background-size: cover;
    position: relative;
}
.kpc-content {
    width: 65%;
    height: 25px;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 95%;
    left: 18%;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.policy-container {
    padding-bottom: 30px;
}
.policy-list {
    width: 55%;
    margin: auto;
}
.policy-element {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.policy-notice {
    width: 125px;
    height: 35px;
    color: white;
    font-size: 17px;
    padding-top: 2px;
    /*font-weight: bold;*/
    line-height: 1em;
    text-align: center;
    background-color: #e75900;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.policy-content {
    font-size: 18px;
    line-height: 1.5em;
    margin-left: 10px;
    flex: 1 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotline-container {
    /*background: url("../images/districtAndParksArea/investment-hotline.png");*/
    background-size: cover;
    padding-bottom: 50px;
}
.hotline-title {
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.hotline-div {
    width: 40%;
    height: 135px;
    margin: auto;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(253, 241, 237), rgb(248, 221, 205) 90%);
}
.invest-name {
    color: #e65400;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 2.5em;
    position: relative;
}
.invest-name::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 85%;
    height: 2px;
    background: linear-gradient(to right, rgb(253, 253, 253, 0) 0%, rgb(255, 227, 209) 30%, rgb(255, 255, 255, 0) 100%);
}
.hotline-detail {
    width: 560px;
    margin: 10px auto;
}
.hotline-element {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
}
.hotline-element>p:first-child{
    color: #e65400;
}
.hotline-element>img {
    width: 15px;
    height: 15px;
    margin: 0 10px;
}
.image-container-mobile {
    display: none;
}
@media (max-width: 768px) {
    .image-container-mobile {
        display: block;
        margin-top: 20px;
        overflow: hidden;
    }
    .swiper-horizontal>.swiper-pagination-bullets {
        bottom: 0;
    }
    /* 分页器样式 */
    .swiper-pagination-bullet {
        background: #ffffff;
        opacity: 1;
        width: 15px;
        height: 5px;
        border-radius: 10px;
    }
    /* 激活状态的分页器样式 */
    .swiper-pagination-bullet-active {
        color: #fff;
        background-color: #e65400;
    }
    .image-container,.img-div {
        display: none;
    }
    .container-element-a, .container-element-b, .container-element-c {
        background: rgba(255, 255, 255, 0.5);
        background-size: cover;
        height: auto;
    }
    .div-title {
        top: 1%;
    }
    .content-div-a, .content-div-b, .content-div-c {
        background: none;
        width: 100%;
    }
    .content-div-a {
        margin-top: 60px;
    }
    .content-div-c {
        margin-top: 5px;
    }
    .content-logo {
        float: left;
    }
    .content-title {
        width: 90%;
        margin-left: 50px;
    }
    .content-detail {
        line-height: 1.7em;
        padding: 10px 0;
    }
    .container-b {
        padding-top: 5%;
    }
    .title-div {
        display: flex;
        width: 98%;
        height: 55px;
        padding-left: 15px;
    }
    .title-div>img {
        width: 50px;
        height: 50px;
    }
    .image-title {
        margin-left: 15px;
        text-align: left;
    }
    .slide-m {
        display: block;
    }
    .image-content {
        margin-top: 20px;
        padding: 15px;
    }
    .kpc-img-div {
        width: 90%;
        height: 200px;
    }
    .kpc-content {
        width: 68%;
        height: 40px;
        font-size: 14px;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.6);
        position: absolute;
        top: 80%;
        left: 16%;
        text-align: center;
        border-radius: 5px 5px 0 0;
        display: flex;
        align-items: center;
    }
    .policy-list {
        width: 90%;
    }
    .hotline-div {
        width: 95%;
        height: 135px;
    }
    .invest-name {
        font-size: 18px;
        text-align: center;
        line-height: 1.5em;
        padding-top: 5px;
    }
    .hotline-element {
        height: 30px;
        line-height: 1.3em;
    }
    .hotline-detail {
        width: auto;
        padding-left: 10px;
    }
}