* {
    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;
}

.wrap {
    background: #e8fde9;
}

.cont {
    padding: 0 10px;
    box-sizing: border-box;
}


.ad {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}

.gz {
    margin-bottom: 15px;
    margin-top: 15px;
}

.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;
}

.pdnews .tit,
.ppyx .tit {
    margin-bottom: 10px;
}


.pdnews ul {
    display: flex;
    flex-direction: column;
}

.pdnews ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.pdnews ul li a {
    display: flex;
    justify-content: space-between;
}

.pdnews ul li a .pd-img img {
    width: 150px;
    height: 100px;
}

.pdnews ul li a .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
}

.pdnews ul li a .text h2 {
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333333;
}

.pdnews ul li a .text p {
    font-size: 14px;
    color: #999999;
}

.load {
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #37ae86;
    font-size: 18px;
    margin: 15px auto 15px auto;
}


.load a {
    color: #37ae86;
}

.ppyc-wrap {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
}



.ppyc-wrap::before{
    position: absolute;
    content:"";
    left: -10px;
    bottom: 0;
    width: calc(100% + 20px);
    height: 20px;
    background: #e8fde9;
}


.ppyc-wrap:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}


.ppyc-wrap:last-child::before{
    display: none;
}


.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 #37ae86;
    box-sizing: border-box;
}

.ppyc-wrap ul li p {
    width: 100%;
    height: 44px;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.btn {
    width: 100%;
    height: 55px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    color: #2c717d;
    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-indent: 5px;
    padding-top: 28px;
    line-height: 30px;
    box-sizing: border-box;
    color: #37ae86;
}

.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-indent: 50px;
    line-height: 30px;
    box-sizing: border-box;
}

.alink {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-around;

}

.alink a {
    width: 45%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid #37ae86;
    color: #37ae86;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.alink a img {
    width: 15px;
}

.tit-s {
    width: 100%;
    height: 100px;
    line-height: 90px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #37ae86;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: url(../images/tit-ss.png) no-repeat center center;
    background-size: 100% auto;
    text-align: center;
    /*margin-bottom: 20px;*/
}

/*.tit-s {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #37ae86;
    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: #37ae86;
    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: #34a263;
}

.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;
}

.brandwrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    font-size: 14px;
}

.brandwrap a {
    width: 25%;
    height: auto;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}


.feedback form>div {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.feedback form>div select {
    width: 100%;
    height: 36px;
    line-height: 36px;
    outline: none;
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 2px;
    color: #666;
}

.feedback div.textarea {
    width: 100%;
    min-height: 90px;
    /* height: 90px; */
    border: 1px solid #eaeaea;
    outline: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 30px;
    padding: 0 10px;
}

.feedback p {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.feedback div {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.feedback div input {
    height: 36px;
    line-height: 36px;
    display: block;
/*    border-radius: 5px;*/
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 0 5px;
    float: left;
    font-family: "Arial";
    color: #333;
    -webkit-appearance: none;
    font-size: 16px;
    outline: none;
}

.feedback div input[type="text"] {
    width: calc(50% - 5px);
    display: block;
}

.feedback div input[type="tel"] {
    width: calc(50% - 5px);
    display: block;
}

.feedback div input:nth-child(2) {
    float: right;
}

.feedback div input.com,
.feedback div input.city {
    width: 100%;
}

.feedback div input.code {
    background: #cccccc;
    color: #fff;
    text-align: center;
}

.feedback div input::placeholder {
    color: #999999;
}

input.code::-webkit-input-placeholder {
    color: #fff;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

.feedback .textarea:empty:before {
    content: attr(placeholder);
    color: #999999;
}

.feedback div textarea {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #dedede;
    outline: none;
    box-sizing: border-box;
    display: block;
    padding: 5px;
    color: #333;
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 2;
    font-family: "Arial";
}

.feedback div input[type="submit"] {
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    background: #34a263;
    color: #fff;
}

.feedback div span {
    width: calc(50% - 5px);
    float: right;
    background: #206f96;
    display: flex;
    align-items: center;
    height: .8rem;
}

.feedback div img {
    height: .6rem;
    width: auto;
    margin: 0 auto;
}


@media (min-width: 750px) {
    .wrap {
        width: 750px;
        margin: 0 auto;
        background: #e8fde9;

    }

    .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: #37ae86;
    }

    .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-indent: 90px;
        line-height: 26px;
        box-sizing: border-box;
    }

    .chtit {
        width: 30%;
        margin-bottom: 15px;
    }

    .alink a {
        padding: 0 12%;
    }

    .tit-s {
    width: 100%;
    height: 100px;
    line-height: 90px;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: #37ae86;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: url(../images/tit-ss.png) no-repeat center center;
    background-size: 100% auto;
    text-align: center;
    margin-bottom: 20px;
}


}