.bg {
	margin: 0 auto;
	width: 900px;
	padding-top: 51px;
	padding-bottom: 51px;
	overflow: hidden;
	min-width: 900px;
	box-sizing: border-box;
	position: relative;
}
.bg1 {
	
	width: 100%;
	
	background: #f9f9f9;

}
.bg_left {
	width: 430px;
	height: auto;
	float: left
}

.bg_right {
	position: absolute;
	top: 20px;
	left: 430px;
	z-index: 99;
}

.show {
	width: 430px;
	height: 397px;
	position: relative;
	border: 1px solid #E8E8E8;
	cursor: move;
	background: #fff;
}

.show img {
	width: 100%;
	
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	
}

.mask {
	width: 215px;
	height: 215px;
	background: #000;
	filter: Alpha(opacity=50);
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.bigshow {
	width: 544px;
	height: 463px;
	overflow: hidden;
	margin-left: 10px;
	display: none;
	border: 1px solid #E8E8E8;
}

.bigshow img {
	width: 100%;
	margin-right: 10px;
}

.smallshow {
	width: 48%;
	height: 70px;
	position: absolute;
	bottom: 46px;
	right: 0%;
}

.smallshow img {
	width: 100%;
        height: 100%;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	transition: all 0.5s
}

.smallshow>.middle_box {
	margin-left: 30px;
	margin-right: 30px;
	width: 370px;
	overflow: hidden;
	height: 70px;
}

.smallshow .middle {
	overflow: hidden;
	transition: all 0.5s;
	height: 70px;
}

.middle li {
	width: 64px;
	height: 64px;
	float: left;
	cursor: pointer;
	padding: 0 5px;
}

.smallshow>p {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 32px;
	margin-top: -16px;
}

.smallshow>.prev {
	left: 0;
	background: url(../image/hover-prev.png) no-repeat;
	transition: all 0.5s
}

.smallshow>.next {
	right: 0;
	background: url(../image/hover-next.png) no-repeat;
	transition: all 0.5s
}

.smallshow>.prev.prevnone {
	left: 0;
	background: url(../image/prev.png) no-repeat;
	cursor: not-allowed
}

.smallshow>.next.nextnone {
	right: 0;
	background: url(../image/next.png) no-repeat;
	cursor: not-allowed
}
.tleRgt{
	float: right;
	margin-left: 5%;
	width: 47%;
}
.tleRgt h2{
	font-size: 28px;
	font-weight: bold;
	line-height: 60px;
	width: 100%;
}
.tleRgt p{
	line-height: 40px;
	color: #888;
}
.tleRgt p i{
	font-size: 26px;
	color: #d12b35;
	font-weight: bold;
}
.cpzxgm{
     margin: 20px 0;
}
.cpzxgm a{
      width: 150px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    background: #d12b35;
    color: white;
    border-radius: 35px;
}
.details1{
       background: white;
}
.details1 h2{
     text-align: center;
    line-height: 75px;
    font-size: 26px;
}