﻿/*图片轮播*/
.detail_context_pic{width:100%;overflow:hidden; position:relative; max-width:100%; margin:0 auto;}
.detail_context_pic_top{width:100%; height:auto; float:left; overflow:hidden;text-align:center;position:relative;z-index:1;border:1px solid #ddd;}
.detail_context_pic_top .cpxq_img_top {padding-top:70%;}

/*#pic1{width:100%; display:block; height:100%; margin:auto;}*/
#preArrow{left:0px;}
#nextArrow{right:0px;}
.contextDiv{cursor:pointer;height:100%;width:50%; float:left; position:absolute;top:0; margin-top:0;}

.detail_context_pic_bot{width:100%; float:right; overflow:hidden;position:relative; margin-top:20px;}
.detail_picbot_mid{float:left;width:100%;height:108px; overflow:hidden;}
.detail_picbot_mid ul{width:100%; height:100%; overflow:hidden;position:relative;}
.detail_picbot_mid ul li{width:23%;height:108px; float:left; position:relative; margin:0 1%;}
.detail_picbot_mid ul li img{height:100%;width:100%; display:block;border:1px solid #ddd;}
.detail_picbot_mid ul li .selectpic{border:2px solid #c89e22;}

/*.detail_picbot_left{float:left;width:34px; height:84px;overflow:hidden; position:absolute;left:50%;top:0; z-index:99; margin:-25px 0 0 -17px;transform: rotate(90deg);
-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);}
.detail_picbot_left a{width:100%; height:84px; float:left;background:url(../images/cpxq_L.jpg) no-repeat center center;}
.detail_picbot_right{float:right;width:34px; height:84px; overflow:hidden; position:absolute;left:50%;bottom:0; z-index:99; margin:0 0 -25px -17px;transform: rotate(90deg);-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);}
.detail_picbot_right a{width:100%; height:84px; float:left;background:url(../images/cpxq_R.jpg) no-repeat center center;}*/

/*响应式轮播图*/
    .banner-img {
        width: 100%;
        height: auto;
    }

    .banner-img .swiper-slide {
        height: auto;
    }
    .banner-img .swiper-slide img{max-width:100%; display:block; margin:0 auto;}
    
/*END*/