.prodetail {
    width: 75%;
    margin: auto;
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 100px;
}

.dp_left {
    width: 50%;
    float: left;
}

.dp_right {
    width: 50%;
    float: left;
}

.dlsc {
    width: 81%;
    height: 603px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
}

.dlscpa{
	position: absolute;
	display: inline-block;
	left: 50% !important;
	transform: translate(-50%,0%);
	bottom: 10px !important;
	width:auto !important;
}

.swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
}

.pro_img {
    width: 50%;
    margin: auto;
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

.xinghao {
    width: 95%;
    display: inline-block;
    left: 5%;
    float: left;
    position: relative;

    height: 80px;
    border-bottom: 3px solid #c10d17;
    font-size: 24px;
    line-height: 100px;
}

.pro_canshu {
    width: 95%;
    left: 5%;
    height: 90px;
    position: relative;
    line-height: 100px;
    font-size: 24px;
    display: inline-block;
}

.pcc {
    line-height: 30px;
    width: 95%;
    left: 5%;
    display: block;
    position: relative;
}

.hs {
    width: 100%;
    height: 85px;
    background: #f9f9f9;
}

.cpxq {
    width: 160px;
    height: 80px;
    border-top: 3px solid #c10d17;
    font-size: 24px;
    line-height: 60px;
    padding-left: 30px;
}

.cqs {
    width: 75%;
    margin: auto;
    margin-bottom: 20px;
}

.cpxq_content {
    width: 100%;
    margin-bottom: 100px;
}

@media screen and (max-width: 1600px) {
    .prodetail {
        width: 80%;
    }
}

@media screen and (max-width: 1500px) {
    .dlsc {
        height: 520px;
    }
}

@media screen and (max-width: 1300px) {
    .prodetail {
        width: 85%;
    }

    .dlsc {
        height: 500px;
    }
}

@media screen and (max-width: 1024px) {
    .dlsc {
        height: 450px;
    }

    .prodetail {
        margin-top: 80px;
        margin-bottom: 60px;
    }

    .cpxq_content {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 768px) {
    .prodetail {
        width: 90%;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .hs {
        height: 60px;
    }

    .cpxq_content {
        margin-bottom: 60px;
    }

    .dlsc {
        height: 400px;
    }
}

@media screen and (max-width: 450px) {
    .dp_left {
        width: 100%;
    }

    .dlsc {
        width: 95%;
        height: 350px;
    }

    .prodetail {
        margin-top: 40px;
        margin-bottom: 70px;
    }

    .dp_right {
        width: 100%;
    }

    .xinghao{
        font-size: 20px;
    }

    .pro_canshu {
        height: 60px;
        line-height: 50px;
        font-size: 20px;
    }

    .prodetail {
        margin-bottom: 40px;
    }

    .hs {
        height: 40px;
    }

    .cpxq {
        width: 103px;
        font-size: 20px;
        line-height: 60px;
        padding-left: 20px;
    }
}