.paban {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FECF02;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 3.8rem;
}

.paban .txt p {
    font-size: 0.58rem;
    line-height: 2;
    font-weight: bold;
    text-transform: uppercase;
}

.paban .txt p::after {
    content: "";
    display: block;
    width: 1rem;
    height: 0.01rem;
    background-color: #FECF02;
    margin: 0 auto;
}

.paban .txt span {
    display: block;
    font-size: 0.2rem;
    margin-top: 0.2rem;
}

.pacont {
    width: 100%;
    padding: 0.7rem 0;
    line-height: 1.8;
    background-color: #f7f7f7;
}

.papubcont {
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
}

.paabout {
    background-image: url("../img/bg_inab.jpg");
    background-position: center;
    padding: 0.7rem 0;
}

.paabout .papubcont {
    display: flex;
    justify-content: space-between;
}

.paabout .left {
    width: 34.2%;
    text-align: center;
}

.paabout .left img {
    width: auto;
    max-width: 100%;
}

.paabout .right {
    width: calc(65.8% - 0.5rem);
}


.paabout .right .title {
    font-size: 0.48rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 2;
}

.paabout .right .title::after {
    content: "";
    display: block;
    height: 1px;
    width: 1rem;
    background-color: #000;
    margin-top: 0.1rem;
}

.paabout .right .cont {
    padding: 0.4rem 0.4rem 0.4rem 0;
    color: #333;
    line-height: 1.8;
}

.paabout .right .cont em {
    font-style: normal;
    font-size: 0.48rem;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    color: #f4c600;
}

.breadcrumb {
    background-color: #fff;
}

.breadcrumb .pubcont {
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: left;
}

.breadcrumb .pubcont ul {
    height: 0.6rem;
    overflow: hidden;
}

.breadcrumb .pubcont ul li {
    float: left;
    line-height: 0.6rem;
}

.breadcrumb svg {
    width: 0.24rem;
    height: 0.24rem;
    fill: #000;
    margin-right: 0.1rem;
}

.papubcont .ptitle {
    font-size: 0.48rem;
    font-weight: 800;
    text-transform: uppercase;
}

.papubcont .ctitle {
    font-size: 0.28rem;
    font-weight: bold;
}

.c_list {
    margin: 0.5rem 0
}

.c_list ul {
    display: flex;
    justify-content: space-between;
}

.c_list li {
    width: calc((100% - 3.4rem) / 3);
    margin-right: 0.5rem;
    text-align: center;
    padding: 0.4rem;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #fff;
}

.c_list li:hover {
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.15);
}

.c_list li:nth-child(3n) {
    margin-right: 0;
}

.c_list li svg {
    width: 0.9rem;
    height: 0.9rem;
    fill: #F4C600;
}

.c_list li .title {
    font-size: 0.28rem;
    line-height: 2;
    font-weight: bold;
}

.c_list li .cont {
    color: #999;
}

.c_list li .cont a:link, .c_list li .cont a:visited {
    color: #999;
}

.c_list li .cont a:hover {
    color: #000;
}

.cmap {
    position: relative;
    height: 6rem;
}

.amap-logo, .amap-copyright {
    display: none !important;
}

.newslist li {
    width: 100%;
    margin-bottom: 0.2rem;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #fff;
}

.newslist li a {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem;
}

.newslist li:hover {
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.15);
}

.newslist li .sleft {
    width: 20%;
    overflow: hidden;
    line-height: 0;
}

.newslist li img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.newslist li:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.newslist li .sright {
    width: calc(80% - 0.3rem);
}

.newslist .stitle {
    font-size: 0.18rem;
    line-height: 2;
    font-weight: bold;
    height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newslist .stime {
    display: flex;
    align-items: center;
    padding: 0.1rem 0;
    color: #999;
}

.newslist .stime svg {
    width: 0.24rem;
    height: 0.24rem;
    fill: #999;
    margin-right: 0.1rem;
}

.newslist .sdesc {
    color: #999;
    line-height: 1.6;
    height: 0.512rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newslist .smore {
    width: 1.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    display: block;
    margin-top: 0.1rem;
    border: solid 1px #000;
    border-radius: 0.4rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.newslist li:hover .smore {
    border: solid 1px #FECF02;
    background-color: #FECF02;
}

.newslist li:hover .stitle {

}

.page {

}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination li {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border: solid 1px #ddd;
    margin: 0 0.05rem;
}

.pagination li.disabled {
    color: #999;
}

.pagination li.active {
    background-color: #FECF02;
    border: solid 1px #FECF02;
}

.pagination li a {
    display: block;
    width: 100%;
    height: 100%;
}

.pagination li a:hover {
    background-color: #FECF02;
}

.news_detail .title {
    font-size: 0.32rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}

.news_detail .dtime {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    line-height: 3;
    border-bottom: solid 1px #ddd;
    padding: 0.1rem 0;
}

.news_detail .dtime svg {
    width: 0.24rem;
    height: 0.24rem;
    fill: #999;
    margin-right: 0.1rem;
}

.news_detail .dtime svg:nth-child(2) {
    margin-left: 0.2rem;
}

.news_detail .cont {
    padding: 0.2rem 0;
    line-height: 1.8;
}

.article-prevnext {
    display: flex;
    justify-content: space-between;
    padding-top: 0.3rem;
    border-top: solid 1px #ddd;
}

.article-prevnext li {
    width: 48% !important;
    margin-bottom: 0 !important;
    line-height: 0.4rem;
    height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.article-prevnext li.right {
    text-align: right;
}

.article-prevnext li a {
    color: #666;
}

.article-prevnext li a:hover {
    color: #000;
}

.article-prevnext span {
    color: #999;
}

.pro_list {
    display: flex;
    justify-content: space-between;
}

.pro_list .left {
    width: 24%;
}

.pro_list .left .title {
    font-size: 0.24rem;
    font-weight: bold;
    height: 0.8rem;
    text-indent: 0.3rem;
    text-transform: uppercase;
    background-color: #FECF02;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro_list .left .title svg {
    width: 0.32rem;
    height: 0.32rem;
    fill: #000;
    margin-right: 0.2rem;
    cursor: pointer;
    display: none;
}

.pro_list .left .title.on svg {
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
}

.pro_list .left ul li {
    line-height: 0.6rem;
    margin-top: 1px;
}

.pro_list .left ul li svg {
    width: 0.16rem;
    height: 0.16rem;
}

.pro_list .left ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 0.6rem);
    height: 100%;
    padding: 0 0.3rem;
    background-color: #fff;
}

.pro_list .left ul li a.active {
    background-color: #FECF02;
}

.pro_list .left li span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pro_list .left ul li a:hover {
    background-color: #FECF02;
}
.pasmenu{
    display: none;
    margin-top: 0.01rem;
}
.pasmenu a{
    line-height: 0.44rem;
}
.pasmenu a.on{
    background-color: #FECF02!important;
}
.pasmenu.on{
    display: block;
}
.pro_list .right {
    width: calc(75% - 0.5rem);
}

.pro_slist ul {
    display: inline-block;

}

.pro_slist li {
    margin-right: 0.3rem;
    width: calc((100% - 0.6rem) / 3);
    float: left;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, .1);
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #fff;
}

.pro_slist li:nth-child(3n) {
    margin-right: 0;
}

.pro_slist .pic {
    overflow: hidden;
    border: solid 0.08rem #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pro_slist .title {
    line-height: 0.5rem;
    text-align: center;
    height: 0.5rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pro_slist .inquire {
    width: 1.2rem;
    height: 0.4rem;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    border-radius: 0.4rem;
    line-height: 0.4rem;
    background-color: #FECF02;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.pro_slist li img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pro_slist li:hover {
    background-color: #FECF02;
}

.pro_slist li:hover .pic {
    border: solid 0.08rem #FECF02;
}

.pro_slist li:hover .inquire {
    background-color: #000;
    color: #FECF02;
}

.pro_slist li:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.inquire_cont {
    position: fixed;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

.inquire_positon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.inquire_positon .cont {
    width: 100%;
    max-width: 12rem;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.inquire_positon .close {
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
}

.inquire_positon .close svg {
    width: 0.24rem;
    height: 0.24rem;
    fill: #000;
    cursor: pointer;
}

.inquire_positon .close svg:hover {
    transform: rotate(180deg);
    fill: #FECF02;
}

.inquire_positon .scont {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.inquire_positon .scont .left {
    width: calc((100% - 0.5rem) / 3);
    line-height: 1.8;
}

.inquire_positon .scont .left img {
    border: solid 1px #ddd;
}

.inquire_positon .scont .left p {
    color: #999;
}
.inquire_positon .scont .left p.ptitle{
    font-weight: bold;
    color: #000;
}
.inquire_positon .scont .left span {
    color: #000;
}

.inquire_positon .scont .right {
    width: calc(((100% - 0.5rem) / 3) * 2);
}

.inquire_positon .scont .right p {
    font-size: 0.28rem;
    line-height: 2;
}

.inquire_positon .scont .right li {
    margin-bottom: 0.2rem;
    line-height: 0;
}

.inquire_positon .scont .right textarea {
    padding: 0.1rem;
    width: calc(100% - 0.2rem);
    line-height: 1.8;
    border: solid 1px #ddd;
    font-size: 0.16rem;
    font-family: Arial, "Arial Black", sans-serif;
    border-radius: 0.03rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.inquire_positon .scont .right textarea:focus {
    border: solid 1px #000;
}

.inquire_positon .scont .right li:last-child {
    margin-bottom: 0;
}

.inquire_positon .scont .right li:last-child input {
    border: solid 1px #FECF02;
}

.inquire_positon .scont .right input {
    line-height: 0.5rem;
    width: 100%;
    text-indent: 0.1rem;
    font-size: 0.16rem;
    font-family: Arial, "Arial Black", sans-serif;
    border: solid 1px #ddd;
    border-radius: 0.03rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.inquire_positon .scont .right input:focus {
    border: solid 1px #000;
}

.inquire_positon .scont .right .leaveinquiry {
    font-size: 0.2rem;
    background-color: #FECF02;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.inquire_positon .scont .right .leaveinquiry:hover {
    background-color: #deb500;
}

.addjoin {
    padding-top: 0.3rem;
    display: inline-block;
    width: 100%;
}

.addjoin li {
    margin-bottom: 0.2rem;
    width: calc((100% - 0.5rem) / 2);
    float: left;
    margin-right: 0.5rem;
}

.addjoin li:nth-child(2n) {
    margin-right: 0;
}

.addjoin li:last-child {
    margin-bottom: 0;
}

.addjoin li:nth-child(5) {
    width: 100%;
}

.addjoin li input {
    width: calc(100% - 0.2rem);
    padding: 0 0.1rem;
    height: 0.5rem;
    border-radius: 3px;
    line-height: 0.5rem;
    font-size: 0.16rem;
    border: solid 1px #ddd;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.addjoin li input:focus {
    border: solid 1px #000;
}

.addjoin li textarea {
    width: calc(100% - 0.2rem);
    border: solid 1px #ddd;
    padding: 0.1rem;
    border-radius: 3px;
    font-size: 0.16rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.addjoin li textarea:focus {
    border: solid 1px #000;
}

.addjoin li:last-child {
    width: 100%;

}

.addjoin li .leavejoin {
    width: 100%;
    background-color: #FECF02;
    border: solid 1px #FECF02;
    font-size: 0.2rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.addjoin li .leavejoin:hover {
    background-color: #deb500;
}

.pro_detail .top {
    display: flex;
    justify-content: space-between;
}

.pro_detail .top .left {
    width: 43%;
}

.pro_detail .top .right {
    width: calc(57% - 0.5rem);
}

.pro_detail .top .right .title {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.2rem 0;
    border-bottom: solid 1px #ddd;
}

.pro_detail .top .right .parameter {
    padding: 0.2rem 0;
    color: #999;
    border-bottom: solid 1px #ddd;
}

.pro_detail .top .right .parameter li {
    line-height: 2;
}

.pro_detail .top .right .parameter span {
    color: #000;
}

.pro_detail .top .right .desc {
    padding: 0.2rem 0;
}

.pro_detail .top .right .inquiry {
    display: block;
    width: 1.5rem;
    height: 0.5rem;
    text-align: center;
    border-radius: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.2rem;
    font-weight: bold;
    background-color: #FECF02;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.pro_detail .top .right .inquiry:hover {
    background-color: #deb500;
}

.detail_desc {
    padding-top: 0.3rem;
}

.detail_desc .title {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #FECF02;
    font-size: 0.2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-indent: 0.2rem;
}

.detail_desc .cont {
    padding: 0.2rem;
    border-left: solid 0.01rem #ddd;
    border-right: solid 0.01rem #ddd;
    border-bottom: solid 0.01rem #ddd;
    width: calc(100% - 0.42rem);
    background-color: #fff;
}
.detail_desc .cont .table{
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
}
.detail_desc .cont .table td{
    border-left: solid 1px #ddd;
    border-top: solid 1px #ddd;
    padding: 0.05rem;
    word-break: break-all;
}
.detail_inquiry {
    padding-top: 0.3rem;
}

.detail_inquiry .title {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #FECF02;
    font-size: 0.2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-indent: 0.2rem;
}

.detail_inquiry .cont {
    padding: 0.2rem;
    border-left: solid 0.01rem #ddd;
    border-right: solid 0.01rem #ddd;
    border-bottom: solid 0.01rem #ddd;
    width: calc(100% - 0.42rem);
    display: inline-block;
    background-color: #fff;
}

.detail_inquiry .stitle {
    padding-top: 0.1rem;
}

.detail_inquiry .stitle span {
    font-size: 0.2rem;
    font-weight: bold;
}

.detail_inquiry .scont {
    width: 100%;
    display: inline-block;
    padding-top: 0.2rem;
}

.detail_inquiry .scont ul li {
    width: calc((100% - 0.4rem) / 3);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    float: left;
}

.detail_inquiry .scont ul li:nth-child(3) {
    margin-right: 0;
}

.detail_inquiry .scont ul li:nth-child(4) {
    margin-right: 0;
    width: 100%;
}

.detail_inquiry .scont ul li:last-child {
    margin-right: 0;
    width: 100%;
}

.detail_inquiry .scont ul li:last-child input {
    background-color: #FECF02;
    border: solid 0.01rem #FECF02;
    font-size: 0.2rem;
    font-weight: bold;
    cursor: pointer;
}

.detail_inquiry .scont ul li:last-child input:hover {
    background-color: #deb500;
}

.detail_inquiry .scont input {
    text-indent: 0.1rem;
    border: solid 0.01rem #ddd;
    width: calc(100% - 0.02rem);
    line-height: 0.5rem;
    border-radius: 0.03rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.detail_inquiry .scont input:focus {
    border: solid 0.01rem #000;
}

.detail_inquiry .scont ul li textarea {
    padding: 0.1rem;
    border: solid 0.01rem #ddd;
    width: calc(100% - 0.22rem);
    border-radius: 0.03rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.detail_inquiry .scont ul li textarea:focus {
    border: solid 0.01rem #000;
}

.sear_list li {
    padding-bottom: 0;
}

.sear_list li .title {
    margin-bottom: 0.3rem;
}

.zmpic_list {
    display: none;
    width: auto;
    max-width: 100%;
    overflow: hidden;
}

.zmpic_list img {
    width: auto;
    max-width: 100%;
    height: auto;

}

.zmpic_list .swiper-button-next {
    right: 0;
}

.zmpic_list .swiper-button-prev {
    left: 0;
}

.zmpic_list .swiper-pagination-bullet-active {
    background-color: #FECF02;
}

@media screen and (max-width: 1601px) {
    .paban {
        height: 3.2rem;
    }

    .papubcont {
        width: calc(100% - 0.4rem);
        padding: 0 0.2rem;
    }

}

@media screen and (max-width: 1441px) {

    .paabout .right .title {
        font-size: 0.42rem;
        line-height: 2;
    }

    .paabout .right .cont {
        padding: 0.3rem 0.4rem 0.3rem 0;
        color: #666;
    }

    .paabout .right .cont em {
        font-size: 0.42rem;
    }

    .inquire_positon .cont {
        width: 80%;
    }
    .pro_list .right{
        width: calc(75% - 0.4rem);
    }
}

@media screen and (max-width: 1281px) {
    .pacont {
        padding: 0.5rem 0;
    }

    .paban {
        height: 2.8rem;
    }

    .paban .txt p {
        font-size: 0.48rem;
    }

    .paabout .right {
        width: calc(65.8% - 0.3rem);
    }

    .papubcont .ptitle {
        font-size: 0.42rem;
    }

    .papubcont .ctitle {
        font-size: 0.24rem;
    }

    .paabout {
        padding: 0.5rem 0;
    }

    .c_list li {
        width: calc((100% - 1.8rem) / 3);
        margin-right: 0.3rem;
        text-align: center;
        padding: 0.3rem 0.2rem;
    }

    .c_list li svg {
        width: 0.8rem;
        height: 0.8rem;
    }

    .c_list li .cont {
        line-height: 1.5;
    }

    .cmap {
        height: 4.5rem;
    }

    .pro_slist li {
        margin-right: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .newslist li .sleft {
        width: 30%;
    }

    .newslist li .sright {
        width: calc(70% - 0.3rem);
    }

    .pro_list .right {
        width: calc(75% - 0.3rem);
    }

    .pro_list .left .title {
        text-indent: 0.15rem;
    }

    .pro_list .left ul li a {
        padding: 0 0.15rem;
        width: calc(100% - 0.3rem);
    }

    .inquire_positon .cont {
        padding: 0.3rem;
    }

    .inquire_positon .scont .right p {
        font-size: 0.24rem;
    }

    .inquire_positon .scont .right li {
        margin-bottom: 0.15rem;
    }

    .inquire_positon .scont .left {
        width: calc((100% - 0.3rem) / 3);
    }

    .inquire_positon .scont .right {
        width: calc(((100% - 0.3rem) / 3) * 2)
    }

    .inquire_positon .close {
        right: 0.2rem;
        top: 0.2rem;
    }

    .addjoin li {
        margin-right: 0.3rem;
        width: calc((100% - 0.3rem) / 2);
    }

    .pro_detail .top .right {
        width: calc(57% - 0.3rem);
    }

    .pro_slist .pic {
        border: solid 0.05rem #fff;
    }

    .pro_slist li:hover .pic {
        border: solid 0.05rem #FECF02;
    }
}

@media screen and (max-width: 1081px) {

    .paban {
        height: 2.4rem;
    }

    .paban .txt p {
        font-size: 0.42rem;
    }

    .paban .txt span {
        font-size: 0.16rem;
    }

    .paabout .right .title {
        font-size: 0.36rem;
        line-height: 2;
    }

    .paabout .right .cont em {
        font-size: 0.36rem;
    }

    .paabout .right .cont {
        padding: 0.2rem 0.4rem 0.2rem 0;
    }

    .paabout .right {
        width: calc(65.8% - 0.2rem);
    }

    .papubcont .ptitle {
        font-size: 0.36rem;
    }

    .papubcont .ctitle {
        font-size: 0.22rem;
    }

    .pro_list .left .title {
        font-size: 0.2rem;
    }
}

@media screen and (max-width: 769px) {
    .paban {
        padding-top: 0.7rem;
        height: 1.8rem;
    }

    .paban .txt p {
        font-size: 0.28rem;
    }

    .paban .txt span {
        font-size: 0.14rem;
    }

    .papubcont .ctitle {
        font-size: 0.18rem;
    }

    .newslist li a {
        padding: 0.2rem;
    }

    .newslist .stime {
        padding: 0;
    }

    .newslist .sdesc {
        height: 0.448rem;
    }

    .pro_list {
        display: block;
    }

    .pro_list .left {
        width: 100%;
        margin-bottom: 0.2rem;
        display: inline-block;
    }

    .pro_list .right {
        width: 100%;
    }

    .pro_list .left .title {

    }

    .pro_list .left .title svg {
        display: block;
    }

    .pro_slist li {
        width: calc((100% - 0.3rem) / 2);
    }

    .pro_slist li:nth-child(2n) {
        margin-right: 0;
    }

    .pro_slist li:nth-child(3), .pro_slist li:nth-child(9) {
        margin-right: 0.3rem;
    }

    .pro_list .left ul {
        display: none;
    }

    .pro_list .pro_detail .left ul {
        display: block;
    }

    .inquire_positon .scont .right textarea {
        font-size: 0.14rem;
    }

    .inquire_positon .scont .right input {
        font-size: 0.14rem;
    }

    .inquire_positon .scont .right p {
        line-height: 1.2;
        margin-bottom: 0.1rem;
    }
}

@media screen and (max-width: 751px) {

    .pacont {
        padding: 0.3rem 0;
    }

    .ksnav .cont {
        width: calc(100% - 0.3rem);
        padding: 0 0.15rem;
    }

    .breadcrumb .pubcont {
        width: calc(100% - 0.3rem);
        padding: 0 0.15rem;
    }

    .papubcont {
        display: block;
        width: calc(100% - 0.3rem);
        padding: 0 0.15rem;
    }

    .paabout .papubcont {
        display: block;
        width: calc(100% - 0.3rem);
        padding: 0 0.15rem;
    }

    .paabout {
        padding: 0.3rem 0;
    }

    .paabout .left {
        width: 80%;
        margin: 0 auto;
    }

    .paabout .right {
        width: 100%;
    }

    .paabout .right .title {
        font-size: 0.28rem;
        line-height: 1.2;
    }

    .paabout .right .cont {
        padding: 0.2rem 0;
    }

    .paabout .right .cont em {
        font-size: 0.28rem;
    }

    .foot .cont {
        width: calc(100% - 0.3rem);
        padding: 0 0.15rem 0.5rem;
    }

    .papubcont .ptitle {
        font-size: 0.28rem;
    }
    .pro_list .left ul li{
        line-height: 0.48rem;
    }
    .c_list {
        margin: 0.3rem 0 0;
    }

    .c_list ul {
        display: block;
    }

    .c_list li {
        margin-right: 0;
        margin-bottom: 0.2rem;
        width: calc(100% - 0.4rem);
        padding: 0.2rem;
    }

    .c_list li svg {
        width: 0.6rem;
        height: 0.6rem;
    }

    .c_list li .title {
        font-size: 0.24rem;
        line-height: 1.5;
    }

    .cmap {
        height: 3.5rem;
    }

    .newslist li a {
        display: block;
    }

    .newslist li .sleft {
        width: 100%;
    }

    .newslist li .sright {
        width: 100%;
    }

    .newslist .stitle {
        font-size: 0.16rem;
        height: 0.32rem;
    }

    .newslist .smore {
        display: none;
    }

    .news_detail .title {
        font-size: 0.24rem;
    }

    .newslist .stime svg {
        width: 0.2rem;
        height: 0.2rem;
    }

    .article-prevnext {
        display: block;
    }

    .article-prevnext li {
        width: 100% !important;
    }

    .article-prevnext li.right {
        text-align: left;
    }

    .news_detail .dtime svg {
        width: 0.2rem;
        height: 0.2rem;
        margin-right: 0.05rem;
    }

    .news_detail .dtime svg:nth-child(2) {
        margin-left: 0.1rem;
    }

    .pro_slist li {
        margin-right: 0.15rem;
        width: calc((100% - 0.15rem) / 2);
    }

    .pro_slist li:nth-child(3), .pro_slist li:nth-child(9) {
        margin-right: 0.15rem;
    }

    .pro_list .left .title {
        height: 0.5rem;
    }

    .pro_list .left .title svg {
        width: 0.24rem;
        height: 0.24rem;
    }

    .pro_slist .title {
        height: 0.4rem;
        line-height: 0.4rem;
    }

    .pro_slist li {
        padding-bottom: 0.15rem;
        margin-bottom: 0.15rem;
    }

    .inquire_positon .cont {
        width: 70%;
        padding: 0.25rem;
    }

    .inquire_positon .scont .left {
        display: none;
    }

    .inquire_positon .scont .right {
        width: 100%;
    }

    .inquire_positon .scont .right p {
        font-size: 0.16rem;
        line-height: 1.5;
    }

    .inquire_positon .scont .right li {
        margin-bottom: 0.1rem;
    }

    .inquire_positon .close {
        right: 0.15rem;
        top: 0.15rem;
        line-height: 0;
    }

    .inquire_positon .close svg {
        width: 0.2rem;
        height: 0.2rem;
    }

    .inquire_positon .scont .right input {
        font-size: 0.14rem;
    }

    .inquire_positon .scont .right .leaveinquiry {
        font-size: 0.18rem;
    }

    .addjoin li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 0.15rem;
    }

    .pro_detail .top {
        display: block;
    }

    .pro_detail .top .left {
        width: 100%;
        display: none;
    }

    .pro_detail .top .right {
        width: 100%;
    }

    .pro_detail .top .right .title {
        font-size: 0.22rem;
    }

    .detail_inquiry {
        padding-top: 0.15rem;
    }

    .detail_inquiry .explain {
        font-size: 0.14rem;
    }

    .detail_desc .title, .detail_inquiry .title {
        font-size: 0.16rem;
    }

    .detail_inquiry .stitle span {
        font-size: 0.18rem;
    }

    .detail_inquiry .scont ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.15rem;
    }

    .breadcrumb svg {
        margin-right: 0.05rem;
    }

    .sear_list li {
        padding-bottom: 0;
    }

    .sear_list li .title {
        margin-bottom: 0.15rem;
    }

    .pro_detail .top .right .inquiry {
        font-size: 0.18rem;
    }

    .detail_inquiry .scont ul li:last-child input {
        font-size: 0.18rem;
    }

    .zmpic_list {
        display: block;
    }
    .detail_desc .cont{
        width: calc(100% - 0.22rem);
        padding: 0.1rem;
    }
}

@media screen and (max-width: 321px) {

}