#paban {
    width: 100%;
    max-width: 750px;
    margin: 90px auto 0px;
}

.paban {
    display: flex;
    align-items: center;
    padding: 30px 0px;
    background-size: cover;
    background-position: center;
}

.pabantitle {
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: 0px auto;
}

.pabantitle .bg {
    font-family: AGBold;
    text-transform: uppercase;
    font-size: 56px;
    line-height: 56px;
    color: rgba(255, 255, 255, .2);
    display: block;
    width: 100%;
    text-align: left;
    position: absolute;
    z-index: 0;
    top: 0;
}

.pabantitle .txt {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
    padding-top: 28px;
    color: #fff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .3);
}

.pabantitle .line {
    width: 40px;
    height: 3px;
    margin: 20px auto 0px;
    background: #fff;
    float: left;
}


#pamenu {
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
    height: 50px;
    background: #f7f7f7;
    border-bottom: #dedede 1px solid;
    display: flex;
    justify-content: center;
}

#pamenu a:link, #pamenu a:visited {
    padding: 0px 10px;
    line-height: 50px;
    border-left: #dedede 1px solid;
}

#pamenu a:hover {
    background: #e20a16;
    color: #fff;
}

#pamenu a:last-child {
    border-right: #dedede 1px solid;
}

.psm_on {
    background: #e20a16;
    color: #fff !important;
}

#pacontent {
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
    padding: 30px 0px;
    background: #fff;
}

.pacontent {
    padding: 15px 30px;
}

.patitle {
    font-size: 20px;
    font-weight: bold;
    text-align: center;

}

.pastitle {
    color: #999;
    text-align: center;
}

.paline {
    width: 40px;
    height: 3px;
    margin: 10px auto 0px;
    background: #e20a16;
}

.padesc {
    margin: 15px 0px;

}

.panewslist {
    display: block;
    overflow: hidden;
    padding: 0px 30px;
    margin-top: 20px;
}

.panewslist li {
    overflow: hidden;
    padding: 10px 0px;
    border-bottom: #f0f0f0 1px solid;
    display: flex;
    justify-content: center;
}

.panewslist .left {
    width: 36%;
    float: left;
}

.panewslist .right {
    width: 62%;
    float: right;
}

.panewslist .title {
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 32px;
}

.panewslist .right .time {
    font-size: 12px;
    color: #777;
    line-height: 22px;
}

.panewslist .right img {
    width: auto;
    height: 16px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.panewslist .desc {
    color: #777;
    font-size: 12px;
    height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pager {
    margin-top: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.pager li {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 38px;
    border: #dedede 1px solid;
    margin: 0px 2px;

}

.pager .disabled {
    color: #999;
}

.pager li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 38px;
    color: #e20a16;
}

.isempty {
    text-align: center;
}

.newsd_content {
    width: 94%;
    margin: 0px auto;
}

.newsd_title {
    font-weight: bold;
    text-align: center;
}

.newsd_m {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    border-bottom: #dedede 1px solid;
}

.newsd_m li {
    margin: 0px 5px;
    line-height: 22px;
    font-size: 12px;
    color: #777;
}

.newsd_m img {
    float: left;
    height: 16px;
    margin-top: 3px;
    margin-right: 5px;

}

.newsd_c {
    width: 100%;
    margin-top: 15px;
}

.newsd_c img {
    width: auto;
    max-width: 100% !important;
}

.prod_down {
    width: 94%;
    margin: 0px auto;
    padding: 10px 0px;
    border-top: #dedede 1px solid;
}

.prod_down li {
    line-height: 32px;
}

.prod_down li span {
    color: #777;
}

.pajoin {
    width: 96%;
    margin: 0px auto;
}

.pajoin .img {
    display: flex;
    justify-content: center;
}


.pajoinadvan {
    width: 96%;
    margin: 0px auto;
    overflow: hidden;
}

.pajoinadvan li {
    overflow: hidden;
    margin-bottom: 10px;
}

.pajoinadvan .left {
    width: 60px;
    float: left;
}

.pajoinadvan .right {
    width: calc(100% - 70px);
    float: right;
}

.pajoinadvan .right .patitle {
    font-weight: bold;
    font-size: 16px;
    text-align: left;

}

.pajoinadvan .right .padesc {
    color: #777;
    margin: 0;
}

.pajoinarea {
    width: 96%;
    margin: 20px auto 0px;
}


li {
    overflow: hidden;
    margin-bottom: 15px;
}

.pajoinarea li .left {
    width: 60px;
    height: 60px;
    display: block;
    background: #e5383c;
    border-radius: 100px;
    float: left;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
}

.pajoinarea li .right {
    width: calc(100% - 70px);
    float: right;
}

.pajoinguarantee {
    width: 96%;
    margin: 20px auto 0px;
}

.pajoinguarantee .nrtitle {
    font-size: 24px;
    color: #e20a16;
    line-height: 24px;
    text-indent: 13px;
    border-left: #e20a16 3px solid;
    margin: 15px 0px;
}

.pajoinprotection {
    width: 96%;
    margin: 20px auto 0px;
}

.pajoinprotection ul {
    margin: 15px 0px;
}

.pajoinprotection li .left {
    width: 50px;
    height: 48px;
    float: left;
    line-height: 48px;
    font-size: 52px;
    font-family: AGBold;
    color: #ffc001;
}

.pajoinprotection li .right {
    width: calc(100% - 60px);
    float: right;
}

.contact_cont {
    width: 96%;
    margin: 15px auto 0px;
}

.contact_cont li {

}

.contact_cont li .left {
    width: 60px;
    height: 60px;
    float: left;
}

.contact_cont li .right {
    width: calc(100% - 70px);
    float: right;
}

.contact_cont li .right .title {
    font-size: 16px;
    font-weight: bold;
}

.ditu {
    width: 100%;
    max-width: 750px;
    height: 250px;
    position: relative;
    display: block;
    margin: 0px auto;
    overflow: hidden;
}

.gsmessage {
    max-width: 750px;
    width: 100%;
    margin: 0px auto;
    padding: 30px 0px;
    background: #fff;
}

.contact_message {
    margin: 15px auto;
    width: 90%;
}

.contact_message input {
    background-color: #f7f7f7;
    width: 100%;
    margin: 5px auto;
    height: 40px;
    line-height: 40px;
    border: #dedede 1px solid;
    text-indent: 10px;

}

.contact_message textarea {
    background-color: #f7f7f7;
    width: 100%;
    margin: 5px auto;
    height: 100px;
    line-height: 40px;
    border: #dedede 1px solid;
    text-indent: 10px;
    font-family: "PingFang TC", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.contact_message button {
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #e20a16;
    margin-top: 5px;
}

#gspaproduct {
    max-width: 750px;
    width: 100%;
    overflow: hidden;
    padding: 20px 30px;
    margin: 0px auto;
    background: #fff;
}

#papromenu {
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
    background: #f7f7f7;
    border-bottom: #dedede 1px solid;
}

.gspaprolist {
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
    overflow: hidden;
    padding-bottom: 20px;
    background: #fff;
}

.gspaprolist .title {
    font-size: 20px;
    width: 96%;
    margin: 20px auto;
    font-weight: bold;

}

#zmpic_list img {
    width: 100%;
    height: 100%;
}

#zmpic_list .swiper-button-prev {
    background: url(../images/prodetail_arrow_left11.png) no-repeat center center;
}

#zmpic_list .swiper-button-next {
    background: url(../images/prodetail_arrow_right21.png) no-repeat center center;
}

.gspaprolist .desc {
    border-top: #dedede 1px solid;
    /*border-bottom: #dedede 1px solid;*/
    padding: 20px 30px;

}

.gspaprolist .desc li {
    margin-bottom: 10px;
    color: #777;
}

.gspaprolist .desc li span {
    color: #333;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.gspaprolist .detail {

}

.gspaprolist .detail .top {
    background: #f7f7f7;
    border-bottom: #dedede 1px solid;
}

.gspaprolist .detail .top span {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #e20a16;
    color: #fff;
    text-align: center;
    width: 120px;
}

.gspaprolist .detail .content {
    padding: 15px 10px;
}

.article-prevnext {
    padding: 15px 10px;
    border-top: #dedede 1px solid;
}

.article-prevnext li {
    color: #777;
    margin-bottom: 10px;
}

.wrap {
    min-width: 320px;
    max-width: 768px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.wrapper02 {
    position: relative;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.wrapper02 .scroller {
    position: absolute
}

.wrapper02 .scroller li {
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
    margin-bottom: 0px;
}

.wrapper02 .scroller li a {
    display: block;
    padding: 0 10px;
    border-right: #dedede 1px solid;
    font-size: 14px;
}

#pastore {
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
    /*border-bottom: #dedede 1px solid;*/
}

.pastorelist {
    width: 94%;
    margin: 0px auto;
}

.pastorelist li {
    padding: 15px 0px;
    border-bottom: #dedede 1px solid;
    margin: 0px;
}

.pastorelist li .left {
    float: left;
    width: 20%;
}

.pastorelist li .left img {
    border-radius: 100px;
}

.pastorelist li .center {
    margin-left: 10px;
    float: left;
    width: 60%;
}

.pastorelist li .center .title {
    font-weight: bold;
    line-height: 2.4;
}

.pastorelist li .center .score {
    color: #898989;
    display: flex;
    text-align: left;
    align-items: flex-start;
}
.pastorelist li .center .score span{
    float: left;
}

.pastorelist li .center .score img {
    width: auto;
    max-width: 16px;
    margin-top: 3px;
    margin-right: 2px;
}

.pastorelist li .center .tel {
    color: #898989;
}

.pastorelist li .right {
    float: right;
    font-size: 12px;
    margin-top: 10px;
    height: 100%;
}

.pastorelist li .right img {
   width: auto;
    max-width: 100%;
}

.pastorelist li .right span {
    width: 100%;
    line-height: 1.8;
    text-align: center;
}
.pastoredetail{
    width: 100%;
}
.pastoredetail .desc{
    width: 100%;
    background: #fff;
}

.pastoredetail .desc .title{
    font-weight: bold;
    font-size: 16px;
    line-height: 2.4;
    width: 94%;
    margin: 0px auto;
}
.pastoredetail .desc .score{
    padding: 8px 0px;
    display: flex;
    align-items: flex-start;
    width: 94%;
    margin: 0px auto;
}
.pastoredetail .desc .time{
    padding: 8px 0px;
    border-bottom: #dedede 1px solid;
    width: 94%;
    margin: 0px auto;
}
.pastoredetail .desc .score img {
    width: auto;
    max-width: 16px;
    margin-top: 3px;
    margin-right: 2px;
}
.pastoredetail .desc .tel{
   padding: 15px 0px;
    overflow: hidden;
    border-bottom: #dedede 1px solid;
    width: 94%;
    margin: 0px auto;
}
.pastoredetail .desc .tel .left{
    float: left;
    width: 80%;
}
.pastoredetail .desc .tel .right{
    width: 15%;
    float: right;
    display: flex;
    justify-content: center;
    border-left: #dedede 1px solid;
}

.pastoredetail .desc .tel .right img{
    max-width: 25px;
}


.pastoredetail .desc .add{
    padding: 15px 0px;
    overflow: hidden;
    width: 94%;
    margin: 0px auto;

}
.pastoredetail .desc .add .left{
    float: left;
    width: 80%;
}
.pastoredetail .desc .add .right{
    width: 15%;
    float: right;
    display: flex;
    justify-content: center;
    border-left: #dedede 1px solid;
}
.pastoredetail .desc .add .right img{
    max-width: 25px;
}
.pastoredetail .detail{
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    background: #fff;
}
.pastoredetail .detail .top{
    font-weight: bold;
    width: 94%;
    margin: 0px auto;
    line-height: 2.4;
    border-bottom: #dedede 1px solid;
}
.pastoredetail .detail .content{
    width: 94%;
    margin: 15px auto;
    overflow: hidden;
    min-height: 50px;
}
@media screen and (max-width: 640px) {
    .pacontent {
        padding: 15px 10px;
    }

    .panewslist {
        padding: 0px 10px;
    }

    #gspaproduct {
        padding: 20px 10px;
    }

    .gspaprolist .desc {
        padding: 20px 10px;

    }
    .pastorelist li .right img {
        width: auto;
        max-width: 36px;
    }
}