.CP_detail{
    padding: 0;
}
.Cp-lft{
    width: 295px;
    float: left;
    margin-right: 30px;
}
.Cp-rft{
    width: 875px;
    float:right;
}
.Pcate_box{
    color: white;
}
.Pcate_box .pub_nav{
    line-height: 75px;
    height: 75px;
    background: #fa7132 url("../image/PlBt.png") no-repeat left;
    color: white;
    font-size: 18px;
    border-radius: 7px 7px 0 0;
    background-position-x: 35px;
    text-align: center;
}
.Pcate_box .yjul{
    background-color: black;
    padding-bottom: 20px;
    /*border-bottom-right-radius: 7px;*/
    /*border-bottom-left-radius: 7px;*/
}
.Pcate_box .yjul .yjli{
    line-height: 70px;
    height: 70px;
    padding: 0 30px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.Pcate_box .yjul .yjcate{
    padding-right: 40px;
    border-bottom: 1px dashed white;
    position: relative;
}
.Pcate_box .yjul .yjcate.on{
    color: #fa7132;
}
.Pcate_box .yjcate .arrow{
    
}
.Pcate_box .yjcate .arrow::after{
    content: '';
    position: absolute;
    background: url(../image/Pl_item.png) no-repeat center;
    width: 11px;
    height: 21px;
    right: 0;
    top: 25px;
    transition: all 0.3s;
}
.Pcate_box .yjcate.on .arrow::after{
    content: '';
    position: absolute;
    background: url(../image/Pl_item.png) no-repeat center;
    width: 21px;
    height: 21px;
    right: 0;
    top: 25px;
    transition: all 0.3s;
    transform: rotate(90deg);
}
.Pcate_box .ejli{
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #cccccc;
}
.Pcate_box .ejcate.on{
    color: #fa7132;
}

.CPmkor_title{
    font-size: 24px;
    color: #fa7132;
    text-align: center;
    line-height: 2;
    margin-bottom: 12px;
}
.CPmkor_ys4{
    margin: 30px 0;
    line-height: 2;
}
.Cp_switch{
    color: white;
    height: 70px;
    line-height: 70px;
    background-color: black;
}
.Cp_switch li{
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
    padding: 20px 0;
}
.Cp_switch li span{
    display: block;
    line-height: 30px;
    border-right: 1px solid white;
}
.Cp_switch li.cur{
    background-color: #fa7132;
}
.Cp_switch li.cur span{
    border: none;
}
.Cp_switch li:last-child span{
    border-right: none;
}


.CPc_all .Cp_cot{
    display: none;
    margin: 30px 0;
}
.filter_box{
    padding: 20px;
    background-color: #eeeeee;
    position: relative;
}
.screen_top{
    
}
.filter_lt{
    width: 60%;
    float: left;
}
.filter_rt{
    position: absolute;
    width: 40%;
    left: 60%;
    height: 70%;
}
.filter_rt .subbtn{
    position: absolute;
    bottom: 0;
    border: none;
    background-color: #fa7132;
    color: white;
    border-radius: 5px;
    height: 29px;
    line-height: 29px;
    width: 145px;
}
.fixed-select select{
    width: 100%;
    height: 30px;
    background-color: white;
    border: none;
}
.screen_top .fixed-select{
    width: 195px;
    height: 30px;
    float: left;
    padding-right: 35px;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}
.screen_top .fixed-select:after{
    position: absolute;
    content: '›';
    left: auto;
    height: 100%;
    right: -5px;
    top: -20px;
    font-size: 36px;
    cursor: pointer;
    color: #000;
    z-index: 1;
}

.screen_bottom{

}
.screen_bottom .box{
    width: 30%;
    float: left;
    margin-right: 3%;
    display: inline-block;
}

.scrollable-table {
    margin: 30px 0;
    max-width:100%;
    overflow:auto
}

table.product-results {
    min-width:100%;
    margin-bottom:0;
    margin-top:2.15385rem;
}
table.product-results thead{
    border-bottom:2px solid #6F6F6F;
    display: table-caption;
}
table.product-results thead tr th {
    font-weight:bold;
    /*width:12.5%;*/
    font-size: 14px;
    /*max-width:12.5%;*/
    color:#333333;
}
table.product-results thead tr th:last-child {
    max-width:2.30769rem;
    padding:0;
    display:none
}
table.product-results thead tr th:first-child {
    /*width:15.5%;*/
}
table.product-results tbody tr:first-child{
    border-top: none;
}
table.product-results tbody tr{
    border-top: 1px solid #e3e3e3;
    display: block;
}
table.product-results tbody tr td:first-child{
    /*width: 17%;*/
}
table.product-results tbody tr td {
    font-size: 14px;
    /*width: 14.2%;*/
    padding: 13.5px 0;
    display:table-cell;
}

table.product-results thead tr th:first-child{
    width: 170px!important;
}
table.product-results tbody tr td:first-child{
    width: 170px!important;
}
table.product-results thead tr th{
    width: 170px;
}
table.product-results tbody tr td{
    width: 170px;
}



table.product-results tbody tr td img{
    max-width: unset;
}
table.product-results tbody tr td p {
    margin-bottom:0
}
table.product-results tbody tr td.show-for-medium-up {
    display:none !important
}
.offer_box{

}
.offer_box .offer-tit{
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    color: #fa7132;
    letter-spacing: 6px;
    margin-bottom: 15px;
}
.offer-switch{
    position: relative;
}
.offer-switch .offer-lt{
    width: 190px;
    float: left;
}
.offer-switch .offer-lt ul li{
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: black;
    cursor: pointer;
}
.offer-switch .offer-lt ul li.cur{
    background-color: #fa7132;
}
.offer-switch .offer-rt{
    position: absolute;
    left: 190px;
    width: 1010px;
    padding: 15px 20px;
    height: 100%;
    background-color: #eeeeee;
}
.offer-switch .offer-rt .offermark{
    display: block;
    margin-top: 10px;
}
.offer-switch .offer-rt .offermark span{
    color: #fa7132;
    font-size: 18px;
}
.offer-switch .offer-rt .offer-tab .offerbtn{
    border: none;
    background-color: #fa7132;
    color: white;
    height: 30px;
    line-height: 30px;
    width: 100px;
    border-radius: 5px;
    margin-right: 30px;
}
.offer-switch .offer-rt .offer-tab input{
    background-color: white;
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    margin-right: 20px;
    width: 140px;
}
.offer-switch .offer-rt .offer-tab .offer-p{
    line-height: 2.8;
    font-size: 14px;
}
.product_title{
    text-align: center;
    padding: 30px 0 40px;
    font-size: 30px;
    color: #fa7132;
}

.case_relevant{
    margin-bottom: 50px;
}
.case_relevant .casetit{
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 3;
    margin-bottom: 30px;
}
.case_relevant .casecot{
    position: relative;
    height: 300px;
    margin-bottom: 30px;
}
.case_relevant .casecot .caseparam{
    width: 600px;
    float: left;
    height: 300px;
}
.case_relevant .casecot .caseimg{
    width: 600px;
    position: absolute;
    height: 100%;
    left: 600px;
    float: left;
}
.case_relevant .casecot .caseimg img{
    height: 100%;
}

.case_relevant .caseintro{
    background-color: #fa7132;
    color: white;
    font-size: 12px;
    padding: 10px 20px;
}
.news_relevant{

}
.news_relevant .newstit{
    font-size: 14px;
    color: #333333;
    width: 550px;
    float: left;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    margin-right: 100px;
}
.news_relevant .newstit:nth-child(2n){
    margin-right: 0;
}
.news_relevant .newstit:before{
    position: absolute;
    content: '';
    width: 10px;
    top: 20px;
    height: 10px;
    background-color: #fa7132;
    border-radius: 50px;
}
.news_relevant .newstit .ntit{
    display: inline-block;
    width: 450px;
    text-indent: 1.5em;
}
.news_relevant .newstit .ntime{
    color: #999999;
    float: right;
    text-align: right;
}
.cert_cont{

}
.cert_cont .cert_item{
    width: 277px;
    height: 370px;
    float: left;
    /*display: inline-block;*/
    margin-right: 50px;
    /*margin-bottom: 30px;*/
    border: 1px solid #eeeeee;
}
/*.cert_cont .cert_item:nth-child(4n){
    margin-right: 0;
}*/

.public_lt{
    width: 295px;
    float: left;
    margin-right: 30px;
}
.public_rt{
    width: 875px;
    float: right;
}

.newsPage .item {
    width: 100%;
    height: 220px;
    padding: 26px 0;
    transition: all .5s;
    border-bottom: 1px solid #eeeeee;
}
.newsPage .item a {
    width: 100%;
    display: block;
}
.newsPage .item img {
    width: 225px;
    height: 168px;
    display: block;
    margin: 0 30px;
}
.newsPage .item h3 {
    font-size: 18px;
    padding: 25px 0 20px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #333333;
}
.newsPage .item .txt {
    color: #777777;
    line-height: 24px;
    height: 70px;
    padding-right: 20px;
    overflow: hidden;
    font-size: 14px;
}
.newsPage .item .time {
    width: 130px;
    padding: 25px 25px 25px 35px;
    margin-top: 20px;
    border-left: 1px solid #eee;
    font-family: arial;
    font-size: 18px;
    color: #999;
    text-align: center;
}
.newsPage .item .time .day {
    font-size: 16px;
    line-height: 45px;
    display: block;
}
.newsPage .item .time .year {
    font-size: 14px;
    line-height: 45px;
    display: block;
}
.newsPage .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-left: 15px;
}
.newsPage .item:hover h3 {
    color: #fa7132;
}
.newsPage .item:hover .time .day span {
    background: #6d6d6d;
}
.newsPage .item:hover .time .day strong {
    background: #fa7132;
    color: #fff;
}
.newsPage .item.items img {
    width: auto;
    max-width: 300px;
}

.top50 {
    height: 50px;
}
.top10 {
    height: 10px;
}
.wuyou { width:100%; margin:0 auto; background:url(../image/adv.jpg) center no-repeat; height:486px;}
.wy_bt { width:1200px; margin:0 auto; text-align:center; font-size:18px; color:#fff;  line-height: 46px;}
.wy_bt p {font-size:40px; font-weight:bold;}
.wy1200 { width:1200px; margin:0 auto; height:auto;}
.wy1200 li { width:208px; float:left; background:url(../image/20190222144115_182974371.png) center no-repeat; height:282px; margin-left:40px;list-style: none;}
.wy_tu { width:69px; height:52px; margin:0 auto; margin-top: 24px;}
.wy_wz{ width:208px; text-align:center; padding:5px 20px; font-size:14px; color:#999;line-height:26px;}
.wy_wz p{font-size:18px; color:#222222; font-weight:bold; line-height:38px;}
.wy1200 li:hover{ transition: all 0.5s linear; transform:translate(0,10px);    -webkit-transform:translate(0,10px);    -moz-transform:translate(0,10px);    -o-transform:translate(0,10px);    -ms-transform:translate(0,10px);}



