.fr {
	padding-left: 40px;
	display: block;
	float: left;
}
.rr{
	display: block;
	float: right;
	padding-right: 10px;
}
* {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

#play {
	position: relative;
	width: 1920px;
	height: 620px;
	overflow: hidden;
	margin: auto;
}

.dots {
	width: 200px;
	height: 30px;
	position: absolute;
	top: 600px;
	left: 1750px;
}

.dots li {
	list-style: none;
	width: 30px;
	height: 20px;
	line-height: 20px;
	float: left;
	z-index: 30;
	opacity: 0.5;
	/*background-color: white;*/
	text-align: center;
	margin-left: 12px;
	font-size: 35px;
	color: rgb(97, 88, 97);
	cursor: pointer;
	width: 10px;
	height: 10px;
	background-color: white;
	border-radius: 50%;
}

.dots .active {
	opacity: 1;
	width: 30px;
	height: 10px;
	border-radius: 10px;
}

.imgs {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	display: flex;
	flex-wrap: nowrap;
}

/*display: flex; flex-wrap: nowrap实现横向排列*/
.imgs li {
	list-style: none;
	float: left;
}

.imgs img {
	width: 1920px;
	height: 620px;
}

.infos {
	width: 100%;
	margin-top: 5px;
	/* border: #000000 solid 1px; */
	height: 630px;
}

.mainD {
	width: 1750px;
	margin: auto;
}

.info {
	width: 400px;
	height: 580px;
	float: left;
	margin: 10px 0 0 20px;
	/* border: #0000FF solid 1px; */
	-moz-box-shadow: 0.1875rem 0.1875rem 0.25rem #C0C0C0;
	-webkit-box-shadow: 0.1875rem 0.1875rem 0.25rem #C0C0C0;
	box-shadow: 0.1875rem 0.1875rem 0.25rem #C0C0C0;
}

.info:hover {
	cursor: pointer;
	-webkit-transform: translateY(-0.1875rem);
	-ms-transform: translateY(-0.1875rem);
	transform: translateY(-0.1875rem);
	-moz-box-shadow: 0.1875rem 0.1875rem 0.25rem #C0C0C0;
	-webkit-box-shadow: 0.1875rem 0.1875rem 0.25rem #C0C0C0;
	box-shadow: 0.1875rem 0.1875rem 0.25rem #C0C0C0;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.infoImg {
	width: 100%;
	height: 500px;
	/* border: #009688 solid 1px; */
}

.infoImg img{
	width: 100%;
	height: 490px;
}

.product {
	margin-top: 10px;
	padding: 5px;
	width: 97%;
	/* border: #00FF00 solid 1px; */
}
.videoD{
	width: 100%;
	height: 320px;
	/* border: #000000 solid 1px; */
}

.video{
	width: 300px;
	/* height: 180px; */
	float: left;
	margin: 10px 0 0 35px;
	/* border: #0000FF solid 1px; */
	-moz-box-shadow: 0.1875rem 0.1875rem 0.25rem #C0C0C0;
	-webkit-box-shadow: 0.1875rem 0.1875rem 0.25rem #C0C0C0;
	box-shadow: 0.1875rem 0.1875rem 0.25rem #C0C0C0;
}

.video:hover {
	cursor: pointer;
	-webkit-transform: translateY(-0.1875rem);
	-ms-transform: translateY(-0.1875rem);
	transform: translateAll(-0.1875rem);
	transform:scale(1.1,1.1);
	-moz-box-shadow: 0.1875rem 0.1875rem 0.25rem #C0C0C0;
	-webkit-box-shadow: 0.1875rem 0.1875rem 0.25rem #C0C0C0;
	box-shadow: 0.1875rem 0.1875rem 0.25rem #C0C0C0;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.mp4V{
	width: 100%;
	height: 100%;
	height: auto;
}