/*车型展示*/
.carShow{
    width: 86%;
    margin: 0 auto;
	background-color: #ffffff;
	padding-top: 70px;
	text-align: center;
    overflow: hidden;
}
.carShow .title{
	width: 517px;
	height: 44px;
	margin: 0 auto 35px auto;
}
.carShow .title .entitle{
	font-size: 44px;
	color: #0066b3;
	font-family: arial;
	float: left;
	margin-right: 10px;
}
.carShow .title .cntitle{
	font-size: 36px;
	color: #000;
	float: left;
	font-weight: normal;
	line-height: 45px;
}
.whitecol{
	color: #fff;
}

.container360
{
    position: relative;
}

.container360 .out360
{
    position: relative;
    margin: 0 auto 0 auto;
    width: 950px;
    height: 470px;
    overflow: hidden;
    /*background: #00c9ff;*/
	cursor: pointer;
    text-align: center;
}
.out360 .carImage
{
    position: absolute;
    left: 0;
    top: 0;
}
.out360 .carImage {
    /*margin-top: -75px;*/
    width: 100%;
}

.container360 .leftBtn{
	position: absolute;
	top: 200px;
	left: 10px;
    width: 60px;
    height: 60px;
	background: url("../images/carjs/bth_360.png") no-repeat 0px -1px;
	cursor: pointer;
}
.container360 .leftBtn:hover{
	background: url("../images/carjs/bth_360.png") no-repeat 0 -64px;
}
.container360 .rightBtn{
	position: absolute;
    top: 200px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url("../images/carjs/bth_360.png") no-repeat -64px -1px;
    cursor: pointer;
}
.container360 .rightBtn:hover{
	background: url("../images/carjs/bth_360.png") no-repeat -66px -64px;
}


.color001{
	background-color: #fff;
}
.color002{
	background-color: #000;
}
.color003{
	background-color: #A70D19;
}

.loading{
	top: 0;
	left: 0;
	width: 100%;
	height: 630px;
	/*background: url("../images/Preloader_2.gif") no-repeat 50% 50%;*/
	position: absolute;
	z-index: 10;
}
.loading p{
	position: relative;
	top: 198px;
	font-size: 40px;
	font-weight: 600;
	color: #0066B3;
	
}
/*------------------------------------------------------------------*/
.inner360 {
    display: none;
    position: absolute;
    left: 0;
    top:10px;
    width: 100%;
    height: 100%;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin:50% 50%;
    -moz-perspective-origin:50% 50%;
    perspective-origin:50% 50%;
    overflow: hidden;
}

.inner360 .close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url("../images/search_close.png") no-repeat #5C6565;
    cursor: pointer;
    cursor: hand;
}

.box3d {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 1000px;
    margin-left: -500px;
    margin-top: -500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;

}

.side {
    /*background: rgba(142,198,63,0.3);*/
    border: none;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    width: 1000px;
    height: 1000px;
    line-height: 1000px;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
}

.box3d .frontSide {
    -webkit-transform: translateZ(-497px);
    -moz-transform: translateZ(-497px);
    transform: translateZ(-497px);
}
.box3d .backSide {
    -webkit-transform: rotateY(180deg) translateZ(-497px);
    -moz-transform: rotateY(180deg) translateZ(-497px);
    transform: rotateY(180deg) translateZ(-497px);
}
.box3d .leftSide {
    -webkit-transform: rotateY(90deg) translateZ(-497px);
    -moz-transform: rotateY(90deg) translateZ(-497px);
    transform: rotateY(90deg) translateZ(-497px);
}
.box3d .rightSide {
    -webkit-transform: rotateY(-90deg) translateZ(-497px);
    -moz-transform: rotateY(-90deg) translateZ(-497px);
    transform: rotateY(-90deg) translateZ(-498px);
}
.box3d .topSide {
    -webkit-transform: rotateX(-90deg) translateZ(-497px);
    -moz-transform: rotateX(-90deg) translateZ(-497px);
    transform: rotateX(-90deg) translateZ(-497px);
}
.box3d .bottomSide {
    -webkit-transform: rotateX(90deg) translateZ(-497px);
    -moz-transform: rotateX(90deg) translateZ(-497px);
    transform: rotateX(90deg) translateZ(-497px);
}