/*视频*/
.mv{
	width: 50%;
	float: left;
	padding-right: 5px;
}
.pro-shipin-box{
	padding: 0;
    border-radius: 10px;
    overflow: hidden;
    height: 368px;
}
.jgt{
	width: 100%;
}
.jgt-gj{
	width: 50%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.jgt-gj .bg,.jgt-gj .jgt-des{
	display: none;
}
.jgt-img-1{
	width: 100%;
	padding: 0;
	height: 368px;
	background: #fff;
}
.jgt-img-2{
	height: 468px;
	width: 100%;
	padding: 0;
}
.jgt-img img{
	width: 100%;
	height: 100%;
}
.shadow_box-1{
	padding: 0;
}
.little-img {
    width: 50%;
    float: left;
    padding-left: 5px;
}
.little-img ul{
	margin-top: -5px;
}
.little-img ul li a{
	display: block;
	background: #fff;
	padding: 20px;
	height: 228px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}
.little-img ul li{
	width: 33.33%;
}
@media (max-width: 1200px){
	.mv,.little-img{
		width: 100%;
	}
	.pro-shipin-box{
		height: 240px;
	}
}
@media (max-width: 770px){
	    .little-img ul li a{
        padding: 10px;
        height: 210px;
    }
        .little-img ul li{
        width: 50%;
    }
    .jgt-gj{
    	width: 100%;
    }
    .jgt-img-1,.jgt-img-2{
    	height: auto;
    }
}