@charset "utf-8";

/* 产品列表 */

.cplb .container {
    overflow: visible;
}

.cplbbox {
    display: flex;
}

.cplbbox_l {
    width: 25%;
}

.cplbnav_t {
    position: relative;
    height: 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #2899e1;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    overflow: hidden;
    text-align: center;
    margin-top: -135px;
}

.cplbnav_th {
    font-size: 30px;
    color: #fff;
}

.cplbnav_tp {
    margin-top: 5px;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    text-transform: uppercase;
}

.cplbnav_b {
    background-color: #f5f5f5;
}

.cplbnav_bitemt {
    display: flex;
    height: 50px;
    line-height: 50px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    border-top: 1px solid #fff;
}

.cplbnav_bitemt:hover {
    background-color: #2899e1;
}

.cplbnav_bitem.on .cplbnav_bitemt {
    background-color: #2899e1;
}

.cplbnav_bitemt>a {
    padding: 5px 20px;
    flex: 1;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
}

.cplbnav_bitem:first-child .cplbnav_bitemt {
    border-top: 0;
}

.cplbnav_bitemt:hover>a {
    color: #fff;
}

.cplbnav_bitem.on .cplbnav_bitemt>a {
    color: #fff;
}

.cplbnav_bitemt>i {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #777;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    cursor: pointer;
}

.cplbnav_bitemt:hover>i {
    color: #fff;
}

.cplbnav_bitem.on .cplbnav_bitemt>i {
    color: #fff;
}

.cplbnav_bitemt>i.on {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.cplbnav_bitemb {
    padding-bottom: 15px;
    display: none;
}

.cplbnav_bitemb .cplbnav_bitemba {
    padding: 0 10px;
    display: flex;
    height: 40px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cplbnav_bitemba i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 100%;
    font-size: 14px;
    color: #b9b9b9;
}

.cplbnav_bitemb .cplbnav_bitemba:hover i {
    color: rgba(40, 153, 225, 1);
}

.cplbnav_bitemb .cplbnav_bitemba.on i {
    color: rgba(40, 153, 225, 1);
}

.cplbnav_bitemba span {
    width: calc(100% - 30px);
    padding-right: 15px;
    display: block;
    height: 100%;
    line-height: 40px;
    font-size: 13px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cplbbox_r {
    width: 75%;
    padding-top: 60px;
    padding-left: 60px;
}

.cplbbox_rt {
    padding: 35px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 26px;
    color: #777;
}

.cplbbox_rc {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.cplbbox_rc .cplbbox_rca {
    width: 32%;
    margin-right: 2%;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.cplbbox_rc .cplbbox_rca:nth-child(3n) {
    margin-right: 0;
}

.cplbbox_rcat {
    overflow: hidden;
}

.cplbbox_rcat img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cplbbox_rca:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cplbbox_rcab {
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    background-color: #f3f3f3;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #e5e5e5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cplbbox_rca:hover .cplbbox_rcab {
    color: #2899e1;
}

.foot {
    margin-top: 60px;
}


/* 产品详情页 */

.cpjs {
    padding: 70px 0;
    background-color: #f5f5f5;
}

.cpjsbox {
    display: flex;
}

.cpjsbox_l {
    width: 35%;
}

.cpjs_top {
    width: 100%;
}

.cpjs_slideitem {
    overflow: hidden;
}

.cpjs_slideitem img {
    width: 100%;
}

.cpjs_thumbs {
    margin-top: 10px;
}

.cpjsbb_slideitem {
    overflow: hidden;
}

.cpjsbb_slideitem img {
    width: 100%;
}

.cpjsbb_slide {
    border: 1px solid #fff;
}

.cpjsbb_slide.swiper-slide-thumb-active {
    border: 1px solid #2899e1;
}

.cpjsbox_r {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    width:65%
}

.cpjsbox_rh {
    font-size: 30px;
    color: #333;
}

.cpjsbox_rx {
    margin: 15px 0 30px;
    width: 40px;
    height: 2px;
    background-color: #2899e1;
}

.cpjsbox_rp {
    line-height: 25px;
}

.cpjsbox_rm {
    margin-top: 35px;
    display: flex;
}

.cpjsbox_rm>a {
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2899e1;
    margin-right: 20px;
}

.cpjsbox_rma span {
    font-size: 16px;
    color: #fff;
}

.cpjsbox_rma i {
    margin-left: 8px;
    font-size: 18px;
    color: #fff;
}

.cpjsbox_rm .cpjsbox_rmax {
    background-color: #fff;
    border: 1px solid #2899e1;
}

.cpjsbox_rmax span,
.cpjsbox_rmax i {
    color: #777;
}

.cpsmboxs {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    z-index: 2;
}

.cpsmbox {
    display: flex;
}

.cpsmbox>a {
    position: relative;
    margin-right: 60px;
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #333;
}

.cpsmbox>a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2899e1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.cpsmbox>a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.xxcsitem {
    padding: 50px 0;
    border-top: 2px solid #e9e9e9;
}

.xxcsitem:first-child {
    border: 0;
}

.xxcsitem_t {
    font-size: 24px;
    color: #333;
}

.xxcsitem_t span {
    margin-left: 10px;
    color: #ccc;
    text-transform: uppercase;
}

.xxcsitem_b {
    margin-top: 30px;
}

.cptx_slide {
    height: auto;
}

.cptx_slideitem {
    height: 100%;
    padding: 30px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-align: center;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cptx_slideitem:hover {
    border-color: #2899e1;
}

.cptx_slideitemh {
    font-size: 18px;
    color: #333;
    transition: all .4s;
}

.cptx_slideitem:hover .cptx_slideitemh {
    color: #2899e1;
}

.cptx_slideitemp {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
}
.tedian p{font-size:16px; color:#444;}
.xxcsitem_bbox {
    overflow: hidden;
}
.xxcsitem_bbox  {
    overflow-x: auto;
}
.xxcsitem_bbox table {width: 100%;}
.xxcsitem_bbox table thead th{border: 1px solid #ccc; background-color: #035ea4!important;
    color: #fff; padding: 15px 8px; font-size: 14px;
    font-weight: normal;}
.xxcsitem_bbox table td{border: 1px solid #ccc; padding: 15px 8px; font-size: 14px;
    font-weight: normal; color: #333; min-width:120px;}
    .xxcsitem_bbox table tr:nth-child(even) {
        background-color: #f4f6f7;
    }
.xxcsitem_bbox img {
 
}

.xxcsitem_bxj {
    padding: 50px 0;
    width: 75%;
    margin: 0 auto;
    border: 10px solid #e9e9e9;
}

.xxcsitem_bxjt {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #777;
    line-height: 22px;
    font-size: 14px;
}

.xxcsitem_bxjb {
    width: 80%;
    margin: 0 auto;
    margin-top: 35px;
}

.xxcsbd_item {
    margin-bottom: 20px;
}

.xxcsbd_items {
    display: flex;
}

.xxcsbd_itemss {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.xxcsbd_itemss:last-child {
    margin-right: 0;
}

.xxcsbd_itemt {
    margin-bottom: 5px;
    line-height: 20px;
    color: #777;
    font-size: 14px;
}

.xxcsbd_itemt span {
    color: #da2f38;
}

.xxcsbd_itembip {
    height: 45px;
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    border-radius: 5px;
}

.xxcsbd_itemb textarea {
    display: block;
    width: 100%;
    height: 120px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    outline: none;
    resize: none;
    border-radius: 5px;
}

.xxcsbd_itema {
    display: flex;
    justify-content: center;
}

.xxcsbd_itema>input {
    width: 160px;
    height: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 0;
    color: #fff;
    background-color: #2899e1;
    margin: 0 25px;
}

.xxcsbd_itema .xxcsbd_itemac {
    background-color: #fff;
    color: #777;
    border: 3px solid #e5e5e5;
}

.xxcsbd_itemby {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.xxcsbd_itemby>input {
    flex: 1;
    height: 100%;
    border: 0;
    padding: 0 10px;
    border-radius: 5px;
}

.xxcsbd_itemby>img {
    margin: 0 10px;
}

@media screen and (max-width: 1500px) {
    .cplbbox_r {
        padding-top: 50px;
        padding-left: 50px;
    }
    .cplbnav_t {
        height: 125px;
        margin-top: -125px;
    }
    .mbx {
        padding: 20px 0;
    }
    .cpjs {
        padding: 60px 0;
    }
    .cpsmbox>a {
        height: 70px;
        line-height: 70px;
        font-size: 18px;
    }
}

@media screen and (max-width: 1400px) {
    .cplbnav_t {
        height: 100px;
        margin-top: -100px;
    }
    .cplbnav_th {
        font-size: 26px;
    }
    .cplbnav_tp {
        font-size: 12px;
    }
    .cplbbox_rt {
        font-size: 14px;
        line-height: 24px;
    }
    .cplbbox_rc {
        margin-top: 40px;
    }
    .mbx {
        padding: 15px 0;
    }
    .mbxbox_l,
    .mbxbox_l span,
    .mbxbox_l a {
        font-size: 12px;
    }
    .mbxbox_ra span {
        font-size: 14px;
    }
    .cpjsbox_r {
        padding-left: 35px;
    }
    .cpjsbox_rh {
        font-size: 26px;
    }
    .cpjsbox_rm>a {
        height: 45px;
    }
    .cpsmbox>a {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .xxcsitem {
        padding: 45px 0;
    }
    .xxcsitem_t {
        font-size: 22px;
    }
    .xxcsitem_b {
        margin-top: 25px;
    }
    .cptx_slideitemh {
        font-size: 16px;
    }
    .cptx_slideitemp {
        font-size: 12px;
        line-height: 20px;
    }
    .cptx_slideitemp {
        margin-top: 8px;
    }
    .xxcsitem_bxj {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .cplbnav_t {
        height: 90px;
        margin-top: -90px;
    }
    .cplbnav_th {
        font-size: 24px;
    }
    .cplbnav_tp {
        margin-top: 2px;
    }
    .cplbbox_r {
        padding-top: 45px;
        padding-left: 35px;
    }
    .cplbbox_rt {
        padding: 25px;
        font-size: 12px;
        line-height: 20px;
    }
    .cplbbox_rc {
        margin-top: 35px;
    }
    .cplbbox_rcab {
        font-size: 12px;
    }
    .fenye {
        margin-top: 20px;
    }
    .mbx {
        padding: 12px 0;
    }
    .cpjs {
        padding: 50px 0;
    }
    .cpjsbox_rh {
        font-size: 22px;
    }
    .cpjsbox_rp {
        font-size: 14px;
    }
    .cpjsbox_rx {
        margin: 15px 0 25px;
    }
    .cpjsbox_rma span {
        font-size: 14px;
    }
    .cpsmbox>a {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
    .xxcsitem_t {
        font-size: 21px;
    }
    .xxcsitem_bxjt {
        font-size: 14px;
        line-height: 24px;
    }
    .xxcsitem_bxjb {
        width: 90%;
    }
}

@media screen and (max-width: 992px) {
    .cplbnav_t {
        margin-top: 40px;
    }
    .cplbnav_th {
        font-size: 22px;
    }
    .cplbnav_bitemba span {
        font-size: 12px;
    }
    .cplbbox_r {
        padding-top: 40px;
        padding-left: 30px;
    }
    .cplbbox_rt {
        padding: 20px;
    }
    .cplbbox_rcab {
        height: 40px;
        line-height: 40px;
    }
    .mbx {
        padding: 10px 0;
    }
    .cpjsbox_r {
        padding-left: 30px;
    }
    .cpjsbox_rh {
        font-size: 20px;
    }
    .cpjsbox_rx {
        margin: 15px 0;
    }
    .cpjsbox_rm>a {
        height: 40px;
    }
    .cpjsbox_rma i {
        font-size: 16px;
    }
    .cpsmbox>a {
        flex: 1;
        margin-right: 0;
        text-align: center;
    }
    .xxcsitem_t {
        font-size: 20px;
    }
    .xxcsitem_b {
        margin-top: 20px;
    }
    .xxcsitem_bxj {
        width: 100%;
    }
    .xxcsitem_bxj {
        padding: 40px 0;
    }
    .xxcsbd_itemt {
        font-size: 14px;
    }
    .xxcsbd_itembip {
        height: 40px;
    }
    .xxcsbd_itema>input {
        height: 45px;
    }
}

@media screen and (max-width: 768px) {
    .cplbbox {
        flex-wrap: wrap;
    }
    .cplbbox>div {
        width: 100%;
    }
    .cplbnav_t {
        height: 80px;
    }
    .cplbnav_th {
        font-size: 20px;
    }
    .cplbnav_bitemt {
        height: 40px;
    }
    .cplbbox_r {
        padding-top: 30px;
        padding-left: 0;
    }
    .cplbbox_rc {
        margin-top: 30px;
    }
    .cplbbox_rc .cplbbox_rca {
        width: 49%;
        margin-bottom: 15px;
    }
    .cplbbox_rc .cplbbox_rca:nth-child(3n) {
        margin-right: 2%;
    }
    .cplbbox_rc .cplbbox_rca:nth-child(2n) {
        margin-right: 0;
    }
    .mbx {
        display: none;
    }
    .cpjsbox {
        flex-wrap: wrap;
    }
    .cpjs {
        padding: 45px 0;
    }
    .cpjsbox>div {
        width: 100%;
    }
    .cpjsbox_r {
        margin-top: 20px;
        padding-left: 0;
    }
    .cpjsbox_rp {
        font-size: 14px;
    }
    .tedian p{font-size: 14px;}
    .cpjsbox_rma span {
        font-size: 12px;
    }
    .cpsmbox>a {
        font-size: 12px;
    }
    .xxcsitem {
        padding: 40px 0;
    }
    .cptx_slideitem {
        padding: 25px 15px;
    }
    .cptx_slideitemh {
        font-size: 14px;
    }
    .xxcsitem_bxjt {
        font-size: 12px;
        line-height: 20px;
    }
    .xxcsitem_bxjt br {
        display: none;
    }
    .xxcsbd_itema>input {
        margin: 0 5px;
    }
    .xxcsbd_itemb textarea {
        height: 80px;
    }
}