.indexProduct .box{
	width: 100%;
    height: 481px;
    position: relative;
    overflow: hidden;
}

.indexProduct .box .list{
	width: 1200px;
    height: 290px;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -600px;
}

.indexProduct .box .list .btn{
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 60px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: white;
	text-decoration: none;
	text-align: center;
	background: rgba(0,255,0,.5);
	cursor: pointer;
}
.indexProduct .box .list .next{
	right: 0;
}

.indexProduct .box .list li{
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.indexProduct .box .list img{
	width: 300px;
	height: 224px;
	border:none;
	float: left;
}
.indexProduct .box .list .car1{
	transform:translate3d(20px,0,0) scale(0.4);
}
.indexProduct .box .list .car2{
	transform:translate3d(80px,0,0) scale(0.6);
	transform-origin:0 50%;
	opacity: 1;
	z-index: 2;
}
.indexProduct .box .list .car3{
	transform:translate3d(414px,-50px,0) scale(1);
	z-index: 3;
	opacity: 1;
}
.indexProduct .box .list .car4{
	transform:translate3d(862px,55px,0) scale(0.6);
	transform-origin:100% 50%;
	opacity: 1;
	z-index: 2;
}
.indexProduct .box .list .car5{
	transform:translate3d(672px,0,0) scale(0.4);
}
.indexProduct .box .list .car6{
	transform:translate3d(896px,0,0) scale(0.4);
}
.indexProduct .box .list .car7{
	transform:translate3d(1120px,0,0) scale(0.4);
}



.indexProduct .box .list .carBg{
	position: relative;
    left: 320px;
    top: -192px;
    width: 500px;
    height: 500px;
    animation: zhuan 4s linear infinite;
}
.indexProduct .box .list .carBg img{
	width: 100%;
	height: 100%
}

@keyframes zhuan {
	from {
		transform: rotateZ(0deg);
	}
	to {
		transform: rotateZ(360deg);
	}
}
.indexProduct .box .list .carInfo{
	position: absolute;
	top: -172px;
    width:1200px;
    height: 200px;
    
}
.indexProduct .box .list .currentCarInfo{
	opacity: 1 !important;
}

.indexProduct .box .list .carInfo .cfLeft{
	float: left;
	width: 489px;
	height: 147px;
	opacity: 1;
	transition: all 0.5s ease;
	position: relative;
}
.indexProduct .box .list .carInfo .cfLeft .cfLeft_text{
	position: absolute;
	left: 0;
	top: 0;
}
@keyframes move {
	from{
		right: 54px;
		opacity: 0;
	}
	to{
		right: 30px;
		opacity: 1;
	}
}
.indexProduct .box .list .carInfo .cfLeft .cfLeft_text .left{
	float: left;
	font-size: 46px;
	line-height: 56px;
	margin-top: 24px;
	margin-left:20px;
	font-family: 'Impact';
	color: #1c3395;
}
.indexProduct .box .list .carInfo .cfLeft .cfLeft_text .right{
	float: left;
	font-size: 22px;
	margin-top: 26px;
	line-height: 1.3;
	margin-left:20px;
	color: #333;
}
.indexProduct .box .list .carInfo .cfLeft .cfLeft_text .right .text2{
	font-size: 18px;
	color: #666;
}
.indexProduct .box .list .carInfo .cfLeft img{
	width: 489px;
	height: 147px;
}
.indexProduct .box .list .carInfo .cfRight{
	float: right;
	width: 433px;
	height: 168px;
	margin-right: 90px;
	opacity: 1;
	transition: all 0.8s ease;
	position: relative;
}
.indexProduct .box .list .carInfo .cfRight .cfRight_text{
	position: absolute;
	top: 16px;
    animation: move 2s ease infinite;
}
.indexProduct .box .list .carInfo .cfRight .cfRight_text a{
	color: #333;
	text-decoration: none;
	font-size: 15px;
}
.indexProduct .box .list .carInfo .cfRight img{
	width: 433px;
	height: 168px;
}