@charset "utf-8";
/*广告图*/
.ny-banner{
    position: relative;
    /* height: 500px; */
    overflow: hidden;
}
.ny-banner .img{
    /* position: absolute; */
    /* left: 50%; */
    /* margin-left: -960px; */
}
.ny-banner .img img{
    /* height: 500px; */
    /* max-width: inherit; */
    width: 100%;
}
.ny-banner .porf{
    position: absolute;
    z-index: 999999;
    top: 0;
    text-align: center;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    height: 100%;
}
.ny-banner .wz{
    color: #fff;
}
.ny-banner .wz .wz01{
    font-size: 5rem;
}
.ny-banner .wz .wz02{
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1;
}


/*位置*/
.location{
    line-height: 5rem;
    height: 5rem;
    background: #f8f8f8;
}
.location .wz-fl{
    color: #999;
}
.location .wz-fl i{
    color: #c92e22;
    font-size: 1.6rem;
}
.location .wz-fl a{
    color: #666;
    margin: 0 5px;
}
.location .wz-fl a:hover{
    color: #005fbb;
}
.location .wz-fr ul li{
    float: left;
    margin-left: 2rem;
}
.location .wz-fr ul li:first-child{
    margin-left:0;
}
.location .wz-fr ul li a{
    color: #666;
    display: block;
    height: 45px;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.location .wz-fr ul li a:hover,.location .wz-fr ul li a.on{
    color: #c92e22;
    border-bottom: 3px solid #c92e22;
}


/*通用*/
.nycon{
    padding: 7rem 0;
}
.nycon.f4f4{
    background: #f4f4f4;
}
.nyfr-bj{
    background: #f5f5f5;
    padding: 3rem;
}


/*左边导航*/
.nnav-fl{
    background: #fff;
}
.nnav-fl .bt{
    background: #141414;
    color: #fff;
    text-align: center;
    font-size: 3rem;
    height: 8rem;
    line-height: 8rem;
}
.nnav-fl .fl-list{
    border: 1px solid #dbdbdb;
}
.nnav-fl .fl-list ul li{
    line-height: 6rem;
    height: 6rem;
    border-top: 1px solid #dbdbdb;
    text-align: center;
}
.nnav-fl .fl-list ul li:first-child{
    border:0;
}
.nnav-fl .fl-list ul li a{
    font-size: 2rem;
    display: block;
    padding: 0 3rem;
}
.nnav-fl .fl-list ul li a:hover{
    color: #fff;
    background: #005fbb;
}


/*关于我们*/
.nabout{
    min-height: 60rem;
}
.nabout .nabout-tit{
    font-size: 2.6rem;
    color: #000;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}
.nabout .nabout-brief{
    line-height: 2.8rem;
}


/*产品中心*/
.nypro{
    margin-bottom: 3rem;
    display: table;
    width: 100%;
}
.nypro-list{
    background: url(../images/nypro-bj.png) top right no-repeat #f5f5f5;
    overflow: hidden;
    margin-top: 0;
    border: 1px solid #f5f5f5;
    padding: 2rem;
    width: 32%;
    float: left;
    margin-bottom: 3rem;
    margin-right: 2%;
}
.nypro-list:nth-child(3n){
    margin-right: 0;
}
.nypro-list:first-child{
    margin-top: 0;
}
.nypro-list:hover{
    border:1px solid #005fbb;
}
.nypro-list .bigimg{
    /* float: left; */
    width: 100%;
}
.nypro-list .bigimg img{
    width: 100%;
}
.nypro-list:hover .bigimg img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.nypro-list .wz{
    /* float: right; */
    width: 100%;
    position: relative;
}
.nypro-list .wz .bt{
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-top: 1rem;
}
.nypro-list .wz .brief{
    margin-top: 2rem;
    display: none;
}
.nypro-list .wz .more{
    display:none;
}
.nypro-list .wz .brief p{
    font-size: 1.8rem;
    color: #666;
}
.nypro-list .wz .more a{
    display: block;
    background: #005fbb;
    color: #fff;
    width: 14rem;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    font-size: 2rem;
    margin-top: 3rem;
}
.nypro-list .wz .pdf{
    position: absolute;
    right: 5rem;
    bottom: 0;
}


/*新闻资讯*/
.nnews{
    overflow: hidden;
}
.nnews ul{
    margin-left: -2rem;
    margin-right: -2rem;
}
.nnews li{
    padding: 0 2rem 4rem 2rem;
}
.nnews-list:hover{
    border: 1px solid #005fbb;
}
.nnews-list{
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.nnews-list .bigimg img{
    width: 100%;
}
.nnews-list:hover .bigimg img{    
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.nnews-list dl{
    padding: 2rem;
}
.nnews-list dl dt{
    font-size: 1.8rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 3rem;
}
.nnews-list:hover dl dt{
    color: #005fbb;
}
.nnews-list dl dd{
    color: #878787;
    margin: 1.5rem 0;
    font-size: 1.6rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.nnews-list dl .date span{
    color: #999;
}
.nnews-list dl .date span i{
    margin-right: .5rem;
}
.newsdetail .title{
    font-size: 2rem;
    font-weight: bold;
}
.newsdetail .date{
    margin: 2rem 0;
}
.newsdetail .date span{
    color: #666;
}
.newsdetail .date span i{
    margin-right: .5rem;
}
.newsdetail .date span.mar{
    margin-left: 3rem;
}
.newsdetail .breif{
    line-height: 2.8rem;
}
.newsdetail .sxp{
    margin-top: 4rem;
    border-top: 1px solid #d5d5d5;
    line-height: 4rem;
}
.newsdetail .sxp .kdu{
    float: left;
    width: 50%;
    color: #666;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.newsdetail .sxp .kdu.tar{
    text-align: right;
}
.newsdetail .sxp .kdu a{
    color: #666;
}
.newsdetail .sxp .kdu a:hover{
    color:#005fbb
}
.news-tj{
    margin-top: 3rem;
}
.news-tj .bt{
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 2rem;
}
.news-tj .bt span{
    color: #e1e1e1;
    margin-left: 1rem;
}
.news-tj .bt a{
    float: right;
}
.news-tj ul li{
    padding: 0 1rem 1rem;
}
.news-tj ul li a{
    position: relative;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    display: block;
    padding-left: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}
.news-tj ul li a:before{
    content:"";
    width: 4px;
    height: 4px;
    background: #979797;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}
.news-tj ul li a:hover{
    color: #005fbb;
}



/*联系我们*/
.ncontact .bt{
    font-size: 2.4rem;
    color: #000;
    font-weight: bold;
}
.ncontact .bt img{
    height: 4.5rem;
    margin-right: 2rem;
}
.ncontact .lxdl{
    margin-top: 4rem;
}
.ncontact .lxdl dl{
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 2rem;
    margin-right: 0;
    margin-top: 4rem;
}
.ncontact .lxdl dl:first-child{
    margin-top:0;
}
.ncontact .lxdl dl:nth-child(2n){
    margin-right: 0;
}
.ncontact .lxdl dl dt{
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
.ncontact .lxdl dl p{
    font-size: 2rem;
    color: #666;
    line-height: 4rem;
    margin-top: 0;
}
.ncontact .lxdl dl p a{
    color: #666;
}
.ncontact .lx-ditu {
    width: 100%;
    height: 550px;
    margin-top: 3rem;
}


/*信息中心*/
.photo-list ul{
    margin-left: -2rem;
    margin-right: -2rem;
}
.photo-list ul li{
    padding: 0 2rem 3rem 2rem;
}
.photo-list ul li a{
    display: block;
    background: #fff;
}
.photo-list ul li img{
    width: 100%;
}
.photo-list ul li a:hover img{    
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.photo-list ul li p{
    text-align: center;
    line-height: 5rem;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding: 0 1rem;
}


/*留言*/
.message .wz{
    font-size: 2rem;
    text-align: center;
    width: 85%;
    margin: auto;
}
.message form{
    width: 80%;
    margin: 3rem auto 0;
}
.message .yzm label{
    margin: 0;
    line-height: 4.5rem;
}
.message .yzm input{
    height: 4.5rem;
    line-height: 4.5rem;
}
.message .yzm img{
    height: 4.5rem;
}
.message button{
    width: 100%;
    background: #005fbb;
    color: #fff;
    margin-top: 2rem;
    line-height: 5rem;
    padding: 0;
    font-size: 2rem;
}




/*产品详情*/
.proslider .slider-for {
    margin-bottom:20px;
}
.proslider .slider-for img {
    width:100%;
    display:block;
    height:450px;
}
.proslider .slider-nav .slick-prev,.proslider .slider-nav .slick-next,.proslider .slider-for .slick-prev,.proslider .slider-for .slick-next {
    display: none!important;
}
.proslider .slider-nav .slick-slide {
    margin-right:5px;
    cursor:pointer;
}
.proslider .slider-nav .slick-slide img {
    display:block;
    height: 100%;
}
.proslider .slider-nav .slick-current img {
    border: 2px #005fbb solid;
}
.proslider .slider-nav .slick-track {
    width:5000px!important;
}

.npro-detail {
    float:right;
    width:78%;
}
.npro-bj {
    background:#fff;
    /* padding:2rem;
    */
}
.prodetail-img {
    /* display:flex;
    */

width:100%;
}
.prodetail-img .progrid {
    float:left;
    width:40%;
}
.progrid .thumbnail {
    display:table-footer-group;
}
.progrid .thumbnail img {
    display:block;
}
.progrid .thumbnails {
    margin-top:2rem;
}
.progrid .thumbnails .grid {
    float:left;
    width:19%;
    margin-right:1.25%;
    height:85px;
    overflow:hidden;
    margin-bottom:5px;
}
.progrid .thumbnails .grid:nth-child(5n) {
    margin-right:0;
}
.progrid .thumbnails .grid:first-child {
    margin-left:0;
}
.progrid .thumbnails img {
    border:1px solid #dbdbdb;
    width:100%;
}
.prodetail-wz {
    float:right;
    width:57%;
    margin-left:3%;
    position:relative;
}
.prodetail-wz .wz {
    font-size:2.4rem;
    line-height:1;
    font-weight:bold;
    color: #005fbb;
}
.prodetail-wz .wz span {
    display:block;
    color:#666;
    font-size:16px;
    margin-top:1rem;
}
.prodetail-wz .cs {
    margin-top:2rem;
    line-height:3.2rem;
    background:#F8F8F8;
    padding:2rem;
    border:1px solid #EAEAEA;
}
.prodetail-wz .cs p {
    font-size:1.6rem;
}
.prodetail-wz .lx {
    margin-top:3rem;
}
.prodetail-wz .lx a {
    background: #005fbb;
    color:#fff;
    line-height:4rem;
    display:block;
    font-size:1.6rem;
    border-radius:10px;
    width:120px;
    text-align:center;
    float:left;
    margin-right:2rem;
}
.prodetail-wz .lx a.ewm{
    position: relative;
}
.prodetail-wz .lx a.ewm dl{
    position: absolute;
    background: #eee;
    padding: 1rem;
    display: none;
    width: 200px;
}
.prodetail-wz .lx a.ewm:hover dl{
    display:block;
}
.prodetail-wz .lx a.ewm dl dt{
    color: #333;
    line-height: 3rem;
    margin: 0;
    font-weight: 400;
}
.prodetail-wz .lx a.ewm dl dd{}
.prodetail-wz .lx p {
    line-height:4rem;
    color:#C11212;
    font-size:2.8rem;
    font-weight:bold;
    margin-bottom:20px;
}
.prodetail-wz .lx p span {
    }.prodetail-wz .tel {
    background:url(../images/prodet-tel.png) left center no-repeat;
    padding-left:40px;
    margin-top:3rem;
}
.prodetail-wz .tel span {
    display:block;
    font-size:1.6rem;
}
.prodetail-wz .tel em a {
    display:block;
    font-size:2.4rem;
    color: #ff0000;
    line-height:3.5rem;
}
.prodetail-wz .tel em a i{
    font-style: normal;
    font-size: 1.6rem;
    color: #666;
}
.prodetail-con {
    margin-top:4rem;
    border:1px solid #EAEAEA;
}
.prodetail-con .contit {
    border-bottom: 3px solid #005fbb;
    height:6rem;
    line-height:6rem;
    background:#f2f2f2;
}
.prodetail-con .contit span {
    display:block;
    float:left;
    padding:0 5rem;
    background: #005fbb;
    color:#fff;
    font-size:2.2rem;
}
.prodetail-con .conny {
    line-height:2.8rem;
    font-size:1.6rem;
    padding:2rem;
    margin:auto;
}
.prodetail-con .conny .bt {
    background:#ddbe08;
    color:#fff;
    line-height:5rem;
    height:5rem;
    padding:0 2rem;
}
.prodetail-con .cptd p {
    background:#EAEAEA;
    padding:1rem 2rem;
}
.prodetail-con .cptd p:nth-child(2n) {
    background:#F8F8F8
}
.prodetail-con .conny .cptd,.prodetail-con .conny .clcs,.prodetail-con .conny .cpjs {
    margin-bottom:3rem;
    font-size:1.8rem;
}
.prodetail-con .conny .brief {
    background:#F8F8F8;
    padding:2rem;
    font-size:1.8rem;
    line-height:3.5rem;
}
.prodetail-con .conny .bt span {
    font-size:2rem;
    display:block;
    padding-left:4rem;
}
.prodetail-con .conny .bt span.tb01 {
    background:url(../images/pj_cp_icon_01.png) left center no-repeat
}
.prodetail-con .conny .bt span.tb02 {
    background:url(../images/pj_cp_icon_02.png) left center no-repeat
}
.prodetail-con .conny .bt span.tb03 {
    background:url(../images/proxq-tb03.png) left center no-repeat
}
.prodetail-con .conny table {
    border:1px solid #999!important;
    width:100%;
}
.prodetail-con .conny table td {
    padding:1rem;
    border:1px solid #999!important;
    line-height:4rem;
    height:4rem;
}

.sxp {
    border-top:1px dashed #ddd;
    padding-top:1rem;
    margin-top:3rem;
}
.sxp ul li {
    font-size:16px;
    line-height:36px;
}
.sxp ul li a {
    color:#666;
}
.sxp ul li a:hover {
    color: #005fbb;
}




@media (max-width:1024px){
    .nnav-fl{
        display: none;
    }

    /*位置*/
    .location{
        line-height: 4rem;
        height: 4rem;
    }

    /*广告图*/
    .ny-banner{
        height: 15rem;
    }
    .ny-banner .img{
        margin-left: -47.5rem;
    }
    .ny-banner .img img{
        height: 15rem;
        /* width: 100%; */
    }
    /*通用*/
    .nycon{
        padding: 5rem 0;
    }
    .nyfr-bj{
        padding: 2rem;
    }

    /*新闻资讯*/
    .nnews{
        overflow: hidden;
    }
    .nnews ul{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .nnews li{
        padding: 0 1rem 2rem 1rem;
    }
    .nnews-list dl{
        padding: 2rem;
    }
    .nnews-list dl dt{
        font-size: 1.8rem;
        -webkit-line-clamp: 2;
        line-height: 2.5rem;
        height: 5rem;
    }
    .nnews-list dl dd{
        margin: 1rem 0;
    }
    .newsdetail .title{
        font-size: 2rem;
        font-weight: bold;
    }
    .newsdetail .date span i{
        margin-right: .5rem;
    }
    .newsdetail .date span.mar{
        margin-left: 2rem;
    }
    .newsdetail .sxp{
        margin-top: 3rem;
        line-height: 3rem;
        padding-top: 1rem;
    }
    .newsdetail .sxp .kdu{
        width: 100%;
    }
    .newsdetail .sxp .kdu.tar{
        text-align: right;
    }
    .newsdetail .sxp .kdu a{
        color: #666;
    }
    .newsdetail .sxp .kdu a:hover{
        color:#005fbb
    }
    .news-tj{
        margin-top: 2rem;
    }
    .news-tj .bt a{
        font-size: 1.6rem;
    }
    .news-tj ul li{
        padding: 0 1rem 1rem;
    }

    /*产品中心*/
    .nypro{
        margin-bottom: 3rem;
    }
    .nypro-list{
        background: url(../images/nypro-bj.png) top right no-repeat #f5f5f5;
        overflow: hidden;
        margin-top: 2rem;
        border: 1px solid #f5f5f5;
    }
    .nypro-list:first-child{
        margin-top: 0;
    }
    .nypro-list:hover{
        border:1px solid #005fbb;
    }
    .nypro-list .bigimg{
        float: left;
        width: 100%;
    }
    .nypro-list .bigimg img{
        width: 100%;
    }
    .nypro-list:hover .bigimg img{
        transform: scale(1.05,1.05);
        -ms-transform: scale(1.05,1.05);    /* IE 9 */
        -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
        -o-transform: scale(1.05,1.05); /* Opera */
        -moz-transform: scale(1.05,1.05);   /* Firefox */
    }
    .nypro-list .wz{
        float: right;
        width: 100%;
        padding: 2rem;
        position: relative;
    }
    .nypro-list .wz .bt{
        font-size: 2rem;
        font-weight: bold;
    }
    .nypro-list .wz .brief{
        margin-top: 1rem;
    }
    .nypro-list .wz .brief p{
        font-size: 1.4rem;
        color: #666;
    }
    .nypro-list .wz .more a{
        width: 10rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.6rem;
        margin-top: 2rem;
    }
    .nypro-list .wz .pdf{
        right: 2rem;
        bottom: 2rem;
    }

    /*关于我们*/
    .nabout{
        min-height: 60rem;
    }
    .nabout .nabout-tit{
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }

    /*信息中心*/
    .photo-list ul{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .photo-list ul li{
        padding: 0 1rem 2rem 1rem;
    }
    .photo-list ul li p{
        line-height: 4rem;
    }

    
    /*留言*/
    .message .wz{
        font-size: 1.6rem;
        width: 100%;
    }
    .message form{
        width: 100%;
        margin: 2rem auto 0;
    }
    .message .yzm label{
        margin: 0;
        line-height: 4rem;
    }
    .message .yzm input{
        height: 4rem;
        line-height: 4rem;
    }
    .message .yzm img{
        height: 4rem;
    }
    .message button{
        line-height: 4rem;
        font-size: 1.8rem;
        margin-top: 1rem;
    }


    /*联系我们*/
    .ncontact{
        margin-bottom: 3rem;
    }
    .ncontact .bt{
        font-size: 2.4rem;
        color: #000;
        font-weight: bold;
    }
    .ncontact .bt img{
        height: 4.5rem;
        margin-right: 2rem;
    }
    .ncontact .lxdl{
        margin-top: 2rem;
    }
    .ncontact .lxdl dl{
        padding-bottom: 2rem;
        margin-top: 3rem;
    }
    .ncontact .lxdl dl dt{
        font-size: 2rem;
    }
    .ncontact .lxdl dl dd{
        font-size: 1.6rem;
        line-height: 3rem;
    }


    .npro-detail {
        float:right;
        width:78%;
    }
    .npro-bj {
        background:#fff;
        /* padding:2rem;
        */
    }
    .prodetail-img {
        display: block;
    }
    .prodetail-img .progrid {
        width: 100%;
    }
    .progrid .thumbnail {
        display:table-footer-group;
    }
    .progrid .thumbnail img {
        display:block;
    }
    .progrid .thumbnails {
        margin-top:2rem;
    }
    .progrid .thumbnails .grid {
        float:left;
        width:19%;
        margin-right:1.25%;
        height:85px;
        overflow:hidden;
        margin-bottom:5px;
    }
    .progrid .thumbnails .grid:nth-child(5n) {
        margin-right:0;
    }
    .progrid .thumbnails .grid:first-child {
        margin-left:0;
    }
    .prodetail-wz {
        width: 100%;
        margin-left: 0;
        margin-top: 3rem;
    }
    .prodetail-wz .wz span {
        display:block;
        color:#666;
        font-size:16px;
        margin-top:1rem;
    }
    .prodetail-wz .cs {
        padding: 1rem;
    }
    .prodetail-wz .cs p {
        font-size:1.6rem;
    }
    .prodetail-wz .lx {
        margin-top: 2rem;
    }
    .prodetail-wz .lx a {
        width: 35%;
        margin-right: 2rem;
    }
    .prodetail-wz .lx a.ewm{
        position: relative;
    }
    .prodetail-wz .lx a.ewm dl{
        position: absolute;
        background: #eee;
        padding: 1rem;
        display: none;
        width: 200px;
    }
    .prodetail-wz .lx a.ewm:hover dl{
        display:block;
    }
    .prodetail-wz .lx a.ewm dl dt{
        color: #333;
        line-height: 3rem;
        margin: 0;
        font-weight: 400;
    }
    .prodetail-wz .lx a.ewm dl dd{}
    .prodetail-wz .lx p {
        line-height:4rem;
        color:#C11212;
        font-size:2.8rem;
        font-weight:bold;
        margin-bottom:20px;
    }
    .prodetail-wz .lx p span {
        }.prodetail-wz .tel {
        background:url(../images/prodet-tel.png) left center no-repeat;
        padding-left:40px;
        margin-top:3rem;
    }
    .prodetail-wz .tel span {
        display:block;
        font-size:1.6rem;
    }
    .prodetail-wz .tel em a {
        display:block;
        font-size:2.4rem;
        color: #ff0000;
        line-height:3.5rem;
    }
    .prodetail-wz .tel em a i{
        font-style: normal;
        font-size: 1.6rem;
        color: #666;
    }
    .prodetail-con {
        margin-top: 3rem;
    }
    .prodetail-con .contit {
        height: 5rem;
        line-height: 5rem;
    }
    .prodetail-con .contit span {
        padding:0 3rem;
        font-size:2rem;
    }
    .prodetail-con .conny {
        line-height:2.8rem;
        font-size:1.6rem;
        padding:2rem;
        margin:auto;
    }
    .prodetail-con .conny .bt {
        background:#ddbe08;
        color:#fff;
        line-height:5rem;
        height:5rem;
        padding:0 2rem;
    }
    .prodetail-con .cptd p {
        background:#EAEAEA;
        padding:1rem 2rem;
    }
    .prodetail-con .cptd p:nth-child(2n) {
        background:#F8F8F8
    }
    .prodetail-con .conny .cptd,.prodetail-con .conny .clcs,.prodetail-con .conny .cpjs {
        margin-bottom:3rem;
        font-size:1.8rem;
    }
    .prodetail-con .conny .brief {
        background:#F8F8F8;
        padding:2rem;
        font-size:1.8rem;
        line-height:3.5rem;
    }
    .prodetail-con .conny .bt span {
        font-size:2rem;
        display:block;
        padding-left:4rem;
    }
    .prodetail-con .conny .bt span.tb01 {
        background:url(../images/pj_cp_icon_01.png) left center no-repeat
    }
    .prodetail-con .conny .bt span.tb02 {
        background:url(../images/pj_cp_icon_02.png) left center no-repeat
    }
    .prodetail-con .conny .bt span.tb03 {
        background:url(../images/proxq-tb03.png) left center no-repeat
    }
    .prodetail-con .conny table {
        border:1px solid #999!important;
        width:100%;
    }
    .prodetail-con .conny table td {
        padding:1rem;
        border:1px solid #999!important;
        line-height:4rem;
        height:4rem;
    }

}