.details-a {
    background-color: #fbf9f8;
}

.pro-box1 {
    margin-bottom: 20px;
    padding: 20px;
}

.pro-box1 .left {
    float: left;
    width: 48%;
    position: relative;
}

.pro-box1 .right {
    float: right;
    width: 48%;
    position: relative;
}

.pro-box1 .left .cpxq_tp_img {
    padding-bottom: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px 5px #eeeeee;
    cursor: pointer;
    position: relative;
}

.pro-box1 .left .cpxq_tp_img img {
    max-height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
}

.pro-box1 .left .cpxq_tp_swiper {
    position: relative;
}

.pro-box1 .left .cpxq_tp_swiper .cp-swiper {
    margin-top: 20px;
    overflow: hidden;
    margin-left: 9%;
    margin-right: 9%;
}

.pro-box1 .left .cpxq_tp_swiper .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.pro-box1 .left .cpxq_tp_swiper .swiper-slide .tp {
    padding-bottom: 100%;
    border: 1px solid #e9e9e9;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
}

.pro-box1 .left .cpxq_tp_swiper .swiper-slide .tp img {
    width: 96%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
}

.pro-box1 .left .cpxq_tp_swiper .swiper-slide .active,
.pro-box1 .left .cpxq_tp_swiper .swiper-slide .tp:hover {
    border: 1px solid #475598;
}

.pro-box1 .left .cpxq_tp_swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6%;
    height: 100%;
    background-image: none;
    background-size: 50px 70px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #e9e9e9;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pro-box1 .left .cpxq_tp_swiper .swiper-button-prev:hover {
    border: 1px solid #475598;
}

.pro-box1 .left .cpxq_tp_swiper .swiper-button-prev:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("https://www.cngelaisi.cn/templates/main/css/../img/xlt-52.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.pro-box1 .left .cpxq_tp_swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 6%;
    height: 100%;
    background-image: none;
    background-size: 50px 70px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #e9e9e9;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pro-box1 .left .cpxq_tp_swiper .swiper-button-next:hover {
    border: 1px solid #475598;
}

.pro-box1 .left .cpxq_tp_swiper .swiper-button-next:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("https://www.cngelaisi.cn/templates/main/css/../img/xlt-51.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.pro-box1 .right .title-box {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.pro-box1 .right .title-box .title {
    color: #000000;
    font-size: 24px;
}

.pro-box1 .right .specification {
    padding-top: 20px;
    padding-bottom: 10px;
}

.pro-box1 .right .specification p {
    margin-bottom: 15px;
    font-size: 0;
}

.pro-box1 .right .specification .n {
    color: #666666;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    font-weight: bold;
    width: 55px;
}

.pro-box1 .right .specification .t {
    color: #333333;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.pro-box1 .right .vr-box {
    font-size: 0;
}

.pro-box1 .right .vr-box .product-vr {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.pro-box1 .right .vr-box .product-ewm {
    display: inline-block;
    vertical-align: middle;
}

.pro-box1 .right .vr-box .product-ewm img {
    width: 120px;
}

@media screen and (max-width: 1280px) {
    .pro-box1 .right .title-box .title {
        font-size: 22px;
    }
}

@media screen and (max-width: 1199px) {
    .pro-box1 .right .title-box .title {
        font-size: 20px;
    }

    .pro-box1 .right .specification p {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .pro-box1 .right .title-box .title {
        font-size: 18px;
    }

    .pro-box1 .right .title-box {
        padding-bottom: 15px;
    }

    .pro-box1 .right .specification {
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .pro-box1 .right .title-box .title {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {

    .pro-box1 .left,
    .pro-box1 .right {
        float: unset;
        width: 100%;
    }

    .pro-box1 {
        padding: 0 0 20px 0;
    }

    .pro-box1 .right {
        padding-top: 15px;
    }
}

.pro-box2 .pro-box2-tit {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-bottom: 15px;
    border-bottom: 4px #475598 solid;
}
