.pro_content .pro_xp {
    float: right;
    width: 49%;
}
.pro_content .pro_imgs {
    width: 51%;
    }
.pro_content .pro_imgs>div {
	float: none;
	height: auto;
}

.pro_content .big_img {
	width: 100%;
	margin-right: 0;
	overflow: hidden;
	position: relative;
	border: 1px solid #dddddd;
	height: 456px!important;
}

.pro_content .big_img img {
	display: inline-block;
	height: 90%;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.pro_content .img_list {
	width: 100%;
	text-align: center;
}
.pro_content .img_list img{
	height: auto;
	padding: 0;
}
.pro_imgs .gallery-top{
	height: 100%;
}
.img_list{
	margin-top: 20px;
}
.pro_imgs .gallery-thumbs .swiper-slide {
	opacity: 0.4;
}

.pro_imgs .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

 

@media only screen and (max-width:1366px) {
	.pro_content .big_img {
		border: none;
	}
}
@media only screen and (max-width:768px) {
	.pro_content .pro_xp {
    width: 100%;
}
.pro_content .pro_imgs {
    width: 100%;
    }
    .pro_content .big_img{
    	height: auto!important;
    }
    .pro_content .big_img img{
    	display: block;
    	width: 100%;
    	height: auto;
    	position: static;
    	transform:none;
    	max-height: auto;
    max-width: auto;
    }
    
    .pro_content .img_list img {
    width: 100%;}
}