* {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
}

ul,
li {
    list-style: none
}

img {
    width: 100%;
    display: block;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #333333;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4358908 */
    src: url('https://at.alicdn.com/t/c/font_4358908_ymbja2kvguq.woff2?t=1701743930686') format('woff2'),
        url('https://at.alicdn.com/t/c/font_4358908_ymbja2kvguq.woff?t=1701743930686') format('woff'),
        url('https://at.alicdn.com/t/c/font_4358908_ymbja2kvguq.ttf?t=1701743930686') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.icon-jiantou_xiangyouliangci:before {
    content: "\eb09";
}

.icon-31pinglun:before {
    content: "\e600";
}

.icon-dianzan:before {
    content: "\e613";
}

.icon-dianzan1:before {
    content: "\e619";
}

.iconfont.icon-dianzan {
    position: relative;
    top: -1px;
    font-size: 14px;
}

.wrap {
    background: #f7f0e2;
}

.cont {
    padding: 0 10px;
    box-sizing: border-box;
}


.ad {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}

.js {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../images/js-bg.png") no-repeat center top;
    background-size: 100% 100%;
    padding: 20px 20px 30px 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 2;
}

.js-tit {
    position: relative;
    top: -20px;
    left: 20%;
    width: 60%;
    height: 40px;
    line-height: 40px;
    background: url("../images/js-tit.png") no-repeat center center;
    background-size: 100% 100%;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}


.lc {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../images/lc-bg.png") no-repeat center top;
    background-size: 100% 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}

.lc-tit {
    position: relative;
    top: -20px;
    left: 10%;
    width: 80%;
    height: 30px;
    line-height: 30px;
    background: url("../images/go-tit.png") no-repeat center center;
    background-size: 100% 100%;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.lc h2 {
    font-size: 18px;
    color: #eca514;
}

.lc .line {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url("../images/line-bg.png") no-repeat center center;
    background-size: contain;
}

.gz {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../images/gp-bg.png") no-repeat center top;
    background-size: 100% 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    line-height: 2.2;
}



.gz-tit {
    position: relative;
    top: -10px;
    left: 30%;
    width: 40%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    background: #eca514;
    line-height: 34px;
    color: #ffffff;
}

.gz p span {
    padding-bottom: 5px;
    border-bottom: 1px dashed #eca514;
}

.gz p.last {
    font-weight: bold;
    color: #eca514;
    font-size: 18px;
}

.pdnews {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.ppyx {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.tit {
    width: 100%;
    height: 80px;
    background: url("../images/tit-star.png") no-repeat center center;
    background-size: auto 100%;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    color: #eca514;
    font-weight: bold;
}

.pdnews .tit,
.ppyx .tit {
    overflow: hidden;
    margin-bottom: 10px;
}


.pdnews .tit img,
.ppyx .tit img {
    width: 110%;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.pdnews ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pdnews ul li {
    width: 48%;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #eca514;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pdnews ul li>a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    height: calc(100% - 30px);
}

.pdnews ul li a .pd-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

.pdnews ul li a .text h2 {
    width: 100%;
    height: 48px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.pdnews ul li a .text p {
    font-size: 12px;
    color: #999999;
    margin-top: 5px;

}

.load {
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eca514;
    font-size: 18px;
    margin: 15px auto 15px auto;
}


.load a {
    color: #eca514;
}

.ppyc-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ppyc-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ppyc-wrap ul li {
    width: 48%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #eca514;
    box-sizing: border-box;
}

.ppyc-wrap ul li .ppyx-img {
    overflow: hidden;
}

.ppyc-wrap ul li p {
    width: 100%;
    height: 48px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.ppyc-wrap ul li .ppyx-img a img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
}

.btn {
    width: 100%;
    height: 55px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    color: #eca514;
    font-weight: bold;
}

.btn .zc {
    position: absolute;
    left: 0;
    top: 0;
    width: 62%;
    height: 55px;
    background: url("../images/zhichi-m.png") no-repeat center center;
    background-size: 100% 100%;
    text-align: left;
    padding-left: 10px;
    padding-top: 28px;
    line-height: 30px;
    box-sizing: border-box;
    color: #fc7516;
}

.btn .fd {
    position: absolute;
    right: 0;
    top: 0;
    width: 62%;
    height: 55px;
    background: url("../images/fandui-m.png") no-repeat center center;
    background-size: 100% 100%;
    text-align: right;
    padding-right: 10px;
    line-height: 30px;
    box-sizing: border-box;
}

.alink {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;

}

.alink a {
    width: 48%;
    height: 30px;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #eca514;
    color: #eca514;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}



.tit-s {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #eca514;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.tit-s span {
    padding-right: 40px;
    background: url("../images/tit-samll.png") no-repeat bottom right;
    background-size: contain;
}

.tit-s::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 20px;
    background: #eca514;
    content: "";
}

.logo-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.logo-wrap ul {
    overflow: hidden;
    margin-right: -5px;
}

.logo-wrap ul li {
    width: calc(25% - 5px);
    float: left;
    height: auto;
    overflow: hidden;
    margin-right: 5px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.chtit {
    width: 50%;
    margin-bottom: 15px;
}

.form-p {
    text-align: center;
    color: #999999;
    padding: 10px 0;
}

.footer {
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    padding: 20px 0;
}

.footer a {
    color: #e94318;
}

.news-wrap {
    background: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.news-tit h2 {
    font-size: 18px;
    font-weight: bold;
}

.news-tit p {
    font-size: 14px;
    color: #999999;
    text-align: left;
    font-weight: normal;
    margin-bottom: 10px;
}

.text-cont {
    color: #666666;
}

.text-cont p {
    margin-bottom: 10px;
}

.text-cont img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
}

.btn-del {
    width: 50% !important;
    margin: 20px auto;
}

.swiper {
    width: 100%;
    height: auto;
    border: 1px solid #e3e3e3;
}

.swiper-slide {
    width: 100%;
    height: 400px;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper-pagination-fraction {
    bottom: 5px;
    left: auto !important;
    right: 40% !important;
    width: 20% !important;
    text-align: right;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    color: #fff;
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px !important;
}

.swiper-button-next {
    right: 0 !important;
}


.swiper-button-prev {
    left: 0 !important;
}

.table-text {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 1.8;
    background: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.table-text ul {

    border: 1px solid #e3e3e3;
}

.table-text ul li {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 14px;
}


.table-text ul li {
    display: flex;
    align-items: center;
}

.table-text ul li p {
    flex: 1;
    border-left: 1px solid #e3e3e3;
    padding: 8px 5px;
}


.table-text ul li label {
    width: 100px;
}

.table-text>p {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-indent: 10px;
}

.table-text>p:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 20px;
    background: #ff8300;
    left: 0;
    top: 50%;
    margin-top: -10px;
}


@media (min-width: 750px) {
    .wrap {
        width: 750px;
        margin: 0 auto;
        background: #f7f0e2;

    }

    .btn {
        width: 100%;
        height: 80px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        position: relative;
    }


    .btn .zc {
        position: absolute;
        left: 0;
        top: 0;
        width: 55%;
        height: 80px;
        background: url("../images/zhichi.png") no-repeat center center;
        background-size: 100% 100%;
        text-indent: 40px;
        padding-top: 52px;
        line-height: 30px;
        box-sizing: border-box;
        color: #fc7516;
    }

    .btn .fd {
        position: absolute;
        right: 0;
        top: 0;
        width: 55%;
        height: 80px;
        background: url("../images/fandui.png") no-repeat center center;
        background-size: 100% 100%;
        text-align: center;
        text-indent: 70px;
        line-height: 26px;
        box-sizing: border-box;
    }

    .chtit {
        width: 30%;
        margin-bottom: 15px;
    }

    .alink a {
        padding: 0 12%;
    }

    .swiper-pagination-fraction {
        bottom: 5px;
        left: auto !important;
        right: 45% !important;
        width: 10% !important;
        text-align: right;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 20px;
        color: #fff;
        text-align: center;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 32px !important;
    }

    .js-tit {
        left: 25%;
        width: 50%;
    }

    .lc-tit {
        left: 15%;
        width: 70%;
    }

    .gz-tit {
        left: 30%;
        width: 40%;
    }
}